Make_BakingManage.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818
  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.Container = new System.Windows.Forms.TableLayoutPanel();
  29. this.DataBox = new System.Windows.Forms.DataGridView();
  30. this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.EmployeeVal1 = new System.Windows.Forms.TextBox();
  33. this.Choose1 = new System.Windows.Forms.Button();
  34. this.EmployeeLab1 = new System.Windows.Forms.Label();
  35. this.ReelNoVal1 = new System.Windows.Forms.TextBox();
  36. this.ReelNoLab1 = new System.Windows.Forms.Label();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.ms_makecode_label = new System.Windows.Forms.Label();
  39. this.EmployeeVal = new System.Windows.Forms.TextBox();
  40. this.EmployeeLab = new System.Windows.Forms.Label();
  41. this.EstimateLab1 = new System.Windows.Forms.Label();
  42. this.EstimateVal = new System.Windows.Forms.TextBox();
  43. this.EstimateLab = new System.Windows.Forms.Label();
  44. this.Choose = new System.Windows.Forms.Button();
  45. this.BackingVal = new System.Windows.Forms.TextBox();
  46. this.BackingLab = new System.Windows.Forms.Label();
  47. this.ReelNoVal = new System.Windows.Forms.TextBox();
  48. this.ReelNoLab = new System.Windows.Forms.Label();
  49. this.textBox1 = new System.Windows.Forms.TextBox();
  50. this.label5 = new System.Windows.Forms.Label();
  51. this.textBox2 = new System.Windows.Forms.TextBox();
  52. this.label6 = new System.Windows.Forms.Label();
  53. this.panel3 = new System.Windows.Forms.Panel();
  54. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.BOX_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.WORK_ORDER = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.REEL_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.BAKING_QTY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.IN_DATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.ESTIMATE_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.IN_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.BAKING_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.PR_SPEC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  73. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  74. this.productName = new System.Windows.Forms.Label();
  75. this.productCode = new System.Windows.Forms.Label();
  76. this.workOrder = new System.Windows.Forms.Label();
  77. this.label4 = new System.Windows.Forms.Label();
  78. this.label1 = new System.Windows.Forms.Label();
  79. this.label3 = new System.Windows.Forms.Label();
  80. this.label2 = new System.Windows.Forms.Label();
  81. this.serialNumber = new System.Windows.Forms.Label();
  82. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  83. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  84. this.Container.SuspendLayout();
  85. ((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit();
  86. this.tableLayoutPanel2.SuspendLayout();
  87. this.panel2.SuspendLayout();
  88. this.panel1.SuspendLayout();
  89. this.panel3.SuspendLayout();
  90. this.SNDetails.SuspendLayout();
  91. this.tableLayoutPanel1.SuspendLayout();
  92. this.SuspendLayout();
  93. //
  94. // Container
  95. //
  96. this.Container.ColumnCount = 1;
  97. this.Container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  98. this.Container.Controls.Add(this.DataBox, 0, 2);
  99. this.Container.Controls.Add(this.SNDetails, 0, 0);
  100. this.Container.Controls.Add(this.tableLayoutPanel2, 0, 1);
  101. this.Container.Dock = System.Windows.Forms.DockStyle.Fill;
  102. this.Container.Location = new System.Drawing.Point(0, 0);
  103. this.Container.Margin = new System.Windows.Forms.Padding(4);
  104. this.Container.Name = "Container";
  105. this.Container.RowCount = 3;
  106. this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
  107. this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
  108. this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 55F));
  109. this.Container.Size = new System.Drawing.Size(1280, 720);
  110. this.Container.TabIndex = 9;
  111. //
  112. // DataBox
  113. //
  114. this.DataBox.AllowUserToAddRows = false;
  115. this.DataBox.AllowUserToDeleteRows = false;
  116. this.DataBox.BackgroundColor = System.Drawing.SystemColors.Control;
  117. this.DataBox.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  118. this.DataBox.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  119. this.BOX_NO,
  120. this.WORK_ORDER,
  121. this.REEL_NO,
  122. this.BAKING_QTY,
  123. this.IN_DATE,
  124. this.ESTIMATE_TIME,
  125. this.IN_NAME,
  126. this.BAKING_TIME,
  127. this.PR_SPEC});
  128. this.DataBox.Dock = System.Windows.Forms.DockStyle.Fill;
  129. this.DataBox.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
  130. this.DataBox.Location = new System.Drawing.Point(3, 327);
  131. this.DataBox.Name = "DataBox";
  132. this.DataBox.ReadOnly = true;
  133. this.DataBox.RowHeadersWidth = 62;
  134. this.DataBox.RowTemplate.Height = 30;
  135. this.DataBox.Size = new System.Drawing.Size(1274, 390);
  136. this.DataBox.TabIndex = 155;
  137. //
  138. // tableLayoutPanel2
  139. //
  140. this.tableLayoutPanel2.ColumnCount = 3;
  141. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34F));
  142. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
  143. this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33F));
  144. this.tableLayoutPanel2.Controls.Add(this.panel2, 1, 0);
  145. this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 0);
  146. this.tableLayoutPanel2.Controls.Add(this.panel3, 2, 0);
  147. this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  148. this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 111);
  149. this.tableLayoutPanel2.Name = "tableLayoutPanel2";
  150. this.tableLayoutPanel2.RowCount = 1;
  151. this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  152. this.tableLayoutPanel2.Size = new System.Drawing.Size(1274, 210);
  153. this.tableLayoutPanel2.TabIndex = 156;
  154. //
  155. // panel2
  156. //
  157. this.panel2.Controls.Add(this.EmployeeVal1);
  158. this.panel2.Controls.Add(this.Choose1);
  159. this.panel2.Controls.Add(this.EmployeeLab1);
  160. this.panel2.Controls.Add(this.ReelNoVal1);
  161. this.panel2.Controls.Add(this.ReelNoLab1);
  162. this.panel2.Location = new System.Drawing.Point(436, 3);
  163. this.panel2.Name = "panel2";
  164. this.panel2.Size = new System.Drawing.Size(414, 204);
  165. this.panel2.TabIndex = 177;
  166. //
  167. // EmployeeVal1
  168. //
  169. this.EmployeeVal1.Location = new System.Drawing.Point(98, 57);
  170. this.EmployeeVal1.Name = "EmployeeVal1";
  171. this.EmployeeVal1.Size = new System.Drawing.Size(113, 31);
  172. this.EmployeeVal1.TabIndex = 180;
  173. this.EmployeeVal1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EmployeeVal1_KeyDown);
  174. this.EmployeeVal1.Leave += new System.EventHandler(this.EmployeeVal1_Leave);
  175. //
  176. // Choose1
  177. //
  178. this.Choose1.Cursor = System.Windows.Forms.Cursors.Hand;
  179. this.Choose1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.Choose1.Location = new System.Drawing.Point(359, 102);
  181. this.Choose1.Name = "Choose1";
  182. this.Choose1.Size = new System.Drawing.Size(90, 30);
  183. this.Choose1.TabIndex = 173;
  184. this.Choose1.Text = "出烘烤";
  185. this.Choose1.UseVisualStyleBackColor = true;
  186. this.Choose1.Visible = false;
  187. this.Choose1.Click += new System.EventHandler(this.Choose1_Click);
  188. //
  189. // EmployeeLab1
  190. //
  191. this.EmployeeLab1.AutoSize = true;
  192. this.EmployeeLab1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  193. this.EmployeeLab1.Location = new System.Drawing.Point(25, 57);
  194. this.EmployeeLab1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  195. this.EmployeeLab1.Name = "EmployeeLab1";
  196. this.EmployeeLab1.Size = new System.Drawing.Size(80, 28);
  197. this.EmployeeLab1.TabIndex = 179;
  198. this.EmployeeLab1.Text = "操作员:";
  199. //
  200. // ReelNoVal1
  201. //
  202. this.ReelNoVal1.Location = new System.Drawing.Point(99, 104);
  203. this.ReelNoVal1.Name = "ReelNoVal1";
  204. this.ReelNoVal1.Size = new System.Drawing.Size(243, 31);
  205. this.ReelNoVal1.TabIndex = 164;
  206. this.ReelNoVal1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ReelNoVal1_KeyDown);
  207. this.ReelNoVal1.Leave += new System.EventHandler(this.ReelNoVal1_Leave);
  208. //
  209. // ReelNoLab1
  210. //
  211. this.ReelNoLab1.AutoSize = true;
  212. this.ReelNoLab1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.ReelNoLab1.Location = new System.Drawing.Point(25, 104);
  214. this.ReelNoLab1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  215. this.ReelNoLab1.Name = "ReelNoLab1";
  216. this.ReelNoLab1.Size = new System.Drawing.Size(80, 28);
  217. this.ReelNoLab1.TabIndex = 163;
  218. this.ReelNoLab1.Text = "条码号:";
  219. //
  220. // panel1
  221. //
  222. this.panel1.Controls.Add(this.LockMakeCode);
  223. this.panel1.Controls.Add(this.ms_makecode_label);
  224. this.panel1.Controls.Add(this.ma_code);
  225. this.panel1.Controls.Add(this.EmployeeVal);
  226. this.panel1.Controls.Add(this.EmployeeLab);
  227. this.panel1.Controls.Add(this.EstimateLab1);
  228. this.panel1.Controls.Add(this.EstimateVal);
  229. this.panel1.Controls.Add(this.EstimateLab);
  230. this.panel1.Controls.Add(this.Choose);
  231. this.panel1.Controls.Add(this.BackingVal);
  232. this.panel1.Controls.Add(this.BackingLab);
  233. this.panel1.Controls.Add(this.ReelNoVal);
  234. this.panel1.Controls.Add(this.ReelNoLab);
  235. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  236. this.panel1.Location = new System.Drawing.Point(3, 3);
  237. this.panel1.Name = "panel1";
  238. this.panel1.Size = new System.Drawing.Size(427, 204);
  239. this.panel1.TabIndex = 136;
  240. //
  241. // ms_makecode_label
  242. //
  243. this.ms_makecode_label.AutoSize = true;
  244. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.ms_makecode_label.Location = new System.Drawing.Point(13, 19);
  246. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  247. this.ms_makecode_label.Name = "ms_makecode_label";
  248. this.ms_makecode_label.Size = new System.Drawing.Size(101, 28);
  249. this.ms_makecode_label.TabIndex = 179;
  250. this.ms_makecode_label.Text = "归属工单:";
  251. //
  252. // EmployeeVal
  253. //
  254. this.EmployeeVal.Location = new System.Drawing.Point(102, 60);
  255. this.EmployeeVal.Name = "EmployeeVal";
  256. this.EmployeeVal.Size = new System.Drawing.Size(113, 31);
  257. this.EmployeeVal.TabIndex = 178;
  258. this.EmployeeVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EmployeeVal_KeyDown);
  259. this.EmployeeVal.Leave += new System.EventHandler(this.EmployeeVal_Leave);
  260. //
  261. // EmployeeLab
  262. //
  263. this.EmployeeLab.AutoSize = true;
  264. this.EmployeeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.EmployeeLab.Location = new System.Drawing.Point(28, 60);
  266. this.EmployeeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  267. this.EmployeeLab.Name = "EmployeeLab";
  268. this.EmployeeLab.Size = new System.Drawing.Size(80, 28);
  269. this.EmployeeLab.TabIndex = 177;
  270. this.EmployeeLab.Text = "操作员:";
  271. //
  272. // EstimateLab1
  273. //
  274. this.EstimateLab1.AutoSize = true;
  275. this.EstimateLab1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  276. this.EstimateLab1.Location = new System.Drawing.Point(161, 99);
  277. this.EstimateLab1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  278. this.EstimateLab1.Name = "EstimateLab1";
  279. this.EstimateLab1.Size = new System.Drawing.Size(54, 28);
  280. this.EstimateLab1.TabIndex = 176;
  281. this.EstimateLab1.Text = "小时";
  282. //
  283. // EstimateVal
  284. //
  285. this.EstimateVal.Location = new System.Drawing.Point(102, 97);
  286. this.EstimateVal.Name = "EstimateVal";
  287. this.EstimateVal.Size = new System.Drawing.Size(60, 31);
  288. this.EstimateVal.TabIndex = 175;
  289. this.EstimateVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EstimateVal_KeyDown);
  290. //
  291. // EstimateLab
  292. //
  293. this.EstimateLab.AutoSize = true;
  294. this.EstimateLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.EstimateLab.Location = new System.Drawing.Point(13, 98);
  296. this.EstimateLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  297. this.EstimateLab.Name = "EstimateLab";
  298. this.EstimateLab.Size = new System.Drawing.Size(101, 28);
  299. this.EstimateLab.TabIndex = 174;
  300. this.EstimateLab.Text = "预计时长:";
  301. //
  302. // Choose
  303. //
  304. this.Choose.Cursor = System.Windows.Forms.Cursors.Hand;
  305. this.Choose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.Choose.Location = new System.Drawing.Point(365, 133);
  307. this.Choose.Name = "Choose";
  308. this.Choose.Size = new System.Drawing.Size(92, 30);
  309. this.Choose.TabIndex = 173;
  310. this.Choose.Text = "入烘烤";
  311. this.Choose.UseVisualStyleBackColor = true;
  312. this.Choose.Visible = false;
  313. this.Choose.Click += new System.EventHandler(this.Choose_Click);
  314. //
  315. // BackingVal
  316. //
  317. this.BackingVal.Location = new System.Drawing.Point(102, 173);
  318. this.BackingVal.Name = "BackingVal";
  319. this.BackingVal.Size = new System.Drawing.Size(243, 31);
  320. this.BackingVal.TabIndex = 166;
  321. this.BackingVal.Visible = false;
  322. this.BackingVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BackingVal_KeyDown);
  323. //
  324. // BackingLab
  325. //
  326. this.BackingLab.AutoSize = true;
  327. this.BackingLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.BackingLab.Location = new System.Drawing.Point(28, 175);
  329. this.BackingLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  330. this.BackingLab.Name = "BackingLab";
  331. this.BackingLab.Size = new System.Drawing.Size(80, 28);
  332. this.BackingLab.TabIndex = 165;
  333. this.BackingLab.Text = "烘烤箱:";
  334. this.BackingLab.Visible = false;
  335. //
  336. // ReelNoVal
  337. //
  338. this.ReelNoVal.Location = new System.Drawing.Point(102, 135);
  339. this.ReelNoVal.Name = "ReelNoVal";
  340. this.ReelNoVal.Size = new System.Drawing.Size(243, 31);
  341. this.ReelNoVal.TabIndex = 164;
  342. this.ReelNoVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ReelNoVal_KeyDown);
  343. this.ReelNoVal.Leave += new System.EventHandler(this.ReelNoVal_Leave);
  344. //
  345. // ReelNoLab
  346. //
  347. this.ReelNoLab.AutoSize = true;
  348. this.ReelNoLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.ReelNoLab.Location = new System.Drawing.Point(28, 138);
  350. this.ReelNoLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  351. this.ReelNoLab.Name = "ReelNoLab";
  352. this.ReelNoLab.Size = new System.Drawing.Size(80, 28);
  353. this.ReelNoLab.TabIndex = 163;
  354. this.ReelNoLab.Text = "条码号:";
  355. //
  356. // textBox1
  357. //
  358. this.textBox1.Location = new System.Drawing.Point(95, 57);
  359. this.textBox1.Name = "textBox1";
  360. this.textBox1.Size = new System.Drawing.Size(113, 31);
  361. this.textBox1.TabIndex = 184;
  362. //
  363. // label5
  364. //
  365. this.label5.AutoSize = true;
  366. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.label5.Location = new System.Drawing.Point(18, 57);
  368. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  369. this.label5.Name = "label5";
  370. this.label5.Size = new System.Drawing.Size(101, 28);
  371. this.label5.TabIndex = 183;
  372. this.label5.Text = "品质人员:";
  373. //
  374. // textBox2
  375. //
  376. this.textBox2.Location = new System.Drawing.Point(96, 104);
  377. this.textBox2.Name = "textBox2";
  378. this.textBox2.Size = new System.Drawing.Size(243, 31);
  379. this.textBox2.TabIndex = 182;
  380. this.textBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox2_KeyDown);
  381. //
  382. // label6
  383. //
  384. this.label6.AutoSize = true;
  385. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.label6.Location = new System.Drawing.Point(22, 104);
  387. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  388. this.label6.Name = "label6";
  389. this.label6.Size = new System.Drawing.Size(80, 28);
  390. this.label6.TabIndex = 181;
  391. this.label6.Text = "条码号:";
  392. //
  393. // panel3
  394. //
  395. this.panel3.Controls.Add(this.textBox1);
  396. this.panel3.Controls.Add(this.label5);
  397. this.panel3.Controls.Add(this.label6);
  398. this.panel3.Controls.Add(this.textBox2);
  399. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  400. this.panel3.Location = new System.Drawing.Point(856, 3);
  401. this.panel3.Name = "panel3";
  402. this.panel3.Size = new System.Drawing.Size(415, 204);
  403. this.panel3.TabIndex = 178;
  404. //
  405. // dataGridViewTextBoxColumn1
  406. //
  407. this.dataGridViewTextBoxColumn1.DataPropertyName = "BOX_NO";
  408. this.dataGridViewTextBoxColumn1.HeaderText = "烘烤箱号";
  409. this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
  410. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  411. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  412. this.dataGridViewTextBoxColumn1.Visible = false;
  413. this.dataGridViewTextBoxColumn1.Width = 150;
  414. //
  415. // dataGridViewTextBoxColumn2
  416. //
  417. this.dataGridViewTextBoxColumn2.DataPropertyName = "REEL_NO";
  418. this.dataGridViewTextBoxColumn2.HeaderText = "物料条码";
  419. this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
  420. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  421. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  422. this.dataGridViewTextBoxColumn2.Width = 150;
  423. //
  424. // dataGridViewTextBoxColumn3
  425. //
  426. this.dataGridViewTextBoxColumn3.DataPropertyName = "IN_DATE";
  427. this.dataGridViewTextBoxColumn3.HeaderText = "入烘烤时间";
  428. this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
  429. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  430. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  431. this.dataGridViewTextBoxColumn3.Width = 150;
  432. //
  433. // dataGridViewTextBoxColumn4
  434. //
  435. this.dataGridViewTextBoxColumn4.DataPropertyName = "ESTIMATE_TIME";
  436. this.dataGridViewTextBoxColumn4.HeaderText = "预计烘烤时长";
  437. this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
  438. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  439. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  440. this.dataGridViewTextBoxColumn4.Width = 150;
  441. //
  442. // dataGridViewTextBoxColumn5
  443. //
  444. this.dataGridViewTextBoxColumn5.DataPropertyName = "IN_NAME";
  445. this.dataGridViewTextBoxColumn5.HeaderText = "入烘烤人员";
  446. this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
  447. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  448. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  449. this.dataGridViewTextBoxColumn5.Width = 150;
  450. //
  451. // dataGridViewTextBoxColumn6
  452. //
  453. this.dataGridViewTextBoxColumn6.DataPropertyName = "BAKING_TIME";
  454. this.dataGridViewTextBoxColumn6.HeaderText = "烘烤时间";
  455. this.dataGridViewTextBoxColumn6.MinimumWidth = 8;
  456. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  457. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  458. this.dataGridViewTextBoxColumn6.Width = 150;
  459. //
  460. // dataGridViewTextBoxColumn7
  461. //
  462. this.dataGridViewTextBoxColumn7.DataPropertyName = "BAKING_TIME";
  463. this.dataGridViewTextBoxColumn7.HeaderText = "当前烘烤时间";
  464. this.dataGridViewTextBoxColumn7.MinimumWidth = 8;
  465. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  466. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  467. this.dataGridViewTextBoxColumn7.Width = 150;
  468. //
  469. // dataGridViewTextBoxColumn8
  470. //
  471. this.dataGridViewTextBoxColumn8.DataPropertyName = "BAKING_TIME";
  472. this.dataGridViewTextBoxColumn8.HeaderText = "当前烘烤时间";
  473. this.dataGridViewTextBoxColumn8.MinimumWidth = 8;
  474. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  475. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  476. this.dataGridViewTextBoxColumn8.Width = 150;
  477. //
  478. // dataGridViewTextBoxColumn9
  479. //
  480. this.dataGridViewTextBoxColumn9.DataPropertyName = "PR_SPEC";
  481. this.dataGridViewTextBoxColumn9.HeaderText = "物料规格";
  482. this.dataGridViewTextBoxColumn9.MinimumWidth = 8;
  483. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  484. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  485. this.dataGridViewTextBoxColumn9.Width = 220;
  486. //
  487. // BOX_NO
  488. //
  489. this.BOX_NO.DataPropertyName = "BOX_NO";
  490. this.BOX_NO.HeaderText = "烘烤箱号";
  491. this.BOX_NO.MinimumWidth = 8;
  492. this.BOX_NO.Name = "BOX_NO";
  493. this.BOX_NO.ReadOnly = true;
  494. this.BOX_NO.Visible = false;
  495. this.BOX_NO.Width = 150;
  496. //
  497. // WORK_ORDER
  498. //
  499. this.WORK_ORDER.DataPropertyName = "WORK_ORDER";
  500. this.WORK_ORDER.HeaderText = "工单号";
  501. this.WORK_ORDER.MinimumWidth = 8;
  502. this.WORK_ORDER.Name = "WORK_ORDER";
  503. this.WORK_ORDER.ReadOnly = true;
  504. this.WORK_ORDER.Width = 130;
  505. //
  506. // REEL_NO
  507. //
  508. this.REEL_NO.DataPropertyName = "REEL_NO";
  509. this.REEL_NO.HeaderText = "物料条码";
  510. this.REEL_NO.MinimumWidth = 8;
  511. this.REEL_NO.Name = "REEL_NO";
  512. this.REEL_NO.ReadOnly = true;
  513. this.REEL_NO.Width = 150;
  514. //
  515. // BAKING_QTY
  516. //
  517. this.BAKING_QTY.DataPropertyName = "BAKING_QTY";
  518. this.BAKING_QTY.HeaderText = "烘烤数量";
  519. this.BAKING_QTY.MinimumWidth = 8;
  520. this.BAKING_QTY.Name = "BAKING_QTY";
  521. this.BAKING_QTY.ReadOnly = true;
  522. this.BAKING_QTY.Width = 120;
  523. //
  524. // IN_DATE
  525. //
  526. this.IN_DATE.DataPropertyName = "IN_DATE";
  527. this.IN_DATE.HeaderText = "入烘烤时间";
  528. this.IN_DATE.MinimumWidth = 8;
  529. this.IN_DATE.Name = "IN_DATE";
  530. this.IN_DATE.ReadOnly = true;
  531. this.IN_DATE.Width = 150;
  532. //
  533. // ESTIMATE_TIME
  534. //
  535. this.ESTIMATE_TIME.DataPropertyName = "ESTIMATE_TIME";
  536. this.ESTIMATE_TIME.HeaderText = "预计烘烤时长";
  537. this.ESTIMATE_TIME.MinimumWidth = 8;
  538. this.ESTIMATE_TIME.Name = "ESTIMATE_TIME";
  539. this.ESTIMATE_TIME.ReadOnly = true;
  540. this.ESTIMATE_TIME.Width = 150;
  541. //
  542. // IN_NAME
  543. //
  544. this.IN_NAME.DataPropertyName = "IN_NAME";
  545. this.IN_NAME.HeaderText = "入烘烤人员";
  546. this.IN_NAME.MinimumWidth = 8;
  547. this.IN_NAME.Name = "IN_NAME";
  548. this.IN_NAME.ReadOnly = true;
  549. this.IN_NAME.Width = 150;
  550. //
  551. // BAKING_TIME
  552. //
  553. this.BAKING_TIME.DataPropertyName = "BAKING_TIME";
  554. this.BAKING_TIME.HeaderText = "当前烘烤时间";
  555. this.BAKING_TIME.MinimumWidth = 8;
  556. this.BAKING_TIME.Name = "BAKING_TIME";
  557. this.BAKING_TIME.ReadOnly = true;
  558. this.BAKING_TIME.Width = 150;
  559. //
  560. // PR_SPEC
  561. //
  562. this.PR_SPEC.DataPropertyName = "PR_SPEC";
  563. this.PR_SPEC.HeaderText = "物料规格";
  564. this.PR_SPEC.MinimumWidth = 8;
  565. this.PR_SPEC.Name = "PR_SPEC";
  566. this.PR_SPEC.ReadOnly = true;
  567. this.PR_SPEC.Width = 220;
  568. //
  569. // SNDetails
  570. //
  571. this.SNDetails.BorderColor = System.Drawing.Color.Black;
  572. this.SNDetails.Controls.Add(this.tableLayoutPanel1);
  573. this.SNDetails.Dock = System.Windows.Forms.DockStyle.Fill;
  574. this.SNDetails.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  575. this.SNDetails.Location = new System.Drawing.Point(3, 4);
  576. this.SNDetails.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  577. this.SNDetails.Name = "SNDetails";
  578. this.SNDetails.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  579. this.SNDetails.Size = new System.Drawing.Size(1274, 100);
  580. this.SNDetails.TabIndex = 4;
  581. this.SNDetails.TabStop = false;
  582. this.SNDetails.Text = "条码信息";
  583. this.SNDetails.TextColor = System.Drawing.Color.Black;
  584. //
  585. // tableLayoutPanel1
  586. //
  587. this.tableLayoutPanel1.ColumnCount = 8;
  588. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451406F));
  589. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.09942F));
  590. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451406F));
  591. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09638F));
  592. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451406F));
  593. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.18958F));
  594. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451406F));
  595. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.80901F));
  596. this.tableLayoutPanel1.Controls.Add(this.productName, 7, 0);
  597. this.tableLayoutPanel1.Controls.Add(this.productCode, 5, 0);
  598. this.tableLayoutPanel1.Controls.Add(this.workOrder, 3, 0);
  599. this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
  600. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  601. this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
  602. this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
  603. this.tableLayoutPanel1.Controls.Add(this.serialNumber, 1, 0);
  604. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  605. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 32);
  606. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  607. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  608. this.tableLayoutPanel1.RowCount = 1;
  609. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  610. this.tableLayoutPanel1.Size = new System.Drawing.Size(1268, 64);
  611. this.tableLayoutPanel1.TabIndex = 0;
  612. //
  613. // productName
  614. //
  615. this.productName.AutoSize = true;
  616. this.productName.Dock = System.Windows.Forms.DockStyle.Fill;
  617. this.productName.Location = new System.Drawing.Point(876, 0);
  618. this.productName.Name = "productName";
  619. this.productName.Size = new System.Drawing.Size(389, 64);
  620. this.productName.TabIndex = 7;
  621. this.productName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  622. //
  623. // productCode
  624. //
  625. this.productCode.AutoSize = true;
  626. this.productCode.Dock = System.Windows.Forms.DockStyle.Fill;
  627. this.productCode.Location = new System.Drawing.Point(628, 0);
  628. this.productCode.Name = "productCode";
  629. this.productCode.Size = new System.Drawing.Size(161, 64);
  630. this.productCode.TabIndex = 6;
  631. this.productCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  632. //
  633. // workOrder
  634. //
  635. this.workOrder.AutoSize = true;
  636. this.workOrder.Dock = System.Windows.Forms.DockStyle.Fill;
  637. this.workOrder.Location = new System.Drawing.Point(394, 0);
  638. this.workOrder.Name = "workOrder";
  639. this.workOrder.Size = new System.Drawing.Size(147, 64);
  640. this.workOrder.TabIndex = 5;
  641. this.workOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  642. //
  643. // label4
  644. //
  645. this.label4.AutoSize = true;
  646. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  647. this.label4.Location = new System.Drawing.Point(795, 0);
  648. this.label4.Name = "label4";
  649. this.label4.Size = new System.Drawing.Size(75, 64);
  650. this.label4.TabIndex = 3;
  651. this.label4.Text = "物料规格: ";
  652. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  653. //
  654. // label1
  655. //
  656. this.label1.AutoSize = true;
  657. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  658. this.label1.Location = new System.Drawing.Point(3, 0);
  659. this.label1.Name = "label1";
  660. this.label1.Size = new System.Drawing.Size(75, 64);
  661. this.label1.TabIndex = 0;
  662. this.label1.Text = "条码号: ";
  663. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  664. //
  665. // label3
  666. //
  667. this.label3.AutoSize = true;
  668. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  669. this.label3.Location = new System.Drawing.Point(547, 0);
  670. this.label3.Name = "label3";
  671. this.label3.Size = new System.Drawing.Size(75, 64);
  672. this.label3.TabIndex = 2;
  673. this.label3.Text = "物料编号: ";
  674. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  675. //
  676. // label2
  677. //
  678. this.label2.AutoSize = true;
  679. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  680. this.label2.Location = new System.Drawing.Point(313, 0);
  681. this.label2.Name = "label2";
  682. this.label2.Size = new System.Drawing.Size(75, 64);
  683. this.label2.TabIndex = 1;
  684. this.label2.Text = "物料名称: ";
  685. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  686. //
  687. // serialNumber
  688. //
  689. this.serialNumber.AutoSize = true;
  690. this.serialNumber.Dock = System.Windows.Forms.DockStyle.Fill;
  691. this.serialNumber.Location = new System.Drawing.Point(84, 0);
  692. this.serialNumber.Name = "serialNumber";
  693. this.serialNumber.Size = new System.Drawing.Size(223, 64);
  694. this.serialNumber.TabIndex = 4;
  695. this.serialNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  696. //
  697. // LockMakeCode
  698. //
  699. this.LockMakeCode.AutoSize = true;
  700. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  701. this.LockMakeCode.LeaveEvent = false;
  702. this.LockMakeCode.Location = new System.Drawing.Point(311, 19);
  703. this.LockMakeCode.Name = "LockMakeCode";
  704. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  705. this.LockMakeCode.TabIndex = 181;
  706. this.LockMakeCode.Text = "锁定";
  707. this.LockMakeCode.UseVisualStyleBackColor = true;
  708. //
  709. // ma_code
  710. //
  711. this.ma_code.AllPower = null;
  712. this.ma_code.Caller = null;
  713. this.ma_code.Condition = null;
  714. this.ma_code.DBTitle = null;
  715. this.ma_code.FormName = null;
  716. this.ma_code.Location = new System.Drawing.Point(102, 19);
  717. this.ma_code.Name = "ma_code";
  718. this.ma_code.Power = null;
  719. this.ma_code.ReturnData = null;
  720. this.ma_code.SelectField = null;
  721. this.ma_code.SetValueField = null;
  722. this.ma_code.Size = new System.Drawing.Size(205, 32);
  723. this.ma_code.TabIndex = 180;
  724. this.ma_code.TableName = null;
  725. this.ma_code.Tag = "ma_code";
  726. this.ma_code.TextBoxEnable = true;
  727. //
  728. // Make_BakingManage
  729. //
  730. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  731. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  732. this.ClientSize = new System.Drawing.Size(1280, 720);
  733. this.Controls.Add(this.Container);
  734. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  735. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  736. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  737. this.Name = "Make_BakingManage";
  738. this.Text = "Make_InBaking";
  739. this.Load += new System.EventHandler(this.Make_InBaking_Load);
  740. this.Container.ResumeLayout(false);
  741. ((System.ComponentModel.ISupportInitialize)(this.DataBox)).EndInit();
  742. this.tableLayoutPanel2.ResumeLayout(false);
  743. this.panel2.ResumeLayout(false);
  744. this.panel2.PerformLayout();
  745. this.panel1.ResumeLayout(false);
  746. this.panel1.PerformLayout();
  747. this.panel3.ResumeLayout(false);
  748. this.panel3.PerformLayout();
  749. this.SNDetails.ResumeLayout(false);
  750. this.tableLayoutPanel1.ResumeLayout(false);
  751. this.tableLayoutPanel1.PerformLayout();
  752. this.ResumeLayout(false);
  753. }
  754. #endregion
  755. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SNDetails;
  756. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  757. private System.Windows.Forms.Label productName;
  758. private System.Windows.Forms.Label productCode;
  759. private System.Windows.Forms.Label workOrder;
  760. private System.Windows.Forms.Label label4;
  761. private System.Windows.Forms.Label label1;
  762. private System.Windows.Forms.Label label3;
  763. private System.Windows.Forms.Label label2;
  764. private System.Windows.Forms.Label serialNumber;
  765. private System.Windows.Forms.TableLayoutPanel Container;
  766. private System.Windows.Forms.DataGridView DataBox;
  767. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
  768. private System.Windows.Forms.Panel panel2;
  769. private System.Windows.Forms.Button Choose1;
  770. private System.Windows.Forms.TextBox ReelNoVal1;
  771. private System.Windows.Forms.Label ReelNoLab1;
  772. private System.Windows.Forms.Panel panel1;
  773. private System.Windows.Forms.Label EstimateLab1;
  774. private System.Windows.Forms.TextBox EstimateVal;
  775. private System.Windows.Forms.Label EstimateLab;
  776. private System.Windows.Forms.Button Choose;
  777. private System.Windows.Forms.TextBox ReelNoVal;
  778. private System.Windows.Forms.Label ReelNoLab;
  779. private System.Windows.Forms.TextBox EmployeeVal;
  780. private System.Windows.Forms.Label EmployeeLab;
  781. private System.Windows.Forms.TextBox EmployeeVal1;
  782. private System.Windows.Forms.Label EmployeeLab1;
  783. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  784. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  785. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  786. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  787. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  788. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  789. private System.Windows.Forms.TextBox BackingVal;
  790. private System.Windows.Forms.Label BackingLab;
  791. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  792. private System.Windows.Forms.Label ms_makecode_label;
  793. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  794. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  795. private System.Windows.Forms.DataGridViewTextBoxColumn BOX_NO;
  796. private System.Windows.Forms.DataGridViewTextBoxColumn WORK_ORDER;
  797. private System.Windows.Forms.DataGridViewTextBoxColumn REEL_NO;
  798. private System.Windows.Forms.DataGridViewTextBoxColumn BAKING_QTY;
  799. private System.Windows.Forms.DataGridViewTextBoxColumn IN_DATE;
  800. private System.Windows.Forms.DataGridViewTextBoxColumn ESTIMATE_TIME;
  801. private System.Windows.Forms.DataGridViewTextBoxColumn IN_NAME;
  802. private System.Windows.Forms.DataGridViewTextBoxColumn BAKING_TIME;
  803. private System.Windows.Forms.DataGridViewTextBoxColumn PR_SPEC;
  804. private System.Windows.Forms.Panel panel3;
  805. private System.Windows.Forms.TextBox textBox1;
  806. private System.Windows.Forms.Label label5;
  807. private System.Windows.Forms.Label label6;
  808. private System.Windows.Forms.TextBox textBox2;
  809. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  810. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  811. }
  812. }