namespace Dongke.IBOSS.PRD.Client.Controls.SearchTextBox
{
partial class dkGMouldTypeSearchBox
{
///
/// 必需的设计器变量。
///
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.lblGMouldType = new System.Windows.Forms.Label();
this.txtGMouldType = new System.Windows.Forms.TextBox();
this.btnSearch = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblGMouldType
//
this.lblGMouldType.AutoSize = true;
this.lblGMouldType.BackColor = System.Drawing.Color.Transparent;
this.lblGMouldType.Location = new System.Drawing.Point(3, 10);
this.lblGMouldType.Name = "lblGMouldType";
this.lblGMouldType.Size = new System.Drawing.Size(65, 12);
this.lblGMouldType.TabIndex = 1;
this.lblGMouldType.Text = "成型线类型";
//
// txtGMouldType
//
this.txtGMouldType.Font = new System.Drawing.Font("宋体", 9F);
this.txtGMouldType.Location = new System.Drawing.Point(74, 7);
this.txtGMouldType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtGMouldType.Name = "txtGMouldType";
this.txtGMouldType.ReadOnly = true;
this.txtGMouldType.Size = new System.Drawing.Size(155, 21);
this.txtGMouldType.TabIndex = 2;
this.txtGMouldType.TextChanged += new System.EventHandler(this.txtGMouldType_TextChanged);
this.txtGMouldType.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtGMouldType_KeyDown);
//
// btnSearch
//
this.btnSearch.Image = global::Dongke.IBOSS.PRD.Client.Controls.Properties.Resources.searchButton;
this.btnSearch.Location = new System.Drawing.Point(235, 7);
this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.btnSearch.Name = "btnSearch";
this.btnSearch.Size = new System.Drawing.Size(21, 21);
this.btnSearch.TabIndex = 3;
this.btnSearch.UseVisualStyleBackColor = true;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// dkGMouldTypeSearchBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.txtGMouldType);
this.Controls.Add(this.lblGMouldType);
this.Name = "dkGMouldTypeSearchBox";
this.Size = new System.Drawing.Size(268, 33);
this.SizeChanged += new System.EventHandler(this.dkGMouldTypeSearchBox_SizeChanged);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
//private System.Windows.Forms.Label lblGoodsTypeName;
//private System.Windows.Forms.TextBox txtGoodsTypeName;
private System.Windows.Forms.Button btnSearch;
}
}