Make_BakingManage.Designer.cs 37 KB

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