MaCodeSearchTextBox.Designer.cs 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. namespace UAS_MES.CustomControl.TextBoxWithIcon
  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 UAS_MES.CustomControl.ClickPicBox.ClickPicBox();
  29. this.TextBox = new UAS_MES.CustomControl.TextBoxWithIcon.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_MES.Properties.Resources.search;
  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, 22);
  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, 28);
  58. this.TextBox.Size = new System.Drawing.Size(178, 21);
  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. // MaCodeSearchTextBox
  69. //
  70. this.Controls.Add(this.Search_Icon);
  71. this.Controls.Add(this.TextBox);
  72. this.Name = "MaCodeSearchTextBox";
  73. this.Size = new System.Drawing.Size(204, 22);
  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.ClickPicBox Search_Icon;
  82. private MaCodeTextBox TextBox;
  83. }
  84. }