12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- namespace UAS_MES_NEW.CustomControl.TextBoxWithIcon
- {
- partial class BlurSearch
- {
- /// <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.ListBox = new System.Windows.Forms.ListBox();
- this.EnterTextBox = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
- this.SuspendLayout();
- //
- // ListBox
- //
- this.ListBox.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ListBox.FormattingEnabled = true;
- this.ListBox.ItemHeight = 12;
- this.ListBox.Location = new System.Drawing.Point(0, 20);
- this.ListBox.Margin = new System.Windows.Forms.Padding(2);
- this.ListBox.Name = "ListBox";
- this.ListBox.Size = new System.Drawing.Size(154, 100);
- this.ListBox.TabIndex = 1;
- this.ListBox.Click += new System.EventHandler(this.ListBox_Click);
- //
- // EnterTextBox
- //
- this.EnterTextBox.AllPower = null;
- this.EnterTextBox.BackColor = System.Drawing.Color.White;
- this.EnterTextBox.Dock = System.Windows.Forms.DockStyle.Top;
- this.EnterTextBox.ID = null;
- this.EnterTextBox.Location = new System.Drawing.Point(0, 0);
- this.EnterTextBox.Margin = new System.Windows.Forms.Padding(2);
- this.EnterTextBox.Name = "EnterTextBox";
- this.EnterTextBox.Power = null;
- this.EnterTextBox.Size = new System.Drawing.Size(154, 21);
- this.EnterTextBox.Str = null;
- this.EnterTextBox.Str1 = null;
- this.EnterTextBox.Str2 = null;
- this.EnterTextBox.TabIndex = 2;
- this.EnterTextBox.TextChanged += new System.EventHandler(this.EnterTextBox_TextChanged);
- this.EnterTextBox.Enter += new System.EventHandler(this.EnterTextBox_Enter);
- this.EnterTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EnterTextBox_KeyDown);
- this.EnterTextBox.Leave += new System.EventHandler(this.EnterTextBox_Leave);
- //
- // BlurSearch
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.EnterTextBox);
- this.Controls.Add(this.ListBox);
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "BlurSearch";
- this.Size = new System.Drawing.Size(154, 120);
- this.Load += new System.EventHandler(this.BlurSearch_Load);
- this.Leave += new System.EventHandler(this.BlurSearch_Leave);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ListBox ListBox;
- private SnCollectionBox EnterTextBox;
- }
- }
|