| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 | namespace IControls_FireManager{    /// <summary>    /// Summary description for ActiveReport_OperGroup.    /// </summary>    partial class ActiveReport_Variable_Width    {        private DataDynamics.ActiveReports.PageHeader pageHeader;        private DataDynamics.ActiveReports.Detail detail;        private DataDynamics.ActiveReports.PageFooter pageFooter;        /// <summary>        /// Clean up any resources being used.        /// </summary>        protected override void Dispose(bool disposing)        {            if (disposing)            {            }            base.Dispose(disposing);        }        #region ActiveReport Designer generated code        /// <summary>        /// Required method for Designer support - do not modify        /// the contents of this method with the code editor.        /// </summary>        private void InitializeComponent()        {            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ActiveReport_Variable_Width));            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 = 10.562F;            //             // 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 = 7.484F;            //             // reportInfo_Header_PrintDate            //             this.reportInfo_Header_PrintDate.FormatString = "출력일 : {RunDateTime:yyyy-MM-dd}";            this.reportInfo_Header_PrintDate.Height = 0.2F;            this.reportInfo_Header_PrintDate.Left = 8.187F;            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 = 3.9F;            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.844F;            //             // 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_Width            //             this.MasterReport = false;            this.PageSettings.Margins.Bottom = 0.3F;            this.PageSettings.Margins.Left = 0.5F;            this.PageSettings.Margins.Right = 0.5F;            this.PageSettings.Margins.Top = 0.3F;            this.PageSettings.Orientation = DataDynamics.ActiveReports.Document.PageOrientation.Landscape;            this.PageSettings.PaperHeight = 11F;            this.PageSettings.PaperWidth = 8.5F;            this.PrintWidth = 10.575F;            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;    }}
 |