SVN r869
SVN-Revision: r869
This commit is contained in:
+6
-42
@@ -31,7 +31,6 @@ namespace Lskj.Main.Control
|
||||
{
|
||||
this.topTipsPanel = new System.Windows.Forms.Panel();
|
||||
this.tipsLab = new System.Windows.Forms.Label();
|
||||
this.splitLab = new System.Windows.Forms.Label();
|
||||
this.whiteLab = new System.Windows.Forms.Label();
|
||||
this.menuMainPanel = new System.Windows.Forms.Panel();
|
||||
this.topTipsPanel.SuspendLayout();
|
||||
@@ -41,7 +40,6 @@ namespace Lskj.Main.Control
|
||||
//
|
||||
this.topTipsPanel.BackColor = System.Drawing.SystemColors.Control;
|
||||
this.topTipsPanel.Controls.Add(this.tipsLab);
|
||||
this.topTipsPanel.Controls.Add(this.splitLab);
|
||||
this.topTipsPanel.Controls.Add(this.whiteLab);
|
||||
this.topTipsPanel.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.topTipsPanel.Location = new System.Drawing.Point(0, 0);
|
||||
@@ -51,29 +49,19 @@ namespace Lskj.Main.Control
|
||||
//
|
||||
// tipsLab
|
||||
//
|
||||
this.tipsLab.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tipsLab.BackColor = System.Drawing.Color.White;
|
||||
this.tipsLab.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tipsLab.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.tipsLab.Location = new System.Drawing.Point(20, 0);
|
||||
this.tipsLab.Font = new System.Drawing.Font("Microsoft YaHei UI", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.tipsLab.Location = new System.Drawing.Point(10, 0);
|
||||
this.tipsLab.Name = "tipsLab";
|
||||
this.tipsLab.Size = new System.Drawing.Size(737, 26);
|
||||
this.tipsLab.Size = new System.Drawing.Size(747, 26);
|
||||
this.tipsLab.TabIndex = 3;
|
||||
this.tipsLab.Text = "默认分组";
|
||||
this.tipsLab.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// splitLab
|
||||
//
|
||||
this.splitLab.BackColor = System.Drawing.Color.Transparent;
|
||||
this.splitLab.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.splitLab.Image = global::Lskj.Main.Properties.Resources.workSplit;
|
||||
this.splitLab.Location = new System.Drawing.Point(10, 0);
|
||||
this.splitLab.Name = "splitLab";
|
||||
this.splitLab.Size = new System.Drawing.Size(10, 26);
|
||||
this.splitLab.TabIndex = 2;
|
||||
//
|
||||
// whiteLab
|
||||
//
|
||||
this.whiteLab.BackColor = System.Drawing.Color.Transparent;
|
||||
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.Name = "whiteLab";
|
||||
@@ -83,28 +71,4 @@ namespace Lskj.Main.Control
|
||||
// menuMainPanel
|
||||
//
|
||||
this.menuMainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.menuMainPanel.Location = new System.Drawing.Point(0, 26);
|
||||
this.menuMainPanel.Name = "menuMainPanel";
|
||||
this.menuMainPanel.Size = new System.Drawing.Size(757, 297);
|
||||
this.menuMainPanel.TabIndex = 4;
|
||||
//
|
||||
// GroupControl
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.Controls.Add(this.menuMainPanel);
|
||||
this.Controls.Add(this.topTipsPanel);
|
||||
this.Name = "GroupControl";
|
||||
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 splitLab;
|
||||
private System.Windows.Forms.Label whiteLab;
|
||||
private System.Windows.Forms.Label tipsLab;
|
||||
private System.Windows.Forms.Panel menuMainPanel;
|
||||
}
|
||||
}
|
||||
this.menuMainPanel.Location = new System
|
||||
Reference in New Issue
Block a user