ab56a9bcf7
SVN-Revision: r240
128 lines
5.3 KiB
C#
128 lines
5.3 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class LabelMultiAutoTextEdit3
|
|
{
|
|
/// <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(LabelMultiAutoTextEdit3));
|
|
this.lblText = new System.Windows.Forms.Label();
|
|
this.plRight = new System.Windows.Forms.Panel();
|
|
this.btnMore = new DevExpress.XtraEditors.SimpleButton();
|
|
this.plLeft = new System.Windows.Forms.Panel();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.txtEdit = new DevExpress.XtraEditors.MemoEdit();
|
|
this.plRight.SuspendLayout();
|
|
this.plLeft.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblText
|
|
//
|
|
this.lblText.AutoSize = true;
|
|
this.lblText.Location = new System.Drawing.Point(5, 4);
|
|
this.lblText.Name = "lblText";
|
|
this.lblText.Size = new System.Drawing.Size(29, 12);
|
|
this.lblText.TabIndex = 0;
|
|
this.lblText.Text = "名称";
|
|
//
|
|
// plRight
|
|
//
|
|
this.plRight.Controls.Add(this.btnMore);
|
|
this.plRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.plRight.Location = new System.Drawing.Point(136, 0);
|
|
this.plRight.Name = "plRight";
|
|
this.plRight.Size = new System.Drawing.Size(26, 21);
|
|
this.plRight.TabIndex = 5;
|
|
//
|
|
// 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 = 2;
|
|
this.btnMore.Click += new System.EventHandler(this.btnMore_Click);
|
|
//
|
|
// plLeft
|
|
//
|
|
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 = 4;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.txtEdit);
|
|
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(96, 21);
|
|
this.panel1.TabIndex = 6;
|
|
//
|
|
// txtEdit
|
|
//
|
|
this.txtEdit.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.txtEdit.Location = new System.Drawing.Point(0, 0);
|
|
this.txtEdit.Name = "txtEdit";
|
|
this.txtEdit.Size = new System.Drawing.Size(96, 21);
|
|
this.txtEdit.TabIndex = 0;
|
|
//
|
|
// LabelMultiAutoTextEdit
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.Color.Transparent;
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.plRight);
|
|
this.Controls.Add(this.plLeft);
|
|
this.Name = "LabelMultiAutoTextEdit3";
|
|
this.Size = new System.Drawing.Size(162, 21);
|
|
this.plRight.ResumeLayout(false);
|
|
this.plLeft.ResumeLayout(false);
|
|
this.plLeft.PerformLayout();
|
|
this.panel1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.txtEdit.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblText;
|
|
private System.Windows.Forms.Panel plRight;
|
|
private System.Windows.Forms.Panel plLeft;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private DevExpress.XtraEditors.SimpleButton btnMore;
|
|
private DevExpress.XtraEditors.MemoEdit txtEdit;
|
|
}
|
|
}
|