ExportExcel.Designer.cs 18 KB

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