PreviewControl.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  1. namespace FastReport.Preview
  2. {
  3. partial class PreviewControl
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. #region Component Designer generated code
  10. /// <summary>
  11. /// Required method for Designer support - do not modify
  12. /// the contents of this method with the code editor.
  13. /// </summary>
  14. private void InitializeComponent()
  15. {
  16. this.tabControl = new FastReport.DevComponents.DotNetBar.TabControl();
  17. this.splitter = new FastReport.DevComponents.DotNetBar.ExpandableSplitter();
  18. this.toolBar = new FastReport.DevComponents.DotNetBar.Bar();
  19. this.tbPageNo = new FastReport.DevComponents.DotNetBar.Controls.TextBoxX();
  20. this.btnDesign = new FastReport.DevComponents.DotNetBar.ButtonItem();
  21. this.btnPrint = new FastReport.DevComponents.DotNetBar.ButtonItem();
  22. this.btnOpen = new FastReport.DevComponents.DotNetBar.ButtonItem();
  23. this.btnSave = new FastReport.DevComponents.DotNetBar.ButtonItem();
  24. this.btnEmail = new FastReport.DevComponents.DotNetBar.ButtonItem();
  25. this.btnEmailMapi = new FastReport.DevComponents.DotNetBar.ButtonItem();
  26. this.btnFind = new FastReport.DevComponents.DotNetBar.ButtonItem();
  27. this.btnOutline = new FastReport.DevComponents.DotNetBar.ButtonItem();
  28. this.btnPageSetup = new FastReport.DevComponents.DotNetBar.ButtonItem();
  29. this.btnEdit = new FastReport.DevComponents.DotNetBar.ButtonItem();
  30. this.btnCopyPage = new FastReport.DevComponents.DotNetBar.ButtonItem();
  31. this.btnDeletePage = new FastReport.DevComponents.DotNetBar.ButtonItem();
  32. this.btnWatermark = new FastReport.DevComponents.DotNetBar.ButtonItem();
  33. this.btnFirst = new FastReport.DevComponents.DotNetBar.ButtonItem();
  34. this.btnPrior = new FastReport.DevComponents.DotNetBar.ButtonItem();
  35. this.controlContainerItem1 = new FastReport.DevComponents.DotNetBar.ControlContainerItem();
  36. this.lblTotalPages = new FastReport.DevComponents.DotNetBar.LabelItem();
  37. this.btnNext = new FastReport.DevComponents.DotNetBar.ButtonItem();
  38. this.btnLast = new FastReport.DevComponents.DotNetBar.ButtonItem();
  39. this.btnClose = new FastReport.DevComponents.DotNetBar.ButtonItem();
  40. this.statusBar = new FastReport.DevComponents.DotNetBar.Bar();
  41. this.lblStatus = new FastReport.DevComponents.DotNetBar.LabelItem();
  42. this.lblUrl = new FastReport.DevComponents.DotNetBar.LabelItem();
  43. this.lblPerformance = new FastReport.DevComponents.DotNetBar.LabelItem();
  44. this.itemContainer1 = new FastReport.DevComponents.DotNetBar.ItemContainer();
  45. this.itemContainer2 = new FastReport.DevComponents.DotNetBar.ItemContainer();
  46. this.btnZoomPageWidth = new FastReport.DevComponents.DotNetBar.ButtonItem();
  47. this.btnZoomWholePage = new FastReport.DevComponents.DotNetBar.ButtonItem();
  48. this.btnZoom100 = new FastReport.DevComponents.DotNetBar.ButtonItem();
  49. this.btnAbout = new FastReport.DevComponents.DotNetBar.ButtonItem();
  50. this.slZoom = new FastReport.DevComponents.DotNetBar.SliderItem();
  51. this.outlineControl = new FastReport.Preview.OutlineControl();
  52. ((System.ComponentModel.ISupportInitialize)(this.tabControl)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.toolBar)).BeginInit();
  54. this.toolBar.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.statusBar)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // tabControl
  59. //
  60. this.tabControl.AutoCloseTabs = true;
  61. this.tabControl.BackColor = System.Drawing.SystemColors.AppWorkspace;
  62. this.tabControl.CanReorderTabs = true;
  63. this.tabControl.CloseButtonOnTabsVisible = true;
  64. this.tabControl.CloseButtonVisible = true;
  65. this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
  66. this.tabControl.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  67. this.tabControl.ForeColor = System.Drawing.Color.Black;
  68. this.tabControl.Location = new System.Drawing.Point(153, 28);
  69. this.tabControl.Name = "tabControl";
  70. this.tabControl.SelectedTabFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  71. this.tabControl.SelectedTabIndex = -1;
  72. this.tabControl.Size = new System.Drawing.Size(490, 226);
  73. this.tabControl.Style = FastReport.DevComponents.DotNetBar.eTabStripStyle.Office2007Document;
  74. this.tabControl.TabIndex = 2;
  75. this.tabControl.TabLayoutType = FastReport.DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
  76. this.tabControl.TabsVisible = false;
  77. this.tabControl.Text = "tabControl1";
  78. this.tabControl.SelectedTabChanged += new FastReport.DevComponents.DotNetBar.TabStrip.SelectedTabChangedEventHandler(this.tabControl1_SelectedTabChanged);
  79. this.tabControl.TabItemClose += new FastReport.DevComponents.DotNetBar.TabStrip.UserActionEventHandler(this.tabControl1_TabItemClose);
  80. this.tabControl.Resize += new System.EventHandler(this.tabControl_Resize);
  81. //
  82. // splitter
  83. //
  84. this.splitter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(242)))));
  85. this.splitter.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(229)))));
  86. this.splitter.BackColor2SchemePart = FastReport.DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  87. this.splitter.BackColorSchemePart = FastReport.DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
  88. this.splitter.Expandable = false;
  89. this.splitter.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(229)))));
  90. this.splitter.ExpandFillColorSchemePart = FastReport.DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  91. this.splitter.ExpandLineColor = System.Drawing.Color.Black;
  92. this.splitter.ExpandLineColorSchemePart = FastReport.DevComponents.DotNetBar.eColorSchemePart.ItemText;
  93. this.splitter.ForeColor = System.Drawing.Color.Black;
  94. this.splitter.GripDarkColor = System.Drawing.Color.Black;
  95. this.splitter.GripDarkColorSchemePart = FastReport.DevComponents.DotNetBar.eColorSchemePart.ItemText;
  96. this.splitter.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(242)))));
  97. this.splitter.GripLightColorSchemePart = FastReport.DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  98. this.splitter.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(122)))), ((int)(((byte)(204)))));
  99. this.splitter.HotBackColor2 = System.Drawing.Color.Empty;
  100. this.splitter.HotBackColor2SchemePart = FastReport.DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
  101. this.splitter.HotBackColorSchemePart = FastReport.DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
  102. this.splitter.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(229)))));
  103. this.splitter.HotExpandFillColorSchemePart = FastReport.DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  104. this.splitter.HotExpandLineColor = System.Drawing.Color.Black;
  105. this.splitter.HotExpandLineColorSchemePart = FastReport.DevComponents.DotNetBar.eColorSchemePart.ItemText;
  106. this.splitter.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(226)))), ((int)(((byte)(229)))));
  107. this.splitter.HotGripDarkColorSchemePart = FastReport.DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
  108. this.splitter.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(242)))));
  109. this.splitter.HotGripLightColorSchemePart = FastReport.DevComponents.DotNetBar.eColorSchemePart.BarBackground;
  110. this.splitter.Location = new System.Drawing.Point(150, 28);
  111. this.splitter.Name = "splitter";
  112. this.splitter.Size = new System.Drawing.Size(3, 226);
  113. this.splitter.Style = FastReport.DevComponents.DotNetBar.eSplitterStyle.Office2007;
  114. this.splitter.TabIndex = 4;
  115. this.splitter.TabStop = false;
  116. //
  117. // toolBar
  118. //
  119. this.toolBar.AccessibleDescription = "bar1 (toolBar)";
  120. this.toolBar.AccessibleName = "bar1";
  121. this.toolBar.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
  122. this.toolBar.Controls.Add(this.tbPageNo);
  123. this.toolBar.Dock = System.Windows.Forms.DockStyle.Top;
  124. this.toolBar.Font = new System.Drawing.Font("Tahoma", 8F);
  125. this.toolBar.Items.AddRange(new FastReport.DevComponents.DotNetBar.BaseItem[] {
  126. this.btnDesign,
  127. this.btnPrint,
  128. this.btnOpen,
  129. this.btnSave,
  130. this.btnEmail,
  131. this.btnEmailMapi,
  132. this.btnFind,
  133. this.btnOutline,
  134. this.btnPageSetup,
  135. this.btnEdit,
  136. this.btnCopyPage,
  137. this.btnDeletePage,
  138. this.btnWatermark,
  139. this.btnFirst,
  140. this.btnPrior,
  141. this.controlContainerItem1,
  142. this.lblTotalPages,
  143. this.btnNext,
  144. this.btnLast,
  145. this.btnClose,
  146. this.btnAbout});
  147. this.toolBar.Location = new System.Drawing.Point(0, 0);
  148. this.toolBar.Name = "toolBar";
  149. this.toolBar.RoundCorners = false;
  150. this.toolBar.Size = new System.Drawing.Size(643, 28);
  151. this.toolBar.Stretch = true;
  152. this.toolBar.Style = FastReport.DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  153. this.toolBar.TabIndex = 6;
  154. this.toolBar.TabStop = false;
  155. this.toolBar.Text = "bar1";
  156. //this.toolBar.ImageSize = DevComponents.DotNetBar.eBarImageSize.Medium;
  157. //
  158. // tbPageNo
  159. //
  160. this.tbPageNo.BackColor = System.Drawing.Color.White;
  161. //
  162. //
  163. //
  164. this.tbPageNo.Border.Class = "TextBoxBorder";
  165. this.tbPageNo.Border.CornerType = FastReport.DevComponents.DotNetBar.eCornerType.Square;
  166. this.tbPageNo.DisabledBackColor = System.Drawing.Color.White;
  167. this.tbPageNo.ForeColor = System.Drawing.Color.Black;
  168. this.tbPageNo.Location = new System.Drawing.Point(547, 2);
  169. this.tbPageNo.Name = "tbPageNo";
  170. this.tbPageNo.Size = new System.Drawing.Size(40, 23);
  171. this.tbPageNo.TabIndex = 1;
  172. this.tbPageNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  173. this.tbPageNo.Click += new System.EventHandler(this.tbPageNo_Click);
  174. this.tbPageNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbPageNo_KeyDown);
  175. this.tbPageNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbPageNo_KeyPress);
  176. //
  177. // btnPrint
  178. //
  179. this.btnDesign.ButtonStyle = FastReport.DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  180. this.btnDesign.Name = "btnDesign";
  181. this.btnDesign.Text = "Design";
  182. this.btnDesign.Click += new System.EventHandler(this.btnDesign_Click);
  183. //
  184. // btnPrint
  185. //
  186. this.btnPrint.ButtonStyle = FastReport.DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  187. this.btnPrint.Name = "btnPrint";
  188. this.btnPrint.Text = "Print";
  189. this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
  190. //
  191. // btnOpen
  192. //
  193. this.btnOpen.Name = "btnOpen";
  194. this.btnOpen.Text = "Open";
  195. this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
  196. //
  197. // btnSave
  198. //
  199. this.btnSave.AutoExpandOnClick = true;
  200. this.btnSave.ButtonStyle = FastReport.DevComponents.DotNetBar.eButtonStyle.ImageAndText;
  201. this.btnSave.Name = "btnSave";
  202. this.btnSave.Text = "Save";
  203. //
  204. // btnEmail
  205. //
  206. this.btnEmail.Name = "btnEmail";
  207. this.btnEmail.Text = "Email";
  208. this.btnEmail.Click += new System.EventHandler(this.btnEmail_Click);
  209. //
  210. // btnEmailMapi
  211. //
  212. this.btnEmailMapi.AutoExpandOnClick = true;
  213. this.btnEmailMapi.Name = "btnEmailMapi";
  214. this.btnEmailMapi.Text = "Email";
  215. //
  216. // btnFind
  217. //
  218. this.btnFind.Name = "btnFind";
  219. this.btnFind.Text = "Find";
  220. this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
  221. //
  222. // btnOutline
  223. //
  224. this.btnOutline.AutoCheckOnClick = true;
  225. this.btnOutline.BeginGroup = true;
  226. this.btnOutline.Name = "btnOutline";
  227. this.btnOutline.Text = "Outline";
  228. this.btnOutline.Click += new System.EventHandler(this.btnOutline_Click);
  229. //
  230. // btnPageSetup
  231. //
  232. this.btnPageSetup.Name = "btnPageSetup";
  233. this.btnPageSetup.Text = "Page Setup";
  234. this.btnPageSetup.Click += new System.EventHandler(this.btnPageSetup_Click);
  235. //
  236. // btnEdit
  237. //
  238. this.btnEdit.Name = "btnEdit";
  239. this.btnEdit.Text = "Edit";
  240. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  241. //
  242. //btnCopyPage
  243. //
  244. this.btnCopyPage.Name = "btnCopyPage";
  245. this.btnCopyPage.Text = "Copy Page";
  246. this.btnCopyPage.Click += new System.EventHandler(btnCopyPage_Click);
  247. //
  248. //btnDeletePage
  249. //
  250. this.btnDeletePage.Name = "btnDeletePage";
  251. this.btnDeletePage.Text = "Delete Page";
  252. this.btnDeletePage.Click += new System.EventHandler(btnDeletePage_Click);
  253. //
  254. // btnWatermark
  255. //
  256. this.btnWatermark.Name = "btnWatermark";
  257. this.btnWatermark.Text = "Watermark";
  258. this.btnWatermark.Click += new System.EventHandler(this.btnWatermark_Click);
  259. //
  260. // btnFirst
  261. //
  262. this.btnFirst.BeginGroup = true;
  263. this.btnFirst.Name = "btnFirst";
  264. this.btnFirst.Text = "First";
  265. this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
  266. //
  267. // btnPrior
  268. //
  269. this.btnPrior.Name = "btnPrior";
  270. this.btnPrior.Text = "Prior";
  271. this.btnPrior.Click += new System.EventHandler(this.btnPrior_Click);
  272. //
  273. // controlContainerItem1
  274. //
  275. this.controlContainerItem1.AllowItemResize = false;
  276. this.controlContainerItem1.Control = this.tbPageNo;
  277. this.controlContainerItem1.MenuVisibility = FastReport.DevComponents.DotNetBar.eMenuVisibility.VisibleAlways;
  278. this.controlContainerItem1.Name = "controlContainerItem1";
  279. //
  280. // lblTotalPages
  281. //
  282. this.lblTotalPages.ForeColor = System.Drawing.SystemColors.WindowText;
  283. this.lblTotalPages.Name = "lblTotalPages";
  284. this.lblTotalPages.Text = "ofM";
  285. //
  286. // btnNext
  287. //
  288. this.btnNext.Name = "btnNext";
  289. this.btnNext.Text = "Next";
  290. this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
  291. //
  292. // btnLast
  293. //
  294. this.btnLast.Name = "btnLast";
  295. this.btnLast.Text = "Last";
  296. this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
  297. //
  298. // btnClose
  299. //
  300. this.btnClose.BeginGroup = true;
  301. this.btnClose.Name = "btnClose";
  302. this.btnClose.Text = "Close";
  303. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  304. //
  305. // btnAbout
  306. //
  307. this.btnAbout.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
  308. this.btnAbout.Name = "btnAbout";
  309. this.btnAbout.Text = "About";
  310. this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
  311. //
  312. // statusBar
  313. //
  314. this.statusBar.AccessibleDescription = "DotNetBar Bar (statusBar)";
  315. this.statusBar.AccessibleName = "DotNetBar Bar";
  316. this.statusBar.AccessibleRole = System.Windows.Forms.AccessibleRole.StatusBar;
  317. this.statusBar.BarType = FastReport.DevComponents.DotNetBar.eBarType.StatusBar;
  318. this.statusBar.Dock = System.Windows.Forms.DockStyle.Bottom;
  319. this.statusBar.Font = new System.Drawing.Font("Tahoma", 9F);
  320. this.statusBar.Items.AddRange(new FastReport.DevComponents.DotNetBar.BaseItem[] {
  321. this.lblStatus,
  322. this.lblUrl,
  323. this.lblPerformance,
  324. this.itemContainer1});
  325. this.statusBar.Location = new System.Drawing.Point(0, 254);
  326. this.statusBar.Name = "statusBar";
  327. this.statusBar.PaddingBottom = 2;
  328. this.statusBar.PaddingRight = 16;
  329. this.statusBar.PaddingTop = 3;
  330. this.statusBar.Size = new System.Drawing.Size(643, 29);
  331. this.statusBar.Stretch = true;
  332. this.statusBar.Style = FastReport.DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
  333. this.statusBar.TabIndex = 5;
  334. this.statusBar.TabStop = false;
  335. //
  336. // lblStatus
  337. //
  338. this.lblStatus.Height = 19;
  339. this.lblStatus.Name = "lblStatus";
  340. this.lblStatus.Text = " ";
  341. this.lblStatus.Width = 200;
  342. //
  343. // lblUrl
  344. //
  345. this.lblUrl.Height = 19;
  346. this.lblUrl.Name = "lblUrl";
  347. this.lblUrl.Stretch = true;
  348. this.lblUrl.Text = " ";
  349. //
  350. // lblPerformance
  351. //
  352. this.lblPerformance.Height = 19;
  353. this.lblPerformance.Name = "lblPerformance";
  354. this.lblPerformance.Text = " ";
  355. //
  356. // itemContainer1
  357. //
  358. //
  359. //
  360. //
  361. this.itemContainer1.BackgroundStyle.Class = "Office2007StatusBarBackground2";
  362. this.itemContainer1.BackgroundStyle.CornerType = FastReport.DevComponents.DotNetBar.eCornerType.Square;
  363. this.itemContainer1.Name = "itemContainer1";
  364. this.itemContainer1.SubItems.AddRange(new FastReport.DevComponents.DotNetBar.BaseItem[] {
  365. this.itemContainer2,
  366. this.slZoom});
  367. //
  368. //
  369. //
  370. this.itemContainer1.TitleStyle.CornerType = FastReport.DevComponents.DotNetBar.eCornerType.Square;
  371. //
  372. // itemContainer2
  373. //
  374. //
  375. //
  376. //
  377. this.itemContainer2.BackgroundStyle.CornerType = FastReport.DevComponents.DotNetBar.eCornerType.Square;
  378. this.itemContainer2.BeginGroup = true;
  379. this.itemContainer2.Name = "itemContainer2";
  380. this.itemContainer2.SubItems.AddRange(new FastReport.DevComponents.DotNetBar.BaseItem[] {
  381. this.btnZoomPageWidth,
  382. this.btnZoomWholePage,
  383. this.btnZoom100});
  384. //
  385. //
  386. //
  387. this.itemContainer2.TitleStyle.CornerType = FastReport.DevComponents.DotNetBar.eCornerType.Square;
  388. this.itemContainer2.VerticalItemAlignment = FastReport.DevComponents.DotNetBar.eVerticalItemsAlignment.Middle;
  389. //
  390. // btnZoomPageWidth
  391. //
  392. this.btnZoomPageWidth.Name = "btnZoomPageWidth";
  393. this.btnZoomPageWidth.Text = "PageWidth";
  394. this.btnZoomPageWidth.Click += new System.EventHandler(this.btnZoomPageWidth_Click);
  395. //
  396. // btnZoomWholePage
  397. //
  398. this.btnZoomWholePage.Name = "btnZoomWholePage";
  399. this.btnZoomWholePage.Text = "WholePage";
  400. this.btnZoomWholePage.Click += new System.EventHandler(this.btnZoomWholePage_Click);
  401. //
  402. // btnZoom100
  403. //
  404. this.btnZoom100.Name = "btnZoom100";
  405. this.btnZoom100.Text = "Zoom100";
  406. this.btnZoom100.Click += new System.EventHandler(this.btnZoom100_Click);
  407. //
  408. // slZoom
  409. //
  410. this.slZoom.Maximum = 200;
  411. this.slZoom.Name = "slZoom";
  412. this.slZoom.Step = 5;
  413. this.slZoom.Text = "100%";
  414. this.slZoom.Value = 100;
  415. this.slZoom.Width = 120;
  416. this.slZoom.ValueChanged += new System.EventHandler(this.slZoom_ValueChanged);
  417. //
  418. // outlineControl
  419. //
  420. this.outlineControl.Dock = System.Windows.Forms.DockStyle.Left;
  421. this.outlineControl.Location = new System.Drawing.Point(0, 28);
  422. this.outlineControl.Name = "outlineControl";
  423. this.outlineControl.Size = new System.Drawing.Size(150, 226);
  424. this.outlineControl.TabIndex = 3;
  425. //
  426. // PreviewControl
  427. //
  428. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  429. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  430. this.BackColor = System.Drawing.SystemColors.AppWorkspace;
  431. this.Controls.Add(this.tabControl);
  432. this.Controls.Add(this.splitter);
  433. this.Controls.Add(this.outlineControl);
  434. this.Controls.Add(this.toolBar);
  435. this.Controls.Add(this.statusBar);
  436. this.Name = "PreviewControl";
  437. this.Size = new System.Drawing.Size(643, 283);
  438. ((System.ComponentModel.ISupportInitialize)(this.tabControl)).EndInit();
  439. ((System.ComponentModel.ISupportInitialize)(this.toolBar)).EndInit();
  440. this.toolBar.ResumeLayout(false);
  441. ((System.ComponentModel.ISupportInitialize)(this.statusBar)).EndInit();
  442. this.ResumeLayout(false);
  443. }
  444. #endregion
  445. private FastReport.DevComponents.DotNetBar.TabControl tabControl;
  446. private OutlineControl outlineControl;
  447. private FastReport.DevComponents.DotNetBar.ExpandableSplitter splitter;
  448. private FastReport.DevComponents.DotNetBar.LabelItem lblStatus;
  449. private FastReport.DevComponents.DotNetBar.LabelItem lblUrl;
  450. private FastReport.DevComponents.DotNetBar.LabelItem lblPerformance;
  451. private FastReport.DevComponents.DotNetBar.ItemContainer itemContainer1;
  452. private FastReport.DevComponents.DotNetBar.ItemContainer itemContainer2;
  453. private FastReport.DevComponents.DotNetBar.SliderItem slZoom;
  454. private FastReport.DevComponents.DotNetBar.ButtonItem btnDesign;
  455. private FastReport.DevComponents.DotNetBar.ButtonItem btnPrint;
  456. private FastReport.DevComponents.DotNetBar.ButtonItem btnOpen;
  457. private FastReport.DevComponents.DotNetBar.ButtonItem btnSave;
  458. private FastReport.DevComponents.DotNetBar.ButtonItem btnEmail;
  459. private FastReport.DevComponents.DotNetBar.ButtonItem btnEmailMapi;
  460. private FastReport.DevComponents.DotNetBar.ButtonItem btnFind;
  461. private FastReport.DevComponents.DotNetBar.ButtonItem btnOutline;
  462. private FastReport.DevComponents.DotNetBar.ButtonItem btnPageSetup;
  463. private FastReport.DevComponents.DotNetBar.ButtonItem btnEdit;
  464. private FastReport.DevComponents.DotNetBar.ButtonItem btnCopyPage;
  465. private FastReport.DevComponents.DotNetBar.ButtonItem btnDeletePage;
  466. private FastReport.DevComponents.DotNetBar.ButtonItem btnWatermark;
  467. private FastReport.DevComponents.DotNetBar.ButtonItem btnFirst;
  468. private FastReport.DevComponents.DotNetBar.ButtonItem btnPrior;
  469. private FastReport.DevComponents.DotNetBar.ButtonItem btnNext;
  470. private FastReport.DevComponents.DotNetBar.ButtonItem btnLast;
  471. private FastReport.DevComponents.DotNetBar.ButtonItem btnClose;
  472. private FastReport.DevComponents.DotNetBar.ButtonItem btnZoomPageWidth;
  473. private FastReport.DevComponents.DotNetBar.ButtonItem btnZoomWholePage;
  474. private FastReport.DevComponents.DotNetBar.ButtonItem btnZoom100;
  475. private FastReport.DevComponents.DotNetBar.ButtonItem btnAbout;
  476. private FastReport.DevComponents.DotNetBar.Controls.TextBoxX tbPageNo;
  477. private FastReport.DevComponents.DotNetBar.ControlContainerItem controlContainerItem1;
  478. private FastReport.DevComponents.DotNetBar.LabelItem lblTotalPages;
  479. private FastReport.DevComponents.DotNetBar.Bar statusBar;
  480. private FastReport.DevComponents.DotNetBar.Bar toolBar;
  481. }
  482. }