ExportExcel.Designer.cs 24 KB

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