main
1namespace MoMoney.Presentation.Winforms.Views
2{
3 /// <summary>
4 /// Summary description for view_all_bills.
5 /// </summary>
6 partial class ViewAllIncomeReport
7 {
8 private DataDynamics.ActiveReports.PageHeader pageHeader;
9 private DataDynamics.ActiveReports.Detail detail;
10 private DataDynamics.ActiveReports.PageFooter pageFooter;
11
12 /// <summary>
13 /// Clean up any resources being used.
14 /// </summary>
15 protected override void Dispose(bool disposing)
16 {
17 if (disposing)
18 {
19 }
20 base.Dispose(disposing);
21 }
22
23 #region ActiveReport Designer generated code
24 /// <summary>
25 /// Required method for Designer support - do not modify
26 /// the contents of this method with the code editor.
27 /// </summary>
28 private void InitializeComponent()
29 {
30 var resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewAllBillsReport));
31 this.pageHeader = new DataDynamics.ActiveReports.PageHeader();
32 this.detail = new DataDynamics.ActiveReports.Detail();
33 this.ux_company_name = new DataDynamics.ActiveReports.RichTextBox();
34 this.ux_received_date = new DataDynamics.ActiveReports.RichTextBox();
35 this.ux_amount = new DataDynamics.ActiveReports.RichTextBox();
36 this.pageFooter = new DataDynamics.ActiveReports.PageFooter();
37 ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
38 //
39 // pageHeader
40 //
41 this.pageHeader.Height = 0.25F;
42 this.pageHeader.Name = "pageHeader";
43 //
44 // detail
45 //
46 this.detail.ColumnSpacing = 0F;
47 this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
48 this.ux_company_name,
49 this.ux_received_date,
50 this.ux_amount});
51 this.detail.Height = 2F;
52 this.detail.Name = "detail";
53 //
54 // ux_company_name
55 //
56 this.ux_company_name.AutoReplaceFields = true;
57 this.ux_company_name.Border.BottomColor = System.Drawing.Color.Black;
58 this.ux_company_name.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
59 this.ux_company_name.Border.LeftColor = System.Drawing.Color.Black;
60 this.ux_company_name.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
61 this.ux_company_name.Border.RightColor = System.Drawing.Color.Black;
62 this.ux_company_name.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
63 this.ux_company_name.Border.TopColor = System.Drawing.Color.Black;
64 this.ux_company_name.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
65 this.ux_company_name.Font = new System.Drawing.Font("Arial", 10F);
66 this.ux_company_name.Height = 0.25F;
67 this.ux_company_name.Left = 0.875F;
68 this.ux_company_name.Name = "ux_company_name";
69 this.ux_company_name.RTF = resources.GetString("ux_company_name.RTF");
70 this.ux_company_name.Top = 0.125F;
71 this.ux_company_name.Width = 1.625F;
72 //
73 // ux_due_date
74 //
75 this.ux_received_date.AutoReplaceFields = true;
76 this.ux_received_date.Border.BottomColor = System.Drawing.Color.Black;
77 this.ux_received_date.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
78 this.ux_received_date.Border.LeftColor = System.Drawing.Color.Black;
79 this.ux_received_date.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
80 this.ux_received_date.Border.RightColor = System.Drawing.Color.Black;
81 this.ux_received_date.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
82 this.ux_received_date.Border.TopColor = System.Drawing.Color.Black;
83 this.ux_received_date.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
84 this.ux_received_date.Font = new System.Drawing.Font("Arial", 10F);
85 this.ux_received_date.Height = 0.25F;
86 this.ux_received_date.Left = 0.875F;
87 this.ux_received_date.Name = "ux_due_date";
88 this.ux_received_date.RTF = resources.GetString("ux_due_date.RTF");
89 this.ux_received_date.Top = 0.4375F;
90 this.ux_received_date.Width = 1.6875F;
91 //
92 // ux_amount
93 //
94 this.ux_amount.AutoReplaceFields = true;
95 this.ux_amount.Border.BottomColor = System.Drawing.Color.Black;
96 this.ux_amount.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
97 this.ux_amount.Border.LeftColor = System.Drawing.Color.Black;
98 this.ux_amount.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
99 this.ux_amount.Border.RightColor = System.Drawing.Color.Black;
100 this.ux_amount.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
101 this.ux_amount.Border.TopColor = System.Drawing.Color.Black;
102 this.ux_amount.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
103 this.ux_amount.Font = new System.Drawing.Font("Arial", 10F);
104 this.ux_amount.Height = 0.25F;
105 this.ux_amount.Left = 0.875F;
106 this.ux_amount.Name = "ux_amount";
107 this.ux_amount.RTF = resources.GetString("ux_amount.RTF");
108 this.ux_amount.Top = 0.75F;
109 this.ux_amount.Width = 1.6875F;
110 //
111 // pageFooter
112 //
113 this.pageFooter.Height = 0.25F;
114 this.pageFooter.Name = "pageFooter";
115 //
116 // view_all_bills_report
117 //
118 this.MasterReport = true;
119 this.PageSettings.PaperHeight = 11F;
120 this.PageSettings.PaperWidth = 8.5F;
121 this.Sections.Add(this.pageHeader);
122 this.Sections.Add(this.detail);
123 this.Sections.Add(this.pageFooter);
124 this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" +
125 "l; font-size: 10pt; color: Black; ", "Normal"));
126 this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold; ", "Heading1", "Normal"));
127 this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" +
128 "lic; ", "Heading2", "Normal"));
129 this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold; ", "Heading3", "Normal"));
130 ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
131
132 }
133 #endregion
134
135 private DataDynamics.ActiveReports.RichTextBox ux_company_name;
136 private DataDynamics.ActiveReports.RichTextBox ux_received_date;
137 private DataDynamics.ActiveReports.RichTextBox ux_amount;
138 }
139}