dkGroutingLineSearchBox.Designer.cs 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. namespace Dongke.IBOSS.PRD.Client.Controls.SearchTextBox
  2. {
  3. partial class dkGroutingLineSearchBox
  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.lblGroutingLine = new System.Windows.Forms.Label();
  29. this.txtGroutingLine = new System.Windows.Forms.TextBox();
  30. this.btnSearch = new System.Windows.Forms.Button();
  31. this.SuspendLayout();
  32. //
  33. // lblGroutingLine
  34. //
  35. this.lblGroutingLine.AutoSize = true;
  36. this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
  37. this.lblGroutingLine.Location = new System.Drawing.Point(3, 5);
  38. this.lblGroutingLine.Name = "lblGroutingLine";
  39. this.lblGroutingLine.Size = new System.Drawing.Size(41, 12);
  40. this.lblGroutingLine.TabIndex = 2;
  41. this.lblGroutingLine.Text = "成型线";
  42. //
  43. // txtGroutingLine
  44. //
  45. this.txtGroutingLine.Font = new System.Drawing.Font("宋体", 9F);
  46. this.txtGroutingLine.Location = new System.Drawing.Point(50, 2);
  47. this.txtGroutingLine.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  48. this.txtGroutingLine.Name = "txtGroutingLine";
  49. this.txtGroutingLine.ReadOnly = true;
  50. this.txtGroutingLine.Size = new System.Drawing.Size(155, 21);
  51. this.txtGroutingLine.TabIndex = 3;
  52. this.txtGroutingLine.TextChanged += new System.EventHandler(this.txtGroutingLine_TextChanged);
  53. this.txtGroutingLine.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtGroutingLine_KeyDown);
  54. //
  55. // btnSearch
  56. //
  57. this.btnSearch.Image = global::Dongke.IBOSS.PRD.Client.Controls.Properties.Resources.searchButton;
  58. this.btnSearch.Location = new System.Drawing.Point(211, 1);
  59. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  60. this.btnSearch.Name = "btnSearch";
  61. this.btnSearch.Size = new System.Drawing.Size(21, 21);
  62. this.btnSearch.TabIndex = 4;
  63. this.btnSearch.UseVisualStyleBackColor = true;
  64. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  65. //
  66. // dkGroutingLineSearchBox
  67. //
  68. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  69. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  70. this.Controls.Add(this.btnSearch);
  71. this.Controls.Add(this.txtGroutingLine);
  72. this.Controls.Add(this.lblGroutingLine);
  73. this.Name = "dkGroutingLineSearchBox";
  74. this.Size = new System.Drawing.Size(237, 25);
  75. this.SizeChanged += new System.EventHandler(this.dkGroutingLineSearchBox_SizeChanged);
  76. this.ResumeLayout(false);
  77. this.PerformLayout();
  78. }
  79. #endregion
  80. private System.Windows.Forms.Label lblGroutingLine;
  81. private System.Windows.Forms.TextBox txtGroutingLine;
  82. private System.Windows.Forms.Button btnSearch;
  83. }
  84. }