ExportExcel.Designer.cs 16 KB

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