예제 #1
0
 public void InitializeReport()
 {
     this.LoadLayout(this.GetType(), "mz.erp.ui.forms.ActiveReport1.rpx");
     this.ds         = ((DataDynamics.ActiveReports.DataSources.OleDBDataSource)(this.DataSource));
     this.PageHeader = ((DataDynamics.ActiveReports.PageHeader)(this.Sections["PageHeader"]));
     this.Detail     = ((DataDynamics.ActiveReports.Detail)(this.Sections["Detail"]));
     this.PageFooter = ((DataDynamics.ActiveReports.PageFooter)(this.Sections["PageFooter"]));
     this.TextBox1   = ((DataDynamics.ActiveReports.TextBox)(this.Detail.Controls[0]));
     this.TextBox2   = ((DataDynamics.ActiveReports.TextBox)(this.Detail.Controls[1]));
     this.TextBox3   = ((DataDynamics.ActiveReports.TextBox)(this.Detail.Controls[2]));
     this.TextBox4   = ((DataDynamics.ActiveReports.TextBox)(this.Detail.Controls[3]));
     // Attach Report Events
     this.Detail.Format += new System.EventHandler(this.Detail_Format);
     this.ReportStart   += new System.EventHandler(this.ActiveReport1_ReportStart);
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DataDynamics.ActiveReports.Chart.ChartArea             chartArea1       = new DataDynamics.ActiveReports.Chart.ChartArea();
     DataDynamics.ActiveReports.Chart.Axis                  axis1            = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis                  axis2            = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis                  axis3            = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis                  axis4            = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis                  axis5            = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.DataSources.OleDBDataSource oleDBDataSource1 = new DataDynamics.ActiveReports.DataSources.OleDBDataSource();
     System.ComponentModel.ComponentResourceManager         resources        = new System.ComponentModel.ComponentResourceManager(typeof(rptTop3DayParts));
     DataDynamics.ActiveReports.Chart.Series                series1          = new DataDynamics.ActiveReports.Chart.Series();
     DataDynamics.ActiveReports.Chart.Title                 title1           = new DataDynamics.ActiveReports.Chart.Title();
     DataDynamics.ActiveReports.DataSources.OleDBDataSource oleDBDataSource2 = new DataDynamics.ActiveReports.DataSources.OleDBDataSource();
     this.Detail        = new DataDynamics.ActiveReports.Detail();
     this.txtName       = new DataDynamics.ActiveReports.TextBox();
     this.txtAmount     = new DataDynamics.ActiveReports.TextBox();
     this.lblRank       = new DataDynamics.ActiveReports.Label();
     this.groupHeader1  = new DataDynamics.ActiveReports.GroupHeader();
     this.chartControl1 = new DataDynamics.ActiveReports.ChartControl();
     this.groupFooter1  = new DataDynamics.ActiveReports.GroupFooter();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAmount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblRank)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.CanShrink     = true;
     this.Detail.ColumnSpacing = 0F;
     this.Detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtName,
         this.txtAmount,
         this.lblRank
     });
     this.Detail.Height  = 0.1979167F;
     this.Detail.Name    = "Detail";
     this.Detail.Format += new System.EventHandler(this.detail_Format);
     //
     // txtName
     //
     this.txtName.Border.BottomColor = System.Drawing.Color.Black;
     this.txtName.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtName.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtName.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtName.Border.RightColor  = System.Drawing.Color.Black;
     this.txtName.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtName.Border.TopColor    = System.Drawing.Color.Black;
     this.txtName.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtName.DataField          = "Name";
     this.txtName.Height             = 0.1875F;
     this.txtName.Left  = 0.3125F;
     this.txtName.Name  = "txtName";
     this.txtName.Style = "";
     this.txtName.Text  = "textBox1";
     this.txtName.Top   = 0F;
     this.txtName.Width = 1.6875F;
     //
     // txtAmount
     //
     this.txtAmount.Border.BottomColor = System.Drawing.Color.Black;
     this.txtAmount.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtAmount.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtAmount.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtAmount.Border.RightColor  = System.Drawing.Color.Black;
     this.txtAmount.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtAmount.Border.TopColor    = System.Drawing.Color.Black;
     this.txtAmount.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtAmount.DataField          = "Waste";
     this.txtAmount.Height             = 0.1979167F;
     this.txtAmount.Left  = 2F;
     this.txtAmount.Name  = "txtAmount";
     this.txtAmount.Style = "";
     this.txtAmount.Text  = "textBox1";
     this.txtAmount.Top   = 0F;
     this.txtAmount.Width = 1F;
     //
     // lblRank
     //
     this.lblRank.Border.BottomColor = System.Drawing.Color.Black;
     this.lblRank.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblRank.Border.LeftColor   = System.Drawing.Color.Black;
     this.lblRank.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblRank.Border.RightColor  = System.Drawing.Color.Black;
     this.lblRank.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblRank.Border.TopColor    = System.Drawing.Color.Black;
     this.lblRank.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblRank.Height             = 0.1875F;
     this.lblRank.HyperLink          = null;
     this.lblRank.Left  = 0.0625F;
     this.lblRank.Name  = "lblRank";
     this.lblRank.Style = "";
     this.lblRank.Text  = "Rank";
     this.lblRank.Top   = 0F;
     this.lblRank.Width = 0.1875F;
     //
     // groupHeader1
     //
     this.groupHeader1.CanShrink = true;
     this.groupHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.chartControl1
     });
     this.groupHeader1.Height = 2.395833F;
     this.groupHeader1.Name   = "groupHeader1";
     //
     // chartControl1
     //
     this.chartControl1.AutoRefresh        = true;
     this.chartControl1.Backdrop           = new DataDynamics.ActiveReports.Chart.BackdropItem(DataDynamics.ActiveReports.Chart.Graphics.GradientType.Vertical, System.Drawing.Color.White, System.Drawing.Color.SteelBlue);
     this.chartControl1.Border.BottomColor = System.Drawing.Color.Black;
     this.chartControl1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.chartControl1.Border.LeftColor   = System.Drawing.Color.Black;
     this.chartControl1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.chartControl1.Border.RightColor  = System.Drawing.Color.Black;
     this.chartControl1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.chartControl1.Border.TopColor    = System.Drawing.Color.Black;
     this.chartControl1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     chartArea1.AntiAliasMode = DataDynamics.ActiveReports.Chart.Graphics.AntiAliasMode.Graphics;
     axis1.AxisType           = DataDynamics.ActiveReports.Chart.AxisType.Categorical;
     axis1.LabelFont          = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F), -45F);
     axis1.MajorTick          = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 1, 0F, false);
     axis1.MinorTick          = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis1.SmartLabels        = false;
     axis1.TitleFont          = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis2.LabelFont          = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis2.LabelsGap          = 0;
     axis2.LabelsVisible      = false;
     axis2.Line          = new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None);
     axis2.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis2.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis2.Position      = 0;
     axis2.TickOffset    = 0;
     axis2.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis2.Visible       = false;
     axis3.DisplayScale  = true;
     axis3.LabelFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis3.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis3.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis3.Position      = 0;
     axis3.StaggerLabels = true;
     axis3.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F), -90F);
     axis4.LabelFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis4.LabelsVisible = false;
     axis4.Line          = new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None);
     axis4.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis4.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis4.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis4.Visible       = false;
     axis5.LabelFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis5.LabelsGap     = 0;
     axis5.LabelsVisible = false;
     axis5.Line          = new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None);
     axis5.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis5.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis5.Position      = 0;
     axis5.TickOffset    = 0;
     axis5.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis5.Visible       = false;
     chartArea1.Axes.AddRange(new DataDynamics.ActiveReports.Chart.AxisBase[] {
         axis1,
         axis2,
         axis3,
         axis4,
         axis5
     });
     chartArea1.Backdrop   = new DataDynamics.ActiveReports.Chart.BackdropItem(DataDynamics.ActiveReports.Chart.Graphics.BackdropStyle.Transparent, System.Drawing.Color.White, System.Drawing.Color.White, DataDynamics.ActiveReports.Chart.Graphics.GradientType.Vertical, System.Drawing.Drawing2D.HatchStyle.DottedGrid, null, DataDynamics.ActiveReports.Chart.Graphics.PicturePutStyle.Stretched);
     chartArea1.Border     = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, System.Drawing.Color.Black);
     chartArea1.Light      = new DataDynamics.ActiveReports.Chart.Light(new DataDynamics.ActiveReports.Chart.Graphics.Point3d(10F, 40F, 20F), DataDynamics.ActiveReports.Chart.LightType.InfiniteDirectional, 0.3F);
     chartArea1.Name       = "defaultArea";
     chartArea1.Projection = new DataDynamics.ActiveReports.Chart.Projection(DataDynamics.ActiveReports.Chart.Graphics.ProjectionType.Orthogonal, 0.1F, 0.1F);
     this.chartControl1.ChartAreas.AddRange(new DataDynamics.ActiveReports.Chart.ChartArea[] {
         chartArea1
     });
     this.chartControl1.ChartBorder = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, System.Drawing.Color.Black);
     //oleDBDataSource1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Documents and Settings\\sarogers\\M" +
     //    "y Documents\\VWA4\\WVA40\\AccessDBs\\vwa40dev-fix.mdb;Persist Security Info=False";
     //oleDBDataSource1.SQL = resources.GetString("oleDBDataSource1.SQL");
     //this.chartControl1.DataSource = oleDBDataSource1;
     this.chartControl1.Height = 2.3125F;
     this.chartControl1.Left   = 0F;
     this.chartControl1.Name   = "chartControl1";
     series1.AxisX             = axis1;
     series1.AxisY             = axis3;
     series1.ChartArea         = chartArea1;
     series1.Legend            = null;
     series1.LegendText        = "";
     series1.Name       = "Series1";
     series1.Properties = new DataDynamics.ActiveReports.Chart.CustomProperties(new DataDynamics.ActiveReports.Chart.KeyValuePair[] {
         new DataDynamics.ActiveReports.Chart.KeyValuePair("Backdrop", new DataDynamics.ActiveReports.Chart.Graphics.Backdrop(DataDynamics.ActiveReports.Chart.Graphics.GradientType.Vertical, System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))), System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))))))
     });
     series1.Type          = DataDynamics.ActiveReports.Chart.ChartType.Bar3D;
     series1.ValueMembersY = "Waste";
     series1.ValueMemberX  = "Name";
     this.chartControl1.Series.AddRange(new DataDynamics.ActiveReports.Chart.Series[] {
         series1
     });
     title1.Alignment = DataDynamics.ActiveReports.Chart.Alignment.Top;
     title1.Border    = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, System.Drawing.Color.Black);
     title1.DockArea  = null;
     title1.Docking   = DataDynamics.ActiveReports.Chart.DockType.Bottom;
     title1.Font      = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     title1.Name      = "footer";
     title1.Text      = "Top 3 Day Parts";
     this.chartControl1.Titles.AddRange(new DataDynamics.ActiveReports.Chart.Title[] {
         title1
     });
     this.chartControl1.Top       = 0F;
     this.chartControl1.UIOptions = DataDynamics.ActiveReports.Chart.UIOptions.ForceHitTesting;
     this.chartControl1.Width     = 3.125F;
     //
     // groupFooter1
     //
     this.groupFooter1.Height = 0F;
     this.groupFooter1.Name   = "groupFooter1";
     //
     // rptTop3DayParts
     //
     this.MasterReport = false;
     //oleDBDataSource2.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Documents and Settings\\sarogers\\M" +
     //    "y Documents\\VWA4\\WVA40\\AccessDBs\\vwa40dev-fix.mdb;Persist Security Info=False";
     //oleDBDataSource2.SQL = resources.GetString("oleDBDataSource2.SQL");
     //this.DataSource = oleDBDataSource2;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 3.135417F;
     this.Sections.Add(this.groupHeader1);
     this.Sections.Add(this.Detail);
     this.Sections.Add(this.groupFooter1);
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" +
                                                     "l; font-size: 10pt; color: Black; ", "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"));
     this.ReportStart += new System.EventHandler(this.rptTop3DayParts_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAmount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblRank)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DataDynamics.ActiveReports.Chart.ChartArea             chartArea1       = new DataDynamics.ActiveReports.Chart.ChartArea();
     DataDynamics.ActiveReports.Chart.Axis                  axis1            = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis                  axis2            = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis                  axis3            = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis                  axis4            = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis                  axis5            = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.DataSources.OleDBDataSource oleDBDataSource1 = new DataDynamics.ActiveReports.DataSources.OleDBDataSource();
     System.ComponentModel.ComponentResourceManager         resources        = new System.ComponentModel.ComponentResourceManager(typeof(rptLowReport));
     DataDynamics.ActiveReports.Chart.Series                series1          = new DataDynamics.ActiveReports.Chart.Series();
     DataDynamics.ActiveReports.DataSources.OleDBDataSource oleDBDataSource2 = new DataDynamics.ActiveReports.DataSources.OleDBDataSource();
     this.detail        = new DataDynamics.ActiveReports.Detail();
     this.txtName       = new DataDynamics.ActiveReports.TextBox();
     this.lblRank       = new DataDynamics.ActiveReports.Label();
     this.txtAmount     = new DataDynamics.ActiveReports.TextBox();
     this.groupHeader1  = new DataDynamics.ActiveReports.GroupHeader();
     this.txtTitle      = new DataDynamics.ActiveReports.TextBox();
     this.chartControl1 = new DataDynamics.ActiveReports.ChartControl();
     this.groupFooter1  = new DataDynamics.ActiveReports.GroupFooter();
     this.groupHeader2  = new DataDynamics.ActiveReports.GroupHeader();
     this.groupFooter2  = new DataDynamics.ActiveReports.GroupFooter();
     this.groupHeader3  = new DataDynamics.ActiveReports.GroupHeader();
     this.groupFooter3  = new DataDynamics.ActiveReports.GroupFooter();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblRank)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAmount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtName,
         this.lblRank,
         this.txtAmount
     });
     this.detail.Height  = 0.1979167F;
     this.detail.Name    = "detail";
     this.detail.Format += new System.EventHandler(this.detail_Format);
     //
     // txtName
     //
     this.txtName.Border.BottomColor = System.Drawing.Color.Black;
     this.txtName.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtName.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtName.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtName.Border.RightColor  = System.Drawing.Color.Black;
     this.txtName.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtName.Border.TopColor    = System.Drawing.Color.Black;
     this.txtName.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtName.DataField          = "Name";
     this.txtName.Height             = 0.1875F;
     this.txtName.Left  = 0.3125F;
     this.txtName.Name  = "txtName";
     this.txtName.Style = "";
     this.txtName.Text  = "textBox1";
     this.txtName.Top   = 0F;
     this.txtName.Width = 2.375F;
     //
     // lblRank
     //
     this.lblRank.Border.BottomColor = System.Drawing.Color.Black;
     this.lblRank.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblRank.Border.LeftColor   = System.Drawing.Color.Black;
     this.lblRank.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblRank.Border.RightColor  = System.Drawing.Color.Black;
     this.lblRank.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblRank.Border.TopColor    = System.Drawing.Color.Black;
     this.lblRank.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblRank.Height             = 0.1875F;
     this.lblRank.HyperLink          = null;
     this.lblRank.Left  = 0.0625F;
     this.lblRank.Name  = "lblRank";
     this.lblRank.Style = "";
     this.lblRank.Text  = "Rank";
     this.lblRank.Top   = 0F;
     this.lblRank.Width = 0.1875F;
     //
     // txtAmount
     //
     this.txtAmount.Border.BottomColor = System.Drawing.Color.Black;
     this.txtAmount.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtAmount.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtAmount.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtAmount.Border.RightColor  = System.Drawing.Color.Black;
     this.txtAmount.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtAmount.Border.TopColor    = System.Drawing.Color.Black;
     this.txtAmount.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtAmount.DataField          = "Waste";
     this.txtAmount.Height             = 0.1875F;
     this.txtAmount.Left         = 2.8125F;
     this.txtAmount.Name         = "txtAmount";
     this.txtAmount.OutputFormat = resources.GetString("txtAmount.OutputFormat");
     this.txtAmount.Style        = "";
     this.txtAmount.Text         = "textBox1";
     this.txtAmount.Top          = 0F;
     this.txtAmount.Width        = 1.625F;
     //
     // groupHeader1
     //
     this.groupHeader1.CanShrink = true;
     this.groupHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtTitle
     });
     this.groupHeader1.Height      = 0.2083333F;
     this.groupHeader1.Name        = "groupHeader1";
     this.groupHeader1.RepeatStyle = DataDynamics.ActiveReports.RepeatStyle.OnPage;
     //
     // txtTitle
     //
     this.txtTitle.Border.BottomColor = System.Drawing.Color.Black;
     this.txtTitle.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtTitle.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtTitle.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtTitle.Border.RightColor  = System.Drawing.Color.Black;
     this.txtTitle.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtTitle.Border.TopColor    = System.Drawing.Color.Black;
     this.txtTitle.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtTitle.Height             = 0.1875F;
     this.txtTitle.Left  = 0.0625F;
     this.txtTitle.Name  = "txtTitle";
     this.txtTitle.Style = "text-align: center; font-weight: bold; background-color: IndianRed; ";
     this.txtTitle.Text  = "textBox1";
     this.txtTitle.Top   = 0F;
     this.txtTitle.Width = 4.4375F;
     //
     // chartControl1
     //
     this.chartControl1.AutoRefresh        = true;
     this.chartControl1.Border.BottomColor = System.Drawing.Color.Black;
     this.chartControl1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.chartControl1.Border.LeftColor   = System.Drawing.Color.Black;
     this.chartControl1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.chartControl1.Border.RightColor  = System.Drawing.Color.Black;
     this.chartControl1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.chartControl1.Border.TopColor    = System.Drawing.Color.Black;
     this.chartControl1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     chartArea1.AntiAliasMode = DataDynamics.ActiveReports.Chart.Graphics.AntiAliasMode.Graphics;
     axis1.AxisType           = DataDynamics.ActiveReports.Chart.AxisType.Categorical;
     axis1.LabelFont          = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F), 45F);
     axis1.MajorTick          = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 1, 0F, false);
     axis1.MinorTick          = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis1.SmartLabels        = false;
     axis1.TitleFont          = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis2.LabelFont          = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis2.LabelsGap          = 0;
     axis2.LabelsVisible      = false;
     axis2.Line          = new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None);
     axis2.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis2.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis2.Position      = 0;
     axis2.TickOffset    = 0;
     axis2.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis2.Visible       = false;
     axis3.DisplayScale  = true;
     axis3.LabelFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis3.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis3.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis3.Position      = 0;
     axis3.SmartLabels   = false;
     axis3.StaggerLabels = true;
     axis3.Title         = "# of trans";
     axis3.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F), -90F);
     axis4.LabelFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis4.LabelsVisible = false;
     axis4.Line          = new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None);
     axis4.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis4.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis4.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis4.Visible       = false;
     axis5.LabelFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis5.LabelsGap     = 0;
     axis5.LabelsVisible = false;
     axis5.Line          = new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None);
     axis5.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis5.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis5.Position      = 0;
     axis5.TickOffset    = 0;
     axis5.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis5.Visible       = false;
     chartArea1.Axes.AddRange(new DataDynamics.ActiveReports.Chart.AxisBase[] {
         axis1,
         axis2,
         axis3,
         axis4,
         axis5
     });
     chartArea1.Backdrop = new DataDynamics.ActiveReports.Chart.BackdropItem(DataDynamics.ActiveReports.Chart.Graphics.BackdropStyle.Transparent, System.Drawing.Color.White, System.Drawing.Color.White, DataDynamics.ActiveReports.Chart.Graphics.GradientType.Vertical, System.Drawing.Drawing2D.HatchStyle.DottedGrid, null, DataDynamics.ActiveReports.Chart.Graphics.PicturePutStyle.Stretched);
     chartArea1.Border   = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, System.Drawing.Color.Black);
     chartArea1.Light    = new DataDynamics.ActiveReports.Chart.Light(new DataDynamics.ActiveReports.Chart.Graphics.Point3d(10F, 40F, 20F), DataDynamics.ActiveReports.Chart.LightType.InfiniteDirectional, 0.3F);
     chartArea1.Name     = "defaultArea";
     this.chartControl1.ChartAreas.AddRange(new DataDynamics.ActiveReports.Chart.ChartArea[] {
         chartArea1
     });
     this.chartControl1.ChartBorder = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, System.Drawing.Color.Black);
     //oleDBDataSource1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\vwa40dev-fix.mdb;Persist Security" +
     //    " Info=False";
     //oleDBDataSource1.SQL = resources.GetString("oleDBDataSource1.SQL");
     //this.chartControl1.DataSource = oleDBDataSource1;
     this.chartControl1.Height = 2.3125F;
     this.chartControl1.Left   = 0.0625F;
     this.chartControl1.Name   = "chartControl1";
     series1.AxisX             = axis1;
     series1.AxisY             = axis3;
     series1.ChartArea         = chartArea1;
     series1.Legend            = null;
     series1.LegendText        = "";
     series1.Name       = "Series1";
     series1.Properties = new DataDynamics.ActiveReports.Chart.CustomProperties(new DataDynamics.ActiveReports.Chart.KeyValuePair[] {
         new DataDynamics.ActiveReports.Chart.KeyValuePair("Marker", new DataDynamics.ActiveReports.Chart.Marker(6, DataDynamics.ActiveReports.Chart.MarkerStyle.Triangle, new DataDynamics.ActiveReports.Chart.Graphics.Backdrop(), new DataDynamics.ActiveReports.Chart.Graphics.Line(), new DataDynamics.ActiveReports.Chart.LabelInfo(new DataDynamics.ActiveReports.Chart.Graphics.Line(), new DataDynamics.ActiveReports.Chart.Graphics.Backdrop(), new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Arial", 6F)), "{Value:#.}", DataDynamics.ActiveReports.Chart.Alignment.Top)))
     });
     series1.Type          = DataDynamics.ActiveReports.Chart.ChartType.Bar3D;
     series1.ValueMembersY = "Waste";
     series1.ValueMemberX  = "Name";
     this.chartControl1.Series.AddRange(new DataDynamics.ActiveReports.Chart.Series[] {
         series1
     });
     this.chartControl1.Top       = 0.0625F;
     this.chartControl1.UIOptions = DataDynamics.ActiveReports.Chart.UIOptions.ForceHitTesting;
     this.chartControl1.Width     = 4.4375F;
     //
     // groupFooter1
     //
     this.groupFooter1.Height = 0F;
     this.groupFooter1.Name   = "groupFooter1";
     //
     // groupHeader2
     //
     this.groupHeader2.CanShrink = true;
     this.groupHeader2.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.chartControl1
     });
     this.groupHeader2.Height = 2.385417F;
     this.groupHeader2.Name   = "groupHeader2";
     //
     // groupFooter2
     //
     this.groupFooter2.Height = 0F;
     this.groupFooter2.Name   = "groupFooter2";
     //
     // groupHeader3
     //
     this.groupHeader3.Height      = 0.01041667F;
     this.groupHeader3.Name        = "groupHeader3";
     this.groupHeader3.RepeatStyle = DataDynamics.ActiveReports.RepeatStyle.OnPage;
     //
     // groupFooter3
     //
     this.groupFooter3.Height = 0.01F;
     this.groupFooter3.Name   = "groupFooter3";
     //
     // rptLowReport
     //
     this.MasterReport = false;
     //oleDBDataSource2.ConnectionString = "";
     //oleDBDataSource2.SQL = "Select * from";
     //this.DataSource = oleDBDataSource2;
     this.PageSettings.DefaultPaperSize = false;
     this.PageSettings.Margins.Bottom   = 0.75F;
     this.PageSettings.Margins.Left     = 0.75F;
     this.PageSettings.Margins.Right    = 0.75F;
     this.PageSettings.Margins.Top      = 0.75F;
     this.PageSettings.Orientation      = DataDynamics.ActiveReports.Document.PageOrientation.Landscape;
     this.PageSettings.PaperHeight      = 11.69F;
     this.PageSettings.PaperWidth       = 8.27F;
     this.PrintWidth = 9.364583F;
     this.Sections.Add(this.groupHeader3);
     this.Sections.Add(this.groupHeader1);
     this.Sections.Add(this.groupHeader2);
     this.Sections.Add(this.detail);
     this.Sections.Add(this.groupFooter2);
     this.Sections.Add(this.groupFooter1);
     this.Sections.Add(this.groupFooter3);
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" +
                                                     "l; font-size: 10pt; color: Black; ", "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"));
     this.ReportStart += new System.EventHandler(this.rptLowReport_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblRank)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAmount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager         resources        = new System.ComponentModel.ComponentResourceManager(typeof(rptEmployee));
     DataDynamics.ActiveReports.DataSources.OleDBDataSource oleDBDataSource1 = new DataDynamics.ActiveReports.DataSources.OleDBDataSource();
     this.pageHeader   = new DataDynamics.ActiveReports.PageHeader();
     this.lblTitle     = new DataDynamics.ActiveReports.Label();
     this.label7       = new DataDynamics.ActiveReports.Label();
     this.label5       = new DataDynamics.ActiveReports.Label();
     this.txtPeriod    = new DataDynamics.ActiveReports.TextBox();
     this.txtOrder     = new DataDynamics.ActiveReports.TextBox();
     this.imgLogo      = new DataDynamics.ActiveReports.Picture();
     this.txtSubTitle  = new DataDynamics.ActiveReports.TextBox();
     this.detail       = new DataDynamics.ActiveReports.Detail();
     this.lblRank      = new DataDynamics.ActiveReports.Label();
     this.txtName      = new DataDynamics.ActiveReports.TextBox();
     this.txtWeight    = new DataDynamics.ActiveReports.TextBox();
     this.txtCount     = new DataDynamics.ActiveReports.TextBox();
     this.pageFooter   = new DataDynamics.ActiveReports.PageFooter();
     this.txtFilter    = new DataDynamics.ActiveReports.TextBox();
     this.imgLeanPath  = new DataDynamics.ActiveReports.Picture();
     this.lblDB        = new DataDynamics.ActiveReports.TextBox();
     this.ghEmployee   = new DataDynamics.ActiveReports.GroupHeader();
     this.label2       = new DataDynamics.ActiveReports.Label();
     this.label1       = new DataDynamics.ActiveReports.Label();
     this.label4       = new DataDynamics.ActiveReports.Label();
     this.label3       = new DataDynamics.ActiveReports.Label();
     this.groupFooter1 = new DataDynamics.ActiveReports.GroupFooter();
     this.label6       = new DataDynamics.ActiveReports.Label();
     this.textBox2     = new DataDynamics.ActiveReports.TextBox();
     this.line1        = new DataDynamics.ActiveReports.Line();
     this.txtError     = new DataDynamics.ActiveReports.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtOrder)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSubTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblRank)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLeanPath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDB)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtError)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.lblTitle,
         this.label7,
         this.label5,
         this.txtPeriod,
         this.txtOrder,
         this.imgLogo,
         this.txtSubTitle
     });
     this.pageHeader.Height = 0.9270833F;
     this.pageHeader.Name   = "pageHeader";
     //
     // lblTitle
     //
     this.lblTitle.Border.BottomColor = System.Drawing.Color.Black;
     this.lblTitle.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblTitle.Border.LeftColor   = System.Drawing.Color.Black;
     this.lblTitle.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblTitle.Border.RightColor  = System.Drawing.Color.Black;
     this.lblTitle.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblTitle.Border.TopColor    = System.Drawing.Color.Black;
     this.lblTitle.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblTitle.Height             = 0.3125F;
     this.lblTitle.HyperLink          = null;
     this.lblTitle.Left  = 0.0625F;
     this.lblTitle.Name  = "lblTitle";
     this.lblTitle.Style = "color: White; text-align: center; font-weight: bold; background-color: Blue;" +
                           " font-size: 16pt; vertical-align: middle; ";
     this.lblTitle.Text  = "Employee Report";
     this.lblTitle.Top   = 0F;
     this.lblTitle.Width = 8.6875F;
     //
     // label7
     //
     this.label7.Border.BottomColor = System.Drawing.Color.Black;
     this.label7.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label7.Border.LeftColor   = System.Drawing.Color.Black;
     this.label7.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label7.Border.RightColor  = System.Drawing.Color.Black;
     this.label7.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label7.Border.TopColor    = System.Drawing.Color.Black;
     this.label7.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label7.Height             = 0.1875F;
     this.label7.HyperLink          = null;
     this.label7.Left  = 0.5F;
     this.label7.Name  = "label7";
     this.label7.Style = "";
     this.label7.Text  = "Ranked by: ";
     this.label7.Top   = 0.73F;
     this.label7.Width = 0.75F;
     //
     // label5
     //
     this.label5.Border.BottomColor = System.Drawing.Color.Black;
     this.label5.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label5.Border.LeftColor   = System.Drawing.Color.Black;
     this.label5.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label5.Border.RightColor  = System.Drawing.Color.Black;
     this.label5.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label5.Border.TopColor    = System.Drawing.Color.Black;
     this.label5.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label5.Height             = 0.1875F;
     this.label5.HyperLink          = null;
     this.label5.Left  = 0.0625F;
     this.label5.Name  = "label5";
     this.label5.Style = "";
     this.label5.Text  = "Reporting Period: ";
     this.label5.Top   = 0.54F;
     this.label5.Width = 1.1875F;
     //
     // txtPeriod
     //
     this.txtPeriod.Border.BottomColor = System.Drawing.Color.Black;
     this.txtPeriod.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPeriod.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtPeriod.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPeriod.Border.RightColor  = System.Drawing.Color.Black;
     this.txtPeriod.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPeriod.Border.TopColor    = System.Drawing.Color.Black;
     this.txtPeriod.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPeriod.Height             = 0.1875F;
     this.txtPeriod.Left  = 1.25F;
     this.txtPeriod.Name  = "txtPeriod";
     this.txtPeriod.Style = "";
     this.txtPeriod.Text  = "textBox1";
     this.txtPeriod.Top   = 0.54F;
     this.txtPeriod.Width = 7.5F;
     //
     // txtOrder
     //
     this.txtOrder.Border.BottomColor = System.Drawing.Color.Black;
     this.txtOrder.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtOrder.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtOrder.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtOrder.Border.RightColor  = System.Drawing.Color.Black;
     this.txtOrder.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtOrder.Border.TopColor    = System.Drawing.Color.Black;
     this.txtOrder.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtOrder.Height             = 0.1875F;
     this.txtOrder.Left  = 1.25F;
     this.txtOrder.Name  = "txtOrder";
     this.txtOrder.Style = "";
     this.txtOrder.Text  = "textBox1";
     this.txtOrder.Top   = 0.73F;
     this.txtOrder.Width = 7.5F;
     //
     // imgLogo
     //
     this.imgLogo.Border.BottomColor = System.Drawing.Color.Black;
     this.imgLogo.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLogo.Border.LeftColor   = System.Drawing.Color.Black;
     this.imgLogo.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLogo.Border.RightColor  = System.Drawing.Color.Black;
     this.imgLogo.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLogo.Border.TopColor    = System.Drawing.Color.Black;
     this.imgLogo.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLogo.Height             = 0.32F;
     this.imgLogo.Image      = ((System.Drawing.Image)(resources.GetObject("imgLogo.Image")));
     this.imgLogo.ImageData  = ((System.IO.Stream)(resources.GetObject("imgLogo.ImageData")));
     this.imgLogo.Left       = 0.0625F;
     this.imgLogo.LineWeight = 0F;
     this.imgLogo.Name       = "imgLogo";
     this.imgLogo.SizeMode   = DataDynamics.ActiveReports.SizeModes.Stretch;
     this.imgLogo.Top        = 0F;
     this.imgLogo.Width      = 0.625F;
     //
     // txtSubTitle
     //
     this.txtSubTitle.Border.BottomColor = System.Drawing.Color.Black;
     this.txtSubTitle.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtSubTitle.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtSubTitle.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtSubTitle.Border.RightColor  = System.Drawing.Color.Black;
     this.txtSubTitle.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtSubTitle.Border.TopColor    = System.Drawing.Color.Black;
     this.txtSubTitle.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtSubTitle.CanShrink          = true;
     this.txtSubTitle.Height             = 0.1875F;
     this.txtSubTitle.Left  = 0F;
     this.txtSubTitle.Name  = "txtSubTitle";
     this.txtSubTitle.Style = "text-align: center; ";
     this.txtSubTitle.Text  = null;
     this.txtSubTitle.Top   = 0.34F;
     this.txtSubTitle.Width = 8.75F;
     //
     // detail
     //
     this.detail.ColumnCount   = 3;
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.lblRank,
         this.txtName,
         this.txtWeight,
         this.txtCount
     });
     this.detail.Height  = 0.1979167F;
     this.detail.Name    = "detail";
     this.detail.Format += new System.EventHandler(this.detail_Format);
     //
     // lblRank
     //
     this.lblRank.Border.BottomColor = System.Drawing.Color.Black;
     this.lblRank.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblRank.Border.LeftColor   = System.Drawing.Color.Black;
     this.lblRank.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblRank.Border.RightColor  = System.Drawing.Color.Black;
     this.lblRank.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblRank.Border.TopColor    = System.Drawing.Color.Black;
     this.lblRank.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblRank.Height             = 0.1875F;
     this.lblRank.HyperLink          = null;
     this.lblRank.Left  = 0.125F;
     this.lblRank.Name  = "lblRank";
     this.lblRank.Style = "";
     this.lblRank.Text  = "Rank";
     this.lblRank.Top   = 0F;
     this.lblRank.Width = 0.1875F;
     //
     // txtName
     //
     this.txtName.Border.BottomColor = System.Drawing.Color.Black;
     this.txtName.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtName.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtName.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtName.Border.RightColor  = System.Drawing.Color.Black;
     this.txtName.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtName.Border.TopColor    = System.Drawing.Color.Black;
     this.txtName.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtName.DataField          = "Name";
     this.txtName.Height             = 0.1875F;
     this.txtName.Left  = 0.375F;
     this.txtName.Name  = "txtName";
     this.txtName.Style = "";
     this.txtName.Text  = "textBox1";
     this.txtName.Top   = 0F;
     this.txtName.Width = 1.375F;
     //
     // txtWeight
     //
     this.txtWeight.Border.BottomColor = System.Drawing.Color.Black;
     this.txtWeight.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtWeight.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtWeight.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtWeight.Border.RightColor  = System.Drawing.Color.Black;
     this.txtWeight.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtWeight.Border.TopColor    = System.Drawing.Color.Black;
     this.txtWeight.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtWeight.CanGrow            = false;
     this.txtWeight.DataField          = "WasteWeight";
     this.txtWeight.Height             = 0.1875F;
     this.txtWeight.Left         = 2.375F;
     this.txtWeight.Name         = "txtWeight";
     this.txtWeight.OutputFormat = resources.GetString("txtWeight.OutputFormat");
     this.txtWeight.Style        = "text-align: right; font-weight: bold; ";
     this.txtWeight.Text         = "None";
     this.txtWeight.Top          = 0F;
     this.txtWeight.Width        = 0.5625F;
     //
     // txtCount
     //
     this.txtCount.Border.BottomColor = System.Drawing.Color.Black;
     this.txtCount.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtCount.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtCount.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtCount.Border.RightColor  = System.Drawing.Color.Black;
     this.txtCount.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtCount.Border.TopColor    = System.Drawing.Color.Black;
     this.txtCount.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtCount.DataField          = "WasteCount";
     this.txtCount.Height             = 0.1875F;
     this.txtCount.Left         = 1.8125F;
     this.txtCount.Name         = "txtCount";
     this.txtCount.OutputFormat = resources.GetString("txtCount.OutputFormat");
     this.txtCount.Style        = "text-align: right; font-weight: bold; ";
     this.txtCount.Text         = "0";
     this.txtCount.Top          = 0F;
     this.txtCount.Width        = 0.5F;
     //
     // pageFooter
     //
     this.pageFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtFilter,
         this.imgLeanPath,
         this.lblDB
     });
     this.pageFooter.Height = 0.3854167F;
     this.pageFooter.Name   = "pageFooter";
     //
     // txtFilter
     //
     this.txtFilter.Border.BottomColor = System.Drawing.Color.Black;
     this.txtFilter.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtFilter.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtFilter.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtFilter.Border.RightColor  = System.Drawing.Color.Black;
     this.txtFilter.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtFilter.Border.TopColor    = System.Drawing.Color.Black;
     this.txtFilter.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtFilter.Height             = 0.1875F;
     this.txtFilter.Left  = 0F;
     this.txtFilter.Name  = "txtFilter";
     this.txtFilter.Style = "font-size: 8pt; ";
     this.txtFilter.Text  = "textBox1";
     this.txtFilter.Top   = 0F;
     this.txtFilter.Width = 8.0625F;
     //
     // imgLeanPath
     //
     this.imgLeanPath.Border.BottomColor = System.Drawing.Color.Black;
     this.imgLeanPath.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLeanPath.Border.LeftColor   = System.Drawing.Color.Black;
     this.imgLeanPath.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLeanPath.Border.RightColor  = System.Drawing.Color.Black;
     this.imgLeanPath.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLeanPath.Border.TopColor    = System.Drawing.Color.Black;
     this.imgLeanPath.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLeanPath.Height             = 0.3125F;
     this.imgLeanPath.Image      = ((System.Drawing.Image)(resources.GetObject("imgLeanPath.Image")));
     this.imgLeanPath.ImageData  = ((System.IO.Stream)(resources.GetObject("imgLeanPath.ImageData")));
     this.imgLeanPath.Left       = 8.125F;
     this.imgLeanPath.LineWeight = 0F;
     this.imgLeanPath.Name       = "imgLeanPath";
     this.imgLeanPath.SizeMode   = DataDynamics.ActiveReports.SizeModes.Stretch;
     this.imgLeanPath.Top        = 0.0625F;
     this.imgLeanPath.Width      = 0.625F;
     //
     // lblDB
     //
     this.lblDB.Border.BottomColor = System.Drawing.Color.Black;
     this.lblDB.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblDB.Border.LeftColor   = System.Drawing.Color.Black;
     this.lblDB.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblDB.Border.RightColor  = System.Drawing.Color.Black;
     this.lblDB.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblDB.Border.TopColor    = System.Drawing.Color.Black;
     this.lblDB.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblDB.Height             = 0.1875F;
     this.lblDB.Left  = 0F;
     this.lblDB.Name  = "lblDB";
     this.lblDB.Style = "font-size: 8pt; ";
     this.lblDB.Text  = null;
     this.lblDB.Top   = 0.1875F;
     this.lblDB.Width = 8.0625F;
     //
     // ghEmployee
     //
     this.ghEmployee.ColumnGroupKeepTogether = true;
     this.ghEmployee.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.label2,
         this.label1,
         this.label4,
         this.label3
     });
     this.ghEmployee.GroupKeepTogether = DataDynamics.ActiveReports.GroupKeepTogether.FirstDetail;
     this.ghEmployee.Height            = 0.3645833F;
     this.ghEmployee.Name        = "ghEmployee";
     this.ghEmployee.RepeatStyle = DataDynamics.ActiveReports.RepeatStyle.OnColumn;
     //
     // label2
     //
     this.label2.Border.BottomColor = System.Drawing.Color.Black;
     this.label2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label2.Border.LeftColor   = System.Drawing.Color.Black;
     this.label2.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label2.Border.RightColor  = System.Drawing.Color.Black;
     this.label2.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label2.Border.TopColor    = System.Drawing.Color.Black;
     this.label2.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label2.Height             = 0.1875F;
     this.label2.HyperLink          = null;
     this.label2.Left  = 0.375F;
     this.label2.Name  = "label2";
     this.label2.Style = "color: Navy; font-weight: bold; ";
     this.label2.Text  = "Employee";
     this.label2.Top   = 0F;
     this.label2.Width = 1.3125F;
     //
     // label1
     //
     this.label1.Border.BottomColor = System.Drawing.Color.Black;
     this.label1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label1.Border.LeftColor   = System.Drawing.Color.Black;
     this.label1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label1.Border.RightColor  = System.Drawing.Color.Black;
     this.label1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label1.Border.TopColor    = System.Drawing.Color.Black;
     this.label1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label1.Height             = 0.1875F;
     this.label1.HyperLink          = null;
     this.label1.Left  = 0F;
     this.label1.Name  = "label1";
     this.label1.Style = "color: Navy; font-weight: bold; ";
     this.label1.Text  = "Rank";
     this.label1.Top   = 0F;
     this.label1.Width = 0.375F;
     //
     // label4
     //
     this.label4.Border.BottomColor = System.Drawing.Color.Black;
     this.label4.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label4.Border.LeftColor   = System.Drawing.Color.Black;
     this.label4.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label4.Border.RightColor  = System.Drawing.Color.Black;
     this.label4.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label4.Border.TopColor    = System.Drawing.Color.Black;
     this.label4.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label4.Height             = 0.1875F;
     this.label4.HyperLink          = null;
     this.label4.Left  = 1.75F;
     this.label4.Name  = "label4";
     this.label4.Style = "color: Navy; font-weight: bold; ";
     this.label4.Text  = "Count";
     this.label4.Top   = 0F;
     this.label4.Width = 0.5F;
     //
     // label3
     //
     this.label3.Border.BottomColor = System.Drawing.Color.Black;
     this.label3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label3.Border.LeftColor   = System.Drawing.Color.Black;
     this.label3.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label3.Border.RightColor  = System.Drawing.Color.Black;
     this.label3.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label3.Border.TopColor    = System.Drawing.Color.Black;
     this.label3.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label3.Height             = 0.375F;
     this.label3.HyperLink          = null;
     this.label3.Left  = 2.3125F;
     this.label3.Name  = "label3";
     this.label3.Style = "color: Navy; font-weight: bold; ";
     this.label3.Text  = "Total Weight";
     this.label3.Top   = 0F;
     this.label3.Width = 0.625F;
     //
     // groupFooter1
     //
     this.groupFooter1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.label6,
         this.textBox2,
         this.line1,
         this.txtError
     });
     this.groupFooter1.Height = 0.4791667F;
     this.groupFooter1.Name   = "groupFooter1";
     //
     // label6
     //
     this.label6.Border.BottomColor = System.Drawing.Color.Black;
     this.label6.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label6.Border.LeftColor   = System.Drawing.Color.Black;
     this.label6.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label6.Border.RightColor  = System.Drawing.Color.Black;
     this.label6.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label6.Border.TopColor    = System.Drawing.Color.Black;
     this.label6.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label6.Height             = 0.1875F;
     this.label6.HyperLink          = null;
     this.label6.Left  = 0.0625F;
     this.label6.Name  = "label6";
     this.label6.Style = "font-weight: bold; vertical-align: middle; ";
     this.label6.Text  = "Total Weight for All Employee: ";
     this.label6.Top   = 0.25F;
     this.label6.Width = 2.0625F;
     //
     // textBox2
     //
     this.textBox2.Border.BottomColor = System.Drawing.Color.Black;
     this.textBox2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox2.Border.LeftColor   = System.Drawing.Color.Black;
     this.textBox2.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox2.Border.RightColor  = System.Drawing.Color.Black;
     this.textBox2.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox2.Border.TopColor    = System.Drawing.Color.Black;
     this.textBox2.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox2.DataField          = "WasteWeight";
     this.textBox2.Height             = 0.1875F;
     this.textBox2.Left           = 2.125F;
     this.textBox2.Name           = "textBox2";
     this.textBox2.OutputFormat   = resources.GetString("textBox2.OutputFormat");
     this.textBox2.Style          = "text-align: right; font-weight: bold; ";
     this.textBox2.SummaryGroup   = "ghEmployee";
     this.textBox2.SummaryRunning = DataDynamics.ActiveReports.SummaryRunning.Group;
     this.textBox2.SummaryType    = DataDynamics.ActiveReports.SummaryType.SubTotal;
     this.textBox2.Text           = "textBox2";
     this.textBox2.Top            = 0.25F;
     this.textBox2.Width          = 0.8125F;
     //
     // line1
     //
     this.line1.Border.BottomColor = System.Drawing.Color.Black;
     this.line1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line1.Border.LeftColor   = System.Drawing.Color.Black;
     this.line1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line1.Border.RightColor  = System.Drawing.Color.Black;
     this.line1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line1.Border.TopColor    = System.Drawing.Color.Black;
     this.line1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line1.Height             = 0F;
     this.line1.Left       = 0.0625F;
     this.line1.LineWeight = 1F;
     this.line1.Name       = "line1";
     this.line1.Top        = 0.25F;
     this.line1.Width      = 2.875F;
     this.line1.X1         = 0.0625F;
     this.line1.X2         = 2.9375F;
     this.line1.Y1         = 0.25F;
     this.line1.Y2         = 0.25F;
     //
     // txtError
     //
     this.txtError.Border.BottomColor = System.Drawing.Color.Black;
     this.txtError.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtError.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtError.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtError.Border.RightColor  = System.Drawing.Color.Black;
     this.txtError.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtError.Border.TopColor    = System.Drawing.Color.Black;
     this.txtError.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtError.CanShrink          = true;
     this.txtError.Height             = 0.1875F;
     this.txtError.Left  = 0.0625F;
     this.txtError.Name  = "txtError";
     this.txtError.Style = "color: Red; ";
     this.txtError.Text  = null;
     this.txtError.Top   = 0F;
     this.txtError.Width = 2.875F;
     //
     // rptEmployee
     //
     this.MasterReport = false;
     //oleDBDataSource1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Users\\Mila\\Projects\\WVA40\\AccessD" +
     //    "Bs\\vwa40dev-fix.mdb;Persist Security Info=False";
     //oleDBDataSource1.SQL = resources.GetString("oleDBDataSource1.SQL");
     //this.DataSource = oleDBDataSource1;
     this.PageSettings.DefaultPaperSize = false;
     this.PageSettings.Margins.Bottom   = 0.75F;
     this.PageSettings.Margins.Left     = 0.75F;
     this.PageSettings.Margins.Right    = 0.75F;
     this.PageSettings.Margins.Top      = 0.75F;
     this.PageSettings.Orientation      = DataDynamics.ActiveReports.Document.PageOrientation.Landscape;
     this.PageSettings.PaperHeight      = 11.69F;
     this.PageSettings.PaperWidth       = 8.27F;
     this.PrintWidth = 8.854167F;
     this.Sections.Add(this.pageHeader);
     this.Sections.Add(this.ghEmployee);
     this.Sections.Add(this.detail);
     this.Sections.Add(this.groupFooter1);
     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; ", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold; ", "Heading1", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Arial; 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"));
     this.ReportStart += new System.EventHandler(this.rptEmployee_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtOrder)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSubTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblRank)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLeanPath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDB)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtError)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 public void InitializeReport()
 {
     this.LoadLayout(this.GetType(), "Reports.rptFDICTraining.rpx");
     this.ds           = ((DataDynamics.ActiveReports.DataSources.OleDBDataSource)(this.DataSource));
     this.PageHeader   = ((DataDynamics.ActiveReports.PageHeader)(this.Sections["PageHeader"]));
     this.GroupHeader1 = ((DataDynamics.ActiveReports.GroupHeader)(this.Sections["GroupHeader1"]));
     this.Detail       = ((DataDynamics.ActiveReports.Detail)(this.Sections["Detail"]));
     this.GroupFooter1 = ((DataDynamics.ActiveReports.GroupFooter)(this.Sections["GroupFooter1"]));
     this.PageFooter   = ((DataDynamics.ActiveReports.PageFooter)(this.Sections["PageFooter"]));
     this.Picture      = ((DataDynamics.ActiveReports.Picture)(this.PageHeader.Controls[0]));
     this.Label        = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[1]));
     this.Label1       = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[2]));
     this.Label2       = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[3]));
     this.lblEeName    = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[4]));
     this.lblEeNumber  = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[5]));
     this.Label3       = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[6]));
     this.lblSsn       = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[7]));
     this.Label5       = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[8]));
     this.lblEePhone   = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[9]));
     this.Line         = ((DataDynamics.ActiveReports.Line)(this.PageHeader.Controls[10]));
     this.Label7       = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[11]));
     this.Label8       = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[12]));
     this.Label9       = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[13]));
     this.Label10      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[14]));
     this.Label11      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[15]));
     this.Label12      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[16]));
     this.Label13      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[17]));
     this.Label14      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[18]));
     this.Label15      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[19]));
     this.Label16      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[20]));
     this.Label17      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[21]));
     this.Label18      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[22]));
     this.Label19      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[23]));
     this.Label20      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[24]));
     this.Label21      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[25]));
     this.Label22      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[26]));
     this.lblWebSite   = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[27]));
     this.Label24      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[28]));
     this.Label25      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[29]));
     this.Label26      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[30]));
     this.Label27      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[31]));
     this.Label28      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[32]));
     this.Label29      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[33]));
     this.Label30      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[34]));
     this.Label31      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[35]));
     this.Label34      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[36]));
     this.Label35      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[37]));
     this.Label36      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[38]));
     this.Label37      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[39]));
     this.Label38      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[40]));
     this.Label39      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[41]));
     this.Label40      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[42]));
     this.Label41      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[43]));
     this.Label42      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[44]));
     this.Label43      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[45]));
     this.Label44      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[46]));
     this.Label45      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[47]));
     this.TextBox7     = ((DataDynamics.ActiveReports.TextBox)(this.PageHeader.Controls[48]));
     this.TextBox8     = ((DataDynamics.ActiveReports.TextBox)(this.PageHeader.Controls[49]));
     this.Line2        = ((DataDynamics.ActiveReports.Line)(this.PageHeader.Controls[50]));
     this.Label4       = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[51]));
     this.Label46      = ((DataDynamics.ActiveReports.Label)(this.GroupHeader1.Controls[0]));
     this.Label47      = ((DataDynamics.ActiveReports.Label)(this.GroupHeader1.Controls[1]));
     this.Label48      = ((DataDynamics.ActiveReports.Label)(this.GroupHeader1.Controls[2]));
     this.Label49      = ((DataDynamics.ActiveReports.Label)(this.GroupHeader1.Controls[3]));
     this.TextBox      = ((DataDynamics.ActiveReports.TextBox)(this.Detail.Controls[0]));
     this.TextBox1     = ((DataDynamics.ActiveReports.TextBox)(this.Detail.Controls[1]));
     this.TextBox2     = ((DataDynamics.ActiveReports.TextBox)(this.Detail.Controls[2]));
     this.TextBox3     = ((DataDynamics.ActiveReports.TextBox)(this.Detail.Controls[3]));
     this.Line1        = ((DataDynamics.ActiveReports.Line)(this.GroupFooter1.Controls[0]));
     this.Label50      = ((DataDynamics.ActiveReports.Label)(this.GroupFooter1.Controls[1]));
     this.TextBox4     = ((DataDynamics.ActiveReports.TextBox)(this.GroupFooter1.Controls[2]));
     this.TextBox5     = ((DataDynamics.ActiveReports.TextBox)(this.GroupFooter1.Controls[3]));
     this.TextBox6     = ((DataDynamics.ActiveReports.TextBox)(this.GroupFooter1.Controls[4]));
 }
예제 #6
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DataDynamics.ActiveReports.Chart.ChartArea             chartArea1       = new DataDynamics.ActiveReports.Chart.ChartArea();
            DataDynamics.ActiveReports.Chart.Axis                  axis1            = new DataDynamics.ActiveReports.Chart.Axis();
            DataDynamics.ActiveReports.Chart.Axis                  axis2            = new DataDynamics.ActiveReports.Chart.Axis();
            DataDynamics.ActiveReports.Chart.Axis                  axis3            = new DataDynamics.ActiveReports.Chart.Axis();
            DataDynamics.ActiveReports.Chart.Axis                  axis4            = new DataDynamics.ActiveReports.Chart.Axis();
            DataDynamics.ActiveReports.Chart.Axis                  axis5            = new DataDynamics.ActiveReports.Chart.Axis();
            DataDynamics.ActiveReports.DataSources.OleDBDataSource oleDBDataSource1 = new DataDynamics.ActiveReports.DataSources.OleDBDataSource();
            System.ComponentModel.ComponentResourceManager         resources        = new System.ComponentModel.ComponentResourceManager(typeof(rptTopReport));
            DataDynamics.ActiveReports.Chart.Series                series1          = new DataDynamics.ActiveReports.Chart.Series();
            DataDynamics.ActiveReports.Chart.Title                 title1           = new DataDynamics.ActiveReports.Chart.Title();
            DataDynamics.ActiveReports.DataSources.OleDBDataSource oleDBDataSource2 = new DataDynamics.ActiveReports.DataSources.OleDBDataSource();
            this.detail        = new DataDynamics.ActiveReports.Detail();
            this.txtName       = new DataDynamics.ActiveReports.TextBox();
            this.lblRank       = new DataDynamics.ActiveReports.Label();
            this.txtWeight     = new DataDynamics.ActiveReports.TextBox();
            this.txtWaste      = new DataDynamics.ActiveReports.TextBox();
            this.groupHeader1  = new DataDynamics.ActiveReports.GroupHeader();
            this.chartControl1 = new DataDynamics.ActiveReports.ChartControl();
            this.lblCost       = new DataDynamics.ActiveReports.Label();
            this.lblName       = new DataDynamics.ActiveReports.Label();
            this.lblTrans      = new DataDynamics.ActiveReports.Label();
            this.lblWeight     = new DataDynamics.ActiveReports.Label();
            this.groupFooter1  = new DataDynamics.ActiveReports.GroupFooter();
            ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblRank)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtWaste)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblCost)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblTrans)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblWeight)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            //
            // detail
            //
            this.detail.ColumnSpacing = 0F;
            this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
                this.txtName,
                this.lblRank,
                this.txtWeight,
                this.txtWaste
            });
            this.detail.Height       = 0.1979167F;
            this.detail.KeepTogether = true;
            this.detail.CanGrow      = true;
            this.detail.CanShrink    = true;
            this.detail.Name         = "detail";
            this.detail.Format      += new System.EventHandler(this.detail_Format);
            //
            // txtName
            //
            this.txtName.Border.BottomColor = System.Drawing.Color.Black;
            this.txtName.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtName.Border.LeftColor   = System.Drawing.Color.Black;
            this.txtName.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtName.Border.RightColor  = System.Drawing.Color.Black;
            this.txtName.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtName.Border.TopColor    = System.Drawing.Color.Black;
            this.txtName.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtName.DataField          = "Name";
            this.txtName.Height             = 0.1875F;
            this.txtName.Left  = 0.3125F;
            this.txtName.Name  = "txtName";
            this.txtName.Style = "";
            this.txtName.Text  = "textBox1";
            this.txtName.Top   = 0F;
            this.txtName.Width = 1.0625F;
            //
            // lblRank
            //
            this.lblRank.Border.BottomColor = System.Drawing.Color.Black;
            this.lblRank.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblRank.Border.LeftColor   = System.Drawing.Color.Black;
            this.lblRank.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblRank.Border.RightColor  = System.Drawing.Color.Black;
            this.lblRank.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblRank.Border.TopColor    = System.Drawing.Color.Black;
            this.lblRank.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblRank.Height             = 0.1875F;
            this.lblRank.HyperLink          = null;
            this.lblRank.Left  = 0F;
            this.lblRank.Name  = "lblRank";
            this.lblRank.Style = "";
            this.lblRank.Text  = "Rank";
            this.lblRank.Top   = 0F;
            this.lblRank.Width = 0.1875F;
            //
            // txtWeight
            //
            this.txtWeight.Border.BottomColor = System.Drawing.Color.Black;
            this.txtWeight.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtWeight.Border.LeftColor   = System.Drawing.Color.Black;
            this.txtWeight.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtWeight.Border.RightColor  = System.Drawing.Color.Black;
            this.txtWeight.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtWeight.Border.TopColor    = System.Drawing.Color.Black;
            this.txtWeight.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtWeight.DataField          = "Weights";
            this.txtWeight.Height             = 0.1875F;
            this.txtWeight.Left         = 1.375F;
            this.txtWeight.Name         = "txtWeight";
            this.txtWeight.OutputFormat = resources.GetString("txtWeight.OutputFormat");
            this.txtWeight.Style        = "";
            this.txtWeight.Text         = "textBox1";
            this.txtWeight.Top          = 0F;
            this.txtWeight.Width        = 0.8125F;
            //
            // txtWaste
            //
            this.txtWaste.Border.BottomColor = System.Drawing.Color.Black;
            this.txtWaste.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtWaste.Border.LeftColor   = System.Drawing.Color.Black;
            this.txtWaste.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtWaste.Border.RightColor  = System.Drawing.Color.Black;
            this.txtWaste.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtWaste.Border.TopColor    = System.Drawing.Color.Black;
            this.txtWaste.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtWaste.DataField          = "Waste";
            this.txtWaste.Height             = 0.1875F;
            this.txtWaste.Left         = 2.1875F;
            this.txtWaste.Name         = "txtWaste";
            this.txtWaste.OutputFormat = resources.GetString("txtWaste.OutputFormat");
            this.txtWaste.Style        = "";
            this.txtWaste.Text         = "textBox1";
            this.txtWaste.Top          = 0F;
            this.txtWaste.Width        = 0.8125F;
            //
            // groupHeader1
            //
            this.groupHeader1.CanShrink = true;
            this.groupHeader1.ColumnGroupKeepTogether = true;
            this.groupHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
                this.chartControl1,
                this.lblCost,
                this.lblName,
                this.lblTrans,
                this.lblWeight
            });
            this.groupHeader1.GroupKeepTogether = DataDynamics.ActiveReports.GroupKeepTogether.All;
            this.groupHeader1.Height            = 2.5F;
            this.groupHeader1.KeepTogether      = true;
            this.groupHeader1.Name = "groupHeader1";
            //
            // chartControl1
            //
            this.chartControl1.AutoRefresh        = true;
            this.chartControl1.Border.BottomColor = System.Drawing.Color.Black;
            this.chartControl1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.chartControl1.Border.LeftColor   = System.Drawing.Color.Black;
            this.chartControl1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.chartControl1.Border.RightColor  = System.Drawing.Color.Black;
            this.chartControl1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.chartControl1.Border.TopColor    = System.Drawing.Color.Black;
            this.chartControl1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
            chartArea1.AntiAliasMode = DataDynamics.ActiveReports.Chart.Graphics.AntiAliasMode.Graphics;
            axis1.AxisType           = DataDynamics.ActiveReports.Chart.AxisType.Categorical;
            axis1.LabelFont          = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F), 45F);
            axis1.MajorTick          = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 1, 0F, false);
            axis1.MinorTick          = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
            axis1.SmartLabels        = false;
            axis1.TitleFont          = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
            axis2.LabelFont          = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
            axis2.LabelsGap          = 0;
            axis2.LabelsVisible      = false;
            axis2.Line          = new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None);
            axis2.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
            axis2.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
            axis2.Position      = 0;
            axis2.TickOffset    = 0;
            axis2.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
            axis2.Visible       = false;
            axis3.DisplayScale  = true;
            axis3.LabelFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
            axis3.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
            axis3.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
            axis3.Position      = 0;
            axis3.SmartLabels   = false;
            axis3.StaggerLabels = true;
            axis3.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F), -90F);
            axis4.LabelFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
            axis4.LabelsVisible = false;
            axis4.Line          = new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None);
            axis4.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
            axis4.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
            axis4.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
            axis4.Visible       = false;
            axis5.LabelFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
            axis5.LabelsGap     = 0;
            axis5.LabelsVisible = false;
            axis5.Line          = new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None);
            axis5.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
            axis5.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
            axis5.Position      = 0;
            axis5.TickOffset    = 0;
            axis5.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
            axis5.Visible       = false;
            chartArea1.Axes.AddRange(new DataDynamics.ActiveReports.Chart.AxisBase[] {
                axis1,
                axis2,
                axis3,
                axis4,
                axis5
            });
            chartArea1.Backdrop = new DataDynamics.ActiveReports.Chart.BackdropItem(DataDynamics.ActiveReports.Chart.Graphics.BackdropStyle.Transparent, System.Drawing.Color.White, System.Drawing.Color.White, DataDynamics.ActiveReports.Chart.Graphics.GradientType.Vertical, System.Drawing.Drawing2D.HatchStyle.DottedGrid, null, DataDynamics.ActiveReports.Chart.Graphics.PicturePutStyle.Stretched);
            chartArea1.Border   = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, System.Drawing.Color.Black);
            chartArea1.Light    = new DataDynamics.ActiveReports.Chart.Light(new DataDynamics.ActiveReports.Chart.Graphics.Point3d(10F, 40F, 20F), DataDynamics.ActiveReports.Chart.LightType.InfiniteDirectional, 0.3F);
            chartArea1.Name     = "defaultArea";
            this.chartControl1.ChartAreas.AddRange(new DataDynamics.ActiveReports.Chart.ChartArea[] {
                chartArea1
            });
            this.chartControl1.ChartBorder = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, System.Drawing.Color.Black);
            //        //oleDBDataSource1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=x;Persist Security Info=False";
            //        oleDBDataSource1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Users\\Mila\\Projects\\WVA40\\Temp\\vw" +
            //"a4_Business_db.mdb;Persist Security Info=False";
            //        oleDBDataSource1.SQL = resources.GetString("oleDBDataSource1.SQL");
            //        this.chartControl1.DataSource = oleDBDataSource1;
            //oleDBDataSource1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=x;Persist Security Info=False";
            //        oleDBDataSource1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Users\\Mila\\Projects\\WVA40\\Temp\\vw" +
            //"a4_Business_db.mdb;Persist Security Info=False";
            //        oleDBDataSource1.SQL = resources.GetString("oleDBDataSource1.SQL");
            //        this.chartControl1.DataSource = oleDBDataSource1;

            this.chartControl1.Height = 2.3125F;
            this.chartControl1.Left   = 0F;
            this.chartControl1.Name   = "chartControl1";
            series1.AxisX             = axis1;
            series1.AxisY             = axis3;
            series1.ChartArea         = chartArea1;
            series1.Legend            = null;
            series1.LegendText        = "";
            series1.Name       = "Series1";
            series1.Properties = new DataDynamics.ActiveReports.Chart.CustomProperties(new DataDynamics.ActiveReports.Chart.KeyValuePair[] {
                new DataDynamics.ActiveReports.Chart.KeyValuePair("Marker", new DataDynamics.ActiveReports.Chart.Marker(6, DataDynamics.ActiveReports.Chart.MarkerStyle.Triangle, new DataDynamics.ActiveReports.Chart.Graphics.Backdrop(), new DataDynamics.ActiveReports.Chart.Graphics.Line(), new DataDynamics.ActiveReports.Chart.LabelInfo(new DataDynamics.ActiveReports.Chart.Graphics.Line(), new DataDynamics.ActiveReports.Chart.Graphics.Backdrop(), new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Arial", 6F)), "{Value:#.00}", DataDynamics.ActiveReports.Chart.Alignment.Top)))
            });
            series1.Type          = DataDynamics.ActiveReports.Chart.ChartType.Bar3D;
            series1.ValueMembersY = "Waste";
            series1.ValueMemberX  = "Name";
            this.chartControl1.Series.AddRange(new DataDynamics.ActiveReports.Chart.Series[] {
                series1
            });
            title1.Alignment = DataDynamics.ActiveReports.Chart.Alignment.Top;
            title1.Backdrop  = new DataDynamics.ActiveReports.Chart.Graphics.Backdrop(DataDynamics.ActiveReports.Chart.Graphics.BackdropStyle.Transparent, System.Drawing.Color.White, System.Drawing.Color.Black, DataDynamics.ActiveReports.Chart.Graphics.GradientType.Vertical, System.Drawing.Drawing2D.HatchStyle.DottedGrid, null, DataDynamics.ActiveReports.Chart.Graphics.PicturePutStyle.Stretched);
            title1.Border    = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.White, 7, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, System.Drawing.Color.Black);
            title1.DockArea  = chartArea1;
            title1.Font      = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold));
            title1.Name      = "footer";
            title1.Text      = "Top 10 Stations";
            this.chartControl1.Titles.AddRange(new DataDynamics.ActiveReports.Chart.Title[] {
                title1
            });
            this.chartControl1.Top       = 0F;
            this.chartControl1.UIOptions = DataDynamics.ActiveReports.Chart.UIOptions.ForceHitTesting;
            this.chartControl1.Width     = 3F;
            //
            // lblCost
            //
            this.lblCost.Border.BottomColor = System.Drawing.Color.Black;
            this.lblCost.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblCost.Border.LeftColor   = System.Drawing.Color.Black;
            this.lblCost.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblCost.Border.RightColor  = System.Drawing.Color.Black;
            this.lblCost.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblCost.Border.TopColor    = System.Drawing.Color.Black;
            this.lblCost.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblCost.Height             = 0.1875F;
            this.lblCost.HyperLink          = null;
            this.lblCost.Left    = 2.375F;
            this.lblCost.Name    = "lblCost";
            this.lblCost.Style   = "color: Navy; font-weight: bold; ";
            this.lblCost.Text    = "Cost, $";
            this.lblCost.Top     = 2.3125F;
            this.lblCost.Visible = false;
            this.lblCost.Width   = 0.64F;
            //
            // lblName
            //
            this.lblName.Border.BottomColor = System.Drawing.Color.Black;
            this.lblName.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblName.Border.LeftColor   = System.Drawing.Color.Black;
            this.lblName.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblName.Border.RightColor  = System.Drawing.Color.Black;
            this.lblName.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblName.Border.TopColor    = System.Drawing.Color.Black;
            this.lblName.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblName.Height             = 0.1875F;
            this.lblName.HyperLink          = null;
            this.lblName.Left    = 0.3125F;
            this.lblName.Name    = "lblName";
            this.lblName.Style   = "color: Navy; font-weight: bold; ";
            this.lblName.Text    = "Employee";
            this.lblName.Top     = 2.3125F;
            this.lblName.Visible = false;
            this.lblName.Width   = 1F;
            //
            // lblTrans
            //
            this.lblTrans.Border.BottomColor = System.Drawing.Color.Black;
            this.lblTrans.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblTrans.Border.LeftColor   = System.Drawing.Color.Black;
            this.lblTrans.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblTrans.Border.RightColor  = System.Drawing.Color.Black;
            this.lblTrans.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblTrans.Border.TopColor    = System.Drawing.Color.Black;
            this.lblTrans.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblTrans.Height             = 0.1875F;
            this.lblTrans.HyperLink          = null;
            this.lblTrans.Left    = 1.3125F;
            this.lblTrans.Name    = "lblTrans";
            this.lblTrans.Style   = "color: Navy; font-weight: bold; ";
            this.lblTrans.Text    = "Trans";
            this.lblTrans.Top     = 2.3125F;
            this.lblTrans.Visible = false;
            this.lblTrans.Width   = 0.4375F;
            //
            // lblWeight
            //
            this.lblWeight.Border.BottomColor = System.Drawing.Color.Black;
            this.lblWeight.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblWeight.Border.LeftColor   = System.Drawing.Color.Black;
            this.lblWeight.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblWeight.Border.RightColor  = System.Drawing.Color.Black;
            this.lblWeight.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblWeight.Border.TopColor    = System.Drawing.Color.Black;
            this.lblWeight.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.lblWeight.Height             = 0.1875F;
            this.lblWeight.HyperLink          = null;
            this.lblWeight.Left    = 1.75F;
            this.lblWeight.Name    = "lblWeight";
            this.lblWeight.Style   = "color: Navy; font-weight: bold; ";
            this.lblWeight.Text    = "Weight";
            this.lblWeight.Top     = 2.3125F;
            this.lblWeight.Visible = false;
            this.lblWeight.Width   = 0.64F;
            //
            // groupFooter1
            //
            this.groupFooter1.Height = 0F;
            this.groupFooter1.Name   = "groupFooter1";
            //
            // rptTopReport
            //
            this.MasterReport = false;
            this.PageSettings.DefaultPaperSize = false;
            this.PageSettings.Margins.Bottom   = 0.75F;
            this.PageSettings.Margins.Left     = 0.75F;
            this.PageSettings.Margins.Right    = 0.75F;
            this.PageSettings.Margins.Top      = 0.75F;
            this.PageSettings.Orientation      = DataDynamics.ActiveReports.Document.PageOrientation.Landscape;
            this.PageSettings.PaperHeight      = 11.69F;
            this.PageSettings.PaperWidth       = 8.27F;
            this.Sections.Add(this.groupHeader1);
            this.Sections.Add(this.detail);
            this.Sections.Add(this.groupFooter1);
            this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" +
                                                            "l; font-size: 10pt; color: Black; ", "Normal"));
            this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold; ", "Heading1", "Normal"));
            this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Arial; 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"));
            this.ReportStart += new System.EventHandler(this.rptTopReport_ReportStart);
            ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblRank)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtWeight)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtWaste)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblCost)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblTrans)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblWeight)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
        }
예제 #7
0
 public void InitializeReport()
 {
     this.LoadLayout(this.GetType(), "Reports.rptFDICTraining.rpx");
     this.ds           = ((DataDynamics.ActiveReports.DataSources.OleDBDataSource)(this.DataSource));
     this.ReportHeader = ((DataDynamics.ActiveReports.ReportHeader)(this.Sections["ReportHeader"]));
     this.PageHeader   = ((DataDynamics.ActiveReports.PageHeader)(this.Sections["PageHeader"]));
     this.GroupHeader1 = ((DataDynamics.ActiveReports.GroupHeader)(this.Sections["GroupHeader1"]));
     this.Detail       = ((DataDynamics.ActiveReports.Detail)(this.Sections["Detail"]));
     this.GroupFooter1 = ((DataDynamics.ActiveReports.GroupFooter)(this.Sections["GroupFooter1"]));
     this.PageFooter   = ((DataDynamics.ActiveReports.PageFooter)(this.Sections["PageFooter"]));
     this.ReportFooter = ((DataDynamics.ActiveReports.ReportFooter)(this.Sections["ReportFooter"]));
     this.Label57      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[0]));
     this.Label58      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[1]));
     this.Label59      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[2]));
     this.Label60      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[3]));
     this.Label61      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[4]));
     this.Label62      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[5]));
     this.Label63      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[6]));
     this.Label64      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[7]));
     this.Line3        = ((DataDynamics.ActiveReports.Line)(this.ReportHeader.Controls[8]));
     this.Label65      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[9]));
     this.Label66      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[10]));
     this.Label67      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[11]));
     this.Label68      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[12]));
     this.Label69      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[13]));
     this.Label70      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[14]));
     this.Label71      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[15]));
     this.Label72      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[16]));
     this.Label73      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[17]));
     this.Label74      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[18]));
     this.Label75      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[19]));
     this.Label76      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[20]));
     this.Label77      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[21]));
     this.Label78      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[22]));
     this.Label79      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[23]));
     this.Label80      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[24]));
     this.Label81      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[25]));
     this.Label82      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[26]));
     this.Label83      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[27]));
     this.Label84      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[28]));
     this.Label85      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[29]));
     this.Label86      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[30]));
     this.TextBox9     = ((DataDynamics.ActiveReports.TextBox)(this.ReportHeader.Controls[31]));
     this.TextBox10    = ((DataDynamics.ActiveReports.TextBox)(this.ReportHeader.Controls[32]));
     this.Label87      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[33]));
     this.Label88      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[34]));
     this.Label89      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[35]));
     this.Label90      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[36]));
     this.Label91      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[37]));
     this.Line4        = ((DataDynamics.ActiveReports.Line)(this.ReportHeader.Controls[38]));
     this.Label92      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[39]));
     this.Label93      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[40]));
     this.Label94      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[41]));
     this.Label95      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[42]));
     this.Label96      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[43]));
     this.Label97      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[44]));
     this.Label98      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[45]));
     this.Label99      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[46]));
     this.Label100     = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[47]));
     this.Label101     = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[48]));
     this.Label102     = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[49]));
     this.Label103     = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[50]));
     this.Label104     = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[51]));
     this.Label105     = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[52]));
     this.Label106     = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[53]));
     this.Label107     = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[54]));
     this.Label108     = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[55]));
     this.Label109     = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[56]));
     this.Label110     = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[57]));
     this.Label111     = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[58]));
     this.Label2       = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[59]));
     this.Label1       = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[60]));
     this.Label14      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[61]));
     this.Label15      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[62]));
     this.Label16      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[63]));
     this.Label17      = ((DataDynamics.ActiveReports.Label)(this.ReportHeader.Controls[64]));
     this.Picture1     = ((DataDynamics.ActiveReports.Picture)(this.ReportHeader.Controls[65]));
     this.Picture2     = ((DataDynamics.ActiveReports.Picture)(this.ReportHeader.Controls[66]));
     this.Label4       = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[0]));
     this.Label        = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[1]));
     this.Label3       = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[2]));
     this.Label6       = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[3]));
     this.Label7       = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[4]));
     this.Label8       = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[5]));
     this.Label9       = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[6]));
     this.Label10      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[7]));
     this.Label11      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[8]));
     this.Label12      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[9]));
     this.Label13      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[10]));
     this.Line         = ((DataDynamics.ActiveReports.Line)(this.PageHeader.Controls[11]));
     this.Label18      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[12]));
     this.Label19      = ((DataDynamics.ActiveReports.Label)(this.PageHeader.Controls[13]));
     this.Picture      = ((DataDynamics.ActiveReports.Picture)(this.PageHeader.Controls[14]));
     this.Picture3     = ((DataDynamics.ActiveReports.Picture)(this.PageHeader.Controls[15]));
     this.Label46      = ((DataDynamics.ActiveReports.Label)(this.GroupHeader1.Controls[0]));
     this.Label47      = ((DataDynamics.ActiveReports.Label)(this.GroupHeader1.Controls[1]));
     this.Label48      = ((DataDynamics.ActiveReports.Label)(this.GroupHeader1.Controls[2]));
     this.Label49      = ((DataDynamics.ActiveReports.Label)(this.GroupHeader1.Controls[3]));
     this.Label5       = ((DataDynamics.ActiveReports.Label)(this.GroupHeader1.Controls[4]));
     this.TextBox      = ((DataDynamics.ActiveReports.TextBox)(this.Detail.Controls[0]));
     this.TextBox1     = ((DataDynamics.ActiveReports.TextBox)(this.Detail.Controls[1]));
     this.TextBox2     = ((DataDynamics.ActiveReports.TextBox)(this.Detail.Controls[2]));
     this.TextBox3     = ((DataDynamics.ActiveReports.TextBox)(this.Detail.Controls[3]));
     this.TextBox7     = ((DataDynamics.ActiveReports.TextBox)(this.Detail.Controls[4]));
     this.Line1        = ((DataDynamics.ActiveReports.Line)(this.GroupFooter1.Controls[0]));
     this.Label50      = ((DataDynamics.ActiveReports.Label)(this.GroupFooter1.Controls[1]));
     this.TextBox4     = ((DataDynamics.ActiveReports.TextBox)(this.GroupFooter1.Controls[2]));
     this.TextBox5     = ((DataDynamics.ActiveReports.TextBox)(this.GroupFooter1.Controls[3]));
     this.TextBox6     = ((DataDynamics.ActiveReports.TextBox)(this.GroupFooter1.Controls[4]));
 }
예제 #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager         resources        = new System.ComponentModel.ComponentResourceManager(typeof(rptCrossTab));
     DataDynamics.ActiveReports.Chart.ChartArea             chartArea1       = new DataDynamics.ActiveReports.Chart.ChartArea();
     DataDynamics.ActiveReports.Chart.Axis                  axis1            = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis                  axis2            = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis                  axis3            = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis                  axis4            = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis                  axis5            = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.DataSources.OleDBDataSource oleDBDataSource1 = new DataDynamics.ActiveReports.DataSources.OleDBDataSource();
     DataDynamics.ActiveReports.Chart.Series                series1          = new DataDynamics.ActiveReports.Chart.Series();
     DataDynamics.ActiveReports.Chart.Title                 title1           = new DataDynamics.ActiveReports.Chart.Title();
     this.pageHeader    = new DataDynamics.ActiveReports.PageHeader();
     this.lblTitle      = new DataDynamics.ActiveReports.Label();
     this.imgLogo       = new DataDynamics.ActiveReports.Picture();
     this.txtSubTitle   = new DataDynamics.ActiveReports.TextBox();
     this.detail        = new DataDynamics.ActiveReports.Detail();
     this.chartControl1 = new DataDynamics.ActiveReports.ChartControl();
     this.txtFilter     = new DataDynamics.ActiveReports.TextBox();
     this.pageFooter    = new DataDynamics.ActiveReports.PageFooter();
     this.imgLeanPath   = new DataDynamics.ActiveReports.Picture();
     this.lblDB         = new DataDynamics.ActiveReports.TextBox();
     this.lblWarning    = new DataDynamics.ActiveReports.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSubTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLeanPath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDB)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblWarning)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.CanShrink = true;
     this.pageHeader.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.lblTitle,
         this.imgLogo,
         this.txtSubTitle
     });
     this.pageHeader.Height = 0.5F;
     this.pageHeader.Name   = "pageHeader";
     //
     // lblTitle
     //
     this.lblTitle.Border.BottomColor = System.Drawing.Color.Black;
     this.lblTitle.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblTitle.Border.LeftColor   = System.Drawing.Color.Black;
     this.lblTitle.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblTitle.Border.RightColor  = System.Drawing.Color.Black;
     this.lblTitle.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblTitle.Border.TopColor    = System.Drawing.Color.Black;
     this.lblTitle.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblTitle.Height             = 0.3125F;
     this.lblTitle.HyperLink          = null;
     this.lblTitle.Left  = 0F;
     this.lblTitle.Name  = "lblTitle";
     this.lblTitle.Style = "color: White; text-align: center; font-weight: bold; background-color: IndianRed;" +
                           " font-size: 16pt; vertical-align: middle; ";
     this.lblTitle.Text  = "Details Report for";
     this.lblTitle.Top   = 0F;
     this.lblTitle.Width = 9.375F;
     //
     // imgLogo
     //
     this.imgLogo.Border.BottomColor = System.Drawing.Color.Black;
     this.imgLogo.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLogo.Border.LeftColor   = System.Drawing.Color.Black;
     this.imgLogo.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLogo.Border.RightColor  = System.Drawing.Color.Black;
     this.imgLogo.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLogo.Border.TopColor    = System.Drawing.Color.Black;
     this.imgLogo.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLogo.Height             = 0.3125F;
     this.imgLogo.Image      = ((System.Drawing.Image)(resources.GetObject("imgLogo.Image")));
     this.imgLogo.ImageData  = ((System.IO.Stream)(resources.GetObject("imgLogo.ImageData")));
     this.imgLogo.Left       = 0.125F;
     this.imgLogo.LineWeight = 0F;
     this.imgLogo.Name       = "imgLogo";
     this.imgLogo.SizeMode   = DataDynamics.ActiveReports.SizeModes.Stretch;
     this.imgLogo.Top        = 0F;
     this.imgLogo.Width      = 0.625F;
     //
     // txtSubTitle
     //
     this.txtSubTitle.Border.BottomColor = System.Drawing.Color.Black;
     this.txtSubTitle.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtSubTitle.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtSubTitle.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtSubTitle.Border.RightColor  = System.Drawing.Color.Black;
     this.txtSubTitle.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtSubTitle.Border.TopColor    = System.Drawing.Color.Black;
     this.txtSubTitle.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtSubTitle.CanShrink          = true;
     this.txtSubTitle.Height             = 0.1875F;
     this.txtSubTitle.Left  = 0F;
     this.txtSubTitle.Name  = "txtSubTitle";
     this.txtSubTitle.Style = "text-align: center; ";
     this.txtSubTitle.Text  = null;
     this.txtSubTitle.Top   = 0.3125F;
     this.txtSubTitle.Width = 9.375F;
     //
     // detail
     //
     this.detail.CanShrink     = true;
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.chartControl1
     });
     this.detail.Height = 5.6875F;
     this.detail.Name   = "detail";
     //
     // chartControl1
     //
     this.chartControl1.AutoRefresh        = true;
     this.chartControl1.Border.BottomColor = System.Drawing.Color.Black;
     this.chartControl1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.chartControl1.Border.LeftColor   = System.Drawing.Color.Black;
     this.chartControl1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.chartControl1.Border.RightColor  = System.Drawing.Color.Black;
     this.chartControl1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.chartControl1.Border.TopColor    = System.Drawing.Color.Black;
     this.chartControl1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     chartArea1.AntiAliasMode = DataDynamics.ActiveReports.Chart.Graphics.AntiAliasMode.Graphics;
     axis1.AxisType           = DataDynamics.ActiveReports.Chart.AxisType.Categorical;
     axis1.LabelFont          = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F), 45F);
     axis1.MajorTick          = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 1, 5F, true);
     axis1.MinorTick          = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis1.StaggerLabels      = false;       // true;
     axis1.Title         = "Axis X";
     axis1.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis2.LabelFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis2.LabelsGap     = 0;
     axis2.LabelsVisible = false;
     axis2.Line          = new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None);
     axis2.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis2.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis2.Position      = 0;
     axis2.TickOffset    = 0;
     axis2.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis2.Visible       = false;
     axis3.LabelFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F), -45F);
     axis3.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Black, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.Dot), 1, 5F, true);
     axis3.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis3.Position      = 0;
     axis3.SmartLabels   = false;
     axis3.StaggerLabels = true;
     axis3.Title         = "Waste ($)";
     axis3.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F), -90F);
     axis4.LabelFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis4.LabelsVisible = false;
     axis4.Line          = new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None);
     axis4.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis4.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis4.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis4.Visible       = false;
     axis5.LabelFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis5.LabelsGap     = 0;
     axis5.LabelsVisible = false;
     axis5.Line          = new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None);
     axis5.MajorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis5.MinorTick     = new DataDynamics.ActiveReports.Chart.Tick(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, 0F, false);
     axis5.Position      = 0;
     axis5.TickOffset    = 0;
     axis5.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis5.Visible       = false;
     chartArea1.Axes.AddRange(new DataDynamics.ActiveReports.Chart.AxisBase[] {
         axis1,
         axis2,
         axis3,
         axis4,
         axis5
     });
     chartArea1.Backdrop   = new DataDynamics.ActiveReports.Chart.BackdropItem(DataDynamics.ActiveReports.Chart.Graphics.BackdropStyle.Transparent, System.Drawing.Color.White, System.Drawing.Color.White, DataDynamics.ActiveReports.Chart.Graphics.GradientType.Vertical, System.Drawing.Drawing2D.HatchStyle.DottedGrid, null, DataDynamics.ActiveReports.Chart.Graphics.PicturePutStyle.Stretched);
     chartArea1.Border     = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, System.Drawing.Color.Black);
     chartArea1.Light      = new DataDynamics.ActiveReports.Chart.Light(new DataDynamics.ActiveReports.Chart.Graphics.Point3d(10F, 40F, 20F), DataDynamics.ActiveReports.Chart.LightType.InfiniteDirectional, 0.3F);
     chartArea1.Name       = "defaultArea";
     chartArea1.Projection = new DataDynamics.ActiveReports.Chart.Projection(DataDynamics.ActiveReports.Chart.Graphics.ProjectionType.Orthogonal, 0.1F, 0.1F);
     chartArea1.WallXY     = new DataDynamics.ActiveReports.Chart.PlaneItem(new DataDynamics.ActiveReports.Chart.Graphics.Backdrop(System.Drawing.Color.White, ((byte)(33))));
     chartArea1.WallYZ     = new DataDynamics.ActiveReports.Chart.PlaneItem(new DataDynamics.ActiveReports.Chart.Graphics.Backdrop(System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))), ((byte)(0))));
     this.chartControl1.ChartAreas.AddRange(new DataDynamics.ActiveReports.Chart.ChartArea[] {
         chartArea1
     });
     this.chartControl1.ChartBorder = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None), 0, System.Drawing.Color.Black);
     //oleDBDataSource1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\\Users\\Mila\\Projects\\WVA40\\AccessD" +
     //"Bs\\vwa40dev-fix.mdb;Persist Security Info=False";
     //oleDBDataSource1.SQL = "Select ID as Name, WasteCost as Waste FROM Weights";
     //this.chartControl1.DataSource = oleDBDataSource1;
     this.chartControl1.Height = 5.625F;
     this.chartControl1.Left   = 0.0625F;
     this.chartControl1.Name   = "chartControl1";
     series1.AxisX             = axis1;
     series1.AxisY             = axis3;
     series1.ChartArea         = chartArea1;
     series1.Legend            = null;
     series1.LegendText        = "";
     series1.Name       = "Series1";
     series1.Properties = new DataDynamics.ActiveReports.Chart.CustomProperties(new DataDynamics.ActiveReports.Chart.KeyValuePair[] {
         new DataDynamics.ActiveReports.Chart.KeyValuePair("Marker", new DataDynamics.ActiveReports.Chart.Marker(6, DataDynamics.ActiveReports.Chart.MarkerStyle.Triangle, new DataDynamics.ActiveReports.Chart.Graphics.Backdrop(), new DataDynamics.ActiveReports.Chart.Graphics.Line(), new DataDynamics.ActiveReports.Chart.LabelInfo(new DataDynamics.ActiveReports.Chart.Graphics.Line(), new DataDynamics.ActiveReports.Chart.Graphics.Backdrop(), new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Arial", 6F)), "${Value:#}", DataDynamics.ActiveReports.Chart.Alignment.Top)))
     });
     series1.Type = DataDynamics.ActiveReports.Chart.ChartType.Bar3D;
     this.chartControl1.Series.AddRange(new DataDynamics.ActiveReports.Chart.Series[] {
         series1
     });
     title1.Alignment = DataDynamics.ActiveReports.Chart.Alignment.Top;
     title1.Border    = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Black, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None));
     title1.DockArea  = chartArea1;
     title1.Font      = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold));
     title1.Name      = "Title";
     title1.Text      = "Date:";
     this.chartControl1.Titles.AddRange(new DataDynamics.ActiveReports.Chart.Title[] {
         title1
     });
     this.chartControl1.Top       = 0.0625F;
     this.chartControl1.UIOptions = DataDynamics.ActiveReports.Chart.UIOptions.ForceHitTesting;
     this.chartControl1.Width     = 9.3125F;
     //
     // txtFilter
     //
     this.txtFilter.Border.BottomColor = System.Drawing.Color.Black;
     this.txtFilter.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtFilter.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtFilter.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtFilter.Border.RightColor  = System.Drawing.Color.Black;
     this.txtFilter.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtFilter.Border.TopColor    = System.Drawing.Color.Black;
     this.txtFilter.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtFilter.Height             = 0.1875F;
     this.txtFilter.Left  = 0.0625F;
     this.txtFilter.Name  = "txtFilter";
     this.txtFilter.Style = "ddo-char-set: 204; font-style: normal; font-size: 8pt; font-family: Microsoft San" +
                            "s Serif; ";
     this.txtFilter.Text  = null;
     this.txtFilter.Top   = 0.1875F;
     this.txtFilter.Width = 8.4375F;
     //
     // pageFooter
     //
     this.pageFooter.CanShrink = true;
     this.pageFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.imgLeanPath,
         this.txtFilter,
         this.lblDB,
         this.lblWarning
     });
     this.pageFooter.Height = 0.5520833F;
     this.pageFooter.Name   = "pageFooter";
     //
     // imgLeanPath
     //
     this.imgLeanPath.Border.BottomColor = System.Drawing.Color.Black;
     this.imgLeanPath.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLeanPath.Border.LeftColor   = System.Drawing.Color.Black;
     this.imgLeanPath.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLeanPath.Border.RightColor  = System.Drawing.Color.Black;
     this.imgLeanPath.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLeanPath.Border.TopColor    = System.Drawing.Color.Black;
     this.imgLeanPath.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.imgLeanPath.Height             = 0.3125F;
     this.imgLeanPath.Image      = ((System.Drawing.Image)(resources.GetObject("imgLeanPath.Image")));
     this.imgLeanPath.ImageData  = ((System.IO.Stream)(resources.GetObject("imgLeanPath.ImageData")));
     this.imgLeanPath.Left       = 8.6875F;
     this.imgLeanPath.LineWeight = 0F;
     this.imgLeanPath.Name       = "imgLeanPath";
     this.imgLeanPath.SizeMode   = DataDynamics.ActiveReports.SizeModes.Stretch;
     this.imgLeanPath.Top        = 0.25F;
     this.imgLeanPath.Width      = 0.625F;
     //
     // lblDB
     //
     this.lblDB.Border.BottomColor = System.Drawing.Color.Black;
     this.lblDB.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblDB.Border.LeftColor   = System.Drawing.Color.Black;
     this.lblDB.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblDB.Border.RightColor  = System.Drawing.Color.Black;
     this.lblDB.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblDB.Border.TopColor    = System.Drawing.Color.Black;
     this.lblDB.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblDB.Height             = 0.1875F;
     this.lblDB.Left  = 0.0625F;
     this.lblDB.Name  = "lblDB";
     this.lblDB.Style = "ddo-char-set: 204; font-size: 8pt; font-family: Microsoft Sans Serif; ";
     this.lblDB.Text  = null;
     this.lblDB.Top   = 0.375F;
     this.lblDB.Width = 8.4375F;
     //
     // lblWarning
     //
     this.lblWarning.Border.BottomColor = System.Drawing.Color.Black;
     this.lblWarning.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblWarning.Border.LeftColor   = System.Drawing.Color.Black;
     this.lblWarning.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblWarning.Border.RightColor  = System.Drawing.Color.Black;
     this.lblWarning.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblWarning.Border.TopColor    = System.Drawing.Color.Black;
     this.lblWarning.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblWarning.Height             = 0.1875F;
     this.lblWarning.Left  = 0.0625F;
     this.lblWarning.Name  = "lblWarning";
     this.lblWarning.Style = "color: Red; ddo-char-set: 204; font-weight: bold; font-style: normal; font-size: " +
                             "10pt; font-family: Microsoft Sans Serif; ";
     this.lblWarning.Text  = null;
     this.lblWarning.Top   = 0F;
     this.lblWarning.Width = 8.4375F;
     //
     // rptCrossTab
     //
     this.MasterReport = false;
     this.PageSettings.DefaultPaperSize = false;
     this.PageSettings.Margins.Bottom   = 0.75F;
     this.PageSettings.Margins.Left     = 0.75F;
     this.PageSettings.Margins.Right    = 0.75F;
     this.PageSettings.Margins.Top      = 0.75F;
     this.PageSettings.Orientation      = DataDynamics.ActiveReports.Document.PageOrientation.Landscape;
     this.PageSettings.PaperHeight      = 11.69F;
     this.PageSettings.PaperWidth       = 8.27F;
     this.PrintWidth = 9.5F;
     this.Sections.Add(this.pageHeader);
     this.Sections.Add(this.detail);
     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; ", "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"));
     this.ReportStart += new System.EventHandler(this.rptCrossTab_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSubTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLeanPath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDB)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblWarning)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }