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

105 lines
4.1 KiB
C#

namespace Lskj.Control
{
partial class LabelCheckText
{
/// <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.plRight = new System.Windows.Forms.Panel();
this.ckCheck = new DevExpress.XtraEditors.CheckEdit();
this.panel1 = new System.Windows.Forms.Panel();
this.labelTextEdit1 = new Lskj.Control.LabelTextEdit();
this.plRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ckCheck.Properties)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// plRight
//
this.plRight.Controls.Add(this.ckCheck);
this.plRight.Dock = System.Windows.Forms.DockStyle.Right;
this.plRight.Location = new System.Drawing.Point(158, 0);
this.plRight.Name = "plRight";
this.plRight.Size = new System.Drawing.Size(22, 21);
this.plRight.TabIndex = 5;
//
// ckCheck
//
this.ckCheck.Dock = System.Windows.Forms.DockStyle.Fill;
this.ckCheck.Location = new System.Drawing.Point(0, 0);
this.ckCheck.Name = "ckCheck";
this.ckCheck.Properties.Caption = "";
this.ckCheck.Size = new System.Drawing.Size(22, 21);
this.ckCheck.TabIndex = 1;
//
// panel1
//
this.panel1.Controls.Add(this.labelTextEdit1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(158, 21);
this.panel1.TabIndex = 6;
//
// labelTextEdit1
//
this.labelTextEdit1.BackColor = System.Drawing.Color.Transparent;
this.labelTextEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelTextEdit1.EditText = "";
this.labelTextEdit1.FontSize = 0F;
this.labelTextEdit1.LabelText = "名称";
this.labelTextEdit1.Location = new System.Drawing.Point(0, 0);
this.labelTextEdit1.Model = null;
this.labelTextEdit1.Name = "labelTextEdit1";
this.labelTextEdit1.NullText = "";
this.labelTextEdit1.ReadOnly = false;
this.labelTextEdit1.Required = false;
this.labelTextEdit1.Size = new System.Drawing.Size(158, 21);
this.labelTextEdit1.TabIndex = 6;
//
// LabelCheckText
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.Controls.Add(this.panel1);
this.Controls.Add(this.plRight);
this.Name = "LabelCheckText";
this.Size = new System.Drawing.Size(180, 21);
this.plRight.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ckCheck.Properties)).EndInit();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel plRight;
private DevExpress.XtraEditors.CheckEdit ckCheck;
private System.Windows.Forms.Panel panel1;
private LabelTextEdit labelTextEdit1;
}
}