SearchTextBox.Designer.cs 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. 
  2. namespace UAS_BARCODEIO
  3. {
  4. partial class SearchTextBox
  5. {
  6. /// <summary>
  7. /// 必需的设计器变量。
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// 清理所有正在使用的资源。
  12. /// </summary>
  13. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region 组件设计器生成的代码
  23. /// <summary>
  24. /// 设计器支持所需的方法 - 不要修改
  25. /// 使用代码编辑器修改此方法的内容。
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.Search_Icon = new UAS_BARCODEIO.ClickPicBox();
  30. this.TextBox = new UAS_BARCODEIO.EnterTextBox();
  31. ((System.ComponentModel.ISupportInitialize)(this.Search_Icon)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // Search_Icon
  35. //
  36. this.Search_Icon.AllPower = null;
  37. this.Search_Icon.Cursor = System.Windows.Forms.Cursors.Hand;
  38. this.Search_Icon.Dock = System.Windows.Forms.DockStyle.Right;
  39. this.Search_Icon.ErrorImage = global::UAS_BARCODEIO.Properties.Resources.preview_16px_25980_easyicon_net1;
  40. this.Search_Icon.Image = global::UAS_BARCODEIO.Properties.Resources.preview_16px_25980_easyicon_net1;
  41. this.Search_Icon.Location = new System.Drawing.Point(183, 0);
  42. this.Search_Icon.Name = "Search_Icon";
  43. this.Search_Icon.Power = "";
  44. this.Search_Icon.Size = new System.Drawing.Size(21, 21);
  45. this.Search_Icon.TabIndex = 1;
  46. this.Search_Icon.TabStop = false;
  47. this.Search_Icon.Click += new System.EventHandler(this.Search_Icon_Click);
  48. //
  49. // TextBox
  50. //
  51. this.TextBox.AllPower = null;
  52. this.TextBox.BackColor = System.Drawing.Color.White;
  53. this.TextBox.Dock = System.Windows.Forms.DockStyle.Left;
  54. this.TextBox.ID = null;
  55. this.TextBox.Location = new System.Drawing.Point(0, 0);
  56. this.TextBox.Name = "TextBox";
  57. this.TextBox.Power = null;
  58. this.TextBox.Size = new System.Drawing.Size(178, 35);
  59. this.TextBox.Str = null;
  60. this.TextBox.Str1 = null;
  61. this.TextBox.Str2 = null;
  62. this.TextBox.TabIndex = 0;
  63. this.TextBox.TextChanged += new System.EventHandler(this.TextBox_TextChanged);
  64. this.TextBox.Enter += new System.EventHandler(this.TextBox_Enter);
  65. this.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox_KeyDown);
  66. this.TextBox.Leave += new System.EventHandler(this.TextBox_Leave);
  67. //
  68. // SearchTextBox
  69. //
  70. this.Controls.Add(this.Search_Icon);
  71. this.Controls.Add(this.TextBox);
  72. this.Name = "SearchTextBox";
  73. this.Size = new System.Drawing.Size(204, 21);
  74. this.Load += new System.EventHandler(this.SearchTextBox_Load);
  75. this.SizeChanged += new System.EventHandler(this.SearchTextBox_SizeChanged);
  76. ((System.ComponentModel.ISupportInitialize)(this.Search_Icon)).EndInit();
  77. this.ResumeLayout(false);
  78. this.PerformLayout();
  79. }
  80. #endregion
  81. private ClickPicBox Search_Icon;
  82. private EnterTextBox TextBox;
  83. }
  84. }