配置窗口居中显示
This commit is contained in:
@@ -390,7 +390,7 @@ namespace JoyD.Windows.CS
|
|||||||
this.Controls.Add(this.splitContainer);
|
this.Controls.Add(this.splitContainer);
|
||||||
this.Name = "Setting";
|
this.Name = "Setting";
|
||||||
this.ShowInTaskbar = false;
|
this.ShowInTaskbar = false;
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
this.Text = "检测配置";
|
this.Text = "检测配置";
|
||||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Setting_FormClosing);
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Setting_FormClosing);
|
||||||
this.Shown += new System.EventHandler(this.Setting_Shown);
|
this.Shown += new System.EventHandler(this.Setting_Shown);
|
||||||
|
|||||||
Reference in New Issue
Block a user