12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- namespace UAS_MES_NEW.CustomControl.TextBoxWithIcon
- {
- partial class SearchTextBox
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.Search_Icon = new UAS_MES_NEW.CustomControl.ClickPicBox.ClickPicBox();
- this.TextBox = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.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.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, 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, 25);
- 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.ClickPicBox Search_Icon;
- private EnterTextBox TextBox;
- }
- }
|