PageSetupForm.Designer.cs 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605
  1. namespace FastReport.Forms
  2. {
  3. partial class PageSetupForm
  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.cbMirrorMargins = new System.Windows.Forms.CheckBox();
  29. this.tbBottom = new System.Windows.Forms.TextBox();
  30. this.lblBottom = new System.Windows.Forms.Label();
  31. this.tbRight = new System.Windows.Forms.TextBox();
  32. this.lblRight = new System.Windows.Forms.Label();
  33. this.tbTop = new System.Windows.Forms.TextBox();
  34. this.lblTop = new System.Windows.Forms.Label();
  35. this.tbLeft = new System.Windows.Forms.TextBox();
  36. this.lblLeft = new System.Windows.Forms.Label();
  37. this.cbxOtherPages = new System.Windows.Forms.ComboBox();
  38. this.cbxFirstPage = new System.Windows.Forms.ComboBox();
  39. this.cbxLastPage = new System.Windows.Forms.ComboBox();
  40. this.lblOtherPages = new System.Windows.Forms.Label();
  41. this.lblFirstPage = new System.Windows.Forms.Label();
  42. this.lblLastPage = new System.Windows.Forms.Label();
  43. this.pnOrientation = new System.Windows.Forms.Panel();
  44. this.rbLandscape = new System.Windows.Forms.RadioButton();
  45. this.rbPortrait = new System.Windows.Forms.RadioButton();
  46. this.tbHeight = new System.Windows.Forms.TextBox();
  47. this.tbWidth = new System.Windows.Forms.TextBox();
  48. this.lblHeight = new System.Windows.Forms.Label();
  49. this.lblWidth = new System.Windows.Forms.Label();
  50. this.cbxPaper = new System.Windows.Forms.ComboBox();
  51. this.cbExtraWidth = new System.Windows.Forms.CheckBox();
  52. this.btnEdit = new System.Windows.Forms.Button();
  53. this.cbxDuplex = new System.Windows.Forms.ComboBox();
  54. this.lblDuplex = new System.Windows.Forms.Label();
  55. this.tbColumnWidth = new System.Windows.Forms.TextBox();
  56. this.lblColumnWidth = new System.Windows.Forms.Label();
  57. this.tbPositions = new System.Windows.Forms.TextBox();
  58. this.lblPositions = new System.Windows.Forms.Label();
  59. this.udCount = new System.Windows.Forms.NumericUpDown();
  60. this.lblCount = new System.Windows.Forms.Label();
  61. this.pcPages = new FastReport.Controls.PageControl();
  62. this.pnPaper = new FastReport.Controls.PageControlPage();
  63. this.gbOrientation = new System.Windows.Forms.GroupBox();
  64. this.pnMargins = new FastReport.Controls.PageControlPage();
  65. this.pnSource = new FastReport.Controls.PageControlPage();
  66. this.pnColumns = new FastReport.Controls.PageControlPage();
  67. this.pnOther = new FastReport.Controls.PageControlPage();
  68. this.cbUnlimitedHeight = new System.Windows.Forms.CheckBox();
  69. this.cbUnlimitedWidth = new System.Windows.Forms.CheckBox();
  70. ((System.ComponentModel.ISupportInitialize)(this.udCount)).BeginInit();
  71. this.pcPages.SuspendLayout();
  72. this.pnPaper.SuspendLayout();
  73. this.gbOrientation.SuspendLayout();
  74. this.pnMargins.SuspendLayout();
  75. this.pnSource.SuspendLayout();
  76. this.pnColumns.SuspendLayout();
  77. this.pnOther.SuspendLayout();
  78. this.SuspendLayout();
  79. //
  80. // btnOk
  81. //
  82. this.btnOk.Location = new System.Drawing.Point(196, 224);
  83. //
  84. // btnCancel
  85. //
  86. this.btnCancel.Location = new System.Drawing.Point(276, 224);
  87. //
  88. // cbMirrorMargins
  89. //
  90. this.cbMirrorMargins.CheckAlign = System.Drawing.ContentAlignment.TopLeft;
  91. this.cbMirrorMargins.Location = new System.Drawing.Point(16, 136);
  92. this.cbMirrorMargins.Name = "cbMirrorMargins";
  93. this.cbMirrorMargins.Size = new System.Drawing.Size(180, 44);
  94. this.cbMirrorMargins.TabIndex = 8;
  95. this.cbMirrorMargins.Text = "Mirror margins on even pages";
  96. this.cbMirrorMargins.TextAlign = System.Drawing.ContentAlignment.TopLeft;
  97. this.cbMirrorMargins.UseVisualStyleBackColor = true;
  98. //
  99. // tbBottom
  100. //
  101. this.tbBottom.Location = new System.Drawing.Point(116, 88);
  102. this.tbBottom.Name = "tbBottom";
  103. this.tbBottom.Size = new System.Drawing.Size(80, 20);
  104. this.tbBottom.TabIndex = 7;
  105. this.tbBottom.TextChanged += new System.EventHandler(this.tbLeft_TextChanged);
  106. //
  107. // lblBottom
  108. //
  109. this.lblBottom.AutoSize = true;
  110. this.lblBottom.Location = new System.Drawing.Point(16, 92);
  111. this.lblBottom.Name = "lblBottom";
  112. this.lblBottom.Size = new System.Drawing.Size(41, 13);
  113. this.lblBottom.TabIndex = 6;
  114. this.lblBottom.Text = "Bottom";
  115. //
  116. // tbRight
  117. //
  118. this.tbRight.Location = new System.Drawing.Point(116, 64);
  119. this.tbRight.Name = "tbRight";
  120. this.tbRight.Size = new System.Drawing.Size(80, 20);
  121. this.tbRight.TabIndex = 5;
  122. this.tbRight.TextChanged += new System.EventHandler(this.tbLeft_TextChanged);
  123. //
  124. // lblRight
  125. //
  126. this.lblRight.AutoSize = true;
  127. this.lblRight.Location = new System.Drawing.Point(16, 68);
  128. this.lblRight.Name = "lblRight";
  129. this.lblRight.Size = new System.Drawing.Size(32, 13);
  130. this.lblRight.TabIndex = 4;
  131. this.lblRight.Text = "Right";
  132. //
  133. // tbTop
  134. //
  135. this.tbTop.Location = new System.Drawing.Point(116, 40);
  136. this.tbTop.Name = "tbTop";
  137. this.tbTop.Size = new System.Drawing.Size(80, 20);
  138. this.tbTop.TabIndex = 3;
  139. this.tbTop.TextChanged += new System.EventHandler(this.tbLeft_TextChanged);
  140. //
  141. // lblTop
  142. //
  143. this.lblTop.AutoSize = true;
  144. this.lblTop.Location = new System.Drawing.Point(16, 44);
  145. this.lblTop.Name = "lblTop";
  146. this.lblTop.Size = new System.Drawing.Size(25, 13);
  147. this.lblTop.TabIndex = 2;
  148. this.lblTop.Text = "Top";
  149. //
  150. // tbLeft
  151. //
  152. this.tbLeft.Location = new System.Drawing.Point(116, 16);
  153. this.tbLeft.Name = "tbLeft";
  154. this.tbLeft.Size = new System.Drawing.Size(80, 20);
  155. this.tbLeft.TabIndex = 1;
  156. this.tbLeft.TextChanged += new System.EventHandler(this.tbLeft_TextChanged);
  157. //
  158. // lblLeft
  159. //
  160. this.lblLeft.AutoSize = true;
  161. this.lblLeft.Location = new System.Drawing.Point(16, 20);
  162. this.lblLeft.Name = "lblLeft";
  163. this.lblLeft.Size = new System.Drawing.Size(26, 13);
  164. this.lblLeft.TabIndex = 0;
  165. this.lblLeft.Text = "Left";
  166. //
  167. // cbxOtherPages
  168. //
  169. this.cbxOtherPages.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  170. this.cbxOtherPages.FormattingEnabled = true;
  171. this.cbxOtherPages.Location = new System.Drawing.Point(16, 88);
  172. this.cbxOtherPages.Name = "cbxOtherPages";
  173. this.cbxOtherPages.Size = new System.Drawing.Size(180, 21);
  174. this.cbxOtherPages.TabIndex = 2;
  175. //
  176. // cbxFirstPage
  177. //
  178. this.cbxFirstPage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  179. this.cbxFirstPage.FormattingEnabled = true;
  180. this.cbxFirstPage.Location = new System.Drawing.Point(16, 36);
  181. this.cbxFirstPage.Name = "cbxFirstPage";
  182. this.cbxFirstPage.Size = new System.Drawing.Size(180, 21);
  183. this.cbxFirstPage.TabIndex = 2;
  184. //
  185. // cbxLastPage
  186. //
  187. this.cbxLastPage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  188. this.cbxLastPage.FormattingEnabled = true;
  189. this.cbxLastPage.Location = new System.Drawing.Point(16, 140);
  190. this.cbxLastPage.Name = "cbxLastPage";
  191. this.cbxLastPage.Size = new System.Drawing.Size(180, 21);
  192. this.cbxLastPage.TabIndex = 2;
  193. //
  194. // lblOtherPages
  195. //
  196. this.lblOtherPages.AutoSize = true;
  197. this.lblOtherPages.Location = new System.Drawing.Point(16, 68);
  198. this.lblOtherPages.Name = "lblOtherPages";
  199. this.lblOtherPages.Size = new System.Drawing.Size(67, 13);
  200. this.lblOtherPages.TabIndex = 1;
  201. this.lblOtherPages.Text = "Other pages";
  202. //
  203. // lblFirstPage
  204. //
  205. this.lblFirstPage.AutoSize = true;
  206. this.lblFirstPage.Location = new System.Drawing.Point(16, 16);
  207. this.lblFirstPage.Name = "lblFirstPage";
  208. this.lblFirstPage.Size = new System.Drawing.Size(55, 13);
  209. this.lblFirstPage.TabIndex = 0;
  210. this.lblFirstPage.Text = "First page";
  211. //
  212. // lblLastPage
  213. //
  214. this.lblLastPage.AutoSize = true;
  215. this.lblLastPage.Location = new System.Drawing.Point(16, 120);
  216. this.lblLastPage.Name = "lblLastPage";
  217. this.lblLastPage.Size = new System.Drawing.Size(54, 13);
  218. this.lblLastPage.TabIndex = 0;
  219. this.lblLastPage.Text = "Last page";
  220. //
  221. // pnOrientation
  222. //
  223. this.pnOrientation.Location = new System.Drawing.Point(128, 16);
  224. this.pnOrientation.Name = "pnOrientation";
  225. this.pnOrientation.Size = new System.Drawing.Size(48, 48);
  226. this.pnOrientation.TabIndex = 1;
  227. this.pnOrientation.Paint += new System.Windows.Forms.PaintEventHandler(this.pnOrientation_Paint);
  228. //
  229. // rbLandscape
  230. //
  231. this.rbLandscape.AutoSize = true;
  232. this.rbLandscape.Location = new System.Drawing.Point(12, 44);
  233. this.rbLandscape.Name = "rbLandscape";
  234. this.rbLandscape.Size = new System.Drawing.Size(76, 17);
  235. this.rbLandscape.TabIndex = 0;
  236. this.rbLandscape.TabStop = true;
  237. this.rbLandscape.Text = "Landscape";
  238. this.rbLandscape.UseVisualStyleBackColor = true;
  239. this.rbLandscape.CheckedChanged += new System.EventHandler(this.rbPortrait_CheckedChanged);
  240. //
  241. // rbPortrait
  242. //
  243. this.rbPortrait.AutoSize = true;
  244. this.rbPortrait.Location = new System.Drawing.Point(12, 20);
  245. this.rbPortrait.Name = "rbPortrait";
  246. this.rbPortrait.Size = new System.Drawing.Size(61, 17);
  247. this.rbPortrait.TabIndex = 0;
  248. this.rbPortrait.TabStop = true;
  249. this.rbPortrait.Text = "Portrait";
  250. this.rbPortrait.UseVisualStyleBackColor = true;
  251. this.rbPortrait.CheckedChanged += new System.EventHandler(this.rbPortrait_CheckedChanged);
  252. //
  253. // tbHeight
  254. //
  255. this.tbHeight.Location = new System.Drawing.Point(116, 68);
  256. this.tbHeight.Name = "tbHeight";
  257. this.tbHeight.Size = new System.Drawing.Size(80, 20);
  258. this.tbHeight.TabIndex = 4;
  259. this.tbHeight.TextChanged += new System.EventHandler(this.tbHeight_TextChanged);
  260. //
  261. // tbWidth
  262. //
  263. this.tbWidth.Location = new System.Drawing.Point(116, 44);
  264. this.tbWidth.Name = "tbWidth";
  265. this.tbWidth.Size = new System.Drawing.Size(80, 20);
  266. this.tbWidth.TabIndex = 3;
  267. this.tbWidth.TextChanged += new System.EventHandler(this.tbHeight_TextChanged);
  268. //
  269. // lblHeight
  270. //
  271. this.lblHeight.AutoSize = true;
  272. this.lblHeight.Location = new System.Drawing.Point(16, 71);
  273. this.lblHeight.Name = "lblHeight";
  274. this.lblHeight.Size = new System.Drawing.Size(38, 13);
  275. this.lblHeight.TabIndex = 2;
  276. this.lblHeight.Text = "Height";
  277. //
  278. // lblWidth
  279. //
  280. this.lblWidth.AutoSize = true;
  281. this.lblWidth.Location = new System.Drawing.Point(16, 48);
  282. this.lblWidth.Name = "lblWidth";
  283. this.lblWidth.Size = new System.Drawing.Size(35, 13);
  284. this.lblWidth.TabIndex = 1;
  285. this.lblWidth.Text = "Width";
  286. //
  287. // cbxPaper
  288. //
  289. this.cbxPaper.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  290. this.cbxPaper.FormattingEnabled = true;
  291. this.cbxPaper.Location = new System.Drawing.Point(16, 16);
  292. this.cbxPaper.Name = "cbxPaper";
  293. this.cbxPaper.Size = new System.Drawing.Size(180, 21);
  294. this.cbxPaper.TabIndex = 0;
  295. this.cbxPaper.SelectedIndexChanged += new System.EventHandler(this.cbxPaper_SelectedIndexChanged);
  296. //
  297. // cbExtraWidth
  298. //
  299. this.cbExtraWidth.AutoSize = true;
  300. this.cbExtraWidth.Location = new System.Drawing.Point(16, 122);
  301. this.cbExtraWidth.Name = "cbExtraWidth";
  302. this.cbExtraWidth.Size = new System.Drawing.Size(115, 17);
  303. this.cbExtraWidth.TabIndex = 4;
  304. this.cbExtraWidth.Text = "Extra design width";
  305. this.cbExtraWidth.UseVisualStyleBackColor = true;
  306. //
  307. // btnEdit
  308. //
  309. this.btnEdit.Location = new System.Drawing.Point(16, 68);
  310. this.btnEdit.Name = "btnEdit";
  311. this.btnEdit.Size = new System.Drawing.Size(179, 23);
  312. this.btnEdit.TabIndex = 3;
  313. this.btnEdit.Text = "Edit...";
  314. this.btnEdit.UseVisualStyleBackColor = true;
  315. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  316. //
  317. // cbxDuplex
  318. //
  319. this.cbxDuplex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  320. this.cbxDuplex.FormattingEnabled = true;
  321. this.cbxDuplex.Location = new System.Drawing.Point(16, 36);
  322. this.cbxDuplex.Name = "cbxDuplex";
  323. this.cbxDuplex.Size = new System.Drawing.Size(180, 21);
  324. this.cbxDuplex.TabIndex = 1;
  325. //
  326. // lblDuplex
  327. //
  328. this.lblDuplex.AutoSize = true;
  329. this.lblDuplex.Location = new System.Drawing.Point(16, 16);
  330. this.lblDuplex.Name = "lblDuplex";
  331. this.lblDuplex.Size = new System.Drawing.Size(40, 13);
  332. this.lblDuplex.TabIndex = 0;
  333. this.lblDuplex.Text = "Duplex";
  334. //
  335. // tbColumnWidth
  336. //
  337. this.tbColumnWidth.Location = new System.Drawing.Point(116, 40);
  338. this.tbColumnWidth.Name = "tbColumnWidth";
  339. this.tbColumnWidth.Size = new System.Drawing.Size(80, 20);
  340. this.tbColumnWidth.TabIndex = 5;
  341. //
  342. // lblColumnWidth
  343. //
  344. this.lblColumnWidth.AutoSize = true;
  345. this.lblColumnWidth.Location = new System.Drawing.Point(16, 44);
  346. this.lblColumnWidth.Name = "lblColumnWidth";
  347. this.lblColumnWidth.Size = new System.Drawing.Size(35, 13);
  348. this.lblColumnWidth.TabIndex = 4;
  349. this.lblColumnWidth.Text = "Width";
  350. //
  351. // tbPositions
  352. //
  353. this.tbPositions.AcceptsReturn = true;
  354. this.tbPositions.Location = new System.Drawing.Point(116, 64);
  355. this.tbPositions.Multiline = true;
  356. this.tbPositions.Name = "tbPositions";
  357. this.tbPositions.Size = new System.Drawing.Size(80, 116);
  358. this.tbPositions.TabIndex = 3;
  359. //
  360. // lblPositions
  361. //
  362. this.lblPositions.AutoSize = true;
  363. this.lblPositions.Location = new System.Drawing.Point(16, 68);
  364. this.lblPositions.Name = "lblPositions";
  365. this.lblPositions.Size = new System.Drawing.Size(49, 13);
  366. this.lblPositions.TabIndex = 2;
  367. this.lblPositions.Text = "Positions";
  368. //
  369. // udCount
  370. //
  371. this.udCount.Location = new System.Drawing.Point(116, 16);
  372. this.udCount.Minimum = new decimal(new int[] {
  373. 1,
  374. 0,
  375. 0,
  376. 0});
  377. this.udCount.Name = "udCount";
  378. this.udCount.Size = new System.Drawing.Size(80, 20);
  379. this.udCount.TabIndex = 1;
  380. this.udCount.Value = new decimal(new int[] {
  381. 1,
  382. 0,
  383. 0,
  384. 0});
  385. this.udCount.ValueChanged += new System.EventHandler(this.udCount_ValueChanged);
  386. //
  387. // lblCount
  388. //
  389. this.lblCount.AutoSize = true;
  390. this.lblCount.Location = new System.Drawing.Point(16, 20);
  391. this.lblCount.Name = "lblCount";
  392. this.lblCount.Size = new System.Drawing.Size(36, 13);
  393. this.lblCount.TabIndex = 0;
  394. this.lblCount.Text = "Count";
  395. //
  396. // pcPages
  397. //
  398. this.pcPages.Controls.Add(this.pnPaper);
  399. this.pcPages.Controls.Add(this.pnMargins);
  400. this.pcPages.Controls.Add(this.pnSource);
  401. this.pcPages.Controls.Add(this.pnColumns);
  402. this.pcPages.Controls.Add(this.pnOther);
  403. this.pcPages.HighlightPageIndex = -1;
  404. this.pcPages.Location = new System.Drawing.Point(12, 12);
  405. this.pcPages.Name = "pcPages";
  406. this.pcPages.SelectorWidth = 127;
  407. this.pcPages.Size = new System.Drawing.Size(340, 200);
  408. this.pcPages.TabIndex = 4;
  409. this.pcPages.Text = "pageControl1";
  410. //
  411. // pnPaper
  412. //
  413. this.pnPaper.BackColor = System.Drawing.SystemColors.Window;
  414. this.pnPaper.Controls.Add(this.gbOrientation);
  415. this.pnPaper.Controls.Add(this.tbHeight);
  416. this.pnPaper.Controls.Add(this.tbWidth);
  417. this.pnPaper.Controls.Add(this.lblHeight);
  418. this.pnPaper.Controls.Add(this.cbxPaper);
  419. this.pnPaper.Controls.Add(this.lblWidth);
  420. this.pnPaper.Dock = System.Windows.Forms.DockStyle.Fill;
  421. this.pnPaper.Location = new System.Drawing.Point(127, 1);
  422. this.pnPaper.Name = "pnPaper";
  423. this.pnPaper.Size = new System.Drawing.Size(212, 198);
  424. this.pnPaper.TabIndex = 0;
  425. this.pnPaper.Text = "Paper";
  426. //
  427. // gbOrientation
  428. //
  429. this.gbOrientation.Controls.Add(this.rbPortrait);
  430. this.gbOrientation.Controls.Add(this.pnOrientation);
  431. this.gbOrientation.Controls.Add(this.rbLandscape);
  432. this.gbOrientation.Location = new System.Drawing.Point(16, 110);
  433. this.gbOrientation.Name = "gbOrientation";
  434. this.gbOrientation.Size = new System.Drawing.Size(180, 72);
  435. this.gbOrientation.TabIndex = 5;
  436. this.gbOrientation.TabStop = false;
  437. this.gbOrientation.Text = "Orientation";
  438. //
  439. // pnMargins
  440. //
  441. this.pnMargins.BackColor = System.Drawing.SystemColors.Window;
  442. this.pnMargins.Controls.Add(this.cbMirrorMargins);
  443. this.pnMargins.Controls.Add(this.tbBottom);
  444. this.pnMargins.Controls.Add(this.lblLeft);
  445. this.pnMargins.Controls.Add(this.lblBottom);
  446. this.pnMargins.Controls.Add(this.tbLeft);
  447. this.pnMargins.Controls.Add(this.tbRight);
  448. this.pnMargins.Controls.Add(this.lblTop);
  449. this.pnMargins.Controls.Add(this.lblRight);
  450. this.pnMargins.Controls.Add(this.tbTop);
  451. this.pnMargins.Dock = System.Windows.Forms.DockStyle.Fill;
  452. this.pnMargins.Location = new System.Drawing.Point(127, 1);
  453. this.pnMargins.Name = "pnMargins";
  454. this.pnMargins.Size = new System.Drawing.Size(212, 198);
  455. this.pnMargins.TabIndex = 1;
  456. this.pnMargins.Text = "Margins";
  457. //
  458. // pnSource
  459. //
  460. this.pnSource.BackColor = System.Drawing.SystemColors.Window;
  461. this.pnSource.Controls.Add(this.cbxOtherPages);
  462. this.pnSource.Controls.Add(this.cbxFirstPage);
  463. this.pnSource.Controls.Add(this.cbxLastPage);
  464. this.pnSource.Controls.Add(this.lblOtherPages);
  465. this.pnSource.Controls.Add(this.lblFirstPage);
  466. this.pnSource.Controls.Add(this.lblLastPage);
  467. this.pnSource.Dock = System.Windows.Forms.DockStyle.Fill;
  468. this.pnSource.Location = new System.Drawing.Point(127, 1);
  469. this.pnSource.Name = "pnSource";
  470. this.pnSource.Size = new System.Drawing.Size(212, 198);
  471. this.pnSource.TabIndex = 2;
  472. this.pnSource.Text = "Source";
  473. //
  474. // pnColumns
  475. //
  476. this.pnColumns.BackColor = System.Drawing.SystemColors.Window;
  477. this.pnColumns.Controls.Add(this.tbColumnWidth);
  478. this.pnColumns.Controls.Add(this.lblColumnWidth);
  479. this.pnColumns.Controls.Add(this.lblCount);
  480. this.pnColumns.Controls.Add(this.tbPositions);
  481. this.pnColumns.Controls.Add(this.udCount);
  482. this.pnColumns.Controls.Add(this.lblPositions);
  483. this.pnColumns.Dock = System.Windows.Forms.DockStyle.Fill;
  484. this.pnColumns.Location = new System.Drawing.Point(127, 1);
  485. this.pnColumns.Name = "pnColumns";
  486. this.pnColumns.Size = new System.Drawing.Size(212, 198);
  487. this.pnColumns.TabIndex = 3;
  488. this.pnColumns.Text = "Columns";
  489. //
  490. // pnOther
  491. //
  492. this.pnOther.BackColor = System.Drawing.SystemColors.Window;
  493. this.pnOther.Controls.Add(this.cbUnlimitedHeight);
  494. this.pnOther.Controls.Add(this.cbUnlimitedWidth);
  495. this.pnOther.Controls.Add(this.cbExtraWidth);
  496. this.pnOther.Controls.Add(this.btnEdit);
  497. this.pnOther.Controls.Add(this.lblDuplex);
  498. this.pnOther.Controls.Add(this.cbxDuplex);
  499. this.pnOther.Dock = System.Windows.Forms.DockStyle.Fill;
  500. this.pnOther.Location = new System.Drawing.Point(127, 1);
  501. this.pnOther.Name = "pnOther";
  502. this.pnOther.Size = new System.Drawing.Size(212, 198);
  503. this.pnOther.TabIndex = 4;
  504. this.pnOther.Text = "Other";
  505. //
  506. // cbUnlimitedHeight
  507. //
  508. this.cbUnlimitedHeight.AutoSize = true;
  509. this.cbUnlimitedHeight.Location = new System.Drawing.Point(16, 145);
  510. this.cbUnlimitedHeight.Name = "cbUnlimitedHeight";
  511. this.cbUnlimitedHeight.Size = new System.Drawing.Size(102, 17);
  512. this.cbUnlimitedHeight.TabIndex = 7;
  513. this.cbUnlimitedHeight.Text = "Unlimited height";
  514. this.cbUnlimitedHeight.UseVisualStyleBackColor = true;
  515. //
  516. // cbUnlimitedWidth
  517. //
  518. this.cbUnlimitedWidth.AutoSize = true;
  519. this.cbUnlimitedWidth.Location = new System.Drawing.Point(16, 168);
  520. this.cbUnlimitedWidth.Name = "cbUnlimitedWidth";
  521. this.cbUnlimitedWidth.Size = new System.Drawing.Size(98, 17);
  522. this.cbUnlimitedWidth.TabIndex = 6;
  523. this.cbUnlimitedWidth.Text = "Unlimited width";
  524. this.cbUnlimitedWidth.UseVisualStyleBackColor = true;
  525. //
  526. // PageSetupForm
  527. //
  528. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  529. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  530. this.ClientSize = new System.Drawing.Size(363, 258);
  531. this.Controls.Add(this.pcPages);
  532. this.Name = "PageSetupForm";
  533. this.Text = "PageSettingsForm";
  534. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PageSetupForm_FormClosed);
  535. this.Shown += new System.EventHandler(this.PageSetupForm_Shown);
  536. this.Controls.SetChildIndex(this.btnOk, 0);
  537. this.Controls.SetChildIndex(this.btnCancel, 0);
  538. this.Controls.SetChildIndex(this.pcPages, 0);
  539. ((System.ComponentModel.ISupportInitialize)(this.udCount)).EndInit();
  540. this.pcPages.ResumeLayout(false);
  541. this.pnPaper.ResumeLayout(false);
  542. this.pnPaper.PerformLayout();
  543. this.gbOrientation.ResumeLayout(false);
  544. this.gbOrientation.PerformLayout();
  545. this.pnMargins.ResumeLayout(false);
  546. this.pnMargins.PerformLayout();
  547. this.pnSource.ResumeLayout(false);
  548. this.pnSource.PerformLayout();
  549. this.pnColumns.ResumeLayout(false);
  550. this.pnColumns.PerformLayout();
  551. this.pnOther.ResumeLayout(false);
  552. this.pnOther.PerformLayout();
  553. this.ResumeLayout(false);
  554. }
  555. #endregion
  556. private System.Windows.Forms.TextBox tbBottom;
  557. private System.Windows.Forms.Label lblBottom;
  558. private System.Windows.Forms.TextBox tbRight;
  559. private System.Windows.Forms.Label lblRight;
  560. private System.Windows.Forms.TextBox tbTop;
  561. private System.Windows.Forms.Label lblTop;
  562. private System.Windows.Forms.TextBox tbLeft;
  563. private System.Windows.Forms.Label lblLeft;
  564. private System.Windows.Forms.RadioButton rbLandscape;
  565. private System.Windows.Forms.RadioButton rbPortrait;
  566. private System.Windows.Forms.TextBox tbHeight;
  567. private System.Windows.Forms.TextBox tbWidth;
  568. private System.Windows.Forms.Label lblHeight;
  569. private System.Windows.Forms.Label lblWidth;
  570. private System.Windows.Forms.ComboBox cbxPaper;
  571. private System.Windows.Forms.Label lblPositions;
  572. private System.Windows.Forms.NumericUpDown udCount;
  573. private System.Windows.Forms.Label lblCount;
  574. private System.Windows.Forms.TextBox tbPositions;
  575. private System.Windows.Forms.CheckBox cbMirrorMargins;
  576. private System.Windows.Forms.ComboBox cbxOtherPages;
  577. private System.Windows.Forms.ComboBox cbxFirstPage;
  578. private System.Windows.Forms.ComboBox cbxLastPage;
  579. private System.Windows.Forms.Label lblOtherPages;
  580. private System.Windows.Forms.Label lblFirstPage;
  581. private System.Windows.Forms.Label lblLastPage;
  582. private System.Windows.Forms.ComboBox cbxDuplex;
  583. private System.Windows.Forms.Label lblDuplex;
  584. private System.Windows.Forms.Button btnEdit;
  585. private System.Windows.Forms.TextBox tbColumnWidth;
  586. private System.Windows.Forms.Label lblColumnWidth;
  587. private FastReport.Controls.PageControl pcPages;
  588. private FastReport.Controls.PageControlPage pnPaper;
  589. private FastReport.Controls.PageControlPage pnMargins;
  590. private FastReport.Controls.PageControlPage pnSource;
  591. private FastReport.Controls.PageControlPage pnColumns;
  592. private FastReport.Controls.PageControlPage pnOther;
  593. private System.Windows.Forms.Panel pnOrientation;
  594. private System.Windows.Forms.CheckBox cbExtraWidth;
  595. private System.Windows.Forms.GroupBox gbOrientation;
  596. private System.Windows.Forms.CheckBox cbUnlimitedWidth;
  597. private System.Windows.Forms.CheckBox cbUnlimitedHeight;
  598. }
  599. }