SearchTextBox.Designer.cs 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. using FastReport.Editor;
  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.Image = Resources
  40. this.Search_Icon.Location = new System.Drawing.Point(183, 0);
  41. this.Search_Icon.Name = "Search_Icon";
  42. this.Search_Icon.Power = "";
  43. this.Search_Icon.Size = new System.Drawing.Size(21, 21);
  44. this.Search_Icon.TabIndex = 1;
  45. this.Search_Icon.TabStop = false;
  46. this.Search_Icon.Click += new System.EventHandler(this.Search_Icon_Click);
  47. //
  48. // TextBox
  49. //
  50. this.TextBox.AllPower = null;
  51. this.TextBox.BackColor = System.Drawing.Color.White;
  52. this.TextBox.Dock = System.Windows.Forms.DockStyle.Left;
  53. this.TextBox.ID = null;
  54. this.TextBox.Location = new System.Drawing.Point(0, 0);
  55. this.TextBox.Name = "TextBox";
  56. this.TextBox.Power = null;
  57. this.TextBox.Size = new System.Drawing.Size(178, 35);
  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.Enter += new System.EventHandler(this.TextBox_Enter);
  64. this.TextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.TextBox_KeyDown);
  65. this.TextBox.Leave += new System.EventHandler(this.TextBox_Leave);
  66. //
  67. // SearchTextBox
  68. //
  69. this.Controls.Add(this.Search_Icon);
  70. this.Controls.Add(this.TextBox);
  71. this.Name = "SearchTextBox";
  72. this.Size = new System.Drawing.Size(204, 21);
  73. this.Load += new System.EventHandler(this.SearchTextBox_Load);
  74. this.SizeChanged += new System.EventHandler(this.SearchTextBox_SizeChanged);
  75. ((System.ComponentModel.ISupportInitialize)(this.Search_Icon)).EndInit();
  76. this.ResumeLayout(false);
  77. this.PerformLayout();
  78. }
  79. #endregion
  80. private ClickPicBox Search_Icon;
  81. private EnterTextBox TextBox;
  82. }
  83. }