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

105 lines
4.2 KiB
C#

namespace Lskj.Control
{
partial class LabelCheckComboxEdit
{
/// <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.labelComboxEdit1 = new Lskj.Control.LabelComboxEdit();
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.labelComboxEdit1);
this.plRight.Dock = System.Windows.Forms.DockStyle.Fill;
this.plRight.Location = new System.Drawing.Point(19, 0);
this.plRight.Name = "plRight";
this.plRight.Size = new System.Drawing.Size(161, 21);
this.plRight.TabIndex = 4;
//
// labelComboxEdit1
//
this.labelComboxEdit1.BackColor = System.Drawing.Color.Transparent;
this.labelComboxEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
this.labelComboxEdit1.EditText = "";
this.labelComboxEdit1.LabelText = "名称";
this.labelComboxEdit1.Location = new System.Drawing.Point(0, 0);
this.labelComboxEdit1.Model = null;
this.labelComboxEdit1.Name = "labelComboxEdit1";
this.labelComboxEdit1.NullText = "";
this.labelComboxEdit1.ReadOnly = false;
this.labelComboxEdit1.Required = false;
this.labelComboxEdit1.Size = new System.Drawing.Size(161, 21);
this.labelComboxEdit1.TabIndex = 0;
//
// ckCheck
//
this.ckCheck.Location = new System.Drawing.Point(0, 0);
this.ckCheck.Name = "ckCheck";
this.ckCheck.Properties.Caption = "";
this.ckCheck.Size = new System.Drawing.Size(19, 19);
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(19, 21);
this.plLeft.TabIndex = 3;
//
// LabelCheckComboxEdit
//
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 = "LabelCheckComboxEdit";
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 LabelComboxEdit labelComboxEdit1;
}
}