ab56a9bcf7
SVN-Revision: r240
154 lines
6.7 KiB
C#
154 lines
6.7 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class LabelComboxMutilPopupEdit
|
|
{
|
|
/// <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.plLeft = new System.Windows.Forms.Panel();
|
|
this.lblText = new System.Windows.Forms.Label();
|
|
this.plRight = new System.Windows.Forms.Panel();
|
|
this.txtEdit = new DevExpress.XtraEditors.TextEdit();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.plLeft.SuspendLayout();
|
|
this.plRight.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// plLeft
|
|
//
|
|
this.plLeft.BackColor = System.Drawing.Color.Transparent;
|
|
this.plLeft.Controls.Add(this.lblText);
|
|
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(40, 21);
|
|
this.plLeft.TabIndex = 3;
|
|
//
|
|
// lblText
|
|
//
|
|
this.lblText.AutoSize = true;
|
|
this.lblText.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblText.Location = new System.Drawing.Point(5, 4);
|
|
this.lblText.Name = "lblText";
|
|
this.lblText.Size = new System.Drawing.Size(37, 15);
|
|
this.lblText.TabIndex = 0;
|
|
this.lblText.Text = "名称";
|
|
//
|
|
// plRight
|
|
//
|
|
this.plRight.AutoSize = true;
|
|
this.plRight.BackColor = System.Drawing.Color.Transparent;
|
|
this.plRight.Controls.Add(this.txtEdit);
|
|
this.plRight.Controls.Add(this.panel1);
|
|
this.plRight.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.plRight.Location = new System.Drawing.Point(40, 0);
|
|
this.plRight.Name = "plRight";
|
|
this.plRight.Size = new System.Drawing.Size(182, 21);
|
|
this.plRight.TabIndex = 4;
|
|
//
|
|
// txtEdit
|
|
//
|
|
this.txtEdit.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtEdit.Enabled = false;
|
|
this.txtEdit.Location = new System.Drawing.Point(0, 0);
|
|
this.txtEdit.Name = "txtEdit";
|
|
this.txtEdit.Properties.AutoHeight = false;
|
|
this.txtEdit.Size = new System.Drawing.Size(120, 21);
|
|
this.txtEdit.TabIndex = 17;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.AutoSize = true;
|
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel1.Controls.Add(this.simpleButton1);
|
|
this.panel1.Controls.Add(this.simpleButton4);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel1.Location = new System.Drawing.Point(120, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(62, 21);
|
|
this.panel1.TabIndex = 16;
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Appearance.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.simpleButton1.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
|
|
this.simpleButton1.Appearance.Options.UseFont = true;
|
|
this.simpleButton1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.simpleButton1.Location = new System.Drawing.Point(0, 0);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(31, 21);
|
|
this.simpleButton1.TabIndex = 14;
|
|
this.simpleButton1.Text = "选";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// simpleButton4
|
|
//
|
|
this.simpleButton4.Appearance.Font = new System.Drawing.Font("宋体", 12F);
|
|
this.simpleButton4.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
|
|
this.simpleButton4.Appearance.Options.UseFont = true;
|
|
this.simpleButton4.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.simpleButton4.Location = new System.Drawing.Point(31, 0);
|
|
this.simpleButton4.Name = "simpleButton4";
|
|
this.simpleButton4.Size = new System.Drawing.Size(31, 21);
|
|
this.simpleButton4.TabIndex = 13;
|
|
this.simpleButton4.Text = "清空";
|
|
this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
|
|
//
|
|
// LabelComboxMutilPopupEdit
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.Controls.Add(this.plRight);
|
|
this.Controls.Add(this.plLeft);
|
|
this.Name = "LabelComboxMutilPopupEdit";
|
|
this.Size = new System.Drawing.Size(222, 21);
|
|
this.plLeft.ResumeLayout(false);
|
|
this.plLeft.PerformLayout();
|
|
this.plRight.ResumeLayout(false);
|
|
this.plRight.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel plLeft;
|
|
private System.Windows.Forms.Label lblText;
|
|
private System.Windows.Forms.Panel plRight;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton4;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
private DevExpress.XtraEditors.TextEdit txtEdit;
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
}
|
|
}
|