namespace WinformDevFramework.UserControls
{
partial class Label_TextBox
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.label = new System.Windows.Forms.Label();
this.textBox = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label
//
this.label.Location = new System.Drawing.Point(0, 7);
this.label.Name = "label";
this.label.Size = new System.Drawing.Size(75, 18);
this.label.TabIndex = 0;
this.label.Text = "1";
this.label.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// textBox
//
this.textBox.Location = new System.Drawing.Point(81, 2);
this.textBox.Name = "textBox";
this.textBox.Size = new System.Drawing.Size(100, 23);
this.textBox.TabIndex = 1;
//
// Label_TextBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.textBox);
this.Controls.Add(this.label);
this.Name = "Label_TextBox";
this.Size = new System.Drawing.Size(184, 28);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Label label;
private TextBox textBox;
}
}