Make_BakingManage.Designer.cs 38 KB

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