RichEditorForm.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. namespace FastReport.Forms
  2. {
  3. partial class RichEditorForm
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RichEditorForm));
  30. this.conteinerRichBox = new FastReport.Controls.ContainerFRRichTextBox();
  31. this.ts1 = new System.Windows.Forms.ToolStrip();
  32. this.btnOk = new System.Windows.Forms.ToolStripButton();
  33. this.btnCancel = new System.Windows.Forms.ToolStripButton();
  34. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  35. this.btnOpen = new System.Windows.Forms.ToolStripButton();
  36. this.btnSave = new System.Windows.Forms.ToolStripButton();
  37. this.btnUndo = new System.Windows.Forms.ToolStripButton();
  38. this.btnRedo = new System.Windows.Forms.ToolStripButton();
  39. this.cbxZoom = new System.Windows.Forms.ToolStripComboBox();
  40. this.sep1 = new System.Windows.Forms.ToolStripSeparator();
  41. this.cbxFontName = new FastReport.Controls.ToolStripFontComboBox();
  42. this.cbxFontSize = new FastReport.Controls.ToolStripFontSizeComboBox();
  43. this.btnBold = new System.Windows.Forms.ToolStripButton();
  44. this.btnItalic = new System.Windows.Forms.ToolStripButton();
  45. this.btnUnderline = new System.Windows.Forms.ToolStripButton();
  46. this.sep2 = new System.Windows.Forms.ToolStripSeparator();
  47. this.btnAlignLeft = new System.Windows.Forms.ToolStripButton();
  48. this.btnAlignCenter = new System.Windows.Forms.ToolStripButton();
  49. this.btnAlignRight = new System.Windows.Forms.ToolStripButton();
  50. this.btnAlignJustify = new System.Windows.Forms.ToolStripButton();
  51. this.sep3 = new System.Windows.Forms.ToolStripSeparator();
  52. this.btnColor = new FastReport.Controls.ToolStripColorButton();
  53. this.btnSubscript = new System.Windows.Forms.ToolStripButton();
  54. this.btnSuperscript = new System.Windows.Forms.ToolStripButton();
  55. this.btnBullets = new System.Windows.Forms.ToolStripButton();
  56. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  57. this.rtbText = new FastReport.Controls.FRRichTextBox(true);
  58. this.marginRight = new System.Windows.Forms.Control();
  59. this.marginLeft = new System.Windows.Forms.Control();
  60. this.horizontalRuler = new FastReport.Design.PageDesigners.Page.RulerWithGuides();
  61. this.tvData = new FastReport.Controls.DataTreeView();
  62. this.expandableSplitter1 = new System.Windows.Forms.Splitter();
  63. this.lblDescription = new FastReport.Controls.DescriptionControl();
  64. this.ts1.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  66. this.splitContainer1.Panel1.SuspendLayout();
  67. this.splitContainer1.Panel2.SuspendLayout();
  68. this.splitContainer1.SuspendLayout();
  69. this.SuspendLayout();
  70. //
  71. // ts1
  72. //
  73. this.ts1.AutoSize = false;
  74. this.ts1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  75. this.btnOk,
  76. this.btnCancel,
  77. this.toolStripSeparator1,
  78. this.btnOpen,
  79. this.btnSave,
  80. this.btnUndo,
  81. this.btnRedo,
  82. this.cbxZoom,
  83. this.sep1,
  84. this.cbxFontName,
  85. this.cbxFontSize,
  86. this.btnBold,
  87. this.btnItalic,
  88. this.btnUnderline,
  89. this.sep2,
  90. this.btnAlignLeft,
  91. this.btnAlignCenter,
  92. this.btnAlignRight,
  93. this.btnAlignJustify,
  94. this.sep3,
  95. this.btnColor,
  96. this.btnSubscript,
  97. this.btnSuperscript,
  98. this.btnBullets});
  99. this.ts1.Location = new System.Drawing.Point(0, 0);
  100. this.ts1.Name = "ts1";
  101. this.ts1.Size = new System.Drawing.Size(764, 25);
  102. this.ts1.TabIndex = 0;
  103. this.ts1.Text = "toolStrip1";
  104. //
  105. // btnOk
  106. //
  107. this.btnOk.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  108. this.btnOk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  109. this.btnOk.Name = "btnOk";
  110. this.btnOk.Size = new System.Drawing.Size(23, 22);
  111. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  112. //
  113. // btnCancel
  114. //
  115. this.btnCancel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  116. this.btnCancel.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  117. this.btnCancel.Name = "btnCancel";
  118. this.btnCancel.Size = new System.Drawing.Size(23, 22);
  119. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  120. //
  121. // toolStripSeparator1
  122. //
  123. this.toolStripSeparator1.Name = "toolStripSeparator1";
  124. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  125. //
  126. // btnOpen
  127. //
  128. this.btnOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  129. this.btnOpen.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  130. this.btnOpen.Name = "btnOpen";
  131. this.btnOpen.Size = new System.Drawing.Size(23, 22);
  132. this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
  133. //
  134. // btnSave
  135. //
  136. this.btnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  137. this.btnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  138. this.btnSave.Name = "btnSave";
  139. this.btnSave.Size = new System.Drawing.Size(23, 22);
  140. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  141. //
  142. // btnUndo
  143. //
  144. this.btnUndo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  145. this.btnUndo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  146. this.btnUndo.Name = "btnUndo";
  147. this.btnUndo.Size = new System.Drawing.Size(23, 22);
  148. this.btnUndo.Click += new System.EventHandler(this.btnUndo_Click);
  149. //
  150. // btnRedo
  151. //
  152. this.btnRedo.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  153. this.btnRedo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  154. this.btnRedo.Name = "btnRedo";
  155. this.btnRedo.Size = new System.Drawing.Size(23, 22);
  156. this.btnRedo.Click += new System.EventHandler(this.btnRedo_Click);
  157. //
  158. // cbxZoom
  159. //
  160. this.cbxZoom.AutoSize = false;
  161. this.cbxZoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  162. this.cbxZoom.Items.AddRange(new object[] {
  163. "25%",
  164. "50%",
  165. "75%",
  166. "100%",
  167. "200%",
  168. "500%"});
  169. this.cbxZoom.Name = "cbxZoom";
  170. this.cbxZoom.Size = new System.Drawing.Size(60, 23);
  171. this.cbxZoom.SelectedIndexChanged += new System.EventHandler(this.cbxZoom_SelectedIndexChanged);
  172. //
  173. // sep1
  174. //
  175. this.sep1.Name = "sep1";
  176. this.sep1.Size = new System.Drawing.Size(6, 25);
  177. //
  178. // cbxFontName
  179. //
  180. this.cbxFontName.AutoSize = false;
  181. this.cbxFontName.DropDownHeight = 302;
  182. this.cbxFontName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  183. this.cbxFontName.DropDownWidth = 270;
  184. this.cbxFontName.IntegralHeight = false;
  185. this.cbxFontName.Name = "cbxFontName";
  186. this.cbxFontName.Size = new System.Drawing.Size(140, 25);
  187. this.cbxFontName.FontSelected += new System.EventHandler(this.cbxFontName_FontSelected);
  188. //
  189. // cbxFontSize
  190. //
  191. this.cbxFontSize.AutoSize = false;
  192. this.cbxFontSize.Name = "cbxFontSize";
  193. this.cbxFontSize.Size = new System.Drawing.Size(50, 25);
  194. this.cbxFontSize.Text = "0";
  195. this.cbxFontSize.SizeSelected += new System.EventHandler(this.cbxFontSize_SizeSelected);
  196. //
  197. // btnBold
  198. //
  199. this.btnBold.CheckOnClick = true;
  200. this.btnBold.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  201. this.btnBold.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  202. this.btnBold.Name = "btnBold";
  203. this.btnBold.Size = new System.Drawing.Size(23, 22);
  204. this.btnBold.Click += new System.EventHandler(this.btnBold_Click);
  205. //
  206. // btnItalic
  207. //
  208. this.btnItalic.CheckOnClick = true;
  209. this.btnItalic.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  210. this.btnItalic.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  211. this.btnItalic.Name = "btnItalic";
  212. this.btnItalic.Size = new System.Drawing.Size(23, 22);
  213. this.btnItalic.Click += new System.EventHandler(this.btnItalic_Click);
  214. //
  215. // btnUnderline
  216. //
  217. this.btnUnderline.CheckOnClick = true;
  218. this.btnUnderline.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  219. this.btnUnderline.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  220. this.btnUnderline.Name = "btnUnderline";
  221. this.btnUnderline.Size = new System.Drawing.Size(23, 22);
  222. this.btnUnderline.Click += new System.EventHandler(this.btnUnderline_Click);
  223. //
  224. // sep2
  225. //
  226. this.sep2.Name = "sep2";
  227. this.sep2.Size = new System.Drawing.Size(6, 25);
  228. //
  229. // btnAlignLeft
  230. //
  231. this.btnAlignLeft.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  232. this.btnAlignLeft.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  233. this.btnAlignLeft.Name = "btnAlignLeft";
  234. this.btnAlignLeft.Size = new System.Drawing.Size(23, 22);
  235. this.btnAlignLeft.Click += new System.EventHandler(this.btnAlignLeft_Click);
  236. //
  237. // btnAlignCenter
  238. //
  239. this.btnAlignCenter.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  240. this.btnAlignCenter.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  241. this.btnAlignCenter.Name = "btnAlignCenter";
  242. this.btnAlignCenter.Size = new System.Drawing.Size(23, 22);
  243. this.btnAlignCenter.Click += new System.EventHandler(this.btnAlignCenter_Click);
  244. //
  245. // btnAlignRight
  246. //
  247. this.btnAlignRight.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  248. this.btnAlignRight.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  249. this.btnAlignRight.Name = "btnAlignRight";
  250. this.btnAlignRight.Size = new System.Drawing.Size(23, 22);
  251. this.btnAlignRight.Click += new System.EventHandler(this.btnAlignRight_Click);
  252. //
  253. // btnAlignJustify
  254. //
  255. this.btnAlignJustify.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  256. this.btnAlignJustify.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  257. this.btnAlignJustify.Name = "btnAlignJustify";
  258. this.btnAlignJustify.Size = new System.Drawing.Size(23, 22);
  259. this.btnAlignJustify.Click += new System.EventHandler(this.btnAlignJustify_Click);
  260. //
  261. // sep3
  262. //
  263. this.sep3.Name = "sep3";
  264. this.sep3.Size = new System.Drawing.Size(6, 25);
  265. //
  266. // btnColor
  267. //
  268. this.btnColor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  269. this.btnColor.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  270. this.btnColor.Name = "btnColor";
  271. this.btnColor.Size = new System.Drawing.Size(16, 22);
  272. this.btnColor.Text = "toolStripColorButton1";
  273. this.btnColor.ButtonClick += new System.EventHandler(this.btnColor_ButtonClick);
  274. //
  275. // btnSubscript
  276. //
  277. this.btnSubscript.CheckOnClick = true;
  278. this.btnSubscript.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  279. this.btnSubscript.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  280. this.btnSubscript.Name = "btnSubscript";
  281. this.btnSubscript.Size = new System.Drawing.Size(23, 22);
  282. this.btnSubscript.Click += new System.EventHandler(this.btnSubscript_Click);
  283. //
  284. // btnSuperscript
  285. //
  286. this.btnSuperscript.CheckOnClick = true;
  287. this.btnSuperscript.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  288. this.btnSuperscript.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  289. this.btnSuperscript.Name = "btnSuperscript";
  290. this.btnSuperscript.Size = new System.Drawing.Size(23, 22);
  291. this.btnSuperscript.Click += new System.EventHandler(this.btnSuperscript_Click);
  292. //
  293. // btnBullets
  294. //
  295. this.btnBullets.CheckOnClick = true;
  296. this.btnBullets.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  297. this.btnBullets.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  298. this.btnBullets.Name = "btnBullets";
  299. this.btnBullets.Size = new System.Drawing.Size(23, 22);
  300. this.btnBullets.Click += new System.EventHandler(this.btnBullets_Click);
  301. //
  302. // splitContainer1
  303. //
  304. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  305. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  306. this.splitContainer1.Location = new System.Drawing.Point(0, 25);
  307. this.splitContainer1.Name = "splitContainer1";
  308. //
  309. // splitContainer1.Panel1
  310. //
  311. this.splitContainer1.Panel1.Controls.Add(this.conteinerRichBox);
  312. this.splitContainer1.Panel1.Controls.Add(this.horizontalRuler);
  313. this.splitContainer1.Panel1.Controls.Add(this.marginRight);
  314. //
  315. // splitContainer1.Panel2
  316. //
  317. this.splitContainer1.Panel2.Controls.Add(this.tvData);
  318. this.splitContainer1.Panel2.Controls.Add(this.expandableSplitter1);
  319. this.splitContainer1.Panel2.Controls.Add(this.lblDescription);
  320. this.splitContainer1.Size = new System.Drawing.Size(764, 300);
  321. this.splitContainer1.SplitterDistance = 591;
  322. this.splitContainer1.TabIndex = 2;
  323. //
  324. // conteinerRichBox
  325. //
  326. this.conteinerRichBox.Dock = System.Windows.Forms.DockStyle.Fill;
  327. this.conteinerRichBox.Controls.Add(this.rtbText);
  328. this.conteinerRichBox.BackColor = System.Drawing.Color.White;
  329. this.conteinerRichBox.Paint += Panel2_Paint;
  330. //
  331. // rtbText
  332. //
  333. this.rtbText.AcceptsTab = true;
  334. this.rtbText.BorderStyle = System.Windows.Forms.BorderStyle.None;
  335. this.rtbText.BulletIndent = 4;
  336. this.rtbText.DetectUrls = false;
  337. this.rtbText.Dock = System.Windows.Forms.DockStyle.Fill;
  338. this.rtbText.HideSelection = false;
  339. this.rtbText.Location = new System.Drawing.Point(40, 80);
  340. this.rtbText.Name = "rtbText";
  341. this.rtbText.Size = new System.Drawing.Size(591, 284);
  342. this.rtbText.TabIndex = 1;
  343. this.rtbText.Text = "";
  344. this.rtbText.SelectionChanged += new System.EventHandler(this.rtbText_SelectionChanged);
  345. this.rtbText.TextChanged += new System.EventHandler(this.rtbText_TextChanged);
  346. this.rtbText.Resize += RtbText_Resize;
  347. //
  348. // tvData
  349. //
  350. this.tvData.AllowDrop = true;
  351. this.tvData.BorderStyle = System.Windows.Forms.BorderStyle.None;
  352. this.tvData.Dock = System.Windows.Forms.DockStyle.Fill;
  353. this.tvData.ImageIndex = 0;
  354. this.tvData.Location = new System.Drawing.Point(0, 0);
  355. this.tvData.Name = "tvData";
  356. this.tvData.SelectedImageIndex = 0;
  357. this.tvData.ShowColumns = true;
  358. this.tvData.ShowCubeSources = false;
  359. this.tvData.ShowDataSources = true;
  360. this.tvData.ShowCustomItems = true;
  361. this.tvData.ShowEnabledOnly = true;
  362. this.tvData.ShowFunctions = true;
  363. this.tvData.ShowNone = false;
  364. this.tvData.ShowParameters = true;
  365. this.tvData.ShowRelations = true;
  366. this.tvData.ShowTotals = true;
  367. this.tvData.ShowVariables = true;
  368. this.tvData.Size = new System.Drawing.Size(169, 205);
  369. this.tvData.TabIndex = 1;
  370. this.tvData.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.tvData_ItemDrag);
  371. this.tvData.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvData_AfterSelect);
  372. this.tvData.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvData_NodeMouseDoubleClick);
  373. //
  374. // expandableSplitter1
  375. //
  376. this.expandableSplitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
  377. this.expandableSplitter1.Location = new System.Drawing.Point(0, 205);
  378. this.expandableSplitter1.Name = "expandableSplitter1";
  379. this.expandableSplitter1.Size = new System.Drawing.Size(169, 3);
  380. this.expandableSplitter1.TabIndex = 3;
  381. this.expandableSplitter1.TabStop = false;
  382. this.expandableSplitter1.Visible = false;
  383. //
  384. // lblDescription
  385. //
  386. this.lblDescription.AutoScroll = true;
  387. this.lblDescription.BackColor = System.Drawing.SystemColors.Window;
  388. this.lblDescription.Dock = System.Windows.Forms.DockStyle.Bottom;
  389. this.lblDescription.Location = new System.Drawing.Point(0, 208);
  390. this.lblDescription.Name = "lblDescription";
  391. this.lblDescription.Size = new System.Drawing.Size(169, 76);
  392. this.lblDescription.TabIndex = 2;
  393. this.lblDescription.Visible = false;
  394. //
  395. // horizontalRuler
  396. //
  397. this.horizontalRuler.PageStart = 0;
  398. this.horizontalRuler.RulerStart = 0;
  399. this.horizontalRuler.PageWidth = 920;
  400. this.horizontalRuler.RulerWidth = 920;
  401. this.horizontalRuler.Units = Editor.RulerUnits.Milimeters;
  402. this.horizontalRuler.Dock = System.Windows.Forms.DockStyle.Top;
  403. this.horizontalRuler.Vertical = false;
  404. this.horizontalRuler.BackColor = System.Drawing.Color.GhostWhite;
  405. this.horizontalRuler.Change += HorizontalRuler_Change;
  406. //
  407. // marginControl
  408. //
  409. this.marginLeft.Width = 10;
  410. this.marginLeft.Dock = System.Windows.Forms.DockStyle.Left;
  411. this.marginLeft.BackColor = System.Windows.Forms.Control.DefaultBackColor;
  412. //
  413. // marginRight
  414. //
  415. this.marginRight.Width = 10;
  416. this.marginRight.Dock = System.Windows.Forms.DockStyle.Right;
  417. this.marginRight.BackColor = System.Windows.Forms.Control.DefaultBackColor;
  418. //
  419. // RichEditorForm
  420. //
  421. this.BackColor = System.Windows.Forms.Control.DefaultBackColor;
  422. this.ClientSize = new System.Drawing.Size(764, 340);
  423. this.Controls.Add(this.splitContainer1);
  424. this.Controls.Add(this.marginLeft);
  425. this.Controls.Add(this.ts1);
  426. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
  427. this.Name = "RichEditorForm";
  428. this.ShowIcon = false;
  429. this.Text = "RichText Editor";
  430. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RichEditorForm_FormClosing);
  431. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.RichEditorForm_FormClosed);
  432. this.Shown += new System.EventHandler(this.RichEditorForm_Shown);
  433. this.ts1.ResumeLayout(false);
  434. this.ts1.PerformLayout();
  435. this.splitContainer1.Panel1.ResumeLayout(false);
  436. this.splitContainer1.Panel2.ResumeLayout(false);
  437. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  438. this.splitContainer1.ResumeLayout(false);
  439. this.ResumeLayout(false);
  440. }
  441. #endregion
  442. private System.Windows.Forms.ToolStrip ts1;
  443. private FastReport.Controls.FRRichTextBox rtbText;
  444. private System.Windows.Forms.ToolStripButton btnOpen;
  445. private System.Windows.Forms.ToolStripButton btnSave;
  446. private System.Windows.Forms.ToolStripSeparator sep1;
  447. private System.Windows.Forms.ToolStripButton btnUndo;
  448. private System.Windows.Forms.ToolStripButton btnRedo;
  449. private FastReport.Controls.ToolStripFontComboBox cbxFontName;
  450. private FastReport.Controls.ToolStripFontSizeComboBox cbxFontSize;
  451. private System.Windows.Forms.ToolStripButton btnBold;
  452. private System.Windows.Forms.ToolStripButton btnItalic;
  453. private System.Windows.Forms.ToolStripButton btnUnderline;
  454. private System.Windows.Forms.ToolStripSeparator sep2;
  455. private System.Windows.Forms.ToolStripButton btnAlignLeft;
  456. private System.Windows.Forms.ToolStripButton btnAlignCenter;
  457. private System.Windows.Forms.ToolStripButton btnAlignRight;
  458. private System.Windows.Forms.ToolStripButton btnAlignJustify;
  459. private System.Windows.Forms.ToolStripSeparator sep3;
  460. private System.Windows.Forms.ToolStripButton btnSubscript;
  461. private System.Windows.Forms.ToolStripButton btnSuperscript;
  462. private System.Windows.Forms.ToolStripButton btnBullets;
  463. private FastReport.Controls.ToolStripColorButton btnColor;
  464. private System.Windows.Forms.SplitContainer splitContainer1;
  465. private FastReport.Controls.DataTreeView tvData;
  466. private System.Windows.Forms.ToolStripButton btnOk;
  467. private System.Windows.Forms.ToolStripButton btnCancel;
  468. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  469. private System.Windows.Forms.Splitter expandableSplitter1;
  470. private FastReport.Controls.DescriptionControl lblDescription;
  471. private System.Windows.Forms.ToolStripComboBox cbxZoom;
  472. private System.Windows.Forms.Control marginLeft;
  473. private System.Windows.Forms.Control marginRight;
  474. private FastReport.Design.PageDesigners.Page.RulerWithGuides horizontalRuler;
  475. private FastReport.Controls.ContainerFRRichTextBox conteinerRichBox;
  476. }
  477. }