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