SVN r880
SVN-Revision: r880
This commit is contained in:
+3
-2
@@ -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
|
||||
Reference in New Issue
Block a user