RichEditorForm.Designer.cs 21 KB

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