提交当前本机整理版本
This commit is contained in:
+26
-1
@@ -72,4 +72,29 @@ namespace Lskj.Main.Control
|
||||
this.whiteLab.BackColor = System.Drawing.Color.White;
|
||||
this.whiteLab.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.whiteLab.Location = new System.Drawing.Point(0, 0);
|
||||
this.whiteLab.Nam
|
||||
this.whiteLab.Name = "whiteLab";
|
||||
this.whiteLab.Size = new System.Drawing.Size(20, 26);
|
||||
this.whiteLab.TabIndex = 1;
|
||||
//
|
||||
// GroupControl
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.BackColor = System.Drawing.Color.White;
|
||||
this.Controls.Add(this.menuMainPanel);
|
||||
this.Controls.Add(this.topTipsPanel);
|
||||
this.Margin = new System.Windows.Forms.Padding(0);
|
||||
this.Name = "GroupControl";
|
||||
this.Padding = new System.Windows.Forms.Padding(0, 16, 0, 0);
|
||||
this.Size = new System.Drawing.Size(757, 323);
|
||||
this.topTipsPanel.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
private System.Windows.Forms.Panel topTipsPanel;
|
||||
private System.Windows.Forms.Label tipsLab;
|
||||
private System.Windows.Forms.Panel menuMainPanel;
|
||||
private System.Windows.Forms.Label whiteLab;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user