PrinterSetupForm.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class PrinterSetupForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.gbPrinter = new System.Windows.Forms.GroupBox();
  30. this.cbxPrinter = new System.Windows.Forms.ComboBox();
  31. this.cbSavePrinter = new System.Windows.Forms.CheckBox();
  32. this.cbPrintToFile = new System.Windows.Forms.CheckBox();
  33. this.btnSettings = new System.Windows.Forms.Button();
  34. this.gbPageRange = new System.Windows.Forms.GroupBox();
  35. this.lblHint = new System.Windows.Forms.Label();
  36. this.tbNumbers = new System.Windows.Forms.TextBox();
  37. this.rbNumbers = new System.Windows.Forms.RadioButton();
  38. this.rbCurrent = new System.Windows.Forms.RadioButton();
  39. this.rbAll = new System.Windows.Forms.RadioButton();
  40. this.gbCopies = new System.Windows.Forms.GroupBox();
  41. this.pnCollate = new System.Windows.Forms.Panel();
  42. this.cbCollate = new System.Windows.Forms.CheckBox();
  43. this.udCount = new System.Windows.Forms.NumericUpDown();
  44. this.lblCount = new System.Windows.Forms.Label();
  45. this.gbOther = new System.Windows.Forms.GroupBox();
  46. this.lblSource = new System.Windows.Forms.Label();
  47. this.lblDuplex = new System.Windows.Forms.Label();
  48. this.cbxSource = new System.Windows.Forms.ComboBox();
  49. this.cbxDuplex = new System.Windows.Forms.ComboBox();
  50. this.cbxOrder = new System.Windows.Forms.ComboBox();
  51. this.lblOrder = new System.Windows.Forms.Label();
  52. this.cbxOddEven = new System.Windows.Forms.ComboBox();
  53. this.lblOddEven = new System.Windows.Forms.Label();
  54. this.gbPrintMode = new System.Windows.Forms.GroupBox();
  55. this.cbxPrintMode = new System.Windows.Forms.ComboBox();
  56. this.lblPagesOnSheet = new System.Windows.Forms.Label();
  57. this.lblPrintOnSheet = new System.Windows.Forms.Label();
  58. this.cbxPagesOnSheet = new System.Windows.Forms.ComboBox();
  59. this.cbxPrintOnSheet = new System.Windows.Forms.ComboBox();
  60. this.btnMoreOptions = new System.Windows.Forms.Button();
  61. this.gbPrinter.SuspendLayout();
  62. this.gbPageRange.SuspendLayout();
  63. this.gbCopies.SuspendLayout();
  64. ((System.ComponentModel.ISupportInitialize)(this.udCount)).BeginInit();
  65. this.gbOther.SuspendLayout();
  66. this.gbPrintMode.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // btnOk
  70. //
  71. this.btnOk.Location = new System.Drawing.Point(376, 356);
  72. //
  73. // btnCancel
  74. //
  75. this.btnCancel.Location = new System.Drawing.Point(456, 356);
  76. this.btnCancel.TabIndex = 1;
  77. //
  78. // gbPrinter
  79. //
  80. this.gbPrinter.Controls.Add(this.cbxPrinter);
  81. this.gbPrinter.Controls.Add(this.cbSavePrinter);
  82. this.gbPrinter.Controls.Add(this.cbPrintToFile);
  83. this.gbPrinter.Controls.Add(this.btnSettings);
  84. this.gbPrinter.Location = new System.Drawing.Point(8, 4);
  85. this.gbPrinter.Name = "gbPrinter";
  86. this.gbPrinter.Size = new System.Drawing.Size(524, 76);
  87. this.gbPrinter.TabIndex = 1;
  88. this.gbPrinter.TabStop = false;
  89. this.gbPrinter.Text = "Printer";
  90. //
  91. // cbxPrinter
  92. //
  93. this.cbxPrinter.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  94. this.cbxPrinter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  95. this.cbxPrinter.FormattingEnabled = true;
  96. this.cbxPrinter.Location = new System.Drawing.Point(12, 20);
  97. this.cbxPrinter.Name = "cbxPrinter";
  98. this.cbxPrinter.Size = new System.Drawing.Size(340, 21);
  99. this.cbxPrinter.TabIndex = 2;
  100. this.cbxPrinter.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.cbxPrinter_DrawItem);
  101. this.cbxPrinter.SelectedIndexChanged += new System.EventHandler(this.cbxPrinter_SelectedIndexChanged);
  102. //
  103. // cbSavePrinter
  104. //
  105. this.cbSavePrinter.AutoSize = true;
  106. this.cbSavePrinter.Location = new System.Drawing.Point(12, 48);
  107. this.cbSavePrinter.Name = "cbSavePrinter";
  108. this.cbSavePrinter.Size = new System.Drawing.Size(185, 17);
  109. this.cbSavePrinter.TabIndex = 1;
  110. this.cbSavePrinter.Text = "Save this printer in the report file";
  111. this.cbSavePrinter.UseVisualStyleBackColor = true;
  112. //
  113. // cbPrintToFile
  114. //
  115. this.cbPrintToFile.AutoSize = true;
  116. this.cbPrintToFile.Location = new System.Drawing.Point(396, 49);
  117. this.cbPrintToFile.Name = "cbPrintToFile";
  118. this.cbPrintToFile.Size = new System.Drawing.Size(78, 17);
  119. this.cbPrintToFile.TabIndex = 1;
  120. this.cbPrintToFile.Text = "Print to file";
  121. this.cbPrintToFile.UseVisualStyleBackColor = true;
  122. //
  123. // btnSettings
  124. //
  125. this.btnSettings.Location = new System.Drawing.Point(396, 20);
  126. this.btnSettings.Name = "btnSettings";
  127. this.btnSettings.Size = new System.Drawing.Size(116, 23);
  128. this.btnSettings.TabIndex = 0;
  129. this.btnSettings.Text = "Settings...";
  130. this.btnSettings.UseVisualStyleBackColor = true;
  131. this.btnSettings.Click += new System.EventHandler(this.btnSettings_Click);
  132. //
  133. // gbPageRange
  134. //
  135. this.gbPageRange.Controls.Add(this.lblHint);
  136. this.gbPageRange.Controls.Add(this.tbNumbers);
  137. this.gbPageRange.Controls.Add(this.rbNumbers);
  138. this.gbPageRange.Controls.Add(this.rbCurrent);
  139. this.gbPageRange.Controls.Add(this.rbAll);
  140. this.gbPageRange.Location = new System.Drawing.Point(8, 84);
  141. this.gbPageRange.Name = "gbPageRange";
  142. this.gbPageRange.Padding = new System.Windows.Forms.Padding(2);
  143. this.gbPageRange.Size = new System.Drawing.Size(264, 128);
  144. this.gbPageRange.TabIndex = 2;
  145. this.gbPageRange.TabStop = false;
  146. this.gbPageRange.Text = "Page range";
  147. //
  148. // lblHint
  149. //
  150. this.lblHint.Dock = System.Windows.Forms.DockStyle.Bottom;
  151. this.lblHint.Location = new System.Drawing.Point(2, 84);
  152. this.lblHint.Name = "lblHint";
  153. this.lblHint.Padding = new System.Windows.Forms.Padding(5, 5, 5, 0);
  154. this.lblHint.Size = new System.Drawing.Size(260, 42);
  155. this.lblHint.TabIndex = 4;
  156. this.lblHint.Text = "Enter page numbers and/or page ranges, separated by commas. For example, 1,3,5-12" +
  157. "";
  158. //
  159. // tbNumbers
  160. //
  161. this.tbNumbers.Location = new System.Drawing.Point(108, 60);
  162. this.tbNumbers.Name = "tbNumbers";
  163. this.tbNumbers.Size = new System.Drawing.Size(145, 20);
  164. this.tbNumbers.TabIndex = 3;
  165. this.tbNumbers.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbNumbers_KeyPress);
  166. //
  167. // rbNumbers
  168. //
  169. this.rbNumbers.AutoSize = true;
  170. this.rbNumbers.Location = new System.Drawing.Point(12, 60);
  171. this.rbNumbers.Name = "rbNumbers";
  172. this.rbNumbers.Size = new System.Drawing.Size(71, 17);
  173. this.rbNumbers.TabIndex = 2;
  174. this.rbNumbers.TabStop = true;
  175. this.rbNumbers.Text = "Numbers:";
  176. this.rbNumbers.UseVisualStyleBackColor = true;
  177. //
  178. // rbCurrent
  179. //
  180. this.rbCurrent.AutoSize = true;
  181. this.rbCurrent.Enabled = false;
  182. this.rbCurrent.Location = new System.Drawing.Point(12, 40);
  183. this.rbCurrent.Name = "rbCurrent";
  184. this.rbCurrent.Size = new System.Drawing.Size(62, 17);
  185. this.rbCurrent.TabIndex = 1;
  186. this.rbCurrent.TabStop = true;
  187. this.rbCurrent.Text = "Current";
  188. this.rbCurrent.UseVisualStyleBackColor = true;
  189. this.rbCurrent.CheckedChanged += new System.EventHandler(this.rbCurrent_CheckedChanged);
  190. //
  191. // rbAll
  192. //
  193. this.rbAll.AutoSize = true;
  194. this.rbAll.Location = new System.Drawing.Point(12, 20);
  195. this.rbAll.Name = "rbAll";
  196. this.rbAll.Size = new System.Drawing.Size(36, 17);
  197. this.rbAll.TabIndex = 0;
  198. this.rbAll.TabStop = true;
  199. this.rbAll.Text = "All";
  200. this.rbAll.UseVisualStyleBackColor = true;
  201. this.rbAll.CheckedChanged += new System.EventHandler(this.rbCurrent_CheckedChanged);
  202. //
  203. // gbCopies
  204. //
  205. this.gbCopies.Controls.Add(this.pnCollate);
  206. this.gbCopies.Controls.Add(this.cbCollate);
  207. this.gbCopies.Controls.Add(this.udCount);
  208. this.gbCopies.Controls.Add(this.lblCount);
  209. this.gbCopies.Location = new System.Drawing.Point(280, 84);
  210. this.gbCopies.Name = "gbCopies";
  211. this.gbCopies.Size = new System.Drawing.Size(252, 128);
  212. this.gbCopies.TabIndex = 3;
  213. this.gbCopies.TabStop = false;
  214. this.gbCopies.Text = "Copies";
  215. //
  216. // pnCollate
  217. //
  218. this.pnCollate.Location = new System.Drawing.Point(16, 52);
  219. this.pnCollate.Name = "pnCollate";
  220. this.pnCollate.Size = new System.Drawing.Size(92, 60);
  221. this.pnCollate.TabIndex = 3;
  222. this.pnCollate.Paint += new System.Windows.Forms.PaintEventHandler(this.pnCollate_Paint);
  223. //
  224. // cbCollate
  225. //
  226. this.cbCollate.Location = new System.Drawing.Point(124, 48);
  227. this.cbCollate.Name = "cbCollate";
  228. this.cbCollate.Size = new System.Drawing.Size(100, 40);
  229. this.cbCollate.TabIndex = 2;
  230. this.cbCollate.Text = "Collate";
  231. this.cbCollate.UseVisualStyleBackColor = true;
  232. this.cbCollate.CheckedChanged += new System.EventHandler(this.cbCollate_CheckedChanged);
  233. //
  234. // udCount
  235. //
  236. this.udCount.Location = new System.Drawing.Point(124, 20);
  237. this.udCount.Maximum = new decimal(new int[] {
  238. 1000000,
  239. 0,
  240. 0,
  241. 0});
  242. this.udCount.Minimum = new decimal(new int[] {
  243. 1,
  244. 0,
  245. 0,
  246. 0});
  247. this.udCount.Name = "udCount";
  248. this.udCount.Size = new System.Drawing.Size(116, 20);
  249. this.udCount.TabIndex = 1;
  250. this.udCount.Value = new decimal(new int[] {
  251. 1,
  252. 0,
  253. 0,
  254. 0});
  255. //
  256. // lblCount
  257. //
  258. this.lblCount.AutoSize = true;
  259. this.lblCount.Location = new System.Drawing.Point(12, 24);
  260. this.lblCount.Name = "lblCount";
  261. this.lblCount.Size = new System.Drawing.Size(40, 13);
  262. this.lblCount.TabIndex = 0;
  263. this.lblCount.Text = "Count:";
  264. //
  265. // gbOther
  266. //
  267. this.gbOther.Controls.Add(this.lblSource);
  268. this.gbOther.Controls.Add(this.lblDuplex);
  269. this.gbOther.Controls.Add(this.cbxSource);
  270. this.gbOther.Controls.Add(this.cbxDuplex);
  271. this.gbOther.Controls.Add(this.cbxOrder);
  272. this.gbOther.Controls.Add(this.lblOrder);
  273. this.gbOther.Controls.Add(this.cbxOddEven);
  274. this.gbOther.Controls.Add(this.lblOddEven);
  275. this.gbOther.Location = new System.Drawing.Point(8, 216);
  276. this.gbOther.Name = "gbOther";
  277. this.gbOther.Size = new System.Drawing.Size(264, 124);
  278. this.gbOther.TabIndex = 4;
  279. this.gbOther.TabStop = false;
  280. this.gbOther.Text = "Other";
  281. //
  282. // lblSource
  283. //
  284. this.lblSource.AutoSize = true;
  285. this.lblSource.Location = new System.Drawing.Point(12, 96);
  286. this.lblSource.Name = "lblSource";
  287. this.lblSource.Size = new System.Drawing.Size(40, 13);
  288. this.lblSource.TabIndex = 5;
  289. this.lblSource.Text = "Source";
  290. //
  291. // lblDuplex
  292. //
  293. this.lblDuplex.AutoSize = true;
  294. this.lblDuplex.Location = new System.Drawing.Point(12, 72);
  295. this.lblDuplex.Name = "lblDuplex";
  296. this.lblDuplex.Size = new System.Drawing.Size(40, 13);
  297. this.lblDuplex.TabIndex = 5;
  298. this.lblDuplex.Text = "Duplex";
  299. //
  300. // cbxSource
  301. //
  302. this.cbxSource.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  303. this.cbxSource.FormattingEnabled = true;
  304. this.cbxSource.Location = new System.Drawing.Point(108, 92);
  305. this.cbxSource.Name = "cbxSource";
  306. this.cbxSource.Size = new System.Drawing.Size(145, 21);
  307. this.cbxSource.TabIndex = 4;
  308. //
  309. // cbxDuplex
  310. //
  311. this.cbxDuplex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  312. this.cbxDuplex.FormattingEnabled = true;
  313. this.cbxDuplex.Location = new System.Drawing.Point(108, 68);
  314. this.cbxDuplex.Name = "cbxDuplex";
  315. this.cbxDuplex.Size = new System.Drawing.Size(145, 21);
  316. this.cbxDuplex.TabIndex = 4;
  317. //
  318. // cbxOrder
  319. //
  320. this.cbxOrder.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  321. this.cbxOrder.FormattingEnabled = true;
  322. this.cbxOrder.Location = new System.Drawing.Point(108, 44);
  323. this.cbxOrder.Name = "cbxOrder";
  324. this.cbxOrder.Size = new System.Drawing.Size(145, 21);
  325. this.cbxOrder.TabIndex = 3;
  326. //
  327. // lblOrder
  328. //
  329. this.lblOrder.AutoSize = true;
  330. this.lblOrder.Location = new System.Drawing.Point(12, 48);
  331. this.lblOrder.Name = "lblOrder";
  332. this.lblOrder.Size = new System.Drawing.Size(35, 13);
  333. this.lblOrder.TabIndex = 2;
  334. this.lblOrder.Text = "Order";
  335. //
  336. // cbxOddEven
  337. //
  338. this.cbxOddEven.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  339. this.cbxOddEven.FormattingEnabled = true;
  340. this.cbxOddEven.Location = new System.Drawing.Point(108, 20);
  341. this.cbxOddEven.Name = "cbxOddEven";
  342. this.cbxOddEven.Size = new System.Drawing.Size(145, 21);
  343. this.cbxOddEven.TabIndex = 1;
  344. //
  345. // lblOddEven
  346. //
  347. this.lblOddEven.AutoSize = true;
  348. this.lblOddEven.Location = new System.Drawing.Point(12, 24);
  349. this.lblOddEven.Name = "lblOddEven";
  350. this.lblOddEven.Size = new System.Drawing.Size(29, 13);
  351. this.lblOddEven.TabIndex = 0;
  352. this.lblOddEven.Text = "Print";
  353. //
  354. // gbPrintMode
  355. //
  356. this.gbPrintMode.Controls.Add(this.cbxPrintMode);
  357. this.gbPrintMode.Controls.Add(this.lblPagesOnSheet);
  358. this.gbPrintMode.Controls.Add(this.lblPrintOnSheet);
  359. this.gbPrintMode.Controls.Add(this.cbxPagesOnSheet);
  360. this.gbPrintMode.Controls.Add(this.cbxPrintOnSheet);
  361. this.gbPrintMode.Location = new System.Drawing.Point(280, 216);
  362. this.gbPrintMode.Name = "gbPrintMode";
  363. this.gbPrintMode.Size = new System.Drawing.Size(252, 124);
  364. this.gbPrintMode.TabIndex = 5;
  365. this.gbPrintMode.TabStop = false;
  366. this.gbPrintMode.Text = "Print mode";
  367. //
  368. // cbxPrintMode
  369. //
  370. this.cbxPrintMode.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  371. this.cbxPrintMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  372. this.cbxPrintMode.FormattingEnabled = true;
  373. this.cbxPrintMode.ItemHeight = 39;
  374. this.cbxPrintMode.Location = new System.Drawing.Point(12, 20);
  375. this.cbxPrintMode.Name = "cbxPrintMode";
  376. this.cbxPrintMode.Size = new System.Drawing.Size(228, 45);
  377. this.cbxPrintMode.TabIndex = 2;
  378. this.cbxPrintMode.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.cbxPrintMode_DrawItem);
  379. this.cbxPrintMode.SelectedIndexChanged += new System.EventHandler(this.cbxPrintMode_SelectedIndexChanged);
  380. //
  381. // lblPagesOnSheet
  382. //
  383. this.lblPagesOnSheet.AutoSize = true;
  384. this.lblPagesOnSheet.Location = new System.Drawing.Point(12, 96);
  385. this.lblPagesOnSheet.Name = "lblPagesOnSheet";
  386. this.lblPagesOnSheet.Size = new System.Drawing.Size(81, 13);
  387. this.lblPagesOnSheet.TabIndex = 1;
  388. this.lblPagesOnSheet.Text = "Pages on sheet";
  389. //
  390. // lblPrintOnSheet
  391. //
  392. this.lblPrintOnSheet.AutoSize = true;
  393. this.lblPrintOnSheet.Location = new System.Drawing.Point(12, 72);
  394. this.lblPrintOnSheet.Name = "lblPrintOnSheet";
  395. this.lblPrintOnSheet.Size = new System.Drawing.Size(74, 13);
  396. this.lblPrintOnSheet.TabIndex = 1;
  397. this.lblPrintOnSheet.Text = "Print on sheet";
  398. //
  399. // cbxPagesOnSheet
  400. //
  401. this.cbxPagesOnSheet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  402. this.cbxPagesOnSheet.FormattingEnabled = true;
  403. this.cbxPagesOnSheet.Location = new System.Drawing.Point(124, 92);
  404. this.cbxPagesOnSheet.Name = "cbxPagesOnSheet";
  405. this.cbxPagesOnSheet.Size = new System.Drawing.Size(116, 21);
  406. this.cbxPagesOnSheet.TabIndex = 0;
  407. //
  408. // cbxPrintOnSheet
  409. //
  410. this.cbxPrintOnSheet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  411. this.cbxPrintOnSheet.FormattingEnabled = true;
  412. this.cbxPrintOnSheet.Location = new System.Drawing.Point(124, 68);
  413. this.cbxPrintOnSheet.Name = "cbxPrintOnSheet";
  414. this.cbxPrintOnSheet.Size = new System.Drawing.Size(116, 21);
  415. this.cbxPrintOnSheet.TabIndex = 0;
  416. //
  417. // btnMoreOptions
  418. //
  419. this.btnMoreOptions.Location = new System.Drawing.Point(8, 356);
  420. this.btnMoreOptions.Name = "btnMoreOptions";
  421. this.btnMoreOptions.Size = new System.Drawing.Size(101, 23);
  422. this.btnMoreOptions.TabIndex = 1;
  423. this.btnMoreOptions.Text = "More options";
  424. this.btnMoreOptions.UseVisualStyleBackColor = true;
  425. this.btnMoreOptions.Click += new System.EventHandler(this.btnMoreOptions_Click);
  426. //
  427. // PrinterSetupForm
  428. //
  429. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  430. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  431. this.ClientSize = new System.Drawing.Size(541, 392);
  432. this.Controls.Add(this.gbPrintMode);
  433. this.Controls.Add(this.gbOther);
  434. this.Controls.Add(this.btnMoreOptions);
  435. this.Controls.Add(this.gbPrinter);
  436. this.Controls.Add(this.gbPageRange);
  437. this.Controls.Add(this.gbCopies);
  438. this.Name = "PrinterSetupForm";
  439. this.Text = "Print";
  440. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PrinterSetupForm_FormClosing);
  441. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PrinterSetupForm_FormClosed);
  442. this.Controls.SetChildIndex(this.gbCopies, 0);
  443. this.Controls.SetChildIndex(this.btnOk, 0);
  444. this.Controls.SetChildIndex(this.gbPageRange, 0);
  445. this.Controls.SetChildIndex(this.btnCancel, 0);
  446. this.Controls.SetChildIndex(this.gbPrinter, 0);
  447. this.Controls.SetChildIndex(this.btnMoreOptions, 0);
  448. this.Controls.SetChildIndex(this.gbOther, 0);
  449. this.Controls.SetChildIndex(this.gbPrintMode, 0);
  450. this.gbPrinter.ResumeLayout(false);
  451. this.gbPrinter.PerformLayout();
  452. this.gbPageRange.ResumeLayout(false);
  453. this.gbPageRange.PerformLayout();
  454. this.gbCopies.ResumeLayout(false);
  455. this.gbCopies.PerformLayout();
  456. ((System.ComponentModel.ISupportInitialize)(this.udCount)).EndInit();
  457. this.gbOther.ResumeLayout(false);
  458. this.gbOther.PerformLayout();
  459. this.gbPrintMode.ResumeLayout(false);
  460. this.gbPrintMode.PerformLayout();
  461. this.ResumeLayout(false);
  462. }
  463. #endregion
  464. private System.Windows.Forms.GroupBox gbPrinter;
  465. private System.Windows.Forms.CheckBox cbPrintToFile;
  466. private System.Windows.Forms.Button btnSettings;
  467. private System.Windows.Forms.GroupBox gbPageRange;
  468. private System.Windows.Forms.Label lblHint;
  469. private System.Windows.Forms.TextBox tbNumbers;
  470. private System.Windows.Forms.RadioButton rbNumbers;
  471. private System.Windows.Forms.RadioButton rbCurrent;
  472. private System.Windows.Forms.RadioButton rbAll;
  473. private System.Windows.Forms.GroupBox gbCopies;
  474. private System.Windows.Forms.CheckBox cbCollate;
  475. private System.Windows.Forms.NumericUpDown udCount;
  476. private System.Windows.Forms.Label lblCount;
  477. private System.Windows.Forms.ComboBox cbxPrinter;
  478. private System.Windows.Forms.GroupBox gbOther;
  479. private System.Windows.Forms.Label lblDuplex;
  480. private System.Windows.Forms.ComboBox cbxDuplex;
  481. private System.Windows.Forms.ComboBox cbxOrder;
  482. private System.Windows.Forms.Label lblOrder;
  483. private System.Windows.Forms.ComboBox cbxOddEven;
  484. private System.Windows.Forms.Label lblOddEven;
  485. private System.Windows.Forms.GroupBox gbPrintMode;
  486. private System.Windows.Forms.Label lblPrintOnSheet;
  487. private System.Windows.Forms.ComboBox cbxPrintOnSheet;
  488. private System.Windows.Forms.ComboBox cbxPrintMode;
  489. private System.Windows.Forms.Label lblSource;
  490. private System.Windows.Forms.ComboBox cbxSource;
  491. private System.Windows.Forms.Label lblPagesOnSheet;
  492. private System.Windows.Forms.ComboBox cbxPagesOnSheet;
  493. private System.Windows.Forms.Button btnMoreOptions;
  494. private System.Windows.Forms.CheckBox cbSavePrinter;
  495. private System.Windows.Forms.Panel pnCollate;
  496. }
  497. }