diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c00b7769..94666895 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -7,7 +7,10 @@
-
+
+
+
+
diff --git a/properties b/properties
index 3d691920..039d9a94 100644
--- a/properties
+++ b/properties
@@ -4,7 +4,7 @@
"ServerUserPassword": "mprit_2011",
"OfferRegistrationOnStart": true,
"Workspace": "E:\\Tests",
- "ProjectsSearchDirectory": "E:\\Tests\\Downloads\\1384\\DIFF3D\\v3",
+ "ProjectsSearchDirectory": "E:\\Tests\\Downloads\\1354\\BT_A",
"DocumentsDirectory": "C:\\Users\\misha\\Documents\\_testing_system",
"VisualiserPath": "C:\\Users\\misha\\Downloads",
"Sapfor_FPath": "E:\\_sapfor_x64\\Components\\Sapfor_F",
@@ -33,9 +33,9 @@
"CompleteRunEnvironments": true,
"CreateEthalonTasks": true,
"ErasePackageWorkspace": true,
- "lastMachineId": -1,
- "lastUserId": -1,
- "lastCompilerId": -1,
+ "lastMachineId": 13,
+ "lastUserId": 24,
+ "lastCompilerId": 52,
"RegisterOn": false,
"SpacesOn": false,
"EmptyLinesOn": false,
diff --git a/src/Common/Database/Objects/rDBObject.java b/src/Common/Database/Objects/rDBObject.java
deleted file mode 100644
index ccab0f6f..00000000
--- a/src/Common/Database/Objects/rDBObject.java
+++ /dev/null
@@ -1,32 +0,0 @@
-package Common.Database.Objects;
-import java.util.Date;
-//объект репозитория. ключ имя, и есть данные отправителя.
-public class rDBObject extends nDBObject {
- public String sender_name = "";
- public String sender_address = "";
- public String description = "";
- //-
- public long date = 0;
- public long change_date;
- public rDBObject(rDBObject src) {
- this.SynchronizeFields(src);
- }
- public rDBObject() {
- }
- public Date getDate() {
- return new Date(date);
- }
- public Date getChangeDate() {
- return new Date(change_date);
- }
- @Override
- public void SynchronizeFields(DBObject src) {
- super.SynchronizeFields(src);
- rDBObject r = (rDBObject) src;
- sender_name = r.sender_name;
- sender_address = r.sender_address;
- description = r.description;
- date = r.date;
- change_date = r.change_date;
- }
-}
diff --git a/src/_VisualDVM/Visual/Windows/CallbackForm.form b/src/_VisualDVM/Visual/Windows/CallbackForm.form
index 676ac20f..b2c6db0a 100644
--- a/src/_VisualDVM/Visual/Windows/CallbackForm.form
+++ b/src/_VisualDVM/Visual/Windows/CallbackForm.form
@@ -192,7 +192,7 @@
-
+