ExportExcel.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  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.BVCEO = new System.Windows.Forms.CheckBox();
  40. this.TS = new System.Windows.Forms.CheckBox();
  41. this.percent = 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.RowNum = new UAS_LabelMachine.CustomControl.NumOnlyTextBox();
  53. this.SuspendLayout();
  54. //
  55. // Export
  56. //
  57. this.Export.Location = new System.Drawing.Point(240, 288);
  58. this.Export.Margin = new System.Windows.Forms.Padding(2);
  59. this.Export.Name = "Export";
  60. this.Export.Size = new System.Drawing.Size(94, 24);
  61. this.Export.TabIndex = 0;
  62. this.Export.Text = "导出";
  63. this.Export.UseVisualStyleBackColor = true;
  64. this.Export.Click += new System.EventHandler(this.Export_Click);
  65. //
  66. // CH_BLUEFILM
  67. //
  68. this.CH_BLUEFILM.AutoSize = true;
  69. this.CH_BLUEFILM.Font = new System.Drawing.Font("宋体", 10F);
  70. this.CH_BLUEFILM.Location = new System.Drawing.Point(130, 58);
  71. this.CH_BLUEFILM.Margin = new System.Windows.Forms.Padding(2);
  72. this.CH_BLUEFILM.Name = "CH_BLUEFILM";
  73. this.CH_BLUEFILM.Size = new System.Drawing.Size(68, 18);
  74. this.CH_BLUEFILM.TabIndex = 1;
  75. this.CH_BLUEFILM.Text = "蓝膜号";
  76. this.CH_BLUEFILM.UseVisualStyleBackColor = true;
  77. //
  78. // CH_SPLITBATCH
  79. //
  80. this.CH_SPLITBATCH.AutoSize = true;
  81. this.CH_SPLITBATCH.Font = new System.Drawing.Font("宋体", 10F);
  82. this.CH_SPLITBATCH.Location = new System.Drawing.Point(350, 58);
  83. this.CH_SPLITBATCH.Margin = new System.Windows.Forms.Padding(2);
  84. this.CH_SPLITBATCH.Name = "CH_SPLITBATCH";
  85. this.CH_SPLITBATCH.Size = new System.Drawing.Size(82, 18);
  86. this.CH_SPLITBATCH.TabIndex = 3;
  87. this.CH_SPLITBATCH.Text = "扩散批号";
  88. this.CH_SPLITBATCH.UseVisualStyleBackColor = true;
  89. //
  90. // CH_PBCODE
  91. //
  92. this.CH_PBCODE.AutoSize = true;
  93. this.CH_PBCODE.Font = new System.Drawing.Font("宋体", 10F);
  94. this.CH_PBCODE.Location = new System.Drawing.Point(130, 94);
  95. this.CH_PBCODE.Margin = new System.Windows.Forms.Padding(2);
  96. this.CH_PBCODE.Name = "CH_PBCODE";
  97. this.CH_PBCODE.Size = new System.Drawing.Size(54, 18);
  98. this.CH_PBCODE.TabIndex = 8;
  99. this.CH_PBCODE.Text = "盒号";
  100. this.CH_PBCODE.UseVisualStyleBackColor = true;
  101. //
  102. // CH_REMARK
  103. //
  104. this.CH_REMARK.AutoSize = true;
  105. this.CH_REMARK.Font = new System.Drawing.Font("宋体", 10F);
  106. this.CH_REMARK.Location = new System.Drawing.Point(244, 94);
  107. this.CH_REMARK.Margin = new System.Windows.Forms.Padding(2);
  108. this.CH_REMARK.Name = "CH_REMARK";
  109. this.CH_REMARK.Size = new System.Drawing.Size(82, 18);
  110. this.CH_REMARK.TabIndex = 9;
  111. this.CH_REMARK.Text = "芯片备注";
  112. this.CH_REMARK.UseVisualStyleBackColor = true;
  113. //
  114. // ch_code
  115. //
  116. this.ch_code.AutoSize = true;
  117. this.ch_code.Checked = true;
  118. this.ch_code.CheckState = System.Windows.Forms.CheckState.Checked;
  119. this.ch_code.Font = new System.Drawing.Font("宋体", 10F);
  120. this.ch_code.Location = new System.Drawing.Point(244, 58);
  121. this.ch_code.Margin = new System.Windows.Forms.Padding(2);
  122. this.ch_code.Name = "ch_code";
  123. this.ch_code.Size = new System.Drawing.Size(68, 18);
  124. this.ch_code.TabIndex = 10;
  125. this.ch_code.Text = "芯片号";
  126. this.ch_code.UseVisualStyleBackColor = true;
  127. //
  128. // CH_WATERID
  129. //
  130. this.CH_WATERID.AutoSize = true;
  131. this.CH_WATERID.Font = new System.Drawing.Font("宋体", 10F);
  132. this.CH_WATERID.Location = new System.Drawing.Point(452, 58);
  133. this.CH_WATERID.Margin = new System.Windows.Forms.Padding(2);
  134. this.CH_WATERID.Name = "CH_WATERID";
  135. this.CH_WATERID.Size = new System.Drawing.Size(82, 18);
  136. this.CH_WATERID.TabIndex = 11;
  137. this.CH_WATERID.Text = "Wafer_ID";
  138. this.CH_WATERID.UseVisualStyleBackColor = true;
  139. //
  140. // label1
  141. //
  142. this.label1.AutoSize = true;
  143. this.label1.Font = new System.Drawing.Font("宋体", 10F);
  144. this.label1.Location = new System.Drawing.Point(11, 26);
  145. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  146. this.label1.Name = "label1";
  147. this.label1.Size = new System.Drawing.Size(63, 14);
  148. this.label1.TabIndex = 12;
  149. this.label1.Text = "打印选项";
  150. //
  151. // label2
  152. //
  153. this.label2.AutoSize = true;
  154. this.label2.Font = new System.Drawing.Font("宋体", 10F);
  155. this.label2.Location = new System.Drawing.Point(11, 60);
  156. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  157. this.label2.Name = "label2";
  158. this.label2.Size = new System.Drawing.Size(112, 14);
  159. this.label2.TabIndex = 13;
  160. this.label2.Text = "请选择打印内容:";
  161. //
  162. // label3
  163. //
  164. this.label3.AutoSize = true;
  165. this.label3.Font = new System.Drawing.Font("宋体", 10F);
  166. this.label3.Location = new System.Drawing.Point(11, 130);
  167. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  168. this.label3.Name = "label3";
  169. this.label3.Size = new System.Drawing.Size(112, 14);
  170. this.label3.TabIndex = 14;
  171. this.label3.Text = "参数选择(机测):";
  172. //
  173. // label4
  174. //
  175. this.label4.AutoSize = true;
  176. this.label4.Font = new System.Drawing.Font("宋体", 10F);
  177. this.label4.Location = new System.Drawing.Point(11, 176);
  178. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  179. this.label4.Name = "label4";
  180. this.label4.Size = new System.Drawing.Size(112, 14);
  181. this.label4.TabIndex = 15;
  182. this.label4.Text = "参数选择(手测):";
  183. //
  184. // BVCEO
  185. //
  186. this.BVCEO.AutoSize = true;
  187. this.BVCEO.Font = new System.Drawing.Font("宋体", 10F);
  188. this.BVCEO.Location = new System.Drawing.Point(244, 174);
  189. this.BVCEO.Margin = new System.Windows.Forms.Padding(2);
  190. this.BVCEO.Name = "BVCEO";
  191. this.BVCEO.Size = new System.Drawing.Size(61, 18);
  192. this.BVCEO.TabIndex = 17;
  193. this.BVCEO.Text = "BVCEO";
  194. this.BVCEO.UseVisualStyleBackColor = true;
  195. //
  196. // TS
  197. //
  198. this.TS.AutoSize = true;
  199. this.TS.Font = new System.Drawing.Font("宋体", 10F);
  200. this.TS.Location = new System.Drawing.Point(130, 174);
  201. this.TS.Margin = new System.Windows.Forms.Padding(2);
  202. this.TS.Name = "TS";
  203. this.TS.Size = new System.Drawing.Size(40, 18);
  204. this.TS.TabIndex = 18;
  205. this.TS.Text = "TS";
  206. this.TS.UseVisualStyleBackColor = true;
  207. //
  208. // percent
  209. //
  210. this.percent.AutoSize = true;
  211. this.percent.Font = new System.Drawing.Font("宋体", 10F);
  212. this.percent.Location = new System.Drawing.Point(130, 128);
  213. this.percent.Margin = new System.Windows.Forms.Padding(2);
  214. this.percent.Name = "percent";
  215. this.percent.Size = new System.Drawing.Size(47, 18);
  216. this.percent.TabIndex = 19;
  217. this.percent.Text = "HFS";
  218. this.percent.UseVisualStyleBackColor = true;
  219. //
  220. // label5
  221. //
  222. this.label5.AutoSize = true;
  223. this.label5.Font = new System.Drawing.Font("宋体", 10F);
  224. this.label5.Location = new System.Drawing.Point(11, 254);
  225. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  226. this.label5.Name = "label5";
  227. this.label5.Size = new System.Drawing.Size(98, 14);
  228. this.label5.TabIndex = 20;
  229. this.label5.Text = "首页打印方式:";
  230. //
  231. // label6
  232. //
  233. this.label6.AutoSize = true;
  234. this.label6.Font = new System.Drawing.Font("宋体", 10F);
  235. this.label6.Location = new System.Drawing.Point(11, 216);
  236. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  237. this.label6.Name = "label6";
  238. this.label6.Size = new System.Drawing.Size(98, 14);
  239. this.label6.TabIndex = 21;
  240. this.label6.Text = "打印分页方式:";
  241. //
  242. // BatchCode
  243. //
  244. this.BatchCode.AutoSize = true;
  245. this.BatchCode.Font = new System.Drawing.Font("宋体", 10F);
  246. this.BatchCode.Location = new System.Drawing.Point(130, 216);
  247. this.BatchCode.Margin = new System.Windows.Forms.Padding(2);
  248. this.BatchCode.Name = "BatchCode";
  249. this.BatchCode.Size = new System.Drawing.Size(67, 18);
  250. this.BatchCode.TabIndex = 22;
  251. this.BatchCode.Text = "扩散批";
  252. this.BatchCode.UseVisualStyleBackColor = true;
  253. //
  254. // BoxCode
  255. //
  256. this.BoxCode.AutoSize = true;
  257. this.BoxCode.Font = new System.Drawing.Font("宋体", 10F);
  258. this.BoxCode.Location = new System.Drawing.Point(222, 216);
  259. this.BoxCode.Margin = new System.Windows.Forms.Padding(2);
  260. this.BoxCode.Name = "BoxCode";
  261. this.BoxCode.Size = new System.Drawing.Size(53, 18);
  262. this.BoxCode.TabIndex = 23;
  263. this.BoxCode.Text = "盒号";
  264. this.BoxCode.UseVisualStyleBackColor = true;
  265. //
  266. // FixRow
  267. //
  268. this.FixRow.AutoSize = true;
  269. this.FixRow.Checked = true;
  270. this.FixRow.Font = new System.Drawing.Font("宋体", 10F);
  271. this.FixRow.Location = new System.Drawing.Point(306, 216);
  272. this.FixRow.Margin = new System.Windows.Forms.Padding(2);
  273. this.FixRow.Name = "FixRow";
  274. this.FixRow.Size = new System.Drawing.Size(81, 18);
  275. this.FixRow.TabIndex = 24;
  276. this.FixRow.TabStop = true;
  277. this.FixRow.Text = "固定行号";
  278. this.FixRow.UseVisualStyleBackColor = true;
  279. //
  280. // label7
  281. //
  282. this.label7.AutoSize = true;
  283. this.label7.Font = new System.Drawing.Font("宋体", 10F);
  284. this.label7.Location = new System.Drawing.Point(405, 216);
  285. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  286. this.label7.Name = "label7";
  287. this.label7.Size = new System.Drawing.Size(70, 14);
  288. this.label7.TabIndex = 25;
  289. this.label7.Text = "分页行数:";
  290. //
  291. // FirstPage_WID
  292. //
  293. this.FirstPage_WID.AutoSize = true;
  294. this.FirstPage_WID.Font = new System.Drawing.Font("宋体", 10F);
  295. this.FirstPage_WID.Location = new System.Drawing.Point(130, 254);
  296. this.FirstPage_WID.Margin = new System.Windows.Forms.Padding(2);
  297. this.FirstPage_WID.Name = "FirstPage_WID";
  298. this.FirstPage_WID.Size = new System.Drawing.Size(110, 18);
  299. this.FirstPage_WID.TabIndex = 29;
  300. this.FirstPage_WID.Text = "打印Wafer id";
  301. this.FirstPage_WID.UseVisualStyleBackColor = true;
  302. //
  303. // FirstPage_YIELD
  304. //
  305. this.FirstPage_YIELD.AutoSize = true;
  306. this.FirstPage_YIELD.Font = new System.Drawing.Font("宋体", 10F);
  307. this.FirstPage_YIELD.Location = new System.Drawing.Point(244, 254);
  308. this.FirstPage_YIELD.Margin = new System.Windows.Forms.Padding(2);
  309. this.FirstPage_YIELD.Name = "FirstPage_YIELD";
  310. this.FirstPage_YIELD.Size = new System.Drawing.Size(54, 18);
  311. this.FirstPage_YIELD.TabIndex = 31;
  312. this.FirstPage_YIELD.Text = "良率";
  313. this.FirstPage_YIELD.UseVisualStyleBackColor = true;
  314. //
  315. // FirstPage_REMARK
  316. //
  317. this.FirstPage_REMARK.AutoSize = true;
  318. this.FirstPage_REMARK.Font = new System.Drawing.Font("宋体", 10F);
  319. this.FirstPage_REMARK.Location = new System.Drawing.Point(304, 254);
  320. this.FirstPage_REMARK.Margin = new System.Windows.Forms.Padding(2);
  321. this.FirstPage_REMARK.Name = "FirstPage_REMARK";
  322. this.FirstPage_REMARK.Size = new System.Drawing.Size(54, 18);
  323. this.FirstPage_REMARK.TabIndex = 32;
  324. this.FirstPage_REMARK.Text = "备注";
  325. this.FirstPage_REMARK.UseVisualStyleBackColor = true;
  326. //
  327. // RowNum
  328. //
  329. this.RowNum.Location = new System.Drawing.Point(480, 216);
  330. this.RowNum.Margin = new System.Windows.Forms.Padding(2);
  331. this.RowNum.Name = "RowNum";
  332. this.RowNum.Negative = false;
  333. this.RowNum.Size = new System.Drawing.Size(52, 21);
  334. this.RowNum.TabIndex = 30;
  335. this.RowNum.Text = "10";
  336. //
  337. // ExportExcel
  338. //
  339. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  340. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  341. this.ClientSize = new System.Drawing.Size(572, 338);
  342. this.Controls.Add(this.FirstPage_REMARK);
  343. this.Controls.Add(this.FirstPage_YIELD);
  344. this.Controls.Add(this.RowNum);
  345. this.Controls.Add(this.FirstPage_WID);
  346. this.Controls.Add(this.label7);
  347. this.Controls.Add(this.FixRow);
  348. this.Controls.Add(this.BoxCode);
  349. this.Controls.Add(this.BatchCode);
  350. this.Controls.Add(this.label6);
  351. this.Controls.Add(this.label5);
  352. this.Controls.Add(this.percent);
  353. this.Controls.Add(this.TS);
  354. this.Controls.Add(this.BVCEO);
  355. this.Controls.Add(this.label4);
  356. this.Controls.Add(this.label3);
  357. this.Controls.Add(this.label2);
  358. this.Controls.Add(this.label1);
  359. this.Controls.Add(this.CH_WATERID);
  360. this.Controls.Add(this.ch_code);
  361. this.Controls.Add(this.CH_REMARK);
  362. this.Controls.Add(this.CH_PBCODE);
  363. this.Controls.Add(this.CH_SPLITBATCH);
  364. this.Controls.Add(this.CH_BLUEFILM);
  365. this.Controls.Add(this.Export);
  366. this.Margin = new System.Windows.Forms.Padding(2);
  367. this.Name = "ExportExcel";
  368. this.Text = "导出数据";
  369. this.Load += new System.EventHandler(this.ExportExcel_Load);
  370. this.ResumeLayout(false);
  371. this.PerformLayout();
  372. }
  373. #endregion
  374. private System.Windows.Forms.Button Export;
  375. private System.Windows.Forms.CheckBox CH_BLUEFILM;
  376. private System.Windows.Forms.CheckBox CH_SPLITBATCH;
  377. private System.Windows.Forms.CheckBox CH_PBCODE;
  378. private System.Windows.Forms.CheckBox CH_REMARK;
  379. private System.Windows.Forms.CheckBox ch_code;
  380. private System.Windows.Forms.CheckBox CH_WATERID;
  381. private System.Windows.Forms.Label label1;
  382. private System.Windows.Forms.Label label2;
  383. private System.Windows.Forms.Label label3;
  384. private System.Windows.Forms.Label label4;
  385. private System.Windows.Forms.CheckBox BVCEO;
  386. private System.Windows.Forms.CheckBox TS;
  387. private System.Windows.Forms.CheckBox percent;
  388. private System.Windows.Forms.Label label5;
  389. private System.Windows.Forms.Label label6;
  390. private System.Windows.Forms.RadioButton BatchCode;
  391. private System.Windows.Forms.RadioButton BoxCode;
  392. private System.Windows.Forms.RadioButton FixRow;
  393. private System.Windows.Forms.Label label7;
  394. private System.Windows.Forms.CheckBox FirstPage_WID;
  395. private CustomControl.NumOnlyTextBox RowNum;
  396. private System.Windows.Forms.FolderBrowserDialog ExportFileDialog;
  397. private System.Windows.Forms.CheckBox FirstPage_YIELD;
  398. private System.Windows.Forms.CheckBox FirstPage_REMARK;
  399. }
  400. }