TextEditorForm.Designer.cs 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class TextEditorForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextEditorForm));
  31. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  32. this.tbText = new System.Windows.Forms.TextBox();
  33. this.tvData = new FastReport.Controls.DataTreeView();
  34. this.expandableSplitter1 = new System.Windows.Forms.Splitter();
  35. this.lblDescription = new FastReport.Controls.DescriptionControl();
  36. this.cbWordWrap = new System.Windows.Forms.CheckBox();
  37. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  38. this.splitContainer1.Panel1.SuspendLayout();
  39. this.splitContainer1.Panel2.SuspendLayout();
  40. this.splitContainer1.SuspendLayout();
  41. this.SuspendLayout();
  42. //
  43. // btnOk
  44. //
  45. this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  46. this.btnOk.Location = new System.Drawing.Point(332, 292);
  47. //
  48. // btnCancel
  49. //
  50. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  51. this.btnCancel.Location = new System.Drawing.Point(412, 292);
  52. //
  53. // splitContainer1
  54. //
  55. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  56. | System.Windows.Forms.AnchorStyles.Left)
  57. | System.Windows.Forms.AnchorStyles.Right)));
  58. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  59. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  60. this.splitContainer1.Name = "splitContainer1";
  61. //
  62. // splitContainer1.Panel1
  63. //
  64. this.splitContainer1.Panel1.Controls.Add(this.tbText);
  65. //
  66. // splitContainer1.Panel2
  67. //
  68. this.splitContainer1.Panel2.Controls.Add(this.tvData);
  69. this.splitContainer1.Panel2.Controls.Add(this.expandableSplitter1);
  70. this.splitContainer1.Panel2.Controls.Add(this.lblDescription);
  71. this.splitContainer1.Size = new System.Drawing.Size(497, 280);
  72. this.splitContainer1.SplitterDistance = 321;
  73. this.splitContainer1.TabIndex = 1;
  74. this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer1_SplitterMoved);
  75. //
  76. // tbText
  77. //
  78. this.tbText.AcceptsReturn = true;
  79. this.tbText.AcceptsTab = true;
  80. this.tbText.AllowDrop = true;
  81. this.tbText.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.tbText.HideSelection = false;
  83. this.tbText.Location = new System.Drawing.Point(0, 0);
  84. this.tbText.MaxLength = 0;
  85. this.tbText.Multiline = true;
  86. this.tbText.Name = "tbText";
  87. this.tbText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  88. this.tbText.Size = new System.Drawing.Size(321, 280);
  89. this.tbText.TabIndex = 0;
  90. this.tbText.TextChanged += new System.EventHandler(this.tbText_TextChanged);
  91. this.tbText.DragDrop += new System.Windows.Forms.DragEventHandler(this.tbText_DragDrop);
  92. this.tbText.DragOver += new System.Windows.Forms.DragEventHandler(this.tbText_DragOver);
  93. this.tbText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbText_KeyDown);
  94. //
  95. // tvData
  96. //
  97. this.tvData.AllowDrop = true;
  98. this.tvData.Dock = System.Windows.Forms.DockStyle.Fill;
  99. this.tvData.ImageIndex = 0;
  100. this.tvData.Location = new System.Drawing.Point(0, 0);
  101. this.tvData.Name = "tvData";
  102. this.tvData.SelectedImageIndex = 0;
  103. this.tvData.ShowColumns = true;
  104. this.tvData.ShowCubeSources = false;
  105. this.tvData.ShowDataSources = true;
  106. this.tvData.ShowCustomItems = true;
  107. this.tvData.ShowEnabledOnly = true;
  108. this.tvData.ShowFunctions = true;
  109. this.tvData.ShowNone = false;
  110. this.tvData.ShowParameters = true;
  111. this.tvData.ShowRelations = true;
  112. this.tvData.ShowTotals = true;
  113. this.tvData.ShowVariables = true;
  114. this.tvData.Size = new System.Drawing.Size(172, 201);
  115. this.tvData.TabIndex = 0;
  116. this.tvData.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.tvData_ItemDrag);
  117. this.tvData.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvData_AfterSelect);
  118. this.tvData.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvData_NodeMouseDoubleClick);
  119. //
  120. // expandableSplitter1
  121. //
  122. this.expandableSplitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
  123. this.expandableSplitter1.Location = new System.Drawing.Point(0, 201);
  124. this.expandableSplitter1.Name = "expandableSplitter1";
  125. this.expandableSplitter1.Size = new System.Drawing.Size(172, 3);
  126. this.expandableSplitter1.TabIndex = 1;
  127. this.expandableSplitter1.TabStop = false;
  128. this.expandableSplitter1.Visible = false;
  129. //
  130. // lblDescription
  131. //
  132. this.lblDescription.AutoScroll = true;
  133. this.lblDescription.BackColor = System.Drawing.SystemColors.Window;
  134. this.lblDescription.Dock = System.Windows.Forms.DockStyle.Bottom;
  135. this.lblDescription.Location = new System.Drawing.Point(0, 204);
  136. this.lblDescription.Name = "lblDescription";
  137. this.lblDescription.Size = new System.Drawing.Size(172, 76);
  138. this.lblDescription.TabIndex = 2;
  139. this.lblDescription.Visible = false;
  140. //
  141. // cbWordWrap
  142. //
  143. this.cbWordWrap.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  144. this.cbWordWrap.AutoSize = true;
  145. this.cbWordWrap.Checked = true;
  146. this.cbWordWrap.CheckState = System.Windows.Forms.CheckState.Checked;
  147. this.cbWordWrap.Location = new System.Drawing.Point(8, 296);
  148. this.cbWordWrap.Name = "cbWordWrap";
  149. this.cbWordWrap.Size = new System.Drawing.Size(74, 17);
  150. this.cbWordWrap.TabIndex = 2;
  151. this.cbWordWrap.Text = "Word wrap";
  152. this.cbWordWrap.UseVisualStyleBackColor = true;
  153. this.cbWordWrap.CheckedChanged += new System.EventHandler(this.cbWordWrap_CheckedChanged);
  154. //
  155. // TextEditorForm
  156. //
  157. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  158. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  159. this.ClientSize = new System.Drawing.Size(497, 324);
  160. this.Controls.Add(this.cbWordWrap);
  161. this.Controls.Add(this.splitContainer1);
  162. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
  163. this.Name = "TextEditorForm";
  164. this.ShowIcon = false;
  165. this.Text = "Edit Text";
  166. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TextEditorForm_FormClosing);
  167. this.Shown += new System.EventHandler(this.TextEditorForm_Shown);
  168. this.Controls.SetChildIndex(this.btnOk, 0);
  169. this.Controls.SetChildIndex(this.btnCancel, 0);
  170. this.Controls.SetChildIndex(this.splitContainer1, 0);
  171. this.Controls.SetChildIndex(this.cbWordWrap, 0);
  172. this.splitContainer1.Panel1.ResumeLayout(false);
  173. this.splitContainer1.Panel1.PerformLayout();
  174. this.splitContainer1.Panel2.ResumeLayout(false);
  175. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  176. this.splitContainer1.ResumeLayout(false);
  177. this.ResumeLayout(false);
  178. this.PerformLayout();
  179. }
  180. #endregion
  181. private System.Windows.Forms.SplitContainer splitContainer1;
  182. private System.Windows.Forms.TextBox tbText;
  183. private FastReport.Controls.DataTreeView tvData;
  184. private System.Windows.Forms.Splitter expandableSplitter1;
  185. private FastReport.Controls.DescriptionControl lblDescription;
  186. private System.Windows.Forms.CheckBox cbWordWrap;
  187. }
  188. }