Make_BurnInfo.Designer.cs 41 KB

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