MaCodeSearchTextBox.Designer.cs 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. namespace UAS_BARCODEIO
  2. {
  3. partial class MaCodeSearchTextBox
  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.Search_Icon = new ClickPicBox();
  29. this.TextBox = new MaCodeTextBox();
  30. ((System.ComponentModel.ISupportInitialize)(this.Search_Icon)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // Search_Icon
  34. //
  35. this.Search_Icon.AllPower = null;
  36. this.Search_Icon.Cursor = System.Windows.Forms.Cursors.Hand;
  37. this.Search_Icon.Dock = System.Windows.Forms.DockStyle.Right;
  38. this.Search_Icon.Image = global::UAS_BARCODEIO.Properties.Resources.search_16px_1202802_easyicon_net;
  39. this.Search_Icon.Location = new System.Drawing.Point(183, 0);
  40. this.Search_Icon.Name = "Search_Icon";
  41. this.Search_Icon.Power = "";
  42. this.Search_Icon.Size = new System.Drawing.Size(21, 25);
  43. this.Search_Icon.TabIndex = 1;
  44. this.Search_Icon.TabStop = false;
  45. this.Search_Icon.Click += new System.EventHandler(this.Search_Icon_Click);
  46. //
  47. // TextBox
  48. //
  49. this.TextBox.AllPower = null;
  50. this.TextBox.BackColor = System.Drawing.Color.White;
  51. this.TextBox.Dock = System.Windows.Forms.DockStyle.Left;
  52. this.TextBox.ID = null;
  53. this.TextBox.Location = new System.Drawing.Point(0, 0);
  54. this.TextBox.Lock = false;
  55. this.TextBox.Name = "TextBox";
  56. this.TextBox.Power = null;
  57. this.TextBox.Size = new System.Drawing.Size(178, 21);
  58. this.TextBox.Str = null;
  59. this.TextBox.Str1 = null;
  60. this.TextBox.Str2 = null;
  61. this.TextBox.TabIndex = 0;
  62. this.TextBox.TextChanged += new System.EventHandler(this.TextBox_TextChanged);
  63. this.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox_KeyDown);
  64. this.TextBox.Leave += new System.EventHandler(this.TextBox_Leave);
  65. //
  66. // MaCodeSearchTextBox
  67. //
  68. this.Controls.Add(this.Search_Icon);
  69. this.Controls.Add(this.TextBox);
  70. this.Name = "MaCodeSearchTextBox";
  71. this.Size = new System.Drawing.Size(204, 25);
  72. this.Load += new System.EventHandler(this.SearchTextBox_Load);
  73. this.SizeChanged += new System.EventHandler(this.SearchTextBox_SizeChanged);
  74. this.Leave += new System.EventHandler(this.MaCodeSearchTextBox_Leave);
  75. ((System.ComponentModel.ISupportInitialize)(this.Search_Icon)).EndInit();
  76. this.ResumeLayout(false);
  77. this.PerformLayout();
  78. }
  79. #endregion
  80. private ClickPicBox Search_Icon;
  81. public MaCodeTextBox TextBox;
  82. }
  83. }