namespace Dongke.IBOSS.PRD.Client.Controls.SearchTextBox
{
partial class dkThermometerSearchBox
{
///
/// 必需的设计器变量。
///
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.lblThermometerCode = new System.Windows.Forms.Label();
this.txtThermometerCode = new System.Windows.Forms.TextBox();
this.btnSearch = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblThermometerCode
//
this.lblThermometerCode.AutoSize = true;
this.lblThermometerCode.BackColor = System.Drawing.Color.Transparent;
this.lblThermometerCode.Location = new System.Drawing.Point(3, 4);
this.lblThermometerCode.Name = "lblThermometerCode";
this.lblThermometerCode.Size = new System.Drawing.Size(65, 12);
this.lblThermometerCode.TabIndex = 1;
this.lblThermometerCode.Text = "温湿计编号";
//
// txtThermometerCode
//
this.txtThermometerCode.Font = new System.Drawing.Font("宋体", 9F);
this.txtThermometerCode.Location = new System.Drawing.Point(74, 0);
this.txtThermometerCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.txtThermometerCode.Name = "txtThermometerCode";
this.txtThermometerCode.ReadOnly = true;
this.txtThermometerCode.Size = new System.Drawing.Size(155, 21);
this.txtThermometerCode.TabIndex = 2;
this.txtThermometerCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtThermometerCode_KeyDown);
//
// btnSearch
//
this.btnSearch.Image = global::Dongke.IBOSS.PRD.Client.Controls.Properties.Resources.searchButton;
this.btnSearch.Location = new System.Drawing.Point(235, -1);
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);
//
// dkThermometerSearchBox
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.txtThermometerCode);
this.Controls.Add(this.lblThermometerCode);
this.Name = "dkThermometerSearchBox";
this.Size = new System.Drawing.Size(265, 22);
this.SizeChanged += new System.EventHandler(this.dkThermometerSearchBox_SizeChanged);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblThermometerCode;
private System.Windows.Forms.TextBox txtThermometerCode;
private System.Windows.Forms.Button btnSearch;
}
}