|
|
@@ -77,7 +77,7 @@
|
|
|
this.MainTabControl.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.MainTabControl.Name = "MainTabControl";
|
|
|
this.MainTabControl.SelectedIndex = 0;
|
|
|
- this.MainTabControl.Size = new System.Drawing.Size(1095, 700);
|
|
|
+ this.MainTabControl.Size = new System.Drawing.Size(1091, 700);
|
|
|
this.MainTabControl.TabIndex = 7;
|
|
|
this.MainTabControl.Selected += new System.Windows.Forms.TabControlEventHandler(this.MainTabControl_Selected);
|
|
|
this.MainTabControl.ControlRemoved += new System.Windows.Forms.ControlEventHandler(this.MainTabControl_ControlRemoved);
|
|
|
@@ -281,6 +281,7 @@
|
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Name = "Main";
|
|
|
this.Text = "优软科技MES系统";
|
|
|
+ this.TopMost = true;
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.Main_Load);
|
|
|
this.BasicInf.ResumeLayout(false);
|