141 lines
5.7 KiB
C#
141 lines
5.7 KiB
C#
namespace Lskj.MyControl.LookUpAdd
|
|
{
|
|
partial class LabelLookUpAdd
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LabelLookUpAdd));
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.txtBox = new System.Windows.Forms.TextBox();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.btnMore = new DevExpress.XtraEditors.SimpleButton();
|
|
this.pl_left = new System.Windows.Forms.Panel();
|
|
this.lbMsg = new System.Windows.Forms.Label();
|
|
this.panel1.SuspendLayout();
|
|
this.panel3.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.pl_left.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.panel3);
|
|
this.panel1.Controls.Add(this.panel2);
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel1.Location = new System.Drawing.Point(40, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(142, 21);
|
|
this.panel1.TabIndex = 3;
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.Controls.Add(this.txtBox);
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(116, 21);
|
|
this.panel3.TabIndex = 1;
|
|
//
|
|
// txtBox
|
|
//
|
|
this.txtBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtBox.Location = new System.Drawing.Point(0, 0);
|
|
this.txtBox.Name = "txtBox";
|
|
this.txtBox.Size = new System.Drawing.Size(116, 21);
|
|
this.txtBox.TabIndex = 0;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Controls.Add(this.btnMore);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.panel2.Location = new System.Drawing.Point(116, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(26, 21);
|
|
this.panel2.TabIndex = 0;
|
|
//
|
|
// btnMore
|
|
//
|
|
this.btnMore.Appearance.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnMore.Appearance.Options.UseFont = true;
|
|
this.btnMore.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.btnMore.Image = ((System.Drawing.Image)(resources.GetObject("btnMore.Image")));
|
|
this.btnMore.Location = new System.Drawing.Point(0, 0);
|
|
this.btnMore.Name = "btnMore";
|
|
this.btnMore.Size = new System.Drawing.Size(26, 21);
|
|
this.btnMore.TabIndex = 1;
|
|
this.btnMore.Click += new System.EventHandler(this.btnMore_Click);
|
|
//
|
|
// pl_left
|
|
//
|
|
this.pl_left.Controls.Add(this.lbMsg);
|
|
this.pl_left.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.pl_left.Location = new System.Drawing.Point(0, 0);
|
|
this.pl_left.Name = "pl_left";
|
|
this.pl_left.Size = new System.Drawing.Size(40, 21);
|
|
this.pl_left.TabIndex = 2;
|
|
//
|
|
// lbMsg
|
|
//
|
|
this.lbMsg.AutoSize = true;
|
|
this.lbMsg.Location = new System.Drawing.Point(5, 4);
|
|
this.lbMsg.Name = "lbMsg";
|
|
this.lbMsg.Size = new System.Drawing.Size(29, 12);
|
|
this.lbMsg.TabIndex = 0;
|
|
this.lbMsg.Text = "名称";
|
|
//
|
|
// LabelLookUpAdd
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.pl_left);
|
|
this.Name = "LabelLookUpAdd";
|
|
this.Size = new System.Drawing.Size(182, 21);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel3.ResumeLayout(false);
|
|
this.panel3.PerformLayout();
|
|
this.panel2.ResumeLayout(false);
|
|
this.pl_left.ResumeLayout(false);
|
|
this.pl_left.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel pl_left;
|
|
private System.Windows.Forms.Label lbMsg;
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.TextBox txtBox;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private DevExpress.XtraEditors.SimpleButton btnMore;
|
|
|
|
}
|
|
}
|