Make_BurnInfo.Designer.cs 36 KB

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