Make_HandFeedRegistration.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612
  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.rn = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.isHandReel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  40. this.ms_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.ps_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.ps_processcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.ps_table = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.psl_location = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.psl_bomlocation = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.psl_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.psl_baseqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.ReelRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.ReelNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  52. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  63. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  64. this.productName = new System.Windows.Forms.Label();
  65. this.productCode = new System.Windows.Forms.Label();
  66. this.workOrder = new System.Windows.Forms.Label();
  67. this.label4 = new System.Windows.Forms.Label();
  68. this.label1 = new System.Windows.Forms.Label();
  69. this.label3 = new System.Windows.Forms.Label();
  70. this.label2 = new System.Windows.Forms.Label();
  71. this.serialNumber = new System.Windows.Forms.Label();
  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.dgv);
  82. this.containerBox.Controls.Add(this.executeBox);
  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(1280, 597);
  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, 467);
  101. this.executeBox.Name = "executeBox";
  102. this.executeBox.Size = new System.Drawing.Size(1280, 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.Fill;
  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(1280, 467);
  202. this.dgv.TabIndex = 1;
  203. this.dgv.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgv_CellClick);
  204. //
  205. // rn
  206. //
  207. this.rn.DataPropertyName = "rn";
  208. this.rn.HeaderText = "序号";
  209. this.rn.MinimumWidth = 8;
  210. this.rn.Name = "rn";
  211. this.rn.Width = 50;
  212. //
  213. // isHandReel
  214. //
  215. this.isHandReel.HeaderText = "是否手补料";
  216. this.isHandReel.MinimumWidth = 8;
  217. this.isHandReel.Name = "isHandReel";
  218. this.isHandReel.Width = 50;
  219. //
  220. // ms_sncode
  221. //
  222. this.ms_sncode.DataPropertyName = "ms_sncode";
  223. this.ms_sncode.HeaderText = "序列号";
  224. this.ms_sncode.MinimumWidth = 8;
  225. this.ms_sncode.Name = "ms_sncode";
  226. this.ms_sncode.ReadOnly = true;
  227. this.ms_sncode.Width = 130;
  228. //
  229. // ps_linecode
  230. //
  231. this.ps_linecode.DataPropertyName = "ps_linecode";
  232. this.ps_linecode.HeaderText = "线体";
  233. this.ps_linecode.MinimumWidth = 8;
  234. this.ps_linecode.Name = "ps_linecode";
  235. this.ps_linecode.ReadOnly = true;
  236. this.ps_linecode.Width = 150;
  237. //
  238. // ps_processcode
  239. //
  240. this.ps_processcode.DataPropertyName = "ps_processcode";
  241. this.ps_processcode.HeaderText = "机台名称";
  242. this.ps_processcode.MinimumWidth = 8;
  243. this.ps_processcode.Name = "ps_processcode";
  244. this.ps_processcode.ReadOnly = true;
  245. this.ps_processcode.Width = 190;
  246. //
  247. // ps_table
  248. //
  249. this.ps_table.DataPropertyName = "ps_table";
  250. this.ps_table.HeaderText = "面别";
  251. this.ps_table.MinimumWidth = 8;
  252. this.ps_table.Name = "ps_table";
  253. this.ps_table.ReadOnly = true;
  254. this.ps_table.Width = 50;
  255. //
  256. // psl_location
  257. //
  258. this.psl_location.DataPropertyName = "psl_location";
  259. this.psl_location.HeaderText = "站位编号";
  260. this.psl_location.MinimumWidth = 8;
  261. this.psl_location.Name = "psl_location";
  262. this.psl_location.ReadOnly = true;
  263. this.psl_location.Width = 80;
  264. //
  265. // psl_bomlocation
  266. //
  267. this.psl_bomlocation.DataPropertyName = "psl_bomlocation";
  268. this.psl_bomlocation.HeaderText = "元件位置";
  269. this.psl_bomlocation.MinimumWidth = 8;
  270. this.psl_bomlocation.Name = "psl_bomlocation";
  271. this.psl_bomlocation.ReadOnly = true;
  272. this.psl_bomlocation.Width = 210;
  273. //
  274. // psl_prodcode
  275. //
  276. this.psl_prodcode.DataPropertyName = "psl_prodcode";
  277. this.psl_prodcode.HeaderText = "物料编号";
  278. this.psl_prodcode.MinimumWidth = 8;
  279. this.psl_prodcode.Name = "psl_prodcode";
  280. this.psl_prodcode.ReadOnly = true;
  281. this.psl_prodcode.Width = 140;
  282. //
  283. // psl_baseqty
  284. //
  285. this.psl_baseqty.DataPropertyName = "psl_baseqty";
  286. this.psl_baseqty.HeaderText = "单位用量";
  287. this.psl_baseqty.MinimumWidth = 8;
  288. this.psl_baseqty.Name = "psl_baseqty";
  289. this.psl_baseqty.ReadOnly = true;
  290. this.psl_baseqty.Width = 60;
  291. //
  292. // ReelRemark
  293. //
  294. this.ReelRemark.DataPropertyName = "ReelRemark";
  295. this.ReelRemark.HeaderText = "元件信息备注";
  296. this.ReelRemark.MinimumWidth = 8;
  297. this.ReelRemark.Name = "ReelRemark";
  298. this.ReelRemark.Width = 150;
  299. //
  300. // ReelNum
  301. //
  302. this.ReelNum.DataPropertyName = "ReelNum";
  303. this.ReelNum.HeaderText = "补料数量";
  304. this.ReelNum.MinimumWidth = 8;
  305. this.ReelNum.Name = "ReelNum";
  306. this.ReelNum.Visible = false;
  307. this.ReelNum.Width = 80;
  308. //
  309. // dataGridViewTextBoxColumn1
  310. //
  311. this.dataGridViewTextBoxColumn1.DataPropertyName = "rn";
  312. this.dataGridViewTextBoxColumn1.HeaderText = "序号";
  313. this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
  314. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  315. this.dataGridViewTextBoxColumn1.Width = 60;
  316. //
  317. // dataGridViewCheckBoxColumn1
  318. //
  319. this.dataGridViewCheckBoxColumn1.HeaderText = "是否手补料";
  320. this.dataGridViewCheckBoxColumn1.MinimumWidth = 8;
  321. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  322. this.dataGridViewCheckBoxColumn1.Width = 80;
  323. //
  324. // dataGridViewTextBoxColumn2
  325. //
  326. this.dataGridViewTextBoxColumn2.DataPropertyName = "ms_sncode";
  327. this.dataGridViewTextBoxColumn2.HeaderText = "序列号";
  328. this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
  329. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  330. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  331. this.dataGridViewTextBoxColumn2.Width = 130;
  332. //
  333. // dataGridViewTextBoxColumn3
  334. //
  335. this.dataGridViewTextBoxColumn3.DataPropertyName = "ps_linecode";
  336. this.dataGridViewTextBoxColumn3.HeaderText = "线体";
  337. this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
  338. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  339. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  340. this.dataGridViewTextBoxColumn3.Width = 150;
  341. //
  342. // dataGridViewTextBoxColumn4
  343. //
  344. this.dataGridViewTextBoxColumn4.DataPropertyName = "ps_processcode";
  345. this.dataGridViewTextBoxColumn4.HeaderText = "机台名称";
  346. this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
  347. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  348. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  349. this.dataGridViewTextBoxColumn4.Width = 190;
  350. //
  351. // dataGridViewTextBoxColumn5
  352. //
  353. this.dataGridViewTextBoxColumn5.DataPropertyName = "ps_table";
  354. this.dataGridViewTextBoxColumn5.HeaderText = "面别";
  355. this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
  356. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  357. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  358. this.dataGridViewTextBoxColumn5.Width = 80;
  359. //
  360. // dataGridViewTextBoxColumn6
  361. //
  362. this.dataGridViewTextBoxColumn6.DataPropertyName = "psl_location";
  363. this.dataGridViewTextBoxColumn6.HeaderText = "站位编号";
  364. this.dataGridViewTextBoxColumn6.MinimumWidth = 8;
  365. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  366. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  367. this.dataGridViewTextBoxColumn6.Width = 90;
  368. //
  369. // dataGridViewTextBoxColumn7
  370. //
  371. this.dataGridViewTextBoxColumn7.DataPropertyName = "psl_bomlocation";
  372. this.dataGridViewTextBoxColumn7.HeaderText = "元件位置";
  373. this.dataGridViewTextBoxColumn7.MinimumWidth = 8;
  374. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  375. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  376. this.dataGridViewTextBoxColumn7.Width = 210;
  377. //
  378. // dataGridViewTextBoxColumn8
  379. //
  380. this.dataGridViewTextBoxColumn8.DataPropertyName = "psl_prodcode";
  381. this.dataGridViewTextBoxColumn8.HeaderText = "物料编号";
  382. this.dataGridViewTextBoxColumn8.MinimumWidth = 8;
  383. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  384. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  385. this.dataGridViewTextBoxColumn8.Width = 140;
  386. //
  387. // dataGridViewTextBoxColumn9
  388. //
  389. this.dataGridViewTextBoxColumn9.DataPropertyName = "psl_baseqty";
  390. this.dataGridViewTextBoxColumn9.HeaderText = "单位用量";
  391. this.dataGridViewTextBoxColumn9.MinimumWidth = 8;
  392. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  393. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  394. this.dataGridViewTextBoxColumn9.Width = 80;
  395. //
  396. // dataGridViewTextBoxColumn10
  397. //
  398. this.dataGridViewTextBoxColumn10.DataPropertyName = "ReelRemark";
  399. this.dataGridViewTextBoxColumn10.HeaderText = "元件信息备注";
  400. this.dataGridViewTextBoxColumn10.MinimumWidth = 8;
  401. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  402. this.dataGridViewTextBoxColumn10.Width = 150;
  403. //
  404. // dataGridViewTextBoxColumn11
  405. //
  406. this.dataGridViewTextBoxColumn11.DataPropertyName = "ReelNum";
  407. this.dataGridViewTextBoxColumn11.HeaderText = "补料数量";
  408. this.dataGridViewTextBoxColumn11.MinimumWidth = 8;
  409. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  410. this.dataGridViewTextBoxColumn11.Width = 80;
  411. //
  412. // SNDetails
  413. //
  414. this.SNDetails.BorderColor = System.Drawing.Color.Black;
  415. this.SNDetails.Controls.Add(this.tableLayoutPanel1);
  416. this.SNDetails.Dock = System.Windows.Forms.DockStyle.Top;
  417. this.SNDetails.Font = new System.Drawing.Font("微软雅黑", 12F);
  418. this.SNDetails.Location = new System.Drawing.Point(0, 0);
  419. this.SNDetails.Name = "SNDetails";
  420. this.SNDetails.Size = new System.Drawing.Size(1280, 123);
  421. this.SNDetails.TabIndex = 27;
  422. this.SNDetails.TabStop = false;
  423. this.SNDetails.Text = "产品序列信息";
  424. this.SNDetails.TextColor = System.Drawing.Color.Black;
  425. //
  426. // tableLayoutPanel1
  427. //
  428. this.tableLayoutPanel1.ColumnCount = 8;
  429. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  430. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09677F));
  431. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  432. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09677F));
  433. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  434. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.19F));
  435. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451613F));
  436. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 36.81F));
  437. this.tableLayoutPanel1.Controls.Add(this.productName, 7, 0);
  438. this.tableLayoutPanel1.Controls.Add(this.productCode, 5, 0);
  439. this.tableLayoutPanel1.Controls.Add(this.workOrder, 3, 0);
  440. this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
  441. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  442. this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
  443. this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
  444. this.tableLayoutPanel1.Controls.Add(this.serialNumber, 1, 0);
  445. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  446. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 37);
  447. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  448. this.tableLayoutPanel1.RowCount = 1;
  449. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  450. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 83F));
  451. this.tableLayoutPanel1.Size = new System.Drawing.Size(1274, 83);
  452. this.tableLayoutPanel1.TabIndex = 0;
  453. //
  454. // productName
  455. //
  456. this.productName.AutoSize = true;
  457. this.productName.Dock = System.Windows.Forms.DockStyle.Fill;
  458. this.productName.Location = new System.Drawing.Point(807, 0);
  459. this.productName.Name = "productName";
  460. this.productName.Size = new System.Drawing.Size(464, 83);
  461. this.productName.TabIndex = 7;
  462. this.productName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  463. //
  464. // productCode
  465. //
  466. this.productCode.AutoSize = true;
  467. this.productCode.Dock = System.Windows.Forms.DockStyle.Fill;
  468. this.productCode.Location = new System.Drawing.Point(557, 0);
  469. this.productCode.Name = "productCode";
  470. this.productCode.Size = new System.Drawing.Size(162, 83);
  471. this.productCode.TabIndex = 6;
  472. this.productCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  473. //
  474. // workOrder
  475. //
  476. this.workOrder.AutoSize = true;
  477. this.workOrder.Dock = System.Windows.Forms.DockStyle.Fill;
  478. this.workOrder.Location = new System.Drawing.Point(321, 0);
  479. this.workOrder.Name = "workOrder";
  480. this.workOrder.Size = new System.Drawing.Size(148, 83);
  481. this.workOrder.TabIndex = 5;
  482. this.workOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  483. //
  484. // label4
  485. //
  486. this.label4.AutoSize = true;
  487. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  488. this.label4.Location = new System.Drawing.Point(725, 0);
  489. this.label4.Name = "label4";
  490. this.label4.Size = new System.Drawing.Size(76, 83);
  491. this.label4.TabIndex = 3;
  492. this.label4.Text = "产品名称: ";
  493. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  494. //
  495. // label1
  496. //
  497. this.label1.AutoSize = true;
  498. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  499. this.label1.Location = new System.Drawing.Point(3, 0);
  500. this.label1.Name = "label1";
  501. this.label1.Size = new System.Drawing.Size(76, 83);
  502. this.label1.TabIndex = 0;
  503. this.label1.Text = "序列号: ";
  504. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  505. //
  506. // label3
  507. //
  508. this.label3.AutoSize = true;
  509. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  510. this.label3.Location = new System.Drawing.Point(475, 0);
  511. this.label3.Name = "label3";
  512. this.label3.Size = new System.Drawing.Size(76, 83);
  513. this.label3.TabIndex = 2;
  514. this.label3.Text = "产品编号: ";
  515. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  516. //
  517. // label2
  518. //
  519. this.label2.AutoSize = true;
  520. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  521. this.label2.Location = new System.Drawing.Point(239, 0);
  522. this.label2.Name = "label2";
  523. this.label2.Size = new System.Drawing.Size(76, 83);
  524. this.label2.TabIndex = 1;
  525. this.label2.Text = "工单: ";
  526. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  527. //
  528. // serialNumber
  529. //
  530. this.serialNumber.AutoSize = true;
  531. this.serialNumber.Dock = System.Windows.Forms.DockStyle.Fill;
  532. this.serialNumber.Location = new System.Drawing.Point(85, 0);
  533. this.serialNumber.Name = "serialNumber";
  534. this.serialNumber.Size = new System.Drawing.Size(148, 83);
  535. this.serialNumber.TabIndex = 4;
  536. this.serialNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  537. //
  538. // Make_HandFeedRegistration
  539. //
  540. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  541. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  542. this.ClientSize = new System.Drawing.Size(1280, 720);
  543. this.Controls.Add(this.containerBox);
  544. this.Controls.Add(this.SNDetails);
  545. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  546. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  547. this.Margin = new System.Windows.Forms.Padding(4);
  548. this.Name = "Make_HandFeedRegistration";
  549. this.Text = "Make_HandFeedRegistration";
  550. this.Load += new System.EventHandler(this.Make_HandFeedRegistration_Load);
  551. this.containerBox.ResumeLayout(false);
  552. this.executeBox.ResumeLayout(false);
  553. this.executeBox.PerformLayout();
  554. ((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
  555. this.SNDetails.ResumeLayout(false);
  556. this.tableLayoutPanel1.ResumeLayout(false);
  557. this.tableLayoutPanel1.PerformLayout();
  558. this.ResumeLayout(false);
  559. }
  560. #endregion
  561. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SNDetails;
  562. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  563. private System.Windows.Forms.Label productName;
  564. private System.Windows.Forms.Label productCode;
  565. private System.Windows.Forms.Label workOrder;
  566. private System.Windows.Forms.Label label4;
  567. private System.Windows.Forms.Label label1;
  568. private System.Windows.Forms.Label label3;
  569. private System.Windows.Forms.Label label2;
  570. private System.Windows.Forms.Label serialNumber;
  571. private System.Windows.Forms.Panel containerBox;
  572. private System.Windows.Forms.DataGridView dgv;
  573. private System.Windows.Forms.Panel executeBox;
  574. private System.Windows.Forms.Label snLab;
  575. private System.Windows.Forms.TextBox snVal;
  576. private System.Windows.Forms.Label machineLab;
  577. private System.Windows.Forms.ComboBox machineVal;
  578. private System.Windows.Forms.Button query;
  579. private System.Windows.Forms.Button submit;
  580. private System.Windows.Forms.Label handCount;
  581. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  582. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  583. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  584. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  585. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  586. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  587. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  588. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  589. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  590. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  591. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  592. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  593. private System.Windows.Forms.DataGridViewTextBoxColumn rn;
  594. private System.Windows.Forms.DataGridViewCheckBoxColumn isHandReel;
  595. private System.Windows.Forms.DataGridViewTextBoxColumn ms_sncode;
  596. private System.Windows.Forms.DataGridViewTextBoxColumn ps_linecode;
  597. private System.Windows.Forms.DataGridViewTextBoxColumn ps_processcode;
  598. private System.Windows.Forms.DataGridViewTextBoxColumn ps_table;
  599. private System.Windows.Forms.DataGridViewTextBoxColumn psl_location;
  600. private System.Windows.Forms.DataGridViewTextBoxColumn psl_bomlocation;
  601. private System.Windows.Forms.DataGridViewTextBoxColumn psl_prodcode;
  602. private System.Windows.Forms.DataGridViewTextBoxColumn psl_baseqty;
  603. private System.Windows.Forms.DataGridViewTextBoxColumn ReelRemark;
  604. private System.Windows.Forms.DataGridViewTextBoxColumn ReelNum;
  605. }
  606. }