редизайн вкладки с машинами, и отображения текущих объектов

v++
This commit is contained in:
2024-12-02 23:11:40 +03:00
parent 03b73e98f8
commit 8536ba9d77
18 changed files with 293 additions and 312 deletions

View File

@@ -33,13 +33,15 @@ public class MachinesForm extends DataSetControlForm<Machine> {
protected void ShowCurrentObject() throws Exception {
super.ShowCurrentObject();
Global.mainModule.getUI().getMainWindow().getTestingWindow().ShowCurrentCompiler();
Global.mainModule.getUI().getCredentialsMenuBar().ShowMachine();
Global.mainModule.getUI().mainMenuBar.ShowMachine(dataSource.getUI().getCurrent());
// Global.mainModule.getUI().getCredentialsMenuBar().ShowMachine();
}
@Override
protected void ShowNoCurrentObject() throws Exception {
super.ShowNoCurrentObject();
Global.mainModule.getUI().getMainWindow().getTestingWindow().ShowCurrentCompiler();
Global.mainModule.getUI().getCredentialsMenuBar().ShowNoMachine();
Global.mainModule.getUI().mainMenuBar.ShowNoMachine();
// Global.mainModule.getUI().getCredentialsMenuBar().ShowNoMachine();
}
@Override
public PassCode_ getDeletePassCode() {