Make_BakingManage.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_BakingManage
  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.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  29. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  30. this.productName = new System.Windows.Forms.Label();
  31. this.productCode = new System.Windows.Forms.Label();
  32. this.workOrder = new System.Windows.Forms.Label();
  33. this.label4 = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.serialNumber = new System.Windows.Forms.Label();
  38. this.Container = new System.Windows.Forms.TableLayoutPanel();
  39. this.DataBox = new System.Windows.Forms.DataGridView();
  40. this.BOX_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.REEL_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.IN_DATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.ESTIMATE_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.IN_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.OUT_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  47. this.panel2 = new System.Windows.Forms.Panel();
  48. this.EmployeeVal1 = new System.Windows.Forms.TextBox();
  49. this.Choose1 = new System.Windows.Forms.Button();
  50. this.EmployeeLab1 = new System.Windows.Forms.Label();
  51. this.ReelNoVal1 = new System.Windows.Forms.TextBox();
  52. this.ReelNoLab1 = new System.Windows.Forms.Label();
  53. this.panel1 = new System.Windows.Forms.Panel();
  54. this.EmployeeVal = new System.Windows.Forms.TextBox();
  55. this.EmployeeLab = new System.Windows.Forms.Label();
  56. this.EstimateLab1 = new System.Windows.Forms.Label();
  57. this.EstimateVal = new System.Windows.Forms.TextBox();
  58. this.EstimateLab = new System.Windows.Forms.Label();
  59. this.Choose = new System.Windows.Forms.Button();
  60. this.BackingVal = new System.Windows.Forms.TextBox();
  61. this.BackingLab = new System.Windows.Forms.Label();
  62. this.ReelNoVal = new System.Windows.Forms.TextBox();
  63. this.ReelNoLab = new System.Windows.Forms.Label();
  64. this.SNDetails.SuspendLayout();
  65. this.tableLayoutPanel1.SuspendLayout();
  66. this.Container.SuspendLayout();
  67. ((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit();
  68. this.tableLayoutPanel2.SuspendLayout();
  69. this.panel2.SuspendLayout();
  70. this.panel1.SuspendLayout();
  71. this.SuspendLayout();
  72. //
  73. // SNDetails
  74. //
  75. this.SNDetails.BorderColor = System.Drawing.Color.Black;
  76. this.SNDetails.Controls.Add(this.tableLayoutPanel1);
  77. this.SNDetails.Dock = System.Windows.Forms.DockStyle.Fill;
  78. this.SNDetails.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.SNDetails.Location = new System.Drawing.Point(3, 4);
  80. this.SNDetails.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  81. this.SNDetails.Name = "SNDetails";
  82. this.SNDetails.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  83. this.SNDetails.Size = new System.Drawing.Size(1274, 100);
  84. this.SNDetails.TabIndex = 4;
  85. this.SNDetails.TabStop = false;
  86. this.SNDetails.Text = "条码信息";
  87. this.SNDetails.TextColor = System.Drawing.Color.Black;
  88. //
  89. // tableLayoutPanel1
  90. //
  91. this.tableLayoutPanel1.ColumnCount = 8;
  92. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451406F));
  93. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.09942F));
  94. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451406F));
  95. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09638F));
  96. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451406F));
  97. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.18958F));
  98. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451406F));
  99. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.80901F));
  100. this.tableLayoutPanel1.Controls.Add(this.productName, 7, 0);
  101. this.tableLayoutPanel1.Controls.Add(this.productCode, 5, 0);
  102. this.tableLayoutPanel1.Controls.Add(this.workOrder, 3, 0);
  103. this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
  104. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  105. this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
  106. this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
  107. this.tableLayoutPanel1.Controls.Add(this.serialNumber, 1, 0);
  108. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 32);
  110. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  111. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  112. this.tableLayoutPanel1.RowCount = 1;
  113. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  114. this.tableLayoutPanel1.Size = new System.Drawing.Size(1268, 64);
  115. this.tableLayoutPanel1.TabIndex = 0;
  116. //
  117. // productName
  118. //
  119. this.productName.AutoSize = true;
  120. this.productName.Dock = System.Windows.Forms.DockStyle.Fill;
  121. this.productName.Location = new System.Drawing.Point(876, 0);
  122. this.productName.Name = "productName";
  123. this.productName.Size = new System.Drawing.Size(389, 64);
  124. this.productName.TabIndex = 7;
  125. this.productName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  126. //
  127. // productCode
  128. //
  129. this.productCode.AutoSize = true;
  130. this.productCode.Dock = System.Windows.Forms.DockStyle.Fill;
  131. this.productCode.Location = new System.Drawing.Point(628, 0);
  132. this.productCode.Name = "productCode";
  133. this.productCode.Size = new System.Drawing.Size(161, 64);
  134. this.productCode.TabIndex = 6;
  135. this.productCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  136. //
  137. // workOrder
  138. //
  139. this.workOrder.AutoSize = true;
  140. this.workOrder.Dock = System.Windows.Forms.DockStyle.Fill;
  141. this.workOrder.Location = new System.Drawing.Point(394, 0);
  142. this.workOrder.Name = "workOrder";
  143. this.workOrder.Size = new System.Drawing.Size(147, 64);
  144. this.workOrder.TabIndex = 5;
  145. this.workOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  146. //
  147. // label4
  148. //
  149. this.label4.AutoSize = true;
  150. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  151. this.label4.Location = new System.Drawing.Point(795, 0);
  152. this.label4.Name = "label4";
  153. this.label4.Size = new System.Drawing.Size(75, 64);
  154. this.label4.TabIndex = 3;
  155. this.label4.Text = "物料规格: ";
  156. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  157. //
  158. // label1
  159. //
  160. this.label1.AutoSize = true;
  161. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.label1.Location = new System.Drawing.Point(3, 0);
  163. this.label1.Name = "label1";
  164. this.label1.Size = new System.Drawing.Size(75, 64);
  165. this.label1.TabIndex = 0;
  166. this.label1.Text = "条码号: ";
  167. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  168. //
  169. // label3
  170. //
  171. this.label3.AutoSize = true;
  172. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  173. this.label3.Location = new System.Drawing.Point(547, 0);
  174. this.label3.Name = "label3";
  175. this.label3.Size = new System.Drawing.Size(75, 64);
  176. this.label3.TabIndex = 2;
  177. this.label3.Text = "物料编号: ";
  178. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  179. //
  180. // label2
  181. //
  182. this.label2.AutoSize = true;
  183. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  184. this.label2.Location = new System.Drawing.Point(313, 0);
  185. this.label2.Name = "label2";
  186. this.label2.Size = new System.Drawing.Size(75, 64);
  187. this.label2.TabIndex = 1;
  188. this.label2.Text = "物料名称: ";
  189. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  190. //
  191. // serialNumber
  192. //
  193. this.serialNumber.AutoSize = true;
  194. this.serialNumber.Dock = System.Windows.Forms.DockStyle.Fill;
  195. this.serialNumber.Location = new System.Drawing.Point(84, 0);
  196. this.serialNumber.Name = "serialNumber";
  197. this.serialNumber.Size = new System.Drawing.Size(223, 64);
  198. this.serialNumber.TabIndex = 4;
  199. this.serialNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  200. //
  201. // Container
  202. //
  203. this.Container.ColumnCount = 1;
  204. this.Container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  205. this.Container.Controls.Add(this.DataBox, 0, 2);
  206. this.Container.Controls.Add(this.SNDetails, 0, 0);
  207. this.Container.Controls.Add(this.tableLayoutPanel2, 0, 1);
  208. this.Container.Dock = System.Windows.Forms.DockStyle.Fill;
  209. this.Container.Location = new System.Drawing.Point(0, 0);
  210. this.Container.Margin = new System.Windows.Forms.Padding(4);
  211. this.Container.Name = "Container";
  212. this.Container.RowCount = 3;
  213. this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
  214. this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
  215. this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 55F));
  216. this.Container.Size = new System.Drawing.Size(1280, 720);
  217. this.Container.TabIndex = 9;
  218. //
  219. // DataBox
  220. //
  221. this.DataBox.AllowUserToAddRows = false;
  222. this.DataBox.AllowUserToDeleteRows = false;
  223. this.DataBox.BackgroundColor = System.Drawing.SystemColors.Control;
  224. this.DataBox.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  225. this.DataBox.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  226. this.BOX_NO,
  227. this.REEL_NO,
  228. this.IN_DATE,
  229. this.ESTIMATE_TIME,
  230. this.IN_NAME,
  231. this.OUT_NAME});
  232. this.DataBox.Dock = System.Windows.Forms.DockStyle.Fill;
  233. this.DataBox.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
  234. this.DataBox.Location = new System.Drawing.Point(3, 327);
  235. this.DataBox.Name = "DataBox";
  236. this.DataBox.ReadOnly = true;
  237. this.DataBox.RowHeadersWidth = 62;
  238. this.DataBox.RowTemplate.Height = 30;
  239. this.DataBox.Size = new System.Drawing.Size(1274, 390);
  240. this.DataBox.TabIndex = 155;
  241. //
  242. // BOX_NO
  243. //
  244. this.BOX_NO.DataPropertyName = "BOX_NO";
  245. this.BOX_NO.HeaderText = "烘烤箱号";
  246. this.BOX_NO.MinimumWidth = 8;
  247. this.BOX_NO.Name = "BOX_NO";
  248. this.BOX_NO.ReadOnly = true;
  249. this.BOX_NO.Width = 150;
  250. //
  251. // REEL_NO
  252. //
  253. this.REEL_NO.DataPropertyName = "REEL_NO";
  254. this.REEL_NO.HeaderText = "物料条码";
  255. this.REEL_NO.MinimumWidth = 8;
  256. this.REEL_NO.Name = "REEL_NO";
  257. this.REEL_NO.ReadOnly = true;
  258. this.REEL_NO.Width = 150;
  259. //
  260. // IN_DATE
  261. //
  262. this.IN_DATE.DataPropertyName = "IN_DATE";
  263. this.IN_DATE.HeaderText = "入烘烤时间";
  264. this.IN_DATE.MinimumWidth = 8;
  265. this.IN_DATE.Name = "IN_DATE";
  266. this.IN_DATE.ReadOnly = true;
  267. this.IN_DATE.Width = 150;
  268. //
  269. // ESTIMATE_TIME
  270. //
  271. this.ESTIMATE_TIME.DataPropertyName = "ESTIMATE_TIME";
  272. this.ESTIMATE_TIME.HeaderText = "预计烘烤时长";
  273. this.ESTIMATE_TIME.MinimumWidth = 8;
  274. this.ESTIMATE_TIME.Name = "ESTIMATE_TIME";
  275. this.ESTIMATE_TIME.ReadOnly = true;
  276. this.ESTIMATE_TIME.Width = 150;
  277. //
  278. // IN_NAME
  279. //
  280. this.IN_NAME.DataPropertyName = "IN_NAME";
  281. this.IN_NAME.HeaderText = "入烘烤人员";
  282. this.IN_NAME.MinimumWidth = 8;
  283. this.IN_NAME.Name = "IN_NAME";
  284. this.IN_NAME.ReadOnly = true;
  285. this.IN_NAME.Width = 150;
  286. //
  287. // OUT_NAME
  288. //
  289. this.OUT_NAME.DataPropertyName = "OUT_NAME";
  290. this.OUT_NAME.HeaderText = "出烘烤人员";
  291. this.OUT_NAME.MinimumWidth = 8;
  292. this.OUT_NAME.Name = "OUT_NAME";
  293. this.OUT_NAME.ReadOnly = true;
  294. this.OUT_NAME.Width = 150;
  295. //
  296. // tableLayoutPanel2
  297. //
  298. this.tableLayoutPanel2.ColumnCount = 2;
  299. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  300. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  301. this.tableLayoutPanel2.Controls.Add(this.panel2, 1, 0);
  302. this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 0);
  303. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  304. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 111);
  305. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  306. this.tableLayoutPanel2.RowCount = 1;
  307. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  308. this.tableLayoutPanel2.Size = new System.Drawing.Size(1274, 210);
  309. this.tableLayoutPanel2.TabIndex = 156;
  310. //
  311. // panel2
  312. //
  313. this.panel2.Controls.Add(this.EmployeeVal1);
  314. this.panel2.Controls.Add(this.Choose1);
  315. this.panel2.Controls.Add(this.EmployeeLab1);
  316. this.panel2.Controls.Add(this.ReelNoVal1);
  317. this.panel2.Controls.Add(this.ReelNoLab1);
  318. this.panel2.Location = new System.Drawing.Point(640, 3);
  319. this.panel2.Name = "panel2";
  320. this.panel2.Size = new System.Drawing.Size(631, 204);
  321. this.panel2.TabIndex = 177;
  322. //
  323. // EmployeeVal1
  324. //
  325. this.EmployeeVal1.Location = new System.Drawing.Point(109, 43);
  326. this.EmployeeVal1.Name = "EmployeeVal1";
  327. this.EmployeeVal1.Size = new System.Drawing.Size(113, 31);
  328. this.EmployeeVal1.TabIndex = 180;
  329. this.EmployeeVal1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EmployeeVal1_KeyDown);
  330. this.EmployeeVal1.Leave += new System.EventHandler(this.EmployeeVal1_Leave);
  331. //
  332. // Choose1
  333. //
  334. this.Choose1.Cursor = System.Windows.Forms.Cursors.Hand;
  335. this.Choose1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.Choose1.Location = new System.Drawing.Point(370, 88);
  337. this.Choose1.Name = "Choose1";
  338. this.Choose1.Size = new System.Drawing.Size(90, 30);
  339. this.Choose1.TabIndex = 173;
  340. this.Choose1.Text = "出烘烤";
  341. this.Choose1.UseVisualStyleBackColor = true;
  342. this.Choose1.Click += new System.EventHandler(this.Choose1_Click);
  343. //
  344. // EmployeeLab1
  345. //
  346. this.EmployeeLab1.AutoSize = true;
  347. this.EmployeeLab1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.EmployeeLab1.Location = new System.Drawing.Point(25, 43);
  349. this.EmployeeLab1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  350. this.EmployeeLab1.Name = "EmployeeLab1";
  351. this.EmployeeLab1.Size = new System.Drawing.Size(80, 28);
  352. this.EmployeeLab1.TabIndex = 179;
  353. this.EmployeeLab1.Text = "操作员:";
  354. //
  355. // ReelNoVal1
  356. //
  357. this.ReelNoVal1.Location = new System.Drawing.Point(110, 90);
  358. this.ReelNoVal1.Name = "ReelNoVal1";
  359. this.ReelNoVal1.Size = new System.Drawing.Size(243, 31);
  360. this.ReelNoVal1.TabIndex = 164;
  361. this.ReelNoVal1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ReelNoVal1_KeyDown);
  362. this.ReelNoVal1.Leave += new System.EventHandler(this.ReelNoVal1_Leave);
  363. //
  364. // ReelNoLab1
  365. //
  366. this.ReelNoLab1.AutoSize = true;
  367. this.ReelNoLab1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.ReelNoLab1.Location = new System.Drawing.Point(25, 90);
  369. this.ReelNoLab1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  370. this.ReelNoLab1.Name = "ReelNoLab1";
  371. this.ReelNoLab1.Size = new System.Drawing.Size(80, 28);
  372. this.ReelNoLab1.TabIndex = 163;
  373. this.ReelNoLab1.Text = "条码号:";
  374. //
  375. // panel1
  376. //
  377. this.panel1.Controls.Add(this.EmployeeVal);
  378. this.panel1.Controls.Add(this.EmployeeLab);
  379. this.panel1.Controls.Add(this.EstimateLab1);
  380. this.panel1.Controls.Add(this.EstimateVal);
  381. this.panel1.Controls.Add(this.EstimateLab);
  382. this.panel1.Controls.Add(this.Choose);
  383. this.panel1.Controls.Add(this.BackingVal);
  384. this.panel1.Controls.Add(this.BackingLab);
  385. this.panel1.Controls.Add(this.ReelNoVal);
  386. this.panel1.Controls.Add(this.ReelNoLab);
  387. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  388. this.panel1.Location = new System.Drawing.Point(3, 3);
  389. this.panel1.Name = "panel1";
  390. this.panel1.Size = new System.Drawing.Size(631, 204);
  391. this.panel1.TabIndex = 136;
  392. //
  393. // EmployeeVal
  394. //
  395. this.EmployeeVal.Location = new System.Drawing.Point(112, 6);
  396. this.EmployeeVal.Name = "EmployeeVal";
  397. this.EmployeeVal.Size = new System.Drawing.Size(113, 31);
  398. this.EmployeeVal.TabIndex = 178;
  399. this.EmployeeVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EmployeeVal_KeyDown);
  400. this.EmployeeVal.Leave += new System.EventHandler(this.EmployeeVal_Leave);
  401. //
  402. // EmployeeLab
  403. //
  404. this.EmployeeLab.AutoSize = true;
  405. this.EmployeeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  406. this.EmployeeLab.Location = new System.Drawing.Point(28, 6);
  407. this.EmployeeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  408. this.EmployeeLab.Name = "EmployeeLab";
  409. this.EmployeeLab.Size = new System.Drawing.Size(80, 28);
  410. this.EmployeeLab.TabIndex = 177;
  411. this.EmployeeLab.Text = "操作员:";
  412. //
  413. // EstimateLab1
  414. //
  415. this.EstimateLab1.AutoSize = true;
  416. this.EstimateLab1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  417. this.EstimateLab1.Location = new System.Drawing.Point(171, 82);
  418. this.EstimateLab1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  419. this.EstimateLab1.Name = "EstimateLab1";
  420. this.EstimateLab1.Size = new System.Drawing.Size(54, 28);
  421. this.EstimateLab1.TabIndex = 176;
  422. this.EstimateLab1.Text = "小时";
  423. //
  424. // EstimateVal
  425. //
  426. this.EstimateVal.Location = new System.Drawing.Point(112, 80);
  427. this.EstimateVal.Name = "EstimateVal";
  428. this.EstimateVal.Size = new System.Drawing.Size(60, 31);
  429. this.EstimateVal.TabIndex = 175;
  430. this.EstimateVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EstimateVal_KeyDown);
  431. //
  432. // EstimateLab
  433. //
  434. this.EstimateLab.AutoSize = true;
  435. this.EstimateLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.EstimateLab.Location = new System.Drawing.Point(7, 81);
  437. this.EstimateLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  438. this.EstimateLab.Name = "EstimateLab";
  439. this.EstimateLab.Size = new System.Drawing.Size(101, 28);
  440. this.EstimateLab.TabIndex = 174;
  441. this.EstimateLab.Text = "预计时长:";
  442. //
  443. // Choose
  444. //
  445. this.Choose.Cursor = System.Windows.Forms.Cursors.Hand;
  446. this.Choose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.Choose.Location = new System.Drawing.Point(372, 117);
  448. this.Choose.Name = "Choose";
  449. this.Choose.Size = new System.Drawing.Size(92, 30);
  450. this.Choose.TabIndex = 173;
  451. this.Choose.Text = "入烘烤";
  452. this.Choose.UseVisualStyleBackColor = true;
  453. this.Choose.Click += new System.EventHandler(this.Choose_Click);
  454. //
  455. // BackingVal
  456. //
  457. this.BackingVal.Location = new System.Drawing.Point(112, 43);
  458. this.BackingVal.Name = "BackingVal";
  459. this.BackingVal.Size = new System.Drawing.Size(243, 31);
  460. this.BackingVal.TabIndex = 166;
  461. this.BackingVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BackingVal_KeyDown);
  462. //
  463. // BackingLab
  464. //
  465. this.BackingLab.AutoSize = true;
  466. this.BackingLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  467. this.BackingLab.Location = new System.Drawing.Point(28, 45);
  468. this.BackingLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  469. this.BackingLab.Name = "BackingLab";
  470. this.BackingLab.Size = new System.Drawing.Size(80, 28);
  471. this.BackingLab.TabIndex = 165;
  472. this.BackingLab.Text = "烘烤箱:";
  473. //
  474. // ReelNoVal
  475. //
  476. this.ReelNoVal.Location = new System.Drawing.Point(112, 119);
  477. this.ReelNoVal.Name = "ReelNoVal";
  478. this.ReelNoVal.Size = new System.Drawing.Size(243, 31);
  479. this.ReelNoVal.TabIndex = 164;
  480. this.ReelNoVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ReelNoVal_KeyDown);
  481. this.ReelNoVal.Leave += new System.EventHandler(this.ReelNoVal_Leave);
  482. //
  483. // ReelNoLab
  484. //
  485. this.ReelNoLab.AutoSize = true;
  486. this.ReelNoLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  487. this.ReelNoLab.Location = new System.Drawing.Point(28, 119);
  488. this.ReelNoLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  489. this.ReelNoLab.Name = "ReelNoLab";
  490. this.ReelNoLab.Size = new System.Drawing.Size(80, 28);
  491. this.ReelNoLab.TabIndex = 163;
  492. this.ReelNoLab.Text = "条码号:";
  493. //
  494. // Make_BakingManage
  495. //
  496. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  497. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  498. this.ClientSize = new System.Drawing.Size(1280, 720);
  499. this.Controls.Add(this.Container);
  500. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  501. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  502. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  503. this.Name = "Make_BakingManage";
  504. this.Text = "Make_InBaking";
  505. this.Load += new System.EventHandler(this.Make_InBaking_Load);
  506. this.SNDetails.ResumeLayout(false);
  507. this.tableLayoutPanel1.ResumeLayout(false);
  508. this.tableLayoutPanel1.PerformLayout();
  509. this.Container.ResumeLayout(false);
  510. ((System.ComponentModel.ISupportInitialize)(this.DataBox)).EndInit();
  511. this.tableLayoutPanel2.ResumeLayout(false);
  512. this.panel2.ResumeLayout(false);
  513. this.panel2.PerformLayout();
  514. this.panel1.ResumeLayout(false);
  515. this.panel1.PerformLayout();
  516. this.ResumeLayout(false);
  517. }
  518. #endregion
  519. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SNDetails;
  520. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  521. private System.Windows.Forms.Label productName;
  522. private System.Windows.Forms.Label productCode;
  523. private System.Windows.Forms.Label workOrder;
  524. private System.Windows.Forms.Label label4;
  525. private System.Windows.Forms.Label label1;
  526. private System.Windows.Forms.Label label3;
  527. private System.Windows.Forms.Label label2;
  528. private System.Windows.Forms.Label serialNumber;
  529. private System.Windows.Forms.TableLayoutPanel Container;
  530. private System.Windows.Forms.DataGridView DataBox;
  531. private System.Windows.Forms.DataGridViewTextBoxColumn BOX_NO;
  532. private System.Windows.Forms.DataGridViewTextBoxColumn REEL_NO;
  533. private System.Windows.Forms.DataGridViewTextBoxColumn IN_DATE;
  534. private System.Windows.Forms.DataGridViewTextBoxColumn ESTIMATE_TIME;
  535. private System.Windows.Forms.DataGridViewTextBoxColumn IN_NAME;
  536. private System.Windows.Forms.DataGridViewTextBoxColumn OUT_NAME;
  537. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  538. private System.Windows.Forms.Panel panel2;
  539. private System.Windows.Forms.Button Choose1;
  540. private System.Windows.Forms.TextBox ReelNoVal1;
  541. private System.Windows.Forms.Label ReelNoLab1;
  542. private System.Windows.Forms.Panel panel1;
  543. private System.Windows.Forms.Label EstimateLab1;
  544. private System.Windows.Forms.TextBox EstimateVal;
  545. private System.Windows.Forms.Label EstimateLab;
  546. private System.Windows.Forms.Button Choose;
  547. private System.Windows.Forms.TextBox BackingVal;
  548. private System.Windows.Forms.Label BackingLab;
  549. private System.Windows.Forms.TextBox ReelNoVal;
  550. private System.Windows.Forms.Label ReelNoLab;
  551. private System.Windows.Forms.TextBox EmployeeVal;
  552. private System.Windows.Forms.Label EmployeeLab;
  553. private System.Windows.Forms.TextBox EmployeeVal1;
  554. private System.Windows.Forms.Label EmployeeLab1;
  555. }
  556. }