Make_BurnInfo.Designer.cs 30 KB

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