Make_BurnInfo.Designer.cs 31 KB

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