Make_BakingManage.Designer.cs 37 KB

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