加载界面、程序关闭界面、单例模式
This commit is contained in:
4
DHSoftware/MainWindow.Designer.cs
generated
4
DHSoftware/MainWindow.Designer.cs
generated
@ -450,7 +450,7 @@
|
||||
StartPosition = FormStartPosition.CenterScreen;
|
||||
Text = "CCD光学筛选系统";
|
||||
WindowState = FormWindowState.Maximized;
|
||||
FormClosed += MainWindow_FormClosed;
|
||||
FormClosing += MainWindow_FormClosing;
|
||||
Load += MainWindow_Load;
|
||||
titlebar.ResumeLayout(false);
|
||||
pageHeader1.ResumeLayout(false);
|
||||
@ -503,6 +503,6 @@
|
||||
private AntdUI.Button btnDeleteProject;
|
||||
private AntdUI.Button btnAddProject;
|
||||
private AntdUI.Button btnLoadProject;
|
||||
private AntdUI.Select sltProjects;
|
||||
public AntdUI.Select sltProjects;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user