基线 SVN r240

SVN-Revision: r240
This commit is contained in:
cyf
2025-02-06 06:46:06 +00:00
commit ab56a9bcf7
5317 changed files with 902274 additions and 0 deletions
+110
View File
@@ -0,0 +1,110 @@
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.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;
}
}