ExportExcel.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  1. namespace UAS_LabelMachine
  2. {
  3. partial class ExportExcel
  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.Export = new System.Windows.Forms.Button();
  29. this.CH_BLUEFILM = new System.Windows.Forms.CheckBox();
  30. this.CH_SPLITBATCH = new System.Windows.Forms.CheckBox();
  31. this.CH_PBCODE = new System.Windows.Forms.CheckBox();
  32. this.CH_REMARK = new System.Windows.Forms.CheckBox();
  33. this.ch_code = new System.Windows.Forms.CheckBox();
  34. this.CH_WATERID = new System.Windows.Forms.CheckBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.H_Param2 = new System.Windows.Forms.CheckBox();
  40. this.H_Param1 = new System.Windows.Forms.CheckBox();
  41. this.M_Param1 = new System.Windows.Forms.CheckBox();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.BatchCode = new System.Windows.Forms.RadioButton();
  45. this.BoxCode = new System.Windows.Forms.RadioButton();
  46. this.FixRow = new System.Windows.Forms.RadioButton();
  47. this.label7 = new System.Windows.Forms.Label();
  48. this.FirstPage_WID = new System.Windows.Forms.CheckBox();
  49. this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
  50. this.FirstPage_YIELD = new System.Windows.Forms.CheckBox();
  51. this.FirstPage_REMARK = new System.Windows.Forms.CheckBox();
  52. this.ExportSetting = new System.Windows.Forms.Button();
  53. this.M_Param2 = new System.Windows.Forms.CheckBox();
  54. this.M_Param3 = new System.Windows.Forms.CheckBox();
  55. this.H_Param3 = new System.Windows.Forms.CheckBox();
  56. this.M_Param4 = new System.Windows.Forms.CheckBox();
  57. this.H_Param4 = new System.Windows.Forms.CheckBox();
  58. this.label8 = new System.Windows.Forms.Label();
  59. this.Rate = new System.Windows.Forms.RadioButton();
  60. this.Mount = new System.Windows.Forms.RadioButton();
  61. this.groupBox1 = new System.Windows.Forms.GroupBox();
  62. this.groupBox2 = new System.Windows.Forms.GroupBox();
  63. this.Chinese = new System.Windows.Forms.RadioButton();
  64. this.English = new System.Windows.Forms.RadioButton();
  65. this.RowNum = new UAS_LabelMachine.CustomControl.NumOnlyTextBox();
  66. this.CH_YIELD = new System.Windows.Forms.CheckBox();
  67. this.groupBox1.SuspendLayout();
  68. this.groupBox2.SuspendLayout();
  69. this.SuspendLayout();
  70. //
  71. // Export
  72. //
  73. this.Export.Location = new System.Drawing.Point(584, 640);
  74. this.Export.Margin = new System.Windows.Forms.Padding(4);
  75. this.Export.Name = "Export";
  76. this.Export.Size = new System.Drawing.Size(188, 48);
  77. this.Export.TabIndex = 0;
  78. this.Export.Text = "导出";
  79. this.Export.UseVisualStyleBackColor = true;
  80. this.Export.Click += new System.EventHandler(this.Export_Click);
  81. //
  82. // CH_BLUEFILM
  83. //
  84. this.CH_BLUEFILM.AutoSize = true;
  85. this.CH_BLUEFILM.Checked = true;
  86. this.CH_BLUEFILM.CheckState = System.Windows.Forms.CheckState.Checked;
  87. this.CH_BLUEFILM.Font = new System.Drawing.Font("宋体", 10F);
  88. this.CH_BLUEFILM.Location = new System.Drawing.Point(260, 116);
  89. this.CH_BLUEFILM.Margin = new System.Windows.Forms.Padding(4);
  90. this.CH_BLUEFILM.Name = "CH_BLUEFILM";
  91. this.CH_BLUEFILM.Size = new System.Drawing.Size(152, 31);
  92. this.CH_BLUEFILM.TabIndex = 1;
  93. this.CH_BLUEFILM.Text = "划片片号";
  94. this.CH_BLUEFILM.UseVisualStyleBackColor = true;
  95. //
  96. // CH_SPLITBATCH
  97. //
  98. this.CH_SPLITBATCH.AutoSize = true;
  99. this.CH_SPLITBATCH.Font = new System.Drawing.Font("宋体", 10F);
  100. this.CH_SPLITBATCH.Location = new System.Drawing.Point(700, 116);
  101. this.CH_SPLITBATCH.Margin = new System.Windows.Forms.Padding(4);
  102. this.CH_SPLITBATCH.Name = "CH_SPLITBATCH";
  103. this.CH_SPLITBATCH.Size = new System.Drawing.Size(152, 31);
  104. this.CH_SPLITBATCH.TabIndex = 3;
  105. this.CH_SPLITBATCH.Text = "扩散批号";
  106. this.CH_SPLITBATCH.UseVisualStyleBackColor = true;
  107. //
  108. // CH_PBCODE
  109. //
  110. this.CH_PBCODE.AutoSize = true;
  111. this.CH_PBCODE.Font = new System.Drawing.Font("宋体", 10F);
  112. this.CH_PBCODE.Location = new System.Drawing.Point(260, 188);
  113. this.CH_PBCODE.Margin = new System.Windows.Forms.Padding(4);
  114. this.CH_PBCODE.Name = "CH_PBCODE";
  115. this.CH_PBCODE.Size = new System.Drawing.Size(98, 31);
  116. this.CH_PBCODE.TabIndex = 8;
  117. this.CH_PBCODE.Text = "盒号";
  118. this.CH_PBCODE.UseVisualStyleBackColor = true;
  119. //
  120. // CH_REMARK
  121. //
  122. this.CH_REMARK.AutoSize = true;
  123. this.CH_REMARK.Font = new System.Drawing.Font("宋体", 10F);
  124. this.CH_REMARK.Location = new System.Drawing.Point(488, 188);
  125. this.CH_REMARK.Margin = new System.Windows.Forms.Padding(4);
  126. this.CH_REMARK.Name = "CH_REMARK";
  127. this.CH_REMARK.Size = new System.Drawing.Size(152, 31);
  128. this.CH_REMARK.TabIndex = 9;
  129. this.CH_REMARK.Text = "芯片备注";
  130. this.CH_REMARK.UseVisualStyleBackColor = true;
  131. //
  132. // ch_code
  133. //
  134. this.ch_code.AutoSize = true;
  135. this.ch_code.Checked = true;
  136. this.ch_code.CheckState = System.Windows.Forms.CheckState.Checked;
  137. this.ch_code.Font = new System.Drawing.Font("宋体", 10F);
  138. this.ch_code.Location = new System.Drawing.Point(488, 116);
  139. this.ch_code.Margin = new System.Windows.Forms.Padding(4);
  140. this.ch_code.Name = "ch_code";
  141. this.ch_code.Size = new System.Drawing.Size(125, 31);
  142. this.ch_code.TabIndex = 10;
  143. this.ch_code.Text = "芯片号";
  144. this.ch_code.UseVisualStyleBackColor = true;
  145. //
  146. // CH_WATERID
  147. //
  148. this.CH_WATERID.AutoSize = true;
  149. this.CH_WATERID.Font = new System.Drawing.Font("宋体", 10F);
  150. this.CH_WATERID.Location = new System.Drawing.Point(904, 116);
  151. this.CH_WATERID.Margin = new System.Windows.Forms.Padding(4);
  152. this.CH_WATERID.Name = "CH_WATERID";
  153. this.CH_WATERID.Size = new System.Drawing.Size(156, 31);
  154. this.CH_WATERID.TabIndex = 11;
  155. this.CH_WATERID.Text = "Wafer_ID";
  156. this.CH_WATERID.UseVisualStyleBackColor = true;
  157. //
  158. // label1
  159. //
  160. this.label1.AutoSize = true;
  161. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  162. this.label1.Location = new System.Drawing.Point(22, 52);
  163. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  164. this.label1.Name = "label1";
  165. this.label1.Size = new System.Drawing.Size(120, 27);
  166. this.label1.TabIndex = 12;
  167. this.label1.Text = "打印选项";
  168. //
  169. // label2
  170. //
  171. this.label2.AutoSize = true;
  172. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  173. this.label2.Location = new System.Drawing.Point(22, 120);
  174. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  175. this.label2.Name = "label2";
  176. this.label2.Size = new System.Drawing.Size(215, 27);
  177. this.label2.TabIndex = 13;
  178. this.label2.Text = "请选择打印内容:";
  179. //
  180. // label3
  181. //
  182. this.label3.AutoSize = true;
  183. this.label3.Font = new System.Drawing.Font("宋体", 10F);
  184. this.label3.Location = new System.Drawing.Point(22, 270);
  185. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  186. this.label3.Name = "label3";
  187. this.label3.Size = new System.Drawing.Size(216, 27);
  188. this.label3.TabIndex = 14;
  189. this.label3.Text = "参数选择(机测):";
  190. //
  191. // label4
  192. //
  193. this.label4.AutoSize = true;
  194. this.label4.Font = new System.Drawing.Font("宋体", 10F);
  195. this.label4.Location = new System.Drawing.Point(22, 350);
  196. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  197. this.label4.Name = "label4";
  198. this.label4.Size = new System.Drawing.Size(216, 27);
  199. this.label4.TabIndex = 15;
  200. this.label4.Text = "参数选择(手测):";
  201. //
  202. // H_Param2
  203. //
  204. this.H_Param2.AutoSize = true;
  205. this.H_Param2.Font = new System.Drawing.Font("宋体", 10F);
  206. this.H_Param2.Location = new System.Drawing.Point(488, 346);
  207. this.H_Param2.Margin = new System.Windows.Forms.Padding(4);
  208. this.H_Param2.Name = "H_Param2";
  209. this.H_Param2.Size = new System.Drawing.Size(156, 31);
  210. this.H_Param2.TabIndex = 17;
  211. this.H_Param2.Text = "H_Param2";
  212. this.H_Param2.UseVisualStyleBackColor = true;
  213. this.H_Param2.Visible = false;
  214. //
  215. // H_Param1
  216. //
  217. this.H_Param1.AutoSize = true;
  218. this.H_Param1.Font = new System.Drawing.Font("宋体", 10F);
  219. this.H_Param1.Location = new System.Drawing.Point(260, 346);
  220. this.H_Param1.Margin = new System.Windows.Forms.Padding(4);
  221. this.H_Param1.Name = "H_Param1";
  222. this.H_Param1.Size = new System.Drawing.Size(156, 31);
  223. this.H_Param1.TabIndex = 18;
  224. this.H_Param1.Text = "H_Param1";
  225. this.H_Param1.UseVisualStyleBackColor = true;
  226. this.H_Param1.Visible = false;
  227. //
  228. // M_Param1
  229. //
  230. this.M_Param1.AutoSize = true;
  231. this.M_Param1.Font = new System.Drawing.Font("宋体", 10F);
  232. this.M_Param1.Location = new System.Drawing.Point(260, 266);
  233. this.M_Param1.Margin = new System.Windows.Forms.Padding(4);
  234. this.M_Param1.Name = "M_Param1";
  235. this.M_Param1.Size = new System.Drawing.Size(156, 31);
  236. this.M_Param1.TabIndex = 19;
  237. this.M_Param1.Text = "M_Param1";
  238. this.M_Param1.UseVisualStyleBackColor = true;
  239. this.M_Param1.Visible = false;
  240. //
  241. // label5
  242. //
  243. this.label5.AutoSize = true;
  244. this.label5.Font = new System.Drawing.Font("宋体", 10F);
  245. this.label5.Location = new System.Drawing.Point(22, 508);
  246. this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  247. this.label5.Name = "label5";
  248. this.label5.Size = new System.Drawing.Size(188, 27);
  249. this.label5.TabIndex = 20;
  250. this.label5.Text = "首页打印方式:";
  251. //
  252. // label6
  253. //
  254. this.label6.AutoSize = true;
  255. this.label6.Font = new System.Drawing.Font("宋体", 10F);
  256. this.label6.Location = new System.Drawing.Point(22, 432);
  257. this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  258. this.label6.Name = "label6";
  259. this.label6.Size = new System.Drawing.Size(188, 27);
  260. this.label6.TabIndex = 21;
  261. this.label6.Text = "打印分页方式:";
  262. //
  263. // BatchCode
  264. //
  265. this.BatchCode.AutoSize = true;
  266. this.BatchCode.Font = new System.Drawing.Font("宋体", 10F);
  267. this.BatchCode.Location = new System.Drawing.Point(260, 432);
  268. this.BatchCode.Margin = new System.Windows.Forms.Padding(4);
  269. this.BatchCode.Name = "BatchCode";
  270. this.BatchCode.Size = new System.Drawing.Size(124, 31);
  271. this.BatchCode.TabIndex = 22;
  272. this.BatchCode.Text = "扩散批";
  273. this.BatchCode.UseVisualStyleBackColor = true;
  274. //
  275. // BoxCode
  276. //
  277. this.BoxCode.AutoSize = true;
  278. this.BoxCode.Font = new System.Drawing.Font("宋体", 10F);
  279. this.BoxCode.Location = new System.Drawing.Point(444, 432);
  280. this.BoxCode.Margin = new System.Windows.Forms.Padding(4);
  281. this.BoxCode.Name = "BoxCode";
  282. this.BoxCode.Size = new System.Drawing.Size(97, 31);
  283. this.BoxCode.TabIndex = 23;
  284. this.BoxCode.Text = "盒号";
  285. this.BoxCode.UseVisualStyleBackColor = true;
  286. //
  287. // FixRow
  288. //
  289. this.FixRow.AutoSize = true;
  290. this.FixRow.Checked = true;
  291. this.FixRow.Font = new System.Drawing.Font("宋体", 10F);
  292. this.FixRow.Location = new System.Drawing.Point(612, 432);
  293. this.FixRow.Margin = new System.Windows.Forms.Padding(4);
  294. this.FixRow.Name = "FixRow";
  295. this.FixRow.Size = new System.Drawing.Size(151, 31);
  296. this.FixRow.TabIndex = 24;
  297. this.FixRow.TabStop = true;
  298. this.FixRow.Text = "固定行号";
  299. this.FixRow.UseVisualStyleBackColor = true;
  300. //
  301. // label7
  302. //
  303. this.label7.AutoSize = true;
  304. this.label7.Font = new System.Drawing.Font("宋体", 10F);
  305. this.label7.Location = new System.Drawing.Point(810, 432);
  306. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  307. this.label7.Name = "label7";
  308. this.label7.Size = new System.Drawing.Size(134, 27);
  309. this.label7.TabIndex = 25;
  310. this.label7.Text = "分页行数:";
  311. //
  312. // FirstPage_WID
  313. //
  314. this.FirstPage_WID.AutoSize = true;
  315. this.FirstPage_WID.Font = new System.Drawing.Font("宋体", 10F);
  316. this.FirstPage_WID.Location = new System.Drawing.Point(260, 508);
  317. this.FirstPage_WID.Margin = new System.Windows.Forms.Padding(4);
  318. this.FirstPage_WID.Name = "FirstPage_WID";
  319. this.FirstPage_WID.Size = new System.Drawing.Size(210, 31);
  320. this.FirstPage_WID.TabIndex = 29;
  321. this.FirstPage_WID.Text = "打印Wafer id";
  322. this.FirstPage_WID.UseVisualStyleBackColor = true;
  323. //
  324. // FirstPage_YIELD
  325. //
  326. this.FirstPage_YIELD.AutoSize = true;
  327. this.FirstPage_YIELD.Font = new System.Drawing.Font("宋体", 10F);
  328. this.FirstPage_YIELD.Location = new System.Drawing.Point(488, 508);
  329. this.FirstPage_YIELD.Margin = new System.Windows.Forms.Padding(4);
  330. this.FirstPage_YIELD.Name = "FirstPage_YIELD";
  331. this.FirstPage_YIELD.Size = new System.Drawing.Size(98, 31);
  332. this.FirstPage_YIELD.TabIndex = 31;
  333. this.FirstPage_YIELD.Text = "良率";
  334. this.FirstPage_YIELD.UseVisualStyleBackColor = true;
  335. //
  336. // FirstPage_REMARK
  337. //
  338. this.FirstPage_REMARK.AutoSize = true;
  339. this.FirstPage_REMARK.Font = new System.Drawing.Font("宋体", 10F);
  340. this.FirstPage_REMARK.Location = new System.Drawing.Point(608, 508);
  341. this.FirstPage_REMARK.Margin = new System.Windows.Forms.Padding(4);
  342. this.FirstPage_REMARK.Name = "FirstPage_REMARK";
  343. this.FirstPage_REMARK.Size = new System.Drawing.Size(98, 31);
  344. this.FirstPage_REMARK.TabIndex = 32;
  345. this.FirstPage_REMARK.Text = "备注";
  346. this.FirstPage_REMARK.UseVisualStyleBackColor = true;
  347. //
  348. // ExportSetting
  349. //
  350. this.ExportSetting.Location = new System.Drawing.Point(402, 640);
  351. this.ExportSetting.Margin = new System.Windows.Forms.Padding(4);
  352. this.ExportSetting.Name = "ExportSetting";
  353. this.ExportSetting.Size = new System.Drawing.Size(160, 48);
  354. this.ExportSetting.TabIndex = 33;
  355. this.ExportSetting.Text = "导出列配置";
  356. this.ExportSetting.UseVisualStyleBackColor = true;
  357. this.ExportSetting.Click += new System.EventHandler(this.ExportSetting_Click);
  358. //
  359. // M_Param2
  360. //
  361. this.M_Param2.AutoSize = true;
  362. this.M_Param2.Font = new System.Drawing.Font("宋体", 10F);
  363. this.M_Param2.Location = new System.Drawing.Point(488, 266);
  364. this.M_Param2.Margin = new System.Windows.Forms.Padding(4);
  365. this.M_Param2.Name = "M_Param2";
  366. this.M_Param2.Size = new System.Drawing.Size(156, 31);
  367. this.M_Param2.TabIndex = 34;
  368. this.M_Param2.Text = "M_Param2";
  369. this.M_Param2.UseVisualStyleBackColor = true;
  370. this.M_Param2.Visible = false;
  371. //
  372. // M_Param3
  373. //
  374. this.M_Param3.AutoSize = true;
  375. this.M_Param3.Font = new System.Drawing.Font("宋体", 10F);
  376. this.M_Param3.Location = new System.Drawing.Point(700, 269);
  377. this.M_Param3.Margin = new System.Windows.Forms.Padding(4);
  378. this.M_Param3.Name = "M_Param3";
  379. this.M_Param3.Size = new System.Drawing.Size(156, 31);
  380. this.M_Param3.TabIndex = 35;
  381. this.M_Param3.Text = "M_Param3";
  382. this.M_Param3.UseVisualStyleBackColor = true;
  383. this.M_Param3.Visible = false;
  384. //
  385. // H_Param3
  386. //
  387. this.H_Param3.AutoSize = true;
  388. this.H_Param3.Font = new System.Drawing.Font("宋体", 10F);
  389. this.H_Param3.Location = new System.Drawing.Point(700, 346);
  390. this.H_Param3.Margin = new System.Windows.Forms.Padding(4);
  391. this.H_Param3.Name = "H_Param3";
  392. this.H_Param3.Size = new System.Drawing.Size(156, 31);
  393. this.H_Param3.TabIndex = 36;
  394. this.H_Param3.Text = "H_Param3";
  395. this.H_Param3.UseVisualStyleBackColor = true;
  396. this.H_Param3.Visible = false;
  397. //
  398. // M_Param4
  399. //
  400. this.M_Param4.AutoSize = true;
  401. this.M_Param4.Font = new System.Drawing.Font("宋体", 10F);
  402. this.M_Param4.Location = new System.Drawing.Point(904, 266);
  403. this.M_Param4.Margin = new System.Windows.Forms.Padding(4);
  404. this.M_Param4.Name = "M_Param4";
  405. this.M_Param4.Size = new System.Drawing.Size(156, 31);
  406. this.M_Param4.TabIndex = 37;
  407. this.M_Param4.Text = "M_Param4";
  408. this.M_Param4.UseVisualStyleBackColor = true;
  409. this.M_Param4.Visible = false;
  410. //
  411. // H_Param4
  412. //
  413. this.H_Param4.AutoSize = true;
  414. this.H_Param4.Font = new System.Drawing.Font("宋体", 10F);
  415. this.H_Param4.Location = new System.Drawing.Point(904, 346);
  416. this.H_Param4.Margin = new System.Windows.Forms.Padding(4);
  417. this.H_Param4.Name = "H_Param4";
  418. this.H_Param4.Size = new System.Drawing.Size(156, 31);
  419. this.H_Param4.TabIndex = 38;
  420. this.H_Param4.Text = "H_Param4";
  421. this.H_Param4.UseVisualStyleBackColor = true;
  422. this.H_Param4.Visible = false;
  423. //
  424. // label8
  425. //
  426. this.label8.AutoSize = true;
  427. this.label8.Font = new System.Drawing.Font("宋体", 10F);
  428. this.label8.Location = new System.Drawing.Point(22, 581);
  429. this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  430. this.label8.Name = "label8";
  431. this.label8.Size = new System.Drawing.Size(134, 27);
  432. this.label8.TabIndex = 39;
  433. this.label8.Text = "分档方式:";
  434. //
  435. // Rate
  436. //
  437. this.Rate.AutoSize = true;
  438. this.Rate.Checked = true;
  439. this.Rate.Font = new System.Drawing.Font("宋体", 10F);
  440. this.Rate.Location = new System.Drawing.Point(23, 26);
  441. this.Rate.Margin = new System.Windows.Forms.Padding(4);
  442. this.Rate.Name = "Rate";
  443. this.Rate.Size = new System.Drawing.Size(124, 31);
  444. this.Rate.TabIndex = 40;
  445. this.Rate.TabStop = true;
  446. this.Rate.Text = "百分比";
  447. this.Rate.UseVisualStyleBackColor = true;
  448. //
  449. // Mount
  450. //
  451. this.Mount.AutoSize = true;
  452. this.Mount.Font = new System.Drawing.Font("宋体", 10F);
  453. this.Mount.Location = new System.Drawing.Point(166, 28);
  454. this.Mount.Margin = new System.Windows.Forms.Padding(4);
  455. this.Mount.Name = "Mount";
  456. this.Mount.Size = new System.Drawing.Size(97, 31);
  457. this.Mount.TabIndex = 41;
  458. this.Mount.Text = "数量";
  459. this.Mount.UseVisualStyleBackColor = true;
  460. //
  461. // groupBox1
  462. //
  463. this.groupBox1.Controls.Add(this.Rate);
  464. this.groupBox1.Controls.Add(this.Mount);
  465. this.groupBox1.Location = new System.Drawing.Point(238, 553);
  466. this.groupBox1.Name = "groupBox1";
  467. this.groupBox1.Size = new System.Drawing.Size(495, 67);
  468. this.groupBox1.TabIndex = 42;
  469. this.groupBox1.TabStop = false;
  470. this.groupBox1.Paint += new System.Windows.Forms.PaintEventHandler(this.groupBox1_Paint);
  471. //
  472. // groupBox2
  473. //
  474. this.groupBox2.Controls.Add(this.Chinese);
  475. this.groupBox2.Controls.Add(this.English);
  476. this.groupBox2.Location = new System.Drawing.Point(238, 23);
  477. this.groupBox2.Name = "groupBox2";
  478. this.groupBox2.Size = new System.Drawing.Size(495, 67);
  479. this.groupBox2.TabIndex = 43;
  480. this.groupBox2.TabStop = false;
  481. //
  482. // Chinese
  483. //
  484. this.Chinese.AutoSize = true;
  485. this.Chinese.Checked = true;
  486. this.Chinese.Font = new System.Drawing.Font("宋体", 10F);
  487. this.Chinese.Location = new System.Drawing.Point(23, 26);
  488. this.Chinese.Margin = new System.Windows.Forms.Padding(4);
  489. this.Chinese.Name = "Chinese";
  490. this.Chinese.Size = new System.Drawing.Size(97, 31);
  491. this.Chinese.TabIndex = 40;
  492. this.Chinese.TabStop = true;
  493. this.Chinese.Text = "中文";
  494. this.Chinese.UseVisualStyleBackColor = true;
  495. //
  496. // English
  497. //
  498. this.English.AutoSize = true;
  499. this.English.Font = new System.Drawing.Font("宋体", 10F);
  500. this.English.Location = new System.Drawing.Point(166, 28);
  501. this.English.Margin = new System.Windows.Forms.Padding(4);
  502. this.English.Name = "English";
  503. this.English.Size = new System.Drawing.Size(97, 31);
  504. this.English.TabIndex = 41;
  505. this.English.Text = "英文";
  506. this.English.UseVisualStyleBackColor = true;
  507. //
  508. // RowNum
  509. //
  510. this.RowNum.Location = new System.Drawing.Point(960, 428);
  511. this.RowNum.Margin = new System.Windows.Forms.Padding(4);
  512. this.RowNum.Name = "RowNum";
  513. this.RowNum.Negative = false;
  514. this.RowNum.Size = new System.Drawing.Size(100, 35);
  515. this.RowNum.TabIndex = 30;
  516. this.RowNum.Text = "10";
  517. //
  518. // CH_YIELD
  519. //
  520. this.CH_YIELD.AutoSize = true;
  521. this.CH_YIELD.Font = new System.Drawing.Font("宋体", 10F);
  522. this.CH_YIELD.Location = new System.Drawing.Point(700, 188);
  523. this.CH_YIELD.Margin = new System.Windows.Forms.Padding(4);
  524. this.CH_YIELD.Name = "CH_YIELD";
  525. this.CH_YIELD.Size = new System.Drawing.Size(98, 31);
  526. this.CH_YIELD.TabIndex = 44;
  527. this.CH_YIELD.Text = "良率";
  528. this.CH_YIELD.UseVisualStyleBackColor = true;
  529. //
  530. // ExportExcel
  531. //
  532. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  533. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  534. this.ClientSize = new System.Drawing.Size(1144, 704);
  535. this.Controls.Add(this.CH_YIELD);
  536. this.Controls.Add(this.groupBox2);
  537. this.Controls.Add(this.groupBox1);
  538. this.Controls.Add(this.label8);
  539. this.Controls.Add(this.H_Param4);
  540. this.Controls.Add(this.M_Param4);
  541. this.Controls.Add(this.H_Param3);
  542. this.Controls.Add(this.M_Param3);
  543. this.Controls.Add(this.M_Param2);
  544. this.Controls.Add(this.ExportSetting);
  545. this.Controls.Add(this.FirstPage_REMARK);
  546. this.Controls.Add(this.FirstPage_YIELD);
  547. this.Controls.Add(this.RowNum);
  548. this.Controls.Add(this.FirstPage_WID);
  549. this.Controls.Add(this.label7);
  550. this.Controls.Add(this.FixRow);
  551. this.Controls.Add(this.BoxCode);
  552. this.Controls.Add(this.BatchCode);
  553. this.Controls.Add(this.label6);
  554. this.Controls.Add(this.label5);
  555. this.Controls.Add(this.M_Param1);
  556. this.Controls.Add(this.H_Param1);
  557. this.Controls.Add(this.H_Param2);
  558. this.Controls.Add(this.label4);
  559. this.Controls.Add(this.label3);
  560. this.Controls.Add(this.label2);
  561. this.Controls.Add(this.label1);
  562. this.Controls.Add(this.CH_WATERID);
  563. this.Controls.Add(this.ch_code);
  564. this.Controls.Add(this.CH_REMARK);
  565. this.Controls.Add(this.CH_PBCODE);
  566. this.Controls.Add(this.CH_SPLITBATCH);
  567. this.Controls.Add(this.CH_BLUEFILM);
  568. this.Controls.Add(this.Export);
  569. this.Margin = new System.Windows.Forms.Padding(4);
  570. this.Name = "ExportExcel";
  571. this.Text = "导出数据";
  572. this.Load += new System.EventHandler(this.ExportExcel_Load);
  573. this.groupBox1.ResumeLayout(false);
  574. this.groupBox1.PerformLayout();
  575. this.groupBox2.ResumeLayout(false);
  576. this.groupBox2.PerformLayout();
  577. this.ResumeLayout(false);
  578. this.PerformLayout();
  579. }
  580. #endregion
  581. private System.Windows.Forms.Button Export;
  582. private System.Windows.Forms.CheckBox CH_BLUEFILM;
  583. private System.Windows.Forms.CheckBox CH_SPLITBATCH;
  584. private System.Windows.Forms.CheckBox CH_PBCODE;
  585. private System.Windows.Forms.CheckBox CH_REMARK;
  586. private System.Windows.Forms.CheckBox ch_code;
  587. private System.Windows.Forms.CheckBox CH_WATERID;
  588. private System.Windows.Forms.Label label1;
  589. private System.Windows.Forms.Label label2;
  590. private System.Windows.Forms.Label label3;
  591. private System.Windows.Forms.Label label4;
  592. private System.Windows.Forms.CheckBox H_Param2;
  593. private System.Windows.Forms.CheckBox H_Param1;
  594. private System.Windows.Forms.CheckBox M_Param1;
  595. private System.Windows.Forms.Label label5;
  596. private System.Windows.Forms.Label label6;
  597. private System.Windows.Forms.RadioButton BatchCode;
  598. private System.Windows.Forms.RadioButton BoxCode;
  599. private System.Windows.Forms.RadioButton FixRow;
  600. private System.Windows.Forms.Label label7;
  601. private System.Windows.Forms.CheckBox FirstPage_WID;
  602. private CustomControl.NumOnlyTextBox RowNum;
  603. private System.Windows.Forms.FolderBrowserDialog ExportFileDialog;
  604. private System.Windows.Forms.CheckBox FirstPage_YIELD;
  605. private System.Windows.Forms.CheckBox FirstPage_REMARK;
  606. private System.Windows.Forms.Button ExportSetting;
  607. private System.Windows.Forms.CheckBox M_Param2;
  608. private System.Windows.Forms.CheckBox M_Param3;
  609. private System.Windows.Forms.CheckBox H_Param3;
  610. private System.Windows.Forms.CheckBox M_Param4;
  611. private System.Windows.Forms.CheckBox H_Param4;
  612. private System.Windows.Forms.Label label8;
  613. private System.Windows.Forms.RadioButton Rate;
  614. private System.Windows.Forms.RadioButton Mount;
  615. private System.Windows.Forms.GroupBox groupBox1;
  616. private System.Windows.Forms.GroupBox groupBox2;
  617. private System.Windows.Forms.RadioButton Chinese;
  618. private System.Windows.Forms.RadioButton English;
  619. private System.Windows.Forms.CheckBox CH_YIELD;
  620. }
  621. }