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

109 lines
4.4 KiB
C#

namespace Lskj.Control
{
partial class LabelCheckAutoTextEdit
{
/// <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.labelAutoTextEdit1 = new Lskj.Control.LabelAutoTextEdit();
this.ckCheck = new DevExpress.XtraEditors.CheckEdit();
this.plLeft = new System.Windows.Forms.Panel();
this.plRight.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ckCheck.Properties)).BeginInit();
this.plLeft.SuspendLayout();
this.SuspendLayout();
//
// plRight
//
this.plRight.Controls.Add(this.labelAutoTextEdit1);
this.plRight.Dock = System.Windows.Forms.DockStyle.Fill;
this.plRight.Location = new System.Drawing.Point(16, 0);
this.plRight.Name = "plRight";
this.plRight.Size = new System.Drawing.Size(164, 21);
this.plRight.TabIndex = 6;
//
// labelAutoTextEdit1
//
this.labelAutoTextEdit1.BackColor = System.Drawing.Color.Transparent;
this.labelAutoTextEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelAutoTextEdit1.EditText = "";
this.labelAutoTextEdit1.LabelText = "名称";
this.labelAutoTextEdit1.Location = new System.Drawing.Point(0, 0);
this.labelAutoTextEdit1.Model = null;
this.labelAutoTextEdit1.Name = "labelAutoTextEdit1";
this.labelAutoTextEdit1.NullText = "";
this.labelAutoTextEdit1.ReadOnly = false;
this.labelAutoTextEdit1.Required = false;
this.labelAutoTextEdit1.Size = new System.Drawing.Size(164, 21);
this.labelAutoTextEdit1.TabIndex = 0;
this.labelAutoTextEdit1.TextField = "";
this.labelAutoTextEdit1.ValueField = "";
this.labelAutoTextEdit1.ValueMember = "";
//
// 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(16, 21);
this.ckCheck.TabIndex = 0;
this.ckCheck.CheckedChanged += new System.EventHandler(this.ckCheck_CheckedChanged);
//
// plLeft
//
this.plLeft.Controls.Add(this.ckCheck);
this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.plLeft.Location = new System.Drawing.Point(0, 0);
this.plLeft.Name = "plLeft";
this.plLeft.Size = new System.Drawing.Size(16, 21);
this.plLeft.TabIndex = 5;
//
// LabelCheckAutoTextEdit
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.plRight);
this.Controls.Add(this.plLeft);
this.Name = "LabelCheckAutoTextEdit";
this.Size = new System.Drawing.Size(180, 21);
this.plRight.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ckCheck.Properties)).EndInit();
this.plLeft.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel plRight;
private DevExpress.XtraEditors.CheckEdit ckCheck;
private System.Windows.Forms.Panel plLeft;
private LabelAutoTextEdit labelAutoTextEdit1;
}
}