namespace UAS_MES.CustomControl.TextBoxWithIcon
{
partial class TextBoxGeneratePaCode
{
///
/// 必需的设计器变量。
///
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.components = new System.ComponentModel.Container();
this.enterTextBox1 = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
this.GeneratePaCode = new System.Windows.Forms.PictureBox();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
((System.ComponentModel.ISupportInitialize)(this.GeneratePaCode)).BeginInit();
this.SuspendLayout();
//
// enterTextBox1
//
this.enterTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.enterTextBox1.ID = null;
this.enterTextBox1.Location = new System.Drawing.Point(0, 0);
this.enterTextBox1.Name = "enterTextBox1";
this.enterTextBox1.Size = new System.Drawing.Size(237, 21);
this.enterTextBox1.Str = null;
this.enterTextBox1.Str1 = null;
this.enterTextBox1.Str2 = null;
this.enterTextBox1.TabIndex = 0;
this.enterTextBox1.TextChanged += new System.EventHandler(this.enterTextBox1_TextChanged);
this.enterTextBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.enterTextBox1_KeyDown);
//
// GeneratePaCode
//
this.GeneratePaCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.GeneratePaCode.Cursor = System.Windows.Forms.Cursors.Hand;
this.GeneratePaCode.Image = global::UAS_MES.Properties.Resources.box_code;
this.GeneratePaCode.Location = new System.Drawing.Point(217, 1);
this.GeneratePaCode.Name = "GeneratePaCode";
this.GeneratePaCode.Size = new System.Drawing.Size(19, 19);
this.GeneratePaCode.TabIndex = 1;
this.GeneratePaCode.TabStop = false;
this.GeneratePaCode.Click += new System.EventHandler(this.GeneratePaCode_Click);
//
// TextBoxGeneratePaCode
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.GeneratePaCode);
this.Controls.Add(this.enterTextBox1);
this.Name = "TextBoxGeneratePaCode";
this.Size = new System.Drawing.Size(237, 21);
((System.ComponentModel.ISupportInitialize)(this.GeneratePaCode)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private MaCodeTextBox enterTextBox1;
private System.Windows.Forms.PictureBox GeneratePaCode;
private System.Windows.Forms.ToolTip toolTip1;
}
}