Files
lserp_cs_6.0/插件库/Lskj.Main3/Control/NewMenuBar.Designer.cs
T
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

106 lines
4.6 KiB
C#

namespace Lskj.Main3.Control
{
partial class NewMenuBar
{
/// <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.PanelDesktop = new System.Windows.Forms.Panel();
this.labelTitle = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.panelImg = new System.Windows.Forms.Panel();
this.PanelDesktop.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// PanelDesktop
//
this.PanelDesktop.Controls.Add(this.labelTitle);
this.PanelDesktop.Controls.Add(this.panel1);
this.PanelDesktop.Dock = System.Windows.Forms.DockStyle.Fill;
this.PanelDesktop.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.PanelDesktop.Location = new System.Drawing.Point(0, 0);
this.PanelDesktop.Name = "PanelDesktop";
this.PanelDesktop.Size = new System.Drawing.Size(172, 37);
this.PanelDesktop.TabIndex = 9;
//
// labelTitle
//
this.labelTitle.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTitle.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(162)))), ((int)(((byte)(194)))));
this.labelTitle.Location = new System.Drawing.Point(37, 0);
this.labelTitle.Name = "labelTitle";
this.labelTitle.Size = new System.Drawing.Size(135, 37);
this.labelTitle.TabIndex = 2;
this.labelTitle.Text = "测试模块";
this.labelTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// panel1
//
this.panel1.Controls.Add(this.panelImg);
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(37, 37);
this.panel1.TabIndex = 0;
//
// panelImg
//
this.panelImg.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panelImg.BackgroundImage = global::Lskj.Main3.Properties.Resources.arrows;
this.panelImg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panelImg.Location = new System.Drawing.Point(7, 6);
this.panelImg.Name = "panelImg";
this.panelImg.Size = new System.Drawing.Size(23, 25);
this.panelImg.TabIndex = 0;
//
// NewMenuBar
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.Controls.Add(this.PanelDesktop);
this.Name = "NewMenuBar";
this.Size = new System.Drawing.Size(172, 37);
this.PanelDesktop.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
public System.Windows.Forms.Panel PanelDesktop;
public System.Windows.Forms.Panel panelImg;
public System.Windows.Forms.Label labelTitle;
private System.Windows.Forms.Panel panel1;
}
}