Exemplo n.º 1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewerMain));
     this.arvMain = new GrapeCity.ActiveReports.Viewer.Win.Viewer();
     this.SuspendLayout();
     // arvMain
     this.arvMain.BackColor   = System.Drawing.SystemColors.Control;
     this.arvMain.CurrentPage = 0;
     resources.ApplyResources(this.arvMain, "arvMain");
     this.arvMain.Name         = "arvMain";
     this.arvMain.PreviewPages = 0;
     this.arvMain.Sidebar.ParametersPanel.ContextMenu = null;
     this.arvMain.Sidebar.ParametersPanel.Enabled     = false;
     this.arvMain.Sidebar.ParametersPanel.Visible     = false;
     this.arvMain.Sidebar.ParametersPanel.Width       = 180;
     this.arvMain.Sidebar.SearchPanel.ContextMenu     = null;
     this.arvMain.Sidebar.SearchPanel.Width           = 180;
     this.arvMain.Sidebar.ThumbnailsPanel.ContextMenu = null;
     this.arvMain.Sidebar.ThumbnailsPanel.Width       = 180;
     this.arvMain.Sidebar.TocPanel.ContextMenu        = null;
     this.arvMain.Sidebar.TocPanel.Enabled            = false;
     this.arvMain.Sidebar.TocPanel.Visible            = false;
     this.arvMain.Sidebar.TocPanel.Width = 180;
     this.arvMain.Sidebar.Width          = 180;
     this.arvMain.HyperLink += new GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventHandler(this.arvMain_HyperLink);
     // ViewerMain
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.arvMain);
     this.Name  = "ViewerMain";
     this.Load += new System.EventHandler(this.ViewerForm_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PreviewForm));
     this.arvMain         = new GrapeCity.ActiveReports.Viewer.Win.Viewer();
     this.mnuMain         = new System.Windows.Forms.MainMenu(this.components);
     this.mnuFile         = new System.Windows.Forms.MenuItem();
     this.mnuExport       = new System.Windows.Forms.MenuItem();
     this.mnuSaveDocument = new System.Windows.Forms.MenuItem();
     this.dlgPrint        = new System.Windows.Forms.PrintDialog();
     this.SuspendLayout();
     // arvMain
     this.arvMain.BackColor   = System.Drawing.SystemColors.Control;
     this.arvMain.CurrentPage = 0;
     resources.ApplyResources(this.arvMain, "arvMain");
     this.arvMain.Name         = "arvMain";
     this.arvMain.PreviewPages = 0;
     this.arvMain.Sidebar.ParametersPanel.ContextMenu = null;
     this.arvMain.Sidebar.ParametersPanel.Width       = 180;
     this.arvMain.Sidebar.SearchPanel.ContextMenu     = null;
     this.arvMain.Sidebar.SearchPanel.Width           = 180;
     this.arvMain.Sidebar.ThumbnailsPanel.ContextMenu = null;
     this.arvMain.Sidebar.ThumbnailsPanel.Width       = 180;
     this.arvMain.Sidebar.TocPanel.ContextMenu        = null;
     this.arvMain.Sidebar.TocPanel.Width = 180;
     this.arvMain.Sidebar.Width          = 180;
     // mnuMain
     this.mnuMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuFile
     });
     // mnuFile
     this.mnuFile.Index = 0;
     this.mnuFile.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuExport,
         this.mnuSaveDocument
     });
     this.mnuFile.MergeType = System.Windows.Forms.MenuMerge.MergeItems;
     resources.ApplyResources(this.mnuFile, "mnuFile");
     // mnuExport
     this.mnuExport.Index = 0;
     resources.ApplyResources(this.mnuExport, "mnuExport");
     this.mnuExport.Click += new System.EventHandler(this.mnuExport_Click);
     // mnuSaveDocument
     this.mnuSaveDocument.Index = 1;
     resources.ApplyResources(this.mnuSaveDocument, "mnuSaveDocument");
     this.mnuSaveDocument.Click += new System.EventHandler(this.mnuSaveDocument_Click);
     // dlgPrint
     this.dlgPrint.AllowSomePages = true;
     // PreviewForm
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.arvMain);
     this.Menu  = this.mnuMain;
     this.Name  = "PreviewForm";
     this.Load += new System.EventHandler(this.PreviewForm_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 3
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CategorySelectForm));
     this.arvMain           = new GrapeCity.ActiveReports.Viewer.Win.Viewer();
     this.pnlCategorySelect = new System.Windows.Forms.Panel();
     this.lblSelect         = new System.Windows.Forms.Label();
     this.cbCategories      = new System.Windows.Forms.ComboBox();
     this.pnlCategorySelect.SuspendLayout();
     this.SuspendLayout();
     // arvMain
     resources.ApplyResources(this.arvMain, "arvMain");
     this.arvMain.BackColor          = System.Drawing.SystemColors.Control;
     this.arvMain.CurrentPage        = 0;
     this.arvMain.HyperlinkBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.arvMain.HyperlinkForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.arvMain.Name                   = "arvMain";
     this.arvMain.PagesBackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.arvMain.PreviewPages           = 0;
     this.arvMain.SearchResultsBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.arvMain.SearchResultsForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(139)))));
     this.arvMain.Sidebar.ParametersPanel.ContextMenu = null;
     this.arvMain.Sidebar.ParametersPanel.Width       = 180;
     this.arvMain.Sidebar.SearchPanel.ContextMenu     = null;
     this.arvMain.Sidebar.SearchPanel.Width           = 180;
     this.arvMain.Sidebar.SelectedIndex = 0;
     this.arvMain.Sidebar.ThumbnailsPanel.ContextMenu = null;
     this.arvMain.Sidebar.ThumbnailsPanel.Width       = 180;
     this.arvMain.Sidebar.TocPanel.ContextMenu        = null;
     this.arvMain.Sidebar.TocPanel.Width = 180;
     this.arvMain.Sidebar.Width          = 180;
     this.arvMain.SplitView = false;
     this.arvMain.ViewType  = GrapeCity.Viewer.Common.Model.ViewType.SinglePage;
     this.arvMain.Zoom      = 1F;
     // pnlCategorySelect
     resources.ApplyResources(this.pnlCategorySelect, "pnlCategorySelect");
     this.pnlCategorySelect.Controls.Add(this.lblSelect);
     this.pnlCategorySelect.Controls.Add(this.cbCategories);
     this.pnlCategorySelect.Name = "pnlCategorySelect";
     // lblSelect
     resources.ApplyResources(this.lblSelect, "lblSelect");
     this.lblSelect.Name = "lblSelect";
     // cbCategories
     resources.ApplyResources(this.cbCategories, "cbCategories");
     this.cbCategories.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbCategories.Name                  = "cbCategories";
     this.cbCategories.SelectedIndexChanged += new System.EventHandler(this.cbCategories_SelectedIndexChanged);
     // CategorySelectForm
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.arvMain);
     this.Controls.Add(this.pnlCategorySelect);
     this.Name = "CategorySelectForm";
     this.pnlCategorySelect.ResumeLayout(false);
     this.pnlCategorySelect.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 4
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewerForm));
     this.arvMain = new GrapeCity.ActiveReports.Viewer.Win.Viewer();
     this.SuspendLayout();
     //
     // arvMain
     //
     this.arvMain.AnnotationDropDownVisible = false;
     this.arvMain.BackColor   = System.Drawing.SystemColors.Control;
     this.arvMain.CurrentPage = 0;
     resources.ApplyResources(this.arvMain, "arvMain");
     this.arvMain.HyperlinkBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.arvMain.HyperlinkForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.arvMain.Name                   = "arvMain";
     this.arvMain.PagesBackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.arvMain.PreviewPages           = 0;
     this.arvMain.SearchResultsBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.arvMain.SearchResultsForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(139)))));
     //
     //
     //
     //
     //
     //
     this.arvMain.Sidebar.ParametersPanel.ContextMenu = null;
     this.arvMain.Sidebar.ParametersPanel.Width       = 180;
     //
     //
     //
     this.arvMain.Sidebar.SearchPanel.ContextMenu = null;
     this.arvMain.Sidebar.SearchPanel.Width       = 180;
     this.arvMain.Sidebar.SelectedIndex           = 0;
     //
     //
     //
     this.arvMain.Sidebar.ThumbnailsPanel.ContextMenu = null;
     this.arvMain.Sidebar.ThumbnailsPanel.Width       = 180;
     //
     //
     //
     this.arvMain.Sidebar.TocPanel.ContextMenu = null;
     this.arvMain.Sidebar.TocPanel.Width       = 180;
     this.arvMain.Sidebar.Width = 180;
     this.arvMain.SplitView     = false;
     this.arvMain.ViewType      = GrapeCity.Viewer.Common.Model.ViewType.SinglePage;
     this.arvMain.Zoom          = 1F;
     //
     // ViewerForm
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.arvMain);
     this.Name = "ViewerForm";
     this.ResumeLayout(false);
 }
Exemplo n.º 5
0
        private void InitializeComponent()
        {
            this.reportPreview = new GrapeCity.ActiveReports.Viewer.Win.Viewer();
            this.SuspendLayout();
            //
            // reportPreview
            //
            this.reportPreview.CurrentPage  = 0;
            this.reportPreview.Dock         = System.Windows.Forms.DockStyle.Fill;
            this.reportPreview.Location     = new System.Drawing.Point(0, 0);
            this.reportPreview.Name         = "reportPreview";
            this.reportPreview.PreviewPages = 0;
            //
            //
            //
            //
            //
            //
            this.reportPreview.Sidebar.ParametersPanel.ContextMenu = null;
            this.reportPreview.Sidebar.ParametersPanel.Width       = 200;
            //
            //
            //
            this.reportPreview.Sidebar.SearchPanel.ContextMenu = null;
            this.reportPreview.Sidebar.SearchPanel.Width       = 200;
            //
            //
            //
            this.reportPreview.Sidebar.ThumbnailsPanel.ContextMenu = null;
            this.reportPreview.Sidebar.ThumbnailsPanel.Width       = 200;
            this.reportPreview.Sidebar.ThumbnailsPanel.Zoom        = 0.1D;
            //
            //
            //
            this.reportPreview.Sidebar.TocPanel.ContextMenu = null;
            this.reportPreview.Sidebar.TocPanel.Expanded    = true;
            this.reportPreview.Sidebar.TocPanel.Width       = 200;
            this.reportPreview.Sidebar.Width = 200;
            this.reportPreview.Size          = new System.Drawing.Size(824, 502);
            this.reportPreview.TabIndex      = 0;
            //
            // MainForm
            //
            this.ClientSize = new System.Drawing.Size(824, 502);
            this.Controls.Add(this.reportPreview);
            this.Name = "MainForm";

            this.Text = "Xml Data Source sample";


            this.Load += new System.EventHandler(this.MainForm_Load);
            this.ResumeLayout(false);
        }
Exemplo n.º 6
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartForm));
     this.arvMain = new GrapeCity.ActiveReports.Viewer.Win.Viewer();
     this.SuspendLayout();
     //
     // arvMain
     //
     this.arvMain.BackColor   = System.Drawing.SystemColors.Control;
     this.arvMain.CurrentPage = 0;
     resources.ApplyResources(this.arvMain, "arvMain");
     this.arvMain.MultiplePageCols = 2;
     this.arvMain.MultiplePageRows = 3;
     this.arvMain.Name             = "arvMain";
     this.arvMain.PreviewPages     = 0;
     //
     //
     //
     //
     //
     //
     this.arvMain.Sidebar.ParametersPanel.ContextMenu = null;
     this.arvMain.Sidebar.ParametersPanel.Width       = 200;
     //
     //
     //
     this.arvMain.Sidebar.SearchPanel.ContextMenu = null;
     this.arvMain.Sidebar.SearchPanel.Width       = 200;
     //
     //
     //
     this.arvMain.Sidebar.ThumbnailsPanel.ContextMenu = null;
     this.arvMain.Sidebar.ThumbnailsPanel.Width       = 200;
     this.arvMain.Sidebar.ThumbnailsPanel.Zoom        = 0.1D;
     //
     //
     //
     this.arvMain.Sidebar.TocPanel.ContextMenu = null;
     this.arvMain.Sidebar.TocPanel.Expanded    = true;
     this.arvMain.Sidebar.TocPanel.Width       = 200;
     this.arvMain.Sidebar.Width = 200;
     //
     // StartForm
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.arvMain);
     this.Name  = "StartForm";
     this.Load += new System.EventHandler(this.StartForm_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 7
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewerForm));
     this.splitContainer = new System.Windows.Forms.SplitContainer();
     this.cboReport      = new System.Windows.Forms.ComboBox();
     this.arvMain        = new GrapeCity.ActiveReports.Viewer.Win.Viewer();
     this.splitContainer.Panel1.SuspendLayout();
     this.splitContainer.Panel2.SuspendLayout();
     this.splitContainer.SuspendLayout();
     this.SuspendLayout();
     // splitContainer
     resources.ApplyResources(this.splitContainer, "splitContainer");
     this.splitContainer.Name = "splitContainer";
     // splitContainer.Panel1
     this.splitContainer.Panel1.Controls.Add(this.cboReport);
     // splitContainer.Panel2
     this.splitContainer.Panel2.Controls.Add(this.arvMain);
     // cboReport
     this.cboReport.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cboReport, "cboReport");
     this.cboReport.FormattingEnabled = true;
     this.cboReport.Name = "cboReport";
     this.cboReport.SelectedIndexChanged += new System.EventHandler(this.cboReport_SelectedIndexChanged);
     // arvMain
     this.arvMain.BackColor   = System.Drawing.SystemColors.Control;
     this.arvMain.CurrentPage = 0;
     resources.ApplyResources(this.arvMain, "arvMain");
     this.arvMain.Name         = "arvMain";
     this.arvMain.PreviewPages = 0;
     this.arvMain.Sidebar.ParametersPanel.ContextMenu = null;
     this.arvMain.Sidebar.ParametersPanel.Width       = 180;
     this.arvMain.Sidebar.SearchPanel.ContextMenu     = null;
     this.arvMain.Sidebar.SearchPanel.Width           = 180;
     this.arvMain.Sidebar.ThumbnailsPanel.ContextMenu = null;
     this.arvMain.Sidebar.ThumbnailsPanel.Width       = 180;
     this.arvMain.Sidebar.TocPanel.ContextMenu        = null;
     this.arvMain.Sidebar.TocPanel.Width = 180;
     this.arvMain.Sidebar.Width          = 180;
     // ViewerForm
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.splitContainer);
     this.Name  = "ViewerForm";
     this.Load += new System.EventHandler(this.ViewerForm_Load);
     this.splitContainer.Panel1.ResumeLayout(false);
     this.splitContainer.Panel2.ResumeLayout(false);
     this.splitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 8
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.reportPreview = new GrapeCity.ActiveReports.Viewer.Win.Viewer();
     this.SuspendLayout();
     //
     // reportPreview
     //
     this.reportPreview.CurrentPage = 0;
     resources.ApplyResources(this.reportPreview, "reportPreview");
     this.reportPreview.Name         = "reportPreview";
     this.reportPreview.PreviewPages = 0;
     //
     //
     //
     //
     //
     //
     this.reportPreview.Sidebar.ParametersPanel.ContextMenu = null;
     this.reportPreview.Sidebar.ParametersPanel.Width       = 200;
     //
     //
     //
     this.reportPreview.Sidebar.SearchPanel.ContextMenu = null;
     this.reportPreview.Sidebar.SearchPanel.Width       = 200;
     //
     //
     //
     this.reportPreview.Sidebar.ThumbnailsPanel.ContextMenu = null;
     this.reportPreview.Sidebar.ThumbnailsPanel.Width       = 200;
     this.reportPreview.Sidebar.ThumbnailsPanel.Zoom        = 0.1D;
     //
     //
     //
     this.reportPreview.Sidebar.TocPanel.ContextMenu = null;
     this.reportPreview.Sidebar.TocPanel.Expanded    = true;
     this.reportPreview.Sidebar.TocPanel.Width       = 200;
     this.reportPreview.Sidebar.Width = 200;
     //
     // MainForm
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.reportPreview);
     this.Name  = "MainForm";
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.ResumeLayout(false);
 }
Exemplo n.º 9
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewerForm));
     this.splitContainer = new System.Windows.Forms.SplitContainer();
     this.lblStyle       = new System.Windows.Forms.Label();
     this.lblCustom      = new System.Windows.Forms.Label();
     this.cboCustom      = new System.Windows.Forms.ComboBox();
     this.cboStyle       = new System.Windows.Forms.ComboBox();
     this.btnReport      = new System.Windows.Forms.Button();
     this.arvMain        = new GrapeCity.ActiveReports.Viewer.Win.Viewer();
     this.splitContainer.Panel1.SuspendLayout();
     this.splitContainer.Panel2.SuspendLayout();
     this.splitContainer.SuspendLayout();
     this.SuspendLayout();
     // splitContainer
     resources.ApplyResources(this.splitContainer, "splitContainer");
     this.splitContainer.Name = "splitContainer";
     // splitContainer.Panel1
     resources.ApplyResources(this.splitContainer.Panel1, "splitContainer.Panel1");
     this.splitContainer.Panel1.Controls.Add(this.lblStyle);
     this.splitContainer.Panel1.Controls.Add(this.lblCustom);
     this.splitContainer.Panel1.Controls.Add(this.cboCustom);
     this.splitContainer.Panel1.Controls.Add(this.cboStyle);
     this.splitContainer.Panel1.Controls.Add(this.btnReport);
     // splitContainer.Panel2
     resources.ApplyResources(this.splitContainer.Panel2, "splitContainer.Panel2");
     this.splitContainer.Panel2.Controls.Add(this.arvMain);
     // lblStyle
     resources.ApplyResources(this.lblStyle, "lblStyle");
     this.lblStyle.Name = "lblStyle";
     // lblCustom
     resources.ApplyResources(this.lblCustom, "lblCustom");
     this.lblCustom.Name = "lblCustom";
     // cboCustom
     resources.ApplyResources(this.cboCustom, "cboCustom");
     this.cboCustom.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboCustom.FormattingEnabled = true;
     this.cboCustom.Items.AddRange(new object[] {
         resources.GetString("cboCustom.Items"),
         resources.GetString("cboCustom.Items1"),
         resources.GetString("cboCustom.Items2"),
         resources.GetString("cboCustom.Items3")
     });
     this.cboCustom.Name = "cboCustom";
     // cboStyle
     resources.ApplyResources(this.cboStyle, "cboStyle");
     this.cboStyle.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboStyle.FormattingEnabled = true;
     this.cboStyle.Name = "cboStyle";
     this.cboStyle.SelectedIndexChanged += new System.EventHandler(this.cboStyle_SelectedIndexChanged);
     // btnReport
     resources.ApplyResources(this.btnReport, "btnReport");
     this.btnReport.Name = "btnReport";
     this.btnReport.UseVisualStyleBackColor = true;
     this.btnReport.Click += new System.EventHandler(this.btnReport_Click);
     // arvMain
     resources.ApplyResources(this.arvMain, "arvMain");
     this.arvMain.BackColor          = System.Drawing.SystemColors.Control;
     this.arvMain.CurrentPage        = 0;
     this.arvMain.HyperlinkBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.arvMain.HyperlinkForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.arvMain.Name                   = "arvMain";
     this.arvMain.PagesBackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.arvMain.PreviewPages           = 0;
     this.arvMain.SearchResultsBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.arvMain.SearchResultsForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(139)))));
     this.arvMain.Sidebar.ParametersPanel.ContextMenu = null;
     this.arvMain.Sidebar.ParametersPanel.Width       = 180;
     this.arvMain.Sidebar.SearchPanel.ContextMenu     = null;
     this.arvMain.Sidebar.SearchPanel.Width           = 180;
     this.arvMain.Sidebar.SelectedIndex = 0;
     this.arvMain.Sidebar.ThumbnailsPanel.ContextMenu = null;
     this.arvMain.Sidebar.ThumbnailsPanel.Width       = 180;
     this.arvMain.Sidebar.TocPanel.ContextMenu        = null;
     this.arvMain.Sidebar.TocPanel.Width = 180;
     this.arvMain.Sidebar.Width          = 180;
     this.arvMain.SplitView = false;
     this.arvMain.ViewType  = GrapeCity.Viewer.Common.Model.ViewType.SinglePage;
     this.arvMain.Zoom      = 1F;
     // ViewerForm
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.splitContainer);
     this.Name  = "ViewerForm";
     this.Load += new System.EventHandler(this.ViewerForm_Load);
     this.splitContainer.Panel1.ResumeLayout(false);
     this.splitContainer.Panel1.PerformLayout();
     this.splitContainer.Panel2.ResumeLayout(false);
     this.splitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 10
0
 public ExportViewer(GrapeCity.ActiveReports.Viewer.Win.Viewer viewer)
 {
     _viewer = viewer;
 }
Exemplo n.º 11
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewerForm));
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.Button2         = new System.Windows.Forms.Button();
     this.Button1         = new System.Windows.Forms.Button();
     this.arvMain         = new GrapeCity.ActiveReports.Viewer.Win.Viewer();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer1
     //
     resources.ApplyResources(this.splitContainer1, "splitContainer1");
     this.splitContainer1.Name = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.Button2);
     this.splitContainer1.Panel1.Controls.Add(this.Button1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.arvMain);
     //
     // Button2
     //
     resources.ApplyResources(this.Button2, "Button2");
     this.Button2.Name = "Button2";
     this.Button2.UseVisualStyleBackColor = true;
     this.Button2.Click += new System.EventHandler(this.Button2_Click);
     //
     // Button1
     //
     resources.ApplyResources(this.Button1, "Button1");
     this.Button1.Name = "Button1";
     this.Button1.UseVisualStyleBackColor = true;
     this.Button1.Click += new System.EventHandler(this.Button1_Click);
     //
     // arvMain
     //
     this.arvMain.BackColor   = System.Drawing.SystemColors.Control;
     this.arvMain.CurrentPage = 0;
     resources.ApplyResources(this.arvMain, "arvMain");
     this.arvMain.Name         = "arvMain";
     this.arvMain.PreviewPages = 0;
     //
     //
     //
     //
     //
     //
     this.arvMain.Sidebar.ParametersPanel.ContextMenu = null;
     this.arvMain.Sidebar.ParametersPanel.Width       = 200;
     //
     //
     //
     this.arvMain.Sidebar.SearchPanel.ContextMenu = null;
     this.arvMain.Sidebar.SearchPanel.Width       = 200;
     //
     //
     //
     this.arvMain.Sidebar.ThumbnailsPanel.ContextMenu = null;
     this.arvMain.Sidebar.ThumbnailsPanel.Width       = 200;
     this.arvMain.Sidebar.ThumbnailsPanel.Zoom        = 0.1D;
     //
     //
     //
     this.arvMain.Sidebar.TocPanel.ContextMenu = null;
     this.arvMain.Sidebar.TocPanel.Expanded    = true;
     this.arvMain.Sidebar.TocPanel.Width       = 200;
     this.arvMain.Sidebar.Width = 200;
     //
     // ViewerForm
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.splitContainer1);
     this.Name = "ViewerForm";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 12
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.pnlOptions        = new System.Windows.Forms.Panel();
     this.tabDataBinding    = new System.Windows.Forms.TabControl();
     this.tabDataSet        = new System.Windows.Forms.TabPage();
     this.btnDataSet        = new System.Windows.Forms.Button();
     this.lblDataSet        = new System.Windows.Forms.Label();
     this.tabDataReader     = new System.Windows.Forms.TabPage();
     this.btnDataReader     = new System.Windows.Forms.Button();
     this.lblDataReader     = new System.Windows.Forms.Label();
     this.tabDataView       = new System.Windows.Forms.TabPage();
     this.cbCompanyName     = new System.Windows.Forms.ComboBox();
     this.lblDataViewOption = new System.Windows.Forms.Label();
     this.btnDataView       = new System.Windows.Forms.Button();
     this.lblDataView       = new System.Windows.Forms.Label();
     this.tabDataTable      = new System.Windows.Forms.TabPage();
     this.lblDataTable      = new System.Windows.Forms.Label();
     this.btnDataTable      = new System.Windows.Forms.Button();
     this.tabSqlServer      = new System.Windows.Forms.TabPage();
     this.btnSqlServer      = new System.Windows.Forms.Button();
     this.lblSqlServerList  = new System.Windows.Forms.Label();
     this.cbSqlServerList   = new System.Windows.Forms.ComboBox();
     this.lblSqlServer      = new System.Windows.Forms.Label();
     this.tabOleDb          = new System.Windows.Forms.TabPage();
     this.btnOleDb          = new System.Windows.Forms.Button();
     this.lblOleDb          = new System.Windows.Forms.Label();
     this.tabXML            = new System.Windows.Forms.TabPage();
     this.btnXML            = new System.Windows.Forms.Button();
     this.btnGenerateXML    = new System.Windows.Forms.Button();
     this.lblXML            = new System.Windows.Forms.Label();
     this.tabCSV            = new System.Windows.Forms.TabPage();
     this.btnCSV            = new System.Windows.Forms.Button();
     this.rbtnHeader        = new System.Windows.Forms.RadioButton();
     this.rbtnNoHeader      = new System.Windows.Forms.RadioButton();
     this.rbtnHeaderTab     = new System.Windows.Forms.RadioButton();
     this.rbtnNoHeaderComma = new System.Windows.Forms.RadioButton();
     this.lblFixWData       = new System.Windows.Forms.Label();
     this.lblCSVDelData     = new System.Windows.Forms.Label();
     this.lblCSV            = new System.Windows.Forms.Label();
     this.arvMain           = new GrapeCity.ActiveReports.Viewer.Win.Viewer();
     this.dlgSave           = new System.Windows.Forms.SaveFileDialog();
     this.dlgOpen           = new System.Windows.Forms.OpenFileDialog();
     this.pnlOptions.SuspendLayout();
     this.tabDataBinding.SuspendLayout();
     this.tabDataSet.SuspendLayout();
     this.tabDataReader.SuspendLayout();
     this.tabDataView.SuspendLayout();
     this.tabDataTable.SuspendLayout();
     this.tabSqlServer.SuspendLayout();
     this.tabOleDb.SuspendLayout();
     this.tabXML.SuspendLayout();
     this.tabCSV.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlOptions
     //
     this.pnlOptions.Controls.Add(this.tabDataBinding);
     resources.ApplyResources(this.pnlOptions, "pnlOptions");
     this.pnlOptions.Name = "pnlOptions";
     //
     // tabDataBinding
     //
     this.tabDataBinding.Controls.Add(this.tabDataSet);
     this.tabDataBinding.Controls.Add(this.tabDataReader);
     this.tabDataBinding.Controls.Add(this.tabDataView);
     this.tabDataBinding.Controls.Add(this.tabDataTable);
     this.tabDataBinding.Controls.Add(this.tabSqlServer);
     this.tabDataBinding.Controls.Add(this.tabOleDb);
     this.tabDataBinding.Controls.Add(this.tabXML);
     this.tabDataBinding.Controls.Add(this.tabCSV);
     resources.ApplyResources(this.tabDataBinding, "tabDataBinding");
     this.tabDataBinding.Name                  = "tabDataBinding";
     this.tabDataBinding.SelectedIndex         = 0;
     this.tabDataBinding.SelectedIndexChanged += new System.EventHandler(this.tabDataBinding_SelectedIndexChanged);
     //
     // tabDataSet
     //
     this.tabDataSet.Controls.Add(this.btnDataSet);
     this.tabDataSet.Controls.Add(this.lblDataSet);
     resources.ApplyResources(this.tabDataSet, "tabDataSet");
     this.tabDataSet.Name = "tabDataSet";
     //
     // btnDataSet
     //
     resources.ApplyResources(this.btnDataSet, "btnDataSet");
     this.btnDataSet.Name   = "btnDataSet";
     this.btnDataSet.Click += new System.EventHandler(this.btnDataSet_Click);
     //
     // lblDataSet
     //
     resources.ApplyResources(this.lblDataSet, "lblDataSet");
     this.lblDataSet.Name = "lblDataSet";
     //
     // tabDataReader
     //
     this.tabDataReader.Controls.Add(this.btnDataReader);
     this.tabDataReader.Controls.Add(this.lblDataReader);
     resources.ApplyResources(this.tabDataReader, "tabDataReader");
     this.tabDataReader.Name = "tabDataReader";
     //
     // btnDataReader
     //
     resources.ApplyResources(this.btnDataReader, "btnDataReader");
     this.btnDataReader.Name   = "btnDataReader";
     this.btnDataReader.Click += new System.EventHandler(this.btnDataReader_Click);
     //
     // lblDataReader
     //
     resources.ApplyResources(this.lblDataReader, "lblDataReader");
     this.lblDataReader.Name = "lblDataReader";
     //
     // tabDataView
     //
     this.tabDataView.Controls.Add(this.cbCompanyName);
     this.tabDataView.Controls.Add(this.lblDataViewOption);
     this.tabDataView.Controls.Add(this.btnDataView);
     this.tabDataView.Controls.Add(this.lblDataView);
     resources.ApplyResources(this.tabDataView, "tabDataView");
     this.tabDataView.Name = "tabDataView";
     //
     // cbCompanyName
     //
     resources.ApplyResources(this.cbCompanyName, "cbCompanyName");
     this.cbCompanyName.Name      = "cbCompanyName";
     this.cbCompanyName.DropDown += new System.EventHandler(this.cbCompanyName_DropDown);
     //
     // lblDataViewOption
     //
     resources.ApplyResources(this.lblDataViewOption, "lblDataViewOption");
     this.lblDataViewOption.Name = "lblDataViewOption";
     //
     // btnDataView
     //
     resources.ApplyResources(this.btnDataView, "btnDataView");
     this.btnDataView.Name   = "btnDataView";
     this.btnDataView.Click += new System.EventHandler(this.btnDataView_Click);
     //
     // lblDataView
     //
     resources.ApplyResources(this.lblDataView, "lblDataView");
     this.lblDataView.Name = "lblDataView";
     //
     // tabDataTable
     //
     this.tabDataTable.Controls.Add(this.lblDataTable);
     this.tabDataTable.Controls.Add(this.btnDataTable);
     resources.ApplyResources(this.tabDataTable, "tabDataTable");
     this.tabDataTable.Name = "tabDataTable";
     //
     // lblDataTable
     //
     resources.ApplyResources(this.lblDataTable, "lblDataTable");
     this.lblDataTable.Name = "lblDataTable";
     //
     // btnDataTable
     //
     resources.ApplyResources(this.btnDataTable, "btnDataTable");
     this.btnDataTable.Name   = "btnDataTable";
     this.btnDataTable.Click += new System.EventHandler(this.btnDataTable_Click);
     //
     // tabSqlServer
     //
     this.tabSqlServer.Controls.Add(this.btnSqlServer);
     this.tabSqlServer.Controls.Add(this.lblSqlServerList);
     this.tabSqlServer.Controls.Add(this.cbSqlServerList);
     this.tabSqlServer.Controls.Add(this.lblSqlServer);
     resources.ApplyResources(this.tabSqlServer, "tabSqlServer");
     this.tabSqlServer.Name = "tabSqlServer";
     //
     // btnSqlServer
     //
     resources.ApplyResources(this.btnSqlServer, "btnSqlServer");
     this.btnSqlServer.Name   = "btnSqlServer";
     this.btnSqlServer.Click += new System.EventHandler(this.btnSqlServer_Click);
     //
     // lblSqlServerList
     //
     resources.ApplyResources(this.lblSqlServerList, "lblSqlServerList");
     this.lblSqlServerList.Name = "lblSqlServerList";
     //
     // cbSqlServerList
     //
     resources.ApplyResources(this.cbSqlServerList, "cbSqlServerList");
     this.cbSqlServerList.Name      = "cbSqlServerList";
     this.cbSqlServerList.DropDown += new System.EventHandler(this.cbSqlServerList_DropDown);
     //
     // lblSqlServer
     //
     resources.ApplyResources(this.lblSqlServer, "lblSqlServer");
     this.lblSqlServer.Name = "lblSqlServer";
     //
     // tabOleDb
     //
     this.tabOleDb.Controls.Add(this.btnOleDb);
     this.tabOleDb.Controls.Add(this.lblOleDb);
     resources.ApplyResources(this.tabOleDb, "tabOleDb");
     this.tabOleDb.Name = "tabOleDb";
     //
     // btnOleDb
     //
     resources.ApplyResources(this.btnOleDb, "btnOleDb");
     this.btnOleDb.Name   = "btnOleDb";
     this.btnOleDb.Click += new System.EventHandler(this.btnOleDb_Click);
     //
     // lblOleDb
     //
     resources.ApplyResources(this.lblOleDb, "lblOleDb");
     this.lblOleDb.Name = "lblOleDb";
     //
     // tabXML
     //
     this.tabXML.Controls.Add(this.btnXML);
     this.tabXML.Controls.Add(this.btnGenerateXML);
     this.tabXML.Controls.Add(this.lblXML);
     resources.ApplyResources(this.tabXML, "tabXML");
     this.tabXML.Name = "tabXML";
     //
     // btnXML
     //
     resources.ApplyResources(this.btnXML, "btnXML");
     this.btnXML.Name   = "btnXML";
     this.btnXML.Click += new System.EventHandler(this.btnXML_Click);
     //
     // btnGenerateXML
     //
     resources.ApplyResources(this.btnGenerateXML, "btnGenerateXML");
     this.btnGenerateXML.Name   = "btnGenerateXML";
     this.btnGenerateXML.Click += new System.EventHandler(this.btnGenerateXML_Click);
     //
     // lblXML
     //
     resources.ApplyResources(this.lblXML, "lblXML");
     this.lblXML.Name = "lblXML";
     //
     // tabCSV
     //
     this.tabCSV.BackColor = System.Drawing.SystemColors.Control;
     this.tabCSV.Controls.Add(this.btnCSV);
     this.tabCSV.Controls.Add(this.rbtnHeader);
     this.tabCSV.Controls.Add(this.rbtnNoHeader);
     this.tabCSV.Controls.Add(this.rbtnHeaderTab);
     this.tabCSV.Controls.Add(this.rbtnNoHeaderComma);
     this.tabCSV.Controls.Add(this.lblFixWData);
     this.tabCSV.Controls.Add(this.lblCSVDelData);
     this.tabCSV.Controls.Add(this.lblCSV);
     resources.ApplyResources(this.tabCSV, "tabCSV");
     this.tabCSV.Name = "tabCSV";
     //
     // btnCSV
     //
     resources.ApplyResources(this.btnCSV, "btnCSV");
     this.btnCSV.Name = "btnCSV";
     this.btnCSV.UseVisualStyleBackColor = true;
     this.btnCSV.Click += new System.EventHandler(this.btnCSV_Click);
     //
     // rbtnHeader
     //
     resources.ApplyResources(this.rbtnHeader, "rbtnHeader");
     this.rbtnHeader.Name = "rbtnHeader";
     this.rbtnHeader.UseVisualStyleBackColor = true;
     //
     // rbtnNoHeader
     //
     resources.ApplyResources(this.rbtnNoHeader, "rbtnNoHeader");
     this.rbtnNoHeader.Name = "rbtnNoHeader";
     this.rbtnNoHeader.UseVisualStyleBackColor = true;
     //
     // rbtnHeaderTab
     //
     resources.ApplyResources(this.rbtnHeaderTab, "rbtnHeaderTab");
     this.rbtnHeaderTab.Name = "rbtnHeaderTab";
     this.rbtnHeaderTab.UseVisualStyleBackColor = true;
     //
     // rbtnNoHeaderComma
     //
     resources.ApplyResources(this.rbtnNoHeaderComma, "rbtnNoHeaderComma");
     this.rbtnNoHeaderComma.Checked = true;
     this.rbtnNoHeaderComma.Name    = "rbtnNoHeaderComma";
     this.rbtnNoHeaderComma.TabStop = true;
     this.rbtnNoHeaderComma.UseVisualStyleBackColor = true;
     //
     // lblFixWData
     //
     resources.ApplyResources(this.lblFixWData, "lblFixWData");
     this.lblFixWData.Name = "lblFixWData";
     //
     // lblCSVDelData
     //
     resources.ApplyResources(this.lblCSVDelData, "lblCSVDelData");
     this.lblCSVDelData.Name = "lblCSVDelData";
     //
     // lblCSV
     //
     resources.ApplyResources(this.lblCSV, "lblCSV");
     this.lblCSV.Name = "lblCSV";
     //
     // arvMain
     //
     this.arvMain.BackColor   = System.Drawing.SystemColors.Control;
     this.arvMain.CurrentPage = 0;
     resources.ApplyResources(this.arvMain, "arvMain");
     this.arvMain.Name         = "arvMain";
     this.arvMain.PreviewPages = 0;
     //
     //
     //
     //
     //
     //
     this.arvMain.Sidebar.ParametersPanel.ContextMenu = null;
     this.arvMain.Sidebar.ParametersPanel.Enabled     = false;
     this.arvMain.Sidebar.ParametersPanel.Visible     = false;
     this.arvMain.Sidebar.ParametersPanel.Width       = 200;
     //
     //
     //
     this.arvMain.Sidebar.SearchPanel.ContextMenu = null;
     this.arvMain.Sidebar.SearchPanel.Width       = 200;
     //
     //
     //
     this.arvMain.Sidebar.ThumbnailsPanel.ContextMenu = null;
     this.arvMain.Sidebar.ThumbnailsPanel.Width       = 200;
     this.arvMain.Sidebar.ThumbnailsPanel.Zoom        = 0.1D;
     //
     //
     //
     this.arvMain.Sidebar.TocPanel.ContextMenu = null;
     this.arvMain.Sidebar.TocPanel.Enabled     = false;
     this.arvMain.Sidebar.TocPanel.Expanded    = true;
     this.arvMain.Sidebar.TocPanel.Visible     = false;
     this.arvMain.Sidebar.TocPanel.Width       = 200;
     this.arvMain.Sidebar.Width = 200;
     //
     // MainForm
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.arvMain);
     this.Controls.Add(this.pnlOptions);
     this.Name  = "MainForm";
     this.Load += new System.EventHandler(this.MainForm_Load);
     this.pnlOptions.ResumeLayout(false);
     this.tabDataBinding.ResumeLayout(false);
     this.tabDataSet.ResumeLayout(false);
     this.tabDataReader.ResumeLayout(false);
     this.tabDataView.ResumeLayout(false);
     this.tabDataTable.ResumeLayout(false);
     this.tabSqlServer.ResumeLayout(false);
     this.tabOleDb.ResumeLayout(false);
     this.tabXML.ResumeLayout(false);
     this.tabCSV.ResumeLayout(false);
     this.tabCSV.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 13
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewerForm));
     this.splitContainer = new System.Windows.Forms.SplitContainer();
     this.lblStyle       = new System.Windows.Forms.Label();
     this.lblCustom      = new System.Windows.Forms.Label();
     this.cboCustom      = new System.Windows.Forms.ComboBox();
     this.cboStyle       = new System.Windows.Forms.ComboBox();
     this.btnReport      = new System.Windows.Forms.Button();
     this.arvMain        = new GrapeCity.ActiveReports.Viewer.Win.Viewer();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
     this.splitContainer.Panel1.SuspendLayout();
     this.splitContainer.Panel2.SuspendLayout();
     this.splitContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // splitContainer
     //
     resources.ApplyResources(this.splitContainer, "splitContainer");
     this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
     this.splitContainer.Name       = "splitContainer";
     //
     // splitContainer.Panel1
     //
     this.splitContainer.Panel1.Controls.Add(this.lblStyle);
     this.splitContainer.Panel1.Controls.Add(this.lblCustom);
     this.splitContainer.Panel1.Controls.Add(this.cboCustom);
     this.splitContainer.Panel1.Controls.Add(this.cboStyle);
     this.splitContainer.Panel1.Controls.Add(this.btnReport);
     //
     // splitContainer.Panel2
     //
     this.splitContainer.Panel2.Controls.Add(this.arvMain);
     //
     // lblStyle
     //
     resources.ApplyResources(this.lblStyle, "lblStyle");
     this.lblStyle.Name = "lblStyle";
     //
     // lblCustom
     //
     resources.ApplyResources(this.lblCustom, "lblCustom");
     this.lblCustom.Name = "lblCustom";
     //
     // cboCustom
     //
     this.cboCustom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cboCustom, "cboCustom");
     this.cboCustom.FormattingEnabled = true;
     this.cboCustom.Name = "cboCustom";
     //
     // cboStyle
     //
     this.cboStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.cboStyle, "cboStyle");
     this.cboStyle.FormattingEnabled = true;
     this.cboStyle.Name = "cboStyle";
     this.cboStyle.SelectedIndexChanged += new System.EventHandler(this.cboStyle_SelectedIndexChanged);
     //
     // btnReport
     //
     resources.ApplyResources(this.btnReport, "btnReport");
     this.btnReport.Name = "btnReport";
     this.btnReport.UseVisualStyleBackColor = true;
     this.btnReport.Click += new System.EventHandler(this.btnReport_Click);
     //
     // arvMain
     //
     this.arvMain.BackColor   = System.Drawing.SystemColors.Control;
     this.arvMain.CurrentPage = 0;
     resources.ApplyResources(this.arvMain, "arvMain");
     this.arvMain.Name         = "arvMain";
     this.arvMain.PreviewPages = 0;
     //
     //
     //
     //
     //
     //
     this.arvMain.Sidebar.ParametersPanel.ContextMenu = null;
     this.arvMain.Sidebar.ParametersPanel.Width       = 200;
     //
     //
     //
     this.arvMain.Sidebar.SearchPanel.ContextMenu = null;
     this.arvMain.Sidebar.SearchPanel.Width       = 200;
     //
     //
     //
     this.arvMain.Sidebar.ThumbnailsPanel.ContextMenu = null;
     this.arvMain.Sidebar.ThumbnailsPanel.Width       = 200;
     this.arvMain.Sidebar.ThumbnailsPanel.Zoom        = 0.1D;
     //
     //
     //
     this.arvMain.Sidebar.TocPanel.ContextMenu = null;
     this.arvMain.Sidebar.TocPanel.Expanded    = true;
     this.arvMain.Sidebar.TocPanel.Width       = 200;
     this.arvMain.Sidebar.Width = 200;
     //
     // ViewerForm
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.splitContainer);
     this.Name  = "ViewerForm";
     this.Load += new System.EventHandler(this.ViewerForm_Load);
     this.splitContainer.Panel1.ResumeLayout(false);
     this.splitContainer.Panel1.PerformLayout();
     this.splitContainer.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
     this.splitContainer.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 14
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.pnlOptions     = new System.Windows.Forms.Panel();
     this.tabDataBinding = new System.Windows.Forms.TabControl();
     this.tabDataSet     = new System.Windows.Forms.TabPage();
     this.lblDataSet     = new System.Windows.Forms.Label();
     this.btnDataSet     = new System.Windows.Forms.Button();
     this.tabDataReader  = new System.Windows.Forms.TabPage();
     this.btnDataReader  = new System.Windows.Forms.Button();
     this.lblDataReader  = new System.Windows.Forms.Label();
     this.tabTextFile    = new System.Windows.Forms.TabPage();
     this.lblTextFile    = new System.Windows.Forms.Label();
     this.btnTextFile    = new System.Windows.Forms.Button();
     this.tabArray       = new System.Windows.Forms.TabPage();
     this.lblArray       = new System.Windows.Forms.Label();
     this.btnArray       = new System.Windows.Forms.Button();
     this.arvMain        = new GrapeCity.ActiveReports.Viewer.Win.Viewer();
     this.pnlOptions.SuspendLayout();
     this.tabDataBinding.SuspendLayout();
     this.tabDataSet.SuspendLayout();
     this.tabDataReader.SuspendLayout();
     this.tabTextFile.SuspendLayout();
     this.tabArray.SuspendLayout();
     this.SuspendLayout();
     //
     // pnlOptions
     //
     this.pnlOptions.Controls.Add(this.tabDataBinding);
     resources.ApplyResources(this.pnlOptions, "pnlOptions");
     this.pnlOptions.Name = "pnlOptions";
     //
     // tabDataBinding
     //
     this.tabDataBinding.Controls.Add(this.tabDataSet);
     this.tabDataBinding.Controls.Add(this.tabDataReader);
     this.tabDataBinding.Controls.Add(this.tabTextFile);
     this.tabDataBinding.Controls.Add(this.tabArray);
     resources.ApplyResources(this.tabDataBinding, "tabDataBinding");
     this.tabDataBinding.Name                  = "tabDataBinding";
     this.tabDataBinding.SelectedIndex         = 0;
     this.tabDataBinding.SelectedIndexChanged += new System.EventHandler(this.tabDataBinding_SelectedIndexChanged);
     //
     // tabDataSet
     //
     this.tabDataSet.Controls.Add(this.lblDataSet);
     this.tabDataSet.Controls.Add(this.btnDataSet);
     resources.ApplyResources(this.tabDataSet, "tabDataSet");
     this.tabDataSet.Name = "tabDataSet";
     //
     // lblDataSet
     //
     resources.ApplyResources(this.lblDataSet, "lblDataSet");
     this.lblDataSet.Name = "lblDataSet";
     //
     // btnDataSet
     //
     resources.ApplyResources(this.btnDataSet, "btnDataSet");
     this.btnDataSet.Name   = "btnDataSet";
     this.btnDataSet.Click += new System.EventHandler(this.btnDataSet_Click);
     //
     // tabDataReader
     //
     this.tabDataReader.Controls.Add(this.btnDataReader);
     this.tabDataReader.Controls.Add(this.lblDataReader);
     resources.ApplyResources(this.tabDataReader, "tabDataReader");
     this.tabDataReader.Name = "tabDataReader";
     //
     // btnDataReader
     //
     resources.ApplyResources(this.btnDataReader, "btnDataReader");
     this.btnDataReader.Name   = "btnDataReader";
     this.btnDataReader.Click += new System.EventHandler(this.btnDataReader_Click);
     //
     // lblDataReader
     //
     resources.ApplyResources(this.lblDataReader, "lblDataReader");
     this.lblDataReader.Name = "lblDataReader";
     //
     // tabTextFile
     //
     this.tabTextFile.Controls.Add(this.lblTextFile);
     this.tabTextFile.Controls.Add(this.btnTextFile);
     resources.ApplyResources(this.tabTextFile, "tabTextFile");
     this.tabTextFile.Name = "tabTextFile";
     //
     // lblTextFile
     //
     resources.ApplyResources(this.lblTextFile, "lblTextFile");
     this.lblTextFile.Name = "lblTextFile";
     //
     // btnTextFile
     //
     resources.ApplyResources(this.btnTextFile, "btnTextFile");
     this.btnTextFile.Name   = "btnTextFile";
     this.btnTextFile.Click += new System.EventHandler(this.btnTextFile_Click);
     //
     // tabArray
     //
     this.tabArray.Controls.Add(this.lblArray);
     this.tabArray.Controls.Add(this.btnArray);
     resources.ApplyResources(this.tabArray, "tabArray");
     this.tabArray.Name = "tabArray";
     //
     // lblArray
     //
     resources.ApplyResources(this.lblArray, "lblArray");
     this.lblArray.Name = "lblArray";
     //
     // btnArray
     //
     resources.ApplyResources(this.btnArray, "btnArray");
     this.btnArray.Name   = "btnArray";
     this.btnArray.Click += new System.EventHandler(this.btnArray_Click);
     //
     // arvMain
     //
     this.arvMain.BackColor   = System.Drawing.SystemColors.Control;
     this.arvMain.CurrentPage = 0;
     resources.ApplyResources(this.arvMain, "arvMain");
     this.arvMain.Name         = "arvMain";
     this.arvMain.PreviewPages = 0;
     //
     //
     //
     //
     //
     //
     this.arvMain.Sidebar.ParametersPanel.ContextMenu = null;
     this.arvMain.Sidebar.ParametersPanel.Width       = 200;
     //
     //
     //
     this.arvMain.Sidebar.SearchPanel.ContextMenu = null;
     this.arvMain.Sidebar.SearchPanel.Width       = 200;
     //
     //
     //
     this.arvMain.Sidebar.ThumbnailsPanel.ContextMenu = null;
     this.arvMain.Sidebar.ThumbnailsPanel.Width       = 200;
     this.arvMain.Sidebar.ThumbnailsPanel.Zoom        = 0.1D;
     //
     //
     //
     this.arvMain.Sidebar.TocPanel.ContextMenu = null;
     this.arvMain.Sidebar.TocPanel.Expanded    = true;
     this.arvMain.Sidebar.TocPanel.Width       = 200;
     this.arvMain.Sidebar.Width = 200;
     //
     // MainForm
     //
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.arvMain);
     this.Controls.Add(this.pnlOptions);
     this.Name = "MainForm";
     this.pnlOptions.ResumeLayout(false);
     this.tabDataBinding.ResumeLayout(false);
     this.tabDataSet.ResumeLayout(false);
     this.tabDataReader.ResumeLayout(false);
     this.tabTextFile.ResumeLayout(false);
     this.tabArray.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 15
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewerForm));
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.Button2         = new System.Windows.Forms.Button();
     this.Button1         = new System.Windows.Forms.Button();
     this.arvMain         = new GrapeCity.ActiveReports.Viewer.Win.Viewer();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     // splitContainer1
     resources.ApplyResources(this.splitContainer1, "splitContainer1");
     this.splitContainer1.Name = "splitContainer1";
     // splitContainer1.Panel1
     this.splitContainer1.Panel1.Controls.Add(this.Button2);
     this.splitContainer1.Panel1.Controls.Add(this.Button1);
     // splitContainer1.Panel2
     this.splitContainer1.Panel2.Controls.Add(this.arvMain);
     // Button2
     resources.ApplyResources(this.Button2, "Button2");
     this.Button2.Name = "Button2";
     this.Button2.UseVisualStyleBackColor = true;
     this.Button2.Click += new System.EventHandler(this.Button2_Click);
     // Button1
     resources.ApplyResources(this.Button1, "Button1");
     this.Button1.Name = "Button1";
     this.Button1.UseVisualStyleBackColor = true;
     this.Button1.Click += new System.EventHandler(this.Button1_Click);
     // arvMain
     this.arvMain.BackColor   = System.Drawing.SystemColors.Control;
     this.arvMain.CurrentPage = 0;
     resources.ApplyResources(this.arvMain, "arvMain");
     this.arvMain.HyperlinkBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.arvMain.HyperlinkForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.arvMain.Name                   = "arvMain";
     this.arvMain.PagesBackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.arvMain.PreviewPages           = 0;
     this.arvMain.SearchResultsBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.arvMain.SearchResultsForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(139)))));
     this.arvMain.Sidebar.ParametersPanel.ContextMenu = null;
     this.arvMain.Sidebar.ParametersPanel.Width       = 180;
     this.arvMain.Sidebar.SearchPanel.ContextMenu     = null;
     this.arvMain.Sidebar.SearchPanel.Width           = 180;
     this.arvMain.Sidebar.SelectedIndex = 0;
     this.arvMain.Sidebar.ThumbnailsPanel.ContextMenu = null;
     this.arvMain.Sidebar.ThumbnailsPanel.Width       = 180;
     this.arvMain.Sidebar.TocPanel.ContextMenu        = null;
     this.arvMain.Sidebar.TocPanel.Width = 180;
     this.arvMain.Sidebar.Width          = 180;
     this.arvMain.SplitView = false;
     this.arvMain.ViewType  = GrapeCity.Viewer.Common.Model.ViewType.SinglePage;
     this.arvMain.Zoom      = 1F;
     // ViewerForm
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.splitContainer1);
     this.Name = "ViewerForm";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 16
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.pnlOptions     = new System.Windows.Forms.Panel();
     this.tabDataBinding = new System.Windows.Forms.TabControl();
     this.tabDataSet     = new System.Windows.Forms.TabPage();
     this.lblDataSet     = new System.Windows.Forms.Label();
     this.btnDataSet     = new System.Windows.Forms.Button();
     this.tabDataReader  = new System.Windows.Forms.TabPage();
     this.btnDataReader  = new System.Windows.Forms.Button();
     this.lblDataReader  = new System.Windows.Forms.Label();
     this.tabTextFile    = new System.Windows.Forms.TabPage();
     this.lblTextFile    = new System.Windows.Forms.Label();
     this.btnTextFile    = new System.Windows.Forms.Button();
     this.tabArray       = new System.Windows.Forms.TabPage();
     this.lblArray       = new System.Windows.Forms.Label();
     this.btnArray       = new System.Windows.Forms.Button();
     this.arvMain        = new GrapeCity.ActiveReports.Viewer.Win.Viewer();
     this.pnlOptions.SuspendLayout();
     this.tabDataBinding.SuspendLayout();
     this.tabDataSet.SuspendLayout();
     this.tabDataReader.SuspendLayout();
     this.tabTextFile.SuspendLayout();
     this.tabArray.SuspendLayout();
     this.SuspendLayout();
     // pnlOptions
     resources.ApplyResources(this.pnlOptions, "pnlOptions");
     this.pnlOptions.Controls.Add(this.tabDataBinding);
     this.pnlOptions.Name = "pnlOptions";
     // tabDataBinding
     resources.ApplyResources(this.tabDataBinding, "tabDataBinding");
     this.tabDataBinding.Controls.Add(this.tabDataSet);
     this.tabDataBinding.Controls.Add(this.tabDataReader);
     this.tabDataBinding.Controls.Add(this.tabTextFile);
     this.tabDataBinding.Controls.Add(this.tabArray);
     this.tabDataBinding.Name                  = "tabDataBinding";
     this.tabDataBinding.SelectedIndex         = 0;
     this.tabDataBinding.SelectedIndexChanged += new System.EventHandler(this.tabDataBinding_SelectedIndexChanged);
     // tabDataSet
     resources.ApplyResources(this.tabDataSet, "tabDataSet");
     this.tabDataSet.Controls.Add(this.lblDataSet);
     this.tabDataSet.Controls.Add(this.btnDataSet);
     this.tabDataSet.Name = "tabDataSet";
     // lblDataSet
     resources.ApplyResources(this.lblDataSet, "lblDataSet");
     this.lblDataSet.Name = "lblDataSet";
     // btnDataSet
     resources.ApplyResources(this.btnDataSet, "btnDataSet");
     this.btnDataSet.Name   = "btnDataSet";
     this.btnDataSet.Click += new System.EventHandler(this.btnDataSet_Click);
     // tabDataReader
     resources.ApplyResources(this.tabDataReader, "tabDataReader");
     this.tabDataReader.Controls.Add(this.btnDataReader);
     this.tabDataReader.Controls.Add(this.lblDataReader);
     this.tabDataReader.Name = "tabDataReader";
     // btnDataReader
     resources.ApplyResources(this.btnDataReader, "btnDataReader");
     this.btnDataReader.Name   = "btnDataReader";
     this.btnDataReader.Click += new System.EventHandler(this.btnDataReader_Click);
     // lblDataReader
     resources.ApplyResources(this.lblDataReader, "lblDataReader");
     this.lblDataReader.Name = "lblDataReader";
     // tabTextFile
     resources.ApplyResources(this.tabTextFile, "tabTextFile");
     this.tabTextFile.Controls.Add(this.lblTextFile);
     this.tabTextFile.Controls.Add(this.btnTextFile);
     this.tabTextFile.Name = "tabTextFile";
     // lblTextFile
     resources.ApplyResources(this.lblTextFile, "lblTextFile");
     this.lblTextFile.Name = "lblTextFile";
     // btnTextFile
     resources.ApplyResources(this.btnTextFile, "btnTextFile");
     this.btnTextFile.Name   = "btnTextFile";
     this.btnTextFile.Click += new System.EventHandler(this.btnTextFile_Click);
     // tabArray
     resources.ApplyResources(this.tabArray, "tabArray");
     this.tabArray.Controls.Add(this.lblArray);
     this.tabArray.Controls.Add(this.btnArray);
     this.tabArray.Name = "tabArray";
     // lblArray
     resources.ApplyResources(this.lblArray, "lblArray");
     this.lblArray.Name = "lblArray";
     // btnArray
     resources.ApplyResources(this.btnArray, "btnArray");
     this.btnArray.Name   = "btnArray";
     this.btnArray.Click += new System.EventHandler(this.btnArray_Click);
     // arvMain
     resources.ApplyResources(this.arvMain, "arvMain");
     this.arvMain.BackColor          = System.Drawing.SystemColors.Control;
     this.arvMain.CurrentPage        = 0;
     this.arvMain.HyperlinkBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.arvMain.HyperlinkForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.arvMain.Name                   = "arvMain";
     this.arvMain.PagesBackColor         = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.arvMain.PreviewPages           = 0;
     this.arvMain.SearchResultsBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.arvMain.SearchResultsForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(139)))));
     this.arvMain.Sidebar.ParametersPanel.ContextMenu = null;
     this.arvMain.Sidebar.ParametersPanel.Width       = 180;
     this.arvMain.Sidebar.SearchPanel.ContextMenu     = null;
     this.arvMain.Sidebar.SearchPanel.Width           = 180;
     this.arvMain.Sidebar.SelectedIndex = 0;
     this.arvMain.Sidebar.ThumbnailsPanel.ContextMenu = null;
     this.arvMain.Sidebar.ThumbnailsPanel.Width       = 180;
     this.arvMain.Sidebar.TocPanel.ContextMenu        = null;
     this.arvMain.Sidebar.TocPanel.Width = 180;
     this.arvMain.Sidebar.Width          = 180;
     this.arvMain.SplitView = false;
     this.arvMain.ViewType  = GrapeCity.Viewer.Common.Model.ViewType.SinglePage;
     this.arvMain.Zoom      = 1F;
     // MainForm
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.arvMain);
     this.Controls.Add(this.pnlOptions);
     this.Name = "MainForm";
     this.pnlOptions.ResumeLayout(false);
     this.tabDataBinding.ResumeLayout(false);
     this.tabDataSet.ResumeLayout(false);
     this.tabDataReader.ResumeLayout(false);
     this.tabTextFile.ResumeLayout(false);
     this.tabArray.ResumeLayout(false);
     this.ResumeLayout(false);
 }