锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

646 lines
36 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class UserControlCollectBeginTop
  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.btnPauseBegin = new System.Windows.Forms.Button();
  29. this.txtUserCode = new DevExpress.XtraEditors.TextEdit();
  30. this.txtMessages = new System.Windows.Forms.RichTextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.txtEQPName = new DevExpress.XtraEditors.TextEdit();
  33. this.txtUserName = new DevExpress.XtraEditors.TextEdit();
  34. this.txtKeyPart = new DevExpress.XtraEditors.TextEdit();
  35. this.label11 = new System.Windows.Forms.Label();
  36. this.txtEQPCode = new DevExpress.XtraEditors.TextEdit();
  37. this.txtLotNo = new DevExpress.XtraEditors.TextEdit();
  38. this.txtOpName = new DevExpress.XtraEditors.TextEdit();
  39. this.label13 = new System.Windows.Forms.Label();
  40. this.label3 = new System.Windows.Forms.Label();
  41. this.label10 = new System.Windows.Forms.Label();
  42. this.txtMoCode = new DevExpress.XtraEditors.TextEdit();
  43. this.label9 = new System.Windows.Forms.Label();
  44. this.txtItemName = new DevExpress.XtraEditors.TextEdit();
  45. this.txtOpCode = new DevExpress.XtraEditors.TextEdit();
  46. this.label5 = new System.Windows.Forms.Label();
  47. this.label8 = new System.Windows.Forms.Label();
  48. this.label7 = new System.Windows.Forms.Label();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.txtItemCode = new DevExpress.XtraEditors.TextEdit();
  51. this.label6 = new System.Windows.Forms.Label();
  52. this.txtInvLotFurnace = new DevExpress.XtraEditors.TextEdit();
  53. this.label4 = new System.Windows.Forms.Label();
  54. this.btnStart = new System.Windows.Forms.Button();
  55. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  56. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  57. this.btnTransfer = new System.Windows.Forms.Button();
  58. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  59. this.label12 = new System.Windows.Forms.Label();
  60. this.label14 = new System.Windows.Forms.Label();
  61. this.txtRealEQP = new DevExpress.XtraEditors.TextEdit();
  62. this.txtRealEQPName = new DevExpress.XtraEditors.TextEdit();
  63. this.txtMemo = new DevExpress.XtraEditors.TextEdit();
  64. this.label15 = new System.Windows.Forms.Label();
  65. this.label16 = new System.Windows.Forms.Label();
  66. this.txtVenderLotNO = new DevExpress.XtraEditors.TextEdit();
  67. ((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtEQPName.Properties)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.txtKeyPart.Properties)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.txtLotNo.Properties)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.txtOpName.Properties)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.txtMoCode.Properties)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.txtOpCode.Properties)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.txtInvLotFurnace.Properties)).BeginInit();
  79. this.tableLayoutPanel1.SuspendLayout();
  80. this.tableLayoutPanel2.SuspendLayout();
  81. this.tableLayoutPanel3.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.txtRealEQP.Properties)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.txtRealEQPName.Properties)).BeginInit();
  84. ((System.ComponentModel.ISupportInitialize)(this.txtMemo.Properties)).BeginInit();
  85. ((System.ComponentModel.ISupportInitialize)(this.txtVenderLotNO.Properties)).BeginInit();
  86. this.SuspendLayout();
  87. //
  88. // btnPauseBegin
  89. //
  90. this.btnPauseBegin.Anchor = System.Windows.Forms.AnchorStyles.None;
  91. this.btnPauseBegin.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.btnPauseBegin.Location = new System.Drawing.Point(929, 15);
  93. this.btnPauseBegin.Name = "btnPauseBegin";
  94. this.btnPauseBegin.Size = new System.Drawing.Size(68, 30);
  95. this.btnPauseBegin.TabIndex = 128;
  96. this.btnPauseBegin.Text = "暂停";
  97. this.btnPauseBegin.UseVisualStyleBackColor = true;
  98. this.btnPauseBegin.Click += new System.EventHandler(this.btnPauseBegin_Click);
  99. //
  100. // txtUserCode
  101. //
  102. this.txtUserCode.Anchor = System.Windows.Forms.AnchorStyles.Left;
  103. this.txtUserCode.Location = new System.Drawing.Point(83, 4);
  104. this.txtUserCode.Name = "txtUserCode";
  105. this.txtUserCode.Size = new System.Drawing.Size(120, 20);
  106. this.txtUserCode.TabIndex = 105;
  107. this.txtUserCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtUserCode_KeyPress);
  108. //
  109. // txtMessages
  110. //
  111. this.txtMessages.Dock = System.Windows.Forms.DockStyle.Fill;
  112. this.txtMessages.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.txtMessages.Location = new System.Drawing.Point(3, 3);
  114. this.txtMessages.Name = "txtMessages";
  115. this.txtMessages.ReadOnly = true;
  116. this.txtMessages.Size = new System.Drawing.Size(761, 54);
  117. this.txtMessages.TabIndex = 127;
  118. this.txtMessages.Text = "";
  119. //
  120. // label1
  121. //
  122. this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
  123. this.label1.AutoSize = true;
  124. this.label1.Location = new System.Drawing.Point(15, 8);
  125. this.label1.Margin = new System.Windows.Forms.Padding(0);
  126. this.label1.Name = "label1";
  127. this.label1.Size = new System.Drawing.Size(65, 12);
  128. this.label1.TabIndex = 106;
  129. this.label1.Text = "员工条码:";
  130. //
  131. // txtEQPName
  132. //
  133. this.txtEQPName.Anchor = System.Windows.Forms.AnchorStyles.Left;
  134. this.txtEQPName.Location = new System.Drawing.Point(681, 32);
  135. this.txtEQPName.Name = "txtEQPName";
  136. this.txtEQPName.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  137. this.txtEQPName.Properties.Appearance.Options.UseBackColor = true;
  138. this.txtEQPName.Properties.ReadOnly = true;
  139. this.txtEQPName.Size = new System.Drawing.Size(120, 20);
  140. this.txtEQPName.TabIndex = 120;
  141. //
  142. // txtUserName
  143. //
  144. this.txtUserName.Anchor = System.Windows.Forms.AnchorStyles.Left;
  145. this.txtUserName.Location = new System.Drawing.Point(83, 32);
  146. this.txtUserName.Name = "txtUserName";
  147. this.txtUserName.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  148. this.txtUserName.Properties.Appearance.Options.UseBackColor = true;
  149. this.txtUserName.Properties.ReadOnly = true;
  150. this.txtUserName.Size = new System.Drawing.Size(120, 20);
  151. this.txtUserName.TabIndex = 121;
  152. //
  153. // txtKeyPart
  154. //
  155. this.txtKeyPart.Anchor = System.Windows.Forms.AnchorStyles.Left;
  156. this.txtKeyPart.Location = new System.Drawing.Point(485, 60);
  157. this.txtKeyPart.Name = "txtKeyPart";
  158. this.txtKeyPart.Size = new System.Drawing.Size(120, 20);
  159. this.txtKeyPart.TabIndex = 126;
  160. this.txtKeyPart.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtKeyPart_KeyPress);
  161. //
  162. // label11
  163. //
  164. this.label11.Anchor = System.Windows.Forms.AnchorStyles.Right;
  165. this.label11.AutoSize = true;
  166. this.label11.Location = new System.Drawing.Point(15, 36);
  167. this.label11.Margin = new System.Windows.Forms.Padding(0);
  168. this.label11.Name = "label11";
  169. this.label11.Size = new System.Drawing.Size(65, 12);
  170. this.label11.TabIndex = 115;
  171. this.label11.Text = "员工名称:";
  172. //
  173. // txtEQPCode
  174. //
  175. this.txtEQPCode.Anchor = System.Windows.Forms.AnchorStyles.Left;
  176. this.txtEQPCode.Location = new System.Drawing.Point(681, 4);
  177. this.txtEQPCode.Name = "txtEQPCode";
  178. this.txtEQPCode.Properties.ReadOnly = true;
  179. this.txtEQPCode.Size = new System.Drawing.Size(120, 20);
  180. this.txtEQPCode.TabIndex = 124;
  181. //
  182. // txtLotNo
  183. //
  184. this.txtLotNo.Anchor = System.Windows.Forms.AnchorStyles.Left;
  185. this.txtLotNo.Location = new System.Drawing.Point(289, 4);
  186. this.txtLotNo.Name = "txtLotNo";
  187. this.txtLotNo.Size = new System.Drawing.Size(120, 20);
  188. this.txtLotNo.TabIndex = 122;
  189. this.txtLotNo.Click += new System.EventHandler(this.txtLotNo_Click);
  190. this.txtLotNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLotNo_KeyPress);
  191. //
  192. // txtOpName
  193. //
  194. this.txtOpName.Anchor = System.Windows.Forms.AnchorStyles.Left;
  195. this.txtOpName.Location = new System.Drawing.Point(485, 32);
  196. this.txtOpName.Name = "txtOpName";
  197. this.txtOpName.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  198. this.txtOpName.Properties.Appearance.Options.UseBackColor = true;
  199. this.txtOpName.Properties.ReadOnly = true;
  200. this.txtOpName.Size = new System.Drawing.Size(120, 20);
  201. this.txtOpName.TabIndex = 123;
  202. //
  203. // label13
  204. //
  205. this.label13.Anchor = System.Windows.Forms.AnchorStyles.Right;
  206. this.label13.AutoSize = true;
  207. this.label13.Location = new System.Drawing.Point(417, 64);
  208. this.label13.Margin = new System.Windows.Forms.Padding(0);
  209. this.label13.Name = "label13";
  210. this.label13.Size = new System.Drawing.Size(65, 12);
  211. this.label13.TabIndex = 116;
  212. this.label13.Text = "物料条码:";
  213. //
  214. // label3
  215. //
  216. this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
  217. this.label3.AutoSize = true;
  218. this.label3.Location = new System.Drawing.Point(221, 2);
  219. this.label3.Margin = new System.Windows.Forms.Padding(0);
  220. this.label3.Name = "label3";
  221. this.label3.Size = new System.Drawing.Size(65, 24);
  222. this.label3.TabIndex = 109;
  223. this.label3.Text = "产品跟踪单号:";
  224. //
  225. // label10
  226. //
  227. this.label10.Anchor = System.Windows.Forms.AnchorStyles.Right;
  228. this.label10.AutoSize = true;
  229. this.label10.Location = new System.Drawing.Point(613, 8);
  230. this.label10.Margin = new System.Windows.Forms.Padding(0);
  231. this.label10.Name = "label10";
  232. this.label10.Size = new System.Drawing.Size(65, 12);
  233. this.label10.TabIndex = 110;
  234. this.label10.Text = "派工设备:";
  235. //
  236. // txtMoCode
  237. //
  238. this.txtMoCode.Anchor = System.Windows.Forms.AnchorStyles.Left;
  239. this.txtMoCode.Location = new System.Drawing.Point(289, 32);
  240. this.txtMoCode.Name = "txtMoCode";
  241. this.txtMoCode.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  242. this.txtMoCode.Properties.Appearance.Options.UseBackColor = true;
  243. this.txtMoCode.Properties.ReadOnly = true;
  244. this.txtMoCode.Size = new System.Drawing.Size(120, 20);
  245. this.txtMoCode.TabIndex = 125;
  246. //
  247. // label9
  248. //
  249. this.label9.Anchor = System.Windows.Forms.AnchorStyles.Right;
  250. this.label9.AutoSize = true;
  251. this.label9.Location = new System.Drawing.Point(613, 36);
  252. this.label9.Margin = new System.Windows.Forms.Padding(0);
  253. this.label9.Name = "label9";
  254. this.label9.Size = new System.Drawing.Size(65, 12);
  255. this.label9.TabIndex = 114;
  256. this.label9.Text = "设备名称:";
  257. //
  258. // txtItemName
  259. //
  260. this.txtItemName.Anchor = System.Windows.Forms.AnchorStyles.Left;
  261. this.txtItemName.Location = new System.Drawing.Point(289, 59);
  262. this.txtItemName.Name = "txtItemName";
  263. this.txtItemName.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  264. this.txtItemName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
  265. this.txtItemName.Properties.Appearance.Options.UseBackColor = true;
  266. this.txtItemName.Properties.Appearance.Options.UseFont = true;
  267. this.txtItemName.Properties.ReadOnly = true;
  268. this.txtItemName.Size = new System.Drawing.Size(120, 24);
  269. this.txtItemName.TabIndex = 117;
  270. //
  271. // txtOpCode
  272. //
  273. this.txtOpCode.Anchor = System.Windows.Forms.AnchorStyles.Left;
  274. this.txtOpCode.Location = new System.Drawing.Point(485, 4);
  275. this.txtOpCode.Name = "txtOpCode";
  276. this.txtOpCode.Size = new System.Drawing.Size(120, 20);
  277. this.txtOpCode.TabIndex = 118;
  278. this.txtOpCode.Click += new System.EventHandler(this.txtOpCode_Click);
  279. this.txtOpCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtOpCode_KeyPress);
  280. //
  281. // label5
  282. //
  283. this.label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
  284. this.label5.AutoSize = true;
  285. this.label5.Location = new System.Drawing.Point(209, 36);
  286. this.label5.Margin = new System.Windows.Forms.Padding(0);
  287. this.label5.Name = "label5";
  288. this.label5.Size = new System.Drawing.Size(77, 12);
  289. this.label5.TabIndex = 108;
  290. this.label5.Text = "生产订单号:";
  291. //
  292. // label8
  293. //
  294. this.label8.Anchor = System.Windows.Forms.AnchorStyles.Right;
  295. this.label8.AutoSize = true;
  296. this.label8.Location = new System.Drawing.Point(441, 36);
  297. this.label8.Margin = new System.Windows.Forms.Padding(0);
  298. this.label8.Name = "label8";
  299. this.label8.Size = new System.Drawing.Size(41, 12);
  300. this.label8.TabIndex = 112;
  301. this.label8.Text = "工序:";
  302. //
  303. // label7
  304. //
  305. this.label7.Anchor = System.Windows.Forms.AnchorStyles.Right;
  306. this.label7.AutoSize = true;
  307. this.label7.Location = new System.Drawing.Point(221, 64);
  308. this.label7.Margin = new System.Windows.Forms.Padding(0);
  309. this.label7.Name = "label7";
  310. this.label7.Size = new System.Drawing.Size(65, 12);
  311. this.label7.TabIndex = 113;
  312. this.label7.Text = "存货名称:";
  313. //
  314. // label2
  315. //
  316. this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
  317. this.label2.AutoSize = true;
  318. this.label2.Location = new System.Drawing.Point(417, 8);
  319. this.label2.Margin = new System.Windows.Forms.Padding(0);
  320. this.label2.Name = "label2";
  321. this.label2.Size = new System.Drawing.Size(65, 12);
  322. this.label2.TabIndex = 107;
  323. this.label2.Text = "工序条码:";
  324. //
  325. // txtItemCode
  326. //
  327. this.txtItemCode.Anchor = System.Windows.Forms.AnchorStyles.Left;
  328. this.txtItemCode.Location = new System.Drawing.Point(83, 59);
  329. this.txtItemCode.Name = "txtItemCode";
  330. this.txtItemCode.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  331. this.txtItemCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
  332. this.txtItemCode.Properties.Appearance.Options.UseBackColor = true;
  333. this.txtItemCode.Properties.Appearance.Options.UseFont = true;
  334. this.txtItemCode.Properties.ReadOnly = true;
  335. this.txtItemCode.Size = new System.Drawing.Size(120, 24);
  336. this.txtItemCode.TabIndex = 119;
  337. //
  338. // label6
  339. //
  340. this.label6.Anchor = System.Windows.Forms.AnchorStyles.Right;
  341. this.label6.AutoSize = true;
  342. this.label6.Location = new System.Drawing.Point(15, 64);
  343. this.label6.Margin = new System.Windows.Forms.Padding(0);
  344. this.label6.Name = "label6";
  345. this.label6.Size = new System.Drawing.Size(65, 12);
  346. this.label6.TabIndex = 111;
  347. this.label6.Text = "存货编码:";
  348. //
  349. // txtInvLotFurnace
  350. //
  351. this.txtInvLotFurnace.Anchor = System.Windows.Forms.AnchorStyles.Left;
  352. this.txtInvLotFurnace.Location = new System.Drawing.Point(681, 60);
  353. this.txtInvLotFurnace.Name = "txtInvLotFurnace";
  354. this.txtInvLotFurnace.Size = new System.Drawing.Size(120, 20);
  355. this.txtInvLotFurnace.TabIndex = 131;
  356. //
  357. // label4
  358. //
  359. this.label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
  360. this.label4.AutoSize = true;
  361. this.label4.Location = new System.Drawing.Point(625, 64);
  362. this.label4.Margin = new System.Windows.Forms.Padding(0);
  363. this.label4.Name = "label4";
  364. this.label4.Size = new System.Drawing.Size(53, 12);
  365. this.label4.TabIndex = 130;
  366. this.label4.Text = "试样号:";
  367. //
  368. // btnStart
  369. //
  370. this.btnStart.Anchor = System.Windows.Forms.AnchorStyles.None;
  371. this.btnStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.btnStart.Location = new System.Drawing.Point(771, 15);
  373. this.btnStart.Name = "btnStart";
  374. this.btnStart.Size = new System.Drawing.Size(72, 30);
  375. this.btnStart.TabIndex = 128;
  376. this.btnStart.Text = "开工";
  377. this.btnStart.UseVisualStyleBackColor = true;
  378. this.btnStart.Click += new System.EventHandler(this.btnTransfer_Click);
  379. //
  380. // tableLayoutPanel1
  381. //
  382. this.tableLayoutPanel1.ColumnCount = 1;
  383. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  384. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
  385. this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 0);
  386. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  387. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  388. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  389. this.tableLayoutPanel1.RowCount = 2;
  390. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  391. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  392. this.tableLayoutPanel1.Size = new System.Drawing.Size(1000, 174);
  393. this.tableLayoutPanel1.TabIndex = 132;
  394. //
  395. // tableLayoutPanel2
  396. //
  397. this.tableLayoutPanel2.ColumnCount = 4;
  398. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  399. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 81F));
  400. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 78F));
  401. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 74F));
  402. this.tableLayoutPanel2.Controls.Add(this.btnStart, 1, 0);
  403. this.tableLayoutPanel2.Controls.Add(this.txtMessages, 0, 0);
  404. this.tableLayoutPanel2.Controls.Add(this.btnPauseBegin, 3, 0);
  405. this.tableLayoutPanel2.Controls.Add(this.btnTransfer, 2, 0);
  406. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  407. this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 114);
  408. this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
  409. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  410. this.tableLayoutPanel2.RowCount = 1;
  411. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  412. this.tableLayoutPanel2.Size = new System.Drawing.Size(1000, 60);
  413. this.tableLayoutPanel2.TabIndex = 0;
  414. //
  415. // btnTransfer
  416. //
  417. this.btnTransfer.Anchor = System.Windows.Forms.AnchorStyles.None;
  418. this.btnTransfer.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. this.btnTransfer.Location = new System.Drawing.Point(851, 15);
  420. this.btnTransfer.Name = "btnTransfer";
  421. this.btnTransfer.Size = new System.Drawing.Size(72, 30);
  422. this.btnTransfer.TabIndex = 129;
  423. this.btnTransfer.Text = "任务转移";
  424. this.btnTransfer.UseVisualStyleBackColor = true;
  425. this.btnTransfer.Click += new System.EventHandler(this.btnTransfer_Click_1);
  426. //
  427. // tableLayoutPanel3
  428. //
  429. this.tableLayoutPanel3.ColumnCount = 10;
  430. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  431. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  432. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
  433. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  434. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
  435. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  436. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
  437. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  438. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
  439. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  440. this.tableLayoutPanel3.Controls.Add(this.label3, 2, 0);
  441. this.tableLayoutPanel3.Controls.Add(this.txtInvLotFurnace, 7, 2);
  442. this.tableLayoutPanel3.Controls.Add(this.txtEQPName, 7, 1);
  443. this.tableLayoutPanel3.Controls.Add(this.label4, 6, 2);
  444. this.tableLayoutPanel3.Controls.Add(this.txtEQPCode, 7, 0);
  445. this.tableLayoutPanel3.Controls.Add(this.label11, 0, 1);
  446. this.tableLayoutPanel3.Controls.Add(this.label6, 0, 2);
  447. this.tableLayoutPanel3.Controls.Add(this.txtKeyPart, 5, 2);
  448. this.tableLayoutPanel3.Controls.Add(this.label9, 6, 1);
  449. this.tableLayoutPanel3.Controls.Add(this.label10, 6, 0);
  450. this.tableLayoutPanel3.Controls.Add(this.txtUserName, 1, 1);
  451. this.tableLayoutPanel3.Controls.Add(this.txtUserCode, 1, 0);
  452. this.tableLayoutPanel3.Controls.Add(this.txtOpName, 5, 1);
  453. this.tableLayoutPanel3.Controls.Add(this.txtLotNo, 3, 0);
  454. this.tableLayoutPanel3.Controls.Add(this.label13, 4, 2);
  455. this.tableLayoutPanel3.Controls.Add(this.txtItemCode, 1, 2);
  456. this.tableLayoutPanel3.Controls.Add(this.txtOpCode, 5, 0);
  457. this.tableLayoutPanel3.Controls.Add(this.label5, 2, 1);
  458. this.tableLayoutPanel3.Controls.Add(this.txtMoCode, 3, 1);
  459. this.tableLayoutPanel3.Controls.Add(this.txtItemName, 3, 2);
  460. this.tableLayoutPanel3.Controls.Add(this.label8, 4, 1);
  461. this.tableLayoutPanel3.Controls.Add(this.label7, 2, 2);
  462. this.tableLayoutPanel3.Controls.Add(this.label2, 4, 0);
  463. this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
  464. this.tableLayoutPanel3.Controls.Add(this.label12, 8, 0);
  465. this.tableLayoutPanel3.Controls.Add(this.label14, 8, 1);
  466. this.tableLayoutPanel3.Controls.Add(this.txtRealEQP, 9, 0);
  467. this.tableLayoutPanel3.Controls.Add(this.txtRealEQPName, 9, 1);
  468. this.tableLayoutPanel3.Controls.Add(this.txtMemo, 9, 2);
  469. this.tableLayoutPanel3.Controls.Add(this.label15, 8, 2);
  470. this.tableLayoutPanel3.Controls.Add(this.label16, 0, 3);
  471. this.tableLayoutPanel3.Controls.Add(this.txtVenderLotNO, 1, 3);
  472. this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  473. this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
  474. this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
  475. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  476. this.tableLayoutPanel3.RowCount = 4;
  477. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  478. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  479. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  480. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  481. this.tableLayoutPanel3.Size = new System.Drawing.Size(1000, 114);
  482. this.tableLayoutPanel3.TabIndex = 1;
  483. //
  484. // label12
  485. //
  486. this.label12.Anchor = System.Windows.Forms.AnchorStyles.Right;
  487. this.label12.AutoSize = true;
  488. this.label12.Location = new System.Drawing.Point(809, 8);
  489. this.label12.Margin = new System.Windows.Forms.Padding(0);
  490. this.label12.Name = "label12";
  491. this.label12.Size = new System.Drawing.Size(65, 12);
  492. this.label12.TabIndex = 110;
  493. this.label12.Text = "实际设备:";
  494. //
  495. // label14
  496. //
  497. this.label14.Anchor = System.Windows.Forms.AnchorStyles.Right;
  498. this.label14.AutoSize = true;
  499. this.label14.Location = new System.Drawing.Point(809, 36);
  500. this.label14.Margin = new System.Windows.Forms.Padding(0);
  501. this.label14.Name = "label14";
  502. this.label14.Size = new System.Drawing.Size(65, 12);
  503. this.label14.TabIndex = 114;
  504. this.label14.Text = "设备名称:";
  505. //
  506. // txtRealEQP
  507. //
  508. this.txtRealEQP.Anchor = System.Windows.Forms.AnchorStyles.Left;
  509. this.txtRealEQP.Location = new System.Drawing.Point(877, 4);
  510. this.txtRealEQP.Name = "txtRealEQP";
  511. this.txtRealEQP.Size = new System.Drawing.Size(120, 20);
  512. this.txtRealEQP.TabIndex = 124;
  513. this.txtRealEQP.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtEQPCode_KeyPress);
  514. //
  515. // txtRealEQPName
  516. //
  517. this.txtRealEQPName.Anchor = System.Windows.Forms.AnchorStyles.Left;
  518. this.txtRealEQPName.Location = new System.Drawing.Point(877, 32);
  519. this.txtRealEQPName.Name = "txtRealEQPName";
  520. this.txtRealEQPName.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  521. this.txtRealEQPName.Properties.Appearance.Options.UseBackColor = true;
  522. this.txtRealEQPName.Properties.ReadOnly = true;
  523. this.txtRealEQPName.Size = new System.Drawing.Size(120, 20);
  524. this.txtRealEQPName.TabIndex = 120;
  525. //
  526. // txtMemo
  527. //
  528. this.txtMemo.Anchor = System.Windows.Forms.AnchorStyles.Left;
  529. this.txtMemo.Location = new System.Drawing.Point(877, 60);
  530. this.txtMemo.Name = "txtMemo";
  531. this.txtMemo.Size = new System.Drawing.Size(120, 20);
  532. this.txtMemo.TabIndex = 131;
  533. //
  534. // label15
  535. //
  536. this.label15.Anchor = System.Windows.Forms.AnchorStyles.Right;
  537. this.label15.AutoSize = true;
  538. this.label15.Location = new System.Drawing.Point(833, 64);
  539. this.label15.Margin = new System.Windows.Forms.Padding(0);
  540. this.label15.Name = "label15";
  541. this.label15.Size = new System.Drawing.Size(41, 12);
  542. this.label15.TabIndex = 130;
  543. this.label15.Text = "备注:";
  544. //
  545. // label16
  546. //
  547. this.label16.Anchor = System.Windows.Forms.AnchorStyles.Right;
  548. this.label16.AutoSize = true;
  549. this.label16.Location = new System.Drawing.Point(27, 93);
  550. this.label16.Margin = new System.Windows.Forms.Padding(0);
  551. this.label16.Name = "label16";
  552. this.label16.Size = new System.Drawing.Size(53, 12);
  553. this.label16.TabIndex = 111;
  554. this.label16.Text = "零件号:";
  555. //
  556. // txtVenderLotNO
  557. //
  558. this.txtVenderLotNO.Anchor = System.Windows.Forms.AnchorStyles.Left;
  559. this.txtVenderLotNO.Location = new System.Drawing.Point(83, 87);
  560. this.txtVenderLotNO.Name = "txtVenderLotNO";
  561. this.txtVenderLotNO.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
  562. this.txtVenderLotNO.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
  563. this.txtVenderLotNO.Properties.Appearance.Options.UseBackColor = true;
  564. this.txtVenderLotNO.Properties.Appearance.Options.UseFont = true;
  565. this.txtVenderLotNO.Properties.ReadOnly = true;
  566. this.txtVenderLotNO.Size = new System.Drawing.Size(120, 24);
  567. this.txtVenderLotNO.TabIndex = 119;
  568. //
  569. // UserControlCollectBeginTop
  570. //
  571. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  572. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  573. this.Controls.Add(this.tableLayoutPanel1);
  574. this.Name = "UserControlCollectBeginTop";
  575. this.Size = new System.Drawing.Size(1000, 174);
  576. this.Load += new System.EventHandler(this.UserControlCollectBeginTop_Load);
  577. ((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).EndInit();
  578. ((System.ComponentModel.ISupportInitialize)(this.txtEQPName.Properties)).EndInit();
  579. ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).EndInit();
  580. ((System.ComponentModel.ISupportInitialize)(this.txtKeyPart.Properties)).EndInit();
  581. ((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).EndInit();
  582. ((System.ComponentModel.ISupportInitialize)(this.txtLotNo.Properties)).EndInit();
  583. ((System.ComponentModel.ISupportInitialize)(this.txtOpName.Properties)).EndInit();
  584. ((System.ComponentModel.ISupportInitialize)(this.txtMoCode.Properties)).EndInit();
  585. ((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
  586. ((System.ComponentModel.ISupportInitialize)(this.txtOpCode.Properties)).EndInit();
  587. ((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).EndInit();
  588. ((System.ComponentModel.ISupportInitialize)(this.txtInvLotFurnace.Properties)).EndInit();
  589. this.tableLayoutPanel1.ResumeLayout(false);
  590. this.tableLayoutPanel2.ResumeLayout(false);
  591. this.tableLayoutPanel3.ResumeLayout(false);
  592. this.tableLayoutPanel3.PerformLayout();
  593. ((System.ComponentModel.ISupportInitialize)(this.txtRealEQP.Properties)).EndInit();
  594. ((System.ComponentModel.ISupportInitialize)(this.txtRealEQPName.Properties)).EndInit();
  595. ((System.ComponentModel.ISupportInitialize)(this.txtMemo.Properties)).EndInit();
  596. ((System.ComponentModel.ISupportInitialize)(this.txtVenderLotNO.Properties)).EndInit();
  597. this.ResumeLayout(false);
  598. }
  599. #endregion
  600. private System.Windows.Forms.Button btnPauseBegin;
  601. private DevExpress.XtraEditors.TextEdit txtUserCode;
  602. private System.Windows.Forms.RichTextBox txtMessages;
  603. private System.Windows.Forms.Label label1;
  604. private DevExpress.XtraEditors.TextEdit txtEQPName;
  605. private DevExpress.XtraEditors.TextEdit txtUserName;
  606. private DevExpress.XtraEditors.TextEdit txtKeyPart;
  607. private System.Windows.Forms.Label label11;
  608. private DevExpress.XtraEditors.TextEdit txtEQPCode;
  609. private DevExpress.XtraEditors.TextEdit txtLotNo;
  610. private DevExpress.XtraEditors.TextEdit txtOpName;
  611. private System.Windows.Forms.Label label13;
  612. private System.Windows.Forms.Label label3;
  613. private System.Windows.Forms.Label label10;
  614. private DevExpress.XtraEditors.TextEdit txtMoCode;
  615. private System.Windows.Forms.Label label9;
  616. private DevExpress.XtraEditors.TextEdit txtItemName;
  617. private DevExpress.XtraEditors.TextEdit txtOpCode;
  618. private System.Windows.Forms.Label label5;
  619. private System.Windows.Forms.Label label8;
  620. private System.Windows.Forms.Label label7;
  621. private System.Windows.Forms.Label label2;
  622. private DevExpress.XtraEditors.TextEdit txtItemCode;
  623. private System.Windows.Forms.Label label6;
  624. private DevExpress.XtraEditors.TextEdit txtInvLotFurnace;
  625. private System.Windows.Forms.Label label4;
  626. private System.Windows.Forms.Button btnStart;
  627. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  628. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  629. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  630. private System.Windows.Forms.Label label12;
  631. private System.Windows.Forms.Label label14;
  632. private DevExpress.XtraEditors.TextEdit txtRealEQP;
  633. private DevExpress.XtraEditors.TextEdit txtRealEQPName;
  634. private DevExpress.XtraEditors.TextEdit txtMemo;
  635. private System.Windows.Forms.Label label15;
  636. private System.Windows.Forms.Button btnTransfer;
  637. private System.Windows.Forms.Label label16;
  638. private DevExpress.XtraEditors.TextEdit txtVenderLotNO;
  639. }
  640. }