f90047c88c4d902ecdcacfc9a0d57a4e3e2bea37.svn-base 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. namespace IControls_FireManager
  2. {
  3. /// <summary>
  4. /// Summary description for ActiveReport_OperGroup.
  5. /// </summary>
  6. partial class ActiveReport_Variable_Width
  7. {
  8. private DataDynamics.ActiveReports.PageHeader pageHeader;
  9. private DataDynamics.ActiveReports.Detail detail;
  10. private DataDynamics.ActiveReports.PageFooter pageFooter;
  11. /// <summary>
  12. /// Clean up any resources being used.
  13. /// </summary>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing)
  17. {
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region ActiveReport Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ActiveReport_Variable_Width));
  29. this.pageHeader = new DataDynamics.ActiveReports.PageHeader();
  30. this.label_Header_Title = new DataDynamics.ActiveReports.Label();
  31. this.label_Header_Summary = new DataDynamics.ActiveReports.Label();
  32. this.textBox_Header_Summary = new DataDynamics.ActiveReports.TextBox();
  33. this.reportInfo_Header_PrintDate = new DataDynamics.ActiveReports.ReportInfo();
  34. this.detail = new DataDynamics.ActiveReports.Detail();
  35. this.pageFooter = new DataDynamics.ActiveReports.PageFooter();
  36. this.reportInfo_Footer_PageNumber = new DataDynamics.ActiveReports.ReportInfo();
  37. this.groupHeader = new DataDynamics.ActiveReports.GroupHeader();
  38. this.groupFooter = new DataDynamics.ActiveReports.GroupFooter();
  39. ((System.ComponentModel.ISupportInitialize)(this.label_Header_Title)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.label_Header_Summary)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.textBox_Header_Summary)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.reportInfo_Header_PrintDate)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.reportInfo_Footer_PageNumber)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
  45. //
  46. // pageHeader
  47. //
  48. this.pageHeader.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
  49. this.label_Header_Title,
  50. this.label_Header_Summary,
  51. this.textBox_Header_Summary,
  52. this.reportInfo_Header_PrintDate});
  53. this.pageHeader.Height = 1.05175F;
  54. this.pageHeader.Name = "pageHeader";
  55. //
  56. // label_Header_Title
  57. //
  58. this.label_Header_Title.Height = 0.408F;
  59. this.label_Header_Title.HyperLink = null;
  60. this.label_Header_Title.Left = 0F;
  61. this.label_Header_Title.Name = "label_Header_Title";
  62. this.label_Header_Title.Style = "font-family: 굴림; font-size: 20pt; font-weight: bold; text-align: center; text-dec" +
  63. "oration: underline";
  64. this.label_Header_Title.Text = "보고서";
  65. this.label_Header_Title.Top = 0F;
  66. this.label_Header_Title.Width = 10.562F;
  67. //
  68. // label_Header_Summary
  69. //
  70. this.label_Header_Summary.Height = 0.2F;
  71. this.label_Header_Summary.HyperLink = null;
  72. this.label_Header_Summary.Left = 0F;
  73. this.label_Header_Summary.Name = "label_Header_Summary";
  74. this.label_Header_Summary.Style = "font-family: 굴림; font-size: 9pt; font-weight: bold; vertical-align: bottom; ddo-c" +
  75. "har-set: 129";
  76. this.label_Header_Summary.Text = "개요 :";
  77. this.label_Header_Summary.Top = 0.526F;
  78. this.label_Header_Summary.Width = 0.448F;
  79. //
  80. // textBox_Header_Summary
  81. //
  82. this.textBox_Header_Summary.Height = 0.2F;
  83. this.textBox_Header_Summary.Left = 0.578F;
  84. this.textBox_Header_Summary.Name = "textBox_Header_Summary";
  85. this.textBox_Header_Summary.Style = "font-family: 굴림; font-size: 9pt; font-weight: normal; vertical-align: bottom; ddo" +
  86. "-char-set: 129";
  87. this.textBox_Header_Summary.Text = null;
  88. this.textBox_Header_Summary.Top = 0.526F;
  89. this.textBox_Header_Summary.Width = 7.484F;
  90. //
  91. // reportInfo_Header_PrintDate
  92. //
  93. this.reportInfo_Header_PrintDate.FormatString = "출력일 : {RunDateTime:yyyy-MM-dd}";
  94. this.reportInfo_Header_PrintDate.Height = 0.2F;
  95. this.reportInfo_Header_PrintDate.Left = 8.187F;
  96. this.reportInfo_Header_PrintDate.Name = "reportInfo_Header_PrintDate";
  97. this.reportInfo_Header_PrintDate.Style = "font-family: 굴림; font-size: 9pt; font-weight: bold; text-align: right; vertical-a" +
  98. "lign: bottom; ddo-char-set: 129";
  99. this.reportInfo_Header_PrintDate.Top = 0.526F;
  100. this.reportInfo_Header_PrintDate.Width = 2.375F;
  101. //
  102. // detail
  103. //
  104. this.detail.CanShrink = true;
  105. this.detail.ColumnSpacing = 0F;
  106. this.detail.Height = 0.2229166F;
  107. this.detail.KeepTogether = true;
  108. this.detail.Name = "detail";
  109. //
  110. // pageFooter
  111. //
  112. this.pageFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
  113. this.reportInfo_Footer_PageNumber});
  114. this.pageFooter.Height = 0.2663333F;
  115. this.pageFooter.Name = "pageFooter";
  116. //
  117. // reportInfo_Footer_PageNumber
  118. //
  119. this.reportInfo_Footer_PageNumber.FormatString = "페이지: {PageNumber} / {PageCount}";
  120. this.reportInfo_Footer_PageNumber.Height = 0.2F;
  121. this.reportInfo_Footer_PageNumber.Left = 3.9F;
  122. this.reportInfo_Footer_PageNumber.Name = "reportInfo_Footer_PageNumber";
  123. this.reportInfo_Footer_PageNumber.Style = "font-family: 굴림; font-size: 9pt; font-weight: bold; text-align: center; vertical-" +
  124. "align: top; ddo-char-set: 0";
  125. this.reportInfo_Footer_PageNumber.Top = 0.046F;
  126. this.reportInfo_Footer_PageNumber.Width = 2.844F;
  127. //
  128. // groupHeader
  129. //
  130. this.groupHeader.CanShrink = true;
  131. this.groupHeader.DataField = "Group_Header";
  132. this.groupHeader.GroupKeepTogether = DataDynamics.ActiveReports.GroupKeepTogether.All;
  133. this.groupHeader.Height = 0F;
  134. this.groupHeader.KeepTogether = true;
  135. this.groupHeader.Name = "groupHeader";
  136. //
  137. // groupFooter
  138. //
  139. this.groupFooter.CanShrink = true;
  140. this.groupFooter.Height = 0.02083337F;
  141. this.groupFooter.Name = "groupFooter";
  142. //
  143. // ActiveReport_Variable_Width
  144. //
  145. this.MasterReport = false;
  146. this.PageSettings.Margins.Bottom = 0.3F;
  147. this.PageSettings.Margins.Left = 0.5F;
  148. this.PageSettings.Margins.Right = 0.5F;
  149. this.PageSettings.Margins.Top = 0.3F;
  150. this.PageSettings.Orientation = DataDynamics.ActiveReports.Document.PageOrientation.Landscape;
  151. this.PageSettings.PaperHeight = 11F;
  152. this.PageSettings.PaperWidth = 8.5F;
  153. this.PrintWidth = 10.575F;
  154. this.Script = "public void groupHeader_BeforePrint()\r\n{\r\n\t\r\n}\r\n\r\n\r\n";
  155. this.Sections.Add(this.pageHeader);
  156. this.Sections.Add(this.groupHeader);
  157. this.Sections.Add(this.detail);
  158. this.Sections.Add(this.groupFooter);
  159. this.Sections.Add(this.pageFooter);
  160. this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" +
  161. "l; font-size: 10pt; color: Black; ddo-char-set: 186", "Normal"));
  162. this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold", "Heading1", "Normal"));
  163. this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" +
  164. "lic", "Heading2", "Normal"));
  165. this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal"));
  166. ((System.ComponentModel.ISupportInitialize)(this.label_Header_Title)).EndInit();
  167. ((System.ComponentModel.ISupportInitialize)(this.label_Header_Summary)).EndInit();
  168. ((System.ComponentModel.ISupportInitialize)(this.textBox_Header_Summary)).EndInit();
  169. ((System.ComponentModel.ISupportInitialize)(this.reportInfo_Header_PrintDate)).EndInit();
  170. ((System.ComponentModel.ISupportInitialize)(this.reportInfo_Footer_PageNumber)).EndInit();
  171. ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
  172. }
  173. #endregion
  174. private DataDynamics.ActiveReports.Label label_Header_Title;
  175. private DataDynamics.ActiveReports.Label label_Header_Summary;
  176. private DataDynamics.ActiveReports.TextBox textBox_Header_Summary;
  177. private DataDynamics.ActiveReports.ReportInfo reportInfo_Header_PrintDate;
  178. private DataDynamics.ActiveReports.ReportInfo reportInfo_Footer_PageNumber;
  179. private DataDynamics.ActiveReports.GroupHeader groupHeader;
  180. private DataDynamics.ActiveReports.GroupFooter groupFooter;
  181. }
  182. }