BlurSearch.Designer.cs 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. namespace UAS_MES_NEW.CustomControl.TextBoxWithIcon
  2. {
  3. partial class BlurSearch
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.ListBox = new System.Windows.Forms.ListBox();
  29. this.EnterTextBox = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  30. this.SuspendLayout();
  31. //
  32. // ListBox
  33. //
  34. this.ListBox.Dock = System.Windows.Forms.DockStyle.Bottom;
  35. this.ListBox.FormattingEnabled = true;
  36. this.ListBox.ItemHeight = 12;
  37. this.ListBox.Location = new System.Drawing.Point(0, 20);
  38. this.ListBox.Margin = new System.Windows.Forms.Padding(2);
  39. this.ListBox.Name = "ListBox";
  40. this.ListBox.Size = new System.Drawing.Size(154, 100);
  41. this.ListBox.TabIndex = 1;
  42. this.ListBox.Click += new System.EventHandler(this.ListBox_Click);
  43. //
  44. // EnterTextBox
  45. //
  46. this.EnterTextBox.AllPower = null;
  47. this.EnterTextBox.BackColor = System.Drawing.Color.White;
  48. this.EnterTextBox.Dock = System.Windows.Forms.DockStyle.Top;
  49. this.EnterTextBox.ID = null;
  50. this.EnterTextBox.Location = new System.Drawing.Point(0, 0);
  51. this.EnterTextBox.Margin = new System.Windows.Forms.Padding(2);
  52. this.EnterTextBox.Name = "EnterTextBox";
  53. this.EnterTextBox.Power = null;
  54. this.EnterTextBox.Size = new System.Drawing.Size(154, 21);
  55. this.EnterTextBox.Str = null;
  56. this.EnterTextBox.Str1 = null;
  57. this.EnterTextBox.Str2 = null;
  58. this.EnterTextBox.TabIndex = 2;
  59. this.EnterTextBox.TextChanged += new System.EventHandler(this.EnterTextBox_TextChanged);
  60. this.EnterTextBox.Enter += new System.EventHandler(this.EnterTextBox_Enter);
  61. this.EnterTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EnterTextBox_KeyDown);
  62. this.EnterTextBox.Leave += new System.EventHandler(this.EnterTextBox_Leave);
  63. //
  64. // BlurSearch
  65. //
  66. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  68. this.Controls.Add(this.EnterTextBox);
  69. this.Controls.Add(this.ListBox);
  70. this.Margin = new System.Windows.Forms.Padding(2);
  71. this.Name = "BlurSearch";
  72. this.Size = new System.Drawing.Size(154, 120);
  73. this.Load += new System.EventHandler(this.BlurSearch_Load);
  74. this.Leave += new System.EventHandler(this.BlurSearch_Leave);
  75. this.ResumeLayout(true);
  76. this.PerformLayout();
  77. }
  78. #endregion
  79. private System.Windows.Forms.ListBox ListBox;
  80. private SnCollectionBox EnterTextBox;
  81. }
  82. }