瀏覽代碼

窗体始终最前

章政 8 年之前
父節點
當前提交
39d8962e04
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      UAS-MES/Main.Designer.cs

+ 2 - 1
UAS-MES/Main.Designer.cs

@@ -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);