Update something.

This commit is contained in:
Bruce
2026-02-07 17:52:36 +08:00
parent e49f9db426
commit ca0b7dbcbb
51 changed files with 6581 additions and 5 deletions

View File

@@ -50,6 +50,7 @@
this.ClientSize = new System.Drawing.Size(661, 416);
this.Controls.Add(this.webui);
this.Name = "WebAppForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Main Web App Form";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WebAppForm_FormClosing);
this.Load += new System.EventHandler(this.WebAppForm_Load);