Form_MESTest.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. namespace MainForm.FaForm
  2. {
  3. partial class Form_MESTest
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_MESTest));
  29. this.btnStationIn = new System.Windows.Forms.Button();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.txtSN = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.btnStationOut = new System.Windows.Forms.Button();
  34. this.groupBox1 = new System.Windows.Forms.GroupBox();
  35. this.label8 = new System.Windows.Forms.Label();
  36. this.txtBulletclipCodeNum = new System.Windows.Forms.TextBox();
  37. this.label6 = new System.Windows.Forms.Label();
  38. this.txtBulletclipCode = new System.Windows.Forms.TextBox();
  39. this.label7 = new System.Windows.Forms.Label();
  40. this.txtVehicleCodeNum = new System.Windows.Forms.TextBox();
  41. this.label5 = new System.Windows.Forms.Label();
  42. this.txtVehicleCode = new System.Windows.Forms.TextBox();
  43. this.label4 = new System.Windows.Forms.Label();
  44. this.cmbSNType = new System.Windows.Forms.ComboBox();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.txtInfo = new System.Windows.Forms.TextBox();
  47. this.label9 = new System.Windows.Forms.Label();
  48. this.cmbStationName = new System.Windows.Forms.ComboBox();
  49. this.cmbProResult = new System.Windows.Forms.ComboBox();
  50. this.groupBox1.SuspendLayout();
  51. this.SuspendLayout();
  52. //
  53. // btnStationIn
  54. //
  55. this.btnStationIn.BackColor = System.Drawing.Color.WhiteSmoke;
  56. this.btnStationIn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  57. this.btnStationIn.Location = new System.Drawing.Point(588, 12);
  58. this.btnStationIn.Name = "btnStationIn";
  59. this.btnStationIn.Size = new System.Drawing.Size(62, 23);
  60. this.btnStationIn.TabIndex = 0;
  61. this.btnStationIn.Text = "进站";
  62. this.btnStationIn.UseVisualStyleBackColor = false;
  63. this.btnStationIn.Click += new System.EventHandler(this.btnStationIn_Click);
  64. //
  65. // label1
  66. //
  67. this.label1.AutoSize = true;
  68. this.label1.Location = new System.Drawing.Point(400, 16);
  69. this.label1.Name = "label1";
  70. this.label1.Size = new System.Drawing.Size(41, 12);
  71. this.label1.TabIndex = 1;
  72. this.label1.Text = "SN类型";
  73. //
  74. // txtSN
  75. //
  76. this.txtSN.Location = new System.Drawing.Point(280, 12);
  77. this.txtSN.Name = "txtSN";
  78. this.txtSN.Size = new System.Drawing.Size(100, 21);
  79. this.txtSN.TabIndex = 3;
  80. //
  81. // label2
  82. //
  83. this.label2.AutoSize = true;
  84. this.label2.Location = new System.Drawing.Point(245, 16);
  85. this.label2.Name = "label2";
  86. this.label2.Size = new System.Drawing.Size(29, 12);
  87. this.label2.TabIndex = 4;
  88. this.label2.Text = "SN号";
  89. //
  90. // btnStationOut
  91. //
  92. this.btnStationOut.BackColor = System.Drawing.Color.WhiteSmoke;
  93. this.btnStationOut.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  94. this.btnStationOut.Location = new System.Drawing.Point(656, 12);
  95. this.btnStationOut.Name = "btnStationOut";
  96. this.btnStationOut.Size = new System.Drawing.Size(62, 23);
  97. this.btnStationOut.TabIndex = 5;
  98. this.btnStationOut.Text = "出站";
  99. this.btnStationOut.UseVisualStyleBackColor = false;
  100. this.btnStationOut.Click += new System.EventHandler(this.btnStationOut_Click);
  101. //
  102. // groupBox1
  103. //
  104. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  105. | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.groupBox1.Controls.Add(this.cmbProResult);
  108. this.groupBox1.Controls.Add(this.label8);
  109. this.groupBox1.Controls.Add(this.txtBulletclipCodeNum);
  110. this.groupBox1.Controls.Add(this.label6);
  111. this.groupBox1.Controls.Add(this.txtBulletclipCode);
  112. this.groupBox1.Controls.Add(this.label7);
  113. this.groupBox1.Controls.Add(this.txtVehicleCodeNum);
  114. this.groupBox1.Controls.Add(this.label5);
  115. this.groupBox1.Controls.Add(this.txtVehicleCode);
  116. this.groupBox1.Controls.Add(this.label4);
  117. this.groupBox1.Location = new System.Drawing.Point(10, 38);
  118. this.groupBox1.Name = "groupBox1";
  119. this.groupBox1.Size = new System.Drawing.Size(1022, 356);
  120. this.groupBox1.TabIndex = 6;
  121. this.groupBox1.TabStop = false;
  122. this.groupBox1.Text = "产品数据";
  123. //
  124. // label8
  125. //
  126. this.label8.AutoSize = true;
  127. this.label8.Location = new System.Drawing.Point(12, 25);
  128. this.label8.Name = "label8";
  129. this.label8.Size = new System.Drawing.Size(53, 12);
  130. this.label8.TabIndex = 11;
  131. this.label8.Text = "产品结果";
  132. //
  133. // txtBulletclipCodeNum
  134. //
  135. this.txtBulletclipCodeNum.Location = new System.Drawing.Point(282, 76);
  136. this.txtBulletclipCodeNum.Name = "txtBulletclipCodeNum";
  137. this.txtBulletclipCodeNum.Size = new System.Drawing.Size(75, 21);
  138. this.txtBulletclipCodeNum.TabIndex = 10;
  139. this.txtBulletclipCodeNum.Text = "1";
  140. //
  141. // label6
  142. //
  143. this.label6.AutoSize = true;
  144. this.label6.Location = new System.Drawing.Point(223, 80);
  145. this.label6.Name = "label6";
  146. this.label6.Size = new System.Drawing.Size(53, 12);
  147. this.label6.TabIndex = 9;
  148. this.label6.Text = "弹夹穴号";
  149. //
  150. // txtBulletclipCode
  151. //
  152. this.txtBulletclipCode.Location = new System.Drawing.Point(59, 75);
  153. this.txtBulletclipCode.Name = "txtBulletclipCode";
  154. this.txtBulletclipCode.Size = new System.Drawing.Size(155, 21);
  155. this.txtBulletclipCode.TabIndex = 8;
  156. //
  157. // label7
  158. //
  159. this.label7.AutoSize = true;
  160. this.label7.Location = new System.Drawing.Point(12, 79);
  161. this.label7.Name = "label7";
  162. this.label7.Size = new System.Drawing.Size(41, 12);
  163. this.label7.TabIndex = 7;
  164. this.label7.Text = "弹夹码";
  165. //
  166. // txtVehicleCodeNum
  167. //
  168. this.txtVehicleCodeNum.Location = new System.Drawing.Point(282, 49);
  169. this.txtVehicleCodeNum.Name = "txtVehicleCodeNum";
  170. this.txtVehicleCodeNum.Size = new System.Drawing.Size(75, 21);
  171. this.txtVehicleCodeNum.TabIndex = 6;
  172. this.txtVehicleCodeNum.Text = "1";
  173. //
  174. // label5
  175. //
  176. this.label5.AutoSize = true;
  177. this.label5.Location = new System.Drawing.Point(223, 53);
  178. this.label5.Name = "label5";
  179. this.label5.Size = new System.Drawing.Size(53, 12);
  180. this.label5.TabIndex = 5;
  181. this.label5.Text = "载具穴号";
  182. //
  183. // txtVehicleCode
  184. //
  185. this.txtVehicleCode.Location = new System.Drawing.Point(59, 48);
  186. this.txtVehicleCode.Name = "txtVehicleCode";
  187. this.txtVehicleCode.Size = new System.Drawing.Size(155, 21);
  188. this.txtVehicleCode.TabIndex = 4;
  189. //
  190. // label4
  191. //
  192. this.label4.AutoSize = true;
  193. this.label4.Location = new System.Drawing.Point(12, 52);
  194. this.label4.Name = "label4";
  195. this.label4.Size = new System.Drawing.Size(41, 12);
  196. this.label4.TabIndex = 0;
  197. this.label4.Text = "载具码";
  198. //
  199. // cmbSNType
  200. //
  201. this.cmbSNType.BackColor = System.Drawing.Color.WhiteSmoke;
  202. this.cmbSNType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  203. this.cmbSNType.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  204. this.cmbSNType.FormattingEnabled = true;
  205. this.cmbSNType.Items.AddRange(new object[] {
  206. "产品SN",
  207. "载具SN",
  208. "弹夹SN"});
  209. this.cmbSNType.Location = new System.Drawing.Point(447, 13);
  210. this.cmbSNType.Name = "cmbSNType";
  211. this.cmbSNType.Size = new System.Drawing.Size(126, 20);
  212. this.cmbSNType.TabIndex = 11;
  213. //
  214. // label3
  215. //
  216. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  217. this.label3.AutoSize = true;
  218. this.label3.Location = new System.Drawing.Point(12, 402);
  219. this.label3.Name = "label3";
  220. this.label3.Size = new System.Drawing.Size(41, 12);
  221. this.label3.TabIndex = 12;
  222. this.label3.Text = "结果:";
  223. //
  224. // txtInfo
  225. //
  226. this.txtInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  227. | System.Windows.Forms.AnchorStyles.Right)));
  228. this.txtInfo.Location = new System.Drawing.Point(10, 418);
  229. this.txtInfo.Multiline = true;
  230. this.txtInfo.Name = "txtInfo";
  231. this.txtInfo.Size = new System.Drawing.Size(1022, 131);
  232. this.txtInfo.TabIndex = 13;
  233. //
  234. // label9
  235. //
  236. this.label9.AutoSize = true;
  237. this.label9.Location = new System.Drawing.Point(22, 16);
  238. this.label9.Name = "label9";
  239. this.label9.Size = new System.Drawing.Size(41, 12);
  240. this.label9.TabIndex = 15;
  241. this.label9.Text = "工站名";
  242. //
  243. // cmbStationName
  244. //
  245. this.cmbStationName.BackColor = System.Drawing.Color.WhiteSmoke;
  246. this.cmbStationName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  247. this.cmbStationName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  248. this.cmbStationName.FormattingEnabled = true;
  249. this.cmbStationName.Items.AddRange(new object[] {
  250. "[S1]Tray盘上料装备",
  251. "[S2]FCT",
  252. "[S3]值板机",
  253. "[S4_1]载具下线装备",
  254. "[S4_3]提升机1",
  255. "[S4_4]提升机2",
  256. "[S4_5]载具上线装备",
  257. "[S5]Tray盘下料装备"});
  258. this.cmbStationName.Location = new System.Drawing.Point(68, 12);
  259. this.cmbStationName.Name = "cmbStationName";
  260. this.cmbStationName.Size = new System.Drawing.Size(156, 20);
  261. this.cmbStationName.TabIndex = 13;
  262. //
  263. // cmbProResult
  264. //
  265. this.cmbProResult.BackColor = System.Drawing.Color.WhiteSmoke;
  266. this.cmbProResult.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  267. this.cmbProResult.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  268. this.cmbProResult.FormattingEnabled = true;
  269. this.cmbProResult.Items.AddRange(new object[] {
  270. "OK",
  271. "NG"});
  272. this.cmbProResult.Location = new System.Drawing.Point(71, 21);
  273. this.cmbProResult.Name = "cmbProResult";
  274. this.cmbProResult.Size = new System.Drawing.Size(92, 20);
  275. this.cmbProResult.TabIndex = 14;
  276. //
  277. // Form_MESTest
  278. //
  279. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  280. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  281. this.BackColor = System.Drawing.Color.White;
  282. this.ClientSize = new System.Drawing.Size(1044, 561);
  283. this.Controls.Add(this.cmbStationName);
  284. this.Controls.Add(this.label9);
  285. this.Controls.Add(this.txtInfo);
  286. this.Controls.Add(this.label3);
  287. this.Controls.Add(this.cmbSNType);
  288. this.Controls.Add(this.groupBox1);
  289. this.Controls.Add(this.btnStationOut);
  290. this.Controls.Add(this.label2);
  291. this.Controls.Add(this.txtSN);
  292. this.Controls.Add(this.label1);
  293. this.Controls.Add(this.btnStationIn);
  294. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  295. this.Name = "Form_MESTest";
  296. this.Text = "手动过站页面";
  297. this.Load += new System.EventHandler(this.Form_MESTest_Load);
  298. this.groupBox1.ResumeLayout(false);
  299. this.groupBox1.PerformLayout();
  300. this.ResumeLayout(false);
  301. this.PerformLayout();
  302. }
  303. #endregion
  304. private System.Windows.Forms.Button btnStationIn;
  305. private System.Windows.Forms.Label label1;
  306. private System.Windows.Forms.TextBox txtSN;
  307. private System.Windows.Forms.Label label2;
  308. private System.Windows.Forms.Button btnStationOut;
  309. private System.Windows.Forms.GroupBox groupBox1;
  310. private System.Windows.Forms.ComboBox cmbSNType;
  311. private System.Windows.Forms.Label label3;
  312. private System.Windows.Forms.TextBox txtInfo;
  313. private System.Windows.Forms.TextBox txtVehicleCode;
  314. private System.Windows.Forms.Label label4;
  315. private System.Windows.Forms.TextBox txtVehicleCodeNum;
  316. private System.Windows.Forms.Label label5;
  317. private System.Windows.Forms.TextBox txtBulletclipCodeNum;
  318. private System.Windows.Forms.Label label6;
  319. private System.Windows.Forms.TextBox txtBulletclipCode;
  320. private System.Windows.Forms.Label label7;
  321. private System.Windows.Forms.Label label8;
  322. private System.Windows.Forms.Label label9;
  323. private System.Windows.Forms.ComboBox cmbStationName;
  324. private System.Windows.Forms.ComboBox cmbProResult;
  325. }
  326. }