Make_BakingManage.Designer.cs 38 KB

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