Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tcEHP      = new System.Windows.Forms.TabControl();
     this.tpDesign   = new System.Windows.Forms.TabPage();
     this.tpEditor   = new System.Windows.Forms.TabPage();
     this.tbEditor   = new System.Windows.Forms.RichTextBox();
     this.pbLines    = new DesignEditLines();
     this.tpBrowser  = new System.Windows.Forms.TabPage();
     this.rdlPreview = new fyiReporting.RdlViewer.RdlViewer();
     this.tcEHP.SuspendLayout();
     this.tpEditor.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbLines)).BeginInit();
     this.tpBrowser.SuspendLayout();
     this.SuspendLayout();
     //
     // tcEHP
     //
     this.tcEHP.Alignment = System.Windows.Forms.TabAlignment.Bottom;
     this.tcEHP.Controls.Add(this.tpDesign);
     this.tcEHP.Controls.Add(this.tpEditor);
     this.tcEHP.Controls.Add(this.tpBrowser);
     this.tcEHP.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.tcEHP.Location              = new System.Drawing.Point(0, 0);
     this.tcEHP.Name                  = "tcEHP";
     this.tcEHP.SelectedIndex         = 0;
     this.tcEHP.ShowToolTips          = true;
     this.tcEHP.Size                  = new System.Drawing.Size(488, 376);
     this.tcEHP.TabIndex              = 0;
     this.tcEHP.SelectedIndexChanged += new System.EventHandler(this.tcEHP_SelectedIndexChanged);
     //
     // tpDesign
     //
     this.tpDesign.Location = new System.Drawing.Point(4, 4);
     this.tpDesign.Name     = "tpDesign";
     this.tpDesign.Size     = new System.Drawing.Size(480, 350);
     this.tpDesign.TabIndex = 3;
     this.tpDesign.Tag      = "design";
     this.tpDesign.Text     = "Designer";
     //
     // tpEditor
     //
     this.tpEditor.Controls.Add(this.tbEditor);
     this.tpEditor.Controls.Add(this.pbLines);
     this.tpEditor.Location    = new System.Drawing.Point(4, 4);
     this.tpEditor.Name        = "tpEditor";
     this.tpEditor.Size        = new System.Drawing.Size(480, 350);
     this.tpEditor.TabIndex    = 0;
     this.tpEditor.Tag         = "edit";
     this.tpEditor.Text        = "RDL Text";
     this.tpEditor.ToolTipText = "Edit Report Syntax";
     //
     // tbEditor
     //
     this.tbEditor.AcceptsTab    = true;
     this.tbEditor.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.tbEditor.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tbEditor.HideSelection = false;
     this.tbEditor.Location      = new System.Drawing.Point(32, 0);
     this.tbEditor.Name          = "tbEditor";
     this.tbEditor.Size          = new System.Drawing.Size(448, 350);
     this.tbEditor.TabIndex      = 0;
     this.tbEditor.Text          = "";
     this.tbEditor.WordWrap      = false;
     this.tbEditor.TextChanged  += new System.EventHandler(this.tbEditor_TextChanged);
     //
     // pbLines
     //
     this.pbLines.Dock     = System.Windows.Forms.DockStyle.Left;
     this.pbLines.Location = new System.Drawing.Point(0, 0);
     this.pbLines.Name     = "pbLines";
     this.pbLines.Size     = new System.Drawing.Size(32, 350);
     this.pbLines.TabIndex = 1;
     this.pbLines.TabStop  = false;
     //
     // tpBrowser
     //
     this.tpBrowser.Controls.Add(this.rdlPreview);
     this.tpBrowser.Location = new System.Drawing.Point(4, 4);
     this.tpBrowser.Name     = "tpBrowser";
     this.tpBrowser.Size     = new System.Drawing.Size(480, 350);
     this.tpBrowser.TabIndex = 2;
     this.tpBrowser.Tag      = "preview";
     this.tpBrowser.Text     = "Preview";
     //
     // rdlPreview
     //
     this.rdlPreview.Cursor             = System.Windows.Forms.Cursors.Default;
     this.rdlPreview.Dock               = System.Windows.Forms.DockStyle.Fill;
     this.rdlPreview.Folder             = null;
     this.rdlPreview.Location           = new System.Drawing.Point(0, 0);
     this.rdlPreview.Name               = "rdlPreview";
     this.rdlPreview.PageCurrent        = 1;
     this.rdlPreview.Parameters         = null;
     this.rdlPreview.ReportName         = null;
     this.rdlPreview.ScrollMode         = fyiReporting.RdlViewer.ScrollModeEnum.Continuous;
     this.rdlPreview.ShowParameterPanel = true;
     this.rdlPreview.Size               = new System.Drawing.Size(480, 350);
     this.rdlPreview.SourceFile         = null;
     this.rdlPreview.SourceRdl          = null;
     this.rdlPreview.TabIndex           = 0;
     this.rdlPreview.Text               = "rdlViewer1";
     this.rdlPreview.Zoom               = 0.5474582F;
     this.rdlPreview.ZoomMode           = fyiReporting.RdlViewer.ZoomEnum.FitWidth;
     //
     // RdlEditPreview
     //
     this.Controls.Add(this.tcEHP);
     this.Name = "RdlEditPreview";
     this.Size = new System.Drawing.Size(488, 376);
     this.tcEHP.ResumeLayout(false);
     this.tpEditor.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pbLines)).EndInit();
     this.tpBrowser.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.tcEHP      = new Oranikle.Studio.Controls.CtrlStyledTab();
     this.tpDesign   = new System.Windows.Forms.TabPage();
     this.tpEditor   = new System.Windows.Forms.TabPage();
     this.tbEditor   = new System.Windows.Forms.RichTextBox();
     this.tpBrowser  = new System.Windows.Forms.TabPage();
     this.rdlPreview = new Oranikle.Report.Viewer.RdlViewer();
     this.tcEHP.SuspendLayout();
     this.tpEditor.SuspendLayout();
     this.tpBrowser.SuspendLayout();
     this.SuspendLayout();
     //
     // tcEHP
     //
     this.tcEHP.Alignment   = System.Windows.Forms.TabAlignment.Bottom;
     this.tcEHP.BorderColor = System.Drawing.Color.DarkGray;
     this.tcEHP.Controls.Add(this.tpDesign);
     this.tcEHP.Controls.Add(this.tpEditor);
     this.tcEHP.Controls.Add(this.tpBrowser);
     this.tcEHP.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.tcEHP.DontSlantMiddle        = false;
     this.tcEHP.LeftSpacing            = 0;
     this.tcEHP.Location               = new System.Drawing.Point(0, 0);
     this.tcEHP.myBackColor            = System.Drawing.Color.Transparent;
     this.tcEHP.Name                   = "tcEHP";
     this.tcEHP.SelectedIndex          = 0;
     this.tcEHP.ShowToolTips           = true;
     this.tcEHP.Size                   = new System.Drawing.Size(488, 376);
     this.tcEHP.SizeMode               = System.Windows.Forms.TabSizeMode.Fixed;
     this.tcEHP.TabFont                = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tcEHP.TabIndex               = 0;
     this.tcEHP.TabSlant               = 2;
     this.tcEHP.TabStop                = false;
     this.tcEHP.TabTextColor           = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.tcEHP.TabTextHAlignment      = System.Drawing.StringAlignment.Near;
     this.tcEHP.TabTextVAlignment      = System.Drawing.StringAlignment.Center;
     this.tcEHP.TagPageSelectedColor   = System.Drawing.Color.White;
     this.tcEHP.TagPageUnselectedColor = System.Drawing.Color.LightGray;
     this.tcEHP.SelectedIndexChanged  += new System.EventHandler(this.tcEHP_SelectedIndexChanged);
     //
     // tpDesign
     //
     this.tpDesign.BackColor = System.Drawing.Color.White;
     this.tpDesign.Location  = new System.Drawing.Point(4, 4);
     this.tpDesign.Name      = "tpDesign";
     this.tpDesign.Size      = new System.Drawing.Size(480, 347);
     this.tpDesign.TabIndex  = 3;
     this.tpDesign.Tag       = "design";
     this.tpDesign.Text      = "Designer";
     //
     // tpEditor
     //
     this.tpEditor.BackColor = System.Drawing.Color.White;
     this.tpEditor.Controls.Add(this.tbEditor);
     this.tpEditor.Location    = new System.Drawing.Point(4, 4);
     this.tpEditor.Name        = "tpEditor";
     this.tpEditor.Size        = new System.Drawing.Size(480, 347);
     this.tpEditor.TabIndex    = 0;
     this.tpEditor.Tag         = "edit";
     this.tpEditor.Text        = "Code";
     this.tpEditor.ToolTipText = "Edit Report Syntax";
     //
     // tbEditor
     //
     this.tbEditor.AcceptsTab    = true;
     this.tbEditor.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.tbEditor.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.tbEditor.HideSelection = false;
     this.tbEditor.Location      = new System.Drawing.Point(0, 0);
     this.tbEditor.Name          = "tbEditor";
     this.tbEditor.Size          = new System.Drawing.Size(480, 347);
     this.tbEditor.TabIndex      = 0;
     this.tbEditor.Text          = "";
     this.tbEditor.WordWrap      = false;
     this.tbEditor.TextChanged  += new System.EventHandler(this.tbEditor_TextChanged);
     //
     // tpBrowser
     //
     this.tpBrowser.BackColor = System.Drawing.Color.White;
     this.tpBrowser.Controls.Add(this.rdlPreview);
     this.tpBrowser.Location = new System.Drawing.Point(4, 4);
     this.tpBrowser.Name     = "tpBrowser";
     this.tpBrowser.Size     = new System.Drawing.Size(480, 347);
     this.tpBrowser.TabIndex = 2;
     this.tpBrowser.Tag      = "preview";
     this.tpBrowser.Text     = "Preview";
     //
     // rdlPreview
     //
     this.rdlPreview.Cursor                 = System.Windows.Forms.Cursors.Default;
     this.rdlPreview.Dock                   = System.Windows.Forms.DockStyle.Fill;
     this.rdlPreview.Folder                 = null;
     this.rdlPreview.HighlightAll           = false;
     this.rdlPreview.HighlightAllColor      = System.Drawing.Color.Fuchsia;
     this.rdlPreview.HighlightCaseSensitive = false;
     this.rdlPreview.HighlightItemColor     = System.Drawing.Color.Aqua;
     this.rdlPreview.HighlightPageItem      = null;
     this.rdlPreview.HighlightText          = null;
     this.rdlPreview.Location               = new System.Drawing.Point(0, 0);
     this.rdlPreview.Name                   = "rdlPreview";
     this.rdlPreview.PageCurrent            = 1;
     this.rdlPreview.Parameters             = null;
     this.rdlPreview.ReportName             = null;
     this.rdlPreview.ScrollMode             = Oranikle.Report.Viewer.ScrollModeEnum.Continuous;
     this.rdlPreview.SelectTool             = false;
     this.rdlPreview.ShowFindPanel          = false;
     this.rdlPreview.ShowParameterPanel     = true;
     this.rdlPreview.ShowWaitDialog         = true;
     this.rdlPreview.Size                   = new System.Drawing.Size(480, 347);
     this.rdlPreview.SourceFile             = null;
     this.rdlPreview.SourceRdl              = null;
     this.rdlPreview.TabIndex               = 0;
     this.rdlPreview.Text                   = "rdlViewer1";
     this.rdlPreview.UseTrueMargins         = true;
     this.rdlPreview.Zoom                   = 0.5495112F;
     this.rdlPreview.ZoomMode               = Oranikle.Report.Viewer.ZoomEnum.FitWidth;
     this.rdlPreview.Click                 += new System.EventHandler(this.rdlPreview_Click);
     //
     // RdlEditPreview
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.Controls.Add(this.tcEHP);
     this.Name = "RdlEditPreview";
     this.Size = new System.Drawing.Size(488, 376);
     this.tcEHP.ResumeLayout(false);
     this.tpEditor.ResumeLayout(false);
     this.tpBrowser.ResumeLayout(false);
     this.ResumeLayout(false);
 }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.tcEHP = new System.Windows.Forms.TabControl();
            this.tpDesign = new System.Windows.Forms.TabPage();
            this.tpEditor = new System.Windows.Forms.TabPage();
            this.tbEditor = new System.Windows.Forms.RichTextBox();
            this.pbLines = new DesignEditLines(this.tbEditor);
            this.tpBrowser = new System.Windows.Forms.TabPage();
            this.rdlPreview = new fyiReporting.RdlViewer.RdlViewer();
            this.tcEHP.SuspendLayout();
            this.tpEditor.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pbLines)).BeginInit();
            this.tpBrowser.SuspendLayout();
            this.SuspendLayout();
            // 
            // tcEHP
            // 
            this.tcEHP.Alignment = System.Windows.Forms.TabAlignment.Bottom;
            this.tcEHP.Controls.Add(this.tpDesign);
            this.tcEHP.Controls.Add(this.tpEditor);
            this.tcEHP.Controls.Add(this.tpBrowser);
            this.tcEHP.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcEHP.Location = new System.Drawing.Point(0, 0);
            this.tcEHP.Name = "tcEHP";
            this.tcEHP.SelectedIndex = 0;
            this.tcEHP.ShowToolTips = true;
            this.tcEHP.Size = new System.Drawing.Size(488, 376);
            this.tcEHP.TabIndex = 0;
            this.tcEHP.SelectedIndexChanged += new System.EventHandler(this.tcEHP_SelectedIndexChanged);
            // 
            // tpDesign
            // 
            this.tpDesign.Location = new System.Drawing.Point(4, 4);
            this.tpDesign.Name = "tpDesign";
            this.tpDesign.Size = new System.Drawing.Size(480, 350);
            this.tpDesign.TabIndex = 3;
            this.tpDesign.Tag = "design";
            this.tpDesign.Text = "Designer";
            // 
            // tpEditor
            // 
            this.tpEditor.Controls.Add(this.tbEditor);
            this.tpEditor.Controls.Add(this.pbLines);
            this.tpEditor.Location = new System.Drawing.Point(4, 4);
            this.tpEditor.Name = "tpEditor";
            this.tpEditor.Size = new System.Drawing.Size(480, 350);
            this.tpEditor.TabIndex = 0;
            this.tpEditor.Tag = "edit";
            this.tpEditor.Text = "RDL Text";
            this.tpEditor.ToolTipText = "Edit Report Syntax";
            // 
            // tbEditor
            // 
            this.tbEditor.AcceptsTab = true;
            this.tbEditor.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.tbEditor.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tbEditor.HideSelection = false;
            this.tbEditor.Location = new System.Drawing.Point(32, 0);
            this.tbEditor.Name = "tbEditor";
            this.tbEditor.Size = new System.Drawing.Size(448, 350);
            this.tbEditor.TabIndex = 0;
            this.tbEditor.Text = "";
            this.tbEditor.WordWrap = false;
            this.tbEditor.TextChanged += new System.EventHandler(this.tbEditor_TextChanged);
            // 
            // pbLines
            // 
            this.pbLines.Dock = System.Windows.Forms.DockStyle.Left;
            this.pbLines.Location = new System.Drawing.Point(0, 0);
            this.pbLines.Name = "pbLines";
            this.pbLines.Size = new System.Drawing.Size(32, 350);
            this.pbLines.TabIndex = 1;
            this.pbLines.TabStop = false;
            // 
            // tpBrowser
            // 
            this.tpBrowser.Controls.Add(this.rdlPreview);
            this.tpBrowser.Location = new System.Drawing.Point(4, 4);
            this.tpBrowser.Name = "tpBrowser";
            this.tpBrowser.Size = new System.Drawing.Size(480, 350);
            this.tpBrowser.TabIndex = 2;
            this.tpBrowser.Tag = "preview";
            this.tpBrowser.Text = "Preview";
            // 
            // rdlPreview
            // 
            this.rdlPreview.Cursor = System.Windows.Forms.Cursors.Default;
            this.rdlPreview.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rdlPreview.Folder = null;
            this.rdlPreview.Location = new System.Drawing.Point(0, 0);
            this.rdlPreview.Name = "rdlPreview";
            this.rdlPreview.PageCurrent = 1;
            this.rdlPreview.Parameters = null;
            this.rdlPreview.ReportName = null;
            this.rdlPreview.ScrollMode = fyiReporting.RdlViewer.ScrollModeEnum.Continuous;
            this.rdlPreview.ShowParameterPanel = true;
            this.rdlPreview.Size = new System.Drawing.Size(480, 350);
            this.rdlPreview.SourceFile = null;
            this.rdlPreview.SourceRdl = null;
            this.rdlPreview.TabIndex = 0;
            this.rdlPreview.Text = "rdlViewer1";
            this.rdlPreview.Zoom = 0.5474582F;
            this.rdlPreview.ZoomMode = fyiReporting.RdlViewer.ZoomEnum.FitWidth;
            // 
            // RdlEditPreview
            // 
            this.Controls.Add(this.tcEHP);
            this.Name = "RdlEditPreview";
            this.Size = new System.Drawing.Size(488, 376);
            this.tcEHP.ResumeLayout(false);
            this.tpEditor.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pbLines)).EndInit();
            this.tpBrowser.ResumeLayout(false);
            this.ResumeLayout(false);

		}
 public ZoomTemplateSelector()
 {
     Status = ZoomEnum.Out;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RdlEditPreview));
     this.tcEHP      = new System.Windows.Forms.TabControl();
     this.tpDesign   = new System.Windows.Forms.TabPage();
     this.tpEditor   = new System.Windows.Forms.TabPage();
     this.tbEditor   = new System.Windows.Forms.RichTextBox();
     this.pbLines    = new fyiReporting.RdlDesign.DesignEditLines();
     this.tpBrowser  = new System.Windows.Forms.TabPage();
     this.rdlPreview = new fyiReporting.RdlViewer.RdlViewer();
     this.tcEHP.SuspendLayout();
     this.tpEditor.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbLines)).BeginInit();
     this.tpBrowser.SuspendLayout();
     this.SuspendLayout();
     //
     // tcEHP
     //
     resources.ApplyResources(this.tcEHP, "tcEHP");
     this.tcEHP.Controls.Add(this.tpDesign);
     this.tcEHP.Controls.Add(this.tpEditor);
     this.tcEHP.Controls.Add(this.tpBrowser);
     this.tcEHP.Name                  = "tcEHP";
     this.tcEHP.SelectedIndex         = 0;
     this.tcEHP.SelectedIndexChanged += new System.EventHandler(this.tcEHP_SelectedIndexChanged);
     //
     // tpDesign
     //
     resources.ApplyResources(this.tpDesign, "tpDesign");
     this.tpDesign.Name = "tpDesign";
     this.tpDesign.Tag  = "design";
     //
     // tpEditor
     //
     resources.ApplyResources(this.tpEditor, "tpEditor");
     this.tpEditor.Controls.Add(this.tbEditor);
     this.tpEditor.Controls.Add(this.pbLines);
     this.tpEditor.Name = "tpEditor";
     this.tpEditor.Tag  = "edit";
     //
     // tbEditor
     //
     this.tbEditor.AcceptsTab = true;
     resources.ApplyResources(this.tbEditor, "tbEditor");
     this.tbEditor.BorderStyle   = System.Windows.Forms.BorderStyle.None;
     this.tbEditor.HideSelection = false;
     this.tbEditor.Name          = "tbEditor";
     this.tbEditor.TextChanged  += new System.EventHandler(this.tbEditor_TextChanged);
     //
     // pbLines
     //
     resources.ApplyResources(this.pbLines, "pbLines");
     this.pbLines.Name    = "pbLines";
     this.pbLines.TabStop = false;
     //
     // tpBrowser
     //
     resources.ApplyResources(this.tpBrowser, "tpBrowser");
     this.tpBrowser.Controls.Add(this.rdlPreview);
     this.tpBrowser.Name = "tpBrowser";
     this.tpBrowser.Tag  = "preview";
     //
     // rdlPreview
     //
     resources.ApplyResources(this.rdlPreview, "rdlPreview");
     this.rdlPreview.Cursor                 = System.Windows.Forms.Cursors.Default;
     this.rdlPreview.Folder                 = null;
     this.rdlPreview.HighlightAll           = false;
     this.rdlPreview.HighlightAllColor      = System.Drawing.Color.Fuchsia;
     this.rdlPreview.HighlightCaseSensitive = false;
     this.rdlPreview.HighlightItemColor     = System.Drawing.Color.Aqua;
     this.rdlPreview.HighlightPageItem      = null;
     this.rdlPreview.HighlightText          = null;
     this.rdlPreview.Name               = "rdlPreview";
     this.rdlPreview.PageCurrent        = 1;
     this.rdlPreview.Parameters         = "";
     this.rdlPreview.ReportName         = null;
     this.rdlPreview.ScrollMode         = fyiReporting.RdlViewer.ScrollModeEnum.Continuous;
     this.rdlPreview.SelectTool         = false;
     this.rdlPreview.ShowFindPanel      = false;
     this.rdlPreview.ShowParameterPanel = true;
     this.rdlPreview.ShowWaitDialog     = true;
     this.rdlPreview.SourceFile         = null;
     this.rdlPreview.SourceRdl          = null;
     this.rdlPreview.UseTrueMargins     = true;
     this.rdlPreview.Zoom               = 0.5690382F;
     this.rdlPreview.ZoomMode           = fyiReporting.RdlViewer.ZoomEnum.FitWidth;
     //
     // RdlEditPreview
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.tcEHP);
     this.Name = "RdlEditPreview";
     this.tcEHP.ResumeLayout(false);
     this.tpEditor.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pbLines)).EndInit();
     this.tpBrowser.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RdlEditPreview));
     this.tcEHP      = new System.Windows.Forms.TabControl();
     this.tpDesign   = new System.Windows.Forms.TabPage();
     this.tpEditor   = new System.Windows.Forms.TabPage();
     this.scintilla1 = new ScintillaNET.Scintilla();
     this.tpBrowser  = new System.Windows.Forms.TabPage();
     this.rdlPreview = new fyiReporting.RdlViewer.RdlViewer();
     this.tcEHP.SuspendLayout();
     this.tpEditor.SuspendLayout();
     this.tpBrowser.SuspendLayout();
     this.SuspendLayout();
     //
     // tcEHP
     //
     resources.ApplyResources(this.tcEHP, "tcEHP");
     this.tcEHP.Controls.Add(this.tpDesign);
     this.tcEHP.Controls.Add(this.tpEditor);
     this.tcEHP.Controls.Add(this.tpBrowser);
     this.tcEHP.Name                  = "tcEHP";
     this.tcEHP.SelectedIndex         = 0;
     this.tcEHP.SelectedIndexChanged += new System.EventHandler(this.tcEHP_SelectedIndexChanged);
     //
     // tpDesign
     //
     resources.ApplyResources(this.tpDesign, "tpDesign");
     this.tpDesign.Name = "tpDesign";
     this.tpDesign.Tag  = "design";
     //
     // tpEditor
     //
     this.tpEditor.Controls.Add(this.scintilla1);
     resources.ApplyResources(this.tpEditor, "tpEditor");
     this.tpEditor.Name = "tpEditor";
     this.tpEditor.Tag  = "edit";
     //
     // scintilla1
     //
     resources.ApplyResources(this.scintilla1, "scintilla1");
     this.scintilla1.Lexer        = ScintillaNET.Lexer.Xml;
     this.scintilla1.Name         = "scintilla1";
     this.scintilla1.UseTabs      = false;
     this.scintilla1.UpdateUI    += new System.EventHandler <ScintillaNET.UpdateUIEventArgs>(this.scintilla1_UpdateUI);
     this.scintilla1.TextChanged += new System.EventHandler(this.scintilla1_TextChanged);
     //
     // tpBrowser
     //
     this.tpBrowser.Controls.Add(this.rdlPreview);
     resources.ApplyResources(this.tpBrowser, "tpBrowser");
     this.tpBrowser.Name = "tpBrowser";
     this.tpBrowser.Tag  = "preview";
     //
     // rdlPreview
     //
     this.rdlPreview.Cursor = System.Windows.Forms.Cursors.Default;
     resources.ApplyResources(this.rdlPreview, "rdlPreview");
     this.rdlPreview.dSubReportGetContent = null;
     this.rdlPreview.Folder                 = null;
     this.rdlPreview.HighlightAll           = false;
     this.rdlPreview.HighlightAllColor      = System.Drawing.Color.Fuchsia;
     this.rdlPreview.HighlightCaseSensitive = false;
     this.rdlPreview.HighlightItemColor     = System.Drawing.Color.Aqua;
     this.rdlPreview.HighlightPageItem      = null;
     this.rdlPreview.HighlightText          = null;
     this.rdlPreview.Name               = "rdlPreview";
     this.rdlPreview.PageCurrent        = 1;
     this.rdlPreview.Parameters         = "";
     this.rdlPreview.ReportName         = null;
     this.rdlPreview.ScrollMode         = fyiReporting.RdlViewer.ScrollModeEnum.Continuous;
     this.rdlPreview.SelectTool         = false;
     this.rdlPreview.ShowFindPanel      = false;
     this.rdlPreview.ShowParameterPanel = true;
     this.rdlPreview.ShowWaitDialog     = true;
     this.rdlPreview.SourceFile         = null;
     this.rdlPreview.SourceRdl          = null;
     this.rdlPreview.UseTrueMargins     = true;
     this.rdlPreview.Zoom               = 0.5495112F;
     this.rdlPreview.ZoomMode           = fyiReporting.RdlViewer.ZoomEnum.FitWidth;
     //
     // RdlEditPreview
     //
     this.Controls.Add(this.tcEHP);
     this.Name = "RdlEditPreview";
     resources.ApplyResources(this, "$this");
     this.tcEHP.ResumeLayout(false);
     this.tpEditor.ResumeLayout(false);
     this.tpBrowser.ResumeLayout(false);
     this.ResumeLayout(false);
 }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RdlEditPreview));
			this.tcEHP = new System.Windows.Forms.TabControl();
			this.tpDesign = new System.Windows.Forms.TabPage();
			this.tpEditor = new System.Windows.Forms.TabPage();
			this.tbEditor = new System.Windows.Forms.RichTextBox();
			this.pbLines = new fyiReporting.RdlDesign.DesignEditLines();
			this.tpBrowser = new System.Windows.Forms.TabPage();
			this.rdlPreview = new fyiReporting.RdlViewer.RdlViewer();
			this.tcEHP.SuspendLayout();
			this.tpEditor.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.pbLines)).BeginInit();
			this.tpBrowser.SuspendLayout();
			this.SuspendLayout();
			// 
			// tcEHP
			// 
			resources.ApplyResources(this.tcEHP, "tcEHP");
			this.tcEHP.Controls.Add(this.tpDesign);
			this.tcEHP.Controls.Add(this.tpEditor);
			this.tcEHP.Controls.Add(this.tpBrowser);
			this.tcEHP.Name = "tcEHP";
			this.tcEHP.SelectedIndex = 0;
			this.tcEHP.SelectedIndexChanged += new System.EventHandler(this.tcEHP_SelectedIndexChanged);
			// 
			// tpDesign
			// 
			resources.ApplyResources(this.tpDesign, "tpDesign");
			this.tpDesign.Name = "tpDesign";
			this.tpDesign.Tag = "design";
			// 
			// tpEditor
			// 
			resources.ApplyResources(this.tpEditor, "tpEditor");
			this.tpEditor.Controls.Add(this.tbEditor);
			this.tpEditor.Controls.Add(this.pbLines);
			this.tpEditor.Name = "tpEditor";
			this.tpEditor.Tag = "edit";
			// 
			// tbEditor
			// 
			this.tbEditor.AcceptsTab = true;
			resources.ApplyResources(this.tbEditor, "tbEditor");
			this.tbEditor.BorderStyle = System.Windows.Forms.BorderStyle.None;
			this.tbEditor.HideSelection = false;
			this.tbEditor.Name = "tbEditor";
			this.tbEditor.TextChanged += new System.EventHandler(this.tbEditor_TextChanged);
			// 
			// pbLines
			// 
			resources.ApplyResources(this.pbLines, "pbLines");
			this.pbLines.Name = "pbLines";
			this.pbLines.TabStop = false;
			// 
			// tpBrowser
			// 
			resources.ApplyResources(this.tpBrowser, "tpBrowser");
			this.tpBrowser.Controls.Add(this.rdlPreview);
			this.tpBrowser.Name = "tpBrowser";
			this.tpBrowser.Tag = "preview";
			// 
			// rdlPreview
			// 
			resources.ApplyResources(this.rdlPreview, "rdlPreview");
			this.rdlPreview.Cursor = System.Windows.Forms.Cursors.Default;
			this.rdlPreview.Folder = null;
			this.rdlPreview.HighlightAll = false;
			this.rdlPreview.HighlightAllColor = System.Drawing.Color.Fuchsia;
			this.rdlPreview.HighlightCaseSensitive = false;
			this.rdlPreview.HighlightItemColor = System.Drawing.Color.Aqua;
			this.rdlPreview.HighlightPageItem = null;
			this.rdlPreview.HighlightText = null;
			this.rdlPreview.Name = "rdlPreview";
			this.rdlPreview.PageCurrent = 1;
			this.rdlPreview.Parameters = "";
			this.rdlPreview.ReportName = null;
			this.rdlPreview.ScrollMode = fyiReporting.RdlViewer.ScrollModeEnum.Continuous;
			this.rdlPreview.SelectTool = false;
			this.rdlPreview.ShowFindPanel = false;
			this.rdlPreview.ShowParameterPanel = true;
			this.rdlPreview.ShowWaitDialog = true;
			this.rdlPreview.SourceFile = null;
			this.rdlPreview.SourceRdl = null;
			this.rdlPreview.UseTrueMargins = true;
			this.rdlPreview.Zoom = 0.5690382F;
			this.rdlPreview.ZoomMode = fyiReporting.RdlViewer.ZoomEnum.FitWidth;
			// 
			// RdlEditPreview
			// 
			resources.ApplyResources(this, "$this");
			this.Controls.Add(this.tcEHP);
			this.Name = "RdlEditPreview";
			this.tcEHP.ResumeLayout(false);
			this.tpEditor.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.pbLines)).EndInit();
			this.tpBrowser.ResumeLayout(false);
			this.ResumeLayout(false);

		}