dkproductionLineSearchBox.Designer.cs 4.0 KB

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