Make_BurnInfo.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_BurnInfo
  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.ms_makecode_label = new System.Windows.Forms.Label();
  29. this.LineLab = new System.Windows.Forms.Label();
  30. this.LineVal = new System.Windows.Forms.ComboBox();
  31. this.BurnSwVal = new System.Windows.Forms.TextBox();
  32. this.BurnSwLab = new System.Windows.Forms.Label();
  33. this.CheckCodeLab = new System.Windows.Forms.Label();
  34. this.DotLab = new System.Windows.Forms.Label();
  35. this.CheckCodeVal = new System.Windows.Forms.TextBox();
  36. this.DotVal = new System.Windows.Forms.TextBox();
  37. this.Confirm = new System.Windows.Forms.Button();
  38. this.TopBox = new System.Windows.Forms.Panel();
  39. this.CurrQtyVal = new System.Windows.Forms.TextBox();
  40. this.CurrQtyLab = new System.Windows.Forms.Label();
  41. this.EmployeeVal = new System.Windows.Forms.TextBox();
  42. this.EmployeeLab = new System.Windows.Forms.Label();
  43. this.ma_qty = new System.Windows.Forms.TextBox();
  44. this.TargetQtyLab = new System.Windows.Forms.Label();
  45. this.pr_spec = new System.Windows.Forms.TextBox();
  46. this.PrdetailLab = new System.Windows.Forms.Label();
  47. this.BurnLotnoVal = new System.Windows.Forms.TextBox();
  48. this.BurnLotnoLab = new System.Windows.Forms.Label();
  49. this.DataBox = new System.Windows.Forms.DataGridView();
  50. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  51. this.RightBox = new System.Windows.Forms.Panel();
  52. this.ClearMsg = new System.Windows.Forms.Button();
  53. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  63. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  64. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  65. this.work_order = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.burn_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.burn_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.line = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.burn_software = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.check_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dot_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.update_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.update_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.TopBox.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit();
  76. this.tableLayoutPanel1.SuspendLayout();
  77. this.RightBox.SuspendLayout();
  78. this.SuspendLayout();
  79. //
  80. // ms_makecode_label
  81. //
  82. this.ms_makecode_label.AutoSize = true;
  83. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.ms_makecode_label.Location = new System.Drawing.Point(26, 30);
  85. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  86. this.ms_makecode_label.Name = "ms_makecode_label";
  87. this.ms_makecode_label.Size = new System.Drawing.Size(96, 28);
  88. this.ms_makecode_label.TabIndex = 142;
  89. this.ms_makecode_label.Text = "归属工单";
  90. //
  91. // LineLab
  92. //
  93. this.LineLab.AutoSize = true;
  94. this.LineLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.LineLab.Location = new System.Drawing.Point(726, 75);
  96. this.LineLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  97. this.LineLab.Name = "LineLab";
  98. this.LineLab.Size = new System.Drawing.Size(54, 28);
  99. this.LineLab.TabIndex = 144;
  100. this.LineLab.Text = "线体";
  101. this.LineLab.Visible = false;
  102. //
  103. // LineVal
  104. //
  105. this.LineVal.FormattingEnabled = true;
  106. this.LineVal.Location = new System.Drawing.Point(777, 74);
  107. this.LineVal.Name = "LineVal";
  108. this.LineVal.Size = new System.Drawing.Size(243, 32);
  109. this.LineVal.TabIndex = 145;
  110. this.LineVal.Visible = false;
  111. //
  112. // BurnSwVal
  113. //
  114. this.BurnSwVal.Location = new System.Drawing.Point(91, 122);
  115. this.BurnSwVal.Multiline = true;
  116. this.BurnSwVal.Name = "BurnSwVal";
  117. this.BurnSwVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  118. this.BurnSwVal.Size = new System.Drawing.Size(276, 50);
  119. this.BurnSwVal.TabIndex = 146;
  120. this.BurnSwVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BurnSwVal_KeyDown);
  121. //
  122. // BurnSwLab
  123. //
  124. this.BurnSwLab.AutoSize = true;
  125. this.BurnSwLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.BurnSwLab.Location = new System.Drawing.Point(26, 133);
  127. this.BurnSwLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  128. this.BurnSwLab.Name = "BurnSwLab";
  129. this.BurnSwLab.Size = new System.Drawing.Size(96, 28);
  130. this.BurnSwLab.TabIndex = 147;
  131. this.BurnSwLab.Text = "烧录软件";
  132. //
  133. // CheckCodeLab
  134. //
  135. this.CheckCodeLab.AutoSize = true;
  136. this.CheckCodeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.CheckCodeLab.Location = new System.Drawing.Point(395, 133);
  138. this.CheckCodeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  139. this.CheckCodeLab.Name = "CheckCodeLab";
  140. this.CheckCodeLab.Size = new System.Drawing.Size(75, 28);
  141. this.CheckCodeLab.TabIndex = 148;
  142. this.CheckCodeLab.Text = "效验码";
  143. //
  144. // DotLab
  145. //
  146. this.DotLab.AutoSize = true;
  147. this.DotLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.DotLab.Location = new System.Drawing.Point(712, 133);
  149. this.DotLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  150. this.DotLab.Name = "DotLab";
  151. this.DotLab.Size = new System.Drawing.Size(96, 28);
  152. this.DotLab.TabIndex = 149;
  153. this.DotLab.Text = "打点信息";
  154. //
  155. // CheckCodeVal
  156. //
  157. this.CheckCodeVal.Location = new System.Drawing.Point(462, 122);
  158. this.CheckCodeVal.Multiline = true;
  159. this.CheckCodeVal.Name = "CheckCodeVal";
  160. this.CheckCodeVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  161. this.CheckCodeVal.Size = new System.Drawing.Size(243, 50);
  162. this.CheckCodeVal.TabIndex = 150;
  163. this.CheckCodeVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckCodeVal_KeyDown);
  164. //
  165. // DotVal
  166. //
  167. this.DotVal.Location = new System.Drawing.Point(777, 122);
  168. this.DotVal.Multiline = true;
  169. this.DotVal.Name = "DotVal";
  170. this.DotVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  171. this.DotVal.Size = new System.Drawing.Size(243, 50);
  172. this.DotVal.TabIndex = 151;
  173. this.DotVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DotVal_KeyDown);
  174. //
  175. // Confirm
  176. //
  177. this.Confirm.Cursor = System.Windows.Forms.Cursors.Hand;
  178. this.Confirm.Location = new System.Drawing.Point(1054, 141);
  179. this.Confirm.Name = "Confirm";
  180. this.Confirm.Size = new System.Drawing.Size(81, 28);
  181. this.Confirm.TabIndex = 152;
  182. this.Confirm.Text = "确定";
  183. this.Confirm.UseVisualStyleBackColor = true;
  184. this.Confirm.Visible = false;
  185. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  186. //
  187. // TopBox
  188. //
  189. this.TopBox.Controls.Add(this.CurrQtyVal);
  190. this.TopBox.Controls.Add(this.CurrQtyLab);
  191. this.TopBox.Controls.Add(this.ma_code);
  192. this.TopBox.Controls.Add(this.EmployeeVal);
  193. this.TopBox.Controls.Add(this.EmployeeLab);
  194. this.TopBox.Controls.Add(this.ma_qty);
  195. this.TopBox.Controls.Add(this.TargetQtyLab);
  196. this.TopBox.Controls.Add(this.pr_spec);
  197. this.TopBox.Controls.Add(this.PrdetailLab);
  198. this.TopBox.Controls.Add(this.BurnLotnoVal);
  199. this.TopBox.Controls.Add(this.BurnLotnoLab);
  200. this.TopBox.Controls.Add(this.LineLab);
  201. this.TopBox.Controls.Add(this.LockMakeCode);
  202. this.TopBox.Controls.Add(this.Confirm);
  203. this.TopBox.Controls.Add(this.DotVal);
  204. this.TopBox.Controls.Add(this.LineVal);
  205. this.TopBox.Controls.Add(this.CheckCodeVal);
  206. this.TopBox.Controls.Add(this.ms_makecode_label);
  207. this.TopBox.Controls.Add(this.DotLab);
  208. this.TopBox.Controls.Add(this.CheckCodeLab);
  209. this.TopBox.Controls.Add(this.BurnSwVal);
  210. this.TopBox.Controls.Add(this.BurnSwLab);
  211. this.TopBox.Dock = System.Windows.Forms.DockStyle.Top;
  212. this.TopBox.Location = new System.Drawing.Point(0, 0);
  213. this.TopBox.Name = "TopBox";
  214. this.TopBox.Size = new System.Drawing.Size(1280, 201);
  215. this.TopBox.TabIndex = 153;
  216. //
  217. // CurrQtyVal
  218. //
  219. this.CurrQtyVal.Enabled = false;
  220. this.CurrQtyVal.Location = new System.Drawing.Point(1115, 31);
  221. this.CurrQtyVal.Name = "CurrQtyVal";
  222. this.CurrQtyVal.Size = new System.Drawing.Size(61, 31);
  223. this.CurrQtyVal.TabIndex = 182;
  224. //
  225. // CurrQtyLab
  226. //
  227. this.CurrQtyLab.AutoSize = true;
  228. this.CurrQtyLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.CurrQtyLab.Location = new System.Drawing.Point(1049, 32);
  230. this.CurrQtyLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  231. this.CurrQtyLab.Name = "CurrQtyLab";
  232. this.CurrQtyLab.Size = new System.Drawing.Size(96, 28);
  233. this.CurrQtyLab.TabIndex = 181;
  234. this.CurrQtyLab.Text = "累计数量";
  235. //
  236. // EmployeeVal
  237. //
  238. this.EmployeeVal.Location = new System.Drawing.Point(463, 75);
  239. this.EmployeeVal.Name = "EmployeeVal";
  240. this.EmployeeVal.Size = new System.Drawing.Size(113, 31);
  241. this.EmployeeVal.TabIndex = 180;
  242. //
  243. // EmployeeLab
  244. //
  245. this.EmployeeLab.AutoSize = true;
  246. this.EmployeeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  247. this.EmployeeLab.Location = new System.Drawing.Point(395, 75);
  248. this.EmployeeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  249. this.EmployeeLab.Name = "EmployeeLab";
  250. this.EmployeeLab.Size = new System.Drawing.Size(75, 28);
  251. this.EmployeeLab.TabIndex = 179;
  252. this.EmployeeLab.Text = "操作员";
  253. //
  254. // ma_qty
  255. //
  256. this.ma_qty.Enabled = false;
  257. this.ma_qty.Location = new System.Drawing.Point(463, 30);
  258. this.ma_qty.Name = "ma_qty";
  259. this.ma_qty.Size = new System.Drawing.Size(61, 31);
  260. this.ma_qty.TabIndex = 159;
  261. //
  262. // TargetQtyLab
  263. //
  264. this.TargetQtyLab.AutoSize = true;
  265. this.TargetQtyLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.TargetQtyLab.Location = new System.Drawing.Point(395, 30);
  267. this.TargetQtyLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  268. this.TargetQtyLab.Name = "TargetQtyLab";
  269. this.TargetQtyLab.Size = new System.Drawing.Size(96, 28);
  270. this.TargetQtyLab.TabIndex = 158;
  271. this.TargetQtyLab.Text = "工单数量";
  272. //
  273. // pr_spec
  274. //
  275. this.pr_spec.Enabled = false;
  276. this.pr_spec.Location = new System.Drawing.Point(610, 30);
  277. this.pr_spec.Name = "pr_spec";
  278. this.pr_spec.Size = new System.Drawing.Size(429, 31);
  279. this.pr_spec.TabIndex = 157;
  280. //
  281. // PrdetailLab
  282. //
  283. this.PrdetailLab.AutoSize = true;
  284. this.PrdetailLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  285. this.PrdetailLab.Location = new System.Drawing.Point(541, 30);
  286. this.PrdetailLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  287. this.PrdetailLab.Name = "PrdetailLab";
  288. this.PrdetailLab.Size = new System.Drawing.Size(102, 28);
  289. this.PrdetailLab.TabIndex = 156;
  290. this.PrdetailLab.Text = "机型信息 ";
  291. //
  292. // BurnLotnoVal
  293. //
  294. this.BurnLotnoVal.Location = new System.Drawing.Point(91, 75);
  295. this.BurnLotnoVal.Name = "BurnLotnoVal";
  296. this.BurnLotnoVal.Size = new System.Drawing.Size(243, 31);
  297. this.BurnLotnoVal.TabIndex = 155;
  298. this.BurnLotnoVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BurnLotnoVal_KeyDown);
  299. //
  300. // BurnLotnoLab
  301. //
  302. this.BurnLotnoLab.AutoSize = true;
  303. this.BurnLotnoLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.BurnLotnoLab.Location = new System.Drawing.Point(26, 75);
  305. this.BurnLotnoLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  306. this.BurnLotnoLab.Name = "BurnLotnoLab";
  307. this.BurnLotnoLab.Size = new System.Drawing.Size(96, 28);
  308. this.BurnLotnoLab.TabIndex = 154;
  309. this.BurnLotnoLab.Text = "条码扫描";
  310. //
  311. // DataBox
  312. //
  313. this.DataBox.AllowUserToAddRows = false;
  314. this.DataBox.AllowUserToDeleteRows = false;
  315. this.DataBox.BackgroundColor = System.Drawing.SystemColors.Control;
  316. this.DataBox.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  317. this.DataBox.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  318. this.work_order,
  319. this.burn_qty,
  320. this.burn_lotno,
  321. this.line,
  322. this.burn_software,
  323. this.check_code,
  324. this.dot_detail,
  325. this.update_time,
  326. this.update_name});
  327. this.DataBox.Dock = System.Windows.Forms.DockStyle.Fill;
  328. this.DataBox.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
  329. this.DataBox.Location = new System.Drawing.Point(3, 3);
  330. this.DataBox.Name = "DataBox";
  331. this.DataBox.ReadOnly = true;
  332. this.DataBox.RowHeadersWidth = 62;
  333. this.DataBox.RowTemplate.Height = 30;
  334. this.DataBox.Size = new System.Drawing.Size(890, 513);
  335. this.DataBox.TabIndex = 154;
  336. //
  337. // tableLayoutPanel1
  338. //
  339. this.tableLayoutPanel1.ColumnCount = 2;
  340. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
  341. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
  342. this.tableLayoutPanel1.Controls.Add(this.DataBox, 0, 0);
  343. this.tableLayoutPanel1.Controls.Add(this.RightBox, 1, 0);
  344. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  345. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 201);
  346. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  347. this.tableLayoutPanel1.RowCount = 1;
  348. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  349. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 519F));
  350. this.tableLayoutPanel1.Size = new System.Drawing.Size(1280, 519);
  351. this.tableLayoutPanel1.TabIndex = 156;
  352. //
  353. // RightBox
  354. //
  355. this.RightBox.Controls.Add(this.ClearMsg);
  356. this.RightBox.Controls.Add(this.OperateResult);
  357. this.RightBox.Dock = System.Windows.Forms.DockStyle.Fill;
  358. this.RightBox.Location = new System.Drawing.Point(899, 3);
  359. this.RightBox.Name = "RightBox";
  360. this.RightBox.Size = new System.Drawing.Size(378, 513);
  361. this.RightBox.TabIndex = 156;
  362. //
  363. // ClearMsg
  364. //
  365. this.ClearMsg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  366. | System.Windows.Forms.AnchorStyles.Right)));
  367. this.ClearMsg.Cursor = System.Windows.Forms.Cursors.Hand;
  368. this.ClearMsg.Location = new System.Drawing.Point(155, 471);
  369. this.ClearMsg.Name = "ClearMsg";
  370. this.ClearMsg.Size = new System.Drawing.Size(81, 28);
  371. this.ClearMsg.TabIndex = 156;
  372. this.ClearMsg.Text = "清理";
  373. this.ClearMsg.UseVisualStyleBackColor = true;
  374. this.ClearMsg.Click += new System.EventHandler(this.ClearMsg_Click);
  375. //
  376. // dataGridViewTextBoxColumn1
  377. //
  378. this.dataGridViewTextBoxColumn1.DataPropertyName = "work_order";
  379. this.dataGridViewTextBoxColumn1.HeaderText = "工单号";
  380. this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
  381. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  382. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  383. this.dataGridViewTextBoxColumn1.Width = 150;
  384. //
  385. // dataGridViewTextBoxColumn2
  386. //
  387. this.dataGridViewTextBoxColumn2.DataPropertyName = "burn_lotno";
  388. this.dataGridViewTextBoxColumn2.HeaderText = "烧录批号";
  389. this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
  390. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  391. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  392. this.dataGridViewTextBoxColumn2.Width = 150;
  393. //
  394. // dataGridViewTextBoxColumn3
  395. //
  396. this.dataGridViewTextBoxColumn3.DataPropertyName = "line";
  397. this.dataGridViewTextBoxColumn3.HeaderText = "线体";
  398. this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
  399. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  400. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  401. this.dataGridViewTextBoxColumn3.Width = 150;
  402. //
  403. // dataGridViewTextBoxColumn4
  404. //
  405. this.dataGridViewTextBoxColumn4.DataPropertyName = "burn_software";
  406. this.dataGridViewTextBoxColumn4.HeaderText = "烧录软件";
  407. this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
  408. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  409. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  410. this.dataGridViewTextBoxColumn4.Visible = false;
  411. this.dataGridViewTextBoxColumn4.Width = 150;
  412. //
  413. // dataGridViewTextBoxColumn5
  414. //
  415. this.dataGridViewTextBoxColumn5.DataPropertyName = "check_code";
  416. this.dataGridViewTextBoxColumn5.HeaderText = "校验码";
  417. this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
  418. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  419. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  420. this.dataGridViewTextBoxColumn5.Width = 150;
  421. //
  422. // dataGridViewTextBoxColumn6
  423. //
  424. this.dataGridViewTextBoxColumn6.DataPropertyName = "dot_detail";
  425. this.dataGridViewTextBoxColumn6.HeaderText = "打点信息";
  426. this.dataGridViewTextBoxColumn6.MinimumWidth = 8;
  427. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  428. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  429. this.dataGridViewTextBoxColumn6.Width = 150;
  430. //
  431. // dataGridViewTextBoxColumn7
  432. //
  433. this.dataGridViewTextBoxColumn7.DataPropertyName = "update_time";
  434. this.dataGridViewTextBoxColumn7.HeaderText = "操作时间";
  435. this.dataGridViewTextBoxColumn7.MinimumWidth = 8;
  436. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  437. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  438. this.dataGridViewTextBoxColumn7.Width = 150;
  439. //
  440. // dataGridViewTextBoxColumn8
  441. //
  442. this.dataGridViewTextBoxColumn8.DataPropertyName = "update_name";
  443. this.dataGridViewTextBoxColumn8.HeaderText = "操作人";
  444. this.dataGridViewTextBoxColumn8.MinimumWidth = 8;
  445. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  446. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  447. this.dataGridViewTextBoxColumn8.Width = 150;
  448. //
  449. // dataGridViewTextBoxColumn9
  450. //
  451. this.dataGridViewTextBoxColumn9.DataPropertyName = "update_name";
  452. this.dataGridViewTextBoxColumn9.HeaderText = "操作人";
  453. this.dataGridViewTextBoxColumn9.MinimumWidth = 8;
  454. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  455. this.dataGridViewTextBoxColumn9.Width = 150;
  456. //
  457. // OperateResult
  458. //
  459. this.OperateResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  460. | System.Windows.Forms.AnchorStyles.Right)));
  461. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  462. this.OperateResult.Location = new System.Drawing.Point(0, 0);
  463. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  464. this.OperateResult.Name = "OperateResult";
  465. this.OperateResult.Size = new System.Drawing.Size(378, 463);
  466. this.OperateResult.TabIndex = 155;
  467. this.OperateResult.Text = "";
  468. //
  469. // ma_code
  470. //
  471. this.ma_code.AllPower = null;
  472. this.ma_code.Caller = null;
  473. this.ma_code.Condition = null;
  474. this.ma_code.DBTitle = null;
  475. this.ma_code.FormName = null;
  476. this.ma_code.Location = new System.Drawing.Point(91, 30);
  477. this.ma_code.Name = "ma_code";
  478. this.ma_code.Power = null;
  479. this.ma_code.ReturnData = null;
  480. this.ma_code.SelectField = null;
  481. this.ma_code.SetValueField = null;
  482. this.ma_code.Size = new System.Drawing.Size(205, 32);
  483. this.ma_code.TabIndex = 143;
  484. this.ma_code.TableName = null;
  485. this.ma_code.Tag = "ma_code";
  486. this.ma_code.TextBoxEnable = true;
  487. //
  488. // LockMakeCode
  489. //
  490. this.LockMakeCode.AutoSize = true;
  491. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  492. this.LockMakeCode.LeaveEvent = false;
  493. this.LockMakeCode.Location = new System.Drawing.Point(310, 32);
  494. this.LockMakeCode.Name = "LockMakeCode";
  495. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  496. this.LockMakeCode.TabIndex = 153;
  497. this.LockMakeCode.Text = "锁定";
  498. this.LockMakeCode.UseVisualStyleBackColor = true;
  499. //
  500. // work_order
  501. //
  502. this.work_order.DataPropertyName = "work_order";
  503. this.work_order.HeaderText = "工单号";
  504. this.work_order.MinimumWidth = 8;
  505. this.work_order.Name = "work_order";
  506. this.work_order.ReadOnly = true;
  507. this.work_order.Width = 150;
  508. //
  509. // burn_qty
  510. //
  511. this.burn_qty.DataPropertyName = "burn_qty";
  512. this.burn_qty.HeaderText = "烧录数量";
  513. this.burn_qty.MinimumWidth = 8;
  514. this.burn_qty.Name = "burn_qty";
  515. this.burn_qty.ReadOnly = true;
  516. this.burn_qty.Width = 80;
  517. //
  518. // burn_lotno
  519. //
  520. this.burn_lotno.DataPropertyName = "burn_lotno";
  521. this.burn_lotno.HeaderText = "烧录条码";
  522. this.burn_lotno.MinimumWidth = 8;
  523. this.burn_lotno.Name = "burn_lotno";
  524. this.burn_lotno.ReadOnly = true;
  525. this.burn_lotno.Width = 150;
  526. //
  527. // line
  528. //
  529. this.line.DataPropertyName = "line";
  530. this.line.HeaderText = "线体";
  531. this.line.MinimumWidth = 8;
  532. this.line.Name = "line";
  533. this.line.ReadOnly = true;
  534. this.line.Visible = false;
  535. this.line.Width = 150;
  536. //
  537. // burn_software
  538. //
  539. this.burn_software.DataPropertyName = "burn_software";
  540. this.burn_software.HeaderText = "烧录软件";
  541. this.burn_software.MinimumWidth = 8;
  542. this.burn_software.Name = "burn_software";
  543. this.burn_software.ReadOnly = true;
  544. this.burn_software.Width = 150;
  545. //
  546. // check_code
  547. //
  548. this.check_code.DataPropertyName = "check_code";
  549. this.check_code.HeaderText = "校验码";
  550. this.check_code.MinimumWidth = 8;
  551. this.check_code.Name = "check_code";
  552. this.check_code.ReadOnly = true;
  553. this.check_code.Width = 150;
  554. //
  555. // dot_detail
  556. //
  557. this.dot_detail.DataPropertyName = "dot_detail";
  558. this.dot_detail.HeaderText = "打点信息";
  559. this.dot_detail.MinimumWidth = 8;
  560. this.dot_detail.Name = "dot_detail";
  561. this.dot_detail.ReadOnly = true;
  562. this.dot_detail.Width = 150;
  563. //
  564. // update_time
  565. //
  566. this.update_time.DataPropertyName = "update_time";
  567. this.update_time.HeaderText = "操作时间";
  568. this.update_time.MinimumWidth = 8;
  569. this.update_time.Name = "update_time";
  570. this.update_time.ReadOnly = true;
  571. this.update_time.Width = 150;
  572. //
  573. // update_name
  574. //
  575. this.update_name.DataPropertyName = "update_name";
  576. this.update_name.HeaderText = "操作人";
  577. this.update_name.MinimumWidth = 8;
  578. this.update_name.Name = "update_name";
  579. this.update_name.ReadOnly = true;
  580. this.update_name.Width = 150;
  581. //
  582. // Make_BurnInfo
  583. //
  584. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  585. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  586. this.ClientSize = new System.Drawing.Size(1280, 720);
  587. this.Controls.Add(this.tableLayoutPanel1);
  588. this.Controls.Add(this.TopBox);
  589. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  590. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  591. this.Margin = new System.Windows.Forms.Padding(4);
  592. this.Name = "Make_BurnInfo";
  593. this.Text = "Make_BurnInfo";
  594. this.Load += new System.EventHandler(this.Make_BurnInfo_Load);
  595. this.TopBox.ResumeLayout(false);
  596. this.TopBox.PerformLayout();
  597. ((System.ComponentModel.ISupportInitialize)(this.DataBox)).EndInit();
  598. this.tableLayoutPanel1.ResumeLayout(false);
  599. this.RightBox.ResumeLayout(false);
  600. this.ResumeLayout(false);
  601. }
  602. #endregion
  603. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  604. private System.Windows.Forms.Label ms_makecode_label;
  605. private System.Windows.Forms.Label LineLab;
  606. private System.Windows.Forms.ComboBox LineVal;
  607. private System.Windows.Forms.TextBox BurnSwVal;
  608. private System.Windows.Forms.Label BurnSwLab;
  609. private System.Windows.Forms.Label CheckCodeLab;
  610. private System.Windows.Forms.Label DotLab;
  611. private System.Windows.Forms.TextBox CheckCodeVal;
  612. private System.Windows.Forms.TextBox DotVal;
  613. private System.Windows.Forms.Button Confirm;
  614. private System.Windows.Forms.Panel TopBox;
  615. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  616. private System.Windows.Forms.Label BurnLotnoLab;
  617. private System.Windows.Forms.DataGridView DataBox;
  618. private System.Windows.Forms.TextBox BurnLotnoVal;
  619. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  620. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  621. private System.Windows.Forms.Panel RightBox;
  622. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  623. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  624. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  625. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  626. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  627. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  628. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  629. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  630. private System.Windows.Forms.Button ClearMsg;
  631. private System.Windows.Forms.Label PrdetailLab;
  632. private System.Windows.Forms.TextBox pr_spec;
  633. private System.Windows.Forms.TextBox ma_qty;
  634. private System.Windows.Forms.Label TargetQtyLab;
  635. private System.Windows.Forms.TextBox EmployeeVal;
  636. private System.Windows.Forms.Label EmployeeLab;
  637. private System.Windows.Forms.TextBox CurrQtyVal;
  638. private System.Windows.Forms.Label CurrQtyLab;
  639. private System.Windows.Forms.DataGridViewTextBoxColumn work_order;
  640. private System.Windows.Forms.DataGridViewTextBoxColumn burn_qty;
  641. private System.Windows.Forms.DataGridViewTextBoxColumn burn_lotno;
  642. private System.Windows.Forms.DataGridViewTextBoxColumn line;
  643. private System.Windows.Forms.DataGridViewTextBoxColumn burn_software;
  644. private System.Windows.Forms.DataGridViewTextBoxColumn check_code;
  645. private System.Windows.Forms.DataGridViewTextBoxColumn dot_detail;
  646. private System.Windows.Forms.DataGridViewTextBoxColumn update_time;
  647. private System.Windows.Forms.DataGridViewTextBoxColumn update_name;
  648. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  649. }
  650. }