namespace UAS_MES_NEW.CustomControl.TextBoxWithIcon
{
partial class MaCodeSearchTextBox
{
///
/// 必需的设计器变量。
///
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.Search_Icon = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox();
this.TextBox = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeTextBox();
((System.ComponentModel.ISupportInitialize)(this.Search_Icon)).BeginInit();
this.SuspendLayout();
//
// Search_Icon
//
this.Search_Icon.AllPower = null;
this.Search_Icon.Cursor = System.Windows.Forms.Cursors.Hand;
this.Search_Icon.Dock = System.Windows.Forms.DockStyle.Right;
this.Search_Icon.Image = global::UAS_MES_NEW.Properties.Resources.search_16px_1202802_easyicon_net;
this.Search_Icon.Location = new System.Drawing.Point(183, 0);
this.Search_Icon.Name = "Search_Icon";
this.Search_Icon.Power = "";
this.Search_Icon.Size = new System.Drawing.Size(21, 25);
this.Search_Icon.TabIndex = 1;
this.Search_Icon.TabStop = false;
this.Search_Icon.Click += new System.EventHandler(this.Search_Icon_Click);
//
// TextBox
//
this.TextBox.AllPower = null;
this.TextBox.BackColor = System.Drawing.Color.White;
this.TextBox.Dock = System.Windows.Forms.DockStyle.Left;
this.TextBox.ID = null;
this.TextBox.Location = new System.Drawing.Point(0, 0);
this.TextBox.Lock = false;
this.TextBox.Name = "TextBox";
this.TextBox.Power = null;
this.TextBox.Size = new System.Drawing.Size(178, 21);
this.TextBox.Str = null;
this.TextBox.Str1 = null;
this.TextBox.Str2 = null;
this.TextBox.TabIndex = 0;
this.TextBox.TextChanged += new System.EventHandler(this.TextBox_TextChanged);
this.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox_KeyDown);
this.TextBox.Leave += new System.EventHandler(this.TextBox_Leave);
//
// MaCodeSearchTextBox
//
this.Controls.Add(this.Search_Icon);
this.Controls.Add(this.TextBox);
this.Name = "MaCodeSearchTextBox";
this.Size = new System.Drawing.Size(204, 25);
this.Load += new System.EventHandler(this.SearchTextBox_Load);
this.SizeChanged += new System.EventHandler(this.SearchTextBox_SizeChanged);
this.Leave += new System.EventHandler(this.MaCodeSearchTextBox_Leave);
((System.ComponentModel.ISupportInitialize)(this.Search_Icon)).EndInit();
this.ResumeLayout(true);
this.PerformLayout();
}
#endregion
private ClickPicBox.ClickPicBox Search_Icon;
public MaCodeTextBox TextBox;
}
}