namespace UAS_LabelMachine.CustomControl
{
partial class SearchTextBox
{
///
/// 必需的设计器变量。
///
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.TextBox = new System.Windows.Forms.TextBox();
this.Search_Icon = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.Search_Icon)).BeginInit();
this.SuspendLayout();
//
// TextBox
//
this.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.TextBox.Location = new System.Drawing.Point(0, 0);
this.TextBox.Name = "TextBox";
this.TextBox.Size = new System.Drawing.Size(247, 21);
this.TextBox.TabIndex = 0;
this.TextBox.TextChanged += new System.EventHandler(this.TextBox_TextChanged);
this.TextBox.Enter += new System.EventHandler(this.TextBox_Enter);
this.TextBox.Leave += new System.EventHandler(this.TextBox_Leave);
//
// Search_Icon
//
this.Search_Icon.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.Search_Icon.Cursor = System.Windows.Forms.Cursors.Hand;
this.Search_Icon.Image = global::UAS_LabelMachine.Properties.Resources.search_16px_1202802_easyicon_net;
this.Search_Icon.Location = new System.Drawing.Point(227, 1);
this.Search_Icon.Name = "Search_Icon";
this.Search_Icon.Size = new System.Drawing.Size(19, 19);
this.Search_Icon.TabIndex = 1;
this.Search_Icon.TabStop = false;
this.Search_Icon.Click += new System.EventHandler(this.Search_Icon_Click);
//
// SearchTextBox
//
this.Controls.Add(this.Search_Icon);
this.Controls.Add(this.TextBox);
this.Name = "SearchTextBox";
this.Size = new System.Drawing.Size(247, 21);
((System.ComponentModel.ISupportInitialize)(this.Search_Icon)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox TextBox;
private System.Windows.Forms.PictureBox Search_Icon;
}
}