using FastReport.Controls; namespace FastReport.Forms { partial class TextEditorForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextEditorForm)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tbText = new System.Windows.Forms.TextBox(); this.tvData = new FastReport.Controls.DataTreeView(); this.expandableSplitter1 = new System.Windows.Forms.Splitter(); this.lblDescription = new FastReport.Controls.DescriptionControl(); this.cbWordWrap = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.SuspendLayout(); // // btnOk // this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOk.Location = new System.Drawing.Point(332, 292); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.Location = new System.Drawing.Point(412, 292); // // splitContainer1 // this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.tbText); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tvData); this.splitContainer1.Panel2.Controls.Add(this.expandableSplitter1); this.splitContainer1.Panel2.Controls.Add(this.lblDescription); this.splitContainer1.Size = new System.Drawing.Size(497, 280); this.splitContainer1.SplitterDistance = 321; this.splitContainer1.TabIndex = 1; this.splitContainer1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitContainer1_SplitterMoved); // // tbText // this.tbText.AcceptsReturn = true; this.tbText.AcceptsTab = true; this.tbText.AllowDrop = true; this.tbText.Dock = System.Windows.Forms.DockStyle.Fill; this.tbText.HideSelection = false; this.tbText.Location = new System.Drawing.Point(0, 0); this.tbText.MaxLength = 0; this.tbText.Multiline = true; this.tbText.Name = "tbText"; this.tbText.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.tbText.Size = new System.Drawing.Size(321, 280); this.tbText.TabIndex = 0; this.tbText.TextChanged += new System.EventHandler(this.tbText_TextChanged); this.tbText.DragDrop += new System.Windows.Forms.DragEventHandler(this.tbText_DragDrop); this.tbText.DragOver += new System.Windows.Forms.DragEventHandler(this.tbText_DragOver); this.tbText.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbText_KeyDown); // // tvData // this.tvData.AllowDrop = true; this.tvData.Dock = System.Windows.Forms.DockStyle.Fill; this.tvData.ImageIndex = 0; this.tvData.Location = new System.Drawing.Point(0, 0); this.tvData.Name = "tvData"; this.tvData.SelectedImageIndex = 0; this.tvData.ShowColumns = true; this.tvData.ShowCubeSources = false; this.tvData.ShowDataSources = true; this.tvData.ShowCustomItems = true; this.tvData.ShowEnabledOnly = true; this.tvData.ShowFunctions = true; this.tvData.ShowNone = false; this.tvData.ShowParameters = true; this.tvData.ShowRelations = true; this.tvData.ShowTotals = true; this.tvData.ShowVariables = true; this.tvData.Size = new System.Drawing.Size(172, 201); this.tvData.TabIndex = 0; this.tvData.ItemDrag += new System.Windows.Forms.ItemDragEventHandler(this.tvData_ItemDrag); this.tvData.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvData_AfterSelect); this.tvData.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.tvData_NodeMouseDoubleClick); // // expandableSplitter1 // this.expandableSplitter1.Dock = System.Windows.Forms.DockStyle.Bottom; this.expandableSplitter1.Location = new System.Drawing.Point(0, 201); this.expandableSplitter1.Name = "expandableSplitter1"; this.expandableSplitter1.Size = new System.Drawing.Size(172, 3); this.expandableSplitter1.TabIndex = 1; this.expandableSplitter1.TabStop = false; this.expandableSplitter1.Visible = false; // // lblDescription // this.lblDescription.AutoScroll = true; this.lblDescription.BackColor = System.Drawing.SystemColors.Window; this.lblDescription.Dock = System.Windows.Forms.DockStyle.Bottom; this.lblDescription.Location = new System.Drawing.Point(0, 204); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(172, 76); this.lblDescription.TabIndex = 2; this.lblDescription.Visible = false; // // cbWordWrap // this.cbWordWrap.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cbWordWrap.AutoSize = true; this.cbWordWrap.Checked = true; this.cbWordWrap.CheckState = System.Windows.Forms.CheckState.Checked; this.cbWordWrap.Location = new System.Drawing.Point(8, 296); this.cbWordWrap.Name = "cbWordWrap"; this.cbWordWrap.Size = new System.Drawing.Size(74, 17); this.cbWordWrap.TabIndex = 2; this.cbWordWrap.Text = "Word wrap"; this.cbWordWrap.UseVisualStyleBackColor = true; this.cbWordWrap.CheckedChanged += new System.EventHandler(this.cbWordWrap_CheckedChanged); // // TextEditorForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(497, 324); this.Controls.Add(this.cbWordWrap); this.Controls.Add(this.splitContainer1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable; this.Name = "TextEditorForm"; this.ShowIcon = false; this.Text = "Edit Text"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TextEditorForm_FormClosing); this.Shown += new System.EventHandler(this.TextEditorForm_Shown); this.Controls.SetChildIndex(this.btnOk, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.splitContainer1, 0); this.Controls.SetChildIndex(this.cbWordWrap, 0); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel1.PerformLayout(); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TextBox tbText; private FastReport.Controls.DataTreeView tvData; private System.Windows.Forms.Splitter expandableSplitter1; private FastReport.Controls.DescriptionControl lblDescription; private System.Windows.Forms.CheckBox cbWordWrap; } }