SVN-Revision: r880
This commit is contained in:
wyf
2025-07-23 01:19:33 +00:00
parent 443703f29c
commit 0d0cc46910
9 changed files with 225 additions and 121 deletions
+3 -2
View File
@@ -42,7 +42,7 @@ namespace Lskj.Main.Control
this.topTipsPanel.Controls.Add(this.tipsLab);
this.topTipsPanel.Controls.Add(this.whiteLab);
this.topTipsPanel.Dock = System.Windows.Forms.DockStyle.Top;
this.topTipsPanel.Location = new System.Drawing.Point(0, 0);
this.topTipsPanel.Location = new System.Drawing.Point(0, 16);
this.topTipsPanel.Name = "topTipsPanel";
this.topTipsPanel.Size = new System.Drawing.Size(757, 26);
this.topTipsPanel.TabIndex = 3;
@@ -71,4 +71,5 @@ namespace Lskj.Main.Control
// menuMainPanel
//
this.menuMainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.menuMainPanel.Location = new System
this.menuMainPanel.Location = new System.Drawing.Point(0, 42);
this.menuMainPanel.Name = "menuMainPane