ExportExcel.Designer.cs 32 KB

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