PreviewControl.Designer.cs 26 KB

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