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

87 lines
3.2 KiB
C#

namespace Lskj.Main.Control
{
partial class SimpleControl
{
/// <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.picBox = new System.Windows.Forms.PictureBox();
this.label = new System.Windows.Forms.Label();
this.cornerLab = new Lskj.Main.Control.CornerLab();
((System.ComponentModel.ISupportInitialize)(this.picBox)).BeginInit();
this.SuspendLayout();
//
// picBox
//
this.picBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.picBox.Dock = System.Windows.Forms.DockStyle.Left;
this.picBox.Location = new System.Drawing.Point(0, 0);
this.picBox.Name = "picBox";
this.picBox.Size = new System.Drawing.Size(41, 42);
this.picBox.TabIndex = 0;
this.picBox.TabStop = false;
//
// label
//
this.label.Dock = System.Windows.Forms.DockStyle.Fill;
this.label.Location = new System.Drawing.Point(41, 0);
this.label.Name = "label";
this.label.Size = new System.Drawing.Size(139, 42);
this.label.TabIndex = 3;
this.label.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// cornerLab
//
this.cornerLab.BackColor = System.Drawing.SystemColors.Control;
this.cornerLab.Dock = System.Windows.Forms.DockStyle.Right;
this.cornerLab.Location = new System.Drawing.Point(180, 0);
this.cornerLab.Name = "cornerLab";
this.cornerLab.Size = new System.Drawing.Size(24, 42);
this.cornerLab.TabIndex = 2;
//
// SimpleControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.AutoSize = true;
this.Controls.Add(this.label);
this.Controls.Add(this.cornerLab);
this.Controls.Add(this.picBox);
this.Name = "SimpleControl";
this.Size = new System.Drawing.Size(204, 42);
((System.ComponentModel.ISupportInitialize)(this.picBox)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox picBox;
private CornerLab cornerLab;
private System.Windows.Forms.Label label;
}
}