/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.arvMain = new DataDynamics.ActiveReports.Viewer.Viewer(); this.SuspendLayout(); // // arvMain // this.arvMain.BackColor = System.Drawing.SystemColors.Control; this.arvMain.Dock = System.Windows.Forms.DockStyle.Fill; this.arvMain.Name = "arvMain"; this.arvMain.ReportViewer.CurrentPage = 0; this.arvMain.ReportViewer.MultiplePageCols = 3; this.arvMain.ReportViewer.MultiplePageRows = 2; this.arvMain.Size = new System.Drawing.Size(624, 661); this.arvMain.TabIndex = 0; this.arvMain.TableOfContents.Text = (string)App.Current.FindResource("ActiveReportsContents"); this.arvMain.TableOfContents.Width = 200; this.arvMain.Toolbar.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); // // PreviewForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(624, 661); this.Controls.AddRange(new System.Windows.Forms.Control[] { this.arvMain }); this.Name = "PreviewForm"; this.Text = (string)App.Current.FindResource("ActiveReportsViewTitle"); this.WindowState = System.Windows.Forms.FormWindowState.Maximized; 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.arvMain = new DataDynamics.ActiveReports.Viewer.Viewer(); this.SuspendLayout(); // // arvMain // this.arvMain.BackColor = System.Drawing.SystemColors.Control; this.arvMain.Dock = System.Windows.Forms.DockStyle.Fill; this.arvMain.Name = "arvMain"; this.arvMain.ReportViewer.CurrentPage = 0; this.arvMain.ReportViewer.MultiplePageCols = 3; this.arvMain.ReportViewer.MultiplePageRows = 2; this.arvMain.Size = new System.Drawing.Size(624, 661); this.arvMain.TabIndex = 0; this.arvMain.TableOfContents.Text = (string)App.Current.FindResource("ActiveReportsContents"); this.arvMain.TableOfContents.Width = 200; this.arvMain.Toolbar.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0))); // // PreviewForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(624, 661); this.Controls.AddRange(new System.Windows.Forms.Control[] {this.arvMain}); this.Name = "PreviewForm"; this.Text = (string)App.Current.FindResource("ActiveReportsViewTitle"); this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.ResumeLayout(false); }