namespace IControls_FireManager
{
partial class Form_ActiveReport_Viewer
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
this.uiGroupBox = new Janus.Windows.EditControls.UIGroupBox();
this.viewer_Report = new DataDynamics.ActiveReports.Viewer.Viewer();
this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);
((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).BeginInit();
this.uiGroupBox.SuspendLayout();
this.SuspendLayout();
//
// officeFormAdorner
//
this.officeFormAdorner.Form = this;
this.officeFormAdorner.Office2007ColorScheme = Janus.Windows.Ribbon.Office2007ColorScheme.Custom;
this.officeFormAdorner.Office2007CustomColor = System.Drawing.SystemColors.ActiveCaption;
//
// uiGroupBox
//
this.uiGroupBox.BackColor = System.Drawing.SystemColors.ActiveCaption;
this.uiGroupBox.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
this.uiGroupBox.BorderColor = System.Drawing.Color.Transparent;
this.uiGroupBox.Controls.Add(this.viewer_Report);
this.uiGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiGroupBox.Location = new System.Drawing.Point(0, 0);
this.uiGroupBox.Name = "uiGroupBox";
this.uiGroupBox.Office2007CustomColor = System.Drawing.SystemColors.ActiveBorder;
this.uiGroupBox.Size = new System.Drawing.Size(898, 505);
this.uiGroupBox.TabIndex = 0;
this.uiGroupBox.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
//
// viewer_Report
//
this.viewer_Report.BackColor = System.Drawing.SystemColors.Control;
this.viewer_Report.Dock = System.Windows.Forms.DockStyle.Fill;
this.viewer_Report.Document = new DataDynamics.ActiveReports.Document.Document("ARNet Document");
this.viewer_Report.Location = new System.Drawing.Point(3, 8);
this.viewer_Report.Name = "viewer_Report";
this.viewer_Report.ReportViewer.CurrentPage = 0;
this.viewer_Report.ReportViewer.MultiplePageCols = 3;
this.viewer_Report.ReportViewer.MultiplePageRows = 2;
this.viewer_Report.ReportViewer.ViewType = DataDynamics.ActiveReports.Viewer.ViewType.Normal;
this.viewer_Report.Size = new System.Drawing.Size(892, 494);
this.viewer_Report.TabIndex = 0;
this.viewer_Report.TableOfContents.Text = "Table Of Contents";
this.viewer_Report.TableOfContents.Width = 200;
this.viewer_Report.TabTitleLength = 35;
this.viewer_Report.Toolbar.Font = new System.Drawing.Font("굴림", 9F);
//
// Form_ActiveReport_Viewer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(898, 505);
this.Controls.Add(this.uiGroupBox);
this.Name = "Form_ActiveReport_Viewer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "보고서";
((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).EndInit();
this.uiGroupBox.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
private Janus.Windows.EditControls.UIGroupBox uiGroupBox;
private Janus.Windows.Common.VisualStyleManager visualStyleManager;
private DataDynamics.ActiveReports.Viewer.Viewer viewer_Report;
}
}