配置窗口居中显示

This commit is contained in:
zqm
2026-01-08 11:35:02 +08:00
parent 778561a02f
commit d443f81013

View File

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