namespace Lskj.Main.Control { partial class GroupControl { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { 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(); this.SuspendLayout(); // // topTipsPanel // 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); this.topTipsPanel.Name = "topTipsPanel"; this.topTipsPanel.Size = new System.Drawing.Size(757, 26); this.topTipsPanel.TabIndex = 3; // // tipsLab // this.tipsLab.BackColor = System.Drawing.Color.Transparent; 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.Name = "tipsLab"; this.tipsLab.Size = new System.Drawing.Size(737, 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.Dock = System.Windows.Forms.DockStyle.Left; this.whiteLab.Location = new System.Drawing.Point(0, 0); this.whiteLab.Name = "whiteLab"; this.whiteLab.Size = new System.Drawing.Size(10, 26); this.whiteLab.TabIndex = 1; // // 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; } }