namespace UAS_BARCODEIO { 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.Search_Icon = new UAS_BARCODEIO.ClickPicBox(); this.TextBox = new UAS_BARCODEIO.EnterTextBox(); ((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.ErrorImage = global::UAS_BARCODEIO.Properties.Resources.preview_16px_25980_easyicon_net1; this.Search_Icon.Image = global::UAS_BARCODEIO.Properties.Resources.preview_16px_25980_easyicon_net1; 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, 21); 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.Name = "TextBox"; this.TextBox.Power = null; this.TextBox.Size = new System.Drawing.Size(178, 35); 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.Enter += new System.EventHandler(this.TextBox_Enter); this.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox_KeyDown); this.TextBox.Leave += new System.EventHandler(this.TextBox_Leave); // // SearchTextBox // this.Controls.Add(this.Search_Icon); this.Controls.Add(this.TextBox); this.Name = "SearchTextBox"; this.Size = new System.Drawing.Size(204, 21); this.Load += new System.EventHandler(this.SearchTextBox_Load); this.SizeChanged += new System.EventHandler(this.SearchTextBox_SizeChanged); ((System.ComponentModel.ISupportInitialize)(this.Search_Icon)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ClickPicBox Search_Icon; private EnterTextBox TextBox; } }