Dialog_MaterialVerify_S1.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. using System.ComponentModel;
  2. using System.Drawing;
  3. using System.Windows.Forms;
  4. namespace MainForm.FaForm
  5. {
  6. partial class Dialog_MaterialVerify_S1
  7. {
  8. /// <summary>
  9. /// Required designer variable.
  10. /// </summary>
  11. private IContainer components = null;
  12. /// <summary>
  13. /// Clean up any resources being used.
  14. /// </summary>
  15. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  16. protected override void Dispose(bool disposing)
  17. {
  18. if (disposing && (components != null))
  19. {
  20. components.Dispose();
  21. }
  22. base.Dispose(disposing);
  23. }
  24. #region Windows Form Designer generated code
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.groupBox1 = new System.Windows.Forms.GroupBox();
  32. this.groupBox2 = new System.Windows.Forms.GroupBox();
  33. this.ErrorLab = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.Barcode = new System.Windows.Forms.TextBox();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.Station = new System.Windows.Forms.TextBox();
  38. this.Type = new System.Windows.Forms.TextBox();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.SN = new System.Windows.Forms.TextBox();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.button1 = new System.Windows.Forms.Button();
  43. this.button2 = new System.Windows.Forms.Button();
  44. this.groupBox1.SuspendLayout();
  45. this.groupBox2.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // groupBox1
  49. //
  50. this.groupBox1.Controls.Add(this.label4);
  51. this.groupBox1.Controls.Add(this.SN);
  52. this.groupBox1.Controls.Add(this.label2);
  53. this.groupBox1.Controls.Add(this.Type);
  54. this.groupBox1.Controls.Add(this.Station);
  55. this.groupBox1.Controls.Add(this.label1);
  56. this.groupBox1.Location = new System.Drawing.Point(33, 22);
  57. this.groupBox1.Name = "groupBox1";
  58. this.groupBox1.Size = new System.Drawing.Size(649, 183);
  59. this.groupBox1.TabIndex = 0;
  60. this.groupBox1.TabStop = false;
  61. this.groupBox1.Text = "辅耗材信息";
  62. //
  63. // groupBox2
  64. //
  65. this.groupBox2.Controls.Add(this.ErrorLab);
  66. this.groupBox2.Controls.Add(this.label3);
  67. this.groupBox2.Controls.Add(this.Barcode);
  68. this.groupBox2.Location = new System.Drawing.Point(33, 235);
  69. this.groupBox2.Name = "groupBox2";
  70. this.groupBox2.Size = new System.Drawing.Size(649, 92);
  71. this.groupBox2.TabIndex = 12;
  72. this.groupBox2.TabStop = false;
  73. this.groupBox2.Text = "扫码区域";
  74. //
  75. // ErrorLab
  76. //
  77. this.ErrorLab.AutoSize = true;
  78. this.ErrorLab.ForeColor = System.Drawing.Color.Red;
  79. this.ErrorLab.Location = new System.Drawing.Point(184, 55);
  80. this.ErrorLab.Name = "ErrorLab";
  81. this.ErrorLab.Size = new System.Drawing.Size(0, 18);
  82. this.ErrorLab.TabIndex = 7;
  83. //
  84. // label3
  85. //
  86. this.label3.AutoSize = true;
  87. this.label3.Location = new System.Drawing.Point(81, 27);
  88. this.label3.Name = "label3";
  89. this.label3.Size = new System.Drawing.Size(62, 18);
  90. this.label3.TabIndex = 6;
  91. this.label3.Text = "二维码";
  92. //
  93. // Barcode
  94. //
  95. this.Barcode.Location = new System.Drawing.Point(187, 24);
  96. this.Barcode.Name = "Barcode";
  97. this.Barcode.Size = new System.Drawing.Size(280, 28);
  98. this.Barcode.TabIndex = 5;
  99. //
  100. // label1
  101. //
  102. this.label1.AutoSize = true;
  103. this.label1.Location = new System.Drawing.Point(99, 39);
  104. this.label1.Name = "label1";
  105. this.label1.Size = new System.Drawing.Size(44, 18);
  106. this.label1.TabIndex = 0;
  107. this.label1.Text = "工位";
  108. //
  109. // Station
  110. //
  111. this.Station.Location = new System.Drawing.Point(187, 36);
  112. this.Station.Name = "Station";
  113. this.Station.Size = new System.Drawing.Size(280, 28);
  114. this.Station.TabIndex = 8;
  115. //
  116. // Type
  117. //
  118. this.Type.Location = new System.Drawing.Point(187, 77);
  119. this.Type.Name = "Type";
  120. this.Type.Size = new System.Drawing.Size(280, 28);
  121. this.Type.TabIndex = 9;
  122. //
  123. // label2
  124. //
  125. this.label2.AutoSize = true;
  126. this.label2.Location = new System.Drawing.Point(63, 80);
  127. this.label2.Name = "label2";
  128. this.label2.Size = new System.Drawing.Size(80, 18);
  129. this.label2.TabIndex = 10;
  130. this.label2.Text = "耗材类型";
  131. //
  132. // SN
  133. //
  134. this.SN.Location = new System.Drawing.Point(187, 120);
  135. this.SN.Name = "SN";
  136. this.SN.Size = new System.Drawing.Size(280, 28);
  137. this.SN.TabIndex = 11;
  138. //
  139. // label4
  140. //
  141. this.label4.AutoSize = true;
  142. this.label4.Location = new System.Drawing.Point(63, 123);
  143. this.label4.Name = "label4";
  144. this.label4.Size = new System.Drawing.Size(80, 18);
  145. this.label4.TabIndex = 12;
  146. this.label4.Text = "耗材SN码";
  147. //
  148. // button1
  149. //
  150. this.button1.Location = new System.Drawing.Point(390, 355);
  151. this.button1.Name = "button1";
  152. this.button1.Size = new System.Drawing.Size(87, 36);
  153. this.button1.TabIndex = 13;
  154. this.button1.Text = "取消";
  155. this.button1.UseVisualStyleBackColor = true;
  156. this.button1.Click += new System.EventHandler(this.button1_Click);
  157. //
  158. // button2
  159. //
  160. this.button2.Location = new System.Drawing.Point(237, 355);
  161. this.button2.Name = "button2";
  162. this.button2.Size = new System.Drawing.Size(87, 36);
  163. this.button2.TabIndex = 14;
  164. this.button2.Text = "确认";
  165. this.button2.UseVisualStyleBackColor = true;
  166. this.button2.Click += new System.EventHandler(this.button2_Click);
  167. //
  168. // Dialog_MaterialVerify_S1
  169. //
  170. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  171. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  172. this.ClientSize = new System.Drawing.Size(718, 419);
  173. this.Controls.Add(this.button2);
  174. this.Controls.Add(this.button1);
  175. this.Controls.Add(this.groupBox2);
  176. this.Controls.Add(this.groupBox1);
  177. this.Name = "Dialog_MaterialVerify_S1";
  178. this.Text = "辅耗材上料";
  179. this.Load += new System.EventHandler(this.Dialog_MaterialVerify_S1_Load);
  180. this.groupBox1.ResumeLayout(false);
  181. this.groupBox1.PerformLayout();
  182. this.groupBox2.ResumeLayout(false);
  183. this.groupBox2.PerformLayout();
  184. this.ResumeLayout(false);
  185. }
  186. #endregion
  187. private GroupBox groupBox1;
  188. private GroupBox groupBox2;
  189. private Label ErrorLab;
  190. private Label label3;
  191. private TextBox Barcode;
  192. private Label label1;
  193. private TextBox Station;
  194. private Label label2;
  195. private TextBox Type;
  196. private Label label4;
  197. private TextBox SN;
  198. private Button button1;
  199. private Button button2;
  200. }
  201. }