Make_BurnInfo.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825
  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.SaveCache = new System.Windows.Forms.Button();
  40. this.DeleteLog = new System.Windows.Forms.Button();
  41. this.IcDetailVal = new System.Windows.Forms.TextBox();
  42. this.IcDetailLab = new System.Windows.Forms.Label();
  43. this.CurrQtyVal = new System.Windows.Forms.TextBox();
  44. this.CurrQtyLab = new System.Windows.Forms.Label();
  45. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  46. this.EmployeeVal = new System.Windows.Forms.TextBox();
  47. this.EmployeeLab = new System.Windows.Forms.Label();
  48. this.ma_qty = new System.Windows.Forms.TextBox();
  49. this.TargetQtyLab = new System.Windows.Forms.Label();
  50. this.pr_spec = new System.Windows.Forms.TextBox();
  51. this.PrdetailLab = new System.Windows.Forms.Label();
  52. this.BurnLotnoVal = new System.Windows.Forms.TextBox();
  53. this.BurnLotnoLab = new System.Windows.Forms.Label();
  54. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  55. this.DataBox = new System.Windows.Forms.DataGridView();
  56. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  57. this.RightBox = new System.Windows.Forms.Panel();
  58. this.ClearMsg = new System.Windows.Forms.Button();
  59. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  60. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.RemarkVal = new System.Windows.Forms.TextBox();
  73. this.RemarkLab = new System.Windows.Forms.Label();
  74. this.burn_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.work_order = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.burn_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.burn_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.line = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.burn_software = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.check_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.dot_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.ic_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.update_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.update_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.inspect_res = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.TopBox.SuspendLayout();
  88. ((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit();
  89. this.tableLayoutPanel1.SuspendLayout();
  90. this.RightBox.SuspendLayout();
  91. this.SuspendLayout();
  92. //
  93. // ms_makecode_label
  94. //
  95. this.ms_makecode_label.AutoSize = true;
  96. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  97. this.ms_makecode_label.Location = new System.Drawing.Point(26, 30);
  98. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  99. this.ms_makecode_label.Name = "ms_makecode_label";
  100. this.ms_makecode_label.Size = new System.Drawing.Size(96, 28);
  101. this.ms_makecode_label.TabIndex = 142;
  102. this.ms_makecode_label.Text = "归属工单";
  103. //
  104. // LineLab
  105. //
  106. this.LineLab.AutoSize = true;
  107. this.LineLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.LineLab.Location = new System.Drawing.Point(381, 149);
  109. this.LineLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  110. this.LineLab.Name = "LineLab";
  111. this.LineLab.Size = new System.Drawing.Size(54, 28);
  112. this.LineLab.TabIndex = 144;
  113. this.LineLab.Text = "线体";
  114. this.LineLab.Visible = false;
  115. //
  116. // LineVal
  117. //
  118. this.LineVal.FormattingEnabled = true;
  119. this.LineVal.Location = new System.Drawing.Point(432, 148);
  120. this.LineVal.Name = "LineVal";
  121. this.LineVal.Size = new System.Drawing.Size(243, 32);
  122. this.LineVal.TabIndex = 145;
  123. this.LineVal.Visible = false;
  124. //
  125. // BurnSwVal
  126. //
  127. this.BurnSwVal.Location = new System.Drawing.Point(91, 75);
  128. this.BurnSwVal.Multiline = true;
  129. this.BurnSwVal.Name = "BurnSwVal";
  130. this.BurnSwVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  131. this.BurnSwVal.Size = new System.Drawing.Size(245, 50);
  132. this.BurnSwVal.TabIndex = 146;
  133. this.BurnSwVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BurnSwVal_KeyDown);
  134. //
  135. // BurnSwLab
  136. //
  137. this.BurnSwLab.AutoSize = true;
  138. this.BurnSwLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.BurnSwLab.Location = new System.Drawing.Point(26, 86);
  140. this.BurnSwLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  141. this.BurnSwLab.Name = "BurnSwLab";
  142. this.BurnSwLab.Size = new System.Drawing.Size(96, 28);
  143. this.BurnSwLab.TabIndex = 147;
  144. this.BurnSwLab.Text = "烧录软件";
  145. //
  146. // CheckCodeLab
  147. //
  148. this.CheckCodeLab.AutoSize = true;
  149. this.CheckCodeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.CheckCodeLab.Location = new System.Drawing.Point(374, 86);
  151. this.CheckCodeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  152. this.CheckCodeLab.Name = "CheckCodeLab";
  153. this.CheckCodeLab.Size = new System.Drawing.Size(75, 28);
  154. this.CheckCodeLab.TabIndex = 148;
  155. this.CheckCodeLab.Text = "效验码";
  156. //
  157. // DotLab
  158. //
  159. this.DotLab.AutoSize = true;
  160. this.DotLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.DotLab.Location = new System.Drawing.Point(692, 86);
  162. this.DotLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  163. this.DotLab.Name = "DotLab";
  164. this.DotLab.Size = new System.Drawing.Size(96, 28);
  165. this.DotLab.TabIndex = 149;
  166. this.DotLab.Text = "打点信息";
  167. //
  168. // CheckCodeVal
  169. //
  170. this.CheckCodeVal.Location = new System.Drawing.Point(431, 75);
  171. this.CheckCodeVal.Multiline = true;
  172. this.CheckCodeVal.Name = "CheckCodeVal";
  173. this.CheckCodeVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  174. this.CheckCodeVal.Size = new System.Drawing.Size(245, 50);
  175. this.CheckCodeVal.TabIndex = 150;
  176. this.CheckCodeVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CheckCodeVal_KeyDown);
  177. //
  178. // DotVal
  179. //
  180. this.DotVal.Location = new System.Drawing.Point(757, 75);
  181. this.DotVal.Multiline = true;
  182. this.DotVal.Name = "DotVal";
  183. this.DotVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  184. this.DotVal.Size = new System.Drawing.Size(245, 50);
  185. this.DotVal.TabIndex = 151;
  186. this.DotVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DotVal_KeyDown);
  187. //
  188. // Confirm
  189. //
  190. this.Confirm.Cursor = System.Windows.Forms.Cursors.Hand;
  191. this.Confirm.Location = new System.Drawing.Point(695, 149);
  192. this.Confirm.Name = "Confirm";
  193. this.Confirm.Size = new System.Drawing.Size(81, 28);
  194. this.Confirm.TabIndex = 152;
  195. this.Confirm.Text = "确定";
  196. this.Confirm.UseVisualStyleBackColor = true;
  197. this.Confirm.Visible = false;
  198. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  199. //
  200. // TopBox
  201. //
  202. this.TopBox.Controls.Add(this.RemarkVal);
  203. this.TopBox.Controls.Add(this.RemarkLab);
  204. this.TopBox.Controls.Add(this.SaveCache);
  205. this.TopBox.Controls.Add(this.DeleteLog);
  206. this.TopBox.Controls.Add(this.IcDetailVal);
  207. this.TopBox.Controls.Add(this.IcDetailLab);
  208. this.TopBox.Controls.Add(this.CurrQtyVal);
  209. this.TopBox.Controls.Add(this.CurrQtyLab);
  210. this.TopBox.Controls.Add(this.ma_code);
  211. this.TopBox.Controls.Add(this.EmployeeVal);
  212. this.TopBox.Controls.Add(this.EmployeeLab);
  213. this.TopBox.Controls.Add(this.ma_qty);
  214. this.TopBox.Controls.Add(this.TargetQtyLab);
  215. this.TopBox.Controls.Add(this.pr_spec);
  216. this.TopBox.Controls.Add(this.PrdetailLab);
  217. this.TopBox.Controls.Add(this.BurnLotnoVal);
  218. this.TopBox.Controls.Add(this.BurnLotnoLab);
  219. this.TopBox.Controls.Add(this.LineLab);
  220. this.TopBox.Controls.Add(this.LockMakeCode);
  221. this.TopBox.Controls.Add(this.Confirm);
  222. this.TopBox.Controls.Add(this.DotVal);
  223. this.TopBox.Controls.Add(this.LineVal);
  224. this.TopBox.Controls.Add(this.CheckCodeVal);
  225. this.TopBox.Controls.Add(this.ms_makecode_label);
  226. this.TopBox.Controls.Add(this.DotLab);
  227. this.TopBox.Controls.Add(this.CheckCodeLab);
  228. this.TopBox.Controls.Add(this.BurnSwVal);
  229. this.TopBox.Controls.Add(this.BurnSwLab);
  230. this.TopBox.Dock = System.Windows.Forms.DockStyle.Top;
  231. this.TopBox.Location = new System.Drawing.Point(0, 0);
  232. this.TopBox.Name = "TopBox";
  233. this.TopBox.Size = new System.Drawing.Size(1280, 259);
  234. this.TopBox.TabIndex = 153;
  235. //
  236. // SaveCache
  237. //
  238. this.SaveCache.Cursor = System.Windows.Forms.Cursors.Hand;
  239. this.SaveCache.Enabled = false;
  240. this.SaveCache.Location = new System.Drawing.Point(566, 204);
  241. this.SaveCache.Name = "SaveCache";
  242. this.SaveCache.Size = new System.Drawing.Size(95, 28);
  243. this.SaveCache.TabIndex = 186;
  244. this.SaveCache.Text = "保存缓存";
  245. this.SaveCache.UseVisualStyleBackColor = true;
  246. this.SaveCache.Click += new System.EventHandler(this.SaveCache_Click);
  247. //
  248. // DeleteLog
  249. //
  250. this.DeleteLog.Cursor = System.Windows.Forms.Cursors.Hand;
  251. this.DeleteLog.Enabled = false;
  252. this.DeleteLog.Location = new System.Drawing.Point(669, 204);
  253. this.DeleteLog.Name = "DeleteLog";
  254. this.DeleteLog.Size = new System.Drawing.Size(95, 28);
  255. this.DeleteLog.TabIndex = 185;
  256. this.DeleteLog.Text = "删除记录";
  257. this.DeleteLog.UseVisualStyleBackColor = true;
  258. this.DeleteLog.Click += new System.EventHandler(this.DeleteLog_Click);
  259. //
  260. // IcDetailVal
  261. //
  262. this.IcDetailVal.Location = new System.Drawing.Point(1083, 75);
  263. this.IcDetailVal.Multiline = true;
  264. this.IcDetailVal.Name = "IcDetailVal";
  265. this.IcDetailVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  266. this.IcDetailVal.Size = new System.Drawing.Size(245, 50);
  267. this.IcDetailVal.TabIndex = 184;
  268. //
  269. // IcDetailLab
  270. //
  271. this.IcDetailLab.AutoSize = true;
  272. this.IcDetailLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.IcDetailLab.Location = new System.Drawing.Point(1018, 86);
  274. this.IcDetailLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  275. this.IcDetailLab.Name = "IcDetailLab";
  276. this.IcDetailLab.Size = new System.Drawing.Size(96, 28);
  277. this.IcDetailLab.TabIndex = 183;
  278. this.IcDetailLab.Text = "芯片信息";
  279. //
  280. // CurrQtyVal
  281. //
  282. this.CurrQtyVal.Enabled = false;
  283. this.CurrQtyVal.Location = new System.Drawing.Point(1086, 31);
  284. this.CurrQtyVal.Name = "CurrQtyVal";
  285. this.CurrQtyVal.Size = new System.Drawing.Size(61, 31);
  286. this.CurrQtyVal.TabIndex = 182;
  287. //
  288. // CurrQtyLab
  289. //
  290. this.CurrQtyLab.AutoSize = true;
  291. this.CurrQtyLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.CurrQtyLab.Location = new System.Drawing.Point(1020, 32);
  293. this.CurrQtyLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  294. this.CurrQtyLab.Name = "CurrQtyLab";
  295. this.CurrQtyLab.Size = new System.Drawing.Size(96, 28);
  296. this.CurrQtyLab.TabIndex = 181;
  297. this.CurrQtyLab.Text = "累计数量";
  298. //
  299. // ma_code
  300. //
  301. this.ma_code.AllPower = null;
  302. this.ma_code.Caller = null;
  303. this.ma_code.Condition = null;
  304. this.ma_code.DBTitle = null;
  305. this.ma_code.FormName = null;
  306. this.ma_code.Location = new System.Drawing.Point(91, 30);
  307. this.ma_code.Name = "ma_code";
  308. this.ma_code.Power = null;
  309. this.ma_code.ReturnData = null;
  310. this.ma_code.SelectField = null;
  311. this.ma_code.SetValueField = null;
  312. this.ma_code.Size = new System.Drawing.Size(205, 32);
  313. this.ma_code.TabIndex = 143;
  314. this.ma_code.TableName = null;
  315. this.ma_code.Tag = "ma_code";
  316. this.ma_code.TextBoxEnable = true;
  317. //
  318. // EmployeeVal
  319. //
  320. this.EmployeeVal.Location = new System.Drawing.Point(434, 206);
  321. this.EmployeeVal.Name = "EmployeeVal";
  322. this.EmployeeVal.Size = new System.Drawing.Size(113, 31);
  323. this.EmployeeVal.TabIndex = 180;
  324. //
  325. // EmployeeLab
  326. //
  327. this.EmployeeLab.AutoSize = true;
  328. this.EmployeeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  329. this.EmployeeLab.Location = new System.Drawing.Point(366, 206);
  330. this.EmployeeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  331. this.EmployeeLab.Name = "EmployeeLab";
  332. this.EmployeeLab.Size = new System.Drawing.Size(75, 28);
  333. this.EmployeeLab.TabIndex = 179;
  334. this.EmployeeLab.Text = "操作员";
  335. //
  336. // ma_qty
  337. //
  338. this.ma_qty.Enabled = false;
  339. this.ma_qty.Location = new System.Drawing.Point(434, 30);
  340. this.ma_qty.Name = "ma_qty";
  341. this.ma_qty.Size = new System.Drawing.Size(61, 31);
  342. this.ma_qty.TabIndex = 159;
  343. //
  344. // TargetQtyLab
  345. //
  346. this.TargetQtyLab.AutoSize = true;
  347. this.TargetQtyLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.TargetQtyLab.Location = new System.Drawing.Point(366, 30);
  349. this.TargetQtyLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  350. this.TargetQtyLab.Name = "TargetQtyLab";
  351. this.TargetQtyLab.Size = new System.Drawing.Size(96, 28);
  352. this.TargetQtyLab.TabIndex = 158;
  353. this.TargetQtyLab.Text = "工单数量";
  354. //
  355. // pr_spec
  356. //
  357. this.pr_spec.Enabled = false;
  358. this.pr_spec.Location = new System.Drawing.Point(581, 30);
  359. this.pr_spec.Name = "pr_spec";
  360. this.pr_spec.Size = new System.Drawing.Size(429, 31);
  361. this.pr_spec.TabIndex = 157;
  362. //
  363. // PrdetailLab
  364. //
  365. this.PrdetailLab.AutoSize = true;
  366. this.PrdetailLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.PrdetailLab.Location = new System.Drawing.Point(512, 30);
  368. this.PrdetailLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  369. this.PrdetailLab.Name = "PrdetailLab";
  370. this.PrdetailLab.Size = new System.Drawing.Size(102, 28);
  371. this.PrdetailLab.TabIndex = 156;
  372. this.PrdetailLab.Text = "机型信息 ";
  373. //
  374. // BurnLotnoVal
  375. //
  376. this.BurnLotnoVal.Location = new System.Drawing.Point(91, 206);
  377. this.BurnLotnoVal.Name = "BurnLotnoVal";
  378. this.BurnLotnoVal.Size = new System.Drawing.Size(243, 31);
  379. this.BurnLotnoVal.TabIndex = 155;
  380. this.BurnLotnoVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BurnLotnoVal_KeyDown);
  381. //
  382. // BurnLotnoLab
  383. //
  384. this.BurnLotnoLab.AutoSize = true;
  385. this.BurnLotnoLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  386. this.BurnLotnoLab.Location = new System.Drawing.Point(26, 206);
  387. this.BurnLotnoLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  388. this.BurnLotnoLab.Name = "BurnLotnoLab";
  389. this.BurnLotnoLab.Size = new System.Drawing.Size(96, 28);
  390. this.BurnLotnoLab.TabIndex = 154;
  391. this.BurnLotnoLab.Text = "条码扫描";
  392. //
  393. // LockMakeCode
  394. //
  395. this.LockMakeCode.AutoSize = true;
  396. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.LockMakeCode.LeaveEvent = false;
  398. this.LockMakeCode.Location = new System.Drawing.Point(295, 32);
  399. this.LockMakeCode.Name = "LockMakeCode";
  400. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  401. this.LockMakeCode.TabIndex = 153;
  402. this.LockMakeCode.Text = "锁定";
  403. this.LockMakeCode.UseVisualStyleBackColor = true;
  404. //
  405. // DataBox
  406. //
  407. this.DataBox.AllowUserToAddRows = false;
  408. this.DataBox.AllowUserToDeleteRows = false;
  409. this.DataBox.BackgroundColor = System.Drawing.SystemColors.Control;
  410. this.DataBox.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  411. this.DataBox.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  412. this.burn_id,
  413. this.work_order,
  414. this.burn_qty,
  415. this.burn_lotno,
  416. this.line,
  417. this.burn_software,
  418. this.check_code,
  419. this.dot_detail,
  420. this.ic_detail,
  421. this.remark,
  422. this.update_time,
  423. this.update_name,
  424. this.inspect_res});
  425. this.DataBox.Dock = System.Windows.Forms.DockStyle.Fill;
  426. this.DataBox.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
  427. this.DataBox.Location = new System.Drawing.Point(3, 3);
  428. this.DataBox.MultiSelect = false;
  429. this.DataBox.Name = "DataBox";
  430. this.DataBox.ReadOnly = true;
  431. this.DataBox.RowHeadersWidth = 62;
  432. this.DataBox.RowTemplate.Height = 30;
  433. this.DataBox.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  434. this.DataBox.Size = new System.Drawing.Size(890, 455);
  435. this.DataBox.TabIndex = 154;
  436. this.DataBox.SelectionChanged += new System.EventHandler(this.DataBox_SelectionChanged);
  437. //
  438. // tableLayoutPanel1
  439. //
  440. this.tableLayoutPanel1.ColumnCount = 2;
  441. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
  442. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
  443. this.tableLayoutPanel1.Controls.Add(this.DataBox, 0, 0);
  444. this.tableLayoutPanel1.Controls.Add(this.RightBox, 1, 0);
  445. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  446. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 259);
  447. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  448. this.tableLayoutPanel1.RowCount = 1;
  449. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  450. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 519F));
  451. this.tableLayoutPanel1.Size = new System.Drawing.Size(1280, 461);
  452. this.tableLayoutPanel1.TabIndex = 156;
  453. //
  454. // RightBox
  455. //
  456. this.RightBox.Controls.Add(this.ClearMsg);
  457. this.RightBox.Controls.Add(this.OperateResult);
  458. this.RightBox.Dock = System.Windows.Forms.DockStyle.Fill;
  459. this.RightBox.Location = new System.Drawing.Point(899, 3);
  460. this.RightBox.Name = "RightBox";
  461. this.RightBox.Size = new System.Drawing.Size(378, 455);
  462. this.RightBox.TabIndex = 156;
  463. //
  464. // ClearMsg
  465. //
  466. this.ClearMsg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  467. | System.Windows.Forms.AnchorStyles.Right)));
  468. this.ClearMsg.Cursor = System.Windows.Forms.Cursors.Hand;
  469. this.ClearMsg.Location = new System.Drawing.Point(155, 471);
  470. this.ClearMsg.Name = "ClearMsg";
  471. this.ClearMsg.Size = new System.Drawing.Size(81, 28);
  472. this.ClearMsg.TabIndex = 156;
  473. this.ClearMsg.Text = "清理";
  474. this.ClearMsg.UseVisualStyleBackColor = true;
  475. this.ClearMsg.Click += new System.EventHandler(this.ClearMsg_Click);
  476. //
  477. // OperateResult
  478. //
  479. this.OperateResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  480. | System.Windows.Forms.AnchorStyles.Right)));
  481. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  482. this.OperateResult.Location = new System.Drawing.Point(0, 0);
  483. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  484. this.OperateResult.Name = "OperateResult";
  485. this.OperateResult.Size = new System.Drawing.Size(378, 463);
  486. this.OperateResult.TabIndex = 155;
  487. this.OperateResult.Text = "";
  488. //
  489. // dataGridViewTextBoxColumn1
  490. //
  491. this.dataGridViewTextBoxColumn1.DataPropertyName = "work_order";
  492. this.dataGridViewTextBoxColumn1.HeaderText = "工单号";
  493. this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
  494. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  495. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  496. this.dataGridViewTextBoxColumn1.Visible = false;
  497. this.dataGridViewTextBoxColumn1.Width = 150;
  498. //
  499. // dataGridViewTextBoxColumn2
  500. //
  501. this.dataGridViewTextBoxColumn2.DataPropertyName = "burn_lotno";
  502. this.dataGridViewTextBoxColumn2.HeaderText = "烧录批号";
  503. this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
  504. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  505. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  506. this.dataGridViewTextBoxColumn2.Width = 150;
  507. //
  508. // dataGridViewTextBoxColumn3
  509. //
  510. this.dataGridViewTextBoxColumn3.DataPropertyName = "line";
  511. this.dataGridViewTextBoxColumn3.HeaderText = "线体";
  512. this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
  513. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  514. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  515. this.dataGridViewTextBoxColumn3.Width = 150;
  516. //
  517. // dataGridViewTextBoxColumn4
  518. //
  519. this.dataGridViewTextBoxColumn4.DataPropertyName = "burn_software";
  520. this.dataGridViewTextBoxColumn4.HeaderText = "烧录软件";
  521. this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
  522. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  523. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  524. this.dataGridViewTextBoxColumn4.Visible = false;
  525. this.dataGridViewTextBoxColumn4.Width = 150;
  526. //
  527. // dataGridViewTextBoxColumn5
  528. //
  529. this.dataGridViewTextBoxColumn5.DataPropertyName = "check_code";
  530. this.dataGridViewTextBoxColumn5.HeaderText = "校验码";
  531. this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
  532. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  533. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  534. this.dataGridViewTextBoxColumn5.Visible = false;
  535. this.dataGridViewTextBoxColumn5.Width = 150;
  536. //
  537. // dataGridViewTextBoxColumn6
  538. //
  539. this.dataGridViewTextBoxColumn6.DataPropertyName = "dot_detail";
  540. this.dataGridViewTextBoxColumn6.HeaderText = "打点信息";
  541. this.dataGridViewTextBoxColumn6.MinimumWidth = 8;
  542. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  543. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  544. this.dataGridViewTextBoxColumn6.Width = 150;
  545. //
  546. // dataGridViewTextBoxColumn7
  547. //
  548. this.dataGridViewTextBoxColumn7.DataPropertyName = "update_time";
  549. this.dataGridViewTextBoxColumn7.HeaderText = "操作时间";
  550. this.dataGridViewTextBoxColumn7.MinimumWidth = 8;
  551. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  552. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  553. this.dataGridViewTextBoxColumn7.Width = 150;
  554. //
  555. // dataGridViewTextBoxColumn8
  556. //
  557. this.dataGridViewTextBoxColumn8.DataPropertyName = "update_name";
  558. this.dataGridViewTextBoxColumn8.HeaderText = "操作人";
  559. this.dataGridViewTextBoxColumn8.MinimumWidth = 8;
  560. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  561. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  562. this.dataGridViewTextBoxColumn8.Width = 150;
  563. //
  564. // dataGridViewTextBoxColumn9
  565. //
  566. this.dataGridViewTextBoxColumn9.DataPropertyName = "update_name";
  567. this.dataGridViewTextBoxColumn9.HeaderText = "操作人";
  568. this.dataGridViewTextBoxColumn9.MinimumWidth = 8;
  569. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  570. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  571. this.dataGridViewTextBoxColumn9.Width = 150;
  572. //
  573. // dataGridViewTextBoxColumn10
  574. //
  575. this.dataGridViewTextBoxColumn10.DataPropertyName = "update_name";
  576. this.dataGridViewTextBoxColumn10.HeaderText = "操作人";
  577. this.dataGridViewTextBoxColumn10.MinimumWidth = 8;
  578. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  579. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  580. this.dataGridViewTextBoxColumn10.Width = 150;
  581. //
  582. // dataGridViewTextBoxColumn11
  583. //
  584. this.dataGridViewTextBoxColumn11.DataPropertyName = "inspect_res";
  585. this.dataGridViewTextBoxColumn11.HeaderText = "抽检结果";
  586. this.dataGridViewTextBoxColumn11.MinimumWidth = 8;
  587. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  588. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  589. this.dataGridViewTextBoxColumn11.Width = 80;
  590. //
  591. // dataGridViewTextBoxColumn12
  592. //
  593. this.dataGridViewTextBoxColumn12.DataPropertyName = "inspect_res";
  594. this.dataGridViewTextBoxColumn12.HeaderText = "抽检结果";
  595. this.dataGridViewTextBoxColumn12.MinimumWidth = 8;
  596. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  597. this.dataGridViewTextBoxColumn12.Width = 80;
  598. //
  599. // RemarkVal
  600. //
  601. this.RemarkVal.Location = new System.Drawing.Point(91, 141);
  602. this.RemarkVal.Multiline = true;
  603. this.RemarkVal.Name = "RemarkVal";
  604. this.RemarkVal.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  605. this.RemarkVal.Size = new System.Drawing.Size(243, 50);
  606. this.RemarkVal.TabIndex = 188;
  607. //
  608. // RemarkLab
  609. //
  610. this.RemarkLab.AutoSize = true;
  611. this.RemarkLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  612. this.RemarkLab.Location = new System.Drawing.Point(38, 152);
  613. this.RemarkLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  614. this.RemarkLab.Name = "RemarkLab";
  615. this.RemarkLab.Size = new System.Drawing.Size(54, 28);
  616. this.RemarkLab.TabIndex = 187;
  617. this.RemarkLab.Text = "备注";
  618. //
  619. // burn_id
  620. //
  621. this.burn_id.DataPropertyName = "burn_id";
  622. this.burn_id.HeaderText = "burn_id";
  623. this.burn_id.MinimumWidth = 8;
  624. this.burn_id.Name = "burn_id";
  625. this.burn_id.ReadOnly = true;
  626. this.burn_id.Visible = false;
  627. this.burn_id.Width = 150;
  628. //
  629. // work_order
  630. //
  631. this.work_order.DataPropertyName = "work_order";
  632. this.work_order.HeaderText = "工单号";
  633. this.work_order.MinimumWidth = 8;
  634. this.work_order.Name = "work_order";
  635. this.work_order.ReadOnly = true;
  636. this.work_order.Width = 150;
  637. //
  638. // burn_qty
  639. //
  640. this.burn_qty.DataPropertyName = "burn_qty";
  641. this.burn_qty.HeaderText = "烧录数量";
  642. this.burn_qty.MinimumWidth = 8;
  643. this.burn_qty.Name = "burn_qty";
  644. this.burn_qty.ReadOnly = true;
  645. this.burn_qty.Width = 80;
  646. //
  647. // burn_lotno
  648. //
  649. this.burn_lotno.DataPropertyName = "burn_lotno";
  650. this.burn_lotno.HeaderText = "烧录条码";
  651. this.burn_lotno.MinimumWidth = 8;
  652. this.burn_lotno.Name = "burn_lotno";
  653. this.burn_lotno.ReadOnly = true;
  654. this.burn_lotno.Width = 150;
  655. //
  656. // line
  657. //
  658. this.line.DataPropertyName = "line";
  659. this.line.HeaderText = "线体";
  660. this.line.MinimumWidth = 8;
  661. this.line.Name = "line";
  662. this.line.ReadOnly = true;
  663. this.line.Visible = false;
  664. this.line.Width = 150;
  665. //
  666. // burn_software
  667. //
  668. this.burn_software.DataPropertyName = "burn_software";
  669. this.burn_software.HeaderText = "烧录软件";
  670. this.burn_software.MinimumWidth = 8;
  671. this.burn_software.Name = "burn_software";
  672. this.burn_software.ReadOnly = true;
  673. this.burn_software.Width = 150;
  674. //
  675. // check_code
  676. //
  677. this.check_code.DataPropertyName = "check_code";
  678. this.check_code.HeaderText = "校验码";
  679. this.check_code.MinimumWidth = 8;
  680. this.check_code.Name = "check_code";
  681. this.check_code.ReadOnly = true;
  682. this.check_code.Width = 150;
  683. //
  684. // dot_detail
  685. //
  686. this.dot_detail.DataPropertyName = "dot_detail";
  687. this.dot_detail.HeaderText = "打点信息";
  688. this.dot_detail.MinimumWidth = 8;
  689. this.dot_detail.Name = "dot_detail";
  690. this.dot_detail.ReadOnly = true;
  691. this.dot_detail.Width = 150;
  692. //
  693. // ic_detail
  694. //
  695. this.ic_detail.DataPropertyName = "ic_detail";
  696. this.ic_detail.HeaderText = "芯片信息";
  697. this.ic_detail.MinimumWidth = 8;
  698. this.ic_detail.Name = "ic_detail";
  699. this.ic_detail.ReadOnly = true;
  700. this.ic_detail.Width = 150;
  701. //
  702. // remark
  703. //
  704. this.remark.DataPropertyName = "remark";
  705. this.remark.HeaderText = "备注";
  706. this.remark.MinimumWidth = 8;
  707. this.remark.Name = "remark";
  708. this.remark.ReadOnly = true;
  709. this.remark.Width = 150;
  710. //
  711. // update_time
  712. //
  713. this.update_time.DataPropertyName = "update_time";
  714. this.update_time.HeaderText = "操作时间";
  715. this.update_time.MinimumWidth = 8;
  716. this.update_time.Name = "update_time";
  717. this.update_time.ReadOnly = true;
  718. this.update_time.Width = 150;
  719. //
  720. // update_name
  721. //
  722. this.update_name.DataPropertyName = "update_name";
  723. this.update_name.HeaderText = "操作人";
  724. this.update_name.MinimumWidth = 8;
  725. this.update_name.Name = "update_name";
  726. this.update_name.ReadOnly = true;
  727. this.update_name.Width = 150;
  728. //
  729. // inspect_res
  730. //
  731. this.inspect_res.DataPropertyName = "inspect_res";
  732. this.inspect_res.HeaderText = "抽检结果";
  733. this.inspect_res.MinimumWidth = 8;
  734. this.inspect_res.Name = "inspect_res";
  735. this.inspect_res.ReadOnly = true;
  736. this.inspect_res.Width = 80;
  737. //
  738. // Make_BurnInfo
  739. //
  740. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  741. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  742. this.ClientSize = new System.Drawing.Size(1280, 720);
  743. this.Controls.Add(this.tableLayoutPanel1);
  744. this.Controls.Add(this.TopBox);
  745. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  746. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  747. this.Margin = new System.Windows.Forms.Padding(4);
  748. this.Name = "Make_BurnInfo";
  749. this.Text = "Make_BurnInfo";
  750. this.Load += new System.EventHandler(this.Make_BurnInfo_Load);
  751. this.TopBox.ResumeLayout(false);
  752. this.TopBox.PerformLayout();
  753. ((System.ComponentModel.ISupportInitialize)(this.DataBox)).EndInit();
  754. this.tableLayoutPanel1.ResumeLayout(false);
  755. this.RightBox.ResumeLayout(false);
  756. this.ResumeLayout(false);
  757. }
  758. #endregion
  759. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  760. private System.Windows.Forms.Label ms_makecode_label;
  761. private System.Windows.Forms.Label LineLab;
  762. private System.Windows.Forms.ComboBox LineVal;
  763. private System.Windows.Forms.TextBox BurnSwVal;
  764. private System.Windows.Forms.Label BurnSwLab;
  765. private System.Windows.Forms.Label CheckCodeLab;
  766. private System.Windows.Forms.Label DotLab;
  767. private System.Windows.Forms.TextBox CheckCodeVal;
  768. private System.Windows.Forms.TextBox DotVal;
  769. private System.Windows.Forms.Button Confirm;
  770. private System.Windows.Forms.Panel TopBox;
  771. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  772. private System.Windows.Forms.Label BurnLotnoLab;
  773. private System.Windows.Forms.DataGridView DataBox;
  774. private System.Windows.Forms.TextBox BurnLotnoVal;
  775. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  776. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  777. private System.Windows.Forms.Panel RightBox;
  778. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  779. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  780. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  781. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  782. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  783. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  784. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  785. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  786. private System.Windows.Forms.Button ClearMsg;
  787. private System.Windows.Forms.Label PrdetailLab;
  788. private System.Windows.Forms.TextBox pr_spec;
  789. private System.Windows.Forms.TextBox ma_qty;
  790. private System.Windows.Forms.Label TargetQtyLab;
  791. private System.Windows.Forms.TextBox EmployeeVal;
  792. private System.Windows.Forms.Label EmployeeLab;
  793. private System.Windows.Forms.TextBox CurrQtyVal;
  794. private System.Windows.Forms.Label CurrQtyLab;
  795. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  796. private System.Windows.Forms.TextBox IcDetailVal;
  797. private System.Windows.Forms.Label IcDetailLab;
  798. private System.Windows.Forms.Button DeleteLog;
  799. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  800. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  801. private System.Windows.Forms.Button SaveCache;
  802. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  803. private System.Windows.Forms.TextBox RemarkVal;
  804. private System.Windows.Forms.Label RemarkLab;
  805. private System.Windows.Forms.DataGridViewTextBoxColumn burn_id;
  806. private System.Windows.Forms.DataGridViewTextBoxColumn work_order;
  807. private System.Windows.Forms.DataGridViewTextBoxColumn burn_qty;
  808. private System.Windows.Forms.DataGridViewTextBoxColumn burn_lotno;
  809. private System.Windows.Forms.DataGridViewTextBoxColumn line;
  810. private System.Windows.Forms.DataGridViewTextBoxColumn burn_software;
  811. private System.Windows.Forms.DataGridViewTextBoxColumn check_code;
  812. private System.Windows.Forms.DataGridViewTextBoxColumn dot_detail;
  813. private System.Windows.Forms.DataGridViewTextBoxColumn ic_detail;
  814. private System.Windows.Forms.DataGridViewTextBoxColumn remark;
  815. private System.Windows.Forms.DataGridViewTextBoxColumn update_time;
  816. private System.Windows.Forms.DataGridViewTextBoxColumn update_name;
  817. private System.Windows.Forms.DataGridViewTextBoxColumn inspect_res;
  818. }
  819. }