FrmCMByWorkShop.Designer.cs 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. namespace WCS_Client.Frm
  2. {
  3. partial class FrmCMByWorkShop
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.lblWorkShopNO = new System.Windows.Forms.Label();
  29. this.lblProLine = new System.Windows.Forms.Label();
  30. this.cmbWorkShopNO = new System.Windows.Forms.ComboBox();
  31. this.cmbProLine = new System.Windows.Forms.ComboBox();
  32. this.btnSave = new System.Windows.Forms.Button();
  33. this.btnCancel = new System.Windows.Forms.Button();
  34. this.SuspendLayout();
  35. //
  36. // lblWorkShopNO
  37. //
  38. this.lblWorkShopNO.AutoSize = true;
  39. this.lblWorkShopNO.Location = new System.Drawing.Point(82, 49);
  40. this.lblWorkShopNO.Name = "lblWorkShopNO";
  41. this.lblWorkShopNO.Size = new System.Drawing.Size(82, 15);
  42. this.lblWorkShopNO.TabIndex = 0;
  43. this.lblWorkShopNO.Text = "车间编号:";
  44. //
  45. // lblProLine
  46. //
  47. this.lblProLine.AutoSize = true;
  48. this.lblProLine.Location = new System.Drawing.Point(82, 108);
  49. this.lblProLine.Name = "lblProLine";
  50. this.lblProLine.Size = new System.Drawing.Size(52, 15);
  51. this.lblProLine.TabIndex = 1;
  52. this.lblProLine.Text = "生产线";
  53. //
  54. // cmbWorkShopNO
  55. //
  56. this.cmbWorkShopNO.FormattingEnabled = true;
  57. this.cmbWorkShopNO.Location = new System.Drawing.Point(167, 46);
  58. this.cmbWorkShopNO.Name = "cmbWorkShopNO";
  59. this.cmbWorkShopNO.Size = new System.Drawing.Size(202, 23);
  60. this.cmbWorkShopNO.TabIndex = 2;
  61. //
  62. // cmbProLine
  63. //
  64. this.cmbProLine.FormattingEnabled = true;
  65. this.cmbProLine.Location = new System.Drawing.Point(167, 105);
  66. this.cmbProLine.Name = "cmbProLine";
  67. this.cmbProLine.Size = new System.Drawing.Size(202, 23);
  68. this.cmbProLine.TabIndex = 3;
  69. this.cmbProLine.DropDown += new System.EventHandler(this.cmbProLine_DropDown);
  70. //
  71. // btnSave
  72. //
  73. this.btnSave.Location = new System.Drawing.Point(167, 185);
  74. this.btnSave.Name = "btnSave";
  75. this.btnSave.Size = new System.Drawing.Size(75, 23);
  76. this.btnSave.TabIndex = 4;
  77. this.btnSave.Text = "保存";
  78. this.btnSave.UseVisualStyleBackColor = true;
  79. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  80. //
  81. // btnCancel
  82. //
  83. this.btnCancel.Location = new System.Drawing.Point(294, 185);
  84. this.btnCancel.Name = "btnCancel";
  85. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  86. this.btnCancel.TabIndex = 5;
  87. this.btnCancel.Text = "取消";
  88. this.btnCancel.UseVisualStyleBackColor = true;
  89. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  90. //
  91. // FrmCMByWorkShop
  92. //
  93. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  94. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  95. this.ClientSize = new System.Drawing.Size(522, 266);
  96. this.Controls.Add(this.btnCancel);
  97. this.Controls.Add(this.btnSave);
  98. this.Controls.Add(this.cmbProLine);
  99. this.Controls.Add(this.cmbWorkShopNO);
  100. this.Controls.Add(this.lblProLine);
  101. this.Controls.Add(this.lblWorkShopNO);
  102. this.Name = "FrmCMByWorkShop";
  103. this.Text = "FrmCMByWorkShop";
  104. this.ResumeLayout(false);
  105. this.PerformLayout();
  106. }
  107. #endregion
  108. private System.Windows.Forms.Label lblWorkShopNO;
  109. private System.Windows.Forms.Label lblProLine;
  110. private System.Windows.Forms.ComboBox cmbWorkShopNO;
  111. private System.Windows.Forms.ComboBox cmbProLine;
  112. private System.Windows.Forms.Button btnSave;
  113. private System.Windows.Forms.Button btnCancel;
  114. }
  115. }