You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

73 lines
2.6 KiB

namespace UserControlLib
{
partial class User_LabelText
{
/// <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.label = new System.Windows.Forms.Label();
this.textBox = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// label
//
this.label.AutoSize = true;
this.label.Location = new System.Drawing.Point(3, 7);
this.label.Name = "label";
this.label.Size = new System.Drawing.Size(65, 12);
this.label.TabIndex = 2;
this.label.Text = "合格状态:";
this.label.TextChanged += new System.EventHandler(this.label_TextChanged);
//
// textBox
//
this.textBox.Location = new System.Drawing.Point(71, 3);
this.textBox.Name = "textBox";
this.textBox.Size = new System.Drawing.Size(110, 21);
this.textBox.TabIndex = 3;
//
// User_LabelText
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.textBox);
this.Controls.Add(this.label);
this.MaximumSize = new System.Drawing.Size(1024, 27);
this.MinimumSize = new System.Drawing.Size(188, 27);
this.Name = "User_LabelText";
this.Size = new System.Drawing.Size(188, 27);
this.Load += new System.EventHandler(this.User_LabelText_Load);
this.SizeChanged += new System.EventHandler(this.User_LabelText_SizeChanged);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label;
private System.Windows.Forms.TextBox textBox;
}
}