FrmAddWorkshopTask.Designer.cs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. 
  2. namespace WCS_Client.Frm
  3. {
  4. partial class FrmAddWorkshopTask
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label6 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.btnCancel = new System.Windows.Forms.Button();
  32. this.btnUpdateP = new System.Windows.Forms.Button();
  33. this.cbworkshopno = new System.Windows.Forms.ComboBox();
  34. this.cbprolineno = new System.Windows.Forms.ComboBox();
  35. this.SuspendLayout();
  36. //
  37. // label6
  38. //
  39. this.label6.AutoSize = true;
  40. this.label6.Location = new System.Drawing.Point(103, 81);
  41. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  42. this.label6.Name = "label6";
  43. this.label6.Size = new System.Drawing.Size(60, 15);
  44. this.label6.TabIndex = 28;
  45. this.label6.Text = "生产线:";
  46. //
  47. // label3
  48. //
  49. this.label3.AutoSize = true;
  50. this.label3.Location = new System.Drawing.Point(88, 34);
  51. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  52. this.label3.Name = "label3";
  53. this.label3.Size = new System.Drawing.Size(75, 15);
  54. this.label3.TabIndex = 26;
  55. this.label3.Text = "车间编号:";
  56. //
  57. // btnCancel
  58. //
  59. this.btnCancel.Location = new System.Drawing.Point(295, 153);
  60. this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
  61. this.btnCancel.Name = "btnCancel";
  62. this.btnCancel.Size = new System.Drawing.Size(100, 29);
  63. this.btnCancel.TabIndex = 37;
  64. this.btnCancel.Text = "取消";
  65. this.btnCancel.UseVisualStyleBackColor = true;
  66. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click_1);
  67. //
  68. // btnUpdateP
  69. //
  70. this.btnUpdateP.Location = new System.Drawing.Point(145, 153);
  71. this.btnUpdateP.Margin = new System.Windows.Forms.Padding(4);
  72. this.btnUpdateP.Name = "btnUpdateP";
  73. this.btnUpdateP.Size = new System.Drawing.Size(100, 29);
  74. this.btnUpdateP.TabIndex = 36;
  75. this.btnUpdateP.Text = "提交";
  76. this.btnUpdateP.UseVisualStyleBackColor = true;
  77. this.btnUpdateP.Click += new System.EventHandler(this.btnUpdateP_Click_1);
  78. //
  79. // cbworkshopno
  80. //
  81. this.cbworkshopno.FormattingEnabled = true;
  82. this.cbworkshopno.Items.AddRange(new object[] {
  83. "4",
  84. "5",
  85. "6",
  86. "7",
  87. "18"});
  88. this.cbworkshopno.Location = new System.Drawing.Point(179, 31);
  89. this.cbworkshopno.Name = "cbworkshopno";
  90. this.cbworkshopno.Size = new System.Drawing.Size(204, 23);
  91. this.cbworkshopno.TabIndex = 38;
  92. //
  93. // cbprolineno
  94. //
  95. this.cbprolineno.FormattingEnabled = true;
  96. this.cbprolineno.Location = new System.Drawing.Point(179, 78);
  97. this.cbprolineno.Name = "cbprolineno";
  98. this.cbprolineno.Size = new System.Drawing.Size(204, 23);
  99. this.cbprolineno.TabIndex = 39;
  100. this.cbprolineno.DropDown += new System.EventHandler(this.cbprolineno_DropDown);
  101. //
  102. // FrmAddWorkshopTask
  103. //
  104. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  105. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  106. this.ClientSize = new System.Drawing.Size(521, 220);
  107. this.Controls.Add(this.cbprolineno);
  108. this.Controls.Add(this.cbworkshopno);
  109. this.Controls.Add(this.btnCancel);
  110. this.Controls.Add(this.btnUpdateP);
  111. this.Controls.Add(this.label6);
  112. this.Controls.Add(this.label3);
  113. this.DoubleBuffered = true;
  114. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  115. this.Name = "FrmAddWorkshopTask";
  116. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  117. this.Text = "车间叫料";
  118. this.ResumeLayout(false);
  119. this.PerformLayout();
  120. }
  121. #endregion
  122. private System.Windows.Forms.Label label6;
  123. private System.Windows.Forms.Label label3;
  124. private System.Windows.Forms.Button btnCancel;
  125. private System.Windows.Forms.Button btnUpdateP;
  126. private System.Windows.Forms.ComboBox cbworkshopno;
  127. private System.Windows.Forms.ComboBox cbprolineno;
  128. }
  129. }