Make_HandFeedRegistration.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_HandFeedRegistration
  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.containerBox = new System.Windows.Forms.Panel();
  29. this.executeBox = new System.Windows.Forms.Panel();
  30. this.handCount = new System.Windows.Forms.Label();
  31. this.submit = new System.Windows.Forms.Button();
  32. this.query = new System.Windows.Forms.Button();
  33. this.machineVal = new System.Windows.Forms.ComboBox();
  34. this.machineLab = new System.Windows.Forms.Label();
  35. this.snVal = new System.Windows.Forms.TextBox();
  36. this.snLab = new System.Windows.Forms.Label();
  37. this.dgv = new System.Windows.Forms.DataGridView();
  38. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  40. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  51. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  52. this.productName = new System.Windows.Forms.Label();
  53. this.productCode = new System.Windows.Forms.Label();
  54. this.workOrder = new System.Windows.Forms.Label();
  55. this.label4 = new System.Windows.Forms.Label();
  56. this.label1 = new System.Windows.Forms.Label();
  57. this.label3 = new System.Windows.Forms.Label();
  58. this.label2 = new System.Windows.Forms.Label();
  59. this.serialNumber = new System.Windows.Forms.Label();
  60. this.rn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.isHandReel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  62. this.ms_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.ps_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.ps_processcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.ps_table = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.psl_location = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.psl_bomlocation = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.psl_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.psl_baseqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.ReelRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.ReelNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.containerBox.SuspendLayout();
  73. this.executeBox.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
  75. this.SNDetails.SuspendLayout();
  76. this.tableLayoutPanel1.SuspendLayout();
  77. this.SuspendLayout();
  78. //
  79. // containerBox
  80. //
  81. this.containerBox.Controls.Add(this.executeBox);
  82. this.containerBox.Controls.Add(this.dgv);
  83. this.containerBox.Dock = System.Windows.Forms.DockStyle.Fill;
  84. this.containerBox.Location = new System.Drawing.Point(0, 123);
  85. this.containerBox.Name = "containerBox";
  86. this.containerBox.Size = new System.Drawing.Size(1600, 777);
  87. this.containerBox.TabIndex = 28;
  88. //
  89. // executeBox
  90. //
  91. this.executeBox.Controls.Add(this.handCount);
  92. this.executeBox.Controls.Add(this.submit);
  93. this.executeBox.Controls.Add(this.query);
  94. this.executeBox.Controls.Add(this.machineVal);
  95. this.executeBox.Controls.Add(this.machineLab);
  96. this.executeBox.Controls.Add(this.snVal);
  97. this.executeBox.Controls.Add(this.snLab);
  98. this.executeBox.Dock = System.Windows.Forms.DockStyle.Bottom;
  99. this.executeBox.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.executeBox.Location = new System.Drawing.Point(0, 647);
  101. this.executeBox.Name = "executeBox";
  102. this.executeBox.Size = new System.Drawing.Size(1600, 130);
  103. this.executeBox.TabIndex = 0;
  104. //
  105. // handCount
  106. //
  107. this.handCount.AutoSize = true;
  108. this.handCount.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.handCount.Location = new System.Drawing.Point(935, 24);
  110. this.handCount.Name = "handCount";
  111. this.handCount.Size = new System.Drawing.Size(117, 28);
  112. this.handCount.TabIndex = 6;
  113. this.handCount.Text = "补料数量:";
  114. //
  115. // submit
  116. //
  117. this.submit.Cursor = System.Windows.Forms.Cursors.Hand;
  118. this.submit.Location = new System.Drawing.Point(1033, 18);
  119. this.submit.Name = "submit";
  120. this.submit.Size = new System.Drawing.Size(140, 32);
  121. this.submit.TabIndex = 5;
  122. this.submit.Text = "提交手补料";
  123. this.submit.UseVisualStyleBackColor = true;
  124. this.submit.Click += new System.EventHandler(this.submit_Click);
  125. //
  126. // query
  127. //
  128. this.query.Cursor = System.Windows.Forms.Cursors.Hand;
  129. this.query.Location = new System.Drawing.Point(837, 18);
  130. this.query.Name = "query";
  131. this.query.Size = new System.Drawing.Size(80, 32);
  132. this.query.TabIndex = 4;
  133. this.query.Text = "查询";
  134. this.query.UseVisualStyleBackColor = true;
  135. this.query.Click += new System.EventHandler(this.query_Click);
  136. //
  137. // machineVal
  138. //
  139. this.machineVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.machineVal.FormattingEnabled = true;
  141. this.machineVal.Location = new System.Drawing.Point(492, 20);
  142. this.machineVal.Name = "machineVal";
  143. this.machineVal.Size = new System.Drawing.Size(327, 32);
  144. this.machineVal.TabIndex = 3;
  145. //
  146. // machineLab
  147. //
  148. this.machineLab.AutoSize = true;
  149. this.machineLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.machineLab.Location = new System.Drawing.Point(397, 20);
  151. this.machineLab.Name = "machineLab";
  152. this.machineLab.Size = new System.Drawing.Size(101, 28);
  153. this.machineLab.TabIndex = 2;
  154. this.machineLab.Text = "机台名称:";
  155. //
  156. // snVal
  157. //
  158. this.snVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.snVal.Location = new System.Drawing.Point(114, 20);
  160. this.snVal.Name = "snVal";
  161. this.snVal.Size = new System.Drawing.Size(263, 31);
  162. this.snVal.TabIndex = 1;
  163. this.snVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.snVal_KeyDown);
  164. //
  165. // snLab
  166. //
  167. this.snLab.AutoSize = true;
  168. this.snLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.snLab.Location = new System.Drawing.Point(38, 20);
  170. this.snLab.Name = "snLab";
  171. this.snLab.Size = new System.Drawing.Size(80, 28);
  172. this.snLab.TabIndex = 0;
  173. this.snLab.Text = "序列号:";
  174. //
  175. // dgv
  176. //
  177. this.dgv.AllowUserToAddRows = false;
  178. this.dgv.AllowUserToDeleteRows = false;
  179. this.dgv.AllowUserToResizeRows = false;
  180. this.dgv.BackgroundColor = System.Drawing.SystemColors.Control;
  181. this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  182. this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  183. this.rn,
  184. this.isHandReel,
  185. this.ms_sncode,
  186. this.ps_linecode,
  187. this.ps_processcode,
  188. this.ps_table,
  189. this.psl_location,
  190. this.psl_bomlocation,
  191. this.psl_prodcode,
  192. this.psl_baseqty,
  193. this.ReelRemark,
  194. this.ReelNum});
  195. this.dgv.Dock = System.Windows.Forms.DockStyle.Top;
  196. this.dgv.Location = new System.Drawing.Point(0, 0);
  197. this.dgv.Name = "dgv";
  198. this.dgv.RowHeadersVisible = false;
  199. this.dgv.RowHeadersWidth = 62;
  200. this.dgv.RowTemplate.Height = 30;
  201. this.dgv.Size = new System.Drawing.Size(1600, 641);
  202. this.dgv.TabIndex = 1;
  203. this.dgv.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_CellClick);
  204. //
  205. // dataGridViewTextBoxColumn1
  206. //
  207. this.dataGridViewTextBoxColumn1.DataPropertyName = "rn";
  208. this.dataGridViewTextBoxColumn1.HeaderText = "序号";
  209. this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
  210. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  211. this.dataGridViewTextBoxColumn1.Width = 60;
  212. //
  213. // dataGridViewCheckBoxColumn1
  214. //
  215. this.dataGridViewCheckBoxColumn1.HeaderText = "是否手补料";
  216. this.dataGridViewCheckBoxColumn1.MinimumWidth = 8;
  217. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  218. this.dataGridViewCheckBoxColumn1.Width = 80;
  219. //
  220. // dataGridViewTextBoxColumn2
  221. //
  222. this.dataGridViewTextBoxColumn2.DataPropertyName = "ms_sncode";
  223. this.dataGridViewTextBoxColumn2.HeaderText = "序列号";
  224. this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
  225. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  226. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  227. this.dataGridViewTextBoxColumn2.Width = 130;
  228. //
  229. // dataGridViewTextBoxColumn3
  230. //
  231. this.dataGridViewTextBoxColumn3.DataPropertyName = "ps_linecode";
  232. this.dataGridViewTextBoxColumn3.HeaderText = "线体";
  233. this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
  234. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  235. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  236. this.dataGridViewTextBoxColumn3.Width = 150;
  237. //
  238. // dataGridViewTextBoxColumn4
  239. //
  240. this.dataGridViewTextBoxColumn4.DataPropertyName = "ps_processcode";
  241. this.dataGridViewTextBoxColumn4.HeaderText = "机台名称";
  242. this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
  243. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  244. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  245. this.dataGridViewTextBoxColumn4.Width = 190;
  246. //
  247. // dataGridViewTextBoxColumn5
  248. //
  249. this.dataGridViewTextBoxColumn5.DataPropertyName = "ps_table";
  250. this.dataGridViewTextBoxColumn5.HeaderText = "面别";
  251. this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
  252. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  253. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  254. this.dataGridViewTextBoxColumn5.Width = 80;
  255. //
  256. // dataGridViewTextBoxColumn6
  257. //
  258. this.dataGridViewTextBoxColumn6.DataPropertyName = "psl_location";
  259. this.dataGridViewTextBoxColumn6.HeaderText = "站位编号";
  260. this.dataGridViewTextBoxColumn6.MinimumWidth = 8;
  261. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  262. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  263. this.dataGridViewTextBoxColumn6.Width = 90;
  264. //
  265. // dataGridViewTextBoxColumn7
  266. //
  267. this.dataGridViewTextBoxColumn7.DataPropertyName = "psl_bomlocation";
  268. this.dataGridViewTextBoxColumn7.HeaderText = "元件位置";
  269. this.dataGridViewTextBoxColumn7.MinimumWidth = 8;
  270. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  271. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  272. this.dataGridViewTextBoxColumn7.Width = 210;
  273. //
  274. // dataGridViewTextBoxColumn8
  275. //
  276. this.dataGridViewTextBoxColumn8.DataPropertyName = "psl_prodcode";
  277. this.dataGridViewTextBoxColumn8.HeaderText = "物料编号";
  278. this.dataGridViewTextBoxColumn8.MinimumWidth = 8;
  279. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  280. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  281. this.dataGridViewTextBoxColumn8.Width = 140;
  282. //
  283. // dataGridViewTextBoxColumn9
  284. //
  285. this.dataGridViewTextBoxColumn9.DataPropertyName = "psl_baseqty";
  286. this.dataGridViewTextBoxColumn9.HeaderText = "单位用量";
  287. this.dataGridViewTextBoxColumn9.MinimumWidth = 8;
  288. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  289. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  290. this.dataGridViewTextBoxColumn9.Width = 80;
  291. //
  292. // dataGridViewTextBoxColumn10
  293. //
  294. this.dataGridViewTextBoxColumn10.HeaderText = "元件信息备注";
  295. this.dataGridViewTextBoxColumn10.MinimumWidth = 8;
  296. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  297. this.dataGridViewTextBoxColumn10.Width = 150;
  298. //
  299. // dataGridViewTextBoxColumn11
  300. //
  301. this.dataGridViewTextBoxColumn11.HeaderText = "补料数量";
  302. this.dataGridViewTextBoxColumn11.MinimumWidth = 8;
  303. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  304. this.dataGridViewTextBoxColumn11.Width = 80;
  305. //
  306. // SNDetails
  307. //
  308. this.SNDetails.BorderColor = System.Drawing.Color.Black;
  309. this.SNDetails.Controls.Add(this.tableLayoutPanel1);
  310. this.SNDetails.Dock = System.Windows.Forms.DockStyle.Top;
  311. this.SNDetails.Font = new System.Drawing.Font("微软雅黑", 12F);
  312. this.SNDetails.Location = new System.Drawing.Point(0, 0);
  313. this.SNDetails.Name = "SNDetails";
  314. this.SNDetails.Size = new System.Drawing.Size(1600, 123);
  315. this.SNDetails.TabIndex = 27;
  316. this.SNDetails.TabStop = false;
  317. this.SNDetails.Text = "产品序列信息";
  318. this.SNDetails.TextColor = System.Drawing.Color.Black;
  319. //
  320. // tableLayoutPanel1
  321. //
  322. this.tableLayoutPanel1.ColumnCount = 8;
  323. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  324. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09677F));
  325. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  326. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09677F));
  327. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  328. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.19F));
  329. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  330. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.81F));
  331. this.tableLayoutPanel1.Controls.Add(this.productName, 7, 0);
  332. this.tableLayoutPanel1.Controls.Add(this.productCode, 5, 0);
  333. this.tableLayoutPanel1.Controls.Add(this.workOrder, 3, 0);
  334. this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
  335. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  336. this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
  337. this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
  338. this.tableLayoutPanel1.Controls.Add(this.serialNumber, 1, 0);
  339. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  340. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 37);
  341. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  342. this.tableLayoutPanel1.RowCount = 1;
  343. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  344. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 83F));
  345. this.tableLayoutPanel1.Size = new System.Drawing.Size(1594, 83);
  346. this.tableLayoutPanel1.TabIndex = 0;
  347. //
  348. // productName
  349. //
  350. this.productName.AutoSize = true;
  351. this.productName.Dock = System.Windows.Forms.DockStyle.Fill;
  352. this.productName.Location = new System.Drawing.Point(1005, 0);
  353. this.productName.Name = "productName";
  354. this.productName.Size = new System.Drawing.Size(586, 83);
  355. this.productName.TabIndex = 7;
  356. this.productName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  357. //
  358. // productCode
  359. //
  360. this.productCode.AutoSize = true;
  361. this.productCode.Dock = System.Windows.Forms.DockStyle.Fill;
  362. this.productCode.Location = new System.Drawing.Point(693, 0);
  363. this.productCode.Name = "productCode";
  364. this.productCode.Size = new System.Drawing.Size(204, 83);
  365. this.productCode.TabIndex = 6;
  366. this.productCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  367. //
  368. // workOrder
  369. //
  370. this.workOrder.AutoSize = true;
  371. this.workOrder.Dock = System.Windows.Forms.DockStyle.Fill;
  372. this.workOrder.Location = new System.Drawing.Point(399, 0);
  373. this.workOrder.Name = "workOrder";
  374. this.workOrder.Size = new System.Drawing.Size(186, 83);
  375. this.workOrder.TabIndex = 5;
  376. this.workOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  377. //
  378. // label4
  379. //
  380. this.label4.AutoSize = true;
  381. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  382. this.label4.Location = new System.Drawing.Point(903, 0);
  383. this.label4.Name = "label4";
  384. this.label4.Size = new System.Drawing.Size(96, 83);
  385. this.label4.TabIndex = 3;
  386. this.label4.Text = "产品名称: ";
  387. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  388. //
  389. // label1
  390. //
  391. this.label1.AutoSize = true;
  392. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  393. this.label1.Location = new System.Drawing.Point(3, 0);
  394. this.label1.Name = "label1";
  395. this.label1.Size = new System.Drawing.Size(96, 83);
  396. this.label1.TabIndex = 0;
  397. this.label1.Text = "序列号: ";
  398. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  399. //
  400. // label3
  401. //
  402. this.label3.AutoSize = true;
  403. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  404. this.label3.Location = new System.Drawing.Point(591, 0);
  405. this.label3.Name = "label3";
  406. this.label3.Size = new System.Drawing.Size(96, 83);
  407. this.label3.TabIndex = 2;
  408. this.label3.Text = "产品编号: ";
  409. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  410. //
  411. // label2
  412. //
  413. this.label2.AutoSize = true;
  414. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  415. this.label2.Location = new System.Drawing.Point(297, 0);
  416. this.label2.Name = "label2";
  417. this.label2.Size = new System.Drawing.Size(96, 83);
  418. this.label2.TabIndex = 1;
  419. this.label2.Text = "工单: ";
  420. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  421. //
  422. // serialNumber
  423. //
  424. this.serialNumber.AutoSize = true;
  425. this.serialNumber.Dock = System.Windows.Forms.DockStyle.Fill;
  426. this.serialNumber.Location = new System.Drawing.Point(105, 0);
  427. this.serialNumber.Name = "serialNumber";
  428. this.serialNumber.Size = new System.Drawing.Size(186, 83);
  429. this.serialNumber.TabIndex = 4;
  430. this.serialNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  431. //
  432. // rn
  433. //
  434. this.rn.DataPropertyName = "rn";
  435. this.rn.HeaderText = "序号";
  436. this.rn.MinimumWidth = 8;
  437. this.rn.Name = "rn";
  438. this.rn.Width = 60;
  439. //
  440. // isHandReel
  441. //
  442. this.isHandReel.HeaderText = "是否手补料";
  443. this.isHandReel.MinimumWidth = 8;
  444. this.isHandReel.Name = "isHandReel";
  445. this.isHandReel.Width = 80;
  446. //
  447. // ms_sncode
  448. //
  449. this.ms_sncode.DataPropertyName = "ms_sncode";
  450. this.ms_sncode.HeaderText = "序列号";
  451. this.ms_sncode.MinimumWidth = 8;
  452. this.ms_sncode.Name = "ms_sncode";
  453. this.ms_sncode.ReadOnly = true;
  454. this.ms_sncode.Width = 130;
  455. //
  456. // ps_linecode
  457. //
  458. this.ps_linecode.DataPropertyName = "ps_linecode";
  459. this.ps_linecode.HeaderText = "线体";
  460. this.ps_linecode.MinimumWidth = 8;
  461. this.ps_linecode.Name = "ps_linecode";
  462. this.ps_linecode.ReadOnly = true;
  463. this.ps_linecode.Width = 150;
  464. //
  465. // ps_processcode
  466. //
  467. this.ps_processcode.DataPropertyName = "ps_processcode";
  468. this.ps_processcode.HeaderText = "机台名称";
  469. this.ps_processcode.MinimumWidth = 8;
  470. this.ps_processcode.Name = "ps_processcode";
  471. this.ps_processcode.ReadOnly = true;
  472. this.ps_processcode.Width = 190;
  473. //
  474. // ps_table
  475. //
  476. this.ps_table.DataPropertyName = "ps_table";
  477. this.ps_table.HeaderText = "面别";
  478. this.ps_table.MinimumWidth = 8;
  479. this.ps_table.Name = "ps_table";
  480. this.ps_table.ReadOnly = true;
  481. this.ps_table.Width = 80;
  482. //
  483. // psl_location
  484. //
  485. this.psl_location.DataPropertyName = "psl_location";
  486. this.psl_location.HeaderText = "站位编号";
  487. this.psl_location.MinimumWidth = 8;
  488. this.psl_location.Name = "psl_location";
  489. this.psl_location.ReadOnly = true;
  490. this.psl_location.Width = 90;
  491. //
  492. // psl_bomlocation
  493. //
  494. this.psl_bomlocation.DataPropertyName = "psl_bomlocation";
  495. this.psl_bomlocation.HeaderText = "元件位置";
  496. this.psl_bomlocation.MinimumWidth = 8;
  497. this.psl_bomlocation.Name = "psl_bomlocation";
  498. this.psl_bomlocation.ReadOnly = true;
  499. this.psl_bomlocation.Width = 210;
  500. //
  501. // psl_prodcode
  502. //
  503. this.psl_prodcode.DataPropertyName = "psl_prodcode";
  504. this.psl_prodcode.HeaderText = "物料编号";
  505. this.psl_prodcode.MinimumWidth = 8;
  506. this.psl_prodcode.Name = "psl_prodcode";
  507. this.psl_prodcode.ReadOnly = true;
  508. this.psl_prodcode.Width = 140;
  509. //
  510. // psl_baseqty
  511. //
  512. this.psl_baseqty.DataPropertyName = "psl_baseqty";
  513. this.psl_baseqty.HeaderText = "单位用量";
  514. this.psl_baseqty.MinimumWidth = 8;
  515. this.psl_baseqty.Name = "psl_baseqty";
  516. this.psl_baseqty.ReadOnly = true;
  517. this.psl_baseqty.Width = 80;
  518. //
  519. // ReelRemark
  520. //
  521. this.ReelRemark.DataPropertyName = "ReelRemark";
  522. this.ReelRemark.HeaderText = "元件信息备注";
  523. this.ReelRemark.MinimumWidth = 8;
  524. this.ReelRemark.Name = "ReelRemark";
  525. this.ReelRemark.Width = 150;
  526. //
  527. // ReelNum
  528. //
  529. this.ReelNum.DataPropertyName = "ReelNum";
  530. this.ReelNum.HeaderText = "补料数量";
  531. this.ReelNum.MinimumWidth = 8;
  532. this.ReelNum.Name = "ReelNum";
  533. this.ReelNum.Width = 80;
  534. //
  535. // Make_HandFeedRegistration
  536. //
  537. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  538. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  539. this.ClientSize = new System.Drawing.Size(1600, 900);
  540. this.Controls.Add(this.containerBox);
  541. this.Controls.Add(this.SNDetails);
  542. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  543. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  544. this.Margin = new System.Windows.Forms.Padding(4);
  545. this.Name = "Make_HandFeedRegistration";
  546. this.Text = "Make_HandFeedRegistration";
  547. this.Load += new System.EventHandler(this.Make_HandFeedRegistration_Load);
  548. this.containerBox.ResumeLayout(false);
  549. this.executeBox.ResumeLayout(false);
  550. this.executeBox.PerformLayout();
  551. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  552. this.SNDetails.ResumeLayout(false);
  553. this.tableLayoutPanel1.ResumeLayout(false);
  554. this.tableLayoutPanel1.PerformLayout();
  555. this.ResumeLayout(false);
  556. }
  557. #endregion
  558. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SNDetails;
  559. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  560. private System.Windows.Forms.Label productName;
  561. private System.Windows.Forms.Label productCode;
  562. private System.Windows.Forms.Label workOrder;
  563. private System.Windows.Forms.Label label4;
  564. private System.Windows.Forms.Label label1;
  565. private System.Windows.Forms.Label label3;
  566. private System.Windows.Forms.Label label2;
  567. private System.Windows.Forms.Label serialNumber;
  568. private System.Windows.Forms.Panel containerBox;
  569. private System.Windows.Forms.DataGridView dgv;
  570. private System.Windows.Forms.Panel executeBox;
  571. private System.Windows.Forms.Label snLab;
  572. private System.Windows.Forms.TextBox snVal;
  573. private System.Windows.Forms.Label machineLab;
  574. private System.Windows.Forms.ComboBox machineVal;
  575. private System.Windows.Forms.Button query;
  576. private System.Windows.Forms.Button submit;
  577. private System.Windows.Forms.Label handCount;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn rn;
  579. private System.Windows.Forms.DataGridViewCheckBoxColumn isHandReel;
  580. private System.Windows.Forms.DataGridViewTextBoxColumn ms_sncode;
  581. private System.Windows.Forms.DataGridViewTextBoxColumn ps_linecode;
  582. private System.Windows.Forms.DataGridViewTextBoxColumn ps_processcode;
  583. private System.Windows.Forms.DataGridViewTextBoxColumn ps_table;
  584. private System.Windows.Forms.DataGridViewTextBoxColumn psl_location;
  585. private System.Windows.Forms.DataGridViewTextBoxColumn psl_bomlocation;
  586. private System.Windows.Forms.DataGridViewTextBoxColumn psl_prodcode;
  587. private System.Windows.Forms.DataGridViewTextBoxColumn psl_baseqty;
  588. private System.Windows.Forms.DataGridViewTextBoxColumn ReelRemark;
  589. private System.Windows.Forms.DataGridViewTextBoxColumn ReelNum;
  590. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  591. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  592. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  593. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  594. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  595. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  596. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  597. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  598. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  599. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  600. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  601. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  602. }
  603. }