namespace IControls_FireManager { /// /// Summary description for ActiveReport_OperGroup. /// partial class ActiveReport_Variable_Height { private DataDynamics.ActiveReports.PageHeader pageHeader; private DataDynamics.ActiveReports.Detail detail; private DataDynamics.ActiveReports.PageFooter pageFooter; /// /// Clean up any resources being used. /// protected override void Dispose(bool disposing) { if (disposing) { } base.Dispose(disposing); } #region ActiveReport Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ActiveReport_Variable_Height)); this.pageHeader = new DataDynamics.ActiveReports.PageHeader(); this.label_Header_Title = new DataDynamics.ActiveReports.Label(); this.label_Header_Summary = new DataDynamics.ActiveReports.Label(); this.textBox_Header_Summary = new DataDynamics.ActiveReports.TextBox(); this.reportInfo_Header_PrintDate = new DataDynamics.ActiveReports.ReportInfo(); this.detail = new DataDynamics.ActiveReports.Detail(); this.pageFooter = new DataDynamics.ActiveReports.PageFooter(); this.reportInfo_Footer_PageNumber = new DataDynamics.ActiveReports.ReportInfo(); this.groupHeader = new DataDynamics.ActiveReports.GroupHeader(); this.groupFooter = new DataDynamics.ActiveReports.GroupFooter(); ((System.ComponentModel.ISupportInitialize)(this.label_Header_Title)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.label_Header_Summary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.textBox_Header_Summary)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.reportInfo_Header_PrintDate)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.reportInfo_Footer_PageNumber)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // pageHeader // this.pageHeader.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] { this.label_Header_Title, this.label_Header_Summary, this.textBox_Header_Summary, this.reportInfo_Header_PrintDate}); this.pageHeader.Height = 1.05175F; this.pageHeader.Name = "pageHeader"; // // label_Header_Title // this.label_Header_Title.Height = 0.408F; this.label_Header_Title.HyperLink = null; this.label_Header_Title.Left = 0F; this.label_Header_Title.Name = "label_Header_Title"; this.label_Header_Title.Style = "font-family: 굴림; font-size: 20pt; font-weight: bold; text-align: center; text-dec" + "oration: underline"; this.label_Header_Title.Text = "보고서"; this.label_Header_Title.Top = 0F; this.label_Header_Title.Width = 7.187F; // // label_Header_Summary // this.label_Header_Summary.Height = 0.2F; this.label_Header_Summary.HyperLink = null; this.label_Header_Summary.Left = 0F; this.label_Header_Summary.Name = "label_Header_Summary"; this.label_Header_Summary.Style = "font-family: 굴림; font-size: 9pt; font-weight: bold; vertical-align: bottom; ddo-c" + "har-set: 129"; this.label_Header_Summary.Text = "개요 :"; this.label_Header_Summary.Top = 0.526F; this.label_Header_Summary.Width = 0.448F; // // textBox_Header_Summary // this.textBox_Header_Summary.Height = 0.2F; this.textBox_Header_Summary.Left = 0.578F; this.textBox_Header_Summary.Name = "textBox_Header_Summary"; this.textBox_Header_Summary.Style = "font-family: 굴림; font-size: 9pt; font-weight: normal; vertical-align: bottom; ddo" + "-char-set: 129"; this.textBox_Header_Summary.Text = null; this.textBox_Header_Summary.Top = 0.526F; this.textBox_Header_Summary.Width = 4.172F; // // reportInfo_Header_PrintDate // this.reportInfo_Header_PrintDate.FormatString = "출력일 : {RunDateTime:yyyy-MM-dd}"; this.reportInfo_Header_PrintDate.Height = 0.2F; this.reportInfo_Header_PrintDate.Left = 4.812F; this.reportInfo_Header_PrintDate.Name = "reportInfo_Header_PrintDate"; this.reportInfo_Header_PrintDate.Style = "font-family: 굴림; font-size: 9pt; font-weight: bold; text-align: right; vertical-a" + "lign: bottom; ddo-char-set: 129"; this.reportInfo_Header_PrintDate.Top = 0.526F; this.reportInfo_Header_PrintDate.Width = 2.375F; // // detail // this.detail.CanShrink = true; this.detail.ColumnSpacing = 0F; this.detail.Height = 0.2229166F; this.detail.KeepTogether = true; this.detail.Name = "detail"; // // pageFooter // this.pageFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] { this.reportInfo_Footer_PageNumber}); this.pageFooter.Height = 0.2663333F; this.pageFooter.Name = "pageFooter"; // // reportInfo_Footer_PageNumber // this.reportInfo_Footer_PageNumber.FormatString = "페이지: {PageNumber} / {PageCount}"; this.reportInfo_Footer_PageNumber.Height = 0.2F; this.reportInfo_Footer_PageNumber.Left = 2.229F; this.reportInfo_Footer_PageNumber.Name = "reportInfo_Footer_PageNumber"; this.reportInfo_Footer_PageNumber.Style = "font-family: 굴림; font-size: 9pt; font-weight: bold; text-align: center; vertical-" + "align: top; ddo-char-set: 0"; this.reportInfo_Footer_PageNumber.Top = 0.046F; this.reportInfo_Footer_PageNumber.Width = 2.744F; // // groupHeader // this.groupHeader.CanShrink = true; this.groupHeader.DataField = "Group_Header"; this.groupHeader.GroupKeepTogether = DataDynamics.ActiveReports.GroupKeepTogether.All; this.groupHeader.Height = 0F; this.groupHeader.KeepTogether = true; this.groupHeader.Name = "groupHeader"; // // groupFooter // this.groupFooter.CanShrink = true; this.groupFooter.Height = 0.02083337F; this.groupFooter.Name = "groupFooter"; // // ActiveReport_Variable // this.MasterReport = false; this.PageSettings.DefaultPaperSource = false; this.PageSettings.Margins.Bottom = 0.5F; this.PageSettings.Margins.Left = 0.5F; this.PageSettings.Margins.Right = 0.5F; this.PageSettings.Margins.Top = 0.8F; this.PageSettings.PaperHeight = 11F; this.PageSettings.PaperSource = System.Drawing.Printing.PaperSourceKind.FormSource; this.PageSettings.PaperWidth = 8.5F; this.PrintWidth = 7.2F; this.Script = "public void groupHeader_BeforePrint()\r\n{\r\n\t\r\n}\r\n\r\n\r\n"; this.Sections.Add(this.pageHeader); this.Sections.Add(this.groupHeader); this.Sections.Add(this.detail); this.Sections.Add(this.groupFooter); this.Sections.Add(this.pageFooter); this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" + "l; font-size: 10pt; color: Black; ddo-char-set: 186", "Normal")); this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold", "Heading1", "Normal")); this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" + "lic", "Heading2", "Normal")); this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal")); ((System.ComponentModel.ISupportInitialize)(this.label_Header_Title)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.label_Header_Summary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.textBox_Header_Summary)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.reportInfo_Header_PrintDate)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.reportInfo_Footer_PageNumber)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } #endregion private DataDynamics.ActiveReports.Label label_Header_Title; private DataDynamics.ActiveReports.Label label_Header_Summary; private DataDynamics.ActiveReports.TextBox textBox_Header_Summary; private DataDynamics.ActiveReports.ReportInfo reportInfo_Header_PrintDate; private DataDynamics.ActiveReports.ReportInfo reportInfo_Footer_PageNumber; private DataDynamics.ActiveReports.GroupHeader groupHeader; private DataDynamics.ActiveReports.GroupFooter groupFooter; } }