в процессе редизайна. не очень нравится как вкладки расположены.

This commit is contained in:
2023-10-10 20:14:48 +03:00
parent c05eb12737
commit ca969faacd
17 changed files with 296 additions and 296 deletions

View File

@@ -1,7 +1,6 @@
package Visual_DVM_2021.UI.Interface;
public interface TestingWindow extends VisualizerForm {
void ShowAll();
void RestoreLastCredentials();
void ShowProjectMaxCompilationTime();
void ShowProjectMaxRunTime();
//-
@@ -16,7 +15,6 @@ public interface TestingWindow extends VisualizerForm {
ShowProjectMaxCompilationTime();
ShowProjectMaxRunTime();
}
void FocusCredentials();
void ShowProject();
void ShowNoProject();
//-
@@ -37,10 +35,6 @@ public interface TestingWindow extends VisualizerForm {
void setDeveloperRights();
void FocusScenarios();
//---------------------------------------->>>
void ShowCurrentMachine();
void ShowNoCurrentMachine();
//---------------------------------------->>>
void ShowCredentials();
void FocusSapforTasksPackages();
void ShowCurrentSapforTasksPackage();
void ShowNoSapforTasksPackage();