/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FindingSummarySubReport));
     this.detail      = new DataDynamics.ActiveReports.Detail();
     this.Description = new DataDynamics.ActiveReports.TextBox();
     this.ReviewCount = new DataDynamics.ActiveReports.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.Description)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ReviewCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.Description,
         this.ReviewCount
     });
     this.detail.Height  = 0.2708333F;
     this.detail.Name    = "detail";
     this.detail.Format += new System.EventHandler(this.detail_Format);
     //
     // Description
     //
     this.Description.DataField = "Description";
     this.Description.Height    = 0.2F;
     this.Description.Left      = 0F;
     this.Description.Name      = "Description";
     this.Description.Text      = "Description";
     this.Description.Top       = 3.72529E-09F;
     this.Description.Width     = 4.937F;
     //
     // ReviewCount
     //
     this.ReviewCount.DataField    = "ReviewCount";
     this.ReviewCount.Height       = 0.2F;
     this.ReviewCount.Left         = 5F;
     this.ReviewCount.Name         = "ReviewCount";
     this.ReviewCount.OutputFormat = resources.GetString("ReviewCount.OutputFormat");
     this.ReviewCount.Style        = "text-align: right";
     this.ReviewCount.Text         = "ReviewCount";
     this.ReviewCount.Top          = 0F;
     this.ReviewCount.Width        = 1F;
     //
     // FindingSummarySubReport
     //
     this.MasterReport             = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 6.063F;
     this.Sections.Add(this.detail);
     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"));
     ((System.ComponentModel.ISupportInitialize)(this.Description)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ReviewCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NewActiveReport2));
     this.pageHeader = new DataDynamics.ActiveReports.PageHeader();
     this.detail     = new DataDynamics.ActiveReports.Detail();
     this.pageFooter = new DataDynamics.ActiveReports.PageFooter();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Height = 0.25F;
     this.pageHeader.Name   = "pageHeader";
     //
     // detail
     //
     this.detail.Height = 2.0F;
     this.detail.Name   = "detail";
     //
     // pageFooter
     //
     this.pageFooter.Height = 0.25F;
     this.pageFooter.Name   = "pageFooter";
     //
     // NewActiveReport2
     //
     this.MasterReport = false;
     this.Sections.Add(this.pageHeader);
     this.Sections.Add(this.detail);
     this.Sections.Add(this.pageFooter);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(rptGradingFactorsResultReport));
     this.detail           = new DataDynamics.ActiveReports.Detail();
     this.lblGradingFactor = new DataDynamics.ActiveReports.Label();
     this.lblValue         = new DataDynamics.ActiveReports.Label();
     ((System.ComponentModel.ISupportInitialize)(this.lblGradingFactor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblValue)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.lblGradingFactor,
         this.lblValue
     });
     this.detail.Height = 0.2916667F;
     this.detail.Name   = "detail";
     //
     // lblGradingFactor
     //
     this.lblGradingFactor.DataField = "GradingFactorName";
     this.lblGradingFactor.Height    = 0.168F;
     this.lblGradingFactor.HyperLink = null;
     this.lblGradingFactor.Left      = 0F;
     this.lblGradingFactor.Name      = "lblGradingFactor";
     this.lblGradingFactor.Style     = "font-family: Verdana; font-size: 9pt";
     this.lblGradingFactor.Text      = "";
     this.lblGradingFactor.Top       = 0F;
     this.lblGradingFactor.Width     = 3.042F;
     //
     // lblValue
     //
     this.lblValue.DataField = "ReceivedValue";
     this.lblValue.Height    = 0.168F;
     this.lblValue.HyperLink = null;
     this.lblValue.Left      = 3.292F;
     this.lblValue.Name      = "lblValue";
     this.lblValue.Style     = "font-family: Verdana; font-size: 9pt";
     this.lblValue.Text      = "";
     this.lblValue.Top       = 0F;
     this.lblValue.Width     = 1F;
     //
     // rptGradingFactorsResultReport
     //
     this.MasterReport             = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.Sections.Add(this.detail);
     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"));
     ((System.ComponentModel.ISupportInitialize)(this.lblGradingFactor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblValue)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 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(TextBlock));
			this.detail = new DataDynamics.ActiveReports.Detail();
			this.Body = new DataDynamics.ActiveReports.RichTextBox();
			this.reportHeader1 = new DataDynamics.ActiveReports.ReportHeader();
			this.reportFooter1 = new DataDynamics.ActiveReports.ReportFooter();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// detail
			// 
			this.detail.ColumnSpacing = 0F;
			this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.Body});
			this.detail.Height = 0.2295833F;
			this.detail.Name = "detail";
			this.detail.Format += new System.EventHandler(this.detail_Format);
			// 
			// Body
			// 
			this.Body.AutoReplaceFields = true;
			this.Body.DataField = "Body";
			this.Body.Font = new System.Drawing.Font("Arial", 10F);
			this.Body.Height = 0.24F;
			this.Body.Left = 0F;
			this.Body.Name = "Body";
			this.Body.RTF = resources.GetString("Body.RTF");
			this.Body.Top = 0F;
			this.Body.Width = 7.469F;
			// 
			// reportHeader1
			// 
			this.reportHeader1.Height = 0F;
			this.reportHeader1.Name = "reportHeader1";
			// 
			// reportFooter1
			// 
			this.reportFooter1.Height = 0F;
			this.reportFooter1.Name = "reportFooter1";
			// 
			// TextBlock
			// 
			this.MasterReport = false;
			this.PageSettings.PaperHeight = 11F;
			this.PageSettings.PaperWidth = 8.5F;
			this.PrintWidth = 7.49F;
			this.Sections.Add(this.reportHeader1);
			this.Sections.Add(this.detail);
			this.Sections.Add(this.reportFooter1);
			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"));
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。
 /// このメソッドの内容をコード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(TyuukiSubReportText));
     this.detail        = new DataDynamics.ActiveReports.Detail();
     this.reportHeader1 = new DataDynamics.ActiveReports.ReportHeader();
     this.txtContents   = new DataDynamics.ActiveReports.TextBox();
     this.reportFooter1 = new DataDynamics.ActiveReports.ReportFooter();
     ((System.ComponentModel.ISupportInitialize)(this.txtContents)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Height        = 0F;
     this.detail.Name          = "detail";
     //
     // reportHeader1
     //
     this.reportHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtContents
     });
     this.reportHeader1.Height  = 0.25F;
     this.reportHeader1.Name    = "reportHeader1";
     this.reportHeader1.Format += new System.EventHandler(this.reportHeader1_Format);
     //
     // txtContents
     //
     this.txtContents.Height = 0.25F;
     this.txtContents.Left   = 0.4673229F;
     this.txtContents.Name   = "txtContents";
     this.txtContents.Style  = "font-family: MS P明朝; font-size: 9.75pt";
     this.txtContents.Text   = "textBox1";
     this.txtContents.Top    = 0F;
     this.txtContents.Width  = 5.883465F;
     //
     // reportFooter1
     //
     this.reportFooter1.Height = 0F;
     this.reportFooter1.Name   = "reportFooter1";
     //
     // TyuukiSubReportText
     //
     this.MasterReport             = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 6.350788F;
     this.Sections.Add(this.reportHeader1);
     this.Sections.Add(this.detail);
     this.Sections.Add(this.reportFooter1);
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-style: normal; text-decoration: none; font-weight: normal; font-size: 10pt; " +
                                                     "color: Black; font-family: MS UI Gothic; ddo-char-set: 128", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold", "Heading1", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 14pt; font-weight: bold", "Heading2", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal"));
     ((System.ComponentModel.ISupportInitialize)(this.txtContents)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(rptFormSeries));
     this.pageHeader = new DataDynamics.ActiveReports.PageHeader();
     this.detail     = new DataDynamics.ActiveReports.Detail();
     this.pageFooter = new DataDynamics.ActiveReports.PageFooter();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.CanGrow = false;
     this.pageHeader.Height  = 0F;
     this.pageHeader.Name    = "pageHeader";
     this.pageHeader.Visible = false;
     //
     // detail
     //
     this.detail.CanGrow         = false;
     this.detail.CanShrink       = true;
     this.detail.ColumnDirection = DataDynamics.ActiveReports.ColumnDirection.AcrossDown;
     this.detail.ColumnSpacing   = 0F;
     this.detail.Height          = 10.91667F;
     this.detail.KeepTogether    = true;
     this.detail.Name            = "detail";
     this.detail.Format         += new System.EventHandler(this.detail_Format);
     //
     // pageFooter
     //
     this.pageFooter.CanGrow = false;
     this.pageFooter.Height  = 0F;
     this.pageFooter.Name    = "pageFooter";
     this.pageFooter.Visible = false;
     //
     // rptFormSeries
     //
     this.MasterReport             = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 8.510417F;
     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.ReportEnd   += new System.EventHandler(this.rptFormSeries_ReportEnd);
     this.ReportStart += new System.EventHandler(this.rptFormSeries_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(rpxBase));
     this.detail      = new DataDynamics.ActiveReports.Detail();
     this.pageHeader1 = new DataDynamics.ActiveReports.PageHeader();
     this.pageFooter1 = new DataDynamics.ActiveReports.PageFooter();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Height        = 2F;
     this.detail.Name          = "detail";
     //
     // pageHeader1
     //
     this.pageHeader1.Height = 0F;
     this.pageHeader1.Name   = "pageHeader1";
     //
     // pageFooter1
     //
     this.pageFooter1.Height = 0F;
     this.pageFooter1.Name   = "pageFooter1";
     //
     // rpxBase
     //
     this.MasterReport = true;
     this.PageSettings.Margins.Bottom = 0F;
     this.PageSettings.Margins.Left   = 0F;
     this.PageSettings.Margins.Right  = 0F;
     this.PageSettings.Margins.Top    = 0F;
     this.PageSettings.PaperHeight    = 5.51F;
     this.PageSettings.PaperWidth     = 4.72F;
     this.Sections.Add(this.pageHeader1);
     this.Sections.Add(this.detail);
     this.Sections.Add(this.pageFooter1);
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Arial; font-style: normal; text-decoration: none; font-weight: norma" +
                                                     "l; font-size: 10pt; color: Black; ddo-char-set: 204; ", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold; ", "Heading1", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" +
                                                     "lic; ", "Heading2", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold; ", "Heading3", "Normal"));
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(HeatSheet));
     this.pageHeader = new DataDynamics.ActiveReports.PageHeader();
     this.detail = new DataDynamics.ActiveReports.Detail();
     this.pageFooter = new DataDynamics.ActiveReports.PageFooter();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Height = 0.25F;
     this.pageHeader.Name = "pageHeader";
     //
     // detail
     //
     this.detail.Height = 2.0F;
     this.detail.Name = "detail";
     //
     // pageFooter
     //
     this.pageFooter.Height = 0.25F;
     this.pageFooter.Name = "pageFooter";
     //
     // NewActiveReport1
     //
     this.MasterReport = false;
     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"));
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(LicenseActiveReport));
     this.pageHeader = new DataDynamics.ActiveReports.PageHeader();
     this.detail     = new DataDynamics.ActiveReports.Detail();
     this.pageFooter = new DataDynamics.ActiveReports.PageFooter();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Height = 0.25F;
     this.pageHeader.Name   = "pageHeader";
     //
     // detail
     //
     this.detail.Height = 2.0F;
     this.detail.Name   = "detail";
     //
     // pageFooter
     //
     this.pageFooter.Height = 0.25F;
     this.pageFooter.Name   = "pageFooter";
     //
     // LicenseActiveReport
     //
     this.MasterReport = false;
     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"));
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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(rptEmployeeException));
     this.pageHeader   = new DataDynamics.ActiveReports.PageHeader();
     this.txtPeriod    = new DataDynamics.ActiveReports.TextBox();
     this.label5       = new DataDynamics.ActiveReports.Label();
     this.txtSubTitle  = new DataDynamics.ActiveReports.TextBox();
     this.lblTitle     = new DataDynamics.ActiveReports.Label();
     this.imgLogo      = new DataDynamics.ActiveReports.Picture();
     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.label1       = new DataDynamics.ActiveReports.Label();
     this.label2       = new DataDynamics.ActiveReports.Label();
     this.label3       = new DataDynamics.ActiveReports.Label();
     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.gpEmployee   = new DataDynamics.ActiveReports.GroupHeader();
     this.groupFooter1 = new DataDynamics.ActiveReports.GroupFooter();
     this.txtError     = new DataDynamics.ActiveReports.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.txtPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSubTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblRank)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAmount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLeanPath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDB)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtError)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtPeriod,
         this.label5,
         this.txtSubTitle,
         this.lblTitle,
         this.imgLogo
     });
     this.pageHeader.Height = 0.7083333F;
     this.pageHeader.Name   = "pageHeader";
     //
     // 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.5F;
     this.txtPeriod.Width = 7.5F;
     //
     // 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.125F;
     this.label5.Name  = "label5";
     this.label5.Style = "";
     this.label5.Text  = "Reporting Period: ";
     this.label5.Top   = 0.5F;
     this.label5.Width = 1.1875F;
     //
     // 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 = 8.75F;
     //
     // 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: Blue;" +
                           " font-size: 16pt; vertical-align: middle; ";
     this.lblTitle.Text  = "Employee Exception Report";
     this.lblTitle.Top   = 0F;
     this.lblTitle.Width = 8.75F;
     //
     // 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       = 0F;
     this.imgLogo.LineWeight = 0F;
     this.imgLogo.Name       = "imgLogo";
     this.imgLogo.SizeMode   = DataDynamics.ActiveReports.SizeModes.Stretch;
     this.imgLogo.Top        = 0F;
     this.imgLogo.Width      = 0.625F;
     //
     // detail
     //
     this.detail.ColumnCount   = 4;
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtName,
         this.lblRank,
         this.txtAmount
     });
     this.detail.Height  = 0.2083333F;
     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.CanShrink          = true;
     this.txtName.DataField          = "Name";
     this.txtName.Height             = 0.1875F;
     this.txtName.Left  = 0.34375F;
     this.txtName.Name  = "txtName";
     this.txtName.Style = "";
     this.txtName.Text  = "textBox1";
     this.txtName.Top   = 0F;
     this.txtName.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  = 0F;
     this.lblRank.Name  = "lblRank";
     this.lblRank.Style = "";
     this.lblRank.Text  = "Rank";
     this.lblRank.Top   = 0F;
     this.lblRank.Width = 0.3125F;
     //
     // 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.Height             = 0.1875F;
     this.txtAmount.Left         = 1.375F;
     this.txtAmount.Name         = "txtAmount";
     this.txtAmount.OutputFormat = resources.GetString("txtAmount.OutputFormat");
     this.txtAmount.Style        = "font-weight: bold; ";
     this.txtAmount.Text         = "None";
     this.txtAmount.Top          = 0F;
     this.txtAmount.Width        = 0.75F;
     //
     // 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;
     //
     // 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 = 0.875F;
     //
     // 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.1875F;
     this.label3.HyperLink          = null;
     this.label3.Left  = 1.25F;
     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.875F;
     //
     // pageFooter
     //
     this.pageFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtFilter,
         this.imgLeanPath,
         this.lblDB
     });
     this.pageFooter.Height = 0.3958333F;
     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  = 0.0625F;
     this.txtFilter.Name  = "txtFilter";
     this.txtFilter.Style = "font-size: 8pt; ";
     this.txtFilter.Text  = "textBox1";
     this.txtFilter.Top   = 0F;
     this.txtFilter.Width = 7.9375F;
     //
     // 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.0625F;
     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  = 0.0625F;
     this.lblDB.Name  = "lblDB";
     this.lblDB.Style = "font-size: 8pt; ";
     this.lblDB.Text  = null;
     this.lblDB.Top   = 0.1875F;
     this.lblDB.Width = 7.9375F;
     //
     // gpEmployee
     //
     this.gpEmployee.ColumnGroupKeepTogether = true;
     this.gpEmployee.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.label2,
         this.label1,
         this.label3
     });
     this.gpEmployee.GroupKeepTogether = DataDynamics.ActiveReports.GroupKeepTogether.All;
     this.gpEmployee.Height            = 0.2083333F;
     this.gpEmployee.Name        = "gpEmployee";
     this.gpEmployee.RepeatStyle = DataDynamics.ActiveReports.RepeatStyle.OnColumn;
     //
     // groupFooter1
     //
     this.groupFooter1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtError
     });
     this.groupFooter1.Height = 0.1875F;
     this.groupFooter1.Name   = "groupFooter1";
     //
     // 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  = 0F;
     this.txtError.Name  = "txtError";
     this.txtError.Style = "color: Red; ";
     this.txtError.Text  = null;
     this.txtError.Top   = 0F;
     this.txtError.Width = 8.75F;
     //
     // rptEmployeeException
     //
     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 = 8.854167F;
     this.Sections.Add(this.pageHeader);
     this.Sections.Add(this.gpEmployee);
     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.rptEmployeeException_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.txtPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSubTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblRank)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAmount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLeanPath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDB)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtError)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ProgressReport));
     DataDynamics.ActiveReports.DataSources.XMLDataSource xmlDataSource1 = new DataDynamics.ActiveReports.DataSources.XMLDataSource();
     this.pageHeader            = new DataDynamics.ActiveReports.PageHeader();
     this.label1                = new DataDynamics.ActiveReports.Label();
     this.label2                = new DataDynamics.ActiveReports.Label();
     this.label3                = new DataDynamics.ActiveReports.Label();
     this.label4                = new DataDynamics.ActiveReports.Label();
     this.label5                = new DataDynamics.ActiveReports.Label();
     this.line1                 = new DataDynamics.ActiveReports.Line();
     this.label6                = new DataDynamics.ActiveReports.Label();
     this.label7                = new DataDynamics.ActiveReports.Label();
     this.label14               = new DataDynamics.ActiveReports.Label();
     this.PrintedBy             = new DataDynamics.ActiveReports.TextBox();
     this.detail                = new DataDynamics.ActiveReports.Detail();
     this.SampleName            = new DataDynamics.ActiveReports.TextBox();
     this.textbox2              = new DataDynamics.ActiveReports.TextBox();
     this.InProgressReviewCount = new DataDynamics.ActiveReports.TextBox();
     this.CompletedReviewCount  = new DataDynamics.ActiveReports.TextBox();
     this.TotalReviewCount      = new DataDynamics.ActiveReports.TextBox();
     this.PercentCompleted      = new DataDynamics.ActiveReports.TextBox();
     this.LastUpdateDate        = new DataDynamics.ActiveReports.TextBox();
     this.pageFooter            = new DataDynamics.ActiveReports.PageFooter();
     this.reportInfo1           = new DataDynamics.ActiveReports.ReportInfo();
     this.line2                 = new DataDynamics.ActiveReports.Line();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PrintedBy)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SampleName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textbox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.InProgressReviewCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CompletedReviewCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TotalReviewCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PercentCompleted)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LastUpdateDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.reportInfo1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.label1,
         this.label2,
         this.label3,
         this.label4,
         this.label5,
         this.line1,
         this.label6,
         this.label7,
         this.label14,
         this.PrintedBy
     });
     this.pageHeader.Height = 1.84325F;
     this.pageHeader.Name   = "pageHeader";
     //
     // label1
     //
     this.label1.Height    = 0.312F;
     this.label1.HyperLink = null;
     this.label1.Left      = 2F;
     this.label1.Name      = "label1";
     this.label1.Style     = "font-size: 18pt; font-weight: bold; text-align: center; ddo-char-set: 1";
     this.label1.Text      = "Progress Report\r\n";
     this.label1.Top       = 0F;
     this.label1.Width     = 4.375F;
     //
     // label2
     //
     this.label2.Height    = 0.8750001F;
     this.label2.HyperLink = null;
     this.label2.Left      = 0.06200006F;
     this.label2.Name      = "label2";
     this.label2.Style     = "font-weight: bold; vertical-align: bottom";
     this.label2.Text      = "Sample Name";
     this.label2.Top       = 0.8750001F;
     this.label2.Width     = 3.125F;
     //
     // label3
     //
     this.label3.Height    = 0.8750001F;
     this.label3.HyperLink = null;
     this.label3.Left      = 3.25F;
     this.label3.Name      = "label3";
     this.label3.Style     = "font-weight: bold; vertical-align: bottom";
     this.label3.Text      = "Project Type";
     this.label3.Top       = 0.8750001F;
     this.label3.Width     = 0.688F;
     //
     // label4
     //
     this.label4.Height    = 0.8750001F;
     this.label4.HyperLink = null;
     this.label4.Left      = 4F;
     this.label4.Name      = "label4";
     this.label4.Style     = "font-weight: bold; vertical-align: bottom";
     this.label4.Text      = "In Progress Reviews";
     this.label4.Top       = 0.8750001F;
     this.label4.Width     = 0.688F;
     //
     // label5
     //
     this.label5.Height    = 0.8750001F;
     this.label5.HyperLink = null;
     this.label5.Left      = 4.75F;
     this.label5.Name      = "label5";
     this.label5.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label5.Text      = "Completed Reviews";
     this.label5.Top       = 0.8750001F;
     this.label5.Width     = 0.813F;
     //
     // line1
     //
     this.line1.Height     = 0F;
     this.line1.Left       = 0F;
     this.line1.LineWeight = 1F;
     this.line1.Name       = "line1";
     this.line1.Top        = 1.77F;
     this.line1.Width      = 8.25F;
     this.line1.X1         = 0F;
     this.line1.X2         = 8.25F;
     this.line1.Y1         = 1.77F;
     this.line1.Y2         = 1.77F;
     //
     // label6
     //
     this.label6.Height    = 0.8750001F;
     this.label6.HyperLink = null;
     this.label6.Left      = 5.625F;
     this.label6.Name      = "label6";
     this.label6.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label6.Text      = "Total Number of Reviews";
     this.label6.Top       = 0.8750001F;
     this.label6.Width     = 0.813F;
     //
     // label7
     //
     this.label7.Height    = 0.8750001F;
     this.label7.HyperLink = null;
     this.label7.Left      = 6.5F;
     this.label7.Name      = "label7";
     this.label7.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label7.Text      = "% Completed";
     this.label7.Top       = 0.8750001F;
     this.label7.Width     = 0.813F;
     //
     // label14
     //
     this.label14.Height    = 0.8750001F;
     this.label14.HyperLink = null;
     this.label14.Left      = 7.375F;
     this.label14.Name      = "label14";
     this.label14.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label14.Text      = "Last Update Date";
     this.label14.Top       = 0.8750001F;
     this.label14.Width     = 0.813F;
     //
     // PrintedBy
     //
     this.PrintedBy.Height       = 0.2F;
     this.PrintedBy.Left         = 5.188F;
     this.PrintedBy.Name         = "PrintedBy";
     this.PrintedBy.OutputFormat = resources.GetString("PrintedBy.OutputFormat");
     this.PrintedBy.Style        = "text-align: right";
     this.PrintedBy.Text         = "Printed By: XXXXXX";
     this.PrintedBy.Top          = 0.375F;
     this.PrintedBy.Width        = 3F;
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.SampleName,
         this.textbox2,
         this.InProgressReviewCount,
         this.CompletedReviewCount,
         this.TotalReviewCount,
         this.PercentCompleted,
         this.LastUpdateDate
     });
     this.detail.Height  = 0.275F;
     this.detail.Name    = "detail";
     this.detail.Format += new System.EventHandler(this.detail_Format);
     //
     // SampleName
     //
     this.SampleName.DataField = "SampleName";
     this.SampleName.Height    = 0.2F;
     this.SampleName.Left      = 0.06200004F;
     this.SampleName.Name      = "SampleName";
     this.SampleName.Style     = "text-align: left";
     this.SampleName.Text      = "SampleName";
     this.SampleName.Top       = 0F;
     this.SampleName.Width     = 3.125F;
     //
     // textbox2
     //
     this.textbox2.DataField = "ProjectType";
     this.textbox2.Height    = 0.2F;
     this.textbox2.Left      = 3.25F;
     this.textbox2.Name      = "textbox2";
     this.textbox2.Style     = "text-align: left";
     this.textbox2.Text      = "ProjectType";
     this.textbox2.Top       = 0F;
     this.textbox2.Width     = 0.688F;
     //
     // InProgressReviewCount
     //
     this.InProgressReviewCount.DataField    = "InProgressReviewCount";
     this.InProgressReviewCount.Height       = 0.2F;
     this.InProgressReviewCount.Left         = 4F;
     this.InProgressReviewCount.Name         = "InProgressReviewCount";
     this.InProgressReviewCount.OutputFormat = resources.GetString("InProgressReviewCount.OutputFormat");
     this.InProgressReviewCount.Style        = "text-align: right";
     this.InProgressReviewCount.Text         = "InProgressReviewCount";
     this.InProgressReviewCount.Top          = 0F;
     this.InProgressReviewCount.Width        = 0.6880001F;
     //
     // CompletedReviewCount
     //
     this.CompletedReviewCount.DataField    = "CompletedReviewCount";
     this.CompletedReviewCount.Height       = 0.2F;
     this.CompletedReviewCount.Left         = 4.75F;
     this.CompletedReviewCount.Name         = "CompletedReviewCount";
     this.CompletedReviewCount.OutputFormat = resources.GetString("CompletedReviewCount.OutputFormat");
     this.CompletedReviewCount.Style        = "text-align: right";
     this.CompletedReviewCount.Text         = "CompletedReviewCount";
     this.CompletedReviewCount.Top          = 0F;
     this.CompletedReviewCount.Width        = 0.8130002F;
     //
     // TotalReviewCount
     //
     this.TotalReviewCount.DataField    = "TotalReviewCount";
     this.TotalReviewCount.Height       = 0.2F;
     this.TotalReviewCount.Left         = 5.625F;
     this.TotalReviewCount.Name         = "TotalReviewCount";
     this.TotalReviewCount.OutputFormat = resources.GetString("TotalReviewCount.OutputFormat");
     this.TotalReviewCount.Style        = "text-align: right";
     this.TotalReviewCount.Text         = "TotalReviewCount";
     this.TotalReviewCount.Top          = 0F;
     this.TotalReviewCount.Width        = 0.813F;
     //
     // PercentCompleted
     //
     this.PercentCompleted.DataField    = "PercentCompleted";
     this.PercentCompleted.Height       = 0.2F;
     this.PercentCompleted.Left         = 6.5F;
     this.PercentCompleted.Name         = "PercentCompleted";
     this.PercentCompleted.OutputFormat = resources.GetString("PercentCompleted.OutputFormat");
     this.PercentCompleted.Style        = "text-align: right";
     this.PercentCompleted.Text         = "PercentCompleted";
     this.PercentCompleted.Top          = 0F;
     this.PercentCompleted.Width        = 0.813F;
     //
     // LastUpdateDate
     //
     this.LastUpdateDate.DataField    = "LastUpdateDate";
     this.LastUpdateDate.Height       = 0.2F;
     this.LastUpdateDate.Left         = 7.375F;
     this.LastUpdateDate.Name         = "LastUpdateDate";
     this.LastUpdateDate.OutputFormat = resources.GetString("LastUpdateDate.OutputFormat");
     this.LastUpdateDate.Style        = "text-align: left";
     this.LastUpdateDate.Text         = "LastUpdateDate";
     this.LastUpdateDate.Top          = 0F;
     this.LastUpdateDate.Width        = 0.813F;
     //
     // pageFooter
     //
     this.pageFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.reportInfo1,
         this.line2
     });
     this.pageFooter.Height = 0.3645833F;
     this.pageFooter.Name   = "pageFooter";
     //
     // reportInfo1
     //
     this.reportInfo1.FormatString = "Page {PageNumber} of {PageCount} on {RunDateTime}";
     this.reportInfo1.Height       = 0.2F;
     this.reportInfo1.Left         = 5.001F;
     this.reportInfo1.Name         = "reportInfo1";
     this.reportInfo1.Style        = "text-align: right";
     this.reportInfo1.Top          = 0.062F;
     this.reportInfo1.Width        = 3.187F;
     //
     // line2
     //
     this.line2.Height     = 0F;
     this.line2.Left       = 0F;
     this.line2.LineWeight = 1F;
     this.line2.Name       = "line2";
     this.line2.Top        = 0F;
     this.line2.Width      = 8.25F;
     this.line2.X1         = 0F;
     this.line2.X2         = 8.25F;
     this.line2.Y1         = 0F;
     this.line2.Y2         = 0F;
     //
     // ProgressReport
     //
     this.MasterReport      = false;
     xmlDataSource1.FileURL = "C:\\Userdata\\Source\\ESC\\Release\\WebSites\\ProgramAssuranceTool\\ProgramAssuranceTool" +
                              "\\Content\\Xml\\ComplianceRiskIndicatorReport.xml";
     xmlDataSource1.RecordsetPattern = "ArrayOfComplianceRiskIndicator/ComplianceRiskIndicator";
     this.DataSource = xmlDataSource1;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 8.27F;
     this.Script     = "\r\n";
     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; ddo-char-set: 186", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold", "Heading1", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" +
                                                     "lic", "Heading2", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal"));
     this.ReportStart += new System.EventHandler(this.ProgressReport_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PrintedBy)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SampleName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textbox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.InProgressReviewCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CompletedReviewCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TotalReviewCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PercentCompleted)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LastUpdateDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.reportInfo1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(IranianTrafficEditReport));
     this.pageHeader           = new DataDynamics.ActiveReports.PageHeader();
     this.detail               = new DataDynamics.ActiveReports.Detail();
     this.shape1               = new DataDynamics.ActiveReports.Shape();
     this.label5               = new DataDynamics.ActiveReports.Label();
     this.TrafficNumbertxt     = new DataDynamics.ActiveReports.TextBox();
     this.DriverNametxt        = new DataDynamics.ActiveReports.TextBox();
     this.CarTypetxt           = new DataDynamics.ActiveReports.TextBox();
     this.WithLadetxt          = new DataDynamics.ActiveReports.TextBox();
     this.shape4               = new DataDynamics.ActiveReports.Shape();
     this.label12              = new DataDynamics.ActiveReports.Label();
     this.Servicestxt          = new DataDynamics.ActiveReports.TextBox();
     this.Pricetxt             = new DataDynamics.ActiveReports.TextBox();
     this.TurnNumberAllerttxt  = new DataDynamics.ActiveReports.Label();
     this.shape3               = new DataDynamics.ActiveReports.Shape();
     this.NumberPlatetxt       = new DataDynamics.ActiveReports.TextBox();
     this.TurnNumbertxt        = new DataDynamics.ActiveReports.TextBox();
     this.label1               = new DataDynamics.ActiveReports.Label();
     this.label2               = new DataDynamics.ActiveReports.Label();
     this.DateTextBox          = new DataDynamics.ActiveReports.TextBox();
     this.TimeTextBox          = new DataDynamics.ActiveReports.TextBox();
     this.label3               = new DataDynamics.ActiveReports.Label();
     this.label4               = new DataDynamics.ActiveReports.Label();
     this.label11              = new DataDynamics.ActiveReports.Label();
     this.label13              = new DataDynamics.ActiveReports.Label();
     this.Messagetxt           = new DataDynamics.ActiveReports.TextBox();
     this.UserNametxt          = new DataDynamics.ActiveReports.TextBox();
     this.label15              = new DataDynamics.ActiveReports.Label();
     this.txtPrintedAgain      = new DataDynamics.ActiveReports.TextBox();
     this.TrafficNumberbarcode = new DataDynamics.ActiveReports.Barcode();
     this.pageFooter           = new DataDynamics.ActiveReports.PageFooter();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TrafficNumbertxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DriverNametxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CarTypetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.WithLadetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Servicestxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Pricetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TurnNumberAllerttxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NumberPlatetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TurnNumbertxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeTextBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Messagetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UserNametxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPrintedAgain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Height = 0.01041667F;
     this.pageHeader.Name   = "pageHeader";
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.shape1,
         this.label5,
         this.TrafficNumbertxt,
         this.DriverNametxt,
         this.CarTypetxt,
         this.WithLadetxt,
         this.shape4,
         this.label12,
         this.Servicestxt,
         this.Pricetxt,
         this.TurnNumberAllerttxt,
         this.shape3,
         this.NumberPlatetxt,
         this.TurnNumbertxt,
         this.label1,
         this.label2,
         this.DateTextBox,
         this.TimeTextBox,
         this.label3,
         this.label4,
         this.label11,
         this.label13,
         this.Messagetxt,
         this.UserNametxt,
         this.label15,
         this.txtPrintedAgain,
         this.TrafficNumberbarcode
     });
     this.detail.Height = 5.84375F;
     this.detail.Name   = "detail";
     //
     // shape1
     //
     this.shape1.Border.BottomColor = System.Drawing.Color.Black;
     this.shape1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.shape1.Border.LeftColor   = System.Drawing.Color.Black;
     this.shape1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.shape1.Border.RightColor  = System.Drawing.Color.Black;
     this.shape1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.shape1.Border.TopColor    = System.Drawing.Color.Black;
     this.shape1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.shape1.Height             = 0.3541667F;
     this.shape1.Left           = 0.3247211F;
     this.shape1.Name           = "shape1";
     this.shape1.RoundingRadius = 9.999999F;
     this.shape1.Top            = 1.230315F;
     this.shape1.Width          = 2.3125F;
     //
     // 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.2952756F;
     this.label5.HyperLink          = null;
     this.label5.Left        = 1.569225F;
     this.label5.Name        = "label5";
     this.label5.RightToLeft = true;
     this.label5.Style       = "ddo-char-set: 178; text-align: left; font-weight: bold; font-size: 11.25pt; font-" +
                               "family: B Titr; ";
     this.label5.Text  = "شماره قبض :";
     this.label5.Top   = 1.254922F;
     this.label5.Width = 0.9596456F;
     //
     // TrafficNumbertxt
     //
     this.TrafficNumbertxt.Border.BottomColor = System.Drawing.Color.Black;
     this.TrafficNumbertxt.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TrafficNumbertxt.Border.LeftColor   = System.Drawing.Color.Black;
     this.TrafficNumbertxt.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TrafficNumbertxt.Border.RightColor  = System.Drawing.Color.Black;
     this.TrafficNumbertxt.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TrafficNumbertxt.Border.TopColor    = System.Drawing.Color.Black;
     this.TrafficNumbertxt.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TrafficNumbertxt.Height             = 0.2952756F;
     this.TrafficNumbertxt.Left        = 0.3739337F;
     this.TrafficNumbertxt.Name        = "TrafficNumbertxt";
     this.TrafficNumbertxt.RightToLeft = true;
     this.TrafficNumbertxt.Style       = "ddo-char-set: 178; text-align: center; font-weight: bold; font-size: 14.25pt; fon" +
                                         "t-family: B Titr; vertical-align: top; ";
     this.TrafficNumbertxt.Text  = null;
     this.TrafficNumbertxt.Top   = 1.254922F;
     this.TrafficNumbertxt.Width = 1.156496F;
     //
     // DriverNametxt
     //
     this.DriverNametxt.Border.BottomColor = System.Drawing.Color.Black;
     this.DriverNametxt.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.DriverNametxt.Border.LeftColor   = System.Drawing.Color.Black;
     this.DriverNametxt.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.DriverNametxt.Border.RightColor  = System.Drawing.Color.Black;
     this.DriverNametxt.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.DriverNametxt.Border.TopColor    = System.Drawing.Color.Black;
     this.DriverNametxt.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.DriverNametxt.Height             = 0.1968505F;
     this.DriverNametxt.Left        = 0.1770833F;
     this.DriverNametxt.Name        = "DriverNametxt";
     this.DriverNametxt.RightToLeft = true;
     this.DriverNametxt.Style       = "ddo-char-set: 178; text-align: center; font-weight: bold; font-style: italic; fon" +
                                      "t-size: 9.75pt; font-family: B Mitra; vertical-align: middle; ";
     this.DriverNametxt.Text  = null;
     this.DriverNametxt.Top   = 2.239174F;
     this.DriverNametxt.Width = 2.65748F;
     //
     // CarTypetxt
     //
     this.CarTypetxt.Border.BottomColor = System.Drawing.Color.Black;
     this.CarTypetxt.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.CarTypetxt.Border.LeftColor   = System.Drawing.Color.Black;
     this.CarTypetxt.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.CarTypetxt.Border.RightColor  = System.Drawing.Color.Black;
     this.CarTypetxt.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.CarTypetxt.Border.TopColor    = System.Drawing.Color.Black;
     this.CarTypetxt.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.CarTypetxt.Height             = 0.2214568F;
     this.CarTypetxt.Left        = 0.1770833F;
     this.CarTypetxt.Name        = "CarTypetxt";
     this.CarTypetxt.RightToLeft = true;
     this.CarTypetxt.Style       = "ddo-char-set: 178; text-align: center; font-weight: bold; font-style: italic; fon" +
                                   "t-size: 9.75pt; font-family: B Mitra; vertical-align: middle; ";
     this.CarTypetxt.Text  = null;
     this.CarTypetxt.Top   = 2.436024F;
     this.CarTypetxt.Width = 2.65748F;
     //
     // WithLadetxt
     //
     this.WithLadetxt.Border.BottomColor = System.Drawing.Color.Black;
     this.WithLadetxt.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.WithLadetxt.Border.LeftColor   = System.Drawing.Color.Black;
     this.WithLadetxt.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.WithLadetxt.Border.RightColor  = System.Drawing.Color.Black;
     this.WithLadetxt.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.WithLadetxt.Border.TopColor    = System.Drawing.Color.Black;
     this.WithLadetxt.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.WithLadetxt.Height             = 0.2706692F;
     this.WithLadetxt.Left        = 0.1770833F;
     this.WithLadetxt.Name        = "WithLadetxt";
     this.WithLadetxt.RightToLeft = true;
     this.WithLadetxt.Style       = "ddo-char-set: 178; text-align: center; font-weight: bold; font-size: 9.75pt; font" +
                                    "-family: B Mitra; vertical-align: middle; ";
     this.WithLadetxt.Text  = null;
     this.WithLadetxt.Top   = 3.026575F;
     this.WithLadetxt.Width = 2.608268F;
     //
     // shape4
     //
     this.shape4.Border.BottomColor = System.Drawing.Color.Black;
     this.shape4.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.shape4.Border.LeftColor   = System.Drawing.Color.Black;
     this.shape4.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.shape4.Border.RightColor  = System.Drawing.Color.Black;
     this.shape4.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.shape4.Border.TopColor    = System.Drawing.Color.Black;
     this.shape4.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.shape4.Height             = 0.375F;
     this.shape4.Left           = 0.3247211F;
     this.shape4.Name           = "shape4";
     this.shape4.RoundingRadius = 9.999999F;
     this.shape4.Top            = 1.59941F;
     this.shape4.Width          = 2.3125F;
     //
     // label12
     //
     this.label12.Border.BottomColor = System.Drawing.Color.Black;
     this.label12.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label12.Border.LeftColor   = System.Drawing.Color.Black;
     this.label12.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label12.Border.RightColor  = System.Drawing.Color.Black;
     this.label12.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label12.Border.TopColor    = System.Drawing.Color.Black;
     this.label12.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label12.Height             = 0.2706693F;
     this.label12.HyperLink          = null;
     this.label12.Left        = 1.460384F;
     this.label12.Name        = "label12";
     this.label12.RightToLeft = true;
     this.label12.Style       = "ddo-char-set: 178; font-weight: bold; font-size: 11.25pt; font-family: B Titr; ";
     this.label12.Text        = "شماره نوبت رزرو :";
     this.label12.Top         = 1.648622F;
     this.label12.Width       = 1.120571F;
     //
     // Servicestxt
     //
     this.Servicestxt.Border.BottomColor = System.Drawing.Color.Black;
     this.Servicestxt.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Servicestxt.Border.LeftColor   = System.Drawing.Color.Black;
     this.Servicestxt.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Servicestxt.Border.RightColor  = System.Drawing.Color.Black;
     this.Servicestxt.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Servicestxt.Border.TopColor    = System.Drawing.Color.Black;
     this.Servicestxt.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Servicestxt.Height             = 0.2214567F;
     this.Servicestxt.Left        = 0.1770833F;
     this.Servicestxt.Name        = "Servicestxt";
     this.Servicestxt.RightToLeft = true;
     this.Servicestxt.Style       = "text-align: center; font-weight: bold; font-style: italic; font-size: 9.75pt; fon" +
                                    "t-family: B Mitra; ";
     this.Servicestxt.Text  = null;
     this.Servicestxt.Top   = 1.993111F;
     this.Servicestxt.Width = 2.65748F;
     //
     // Pricetxt
     //
     this.Pricetxt.Border.BottomColor = System.Drawing.Color.Black;
     this.Pricetxt.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Pricetxt.Border.LeftColor   = System.Drawing.Color.Black;
     this.Pricetxt.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Pricetxt.Border.RightColor  = System.Drawing.Color.Black;
     this.Pricetxt.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Pricetxt.Border.TopColor    = System.Drawing.Color.Black;
     this.Pricetxt.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Pricetxt.Height             = 0.2460631F;
     this.Pricetxt.Left        = 0.1770833F;
     this.Pricetxt.Name        = "Pricetxt";
     this.Pricetxt.RightToLeft = true;
     this.Pricetxt.Style       = "ddo-char-set: 178; text-align: left; font-weight: bold; font-size: 9.75pt; font-f" +
                                 "amily: B Mitra; vertical-align: middle; ";
     this.Pricetxt.Text  = null;
     this.Pricetxt.Top   = 3.321851F;
     this.Pricetxt.Width = 2.608268F;
     //
     // TurnNumberAllerttxt
     //
     this.TurnNumberAllerttxt.Border.BottomColor = System.Drawing.Color.Black;
     this.TurnNumberAllerttxt.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TurnNumberAllerttxt.Border.LeftColor   = System.Drawing.Color.Black;
     this.TurnNumberAllerttxt.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TurnNumberAllerttxt.Border.RightColor  = System.Drawing.Color.Black;
     this.TurnNumberAllerttxt.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TurnNumberAllerttxt.Border.TopColor    = System.Drawing.Color.Black;
     this.TurnNumberAllerttxt.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TurnNumberAllerttxt.Height             = 0.4145342F;
     this.TurnNumberAllerttxt.HyperLink          = null;
     this.TurnNumberAllerttxt.Left        = 0.1770833F;
     this.TurnNumberAllerttxt.Name        = "TurnNumberAllerttxt";
     this.TurnNumberAllerttxt.RightToLeft = true;
     this.TurnNumberAllerttxt.Style       = "ddo-char-set: 178; font-size: 11.25pt; font-family: B Mitra; ";
     this.TurnNumberAllerttxt.Text        = "";
     this.TurnNumberAllerttxt.Top         = 3.59252F;
     this.TurnNumberAllerttxt.Width       = 2.608268F;
     //
     // shape3
     //
     this.shape3.Border.BottomColor = System.Drawing.Color.Black;
     this.shape3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.shape3.Border.LeftColor   = System.Drawing.Color.Black;
     this.shape3.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.shape3.Border.RightColor  = System.Drawing.Color.Black;
     this.shape3.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.shape3.Border.TopColor    = System.Drawing.Color.Black;
     this.shape3.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.shape3.Height             = 0.3444884F;
     this.shape3.Left           = 0.1770833F;
     this.shape3.Name           = "shape3";
     this.shape3.RoundingRadius = 9.999999F;
     this.shape3.Top            = 2.682087F;
     this.shape3.Width          = 2.65748F;
     //
     // NumberPlatetxt
     //
     this.NumberPlatetxt.Border.BottomColor = System.Drawing.Color.Black;
     this.NumberPlatetxt.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.NumberPlatetxt.Border.LeftColor   = System.Drawing.Color.Black;
     this.NumberPlatetxt.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.NumberPlatetxt.Border.RightColor  = System.Drawing.Color.Black;
     this.NumberPlatetxt.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.NumberPlatetxt.Border.TopColor    = System.Drawing.Color.Black;
     this.NumberPlatetxt.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.NumberPlatetxt.Height             = 0.2460631F;
     this.NumberPlatetxt.Left        = 0.3247211F;
     this.NumberPlatetxt.Name        = "NumberPlatetxt";
     this.NumberPlatetxt.RightToLeft = true;
     this.NumberPlatetxt.Style       = "ddo-char-set: 178; text-align: center; font-weight: bold; font-size: 11.25pt; fon" +
                                       "t-family: B Titr; vertical-align: middle; ";
     this.NumberPlatetxt.Text  = null;
     this.NumberPlatetxt.Top   = 2.731299F;
     this.NumberPlatetxt.Width = 2.46063F;
     //
     // TurnNumbertxt
     //
     this.TurnNumbertxt.Border.BottomColor = System.Drawing.Color.Black;
     this.TurnNumbertxt.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TurnNumbertxt.Border.LeftColor   = System.Drawing.Color.Black;
     this.TurnNumbertxt.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TurnNumbertxt.Border.RightColor  = System.Drawing.Color.Black;
     this.TurnNumbertxt.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TurnNumbertxt.Border.TopColor    = System.Drawing.Color.Black;
     this.TurnNumbertxt.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TurnNumbertxt.Height             = 0.3125F;
     this.TurnNumbertxt.Left        = 0.3739337F;
     this.TurnNumbertxt.Name        = "TurnNumbertxt";
     this.TurnNumbertxt.RightToLeft = true;
     this.TurnNumbertxt.Style       = "ddo-char-set: 178; text-align: center; font-weight: bold; font-size: 14.25pt; fon" +
                                      "t-family: B Titr; vertical-align: top; ";
     this.TurnNumbertxt.Text  = null;
     this.TurnNumbertxt.Top   = 1.648622F;
     this.TurnNumbertxt.Width = 1.145834F;
     //
     // 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.2916667F;
     this.label1.HyperLink          = null;
     this.label1.Left        = 0.1770833F;
     this.label1.Name        = "label1";
     this.label1.RightToLeft = true;
     this.label1.Style       = "ddo-char-set: 178; text-align: center; font-weight: bold; font-size: 14pt; font-f" +
                               "amily: B Mitra; vertical-align: middle; ";
     this.label1.Text  = "پایانه بار تبریز";
     this.label1.Top   = 0F;
     this.label1.Width = 2.770833F;
     //
     // 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.3645833F;
     this.label2.HyperLink          = null;
     this.label2.Left        = 0.1770833F;
     this.label2.Name        = "label2";
     this.label2.RightToLeft = true;
     this.label2.Style       = "text-decoration: none; ddo-char-set: 178; text-align: center; font-weight: bold; " +
                               "font-size: 15.75pt; font-family: B Titr; vertical-align: middle; ";
     this.label2.Text  = "<<قبض پارکينگ>>";
     this.label2.Top   = 0.2952756F;
     this.label2.Width = 2.75F;
     //
     // DateTextBox
     //
     this.DateTextBox.Border.BottomColor = System.Drawing.Color.Black;
     this.DateTextBox.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.DateTextBox.Border.LeftColor   = System.Drawing.Color.Black;
     this.DateTextBox.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.DateTextBox.Border.RightColor  = System.Drawing.Color.Black;
     this.DateTextBox.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.DateTextBox.Border.TopColor    = System.Drawing.Color.Black;
     this.DateTextBox.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.DateTextBox.Height             = 0.2500001F;
     this.DateTextBox.Left        = 1.604249F;
     this.DateTextBox.Name        = "DateTextBox";
     this.DateTextBox.RightToLeft = true;
     this.DateTextBox.Style       = "ddo-char-set: 1; text-align: center; font-weight: bold; font-size: 9.75pt; font-f" +
                                    "amily: B Mitra; vertical-align: middle; ";
     this.DateTextBox.Text  = null;
     this.DateTextBox.Top   = 0.9596457F;
     this.DateTextBox.Width = 0.9479167F;
     //
     // TimeTextBox
     //
     this.TimeTextBox.Border.BottomColor = System.Drawing.Color.Black;
     this.TimeTextBox.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TimeTextBox.Border.LeftColor   = System.Drawing.Color.Black;
     this.TimeTextBox.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TimeTextBox.Border.RightColor  = System.Drawing.Color.Black;
     this.TimeTextBox.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TimeTextBox.Border.TopColor    = System.Drawing.Color.Black;
     this.TimeTextBox.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TimeTextBox.Height             = 0.2604167F;
     this.TimeTextBox.Left        = 0.2016896F;
     this.TimeTextBox.Name        = "TimeTextBox";
     this.TimeTextBox.RightToLeft = true;
     this.TimeTextBox.Style       = "ddo-char-set: 178; text-align: center; font-weight: bold; font-size: 9.75pt; font" +
                                    "-family: B Mitra; vertical-align: middle; ";
     this.TimeTextBox.Text  = null;
     this.TimeTextBox.Top   = 0.9596457F;
     this.TimeTextBox.Width = 0.7291667F;
     //
     // 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.25F;
     this.label3.HyperLink          = null;
     this.label3.Left        = 0.7922409F;
     this.label3.Name        = "label3";
     this.label3.RightToLeft = true;
     this.label3.Style       = "ddo-char-set: 178; font-weight: bold; font-size: 8.25pt; font-family: B Titr; ";
     this.label3.Text        = "ساعت ورود :";
     this.label3.Top         = 0.9596457F;
     this.label3.Width       = 0.6979167F;
     //
     // 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.25F;
     this.label4.HyperLink          = null;
     this.label4.Left        = 2.490075F;
     this.label4.Name        = "label4";
     this.label4.RightToLeft = true;
     this.label4.Style       = "ddo-char-set: 178; text-align: center; font-weight: bold; font-size: 8.25pt; font" +
                               "-family: B Titr; ";
     this.label4.Text  = "تاريخ :";
     this.label4.Top   = 0.9596457F;
     this.label4.Width = 0.4270833F;
     //
     // label11
     //
     this.label11.Border.BottomColor = System.Drawing.Color.Black;
     this.label11.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label11.Border.LeftColor   = System.Drawing.Color.Black;
     this.label11.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label11.Border.RightColor  = System.Drawing.Color.Black;
     this.label11.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label11.Border.TopColor    = System.Drawing.Color.Black;
     this.label11.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label11.Height             = 0.25F;
     this.label11.HyperLink          = null;
     this.label11.Left        = 0.1770833F;
     this.label11.Name        = "label11";
     this.label11.RightToLeft = true;
     this.label11.Style       = "ddo-char-set: 178; text-align: center; font-weight: bold; font-style: normal; fon" +
                                "t-size: 9.75pt; font-family: B Mitra; ";
     this.label11.Text  = "کامیون";
     this.label11.Top   = 0.6889765F;
     this.label11.Width = 2.75F;
     //
     // label13
     //
     this.label13.Border.BottomColor = System.Drawing.Color.Black;
     this.label13.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label13.Border.LeftColor   = System.Drawing.Color.Black;
     this.label13.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label13.Border.RightColor  = System.Drawing.Color.Black;
     this.label13.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label13.Border.TopColor    = System.Drawing.Color.Black;
     this.label13.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label13.Height             = 0.375F;
     this.label13.HyperLink          = null;
     this.label13.Left        = 0.1354167F;
     this.label13.Name        = "label13";
     this.label13.RightToLeft = true;
     this.label13.Style       = "ddo-char-set: 178; font-weight: normal; font-size: 9.75pt; font-family: B Mitra; " +
                                "";
     this.label13.Text = " در نگهداری این برگ کوشا باشید .                                           حفظ و " +
                         "حراست لوازم و اثاثيه همراه وسايط نقليه به عهده راننده مي باشد";
     this.label13.Top   = 4.03125F;
     this.label13.Width = 2.697917F;
     //
     // Messagetxt
     //
     this.Messagetxt.Border.BottomColor = System.Drawing.Color.Black;
     this.Messagetxt.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Messagetxt.Border.LeftColor   = System.Drawing.Color.Black;
     this.Messagetxt.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Messagetxt.Border.RightColor  = System.Drawing.Color.Black;
     this.Messagetxt.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Messagetxt.Border.TopColor    = System.Drawing.Color.Black;
     this.Messagetxt.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Messagetxt.Height             = 0.5729167F;
     this.Messagetxt.Left        = 0.1458333F;
     this.Messagetxt.Name        = "Messagetxt";
     this.Messagetxt.RightToLeft = true;
     this.Messagetxt.Style       = "color: Gray; ddo-char-set: 178; font-size: 12pt; font-family: B Mitra; vertical-a" +
                                   "lign: top; ";
     this.Messagetxt.Text  = null;
     this.Messagetxt.Top   = 4.427083F;
     this.Messagetxt.Width = 2.697917F;
     //
     // UserNametxt
     //
     this.UserNametxt.Border.BottomColor = System.Drawing.Color.Black;
     this.UserNametxt.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.UserNametxt.Border.LeftColor   = System.Drawing.Color.Black;
     this.UserNametxt.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.UserNametxt.Border.RightColor  = System.Drawing.Color.Black;
     this.UserNametxt.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.UserNametxt.Border.TopColor    = System.Drawing.Color.Black;
     this.UserNametxt.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.UserNametxt.Height             = 0.2952756F;
     this.UserNametxt.Left        = 0.125F;
     this.UserNametxt.Name        = "UserNametxt";
     this.UserNametxt.RightToLeft = true;
     this.UserNametxt.Style       = "ddo-char-set: 178; font-weight: bold; font-size: 9.75pt; font-family: B Titr; ver" +
                                    "tical-align: middle; ";
     this.UserNametxt.Text  = null;
     this.UserNametxt.Top   = 5.066353F;
     this.UserNametxt.Width = 0.7590223F;
     //
     // label15
     //
     this.label15.Border.BottomColor = System.Drawing.Color.Black;
     this.label15.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label15.Border.LeftColor   = System.Drawing.Color.Black;
     this.label15.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label15.Border.RightColor  = System.Drawing.Color.Black;
     this.label15.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label15.Border.TopColor    = System.Drawing.Color.Black;
     this.label15.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label15.Height             = 0.3125F;
     this.label15.HyperLink          = null;
     this.label15.Left        = 0.8854167F;
     this.label15.Name        = "label15";
     this.label15.RightToLeft = true;
     this.label15.Style       = "ddo-char-set: 178; font-weight: bold; font-size: 8.25pt; font-family: B Titr; ver" +
                                "tical-align: middle; ";
     this.label15.Text  = "کاربر :";
     this.label15.Top   = 5.066353F;
     this.label15.Width = 0.3020833F;
     //
     // txtPrintedAgain
     //
     this.txtPrintedAgain.Border.BottomColor = System.Drawing.Color.Black;
     this.txtPrintedAgain.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPrintedAgain.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtPrintedAgain.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPrintedAgain.Border.RightColor  = System.Drawing.Color.Black;
     this.txtPrintedAgain.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPrintedAgain.Border.TopColor    = System.Drawing.Color.Black;
     this.txtPrintedAgain.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPrintedAgain.Height             = 0.2916667F;
     this.txtPrintedAgain.Left        = 1.261565F;
     this.txtPrintedAgain.Name        = "txtPrintedAgain";
     this.txtPrintedAgain.RightToLeft = true;
     this.txtPrintedAgain.Style       = "text-decoration: underline; text-align: center; font-weight: bold; font-style: no" +
                                        "rmal; font-size: 12pt; ";
     this.txtPrintedAgain.Text    = "تعویض";
     this.txtPrintedAgain.Top     = 5.080133F;
     this.txtPrintedAgain.Visible = false;
     this.txtPrintedAgain.Width   = 0.4479167F;
     //
     // TrafficNumberbarcode
     //
     this.TrafficNumberbarcode.Border.BottomColor = System.Drawing.Color.Black;
     this.TrafficNumberbarcode.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TrafficNumberbarcode.Border.LeftColor   = System.Drawing.Color.Black;
     this.TrafficNumberbarcode.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TrafficNumberbarcode.Border.RightColor  = System.Drawing.Color.Black;
     this.TrafficNumberbarcode.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TrafficNumberbarcode.Border.TopColor    = System.Drawing.Color.Black;
     this.TrafficNumberbarcode.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.TrafficNumberbarcode.Font   = new System.Drawing.Font("Courier New", 8F);
     this.TrafficNumberbarcode.Height = 0.2952753F;
     this.TrafficNumberbarcode.Left   = 1.743274F;
     this.TrafficNumberbarcode.Name   = "TrafficNumberbarcode";
     this.TrafficNumberbarcode.Top    = 5.080133F;
     this.TrafficNumberbarcode.Width  = 1.082677F;
     //
     // pageFooter
     //
     this.pageFooter.CanGrow = false;
     this.pageFooter.Height  = 0F;
     this.pageFooter.Name    = "pageFooter";
     //
     // IranianTrafficEditReport
     //
     this.MasterReport = false;
     this.PageSettings.DefaultPaperSize = false;
     this.PageSettings.Margins.Bottom   = 0.1968504F;
     this.PageSettings.Margins.Left     = 0F;
     this.PageSettings.Margins.Right    = 0F;
     this.PageSettings.Margins.Top      = 0.1968504F;
     this.PageSettings.PaperHeight      = 6.299212F;
     this.PageSettings.PaperKind        = System.Drawing.Printing.PaperKind.Custom;
     this.PageSettings.PaperName        = "Custom paper";
     this.PageSettings.PaperWidth       = 3.12F;
     this.PrintWidth = 3.114583F;
     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; ddo-char-set: 204; ", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold; ", "Heading1", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" +
                                                     "lic; ", "Heading2", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold; ", "Heading3", "Normal"));
     ((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TrafficNumbertxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DriverNametxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CarTypetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.WithLadetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Servicestxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Pricetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TurnNumberAllerttxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NumberPlatetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TurnNumbertxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DateTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeTextBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Messagetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UserNametxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPrintedAgain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。
 /// このメソッドの内容をコード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(KanjouKamokuReportHojokamokuRow));
     this.detail        = new DataDynamics.ActiveReports.Detail();
     this.直線9           = new DataDynamics.ActiveReports.Line();
     this.txtKamokuName = new DataDynamics.ActiveReports.TextBox();
     this.txtKamokuCode = new DataDynamics.ActiveReports.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.txtKamokuName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtKamokuCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.直線9,
         this.txtKamokuName,
         this.txtKamokuCode
     });
     this.detail.Height = 0.25F;
     this.detail.Name   = "detail";
     //
     // 直線9
     //
     this.直線9.Height     = 0F;
     this.直線9.Left       = 0.1874016F;
     this.直線9.LineColor  = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))));
     this.直線9.LineWeight = 2.083333F;
     this.直線9.Name       = "直線9";
     this.直線9.Tag        = "";
     this.直線9.Top        = 0.2188976F;
     this.直線9.Width      = 3.466142F;
     this.直線9.X1         = 0.1874016F;
     this.直線9.X2         = 3.653543F;
     this.直線9.Y1         = 0.2188976F;
     this.直線9.Y2         = 0.2188976F;
     //
     // txtKamokuName
     //
     this.txtKamokuName.CanGrow      = false;
     this.txtKamokuName.DataField    = "KamokuName";
     this.txtKamokuName.Height       = 0.1666667F;
     this.txtKamokuName.Left         = 0.718504F;
     this.txtKamokuName.Name         = "txtKamokuName";
     this.txtKamokuName.OutputFormat = resources.GetString("txtKamokuName.OutputFormat");
     this.txtKamokuName.Style        = "color: Black; font-family: MS Pゴシック; font-size: 9pt; text-align: left; ddo-char-s" +
                                       "et: 128";
     this.txtKamokuName.Tag   = "";
     this.txtKamokuName.Text  = "補助科目";
     this.txtKamokuName.Top   = 0.03110236F;
     this.txtKamokuName.Width = 2.925F;
     //
     // txtKamokuCode
     //
     this.txtKamokuCode.CanGrow      = false;
     this.txtKamokuCode.DataField    = "KamokuCode";
     this.txtKamokuCode.Height       = 0.1666667F;
     this.txtKamokuCode.Left         = 0.2271654F;
     this.txtKamokuCode.Name         = "txtKamokuCode";
     this.txtKamokuCode.OutputFormat = resources.GetString("txtKamokuCode.OutputFormat");
     this.txtKamokuCode.Style        = "color: Black; font-family: MS Pゴシック; font-size: 9pt; text-align: right; ddo-char-" +
                                       "set: 128";
     this.txtKamokuCode.Tag   = "";
     this.txtKamokuCode.Text  = "整理番号";
     this.txtKamokuCode.Top   = 0.03110236F;
     this.txtKamokuCode.Width = 0.4416667F;
     //
     // KanjouKamokuReportHojokamokuRow
     //
     this.MasterReport             = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 3.653543F;
     this.Sections.Add(this.detail);
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-style: normal; text-decoration: none; font-weight: normal; font-size: 10pt; " +
                                                     "color: Black; font-family: MS UI Gothic; ddo-char-set: 128", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold", "Heading1", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 14pt; font-weight: bold", "Heading2", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal"));
     ((System.ComponentModel.ISupportInitialize)(this.txtKamokuName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtKamokuCode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 14
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(rptGoalListbyCompletion));
     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.Chart.Legend        legend1    = new DataDynamics.ActiveReports.Chart.Legend();
     DataDynamics.ActiveReports.Chart.Title         title1     = new DataDynamics.ActiveReports.Chart.Title();
     DataDynamics.ActiveReports.Chart.Title         title2     = new DataDynamics.ActiveReports.Chart.Title();
     DataDynamics.ActiveReports.Chart.Series        series1    = new DataDynamics.ActiveReports.Chart.Series();
     this.phGoalList    = new DataDynamics.ActiveReports.PageHeader();
     this.lblTitle      = new DataDynamics.ActiveReports.Label();
     this.imgLogo       = new DataDynamics.ActiveReports.Picture();
     this.detail        = new DataDynamics.ActiveReports.Detail();
     this.chartControl1 = new DataDynamics.ActiveReports.ChartControl();
     this.txtTable      = new DataDynamics.ActiveReports.RichTextBox();
     this.pfGoalList    = new DataDynamics.ActiveReports.PageFooter();
     this.imgLeanPath   = new DataDynamics.ActiveReports.Picture();
     this.picture1      = new DataDynamics.ActiveReports.Picture();
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLeanPath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picture1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // phGoalList
     //
     this.phGoalList.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.lblTitle,
         this.imgLogo
     });
     this.phGoalList.Height = 0.4166667F;
     this.phGoalList.Name   = "phGoalList";
     //
     // lblTitle
     //
     this.lblTitle.Height    = 0.3125F;
     this.lblTitle.HyperLink = null;
     this.lblTitle.Left      = 0F;
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Style     = "background-color: Blue; color: White; font-size: 16pt; font-weight: bold; te" +
                               "xt-align: center; vertical-align: middle";
     this.lblTitle.Text  = "Goal List by Completion Percentage";
     this.lblTitle.Top   = 0F;
     this.lblTitle.Width = 7F;
     //
     // imgLogo
     //
     this.imgLogo.Height    = 0.3125F;
     this.imgLogo.HyperLink = null;
     this.imgLogo.ImageData = ((System.IO.Stream)(resources.GetObject("imgLogo.ImageData")));
     this.imgLogo.Left      = 0F;
     this.imgLogo.Name      = "imgLogo";
     this.imgLogo.SizeMode  = DataDynamics.ActiveReports.SizeModes.Stretch;
     this.imgLogo.Top       = 0F;
     this.imgLogo.Width     = 0.625F;
     //
     // detail
     //
     this.detail.CanGrow       = false;
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.chartControl1,
         this.txtTable
     });
     this.detail.Height       = 4.9065F;
     this.detail.KeepTogether = true;
     this.detail.Name         = "detail";
     //
     // 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);
     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));
     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), 1D, 0F, 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), 0D, 0F, false);
     axis1.Title          = "Amount";
     axis1.TitleFont      = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis2.AntiAliasMode  = DataDynamics.ActiveReports.Chart.Graphics.AntiAliasMode.Both;
     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), 0D, 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), 0D, 0F, false);
     axis2.Position       = 0D;
     axis2.TickOffset     = 0D;
     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));
     axis3.LabelsAtBottom = true;
     axis3.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), 1D, 0F, 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), 0D, 0F, false);
     axis3.Position       = 0D;
     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), 0D, 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), 0D, 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), 0D, 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), 0D, 0F, false);
     axis5.Position       = 0D;
     axis5.TickOffset     = 0D;
     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);
     this.chartControl1.Height      = 4.094F;
     this.chartControl1.Left        = 0F;
     legend1.Alignment  = DataDynamics.ActiveReports.Chart.Alignment.Right;
     legend1.Backdrop   = new DataDynamics.ActiveReports.Chart.BackdropItem(System.Drawing.Color.White, ((byte)(128)));
     legend1.Border     = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(), 0, System.Drawing.Color.Black);
     legend1.DockArea   = chartArea1;
     title1.Backdrop    = new DataDynamics.ActiveReports.Chart.Graphics.Backdrop(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);
     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.Font        = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     title1.Name        = "";
     title1.Text        = "";
     legend1.Footer     = title1;
     legend1.GridLayout = new DataDynamics.ActiveReports.Chart.GridLayout(0, 1);
     title2.Border      = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.White, 2), 0, System.Drawing.Color.Black);
     title2.DockArea    = null;
     title2.Font        = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     title2.Name        = "";
     title2.Text        = "Legend";
     legend1.Header     = title2;
     legend1.LabelsFont = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     legend1.MarginX    = 10;
     legend1.Name       = "defaultLegend";
     this.chartControl1.Legends.AddRange(new DataDynamics.ActiveReports.Chart.Legend[] {
         legend1
     });
     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("BorderLine", new DataDynamics.ActiveReports.Chart.Graphics.Line()),
         new DataDynamics.ActiveReports.Chart.KeyValuePair("BarType", DataDynamics.ActiveReports.Chart.BarType.Bar)
     });
     series1.Type          = DataDynamics.ActiveReports.Chart.ChartType.HorizontalBar;
     series1.ValueMembersY = null;
     series1.ValueMemberX  = null;
     this.chartControl1.Series.AddRange(new DataDynamics.ActiveReports.Chart.Series[] {
         series1
     });
     this.chartControl1.Top       = 0F;
     this.chartControl1.UIOptions = DataDynamics.ActiveReports.Chart.UIOptions.ForceHitTesting;
     this.chartControl1.Width     = 7F;
     //
     // txtTable
     //
     this.txtTable.AutoReplaceFields = true;
     this.txtTable.Font   = new System.Drawing.Font("Arial", 10F);
     this.txtTable.Height = 0.7599998F;
     this.txtTable.Left   = 0.052F;
     this.txtTable.Name   = "txtTable";
     this.txtTable.RTF    = resources.GetString("txtTable.RTF");
     this.txtTable.Top    = 4.094F;
     this.txtTable.Width  = 6.948F;
     //
     // pfGoalList
     //
     this.pfGoalList.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.imgLeanPath,
         this.picture1
     });
     this.pfGoalList.Height = 0.3749999F;
     this.pfGoalList.Name   = "pfGoalList";
     //
     // imgLeanPath
     //
     this.imgLeanPath.Height    = 0.3125F;
     this.imgLeanPath.HyperLink = null;
     this.imgLeanPath.ImageData = ((System.IO.Stream)(resources.GetObject("imgLeanPath.ImageData")));
     this.imgLeanPath.Left      = 8.26F;
     this.imgLeanPath.Name      = "imgLeanPath";
     this.imgLeanPath.SizeMode  = DataDynamics.ActiveReports.SizeModes.Stretch;
     this.imgLeanPath.Top       = 0F;
     this.imgLeanPath.Width     = 0.625F;
     //
     // picture1
     //
     this.picture1.Height    = 0.3125F;
     this.picture1.HyperLink = null;
     this.picture1.ImageData = ((System.IO.Stream)(resources.GetObject("picture1.ImageData")));
     this.picture1.Left      = 6.375F;
     this.picture1.Name      = "picture1";
     this.picture1.SizeMode  = DataDynamics.ActiveReports.SizeModes.Stretch;
     this.picture1.Top       = 0F;
     this.picture1.Width     = 0.625F;
     //
     // rptGoalListbyCompletion
     //
     this.MasterReport             = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 7F;
     this.Sections.Add(this.phGoalList);
     this.Sections.Add(this.detail);
     this.Sections.Add(this.pfGoalList);
     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.rptGoalListbyCompletion_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLeanPath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picture1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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(ManagerReportCasePdf));
     this.detail = new DataDynamics.ActiveReports.Detail();
     this.textBox1 = new DataDynamics.ActiveReports.TextBox();
     this.textBox2 = new DataDynamics.ActiveReports.TextBox();
     this.textBox3 = new DataDynamics.ActiveReports.TextBox();
     this.textBox4 = new DataDynamics.ActiveReports.TextBox();
     this.textBox5 = new DataDynamics.ActiveReports.TextBox();
     this.textBox6 = new DataDynamics.ActiveReports.TextBox();
     this.line10 = new DataDynamics.ActiveReports.Line();
     this.line11 = new DataDynamics.ActiveReports.Line();
     this.line12 = new DataDynamics.ActiveReports.Line();
     this.line13 = new DataDynamics.ActiveReports.Line();
     this.line14 = new DataDynamics.ActiveReports.Line();
     this.line15 = new DataDynamics.ActiveReports.Line();
     this.line16 = new DataDynamics.ActiveReports.Line();
     this.line17 = new DataDynamics.ActiveReports.Line();
     this.reportHeader1 = new DataDynamics.ActiveReports.ReportHeader();
     this.picture1 = new DataDynamics.ActiveReports.Picture();
     this.label1 = new DataDynamics.ActiveReports.Label();
     this.reportFooter1 = new DataDynamics.ActiveReports.ReportFooter();
     this.pageHeader = new DataDynamics.ActiveReports.PageHeader();
     this.label3 = new DataDynamics.ActiveReports.Label();
     this.label18 = new DataDynamics.ActiveReports.Label();
     this.label19 = new DataDynamics.ActiveReports.Label();
     this.label20 = new DataDynamics.ActiveReports.Label();
     this.label21 = new DataDynamics.ActiveReports.Label();
     this.label2 = new DataDynamics.ActiveReports.Label();
     this.line1 = new DataDynamics.ActiveReports.Line();
     this.line2 = new DataDynamics.ActiveReports.Line();
     this.line3 = new DataDynamics.ActiveReports.Line();
     this.line4 = new DataDynamics.ActiveReports.Line();
     this.line5 = new DataDynamics.ActiveReports.Line();
     this.line6 = new DataDynamics.ActiveReports.Line();
     this.line7 = new DataDynamics.ActiveReports.Line();
     this.line8 = new DataDynamics.ActiveReports.Line();
     this.line9 = new DataDynamics.ActiveReports.Line();
     this.pageFooter = new DataDynamics.ActiveReports.PageFooter();
     this.label4 = new DataDynamics.ActiveReports.Label();
     this.line18 = new DataDynamics.ActiveReports.Line();
     this.line19 = new DataDynamics.ActiveReports.Line();
     this.line20 = new DataDynamics.ActiveReports.Line();
     this.textBox7 = new DataDynamics.ActiveReports.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picture1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label18)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label19)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label21)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
     this.textBox1,
     this.textBox2,
     this.textBox3,
     this.textBox4,
     this.textBox5,
     this.textBox6,
     this.line10,
     this.line11,
     this.line12,
     this.line13,
     this.line14,
     this.line15,
     this.line16,
     this.line17,
     this.line20,
     this.textBox7});
     this.detail.Height = 0.1986108F;
     this.detail.Name = "detail";
     //
     // textBox1
     //
     this.textBox1.DataField = "Specialist";
     this.textBox1.Height = 0.2F;
     this.textBox1.Left = 0F;
     this.textBox1.Name = "textBox1";
     this.textBox1.Text = "textBox1";
     this.textBox1.Top = 0F;
     this.textBox1.Width = 0.9480001F;
     //
     // textBox2
     //
     this.textBox2.DataField = "Type";
     this.textBox2.Height = 0.2F;
     this.textBox2.Left = 0.9480001F;
     this.textBox2.Name = "textBox2";
     this.textBox2.Text = "textBox2";
     this.textBox2.Top = 0F;
     this.textBox2.Width = 1.125F;
     //
     // textBox3
     //
     this.textBox3.DataField = "District";
     this.textBox3.Height = 0.2F;
     this.textBox3.Left = 2.073F;
     this.textBox3.Name = "textBox3";
     this.textBox3.Text = "textBox3";
     this.textBox3.Top = 0F;
     this.textBox3.Width = 1F;
     //
     // textBox4
     //
     this.textBox4.DataField = "School";
     this.textBox4.Height = 0.2F;
     this.textBox4.Left = 3.073F;
     this.textBox4.Name = "textBox4";
     this.textBox4.Text = "textBox4";
     this.textBox4.Top = 0F;
     this.textBox4.Width = 1.031F;
     //
     // textBox5
     //
     this.textBox5.DataField = "Student";
     this.textBox5.Height = 0.2F;
     this.textBox5.Left = 4.104F;
     this.textBox5.Name = "textBox5";
     this.textBox5.Text = "textBox5";
     this.textBox5.Top = 0F;
     this.textBox5.Width = 1.479F;
     //
     // textBox6
     //
     this.textBox6.DataField = "Grade";
     this.textBox6.Height = 0.2F;
     this.textBox6.Left = 5.583F;
     this.textBox6.Name = "textBox6";
     this.textBox6.Text = "textBox6";
     this.textBox6.Top = 0F;
     this.textBox6.Width = 1.032F;
     //
     // line10
     //
     this.line10.Height = 0.1999999F;
     this.line10.Left = 0F;
     this.line10.LineWeight = 1F;
     this.line10.Name = "line10";
     this.line10.Top = 0F;
     this.line10.Width = 0F;
     this.line10.X1 = 0F;
     this.line10.X2 = 0F;
     this.line10.Y1 = 0F;
     this.line10.Y2 = 0.1999999F;
     //
     // line11
     //
     this.line11.Height = 0.1999999F;
     this.line11.Left = 0.9480001F;
     this.line11.LineWeight = 1F;
     this.line11.Name = "line11";
     this.line11.Top = 0F;
     this.line11.Width = 0F;
     this.line11.X1 = 0.9480001F;
     this.line11.X2 = 0.9480001F;
     this.line11.Y1 = 0F;
     this.line11.Y2 = 0.1999999F;
     //
     // line12
     //
     this.line12.Height = 0.1999999F;
     this.line12.Left = 2.073F;
     this.line12.LineWeight = 1F;
     this.line12.Name = "line12";
     this.line12.Top = 0F;
     this.line12.Width = 0F;
     this.line12.X1 = 2.073F;
     this.line12.X2 = 2.073F;
     this.line12.Y1 = 0F;
     this.line12.Y2 = 0.1999999F;
     //
     // line13
     //
     this.line13.Height = 0.1999999F;
     this.line13.Left = 3.073F;
     this.line13.LineWeight = 1F;
     this.line13.Name = "line13";
     this.line13.Top = 0F;
     this.line13.Width = 0F;
     this.line13.X1 = 3.073F;
     this.line13.X2 = 3.073F;
     this.line13.Y1 = 0F;
     this.line13.Y2 = 0.1999999F;
     //
     // line14
     //
     this.line14.Height = 0.1999999F;
     this.line14.Left = 4.104F;
     this.line14.LineWeight = 1F;
     this.line14.Name = "line14";
     this.line14.Top = 0F;
     this.line14.Width = 0F;
     this.line14.X1 = 4.104F;
     this.line14.X2 = 4.104F;
     this.line14.Y1 = 0F;
     this.line14.Y2 = 0.1999999F;
     //
     // line15
     //
     this.line15.Height = 0.1999999F;
     this.line15.Left = 5.583F;
     this.line15.LineWeight = 1F;
     this.line15.Name = "line15";
     this.line15.Top = 0F;
     this.line15.Width = 0F;
     this.line15.X1 = 5.583F;
     this.line15.X2 = 5.583F;
     this.line15.Y1 = 0F;
     this.line15.Y2 = 0.1999999F;
     //
     // line16
     //
     this.line16.Height = 0.1999999F;
     this.line16.Left = 7.532001F;
     this.line16.LineWeight = 1F;
     this.line16.Name = "line16";
     this.line16.Top = 0F;
     this.line16.Width = 0F;
     this.line16.X1 = 7.532001F;
     this.line16.X2 = 7.532001F;
     this.line16.Y1 = 0F;
     this.line16.Y2 = 0.1999999F;
     //
     // line17
     //
     this.line17.Height = 0F;
     this.line17.Left = 0F;
     this.line17.LineWeight = 1F;
     this.line17.Name = "line17";
     this.line17.Top = 0.2F;
     this.line17.Width = 7.532167F;
     this.line17.X1 = 0F;
     this.line17.X2 = 7.532167F;
     this.line17.Y1 = 0.2F;
     this.line17.Y2 = 0.2F;
     //
     // reportHeader1
     //
     this.reportHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
     this.picture1,
     this.label1});
     this.reportHeader1.Height = 0.9791667F;
     this.reportHeader1.Name = "reportHeader1";
     //
     // picture1
     //
     this.picture1.Height = 0.9F;
     this.picture1.ImageData = ((System.IO.Stream)(resources.GetObject("picture1.ImageData")));
     this.picture1.Left = 0F;
     this.picture1.Name = "picture1";
     this.picture1.SizeMode = DataDynamics.ActiveReports.SizeModes.Stretch;
     this.picture1.Top = 0F;
     this.picture1.Width = 1.545F;
     //
     // label1
     //
     this.label1.Height = 0.7130001F;
     this.label1.HyperLink = null;
     this.label1.Left = 1.74F;
     this.label1.Name = "label1";
     this.label1.Style = "";
     this.label1.Text = "9351- 116 Avenue\r\nGrande Prairie, AB\r\nT8V 6L5\r\n                           (780) 5" +
     "39-0333\r\n";
     this.label1.Top = 0F;
     this.label1.Width = 2.177F;
     //
     // reportFooter1
     //
     this.reportFooter1.Height = 0F;
     this.reportFooter1.Name = "reportFooter1";
     //
     // pageHeader
     //
     this.pageHeader.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
     this.label3,
     this.label18,
     this.label19,
     this.label20,
     this.label21,
     this.label2,
     this.line1,
     this.line2,
     this.line3,
     this.line4,
     this.line5,
     this.line6,
     this.line7,
     this.line8,
     this.line9,
     this.label4,
     this.line18,
     this.line19});
     this.pageHeader.Height = 0.2090278F;
     this.pageHeader.Name = "pageHeader";
     //
     // label3
     //
     this.label3.Height = 0.2F;
     this.label3.HyperLink = null;
     this.label3.Left = 0F;
     this.label3.Name = "label3";
     this.label3.Style = "";
     this.label3.Text = "SPECIALIST";
     this.label3.Top = 0F;
     this.label3.Width = 0.9480001F;
     //
     // label18
     //
     this.label18.Height = 0.2F;
     this.label18.HyperLink = null;
     this.label18.Left = 0.9480001F;
     this.label18.Name = "label18";
     this.label18.Style = "";
     this.label18.Text = "TYPE";
     this.label18.Top = 0F;
     this.label18.Width = 1.125F;
     //
     // label19
     //
     this.label19.Height = 0.2F;
     this.label19.HyperLink = null;
     this.label19.Left = 2.073F;
     this.label19.Name = "label19";
     this.label19.Style = "";
     this.label19.Text = "DISTRICT";
     this.label19.Top = 0F;
     this.label19.Width = 1F;
     //
     // label20
     //
     this.label20.Height = 0.2F;
     this.label20.HyperLink = null;
     this.label20.Left = 3.073F;
     this.label20.Name = "label20";
     this.label20.Style = "";
     this.label20.Text = "SCHOOL";
     this.label20.Top = 0F;
     this.label20.Width = 1.031F;
     //
     // label21
     //
     this.label21.Height = 0.2F;
     this.label21.HyperLink = null;
     this.label21.Left = 4.104F;
     this.label21.Name = "label21";
     this.label21.Style = "";
     this.label21.Text = "STUDENT";
     this.label21.Top = 0F;
     this.label21.Width = 1.479F;
     //
     // label2
     //
     this.label2.Height = 0.2F;
     this.label2.HyperLink = null;
     this.label2.Left = 5.583F;
     this.label2.Name = "label2";
     this.label2.Style = "";
     this.label2.Text = "GRADE";
     this.label2.Top = 0F;
     this.label2.Width = 1.032F;
     //
     // line1
     //
     this.line1.Height = 0F;
     this.line1.Left = 0F;
     this.line1.LineWeight = 1F;
     this.line1.Name = "line1";
     this.line1.Top = 0.2F;
     this.line1.Width = 7.532167F;
     this.line1.X1 = 0F;
     this.line1.X2 = 7.532167F;
     this.line1.Y1 = 0.2F;
     this.line1.Y2 = 0.2F;
     //
     // line2
     //
     this.line2.Height = 0F;
     this.line2.Left = 0F;
     this.line2.LineWeight = 1F;
     this.line2.Name = "line2";
     this.line2.Top = 0F;
     this.line2.Width = 7.532167F;
     this.line2.X1 = 0F;
     this.line2.X2 = 7.532167F;
     this.line2.Y1 = 0F;
     this.line2.Y2 = 0F;
     //
     // line3
     //
     this.line3.Height = 0.2F;
     this.line3.Left = 0F;
     this.line3.LineWeight = 1F;
     this.line3.Name = "line3";
     this.line3.Top = 0F;
     this.line3.Width = 0F;
     this.line3.X1 = 0F;
     this.line3.X2 = 0F;
     this.line3.Y1 = 0F;
     this.line3.Y2 = 0.2F;
     //
     // line4
     //
     this.line4.Height = 0.2F;
     this.line4.Left = 0.9480001F;
     this.line4.LineWeight = 1F;
     this.line4.Name = "line4";
     this.line4.Top = 0F;
     this.line4.Width = 0F;
     this.line4.X1 = 0.9480001F;
     this.line4.X2 = 0.9480001F;
     this.line4.Y1 = 0F;
     this.line4.Y2 = 0.2F;
     //
     // line5
     //
     this.line5.Height = 0.2F;
     this.line5.Left = 2.073F;
     this.line5.LineWeight = 1F;
     this.line5.Name = "line5";
     this.line5.Top = 0F;
     this.line5.Width = 0F;
     this.line5.X1 = 2.073F;
     this.line5.X2 = 2.073F;
     this.line5.Y1 = 0F;
     this.line5.Y2 = 0.2F;
     //
     // line6
     //
     this.line6.Height = 0.2F;
     this.line6.Left = 3.073F;
     this.line6.LineWeight = 1F;
     this.line6.Name = "line6";
     this.line6.Top = 0F;
     this.line6.Width = 0F;
     this.line6.X1 = 3.073F;
     this.line6.X2 = 3.073F;
     this.line6.Y1 = 0F;
     this.line6.Y2 = 0.2F;
     //
     // line7
     //
     this.line7.Height = 0.2F;
     this.line7.Left = 4.104F;
     this.line7.LineWeight = 1F;
     this.line7.Name = "line7";
     this.line7.Top = 0F;
     this.line7.Width = 0F;
     this.line7.X1 = 4.104F;
     this.line7.X2 = 4.104F;
     this.line7.Y1 = 0F;
     this.line7.Y2 = 0.2F;
     //
     // line8
     //
     this.line8.Height = 0.2F;
     this.line8.Left = 5.583F;
     this.line8.LineWeight = 1F;
     this.line8.Name = "line8";
     this.line8.Top = 0F;
     this.line8.Width = 0F;
     this.line8.X1 = 5.583F;
     this.line8.X2 = 5.583F;
     this.line8.Y1 = 0F;
     this.line8.Y2 = 0.2F;
     //
     // line9
     //
     this.line9.Height = 0.1999998F;
     this.line9.Left = 7.532001F;
     this.line9.LineWeight = 1F;
     this.line9.Name = "line9";
     this.line9.Top = 0F;
     this.line9.Width = 0F;
     this.line9.X1 = 7.532001F;
     this.line9.X2 = 7.532001F;
     this.line9.Y1 = 0F;
     this.line9.Y2 = 0.1999998F;
     //
     // pageFooter
     //
     this.pageFooter.Height = 0F;
     this.pageFooter.Name = "pageFooter";
     //
     // label4
     //
     this.label4.Height = 0.2F;
     this.label4.HyperLink = null;
     this.label4.Left = 6.615F;
     this.label4.Name = "label4";
     this.label4.Style = "";
     this.label4.Text = "DOB";
     this.label4.Top = 0.01F;
     this.label4.Width = 0.9170003F;
     //
     // line18
     //
     this.line18.Height = 0.2F;
     this.line18.Left = 6.615F;
     this.line18.LineWeight = 1F;
     this.line18.Name = "line18";
     this.line18.Top = 0F;
     this.line18.Width = 0F;
     this.line18.X1 = 6.615F;
     this.line18.X2 = 6.615F;
     this.line18.Y1 = 0F;
     this.line18.Y2 = 0.2F;
     //
     // line19
     //
     this.line19.Height = 0.2F;
     this.line19.Left = 7.532001F;
     this.line19.LineWeight = 1F;
     this.line19.Name = "line19";
     this.line19.Top = 0F;
     this.line19.Width = 0F;
     this.line19.X1 = 7.532001F;
     this.line19.X2 = 7.532001F;
     this.line19.Y1 = 0F;
     this.line19.Y2 = 0.2F;
     //
     // line20
     //
     this.line20.Height = 0.1999998F;
     this.line20.Left = 6.615F;
     this.line20.LineWeight = 1F;
     this.line20.Name = "line20";
     this.line20.Top = 0F;
     this.line20.Width = 0F;
     this.line20.X1 = 6.615F;
     this.line20.X2 = 6.615F;
     this.line20.Y1 = 0F;
     this.line20.Y2 = 0.1999998F;
     //
     // textBox7
     //
     this.textBox7.DataField = "Dob";
     this.textBox7.Height = 0.2F;
     this.textBox7.Left = 6.625F;
     this.textBox7.Name = "textBox7";
     this.textBox7.Text = "textBox6";
     this.textBox7.Top = 0F;
     this.textBox7.Width = 0.9170003F;
     //
     // ManagerReportCasePdf
     //
     this.MasterReport = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth = 8.5F;
     this.PrintWidth = 7.532167F;
     this.Sections.Add(this.reportHeader1);
     this.Sections.Add(this.pageHeader);
     this.Sections.Add(this.detail);
     this.Sections.Add(this.pageFooter);
     this.Sections.Add(this.reportFooter1);
     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"));
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picture1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label18)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label19)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label21)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(LaneTimerSheet));
            this.detail = new DataDynamics.ActiveReports.Detail();
            this.label1 = new DataDynamics.ActiveReports.Label();
            this.lblLaneNumber = new DataDynamics.ActiveReports.Label();
            this.line1 = new DataDynamics.ActiveReports.Line();
            this.line2 = new DataDynamics.ActiveReports.Line();
            this.line3 = new DataDynamics.ActiveReports.Line();
            this.label2 = new DataDynamics.ActiveReports.Label();
            this.lblEvent = new DataDynamics.ActiveReports.Label();
            this.label3 = new DataDynamics.ActiveReports.Label();
            this.lblHeatNumber = new DataDynamics.ActiveReports.Label();
            this.groupHeader1 = new DataDynamics.ActiveReports.GroupHeader();
            this.groupFooter1 = new DataDynamics.ActiveReports.GroupFooter();
            this.txtSwimmerName = new DataDynamics.ActiveReports.TextBox();
            ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblLaneNumber)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblEvent)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblHeatNumber)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSwimmerName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // detail
            // 
            this.detail.ColumnDirection = DataDynamics.ActiveReports.ColumnDirection.AcrossDown;
            this.detail.ColumnSpacing = 0.05F;
            this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.label1,
            this.lblLaneNumber,
            this.line1,
            this.line2,
            this.line3,
            this.txtSwimmerName});
            this.detail.Height = 1.25F;
            this.detail.KeepTogether = true;
            this.detail.Name = "detail";
            // 
            // label1
            // 
            this.label1.Height = 0.2F;
            this.label1.HyperLink = null;
            this.label1.Left = 2.793968E-09F;
            this.label1.Name = "label1";
            this.label1.Style = "font-size: 8pt; font-weight: bold";
            this.label1.Text = "Lane ";
            this.label1.Top = 0F;
            this.label1.Width = 0.322F;
            // 
            // lblLaneNumber
            // 
            this.lblLaneNumber.DataField = "LaneNumber";
            this.lblLaneNumber.Height = 0.2F;
            this.lblLaneNumber.HyperLink = null;
            this.lblLaneNumber.Left = 0.325F;
            this.lblLaneNumber.Name = "lblLaneNumber";
            this.lblLaneNumber.Style = "font-size: 8pt; font-weight: bold";
            this.lblLaneNumber.Text = "lblLaneNumber";
            this.lblLaneNumber.Top = 0F;
            this.lblLaneNumber.Width = 0.2920001F;
            // 
            // line1
            // 
            this.line1.Height = 0.0002500415F;
            this.line1.Left = 0F;
            this.line1.LineWeight = 1F;
            this.line1.Name = "line1";
            this.line1.Top = 0.75575F;
            this.line1.Width = 0.875F;
            this.line1.X1 = 0F;
            this.line1.X2 = 0.875F;
            this.line1.Y1 = 0.756F;
            this.line1.Y2 = 0.75575F;
            // 
            // line2
            // 
            this.line2.Height = 0.0002501011F;
            this.line2.Left = 0F;
            this.line2.LineWeight = 1F;
            this.line2.Name = "line2";
            this.line2.Top = 0.98875F;
            this.line2.Width = 0.875F;
            this.line2.X1 = 0F;
            this.line2.X2 = 0.875F;
            this.line2.Y1 = 0.9890001F;
            this.line2.Y2 = 0.98875F;
            // 
            // line3
            // 
            this.line3.Height = 0.0002499819F;
            this.line3.Left = 0F;
            this.line3.LineWeight = 1F;
            this.line3.Name = "line3";
            this.line3.Top = 1.22175F;
            this.line3.Width = 0.875F;
            this.line3.X1 = 0F;
            this.line3.X2 = 0.875F;
            this.line3.Y1 = 1.222F;
            this.line3.Y2 = 1.22175F;
            // 
            // label2
            // 
            this.label2.Height = 0.2F;
            this.label2.HyperLink = null;
            this.label2.Left = 0F;
            this.label2.Name = "label2";
            this.label2.Style = "font-weight: bold";
            this.label2.Text = "Event:";
            this.label2.Top = 0F;
            this.label2.Width = 0.5420001F;
            // 
            // lblEvent
            // 
            this.lblEvent.DataField = "EventDescription";
            this.lblEvent.Height = 0.2F;
            this.lblEvent.HyperLink = null;
            this.lblEvent.Left = 0.468F;
            this.lblEvent.Name = "lblEvent";
            this.lblEvent.Style = "font-weight: bold";
            this.lblEvent.Text = "label3";
            this.lblEvent.Top = 0F;
            this.lblEvent.Width = 5.031F;
            // 
            // label3
            // 
            this.label3.Height = 0.2F;
            this.label3.HyperLink = null;
            this.label3.Left = 0F;
            this.label3.Name = "label3";
            this.label3.Style = "font-weight: bold";
            this.label3.Text = "Heat:";
            this.label3.Top = 0.232F;
            this.label3.Width = 0.448F;
            // 
            // lblHeatNumber
            // 
            this.lblHeatNumber.DataField = "HeatNumber";
            this.lblHeatNumber.Height = 0.2F;
            this.lblHeatNumber.HyperLink = null;
            this.lblHeatNumber.Left = 0.448F;
            this.lblHeatNumber.Name = "lblHeatNumber";
            this.lblHeatNumber.Style = "font-weight: bold";
            this.lblHeatNumber.Text = "label4";
            this.lblHeatNumber.Top = 0.232F;
            this.lblHeatNumber.Width = 1F;
            // 
            // groupHeader1
            // 
            this.groupHeader1.ColumnLayout = false;
            this.groupHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.lblHeatNumber,
            this.label2,
            this.lblEvent,
            this.label3});
            this.groupHeader1.DataField = "HeatID";
            this.groupHeader1.GroupKeepTogether = DataDynamics.ActiveReports.GroupKeepTogether.FirstDetail;
            this.groupHeader1.Height = 0.432F;
            this.groupHeader1.Name = "groupHeader1";
            this.groupHeader1.Format += new System.EventHandler(this.groupHeader1_Format);
            // 
            // groupFooter1
            // 
            this.groupFooter1.Height = 0.5416667F;
            this.groupFooter1.Name = "groupFooter1";
            // 
            // txtSwimmerName
            // 
            this.txtSwimmerName.DataField = "SwimmerName";
            this.txtSwimmerName.Height = 0.323F;
            this.txtSwimmerName.Left = 0F;
            this.txtSwimmerName.Name = "txtSwimmerName";
            this.txtSwimmerName.Style = "font-size: 8pt";
            this.txtSwimmerName.Text = "textBox1";
            this.txtSwimmerName.Top = 0.2F;
            this.txtSwimmerName.Width = 1F;
            // 
            // LaneTimerSheet
            // 
            this.MasterReport = false;
            this.PageSettings.PaperHeight = 11F;
            this.PageSettings.PaperWidth = 8.5F;
            this.PrintWidth = 7.5F;
            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.LaneTimerSheet_ReportStart);
            ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblLaneNumber)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblEvent)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lblHeatNumber)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSwimmerName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            var resources = new System.ComponentModel.ComponentResourceManager(typeof(ViewAllBillsReport));
            this.pageHeader = new DataDynamics.ActiveReports.PageHeader();
            this.detail = new DataDynamics.ActiveReports.Detail();
            this.ux_company_name = new DataDynamics.ActiveReports.RichTextBox();
            this.ux_due_date = new DataDynamics.ActiveReports.RichTextBox();
            this.ux_amount = new DataDynamics.ActiveReports.RichTextBox();
            this.pageFooter = new DataDynamics.ActiveReports.PageFooter();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeader
            // 
            this.pageHeader.Height = 0.25F;
            this.pageHeader.Name = "pageHeader";
            // 
            // detail
            // 
            this.detail.ColumnSpacing = 0F;
            this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
                                                                                         this.ux_company_name,
                                                                                         this.ux_due_date,
                                                                                         this.ux_amount});
            this.detail.Height = 2F;
            this.detail.Name = "detail";
            // 
            // ux_company_name
            // 
            this.ux_company_name.AutoReplaceFields = true;
            this.ux_company_name.Border.BottomColor = System.Drawing.Color.Black;
            this.ux_company_name.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.ux_company_name.Border.LeftColor = System.Drawing.Color.Black;
            this.ux_company_name.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.ux_company_name.Border.RightColor = System.Drawing.Color.Black;
            this.ux_company_name.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.ux_company_name.Border.TopColor = System.Drawing.Color.Black;
            this.ux_company_name.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.ux_company_name.Font = new System.Drawing.Font("Arial", 10F);
            this.ux_company_name.Height = 0.25F;
            this.ux_company_name.Left = 0.875F;
            this.ux_company_name.Name = "ux_company_name";
            this.ux_company_name.RTF = resources.GetString("ux_company_name.RTF");
            this.ux_company_name.Top = 0.125F;
            this.ux_company_name.Width = 1.625F;
            // 
            // ux_due_date
            // 
            this.ux_due_date.AutoReplaceFields = true;
            this.ux_due_date.Border.BottomColor = System.Drawing.Color.Black;
            this.ux_due_date.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.ux_due_date.Border.LeftColor = System.Drawing.Color.Black;
            this.ux_due_date.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.ux_due_date.Border.RightColor = System.Drawing.Color.Black;
            this.ux_due_date.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.ux_due_date.Border.TopColor = System.Drawing.Color.Black;
            this.ux_due_date.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.ux_due_date.Font = new System.Drawing.Font("Arial", 10F);
            this.ux_due_date.Height = 0.25F;
            this.ux_due_date.Left = 0.875F;
            this.ux_due_date.Name = "ux_due_date";
            this.ux_due_date.RTF = resources.GetString("ux_due_date.RTF");
            this.ux_due_date.Top = 0.4375F;
            this.ux_due_date.Width = 1.6875F;
            // 
            // ux_amount
            // 
            this.ux_amount.AutoReplaceFields = true;
            this.ux_amount.Border.BottomColor = System.Drawing.Color.Black;
            this.ux_amount.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.ux_amount.Border.LeftColor = System.Drawing.Color.Black;
            this.ux_amount.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.ux_amount.Border.RightColor = System.Drawing.Color.Black;
            this.ux_amount.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.ux_amount.Border.TopColor = System.Drawing.Color.Black;
            this.ux_amount.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.ux_amount.Font = new System.Drawing.Font("Arial", 10F);
            this.ux_amount.Height = 0.25F;
            this.ux_amount.Left = 0.875F;
            this.ux_amount.Name = "ux_amount";
            this.ux_amount.RTF = resources.GetString("ux_amount.RTF");
            this.ux_amount.Top = 0.75F;
            this.ux_amount.Width = 1.6875F;
            // 
            // pageFooter
            // 
            this.pageFooter.Height = 0.25F;
            this.pageFooter.Name = "pageFooter";
            // 
            // view_all_bills_report
            // 
            this.MasterReport = true;
            this.PageSettings.PaperHeight = 11F;
            this.PageSettings.PaperWidth = 8.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"));
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
Esempio n. 18
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(OverallRec));
			this.detail = new DataDynamics.ActiveReports.Detail();
			this.Recommendation = new DataDynamics.ActiveReports.TextBox();
			this.label1 = new DataDynamics.ActiveReports.Label();
			this.label2 = new DataDynamics.ActiveReports.Label();
			this.label3 = new DataDynamics.ActiveReports.Label();
			this.label5 = new DataDynamics.ActiveReports.Label();
			this.label6 = new DataDynamics.ActiveReports.Label();
			this.Score1 = new DataDynamics.ActiveReports.TextBox();
			this.Color1 = new DataDynamics.ActiveReports.TextBox();
			this.Score2 = new DataDynamics.ActiveReports.TextBox();
			this.Color2 = new DataDynamics.ActiveReports.TextBox();
			this.Score3 = new DataDynamics.ActiveReports.TextBox();
			this.Color3 = new DataDynamics.ActiveReports.TextBox();
			this.Score4 = new DataDynamics.ActiveReports.TextBox();
			this.Color4 = new DataDynamics.ActiveReports.TextBox();
			this.label7 = new DataDynamics.ActiveReports.Label();
			this.label8 = new DataDynamics.ActiveReports.Label();
			this.label9 = new DataDynamics.ActiveReports.Label();
			this.Score = new DataDynamics.ActiveReports.TextBox();
			this.Criticals = new DataDynamics.ActiveReports.TextBox();
			this.RedCount = new DataDynamics.ActiveReports.TextBox();
			this.Color = new DataDynamics.ActiveReports.TextBox();
			((System.ComponentModel.ISupportInitialize)(this.Recommendation)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Score1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Color1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Score2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Color2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Score3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Color3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Score4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Color4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label9)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Score)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Criticals)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.RedCount)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Color)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// detail
			// 
			this.detail.ColumnSpacing = 0F;
			this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.Recommendation,
            this.label1,
            this.label2,
            this.label3,
            this.label5,
            this.label6,
            this.Score1,
            this.Color1,
            this.Score2,
            this.Color2,
            this.Score3,
            this.Color3,
            this.Score4,
            this.Color4,
            this.label7,
            this.label8,
            this.label9,
            this.Score,
            this.Criticals,
            this.RedCount,
            this.Color});
			this.detail.Height = 2F;
			this.detail.Name = "detail";
			this.detail.Format += new System.EventHandler(this.detail_Format);
			// 
			// Recommendation
			// 
			this.Recommendation.DataField = "Recommendation";
			this.Recommendation.Height = 0.325F;
			this.Recommendation.Left = 0.208F;
			this.Recommendation.Name = "Recommendation";
			this.Recommendation.Style = "color: #005A74; font-size: 15.75pt; font-weight: bold; ddo-char-set: 1";
			this.Recommendation.Text = "Recommendation";
			this.Recommendation.Top = 0.04F;
			this.Recommendation.Width = 7.292F;
			// 
			// label1
			// 
			this.label1.Height = 0.2F;
			this.label1.HyperLink = null;
			this.label1.Left = 0.208F;
			this.label1.Name = "label1";
			this.label1.Style = "font-weight: bold";
			this.label1.Text = "Criterion";
			this.label1.Top = 0.425F;
			this.label1.Width = 0.6350001F;
			// 
			// label2
			// 
			this.label2.Height = 0.2F;
			this.label2.HyperLink = null;
			this.label2.Left = 0.208F;
			this.label2.Name = "label2";
			this.label2.Style = "font-weight: normal";
			this.label2.Text = "Impacts on the stock";
			this.label2.Top = 0.688F;
			this.label2.Width = 1.571F;
			// 
			// label3
			// 
			this.label3.Height = 0.2F;
			this.label3.HyperLink = null;
			this.label3.Left = 0.208F;
			this.label3.Name = "label3";
			this.label3.Style = "font-weight: normal";
			this.label3.Text = "Impacts on other stocks";
			this.label3.Top = 0.91F;
			this.label3.Width = 1.571F;
			// 
			// label5
			// 
			this.label5.Height = 0.2F;
			this.label5.HyperLink = null;
			this.label5.Left = 0.208F;
			this.label5.Name = "label5";
			this.label5.Style = "font-weight: normal";
			this.label5.Text = "Management";
			this.label5.Top = 1.135F;
			this.label5.Width = 1.571F;
			// 
			// label6
			// 
			this.label6.Height = 0.2F;
			this.label6.HyperLink = null;
			this.label6.Left = 0.208F;
			this.label6.Name = "label6";
			this.label6.Style = "font-weight: normal";
			this.label6.Text = "Habitat & Ecosystem";
			this.label6.Top = 1.367F;
			this.label6.Width = 1.571F;
			// 
			// Score1
			// 
			this.Score1.DataField = "Score1";
			this.Score1.Height = 0.1979167F;
			this.Score1.Left = 1.885F;
			this.Score1.Name = "Score1";
			this.Score1.Text = "Score1";
			this.Score1.Top = 0.688F;
			this.Score1.Width = 0.4895833F;
			// 
			// Color1
			// 
			this.Color1.DataField = "Color1";
			this.Color1.Height = 0.1979167F;
			this.Color1.Left = 2.479F;
			this.Color1.Name = "Color1";
			this.Color1.Text = "Color1";
			this.Color1.Top = 0.688F;
			this.Color1.Width = 0.833F;
			// 
			// Score2
			// 
			this.Score2.DataField = "Score2";
			this.Score2.Height = 0.1979167F;
			this.Score2.Left = 1.885F;
			this.Score2.Name = "Score2";
			this.Score2.Text = "Score2";
			this.Score2.Top = 0.91F;
			this.Score2.Width = 0.4895833F;
			// 
			// Color2
			// 
			this.Color2.DataField = "Color2";
			this.Color2.Height = 0.1979167F;
			this.Color2.Left = 2.479F;
			this.Color2.Name = "Color2";
			this.Color2.Text = "Color2";
			this.Color2.Top = 0.91F;
			this.Color2.Width = 0.833F;
			// 
			// Score3
			// 
			this.Score3.DataField = "Score3";
			this.Score3.Height = 0.1979167F;
			this.Score3.Left = 1.885F;
			this.Score3.Name = "Score3";
			this.Score3.Text = "Score3";
			this.Score3.Top = 1.14F;
			this.Score3.Width = 0.4895833F;
			// 
			// Color3
			// 
			this.Color3.DataField = "Color3";
			this.Color3.Height = 0.1979167F;
			this.Color3.Left = 2.479F;
			this.Color3.Name = "Color3";
			this.Color3.Text = "Color3";
			this.Color3.Top = 1.14F;
			this.Color3.Width = 0.833F;
			// 
			// Score4
			// 
			this.Score4.DataField = "Score4";
			this.Score4.Height = 0.1979167F;
			this.Score4.Left = 1.885F;
			this.Score4.Name = "Score4";
			this.Score4.Text = "Score4";
			this.Score4.Top = 1.362F;
			this.Score4.Width = 0.4895833F;
			// 
			// Color4
			// 
			this.Color4.DataField = "Color4";
			this.Color4.Height = 0.1979167F;
			this.Color4.Left = 2.479F;
			this.Color4.Name = "Color4";
			this.Color4.Text = "Color4";
			this.Color4.Top = 1.362F;
			this.Color4.Width = 0.833F;
			// 
			// label7
			// 
			this.label7.Height = 0.2F;
			this.label7.HyperLink = null;
			this.label7.Left = 3.51F;
			this.label7.Name = "label7";
			this.label7.Style = "font-weight: normal";
			this.label7.Text = "Overall Score";
			this.label7.Top = 0.683F;
			this.label7.Width = 1.571F;
			// 
			// label8
			// 
			this.label8.Height = 0.2F;
			this.label8.HyperLink = null;
			this.label8.Left = 3.51F;
			this.label8.Name = "label8";
			this.label8.Style = "font-weight: normal";
			this.label8.Text = "Any Criticals?";
			this.label8.Top = 0.905F;
			this.label8.Width = 1.571F;
			// 
			// label9
			// 
			this.label9.Height = 0.2F;
			this.label9.HyperLink = null;
			this.label9.Left = 3.51F;
			this.label9.Name = "label9";
			this.label9.Style = "font-weight: normal";
			this.label9.Text = "Number of Reds";
			this.label9.Top = 1.138F;
			this.label9.Width = 1.571F;
			// 
			// Score
			// 
			this.Score.DataField = "Score";
			this.Score.Height = 0.1979167F;
			this.Score.Left = 5.187F;
			this.Score.Name = "Score";
			this.Score.Text = "Score";
			this.Score.Top = 0.683F;
			this.Score.Width = 0.4895833F;
			// 
			// Criticals
			// 
			this.Criticals.DataField = "Criticals";
			this.Criticals.Height = 0.1979167F;
			this.Criticals.Left = 5.187F;
			this.Criticals.Name = "Criticals";
			this.Criticals.Text = "Criticals";
			this.Criticals.Top = 0.905F;
			this.Criticals.Width = 0.4895833F;
			// 
			// RedCount
			// 
			this.RedCount.DataField = "RedCount";
			this.RedCount.Height = 0.1979167F;
			this.RedCount.Left = 5.187F;
			this.RedCount.Name = "RedCount";
			this.RedCount.Text = "RedCount";
			this.RedCount.Top = 1.135F;
			this.RedCount.Width = 0.4895833F;
			// 
			// Color
			// 
			this.Color.DataField = "Color";
			this.Color.Height = 0.563F;
			this.Color.Left = 5.78F;
			this.Color.Name = "Color";
			this.Color.Style = "text-align: center; vertical-align: middle";
			this.Color.Text = "Color";
			this.Color.Top = 0.688F;
			this.Color.Width = 1.72F;
			// 
			// OverallRec
			// 
			this.MasterReport = false;
			this.PageSettings.PaperHeight = 11F;
			this.PageSettings.PaperWidth = 8.5F;
			this.PrintWidth = 7.5F;
			this.Sections.Add(this.detail);
			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"));
			((System.ComponentModel.ISupportInitialize)(this.Recommendation)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Score1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Color1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Score2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Color2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Score3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Color3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Score4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Color4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label9)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Score)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Criticals)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.RedCount)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Color)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
Esempio n. 19
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(NewActiveReport1));
			this.pageHeader = new DataDynamics.ActiveReports.PageHeader();
			this.detail = new DataDynamics.ActiveReports.Detail();
			this.pageFooter = new DataDynamics.ActiveReports.PageFooter();
			this.groupHeader1 = new DataDynamics.ActiveReports.GroupHeader();
			this.groupFooter1 = new DataDynamics.ActiveReports.GroupFooter();
			this.Factor = new DataDynamics.ActiveReports.TextBox();
			this.groupHeader2 = new DataDynamics.ActiveReports.GroupHeader();
			this.groupFooter2 = new DataDynamics.ActiveReports.GroupFooter();
			this.FactorType = new DataDynamics.ActiveReports.TextBox();
			this.groupHeader3 = new DataDynamics.ActiveReports.GroupHeader();
			this.groupFooter3 = new DataDynamics.ActiveReports.GroupFooter();
			this.SpeciesAndLocation = new DataDynamics.ActiveReports.TextBox();
			this.ScoreNumber = new DataDynamics.ActiveReports.TextBox();
			this.ScoreDescription = new DataDynamics.ActiveReports.TextBox();
			this.label1 = new DataDynamics.ActiveReports.Label();
			this.KeyInfo = new DataDynamics.ActiveReports.TextBox();
			this.label2 = new DataDynamics.ActiveReports.Label();
			this.Rationale = new DataDynamics.ActiveReports.TextBox();
			((System.ComponentModel.ISupportInitialize)(this.Factor)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.FactorType)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.SpeciesAndLocation)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ScoreNumber)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ScoreDescription)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.KeyInfo)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Rationale)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// pageHeader
			// 
			this.pageHeader.Height = 0F;
			this.pageHeader.Name = "pageHeader";
			// 
			// detail
			// 
			this.detail.ColumnSpacing = 0F;
			this.detail.Height = 0F;
			this.detail.Name = "detail";
			// 
			// pageFooter
			// 
			this.pageFooter.Height = 0F;
			this.pageFooter.Name = "pageFooter";
			// 
			// groupHeader1
			// 
			this.groupHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.Factor});
			this.groupHeader1.Height = 0.2605833F;
			this.groupHeader1.Name = "groupHeader1";
			// 
			// groupFooter1
			// 
			this.groupFooter1.Height = 0F;
			this.groupFooter1.Name = "groupFooter1";
			// 
			// Factor
			// 
			this.Factor.Height = 0.2291667F;
			this.Factor.Left = 0F;
			this.Factor.Name = "Factor";
			this.Factor.Text = "Factor";
			this.Factor.Top = 0.021F;
			this.Factor.Width = 5.124F;
			// 
			// groupHeader2
			// 
			this.groupHeader2.BackColor = System.Drawing.Color.DarkGray;
			this.groupHeader2.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.FactorType});
			this.groupHeader2.Height = 0.2291667F;
			this.groupHeader2.Name = "groupHeader2";
			// 
			// groupFooter2
			// 
			this.groupFooter2.Height = 0F;
			this.groupFooter2.Name = "groupFooter2";
			// 
			// FactorType
			// 
			this.FactorType.Height = 0.2291667F;
			this.FactorType.Left = 0.25F;
			this.FactorType.Name = "FactorType";
			this.FactorType.Style = "color: White; font-size: 9.75pt; font-weight: bold; ddo-char-set: 0";
			this.FactorType.Text = "FactorType";
			this.FactorType.Top = 0F;
			this.FactorType.Width = 3.885F;
			// 
			// groupHeader3
			// 
			this.groupHeader3.BackColor = System.Drawing.Color.Gainsboro;
			this.groupHeader3.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.SpeciesAndLocation,
            this.ScoreNumber,
            this.ScoreDescription,
            this.label1,
            this.KeyInfo,
            this.label2,
            this.Rationale});
			this.groupHeader3.Height = 1.604167F;
			this.groupHeader3.Name = "groupHeader3";
			// 
			// groupFooter3
			// 
			this.groupFooter3.Height = 0F;
			this.groupFooter3.Name = "groupFooter3";
			// 
			// SpeciesAndLocation
			// 
			this.SpeciesAndLocation.Height = 0.2291667F;
			this.SpeciesAndLocation.Left = 0.302F;
			this.SpeciesAndLocation.Name = "SpeciesAndLocation";
			this.SpeciesAndLocation.Text = "SpeciesAndLocation";
			this.SpeciesAndLocation.Top = 0F;
			this.SpeciesAndLocation.Width = 5.916F;
			// 
			// ScoreNumber
			// 
			this.ScoreNumber.Height = 0.2395833F;
			this.ScoreNumber.Left = 0.375F;
			this.ScoreNumber.Name = "ScoreNumber";
			this.ScoreNumber.Style = "background-color: DimGray; color: White";
			this.ScoreNumber.Text = "ScoreNumber";
			this.ScoreNumber.Top = 0.2916667F;
			this.ScoreNumber.Width = 0.302F;
			// 
			// ScoreDescription
			// 
			this.ScoreDescription.Height = 0.2395833F;
			this.ScoreDescription.Left = 0.677F;
			this.ScoreDescription.Name = "ScoreDescription";
			this.ScoreDescription.Style = "background-color: White; font-size: 9.75pt; font-weight: bold; ddo-char-set: 0";
			this.ScoreDescription.Text = "ScoreDescription";
			this.ScoreDescription.Top = 0.292F;
			this.ScoreDescription.Width = 1.125F;
			// 
			// label1
			// 
			this.label1.Height = 0.1875F;
			this.label1.HyperLink = null;
			this.label1.Left = 0.3958333F;
			this.label1.Name = "label1";
			this.label1.Style = "font-size: 9.75pt; font-weight: bold; ddo-char-set: 0";
			this.label1.Text = "Key Relevant Info:";
			this.label1.Top = 0.59375F;
			this.label1.Width = 1.40625F;
			// 
			// KeyInfo
			// 
			this.KeyInfo.Height = 0.21875F;
			this.KeyInfo.Left = 0.3854167F;
			this.KeyInfo.Name = "KeyInfo";
			this.KeyInfo.Text = "KeyInfo";
			this.KeyInfo.Top = 0.84375F;
			this.KeyInfo.Width = 6.114584F;
			// 
			// label2
			// 
			this.label2.Height = 0.1875F;
			this.label2.HyperLink = null;
			this.label2.Left = 0.3958333F;
			this.label2.Name = "label2";
			this.label2.Style = "font-size: 9.75pt; font-weight: bold; ddo-char-set: 0";
			this.label2.Text = "Detail Rationale:";
			this.label2.Top = 1.125F;
			this.label2.Width = 1.40625F;
			// 
			// Rationale
			// 
			this.Rationale.Height = 0.21875F;
			this.Rationale.Left = 0.3854167F;
			this.Rationale.Name = "Rationale";
			this.Rationale.Text = "Rationale";
			this.Rationale.Top = 1.375F;
			this.Rationale.Width = 6.114584F;
			// 
			// NewActiveReport1
			// 
			this.MasterReport = false;
			this.PageSettings.PaperHeight = 11F;
			this.PageSettings.PaperWidth = 8.5F;
			this.Sections.Add(this.pageHeader);
			this.Sections.Add(this.groupHeader1);
			this.Sections.Add(this.groupHeader2);
			this.Sections.Add(this.groupHeader3);
			this.Sections.Add(this.detail);
			this.Sections.Add(this.groupFooter3);
			this.Sections.Add(this.groupFooter2);
			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: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" +
            "lic", "Heading2", "Normal"));
			this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal"));
			((System.ComponentModel.ISupportInitialize)(this.Factor)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.FactorType)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.SpeciesAndLocation)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.ScoreNumber)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.ScoreDescription)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.KeyInfo)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Rationale)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
 /// <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(StudentReportPdf));
     this.detail = new DataDynamics.ActiveReports.Detail();
     this.label2 = new DataDynamics.ActiveReports.Label();
     this.txtDateLbl = new DataDynamics.ActiveReports.Label();
     this.label15 = new DataDynamics.ActiveReports.Label();
     this.label6 = new DataDynamics.ActiveReports.Label();
     this.txtSchool = new DataDynamics.ActiveReports.TextBox();
     this.txtStudName = new DataDynamics.ActiveReports.TextBox();
     this.label4 = new DataDynamics.ActiveReports.Label();
     this.label5 = new DataDynamics.ActiveReports.Label();
     this.txtDob = new DataDynamics.ActiveReports.TextBox();
     this.txtTeacher = new DataDynamics.ActiveReports.TextBox();
     this.txtGradeProgram = new DataDynamics.ActiveReports.TextBox();
     this.label7 = new DataDynamics.ActiveReports.Label();
     this.label8 = new DataDynamics.ActiveReports.Label();
     this.txtSpecialityArea = new DataDynamics.ActiveReports.TextBox();
     this.label9 = new DataDynamics.ActiveReports.Label();
     this.txtConsultants = new DataDynamics.ActiveReports.TextBox();
     this.label10 = new DataDynamics.ActiveReports.Label();
     this.richBackground = new DataDynamics.ActiveReports.RichTextBox();
     this.richObservations = new DataDynamics.ActiveReports.RichTextBox();
     this.label11 = new DataDynamics.ActiveReports.Label();
     this.richTestResults = new DataDynamics.ActiveReports.RichTextBox();
     this.label12 = new DataDynamics.ActiveReports.Label();
     this.richTreatment = new DataDynamics.ActiveReports.RichTextBox();
     this.label13 = new DataDynamics.ActiveReports.Label();
     this.richProgress = new DataDynamics.ActiveReports.RichTextBox();
     this.label14 = new DataDynamics.ActiveReports.Label();
     this.richRecommendations = new DataDynamics.ActiveReports.RichTextBox();
     this.label16 = new DataDynamics.ActiveReports.Label();
     this.richSummary = new DataDynamics.ActiveReports.RichTextBox();
     this.label17 = new DataDynamics.ActiveReports.Label();
     this.textBox6 = new DataDynamics.ActiveReports.TextBox();
     this.txtDate = new DataDynamics.ActiveReports.TextBox();
     this.reportHeader1 = new DataDynamics.ActiveReports.ReportHeader();
     this.picture1 = new DataDynamics.ActiveReports.Picture();
     this.label1 = new DataDynamics.ActiveReports.Label();
     this.reportFooter1 = new DataDynamics.ActiveReports.ReportFooter();
     this.pageHeader = new DataDynamics.ActiveReports.PageHeader();
     this.pageFooter = new DataDynamics.ActiveReports.PageFooter();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDateLbl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSchool)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtStudName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDob)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTeacher)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGradeProgram)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSpecialityArea)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConsultants)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label17)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.picture1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
     this.label2,
     this.txtDateLbl,
     this.label15,
     this.label6,
     this.txtSchool,
     this.txtStudName,
     this.label4,
     this.label5,
     this.txtDob,
     this.txtTeacher,
     this.txtGradeProgram,
     this.label7,
     this.label8,
     this.txtSpecialityArea,
     this.label9,
     this.txtConsultants,
     this.label10,
     this.richBackground,
     this.richObservations,
     this.label11,
     this.richTestResults,
     this.label12,
     this.richTreatment,
     this.label13,
     this.richProgress,
     this.label14,
     this.richRecommendations,
     this.label16,
     this.richSummary,
     this.label17,
     this.textBox6,
     this.txtDate});
     this.detail.Height = 17.1655F;
     this.detail.Name = "detail";
     //
     // label2
     //
     this.label2.Height = 0.231F;
     this.label2.HyperLink = null;
     this.label2.Left = 1.917F;
     this.label2.Name = "label2";
     this.label2.Style = "font-size: 13pt; font-weight: bold";
     this.label2.Text = "Specialty Area (s) Report";
     this.label2.Top = 0.094F;
     this.label2.Width = 2.865F;
     //
     // txtDateLbl
     //
     this.txtDateLbl.Height = 0.231F;
     this.txtDateLbl.HyperLink = null;
     this.txtDateLbl.Left = 1.917F;
     this.txtDateLbl.Name = "txtDateLbl";
     this.txtDateLbl.Style = "font-size: 13pt; font-weight: bold";
     this.txtDateLbl.Text = "Date";
     this.txtDateLbl.Top = 0.3875F;
     this.txtDateLbl.Width = 0.5F;
     //
     // label15
     //
     this.label15.Height = 0.2F;
     this.label15.HyperLink = null;
     this.label15.Left = 0.18F;
     this.label15.Name = "label15";
     this.label15.Style = "font-size: 9pt; font-weight: bold";
     this.label15.Text = "Student Name:";
     this.label15.Top = 0.89F;
     this.label15.Width = 1F;
     //
     // label6
     //
     this.label6.Height = 0.2F;
     this.label6.HyperLink = null;
     this.label6.Left = 0.18F;
     this.label6.Name = "label6";
     this.label6.Style = "font-size: 9pt; font-weight: bold";
     this.label6.Text = "School:";
     this.label6.Top = 1.151F;
     this.label6.Width = 1F;
     //
     // txtSchool
     //
     this.txtSchool.Height = 0.2F;
     this.txtSchool.Left = 1.18F;
     this.txtSchool.Name = "txtSchool";
     this.txtSchool.Style = "font-size: 9pt";
     this.txtSchool.Text = null;
     this.txtSchool.Top = 1.151F;
     this.txtSchool.Width = 1.052F;
     //
     // txtStudName
     //
     this.txtStudName.Height = 0.2F;
     this.txtStudName.Left = 1.18F;
     this.txtStudName.Name = "txtStudName";
     this.txtStudName.Style = "font-size: 9pt";
     this.txtStudName.Text = null;
     this.txtStudName.Top = 0.89F;
     this.txtStudName.Width = 2.331F;
     //
     // label4
     //
     this.label4.Height = 0.2F;
     this.label4.HyperLink = null;
     this.label4.Left = 0.18F;
     this.label4.Name = "label4";
     this.label4.Style = "font-size: 9pt; font-weight: bold";
     this.label4.Text = "Teacher:";
     this.label4.Top = 1.406F;
     this.label4.Width = 1F;
     //
     // label5
     //
     this.label5.Height = 0.2F;
     this.label5.HyperLink = null;
     this.label5.Left = 3.917F;
     this.label5.Name = "label5";
     this.label5.Style = "font-size: 9pt; font-weight: bold";
     this.label5.Text = "Date Of Birth:";
     this.label5.Top = 0.89F;
     this.label5.Width = 1.156F;
     //
     // txtDob
     //
     this.txtDob.Height = 0.2F;
     this.txtDob.Left = 5.073F;
     this.txtDob.Name = "txtDob";
     this.txtDob.Style = "font-size: 9pt";
     this.txtDob.Text = null;
     this.txtDob.Top = 0.89F;
     this.txtDob.Width = 2.302F;
     //
     // txtTeacher
     //
     this.txtTeacher.Height = 0.2F;
     this.txtTeacher.Left = 1.18F;
     this.txtTeacher.Name = "txtTeacher";
     this.txtTeacher.Style = "font-size: 9pt";
     this.txtTeacher.Text = null;
     this.txtTeacher.Top = 1.406F;
     this.txtTeacher.Width = 2.331F;
     //
     // txtGradeProgram
     //
     this.txtGradeProgram.Height = 0.2F;
     this.txtGradeProgram.Left = 5.073F;
     this.txtGradeProgram.Name = "txtGradeProgram";
     this.txtGradeProgram.Style = "font-size: 9pt";
     this.txtGradeProgram.Text = null;
     this.txtGradeProgram.Top = 1.142F;
     this.txtGradeProgram.Width = 2.302F;
     //
     // label7
     //
     this.label7.Height = 0.2F;
     this.label7.HyperLink = null;
     this.label7.Left = 3.917F;
     this.label7.Name = "label7";
     this.label7.Style = "font-size: 9pt; font-weight: bold";
     this.label7.Text = "Grade/Program:";
     this.label7.Top = 1.151F;
     this.label7.Width = 1.156001F;
     //
     // label8
     //
     this.label8.Height = 0.2F;
     this.label8.HyperLink = null;
     this.label8.Left = 0.18F;
     this.label8.Name = "label8";
     this.label8.Style = "font-size: 9pt; font-weight: bold";
     this.label8.Text = "Specialty Area(s):";
     this.label8.Top = 1.839F;
     this.label8.Width = 1.25F;
     //
     // txtSpecialityArea
     //
     this.txtSpecialityArea.Height = 0.5230002F;
     this.txtSpecialityArea.Left = 0.18F;
     this.txtSpecialityArea.Name = "txtSpecialityArea";
     this.txtSpecialityArea.Style = "font-size: 9pt";
     this.txtSpecialityArea.Text = null;
     this.txtSpecialityArea.Top = 2.089F;
     this.txtSpecialityArea.Width = 3.331F;
     //
     // label9
     //
     this.label9.Height = 0.2F;
     this.label9.HyperLink = null;
     this.label9.Left = 3.917F;
     this.label9.Name = "label9";
     this.label9.Style = "font-size: 9pt; font-weight: bold";
     this.label9.Text = "Consultant Name(s):";
     this.label9.Top = 1.839F;
     this.label9.Width = 1.479F;
     //
     // txtConsultants
     //
     this.txtConsultants.Height = 0.5230002F;
     this.txtConsultants.Left = 3.917F;
     this.txtConsultants.Name = "txtConsultants";
     this.txtConsultants.Style = "font-size: 9pt";
     this.txtConsultants.Text = null;
     this.txtConsultants.Top = 2.089F;
     this.txtConsultants.Width = 3.458F;
     //
     // label10
     //
     this.label10.Height = 0.2420001F;
     this.label10.HyperLink = null;
     this.label10.Left = 0F;
     this.label10.Name = "label10";
     this.label10.Style = "background-color: #C5E0B4; font-size: 11pt; font-weight: bold";
     this.label10.Text = "BACKGROUND";
     this.label10.Top = 2.792F;
     this.label10.Width = 7.532001F;
     //
     // richBackground
     //
     this.richBackground.AutoReplaceFields = true;
     this.richBackground.Font = new System.Drawing.Font("Arial", 10F);
     this.richBackground.Height = 1.5F;
     this.richBackground.Left = 0F;
     this.richBackground.Name = "richBackground";
     this.richBackground.RTF = resources.GetString("richBackground.RTF");
     this.richBackground.Top = 3.034F;
     this.richBackground.Width = 7.532001F;
     //
     // richObservations
     //
     this.richObservations.AutoReplaceFields = true;
     this.richObservations.Font = new System.Drawing.Font("Arial", 10F);
     this.richObservations.Height = 1.5F;
     this.richObservations.Left = 0F;
     this.richObservations.Name = "richObservations";
     this.richObservations.RTF = resources.GetString("richObservations.RTF");
     this.richObservations.Top = 4.8385F;
     this.richObservations.Width = 7.532F;
     //
     // label11
     //
     this.label11.Height = 0.2420001F;
     this.label11.HyperLink = null;
     this.label11.Left = 0F;
     this.label11.Name = "label11";
     this.label11.Style = "background-color: #C5E0B4; font-size: 11pt; font-weight: bold";
     this.label11.Text = "OVSERVATIONS";
     this.label11.Top = 4.5965F;
     this.label11.Width = 7.532F;
     //
     // richTestResults
     //
     this.richTestResults.AutoReplaceFields = true;
     this.richTestResults.Font = new System.Drawing.Font("Arial", 10F);
     this.richTestResults.Height = 1.5F;
     this.richTestResults.Left = 0F;
     this.richTestResults.Name = "richTestResults";
     this.richTestResults.RTF = resources.GetString("richTestResults.RTF");
     this.richTestResults.Top = 6.643F;
     this.richTestResults.Width = 7.532F;
     //
     // label12
     //
     this.label12.Height = 0.2420001F;
     this.label12.HyperLink = null;
     this.label12.Left = 0F;
     this.label12.Name = "label12";
     this.label12.Style = "background-color: #C5E0B4; font-size: 11pt; font-weight: bold";
     this.label12.Text = "TEST RESULTS & INTERPRETATIONS";
     this.label12.Top = 6.401F;
     this.label12.Width = 7.532F;
     //
     // richTreatment
     //
     this.richTreatment.AutoReplaceFields = true;
     this.richTreatment.Font = new System.Drawing.Font("Arial", 10F);
     this.richTreatment.Height = 1.5F;
     this.richTreatment.Left = 0F;
     this.richTreatment.Name = "richTreatment";
     this.richTreatment.RTF = resources.GetString("richTreatment.RTF");
     this.richTreatment.Top = 8.447499F;
     this.richTreatment.Width = 7.532F;
     //
     // label13
     //
     this.label13.Height = 0.2420001F;
     this.label13.HyperLink = null;
     this.label13.Left = 0F;
     this.label13.Name = "label13";
     this.label13.Style = "background-color: #C5E0B4; font-size: 11pt; font-weight: bold";
     this.label13.Text = "TREATMENT GOALS";
     this.label13.Top = 8.2055F;
     this.label13.Width = 7.532F;
     //
     // richProgress
     //
     this.richProgress.AutoReplaceFields = true;
     this.richProgress.Font = new System.Drawing.Font("Arial", 10F);
     this.richProgress.Height = 1.5F;
     this.richProgress.Left = 0F;
     this.richProgress.Name = "richProgress";
     this.richProgress.RTF = resources.GetString("richProgress.RTF");
     this.richProgress.Top = 10.252F;
     this.richProgress.Width = 7.532F;
     //
     // label14
     //
     this.label14.Height = 0.2420001F;
     this.label14.HyperLink = null;
     this.label14.Left = 0F;
     this.label14.Name = "label14";
     this.label14.Style = "background-color: #C5E0B4; font-size: 11pt; font-weight: bold";
     this.label14.Text = "PROGRESS";
     this.label14.Top = 10.01F;
     this.label14.Width = 7.532F;
     //
     // richRecommendations
     //
     this.richRecommendations.AutoReplaceFields = true;
     this.richRecommendations.Font = new System.Drawing.Font("Arial", 10F);
     this.richRecommendations.Height = 1.5F;
     this.richRecommendations.Left = 0F;
     this.richRecommendations.Name = "richRecommendations";
     this.richRecommendations.RTF = resources.GetString("richRecommendations.RTF");
     this.richRecommendations.Top = 12.0565F;
     this.richRecommendations.Width = 7.532F;
     //
     // label16
     //
     this.label16.Height = 0.2420001F;
     this.label16.HyperLink = null;
     this.label16.Left = 0F;
     this.label16.Name = "label16";
     this.label16.Style = "background-color: #C5E0B4; font-size: 11pt; font-weight: bold";
     this.label16.Text = "RECOMMENDATIONS";
     this.label16.Top = 11.8145F;
     this.label16.Width = 7.532F;
     //
     // richSummary
     //
     this.richSummary.AutoReplaceFields = true;
     this.richSummary.Font = new System.Drawing.Font("Arial", 10F);
     this.richSummary.Height = 1.5F;
     this.richSummary.Left = 0F;
     this.richSummary.Name = "richSummary";
     this.richSummary.RTF = resources.GetString("richSummary.RTF");
     this.richSummary.Top = 13.861F;
     this.richSummary.Width = 7.532F;
     //
     // label17
     //
     this.label17.Height = 0.2420001F;
     this.label17.HyperLink = null;
     this.label17.Left = 0F;
     this.label17.Name = "label17";
     this.label17.Style = "background-color: #C5E0B4; font-size: 11pt; font-weight: bold";
     this.label17.Text = "SUMMARY & STATUS";
     this.label17.Top = 13.619F;
     this.label17.Width = 7.532F;
     //
     // textBox6
     //
     this.textBox6.Height = 1.481F;
     this.textBox6.Left = 0F;
     this.textBox6.Name = "textBox6";
     this.textBox6.Text = "If you have any questions or concerns regarding the content of this report, pleas" +
     "e feel free to contact the consultant.\r\nSignature (electronic)\r\nTitle\r\nEmail/con" +
     "tact info\r\n";
     this.textBox6.Top = 15.51F;
     this.textBox6.Width = 7.156F;
     //
     // txtDate
     //
     this.txtDate.Height = 0.231F;
     this.txtDate.Left = 2.511F;
     this.txtDate.Name = "txtDate";
     this.txtDate.Style = "font-size: 12pt";
     this.txtDate.Text = "textBox1";
     this.txtDate.Top = 0.387F;
     this.txtDate.Width = 2.271F;
     //
     // reportHeader1
     //
     this.reportHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
     this.picture1,
     this.label1});
     this.reportHeader1.Height = 0.9791667F;
     this.reportHeader1.Name = "reportHeader1";
     //
     // picture1
     //
     this.picture1.Height = 0.9F;
     this.picture1.ImageData = ((System.IO.Stream)(resources.GetObject("picture1.ImageData")));
     this.picture1.Left = 0F;
     this.picture1.Name = "picture1";
     this.picture1.SizeMode = DataDynamics.ActiveReports.SizeModes.Stretch;
     this.picture1.Top = 0F;
     this.picture1.Width = 1.545F;
     //
     // label1
     //
     this.label1.Height = 0.7130001F;
     this.label1.HyperLink = null;
     this.label1.Left = 1.74F;
     this.label1.Name = "label1";
     this.label1.Style = "";
     this.label1.Text = "9351- 116 Avenue\r\nGrande Prairie, AB\r\nT8V 6L5\r\n                           (780) 5" +
     "39-0333\r\n";
     this.label1.Top = 0F;
     this.label1.Width = 2.177F;
     //
     // reportFooter1
     //
     this.reportFooter1.Height = 0F;
     this.reportFooter1.Name = "reportFooter1";
     //
     // pageHeader
     //
     this.pageHeader.Height = 0F;
     this.pageHeader.Name = "pageHeader";
     //
     // pageFooter
     //
     this.pageFooter.Height = 0F;
     this.pageFooter.Name = "pageFooter";
     //
     // StudentReportPdf
     //
     this.MasterReport = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth = 8.5F;
     this.PrintWidth = 7.532084F;
     this.Sections.Add(this.reportHeader1);
     this.Sections.Add(this.pageHeader);
     this.Sections.Add(this.detail);
     this.Sections.Add(this.pageFooter);
     this.Sections.Add(this.reportFooter1);
     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"));
     ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDateLbl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSchool)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtStudName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDob)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTeacher)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGradeProgram)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSpecialityArea)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtConsultants)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label17)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.picture1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 21
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(AppendixN));
			this.detail = new DataDynamics.ActiveReports.Detail();
			this.richTextBox1 = new DataDynamics.ActiveReports.RichTextBox();
			this.reportHeader1 = new DataDynamics.ActiveReports.ReportHeader();
			this.line1 = new DataDynamics.ActiveReports.Line();
			this.Title = new DataDynamics.ActiveReports.TextBox();
			this.reportFooter1 = new DataDynamics.ActiveReports.ReportFooter();
			((System.ComponentModel.ISupportInitialize)(this.Title)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// detail
			// 
			this.detail.ColumnSpacing = 0F;
			this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.richTextBox1});
			this.detail.Height = 0.2291667F;
			this.detail.Name = "detail";
			this.detail.Format += new System.EventHandler(this.detail_Format);
			// 
			// richTextBox1
			// 
			this.richTextBox1.AutoReplaceFields = true;
			this.richTextBox1.DataField = "Appendix";
			this.richTextBox1.Font = new System.Drawing.Font("Arial", 10F);
			this.richTextBox1.Height = 0.219F;
			this.richTextBox1.Left = 0F;
			this.richTextBox1.Name = "richTextBox1";
			this.richTextBox1.RTF = resources.GetString("richTextBox1.RTF");
			this.richTextBox1.Top = 0F;
			this.richTextBox1.Width = 7.5F;
			// 
			// reportHeader1
			// 
			this.reportHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.line1,
            this.Title});
			this.reportHeader1.Height = 0.3229167F;
			this.reportHeader1.Name = "reportHeader1";
			// 
			// line1
			// 
			this.line1.Height = 0.01499999F;
			this.line1.Left = 0.042F;
			this.line1.LineColor = System.Drawing.Color.LightGray;
			this.line1.LineWeight = 1F;
			this.line1.Name = "line1";
			this.line1.Top = 0.26F;
			this.line1.Width = 7.458001F;
			this.line1.X1 = 0.042F;
			this.line1.X2 = 7.5F;
			this.line1.Y1 = 0.275F;
			this.line1.Y2 = 0.26F;
			// 
			// Title
			// 
			this.Title.DataField = "=\"Appendix: \" + Title";
			this.Title.Height = 0.26F;
			this.Title.Left = 0F;
			this.Title.Name = "Title";
			this.Title.Style = "color: #005A74; font-size: 15pt; font-weight: bold";
			this.Title.Text = "Title";
			this.Title.Top = 0F;
			this.Title.Width = 7.5F;
			// 
			// reportFooter1
			// 
			this.reportFooter1.Height = 0F;
			this.reportFooter1.Name = "reportFooter1";
			// 
			// AppendixN
			// 
			this.MasterReport = false;
			this.PageSettings.PaperHeight = 11F;
			this.PageSettings.PaperWidth = 8.5F;
			this.PrintWidth = 7.488418F;
			this.Sections.Add(this.reportHeader1);
			this.Sections.Add(this.detail);
			this.Sections.Add(this.reportFooter1);
			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"));
			((System.ComponentModel.ISupportInitialize)(this.Title)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
Esempio n. 22
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FinalRecGrid));
			this.detail = new DataDynamics.ActiveReports.Detail();
			this.CommonName = new DataDynamics.ActiveReports.TextBox();
			this.Crit1Score = new DataDynamics.ActiveReports.TextBox();
			this.Crit2Score = new DataDynamics.ActiveReports.TextBox();
			this.Crit3Score = new DataDynamics.ActiveReports.TextBox();
			this.Crit4Score = new DataDynamics.ActiveReports.TextBox();
			this.Score = new DataDynamics.ActiveReports.TextBox();
			this.textBox1 = new DataDynamics.ActiveReports.TextBox();
			this.Clr = new DataDynamics.ActiveReports.TextBox();
			this.reportHeader1 = new DataDynamics.ActiveReports.ReportHeader();
			this.label3 = new DataDynamics.ActiveReports.Label();
			this.label4 = new DataDynamics.ActiveReports.Label();
			this.label5 = new DataDynamics.ActiveReports.Label();
			this.label6 = new DataDynamics.ActiveReports.Label();
			this.label7 = new DataDynamics.ActiveReports.Label();
			this.label8 = new DataDynamics.ActiveReports.Label();
			this.reportFooter1 = new DataDynamics.ActiveReports.ReportFooter();
			((System.ComponentModel.ISupportInitialize)(this.CommonName)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Crit1Score)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Crit2Score)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Crit3Score)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Crit4Score)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Score)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Clr)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// detail
			// 
			this.detail.ColumnSpacing = 0F;
			this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.CommonName,
            this.Crit1Score,
            this.Crit2Score,
            this.Crit3Score,
            this.Crit4Score,
            this.Score,
            this.textBox1,
            this.Clr});
			this.detail.Height = 0.5953333F;
			this.detail.Name = "detail";
			this.detail.Format += new System.EventHandler(this.detail_Format);
			// 
			// CommonName
			// 
			this.CommonName.DataField = "CommonName";
			this.CommonName.Height = 0.253F;
			this.CommonName.Left = 0F;
			this.CommonName.Name = "CommonName";
			this.CommonName.Style = "background-color: #F5F6F8; color: #666666; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.CommonName.Text = "CommonName";
			this.CommonName.Top = 0F;
			this.CommonName.Width = 2.499F;
			// 
			// Crit1Score
			// 
			this.Crit1Score.DataField = "=Color1 + \" (\" + Score1 + \")\"";
			this.Crit1Score.Height = 0.506F;
			this.Crit1Score.Left = 2.499F;
			this.Crit1Score.Name = "Crit1Score";
			this.Crit1Score.Style = "color: #666666; font-size: 9.75pt; font-weight: normal; vertical-align: middle; d" +
				"do-char-set: 0";
			this.Crit1Score.Text = "Crit1Score";
			this.Crit1Score.Top = 0.003F;
			this.Crit1Score.Width = 0.9559989F;
			// 
			// Crit2Score
			// 
			this.Crit2Score.DataField = "=Color2 + \" (\" + Score2 + \")\"";
			this.Crit2Score.Height = 0.506F;
			this.Crit2Score.Left = 3.454999F;
			this.Crit2Score.Name = "Crit2Score";
			this.Crit2Score.Style = "color: #666666; font-size: 9.75pt; font-weight: normal; vertical-align: middle; d" +
				"do-char-set: 0";
			this.Crit2Score.Text = "Crit2Score";
			this.Crit2Score.Top = 0.002999991F;
			this.Crit2Score.Width = 0.9559989F;
			// 
			// Crit3Score
			// 
			this.Crit3Score.DataField = "=Color3 + \" (\" + Score3 + \")\"";
			this.Crit3Score.Height = 0.506F;
			this.Crit3Score.Left = 4.410998F;
			this.Crit3Score.Name = "Crit3Score";
			this.Crit3Score.Style = "color: #666666; font-size: 9.75pt; font-weight: normal; vertical-align: middle; d" +
				"do-char-set: 0";
			this.Crit3Score.Text = "Crit3Score";
			this.Crit3Score.Top = 0.002999994F;
			this.Crit3Score.Width = 0.9559989F;
			// 
			// Crit4Score
			// 
			this.Crit4Score.DataField = "=Color4 + \" (\" + Score4 + \")\"";
			this.Crit4Score.Height = 0.506F;
			this.Crit4Score.Left = 5.366999F;
			this.Crit4Score.Name = "Crit4Score";
			this.Crit4Score.Style = "color: #666666; font-size: 9.75pt; font-weight: normal; vertical-align: middle; d" +
				"do-char-set: 0";
			this.Crit4Score.Text = "Crit4Score";
			this.Crit4Score.Top = 0.003F;
			this.Crit4Score.Width = 0.9159999F;
			// 
			// Score
			// 
			this.Score.DataField = "=Rec + \" (\" + Score + \")\"";
			this.Score.Height = 0.506F;
			this.Score.Left = 6.283F;
			this.Score.Name = "Score";
			this.Score.Style = "color: #666666; font-size: 9.75pt; font-weight: normal; vertical-align: middle; d" +
				"do-char-set: 0";
			this.Score.Text = "Score";
			this.Score.Top = 0F;
			this.Score.Width = 1.217F;
			// 
			// textBox1
			// 
			this.textBox1.DataField = "=Region + \" - \" + Method";
			this.textBox1.Height = 0.253F;
			this.textBox1.Left = 0F;
			this.textBox1.Name = "textBox1";
			this.textBox1.Style = "background-color: #F5F6F8; color: #666666; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.textBox1.Text = "RegionAndMethod";
			this.textBox1.Top = 0.256F;
			this.textBox1.Width = 2.499F;
			// 
			// Clr
			// 
			this.Clr.DataField = "Color";
			this.Clr.Height = 0.2145F;
			this.Clr.Left = 5.94F;
			this.Clr.Name = "Clr";
			this.Clr.Style = "color: #666666; font-size: 9.75pt; font-weight: normal; vertical-align: middle; d" +
				"do-char-set: 0";
			this.Clr.Text = "Clr";
			this.Clr.Top = 0.141F;
			this.Clr.Visible = false;
			this.Clr.Width = 0.6230001F;
			// 
			// reportHeader1
			// 
			this.reportHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.label3,
            this.label4,
            this.label5,
            this.label6,
            this.label7,
            this.label8});
			this.reportHeader1.Height = 0.39F;
			this.reportHeader1.Name = "reportHeader1";
			// 
			// label3
			// 
			this.label3.Height = 0.387F;
			this.label3.HyperLink = null;
			this.label3.Left = 2.499F;
			this.label3.Name = "label3";
			this.label3.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label3.Text = "Impacts on the Stock";
			this.label3.Top = 0.003F;
			this.label3.Width = 0.9559989F;
			// 
			// label4
			// 
			this.label4.Height = 0.387F;
			this.label4.HyperLink = null;
			this.label4.Left = 3.455F;
			this.label4.Name = "label4";
			this.label4.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label4.Text = "Impacts on other Spp.";
			this.label4.Top = 6.519258E-09F;
			this.label4.Width = 0.9559989F;
			// 
			// label5
			// 
			this.label5.Height = 0.387F;
			this.label5.HyperLink = null;
			this.label5.Left = 4.411F;
			this.label5.Name = "label5";
			this.label5.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label5.Text = "Management";
			this.label5.Top = 9.313226E-09F;
			this.label5.Width = 0.9559989F;
			// 
			// label6
			// 
			this.label6.Height = 0.387F;
			this.label6.HyperLink = null;
			this.label6.Left = 6.283F;
			this.label6.Name = "label6";
			this.label6.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label6.Text = "Overall Recommendation";
			this.label6.Top = 0F;
			this.label6.Width = 1.217F;
			// 
			// label7
			// 
			this.label7.Height = 0.387F;
			this.label7.HyperLink = null;
			this.label7.Left = 5.367F;
			this.label7.Name = "label7";
			this.label7.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label7.Text = "Habitat and Ecosystem";
			this.label7.Top = 0F;
			this.label7.Width = 0.9159999F;
			// 
			// label8
			// 
			this.label8.Height = 0.387F;
			this.label8.HyperLink = null;
			this.label8.Left = 0F;
			this.label8.Name = "label8";
			this.label8.Style = "background-color: #DFE8E7; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label8.Text = "Stock /  Fishery";
			this.label8.Top = 0.002999991F;
			this.label8.Width = 2.499F;
			// 
			// reportFooter1
			// 
			this.reportFooter1.Height = 0F;
			this.reportFooter1.Name = "reportFooter1";
			// 
			// FinalRecGrid
			// 
			this.MasterReport = false;
			this.PageSettings.PaperHeight = 11F;
			this.PageSettings.PaperWidth = 8.5F;
			this.PrintWidth = 7.5F;
			this.Sections.Add(this.reportHeader1);
			this.Sections.Add(this.detail);
			this.Sections.Add(this.reportFooter1);
			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"));
			((System.ComponentModel.ISupportInitialize)(this.CommonName)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Crit1Score)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Crit2Score)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Crit3Score)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Crit4Score)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Score)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Clr)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
Esempio n. 23
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(rptProducedItem));
     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.subEvents    = new DataDynamics.ActiveReports.SubReport();
     this.pageFooter   = new DataDynamics.ActiveReports.PageFooter();
     this.lblFooter    = new DataDynamics.ActiveReports.TextBox();
     this.lblWarning   = new DataDynamics.ActiveReports.TextBox();
     this.lblDB        = new DataDynamics.ActiveReports.TextBox();
     this.imgLeanPath  = new DataDynamics.ActiveReports.Picture();
     this.groupHeader1 = new DataDynamics.ActiveReports.GroupHeader();
     this.txtSite      = new DataDynamics.ActiveReports.TextBox();
     this.textBox4     = new DataDynamics.ActiveReports.TextBox();
     this.textBox5     = new DataDynamics.ActiveReports.TextBox();
     this.txtPeriods   = new DataDynamics.ActiveReports.TextBox();
     this.groupFooter1 = new DataDynamics.ActiveReports.GroupFooter();
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSubTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblFooter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblWarning)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDB)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLeanPath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSite)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPeriods)).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.5104167F;
     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: Blue;" +
                           " font-size: 16pt; vertical-align: middle; ";
     this.lblTitle.Text  = "Produced Items";
     this.lblTitle.Top   = 0F;
     this.lblTitle.Width = 9.4375F;
     //
     // 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       = 0F;
     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.4375F;
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.subEvents
     });
     this.detail.Height  = 0.08333334F;
     this.detail.Name    = "detail";
     this.detail.Format += new System.EventHandler(this.detail_Format);
     //
     // subEvents
     //
     this.subEvents.Border.BottomColor = System.Drawing.Color.Black;
     this.subEvents.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.subEvents.Border.LeftColor   = System.Drawing.Color.Black;
     this.subEvents.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.subEvents.Border.RightColor  = System.Drawing.Color.Black;
     this.subEvents.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.subEvents.Border.TopColor    = System.Drawing.Color.Black;
     this.subEvents.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.subEvents.CloseBorder        = false;
     this.subEvents.Height             = 0.0625F;
     this.subEvents.Left       = 0F;
     this.subEvents.Name       = "subEvents";
     this.subEvents.Report     = null;
     this.subEvents.ReportName = "subReport3";
     this.subEvents.Top        = 0F;
     this.subEvents.Width      = 9.5F;
     //
     // pageFooter
     //
     this.pageFooter.CanShrink = true;
     this.pageFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.lblFooter,
         this.lblWarning,
         this.lblDB,
         this.imgLeanPath
     });
     this.pageFooter.Height = 0.65625F;
     this.pageFooter.Name   = "pageFooter";
     //
     // lblFooter
     //
     this.lblFooter.Border.BottomColor = System.Drawing.Color.Black;
     this.lblFooter.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblFooter.Border.LeftColor   = System.Drawing.Color.Black;
     this.lblFooter.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblFooter.Border.RightColor  = System.Drawing.Color.Black;
     this.lblFooter.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblFooter.Border.TopColor    = System.Drawing.Color.Black;
     this.lblFooter.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblFooter.Height             = 0.1875F;
     this.lblFooter.Left  = 0F;
     this.lblFooter.Name  = "lblFooter";
     this.lblFooter.Style = "font-size: 8pt; ";
     this.lblFooter.Text  = null;
     this.lblFooter.Top   = 0F;
     this.lblFooter.Width = 8.6875F;
     //
     // 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  = 0F;
     this.lblWarning.Name  = "lblWarning";
     this.lblWarning.Style = "font-size: 8pt; ";
     this.lblWarning.Text  = null;
     this.lblWarning.Top   = 0.21875F;
     this.lblWarning.Width = 8.6875F;
     //
     // 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.4375F;
     this.lblDB.Width = 8.6875F;
     //
     // 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.375F;
     this.imgLeanPath.Image      = ((System.Drawing.Image)(resources.GetObject("imgLeanPath.Image")));
     this.imgLeanPath.ImageData  = ((System.IO.Stream)(resources.GetObject("imgLeanPath.ImageData")));
     this.imgLeanPath.Left       = 8.75F;
     this.imgLeanPath.LineWeight = 0F;
     this.imgLeanPath.Name       = "imgLeanPath";
     this.imgLeanPath.SizeMode   = DataDynamics.ActiveReports.SizeModes.Stretch;
     this.imgLeanPath.Top        = 0.25F;
     this.imgLeanPath.Width      = 0.6875F;
     //
     // groupHeader1
     //
     this.groupHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtSite,
         this.textBox4,
         this.textBox5,
         this.txtPeriods
     });
     this.groupHeader1.Height = 0.3958333F;
     this.groupHeader1.Name   = "groupHeader1";
     //
     // txtSite
     //
     this.txtSite.Border.BottomColor = System.Drawing.Color.Black;
     this.txtSite.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtSite.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtSite.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtSite.Border.RightColor  = System.Drawing.Color.Black;
     this.txtSite.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtSite.Border.TopColor    = System.Drawing.Color.Black;
     this.txtSite.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtSite.Height             = 0.1875F;
     this.txtSite.Left  = 0.875F;
     this.txtSite.Name  = "txtSite";
     this.txtSite.Style = "font-weight: bold; ";
     this.txtSite.Text  = "textBox2";
     this.txtSite.Top   = 0F;
     this.txtSite.Width = 8.1875F;
     //
     // textBox4
     //
     this.textBox4.Border.BottomColor = System.Drawing.Color.Black;
     this.textBox4.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox4.Border.LeftColor   = System.Drawing.Color.Black;
     this.textBox4.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox4.Border.RightColor  = System.Drawing.Color.Black;
     this.textBox4.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox4.Border.TopColor    = System.Drawing.Color.Black;
     this.textBox4.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox4.Height             = 0.1979167F;
     this.textBox4.Left           = 0F;
     this.textBox4.Name           = "textBox4";
     this.textBox4.Style          = "font-weight: bold; ";
     this.textBox4.SummaryRunning = DataDynamics.ActiveReports.SummaryRunning.Group;
     this.textBox4.Text           = "Period:";
     this.textBox4.Top            = 0.1875F;
     this.textBox4.Width          = 0.875F;
     //
     // textBox5
     //
     this.textBox5.Border.BottomColor = System.Drawing.Color.Black;
     this.textBox5.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox5.Border.LeftColor   = System.Drawing.Color.Black;
     this.textBox5.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox5.Border.RightColor  = System.Drawing.Color.Black;
     this.textBox5.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox5.Border.TopColor    = System.Drawing.Color.Black;
     this.textBox5.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox5.Height             = 0.1875F;
     this.textBox5.Left  = 0F;
     this.textBox5.Name  = "textBox5";
     this.textBox5.Style = "font-weight: bold; ";
     this.textBox5.Text  = "Facility: ";
     this.textBox5.Top   = 0F;
     this.textBox5.Width = 0.875F;
     //
     // txtPeriods
     //
     this.txtPeriods.Border.BottomColor = System.Drawing.Color.Black;
     this.txtPeriods.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPeriods.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtPeriods.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPeriods.Border.RightColor  = System.Drawing.Color.Black;
     this.txtPeriods.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPeriods.Border.TopColor    = System.Drawing.Color.Black;
     this.txtPeriods.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPeriods.Height             = 0.1875F;
     this.txtPeriods.Left  = 0.875F;
     this.txtPeriods.Name  = "txtPeriods";
     this.txtPeriods.Style = "font-weight: bold; ";
     this.txtPeriods.Text  = "textBox4";
     this.txtPeriods.Top   = 0.1875F;
     this.txtPeriods.Width = 8.1875F;
     //
     // groupFooter1
     //
     this.groupFooter1.Height = 0F;
     this.groupFooter1.Name   = "groupFooter1";
     //
     // rptProducedItem
     //
     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.groupHeader1);
     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.FetchData   += new DataDynamics.ActiveReports.ActiveReport.FetchEventHandler(this.rptProducedItem_FetchData);
     this.ReportStart += new System.EventHandler(this.rptProducedItem_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSubTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblFooter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblWarning)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDB)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLeanPath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSite)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPeriods)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 24
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 componentResourceManager = new System.ComponentModel.ComponentResourceManager(typeof(IntelliTrack.Client.Application.Reportes.Regadores));
      DataDynamics.ActiveReports.DataSources.SqlDBDataSource sqlDBDataSource = new DataDynamics.ActiveReports.DataSources.SqlDBDataSource();
      textBox3 = new DataDynamics.ActiveReports.TextBox();
      txtEstado = new DataDynamics.ActiveReports.TextBox();
      txtTiempoCarga1 = new DataDynamics.ActiveReports.TextBox();
      txtTiempoDetenido1 = new DataDynamics.ActiveReports.TextBox();
      txtTiempoTransito1 = new DataDynamics.ActiveReports.TextBox();
      txtDIA_HORA1 = new DataDynamics.ActiveReports.TextBox();
      txtDIA_HORA_Final1 = new DataDynamics.ActiveReports.TextBox();
      txtDistancia = new DataDynamics.ActiveReports.TextBox();
      txtReferenciaSalida1 = new DataDynamics.ActiveReports.TextBox();
      txtReferenciaCaminos1 = new DataDynamics.ActiveReports.TextBox();
      txtReferenciaLlegada1 = new DataDynamics.ActiveReports.TextBox();
      txtVelocidadMaxima1 = new DataDynamics.ActiveReports.TextBox();
      txtVelocidadPromedio1 = new DataDynamics.ActiveReports.TextBox();
      txtIDTransponder1 = new DataDynamics.ActiveReports.TextBox();
      label1 = new DataDynamics.ActiveReports.Label();
      label5 = new DataDynamics.ActiveReports.Label();
      label6 = new DataDynamics.ActiveReports.Label();
      label7 = new DataDynamics.ActiveReports.Label();
      labelDistancia = new DataDynamics.ActiveReports.Label();
      label8 = new DataDynamics.ActiveReports.Label();
      label9 = new DataDynamics.ActiveReports.Label();
      label10 = new DataDynamics.ActiveReports.Label();
      label11 = new DataDynamics.ActiveReports.Label();
      label12 = new DataDynamics.ActiveReports.Label();
      label13 = new DataDynamics.ActiveReports.Label();
      label4 = new DataDynamics.ActiveReports.Label();
      label14 = new DataDynamics.ActiveReports.Label();
      label15 = new DataDynamics.ActiveReports.Label();
      label16 = new DataDynamics.ActiveReports.Label();
      label17 = new DataDynamics.ActiveReports.Label();
      label18 = new DataDynamics.ActiveReports.Label();
      label19 = new DataDynamics.ActiveReports.Label();
      label20 = new DataDynamics.ActiveReports.Label();
      label21 = new DataDynamics.ActiveReports.Label();
      txtFechaDesde1 = new DataDynamics.ActiveReports.TextBox();
      txtFechaHasta1 = new DataDynamics.ActiveReports.TextBox();
      txtVelocidadDesde1 = new DataDynamics.ActiveReports.TextBox();
      txtVelocidadHasta1 = new DataDynamics.ActiveReports.TextBox();
      label22 = new DataDynamics.ActiveReports.Label();
      label23 = new DataDynamics.ActiveReports.Label();
      label24 = new DataDynamics.ActiveReports.Label();
      label25 = new DataDynamics.ActiveReports.Label();
      label27 = new DataDynamics.ActiveReports.Label();
      label28 = new DataDynamics.ActiveReports.Label();
      picture1 = new DataDynamics.ActiveReports.Picture();
      txtTiempoTotalCarga = new DataDynamics.ActiveReports.TextBox();
      txtTempoTotalTransito = new DataDynamics.ActiveReports.TextBox();
      txtTiempoTotalDetenido = new DataDynamics.ActiveReports.TextBox();
      txtIDElemento1 = new DataDynamics.ActiveReports.TextBox();
      pageHeader = new DataDynamics.ActiveReports.PageHeader();
      detail = new DataDynamics.ActiveReports.Detail();
      line1 = new DataDynamics.ActiveReports.Line();
      pageFooter = new DataDynamics.ActiveReports.PageFooter();
      groupHeader1 = new DataDynamics.ActiveReports.GroupHeader();
      shape3 = new DataDynamics.ActiveReports.Shape();
      shape1 = new DataDynamics.ActiveReports.Shape();
      shape2 = new DataDynamics.ActiveReports.Shape();
      groupFooter1 = new DataDynamics.ActiveReports.GroupFooter();
      shape4 = new DataDynamics.ActiveReports.Shape();
      FechaDesde = new DataDynamics.ActiveReports.Parameter();
      FechaHasta = new DataDynamics.ActiveReports.Parameter();
      VelocidadDesde = new DataDynamics.ActiveReports.Parameter();
      VelocidadHasta = new DataDynamics.ActiveReports.Parameter();
      textBox3.BeginInit();
      txtEstado.BeginInit();
      txtTiempoCarga1.BeginInit();
      txtTiempoDetenido1.BeginInit();
      txtTiempoTransito1.BeginInit();
      txtDIA_HORA1.BeginInit();
      txtDIA_HORA_Final1.BeginInit();
      txtDistancia.BeginInit();
      txtReferenciaSalida1.BeginInit();
      txtReferenciaCaminos1.BeginInit();
      txtReferenciaLlegada1.BeginInit();
      txtVelocidadMaxima1.BeginInit();
      txtVelocidadPromedio1.BeginInit();
      txtIDTransponder1.BeginInit();
      label1.BeginInit();
      label5.BeginInit();
      label6.BeginInit();
      label7.BeginInit();
      labelDistancia.BeginInit();
      label8.BeginInit();
      label9.BeginInit();
      label10.BeginInit();
      label11.BeginInit();
      label12.BeginInit();
      label13.BeginInit();
      label4.BeginInit();
      label14.BeginInit();
      label15.BeginInit();
      label16.BeginInit();
      label17.BeginInit();
      label18.BeginInit();
      label19.BeginInit();
      label20.BeginInit();
      label21.BeginInit();
      txtFechaDesde1.BeginInit();
      txtFechaHasta1.BeginInit();
      txtVelocidadDesde1.BeginInit();
      txtVelocidadHasta1.BeginInit();
      label22.BeginInit();
      label23.BeginInit();
      label24.BeginInit();
      label25.BeginInit();
      label27.BeginInit();
      label28.BeginInit();
      //picture1.BeginInit();
      txtTiempoTotalCarga.BeginInit();
      txtTempoTotalTransito.BeginInit();
      txtTiempoTotalDetenido.BeginInit();
      txtIDElemento1.BeginInit();
      BeginInit();
      textBox3.Border.BottomColor = System.Drawing.Color.Black;
      textBox3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      textBox3.Border.LeftColor = System.Drawing.Color.Black;
      textBox3.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      textBox3.Border.RightColor = System.Drawing.Color.Black;
      textBox3.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      textBox3.Border.TopColor = System.Drawing.Color.Black;
      textBox3.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(textBox3, "textBox3");
      textBox3.DistinctField = null;
      textBox3.Height = 0.1574803F;
      textBox3.Left = 4.448819F;
      textBox3.Name = "textBox3";
      textBox3.OutputFormat = componentResourceManager.GetString("textBox3.OutputFormat");
      textBox3.SummaryGroup = null;
      textBox3.Top = 0.03937008F;
      textBox3.Width = 1.574803F;
      txtEstado.Border.BottomColor = System.Drawing.Color.Black;
      txtEstado.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtEstado.Border.LeftColor = System.Drawing.Color.Black;
      txtEstado.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtEstado.Border.RightColor = System.Drawing.Color.Black;
      txtEstado.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtEstado.Border.TopColor = System.Drawing.Color.Black;
      txtEstado.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtEstado, "txtEstado");
      txtEstado.DataField = "Estado";
      txtEstado.DistinctField = null;
      txtEstado.Height = 0.1968504F;
      txtEstado.Left = 0.8125F;
      txtEstado.Name = "txtEstado";
      txtEstado.OutputFormat = componentResourceManager.GetString("txtEstado.OutputFormat");
      txtEstado.SummaryGroup = null;
      txtEstado.Top = 0.0F;
      txtEstado.Width = 0.6692914F;
      txtTiempoCarga1.Border.BottomColor = System.Drawing.Color.Black;
      txtTiempoCarga1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTiempoCarga1.Border.LeftColor = System.Drawing.Color.Black;
      txtTiempoCarga1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTiempoCarga1.Border.RightColor = System.Drawing.Color.Black;
      txtTiempoCarga1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTiempoCarga1.Border.TopColor = System.Drawing.Color.Black;
      txtTiempoCarga1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtTiempoCarga1, "txtTiempoCarga1");
      txtTiempoCarga1.DataField = "TiempoCarga";
      txtTiempoCarga1.DistinctField = null;
      txtTiempoCarga1.Height = 0.1968504F;
      txtTiempoCarga1.Left = 0.07874016F;
      txtTiempoCarga1.MultiLine = false;
      txtTiempoCarga1.Name = "txtTiempoCarga1";
      txtTiempoCarga1.SummaryGroup = null;
      txtTiempoCarga1.Top = 0.0F;
      txtTiempoCarga1.Width = 0.6496063F;
      txtTiempoDetenido1.Border.BottomColor = System.Drawing.Color.Black;
      txtTiempoDetenido1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTiempoDetenido1.Border.LeftColor = System.Drawing.Color.Black;
      txtTiempoDetenido1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTiempoDetenido1.Border.RightColor = System.Drawing.Color.Black;
      txtTiempoDetenido1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTiempoDetenido1.Border.TopColor = System.Drawing.Color.Black;
      txtTiempoDetenido1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtTiempoDetenido1, "txtTiempoDetenido1");
      txtTiempoDetenido1.DataField = "TiempoDetenido";
      txtTiempoDetenido1.DistinctField = null;
      txtTiempoDetenido1.Height = 0.1968504F;
      txtTiempoDetenido1.Left = 0.07874018F;
      txtTiempoDetenido1.Name = "txtTiempoDetenido1";
      txtTiempoDetenido1.SummaryGroup = null;
      txtTiempoDetenido1.Top = 0.0F;
      txtTiempoDetenido1.Width = 0.6496063F;
      txtTiempoTransito1.Border.BottomColor = System.Drawing.Color.Black;
      txtTiempoTransito1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTiempoTransito1.Border.LeftColor = System.Drawing.Color.Black;
      txtTiempoTransito1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTiempoTransito1.Border.RightColor = System.Drawing.Color.Black;
      txtTiempoTransito1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTiempoTransito1.Border.TopColor = System.Drawing.Color.Black;
      txtTiempoTransito1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtTiempoTransito1, "txtTiempoTransito1");
      txtTiempoTransito1.DataField = "TiempoTransito";
      txtTiempoTransito1.DistinctField = null;
      txtTiempoTransito1.Height = 0.1968504F;
      txtTiempoTransito1.Left = 0.07874012F;
      txtTiempoTransito1.Name = "txtTiempoTransito1";
      txtTiempoTransito1.SummaryGroup = null;
      txtTiempoTransito1.Top = 0.0F;
      txtTiempoTransito1.Width = 0.6496063F;
      txtDIA_HORA1.Border.BottomColor = System.Drawing.Color.Black;
      txtDIA_HORA1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtDIA_HORA1.Border.LeftColor = System.Drawing.Color.Black;
      txtDIA_HORA1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtDIA_HORA1.Border.RightColor = System.Drawing.Color.Black;
      txtDIA_HORA1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtDIA_HORA1.Border.TopColor = System.Drawing.Color.Black;
      txtDIA_HORA1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtDIA_HORA1, "txtDIA_HORA1");
      txtDIA_HORA1.DataField = "DIA_HORA";
      txtDIA_HORA1.DistinctField = null;
      txtDIA_HORA1.Height = 0.1968504F;
      txtDIA_HORA1.Left = 1.5625F;
      txtDIA_HORA1.Name = "txtDIA_HORA1";
      txtDIA_HORA1.SummaryGroup = null;
      txtDIA_HORA1.Top = 0.0F;
      txtDIA_HORA1.Width = 0.6692914F;
      txtDIA_HORA_Final1.Border.BottomColor = System.Drawing.Color.Black;
      txtDIA_HORA_Final1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtDIA_HORA_Final1.Border.LeftColor = System.Drawing.Color.Black;
      txtDIA_HORA_Final1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtDIA_HORA_Final1.Border.RightColor = System.Drawing.Color.Black;
      txtDIA_HORA_Final1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtDIA_HORA_Final1.Border.TopColor = System.Drawing.Color.Black;
      txtDIA_HORA_Final1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtDIA_HORA_Final1, "txtDIA_HORA_Final1");
      txtDIA_HORA_Final1.DataField = "DIA_HORA_Final";
      txtDIA_HORA_Final1.DistinctField = null;
      txtDIA_HORA_Final1.Height = 0.2F;
     txtDIA_HORA_Final1.Left = 2.1875F;
      txtDIA_HORA_Final1.Name = "txtDIA_HORA_Final1";
      txtDIA_HORA_Final1.SummaryGroup = null;
      txtDIA_HORA_Final1.Top = 0.0F;
      txtDIA_HORA_Final1.Width = 0.6692914F;

      txtDistancia.DataField = "DistanciaRecorrida";
      txtDistancia.Border.BottomColor = System.Drawing.Color.Black;
      txtDistancia.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtDistancia.Border.LeftColor = System.Drawing.Color.Black;
      txtDistancia.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtDistancia.Border.RightColor = System.Drawing.Color.Black;
      txtDistancia.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtDistancia.Border.TopColor = System.Drawing.Color.Black;
      txtDistancia.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtDistancia, "txtDistancia");
      txtDistancia.DataField = "DistanciaRecorrida";
      txtDistancia.DistinctField = null;
      txtDistancia.Height = 0.2F;
      txtDistancia.Left = 2.9375F;
      txtDistancia.Name = "txtDistancia";
      txtDistancia.SummaryGroup = null;
      txtDistancia.Top = 0.0F;
      txtDistancia.Width = 0.6692914F;
      txtDistancia.OutputFormat = "#,##0.00";

      txtReferenciaSalida1.Border.BottomColor = System.Drawing.Color.Black;
      txtReferenciaSalida1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtReferenciaSalida1.Border.LeftColor = System.Drawing.Color.Black;
      txtReferenciaSalida1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtReferenciaSalida1.Border.RightColor = System.Drawing.Color.Black;
      txtReferenciaSalida1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtReferenciaSalida1.Border.TopColor = System.Drawing.Color.Black;
      txtReferenciaSalida1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtReferenciaSalida1, "txtReferenciaSalida1");
      txtReferenciaSalida1.DataField = "ReferenciaSalida";
      txtReferenciaSalida1.DistinctField = null;
      txtReferenciaSalida1.Height = 0.1968504F;
      //txtReferenciaSalida1.Left = 2.9375F + txtDistancia.Width;
      txtReferenciaSalida1.Left = 2.9375F + 1.0649606F;
      txtReferenciaSalida1.Name = "txtReferenciaSalida1";
      txtReferenciaSalida1.OutputFormat = componentResourceManager.GetString("txtReferenciaSalida1.OutputFormat");
      txtReferenciaSalida1.SummaryGroup = null;
      txtReferenciaSalida1.Top = 0.0F;
      txtReferenciaSalida1.Width = 0.984252F;
      txtReferenciaCaminos1.Border.BottomColor = System.Drawing.Color.Black;
      txtReferenciaCaminos1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtReferenciaCaminos1.Border.LeftColor = System.Drawing.Color.Black;
      txtReferenciaCaminos1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtReferenciaCaminos1.Border.RightColor = System.Drawing.Color.Black;
      txtReferenciaCaminos1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtReferenciaCaminos1.Border.TopColor = System.Drawing.Color.Black;
      txtReferenciaCaminos1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtReferenciaCaminos1, "txtReferenciaCaminos1");
      txtReferenciaCaminos1.DataField = "ReferenciaCaminos";
      txtReferenciaCaminos1.DistinctField = null;
      txtReferenciaCaminos1.Height = 0.1875F;
      //txtReferenciaCaminos1.Left = 3.9375F;
      txtReferenciaCaminos1.Left = 3.9375F + 1.0649606F;
      txtReferenciaCaminos1.Name = "txtReferenciaCaminos1";
      txtReferenciaCaminos1.OutputFormat = componentResourceManager.GetString("txtReferenciaCaminos1.OutputFormat");
      txtReferenciaCaminos1.SummaryGroup = null;
      txtReferenciaCaminos1.Top = 0.0F;
      txtReferenciaCaminos1.Width = 4.0F;
      txtReferenciaLlegada1.Border.BottomColor = System.Drawing.Color.Black;
      txtReferenciaLlegada1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtReferenciaLlegada1.Border.LeftColor = System.Drawing.Color.Black;
      txtReferenciaLlegada1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtReferenciaLlegada1.Border.RightColor = System.Drawing.Color.Black;
      txtReferenciaLlegada1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtReferenciaLlegada1.Border.TopColor = System.Drawing.Color.Black;
      txtReferenciaLlegada1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtReferenciaLlegada1, "txtReferenciaLlegada1");
      txtReferenciaLlegada1.DataField = "ReferenciaLlegada";
      txtReferenciaLlegada1.DistinctField = null;
      txtReferenciaLlegada1.Height = 0.2F;
      txtReferenciaLlegada1.Left = 8.0F;
      txtReferenciaLlegada1.Name = "txtReferenciaLlegada1";
      txtReferenciaLlegada1.OutputFormat = componentResourceManager.GetString("txtReferenciaLlegada1.OutputFormat");
      txtReferenciaLlegada1.SummaryGroup = null;
      txtReferenciaLlegada1.Top = 0.0F;
      txtReferenciaLlegada1.Width = 0.984252F - txtDistancia.Width;
      txtVelocidadMaxima1.Border.BottomColor = System.Drawing.Color.Black;
      txtVelocidadMaxima1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtVelocidadMaxima1.Border.LeftColor = System.Drawing.Color.Black;
      txtVelocidadMaxima1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtVelocidadMaxima1.Border.RightColor = System.Drawing.Color.Black;
      txtVelocidadMaxima1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtVelocidadMaxima1.Border.TopColor = System.Drawing.Color.Black;
      txtVelocidadMaxima1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtVelocidadMaxima1, "txtVelocidadMaxima1");
      txtVelocidadMaxima1.DataField = "VelocidadMaxima";
      txtVelocidadMaxima1.DistinctField = null;
      txtVelocidadMaxima1.Height = 0.2F;
      txtVelocidadMaxima1.Left = 8.9375F;
      txtVelocidadMaxima1.Name = "txtVelocidadMaxima1";
      txtVelocidadMaxima1.OutputFormat = componentResourceManager.GetString("txtVelocidadMaxima1.OutputFormat");
      txtVelocidadMaxima1.SummaryGroup = null;
      txtVelocidadMaxima1.Top = 0.0F;
      txtVelocidadMaxima1.Width = 0.6692914F;
      txtVelocidadPromedio1.Border.BottomColor = System.Drawing.Color.Black;
      txtVelocidadPromedio1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtVelocidadPromedio1.Border.LeftColor = System.Drawing.Color.Black;
      txtVelocidadPromedio1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtVelocidadPromedio1.Border.RightColor = System.Drawing.Color.Black;
      txtVelocidadPromedio1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtVelocidadPromedio1.Border.TopColor = System.Drawing.Color.Black;
      txtVelocidadPromedio1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtVelocidadPromedio1, "txtVelocidadPromedio1");
      txtVelocidadPromedio1.DataField = "VelocidadPromedio";
      txtVelocidadPromedio1.DistinctField = null;
      txtVelocidadPromedio1.Height = 0.2F;
      txtVelocidadPromedio1.Left = 9.6875F;
      txtVelocidadPromedio1.Name = "txtVelocidadPromedio1";
      txtVelocidadPromedio1.OutputFormat = componentResourceManager.GetString("txtVelocidadPromedio1.OutputFormat");
      txtVelocidadPromedio1.SummaryGroup = null;
      txtVelocidadPromedio1.Top = 0.0F;
      txtVelocidadPromedio1.Width = 0.6692914F;
      txtIDTransponder1.Border.BottomColor = System.Drawing.Color.Black;
      txtIDTransponder1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtIDTransponder1.Border.LeftColor = System.Drawing.Color.Black;
      txtIDTransponder1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtIDTransponder1.Border.RightColor = System.Drawing.Color.Black;
      txtIDTransponder1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtIDTransponder1.Border.TopColor = System.Drawing.Color.Black;
      txtIDTransponder1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtIDTransponder1, "txtIDTransponder1");
      txtIDTransponder1.DataField = "IDTransponder";
      txtIDTransponder1.DistinctField = null;
      txtIDTransponder1.Height = 0.1574803F;
      txtIDTransponder1.Left = 3.937008F;
      txtIDTransponder1.Name = "txtIDTransponder1";
      txtIDTransponder1.OutputFormat = componentResourceManager.GetString("txtIDTransponder1.OutputFormat");
      txtIDTransponder1.SummaryGroup = null;
      txtIDTransponder1.Top = 0.511811F;
      txtIDTransponder1.Width = 1.0F;
      label1.Border.BottomColor = System.Drawing.Color.Black;
      label1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label1.Border.LeftColor = System.Drawing.Color.Black;
      label1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label1.Border.RightColor = System.Drawing.Color.Black;
      label1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label1.Border.TopColor = System.Drawing.Color.Black;
      label1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label1, "label1");
      label1.Height = 0.1722441F;
      label1.HyperLink = null;
      label1.Left = 0.07874016F;
      label1.Name = "label1";
      label1.Top = 1.023622F;
      label1.Width = 0.6692914F;
      label5.Border.BottomColor = System.Drawing.Color.Black;
      label5.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label5.Border.LeftColor = System.Drawing.Color.Black;
      label5.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label5.Border.RightColor = System.Drawing.Color.Black;
      label5.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label5.Border.TopColor = System.Drawing.Color.Black;
      label5.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label5, "label5");
      label5.Height = 0.1722441F;
      label5.HyperLink = null;
      label5.Left = 0.8125F;
      label5.Name = "label5";
      label5.Top = 1.023622F;
      label5.Width = 0.6692914F;
      label6.Border.BottomColor = System.Drawing.Color.Black;
      label6.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label6.Border.LeftColor = System.Drawing.Color.Black;
      label6.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label6.Border.RightColor = System.Drawing.Color.Black;
      label6.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label6.Border.TopColor = System.Drawing.Color.Black;
      label6.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label6, "label6");
      label6.Height = 0.1722441F;
      label6.HyperLink = null;
      label6.Left = 1.5625F;
      label6.Name = "label6";
      label6.Top = 1.023622F;
      label6.Width = 0.6692914F;
      label7.Border.BottomColor = System.Drawing.Color.Black;
      label7.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label7.Border.LeftColor = System.Drawing.Color.Black;
      label7.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label7.Border.RightColor = System.Drawing.Color.Black;
      label7.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label7.Border.TopColor = System.Drawing.Color.Black;
      label7.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label7, "label7");
      label7.Height = 0.1722441F;
      label7.HyperLink = null;
      label7.Left = 2.1875F;
      label7.Name = "label7";
      label7.Top = 1.023622F;
      label7.Width = 0.6692914F;

      labelDistancia.Border.BottomColor = System.Drawing.Color.Black;
      labelDistancia.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      labelDistancia.Border.LeftColor = System.Drawing.Color.Black;
      labelDistancia.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      labelDistancia.Border.RightColor = System.Drawing.Color.Black;
      labelDistancia.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      labelDistancia.Border.TopColor = System.Drawing.Color.Black;
      labelDistancia.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(labelDistancia, "labelDistancia");
      labelDistancia.Height = 0.1722441F;
      labelDistancia.HyperLink = null;
      labelDistancia.Left = 2.9375F;
      labelDistancia.Name = "labelDistancia";
      labelDistancia.Top = 1.023622F;
      labelDistancia.Width = 0.984252F;


      label8.Border.BottomColor = System.Drawing.Color.Black;
      label8.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label8.Border.LeftColor = System.Drawing.Color.Black;
      label8.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label8.Border.RightColor = System.Drawing.Color.Black;
      label8.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label8.Border.TopColor = System.Drawing.Color.Black;
      label8.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label8, "label8");
      label8.Height = 0.1722441F;
      label8.HyperLink = null;
      label8.Left = 2.9375F + 1.0649606F;
      label8.Name = "label8";
      label8.Top = 1.023622F;
      label8.Width = 0.984252F;

      

      label9.Border.BottomColor = System.Drawing.Color.Black;
      label9.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label9.Border.LeftColor = System.Drawing.Color.Black;
      label9.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label9.Border.RightColor = System.Drawing.Color.Black;
      label9.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label9.Border.TopColor = System.Drawing.Color.Black;
      label9.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label9, "label9");
      label9.Height = 0.1574803F;
      label9.HyperLink = null;
      label9.Left = 3.149606F;
      label9.Name = "label9";
      label9.Top = 0.511811F;
      label9.Width = 0.7874016F;
      label10.Border.BottomColor = System.Drawing.Color.Black;
      label10.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label10.Border.LeftColor = System.Drawing.Color.Black;
      label10.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label10.Border.RightColor = System.Drawing.Color.Black;
      label10.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label10.Border.TopColor = System.Drawing.Color.Black;
      label10.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label10, "label10");
      label10.Height = 0.1875F;
      label10.HyperLink = null;
      label10.Left = 3.9375F + 1.0649606F;
      label10.Name = "label10";
      label10.Top = 1.023622F;
      label10.Width = 4.0F - 1.0649606F;
      label11.Border.BottomColor = System.Drawing.Color.Black;
      label11.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label11.Border.LeftColor = System.Drawing.Color.Black;
      label11.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label11.Border.RightColor = System.Drawing.Color.Black;
      label11.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label11.Border.TopColor = System.Drawing.Color.Black;
      label11.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label11, "label11");
      label11.Height = 0.1722441F;
      label11.HyperLink = null;
      label11.Left = 8.0F;
      label11.Name = "label11";
      label11.Top = 1.023622F;
      label11.Width = 0.984252F;
      label12.Border.BottomColor = System.Drawing.Color.Black;
      label12.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label12.Border.LeftColor = System.Drawing.Color.Black;
      label12.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label12.Border.RightColor = System.Drawing.Color.Black;
      label12.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label12.Border.TopColor = System.Drawing.Color.Black;
      label12.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label12, "label12");
      label12.Height = 0.1722441F;
      label12.HyperLink = null;
      label12.Left = 8.9375F;
      label12.Name = "label12";
      label12.Top = 1.023622F;
      label12.Width = 0.6692914F;
      label13.Border.BottomColor = System.Drawing.Color.Black;
      label13.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label13.Border.LeftColor = System.Drawing.Color.Black;
      label13.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label13.Border.RightColor = System.Drawing.Color.Black;
      label13.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label13.Border.TopColor = System.Drawing.Color.Black;
      label13.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label13, "label13");
      label13.Height = 0.1722441F;
      label13.HyperLink = null;
      label13.Left = 9.6875F;
      label13.Name = "label13";
      label13.Top = 1.023622F;
      label13.Width = 0.6692914F;
      label4.Border.BottomColor = System.Drawing.Color.Black;
      label4.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label4.Border.LeftColor = System.Drawing.Color.Black;
      label4.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label4.Border.RightColor = System.Drawing.Color.Black;
      label4.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label4.Border.TopColor = System.Drawing.Color.Black;
      label4.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label4, "label4");
      label4.Height = 0.1574803F;
      label4.HyperLink = null;
      label4.Left = 0.07874016F;
      label4.Name = "label4";
      label4.Top = 0.07874016F;
      label4.Width = 2.283465F;
      label14.Border.BottomColor = System.Drawing.Color.Black;
      label14.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label14.Border.LeftColor = System.Drawing.Color.Black;
      label14.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label14.Border.RightColor = System.Drawing.Color.Black;
      label14.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label14.Border.TopColor = System.Drawing.Color.Black;
      label14.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label14, "label14");
      label14.Height = 0.1574803F;
      label14.HyperLink = null;
      label14.Left = 0.07874016F;
      label14.Name = "label14";
      label14.Top = 0.2362205F;
      label14.Width = 1.0F;
      label15.Border.BottomColor = System.Drawing.Color.Black;
      label15.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label15.Border.LeftColor = System.Drawing.Color.Black;
      label15.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label15.Border.RightColor = System.Drawing.Color.Black;
      label15.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label15.Border.TopColor = System.Drawing.Color.Black;
      label15.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label15, "label15");
      label15.Height = 0.1574803F;
      label15.HyperLink = null;
      label15.Left = 0.07874016F;
      label15.Name = "label15";
      label15.Top = 0.3937008F;
      label15.Width = 1.0F;
      label16.Border.BottomColor = System.Drawing.Color.Black;
      label16.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label16.Border.LeftColor = System.Drawing.Color.Black;
      label16.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label16.Border.RightColor = System.Drawing.Color.Black;
      label16.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label16.Border.TopColor = System.Drawing.Color.Black;
      label16.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label16, "label16");
      label16.Height = 0.1574803F;
      label16.HyperLink = null;
      label16.Left = 0.07874016F;
      label16.Name = "label16";
      label16.Top = 0.5511811F;
      label16.Width = 1.0F;
      label17.Border.BottomColor = System.Drawing.Color.Black;
      label17.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label17.Border.LeftColor = System.Drawing.Color.Black;
      label17.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label17.Border.RightColor = System.Drawing.Color.Black;
      label17.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label17.Border.TopColor = System.Drawing.Color.Black;
      label17.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label17, "label17");
      label17.Height = 0.1574803F;
      label17.HyperLink = null;
      label17.Left = 5.314961F;
      label17.Name = "label17";
      label17.Top = 0.3937008F;
      label17.Width = 1.0F;
      label18.Border.BottomColor = System.Drawing.Color.Black;
      label18.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label18.Border.LeftColor = System.Drawing.Color.Black;
      label18.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label18.Border.RightColor = System.Drawing.Color.Black;
      label18.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label18.Border.TopColor = System.Drawing.Color.Black;
      label18.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label18, "label18");
      label18.Height = 0.1574803F;
      label18.HyperLink = null;
      label18.Left = 5.314961F;
      label18.Name = "label18";
      label18.Top = 0.2362205F;
      label18.Width = 1.0F;
      label19.Border.BottomColor = System.Drawing.Color.Black;
      label19.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label19.Border.LeftColor = System.Drawing.Color.Black;
      label19.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label19.Border.RightColor = System.Drawing.Color.Black;
      label19.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label19.Border.TopColor = System.Drawing.Color.Black;
      label19.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label19, "label19");
      label19.Height = 0.1574803F;
      label19.HyperLink = null;
      label19.Left = 8.0625F;
      label19.Name = "label19";
      label19.Top = 0.25F;
      label19.Width = 0.3937005F;
      label20.Border.BottomColor = System.Drawing.Color.Black;
      label20.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label20.Border.LeftColor = System.Drawing.Color.Black;
      label20.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label20.Border.RightColor = System.Drawing.Color.Black;
      label20.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label20.Border.TopColor = System.Drawing.Color.Black;
      label20.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label20, "label20");
      label20.Height = 0.1574803F;
      label20.HyperLink = null;
      label20.Left = 5.314961F;
      label20.Name = "label20";
      label20.Top = 0.07874016F;
      label20.Width = 2.283465F;
      label21.Border.BottomColor = System.Drawing.Color.Black;
      label21.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label21.Border.LeftColor = System.Drawing.Color.Black;
      label21.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label21.Border.RightColor = System.Drawing.Color.Black;
      label21.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label21.Border.TopColor = System.Drawing.Color.Black;
      label21.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label21, "label21");
      label21.Height = 0.1574803F;
      label21.HyperLink = null;
      label21.Left = 8.0625F;
      label21.Name = "label21";
      label21.Top = 0.375F;
      label21.Width = 0.1181104F;
      txtFechaDesde1.Border.BottomColor = System.Drawing.Color.Black;
      txtFechaDesde1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtFechaDesde1.Border.LeftColor = System.Drawing.Color.Black;
      txtFechaDesde1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtFechaDesde1.Border.RightColor = System.Drawing.Color.Black;
      txtFechaDesde1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtFechaDesde1.Border.TopColor = System.Drawing.Color.Black;
      txtFechaDesde1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtFechaDesde1, "txtFechaDesde1");
      txtFechaDesde1.DataField = "param:FechaDesde";
      txtFechaDesde1.DistinctField = null;
      txtFechaDesde1.Height = 0.125F;
      txtFechaDesde1.Left = 6.375F;
      txtFechaDesde1.Name = "txtFechaDesde1";
      txtFechaDesde1.OutputFormat = componentResourceManager.GetString("txtFechaDesde1.OutputFormat");
      txtFechaDesde1.SummaryGroup = null;
      txtFechaDesde1.Top = 0.25F;
      txtFechaDesde1.Width = 1.625F;
      txtFechaHasta1.Border.BottomColor = System.Drawing.Color.Black;
      txtFechaHasta1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtFechaHasta1.Border.LeftColor = System.Drawing.Color.Black;
      txtFechaHasta1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtFechaHasta1.Border.RightColor = System.Drawing.Color.Black;
      txtFechaHasta1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtFechaHasta1.Border.TopColor = System.Drawing.Color.Black;
      txtFechaHasta1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtFechaHasta1, "txtFechaHasta1");
      txtFechaHasta1.DataField = "param:FechaHasta";
      txtFechaHasta1.DistinctField = null;
      txtFechaHasta1.Height = 0.1875F;
      txtFechaHasta1.Left = 8.5F;
      txtFechaHasta1.Name = "txtFechaHasta1";
      txtFechaHasta1.OutputFormat = componentResourceManager.GetString("txtFechaHasta1.OutputFormat");
      txtFechaHasta1.SummaryGroup = null;
      txtFechaHasta1.Top = 0.25F;
      txtFechaHasta1.Width = 1.625F;
      txtVelocidadDesde1.Border.BottomColor = System.Drawing.Color.Black;
      txtVelocidadDesde1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtVelocidadDesde1.Border.LeftColor = System.Drawing.Color.Black;
      txtVelocidadDesde1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtVelocidadDesde1.Border.RightColor = System.Drawing.Color.Black;
      txtVelocidadDesde1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtVelocidadDesde1.Border.TopColor = System.Drawing.Color.Black;
      txtVelocidadDesde1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtVelocidadDesde1, "txtVelocidadDesde1");
      txtVelocidadDesde1.DataField = "param:VelocidadDesde";
      txtVelocidadDesde1.DistinctField = null;
      txtVelocidadDesde1.Height = 0.1574803F;
      txtVelocidadDesde1.Left = 6.377953F;
      txtVelocidadDesde1.Name = "txtVelocidadDesde1";
      txtVelocidadDesde1.OutputFormat = componentResourceManager.GetString("txtVelocidadDesde1.OutputFormat");
      txtVelocidadDesde1.SummaryGroup = null;
      txtVelocidadDesde1.Top = 0.3937008F;
      txtVelocidadDesde1.Width = 1.0F;
      txtVelocidadHasta1.Border.BottomColor = System.Drawing.Color.Black;
      txtVelocidadHasta1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtVelocidadHasta1.Border.LeftColor = System.Drawing.Color.Black;
      txtVelocidadHasta1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtVelocidadHasta1.Border.RightColor = System.Drawing.Color.Black;
      txtVelocidadHasta1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtVelocidadHasta1.Border.TopColor = System.Drawing.Color.Black;
      txtVelocidadHasta1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtVelocidadHasta1, "txtVelocidadHasta1");
      txtVelocidadHasta1.DataField = "param:VelocidadHasta";
      txtVelocidadHasta1.DistinctField = null;
      txtVelocidadHasta1.Height = 0.1574803F;
      txtVelocidadHasta1.Left = 8.5F;
      txtVelocidadHasta1.Name = "txtVelocidadHasta1";
      txtVelocidadHasta1.OutputFormat = componentResourceManager.GetString("txtVelocidadHasta1.OutputFormat");
      txtVelocidadHasta1.SummaryGroup = null;
      txtVelocidadHasta1.Top = 0.375F;
      txtVelocidadHasta1.Width = 1.0F;
      label22.Border.BottomColor = System.Drawing.Color.Black;
      label22.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label22.Border.LeftColor = System.Drawing.Color.Black;
      label22.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label22.Border.RightColor = System.Drawing.Color.Black;
      label22.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label22.Border.TopColor = System.Drawing.Color.Black;
      label22.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label22, "label22");
      label22.Height = 0.1574803F;
      label22.HyperLink = null;
      label22.Left = 2.401575F;
      label22.Name = "label22";
      label22.Top = 0.1968504F;
      label22.Width = 1.0F;
      label23.Border.BottomColor = System.Drawing.Color.Black;
      label23.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label23.Border.LeftColor = System.Drawing.Color.Black;
      label23.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label23.Border.RightColor = System.Drawing.Color.Black;
      label23.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label23.Border.TopColor = System.Drawing.Color.Black;
      label23.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label23, "label23");
      label23.Height = 0.1574803F;
      label23.HyperLink = null;
      label23.Left = 0.07874016F;
      label23.Name = "label23";
      label23.Top = 0.1968504F;
      label23.Width = 1.0F;
      label24.Border.BottomColor = System.Drawing.Color.Black;
      label24.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label24.Border.LeftColor = System.Drawing.Color.Black;
      label24.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label24.Border.RightColor = System.Drawing.Color.Black;
      label24.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label24.Border.TopColor = System.Drawing.Color.Black;
      label24.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label24, "label24");
      label24.Height = 0.1574803F;
      label24.HyperLink = null;
      label24.Left = 0.07874016F;
      label24.Name = "label24";
      label24.Top = 0.03937008F;
      label24.Width = 2.283465F;
      label25.Border.BottomColor = System.Drawing.Color.Black;
      label25.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label25.Border.LeftColor = System.Drawing.Color.Black;
      label25.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label25.Border.RightColor = System.Drawing.Color.Black;
      label25.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label25.Border.TopColor = System.Drawing.Color.Black;
      label25.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label25, "label25");
      label25.Height = 0.1574803F;
      label25.HyperLink = null;
      label25.Left = 0.07874012F;
      label25.Name = "label25";
      label25.Top = 0.3543307F;
      label25.Width = 1.0F;
      label27.Border.BottomColor = System.Drawing.Color.Black;
      label27.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label27.Border.LeftColor = System.Drawing.Color.Black;
      label27.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label27.Border.RightColor = System.Drawing.Color.Black;
      label27.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label27.Border.TopColor = System.Drawing.Color.Black;
      label27.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label27, "label27");
      label27.Height = 0.1574803F;
      label27.HyperLink = null;
      label27.Left = 8.858268F;
      label27.Name = "label27";
      label27.Top = 0.03937008F;
      label27.Width = 1.496063F;
      label28.Border.BottomColor = System.Drawing.Color.Black;
      label28.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label28.Border.LeftColor = System.Drawing.Color.Black;
      label28.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label28.Border.RightColor = System.Drawing.Color.Black;
      label28.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      label28.Border.TopColor = System.Drawing.Color.Black;
      label28.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(label28, "label28");
      label28.Height = 0.472441F;
      label28.HyperLink = null;
      label28.Left = 8.858268F;
      label28.Name = "label28";
      label28.Top = 0.1968504F;
      label28.Width = 1.496063F;
      picture1.Border.BottomColor = System.Drawing.Color.Black;
      picture1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      picture1.Border.LeftColor = System.Drawing.Color.Black;
      picture1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      picture1.Border.RightColor = System.Drawing.Color.Black;
      picture1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      picture1.Border.TopColor = System.Drawing.Color.Black;
      picture1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(picture1, "picture1");
      picture1.Height = 0.7086614F;
      picture1.Image = (System.Drawing.Image)componentResourceManager.GetObject("picture1.Image");
      picture1.ImageData = (System.IO.Stream)componentResourceManager.GetObject("picture1.ImageData");
      picture1.Left = 8.110236F;
      picture1.LineWeight = 0.0F;
      picture1.Name = "picture1";
      picture1.Top = 0.0F;
      picture1.Width = 0.7086614F;
      txtTiempoTotalCarga.Border.BottomColor = System.Drawing.Color.Black;
      txtTiempoTotalCarga.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTiempoTotalCarga.Border.LeftColor = System.Drawing.Color.Black;
      txtTiempoTotalCarga.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTiempoTotalCarga.Border.RightColor = System.Drawing.Color.Black;
      txtTiempoTotalCarga.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTiempoTotalCarga.Border.TopColor = System.Drawing.Color.Black;
      txtTiempoTotalCarga.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtTiempoTotalCarga, "txtTiempoTotalCarga");
      txtTiempoTotalCarga.DistinctField = null;
      txtTiempoTotalCarga.Height = 0.1574803F;
      txtTiempoTotalCarga.Left = 1.125F;
      txtTiempoTotalCarga.Name = "txtTiempoTotalCarga";
      txtTiempoTotalCarga.OutputFormat = componentResourceManager.GetString("txtTiempoTotalCarga.OutputFormat");
      txtTiempoTotalCarga.SummaryGroup = null;
      txtTiempoTotalCarga.Top = 0.1968504F;
      txtTiempoTotalCarga.Width = 1.0F;
      txtTempoTotalTransito.Border.BottomColor = System.Drawing.Color.Black;
      txtTempoTotalTransito.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTempoTotalTransito.Border.LeftColor = System.Drawing.Color.Black;
      txtTempoTotalTransito.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTempoTotalTransito.Border.RightColor = System.Drawing.Color.Black;
      txtTempoTotalTransito.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTempoTotalTransito.Border.TopColor = System.Drawing.Color.Black;
      txtTempoTotalTransito.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtTempoTotalTransito, "txtTempoTotalTransito");
      txtTempoTotalTransito.DistinctField = null;
      txtTempoTotalTransito.Height = 0.1574803F;
      txtTempoTotalTransito.Left = 1.125F;
      txtTempoTotalTransito.Name = "txtTempoTotalTransito";
      txtTempoTotalTransito.OutputFormat = componentResourceManager.GetString("txtTempoTotalTransito.OutputFormat");
      txtTempoTotalTransito.SummaryGroup = null;
      txtTempoTotalTransito.Top = 0.3543307F;
      txtTempoTotalTransito.Width = 1.0F;
      txtTiempoTotalDetenido.Border.BottomColor = System.Drawing.Color.Black;
      txtTiempoTotalDetenido.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTiempoTotalDetenido.Border.LeftColor = System.Drawing.Color.Black;
      txtTiempoTotalDetenido.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTiempoTotalDetenido.Border.RightColor = System.Drawing.Color.Black;
      txtTiempoTotalDetenido.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtTiempoTotalDetenido.Border.TopColor = System.Drawing.Color.Black;
      txtTiempoTotalDetenido.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtTiempoTotalDetenido, "txtTiempoTotalDetenido");
      txtTiempoTotalDetenido.DistinctField = null;
      txtTiempoTotalDetenido.Height = 0.1574803F;
      txtTiempoTotalDetenido.Left = 3.4375F;
      txtTiempoTotalDetenido.Name = "txtTiempoTotalDetenido";
      txtTiempoTotalDetenido.OutputFormat = componentResourceManager.GetString("txtTiempoTotalDetenido.OutputFormat");
      txtTiempoTotalDetenido.SummaryGroup = null;
      txtTiempoTotalDetenido.Top = 0.1968504F;
      txtTiempoTotalDetenido.Width = 1.0F;
      txtIDElemento1.Border.BottomColor = System.Drawing.Color.Black;
      txtIDElemento1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtIDElemento1.Border.LeftColor = System.Drawing.Color.Black;
      txtIDElemento1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtIDElemento1.Border.RightColor = System.Drawing.Color.Black;
      txtIDElemento1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      txtIDElemento1.Border.TopColor = System.Drawing.Color.Black;
      txtIDElemento1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      componentResourceManager.ApplyResources(txtIDElemento1, "txtIDElemento1");
      txtIDElemento1.DataField = "IDElemento";
      txtIDElemento1.DistinctField = null;
      txtIDElemento1.Height = 0.1574803F;
      txtIDElemento1.Left = 1.125F;
      txtIDElemento1.Name = "txtIDElemento1";
      txtIDElemento1.OutputFormat = componentResourceManager.GetString("txtIDElemento1.OutputFormat");
      txtIDElemento1.Top = 0.5511811F;
      txtIDElemento1.Width = 1.0F;
      DataDynamics.ActiveReports.ARControl[] arcontrolArr1 = new DataDynamics.ActiveReports.ARControl[] { textBox3 };
      pageHeader.Controls.AddRange(arcontrolArr1);
      pageHeader.Height = 0.25F;
      pageHeader.Name = "pageHeader";
      detail.ColumnSpacing = 0.0F;
      DataDynamics.ActiveReports.ARControl[] arcontrolArr2 = new DataDynamics.ActiveReports.ARControl[] {
                                                                                                                txtEstado, 
                                                                                                                txtTiempoCarga1, 
                                                                                                                txtTiempoDetenido1, 
                                                                                                                txtTiempoTransito1, 
                                                                                                                txtDIA_HORA1, 
                                                                                                                txtDIA_HORA_Final1, 
                                                                                                                txtDistancia,
                                                                                                                txtReferenciaSalida1, 
                                                                                                                txtReferenciaCaminos1, 
                                                                                                                txtReferenciaLlegada1, 
                                                                                                                txtVelocidadMaxima1, 
                                                                                                                txtVelocidadPromedio1, 
                                                                                                                line1 };
      detail.Controls.AddRange(arcontrolArr2);
      detail.Height = 0.1979167F;
      detail.Name = "detail";
      detail.Format += new System.EventHandler(detail_Format);
      line1.Border.BottomColor = System.Drawing.Color.Black;
      line1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      line1.Border.LeftColor = System.Drawing.Color.Black;
      line1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      line1.Border.RightColor = System.Drawing.Color.Black;
      line1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      line1.Border.TopColor = System.Drawing.Color.Black;
      line1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      line1.Height = 0.0F;
      line1.Left = 0.07874016F;
      line1.LineWeight = 1.0F;
      line1.Name = "line1";
      line1.Top = 0.1968504F;
      line1.Width = 10.31496F;
      line1.X1 = 0.07874016F;
      line1.X2 = 10.3937F;
      line1.Y1 = 0.1968504F;
      line1.Y2 = 0.1968504F;
      pageFooter.Height = 0.25F;
      pageFooter.Name = "pageFooter";
      DataDynamics.ActiveReports.ARControl[] arcontrolArr3 = new DataDynamics.ActiveReports.ARControl[] {
                                                                                                                shape3, 
                                                                                                                shape1, 
                                                                                                                shape2, 
                                                                                                                txtIDTransponder1, 
                                                                                                                label1, 
                                                                                                                label5, 
                                                                                                                label6, 
                                                                                                                label7, 
                                                                                                                labelDistancia,
                                                                                                                label8, 
                                                                                                                label9, 
                                                                                                                label10, 
                                                                                                                label11, 
                                                                                                                label12, 
                                                                                                                label13, 
                                                                                                                label4, 
                                                                                                                label14, 
                                                                                                                label15, 
                                                                                                                label16, 
                                                                                                                label17, 
                                                                                                                label18, 
                                                                                                                label19, 
                                                                                                                label20, 
                                                                                                                label21, 
                                                                                                                txtFechaDesde1, 
                                                                                                                txtFechaHasta1, 
                                                                                                                txtVelocidadDesde1, 
                                                                                                                txtVelocidadHasta1, 
                                                                                                                txtIDElemento1 };
      groupHeader1.Controls.AddRange(arcontrolArr3);
      groupHeader1.DataField = "IDElemento";
      groupHeader1.Height = 1.229167F;
      groupHeader1.Name = "groupHeader1";
      shape3.Border.BottomColor = System.Drawing.Color.Black;
      shape3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape3.Border.LeftColor = System.Drawing.Color.Black;
      shape3.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape3.Border.RightColor = System.Drawing.Color.Black;
      shape3.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape3.Border.TopColor = System.Drawing.Color.Black;
      shape3.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape3.Height = 0.3958333F;
      shape3.Left = 0.03937008F;
      shape3.Name = "shape3";
      shape3.RoundingRadius = 9.999999F;
      shape3.Top = 0.8267716F;
      shape3.Width = 10.37402F;
      shape1.Border.BottomColor = System.Drawing.Color.Black;
      shape1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape1.Border.LeftColor = System.Drawing.Color.Black;
      shape1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape1.Border.RightColor = System.Drawing.Color.Black;
      shape1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape1.Border.TopColor = System.Drawing.Color.Black;
      shape1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape1.Height = 0.7086614F;
      shape1.Left = 0.03937008F;
      shape1.Name = "shape1";
      shape1.RoundingRadius = 9.999999F;
      shape1.Top = 0.03937008F;
      shape1.Width = 5.157481F;
      shape2.Border.BottomColor = System.Drawing.Color.Black;
      shape2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape2.Border.LeftColor = System.Drawing.Color.Black;
      shape2.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape2.Border.RightColor = System.Drawing.Color.Black;
      shape2.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape2.Border.TopColor = System.Drawing.Color.Black;
      shape2.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape2.Height = 0.7086614F;
      shape2.Left = 5.255906F;
      shape2.Name = "shape2";
      shape2.RoundingRadius = 9.999999F;
      shape2.Top = 0.03937008F;
      shape2.Width = 5.157481F;
      DataDynamics.ActiveReports.ARControl[] arcontrolArr4 = new DataDynamics.ActiveReports.ARControl[] {
                                                                                                                picture1, 
                                                                                                                shape4, 
                                                                                                                label22, 
                                                                                                                label23, 
                                                                                                                label24, 
                                                                                                                label25, 
                                                                                                                label27, 
                                                                                                                label28, 
                                                                                                                txtTiempoTotalCarga, 
                                                                                                                txtTempoTotalTransito, 
                                                                                                                txtTiempoTotalDetenido };
      groupFooter1.Controls.AddRange(arcontrolArr4);
      groupFooter1.Height = 0.7708334F;
      groupFooter1.Name = "groupFooter1";
      groupFooter1.NewPage = DataDynamics.ActiveReports.NewPage.After;
      groupFooter1.Format += new System.EventHandler(groupFooter1_Format);
      shape4.Border.BottomColor = System.Drawing.Color.Black;
      shape4.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape4.Border.LeftColor = System.Drawing.Color.Black;
      shape4.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape4.Border.RightColor = System.Drawing.Color.Black;
      shape4.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape4.Border.TopColor = System.Drawing.Color.Black;
      shape4.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      shape4.Height = 0.7086614F;
      shape4.Left = 0.03937008F;
      shape4.Name = "shape4";
      shape4.RoundingRadius = 9.999999F;
      shape4.Top = 0.0F;
      shape4.Width = 10.3937F;
      FechaDesde.DefaultValue = "";
      FechaDesde.Key = "FechaDesde";
      FechaDesde.Prompt = null;
      FechaDesde.PromptUser = false;
      FechaDesde.QueryCreated = false;
      FechaDesde.Tag = null;
      FechaDesde.Type = DataDynamics.ActiveReports.Parameter.DataType.Date;
      FechaHasta.DefaultValue = "";
      FechaHasta.Key = "FechaHasta";
      FechaHasta.Prompt = null;
      FechaHasta.PromptUser = false;
      FechaHasta.QueryCreated = false;
      FechaHasta.Tag = null;
      FechaHasta.Type = DataDynamics.ActiveReports.Parameter.DataType.Date;
      VelocidadDesde.DefaultValue = "";
      VelocidadDesde.Key = "VelocidadDesde";
      VelocidadDesde.Prompt = null;
      VelocidadDesde.PromptUser = false;
      VelocidadDesde.QueryCreated = false;
      VelocidadDesde.Tag = null;
      VelocidadDesde.Type = DataDynamics.ActiveReports.Parameter.DataType.String;
      VelocidadHasta.DefaultValue = "";
      VelocidadHasta.Key = "VelocidadHasta";
      VelocidadHasta.Prompt = null;
      VelocidadHasta.PromptUser = false;
      VelocidadHasta.QueryCreated = false;
      VelocidadHasta.Tag = null;
      VelocidadHasta.Type = DataDynamics.ActiveReports.Parameter.DataType.String;
      MasterReport = false;
      sqlDBDataSource.ConnectionString = "data source=pc-bhb-02\\sqlexpress;initial catalog=SIG;integrated security=SSPI;persist security info=False";
      sqlDBDataSource.SQL = "Select * from RegadoresView";
      DataSource = sqlDBDataSource;
      PageSettings.DefaultPaperSize = false;
      PageSettings.Margins.Bottom = 0.7874016F;
      PageSettings.Margins.Left = 0.7874016F;
      PageSettings.Margins.Right = 0.7874016F;
      PageSettings.Margins.Top = 0.7874016F;
      PageSettings.Orientation = DataDynamics.ActiveReports.Document.PageOrientation.Landscape;
      PageSettings.PaperHeight = 11.69291F;
      PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
      PageSettings.PaperWidth = 8.267716F;
      Parameters.Add(FechaDesde);
      Parameters.Add(FechaHasta);
      Parameters.Add(VelocidadDesde);
      Parameters.Add(VelocidadHasta);
      PrintWidth = 10.51181F;
      Sections.Add(pageHeader);
      Sections.Add(groupHeader1);
      Sections.Add(detail);
      Sections.Add(groupFooter1);
      Sections.Add(pageFooter);
      StyleSheet.Add(new DDCssLib.StyleSheetRule("font-style: normal; text-decoration: none; font-weight: normal; color: Black; font-size: 9pt; font-family: \"Tahoma\"; ddo-char-set: 204; ", "Normal"));
      StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold; ddo-char-set: 204; ", "Heading1", "Normal"));
      StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: italic; ddo-char-set: 204; ", "Heading2", "Normal"));
      StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold; ddo-char-set: 204; ", "Heading3", "Normal"));
      textBox3.EndInit();
      txtEstado.EndInit();
      txtTiempoCarga1.EndInit();
      txtTiempoDetenido1.EndInit();
      txtTiempoTransito1.EndInit();
      txtDIA_HORA1.EndInit();
      txtDIA_HORA_Final1.EndInit();
      txtDistancia.EndInit();
      txtReferenciaSalida1.EndInit();
      txtReferenciaCaminos1.EndInit();
      txtReferenciaLlegada1.EndInit();
      txtVelocidadMaxima1.EndInit();
      txtVelocidadPromedio1.EndInit();
      txtIDTransponder1.EndInit();
      label1.EndInit();
      label5.EndInit();
      label6.EndInit();
      label7.EndInit();
      labelDistancia.EndInit();
      label8.EndInit();
      label9.EndInit();
      label10.EndInit();
      label11.EndInit();
      label12.EndInit();
      label13.EndInit();
      label4.EndInit();
      label14.EndInit();
      label15.EndInit();
      label16.EndInit();
      label17.EndInit();
      label18.EndInit();
      label19.EndInit();
      label20.EndInit();
      label21.EndInit();
      txtFechaDesde1.EndInit();
      txtFechaHasta1.EndInit();
      txtVelocidadDesde1.EndInit();
      txtVelocidadHasta1.EndInit();
      label22.EndInit();
      label23.EndInit();
      label24.EndInit();
      label25.EndInit();
      label27.EndInit();
      label28.EndInit();
      //picture1.EndInit();
      txtTiempoTotalCarga.EndInit();
      txtTempoTotalTransito.EndInit();
      txtTiempoTotalDetenido.EndInit();
      txtIDElemento1.EndInit();
      EndInit();
    }
Esempio n. 25
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(Criteria3Grid));
			this.detail = new DataDynamics.ActiveReports.Detail();
			this.Region = new DataDynamics.ActiveReports.TextBox();
			this.Method = new DataDynamics.ActiveReports.TextBox();
			this.Score1 = new DataDynamics.ActiveReports.TextBox();
			this.Score = new DataDynamics.ActiveReports.TextBox();
			this.Score2 = new DataDynamics.ActiveReports.TextBox();
			this.Color = new DataDynamics.ActiveReports.TextBox();
			this.label1 = new DataDynamics.ActiveReports.Label();
			this.label6 = new DataDynamics.ActiveReports.Label();
			this.label5 = new DataDynamics.ActiveReports.Label();
			this.label8 = new DataDynamics.ActiveReports.Label();
			this.Criteria31Grid = new DataDynamics.ActiveReports.SubReport();
			this.Criteria32Grid = new DataDynamics.ActiveReports.SubReport();
			this.reportHeader1 = new DataDynamics.ActiveReports.ReportHeader();
			this.reportFooter1 = new DataDynamics.ActiveReports.ReportFooter();
			this.picture1 = new DataDynamics.ActiveReports.Picture();
			this.lblSynthesis = new DataDynamics.ActiveReports.Label();
			this.Synthesis = new DataDynamics.ActiveReports.RichTextBox();
			this.label2 = new DataDynamics.ActiveReports.Label();
			this.Criteria32 = new DataDynamics.ActiveReports.SubReport();
			this.Criteria31 = new DataDynamics.ActiveReports.SubReport();
			this.picture2 = new DataDynamics.ActiveReports.Picture();
			this.label3 = new DataDynamics.ActiveReports.Label();
			((System.ComponentModel.ISupportInitialize)(this.Region)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Method)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Score1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Score)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Score2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Color)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.picture1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.lblSynthesis)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.picture2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// detail
			// 
			this.detail.ColumnSpacing = 0F;
			this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.Region,
            this.Method,
            this.Score1,
            this.Score,
            this.Score2,
            this.Color});
			this.detail.Height = 0.4716665F;
			this.detail.Name = "detail";
			this.detail.Format += new System.EventHandler(this.detail_Format);
			// 
			// Region
			// 
			this.Region.DataField = "=Location + \' \'+BodyOfWater";
			this.Region.Height = 0.231F;
			this.Region.Left = 0F;
			this.Region.Name = "Region";
			this.Region.Style = "background-color: #F5F6F8; color: #666666; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.Region.Text = "Region";
			this.Region.Top = 2.384186E-07F;
			this.Region.Width = 2.333F;
			// 
			// Method
			// 
			this.Method.Border.BottomColor = System.Drawing.Color.Silver;
			this.Method.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Method.DataField = "Method";
			this.Method.Height = 0.231F;
			this.Method.Left = 0F;
			this.Method.Name = "Method";
			this.Method.Style = "background-color: #F5F6F8; color: #666666; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.Method.Text = "Method";
			this.Method.Top = 0.231F;
			this.Method.Width = 2.333F;
			// 
			// Score1
			// 
			this.Score1.Border.BottomColor = System.Drawing.Color.Silver;
			this.Score1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Score1.DataField = "Score1";
			this.Score1.Height = 0.4619998F;
			this.Score1.Left = 2.333F;
			this.Score1.Name = "Score1";
			this.Score1.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.Score1.Text = "Score1";
			this.Score1.Top = 0.006000238F;
			this.Score1.Width = 1.656F;
			// 
			// Score
			// 
			this.Score.Border.BottomColor = System.Drawing.Color.Silver;
			this.Score.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Score.DataField = "=Color + \" (\" + Score + \")\"";
			this.Score.Height = 0.4619998F;
			this.Score.Left = 5.562F;
			this.Score.Name = "Score";
			this.Score.Style = "color: #666666; font-size: 10pt; font-weight: bold; text-align: left; vertical-al" +
				"ign: middle";
			this.Score.Text = "Score";
			this.Score.Top = 0.006000238F;
			this.Score.Width = 1.219F;
			// 
			// Score2
			// 
			this.Score2.Border.BottomColor = System.Drawing.Color.Silver;
			this.Score2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Score2.DataField = "Score2";
			this.Score2.Height = 0.4619998F;
			this.Score2.Left = 3.989F;
			this.Score2.Name = "Score2";
			this.Score2.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.Score2.Text = "Score2";
			this.Score2.Top = 0.006000238F;
			this.Score2.Width = 1.573F;
			// 
			// Color
			// 
			this.Color.Border.BottomColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
			this.Color.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Color.DataField = "Color";
			this.Color.Height = 0.2534998F;
			this.Color.Left = 5.364F;
			this.Color.Name = "Color";
			this.Color.Style = "color: #666666; font-size: 10pt; font-weight: bold; text-align: center; vertical-" +
				"align: middle";
			this.Color.SummaryType = DataDynamics.ActiveReports.SummaryType.PageCount;
			this.Color.Text = "Color";
			this.Color.Top = 0.07200003F;
			this.Color.Visible = false;
			this.Color.Width = 0.5310001F;
			// 
			// label1
			// 
			this.label1.Height = 0.4939997F;
			this.label1.HyperLink = null;
			this.label1.Left = 0F;
			this.label1.Name = "label1";
			this.label1.Style = "background-color: #DFE8E7; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label1.Text = "Region / Method";
			this.label1.Top = 0F;
			this.label1.Width = 2.333F;
			// 
			// label6
			// 
			this.label6.Height = 0.488F;
			this.label6.HyperLink = null;
			this.label6.Left = 5.573999F;
			this.label6.Name = "label6";
			this.label6.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; te" +
				"xt-align: left; vertical-align: middle";
			this.label6.Text = "Overall Recommendation";
			this.label6.Top = 0.006F;
			this.label6.Width = 1.207001F;
			// 
			// label5
			// 
			this.label5.Height = 0.4909998F;
			this.label5.HyperLink = null;
			this.label5.Left = 2.345F;
			this.label5.Name = "label5";
			this.label5.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label5.Text = "Management of Retained Species";
			this.label5.Top = 0.006F;
			this.label5.Width = 1.656F;
			// 
			// label8
			// 
			this.label8.Height = 0.488F;
			this.label8.HyperLink = null;
			this.label8.Left = 4.000999F;
			this.label8.Name = "label8";
			this.label8.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label8.Text = "Management of Non-Retained Species";
			this.label8.Top = 0.006F;
			this.label8.Width = 1.573F;
			// 
			// Criteria31Grid
			// 
			this.Criteria31Grid.CloseBorder = false;
			this.Criteria31Grid.Height = 0.562F;
			this.Criteria31Grid.Left = -4.440892E-16F;
			this.Criteria31Grid.Name = "Criteria31Grid";
			this.Criteria31Grid.Report = null;
			this.Criteria31Grid.ReportName = "Criteria31Grid";
			this.Criteria31Grid.Top = 1.545F;
			this.Criteria31Grid.Width = 7.511F;
			// 
			// Criteria32Grid
			// 
			this.Criteria32Grid.CloseBorder = false;
			this.Criteria32Grid.Height = 0.5730002F;
			this.Criteria32Grid.Left = 0F;
			this.Criteria32Grid.Name = "Criteria32Grid";
			this.Criteria32Grid.Report = null;
			this.Criteria32Grid.ReportName = "Criteria32Grid";
			this.Criteria32Grid.Top = 3.408F;
			this.Criteria32Grid.Width = 7.511F;
			// 
			// reportHeader1
			// 
			this.reportHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.label5,
            this.label6,
            this.label8,
            this.label1});
			this.reportHeader1.Height = 0.5F;
			this.reportHeader1.Name = "reportHeader1";
			// 
			// reportFooter1
			// 
			this.reportFooter1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.picture1,
            this.lblSynthesis,
            this.Synthesis,
            this.Criteria31Grid,
            this.label2,
            this.Criteria32Grid,
            this.Criteria32,
            this.Criteria31,
            this.picture2,
            this.label3});
			this.reportFooter1.Height = 4.718334F;
			this.reportFooter1.Name = "reportFooter1";
			this.reportFooter1.Format += new System.EventHandler(this.reportFooter1_Format);
			// 
			// picture1
			// 
			this.picture1.Height = 0.5190001F;
			this.picture1.HyperLink = null;
			this.picture1.ImageData = ((System.IO.Stream)(resources.GetObject("picture1.ImageData")));
			this.picture1.Left = 0F;
			this.picture1.Name = "picture1";
			this.picture1.Top = 0.937F;
			this.picture1.Width = 7.5F;
			// 
			// lblSynthesis
			// 
			this.lblSynthesis.Height = 0.2703333F;
			this.lblSynthesis.HyperLink = null;
			this.lblSynthesis.Left = 0F;
			this.lblSynthesis.Name = "lblSynthesis";
			this.lblSynthesis.Style = "color: #005A74; font-size: 15.75pt; font-weight: bold; ddo-char-set: 0";
			this.lblSynthesis.Text = "Synthesis";
			this.lblSynthesis.Top = 0.26F;
			this.lblSynthesis.Width = 2.871F;
			// 
			// Synthesis
			// 
			this.Synthesis.AutoReplaceFields = true;
			this.Synthesis.Font = new System.Drawing.Font("Arial", 10F);
			this.Synthesis.Height = 0.24F;
			this.Synthesis.Left = 0F;
			this.Synthesis.Name = "Synthesis";
			this.Synthesis.RTF = resources.GetString("Synthesis.RTF");
			this.Synthesis.Top = 0.53F;
			this.Synthesis.Width = 7.428F;
			// 
			// label2
			// 
			this.label2.Height = 0.3980002F;
			this.label2.HyperLink = null;
			this.label2.Left = 0F;
			this.label2.Name = "label2";
			this.label2.Style = "font-weight: bold; vertical-align: middle";
			this.label2.Text = "Factor 3.1:  Management of fishing impacts on retained species";
			this.label2.Top = 1F;
			this.label2.Width = 7.373F;
			// 
			// Criteria32
			// 
			this.Criteria32.CloseBorder = false;
			this.Criteria32.Height = 0.625F;
			this.Criteria32.Left = 0F;
			this.Criteria32.Name = "Criteria32";
			this.Criteria32.Report = null;
			this.Criteria32.ReportName = "Criteria3";
			this.Criteria32.Top = 4.062F;
			this.Criteria32.Width = 7.479F;
			// 
			// Criteria31
			// 
			this.Criteria31.CloseBorder = false;
			this.Criteria31.Height = 0.625F;
			this.Criteria31.Left = 0F;
			this.Criteria31.Name = "Criteria31";
			this.Criteria31.Report = null;
			this.Criteria31.ReportName = "Criteria3";
			this.Criteria31.Top = 2.166F;
			this.Criteria31.Width = 7.479F;
			// 
			// picture2
			// 
			this.picture2.Height = 0.5190001F;
			this.picture2.HyperLink = null;
			this.picture2.ImageData = ((System.IO.Stream)(resources.GetObject("picture2.ImageData")));
			this.picture2.Left = 0F;
			this.picture2.Name = "picture2";
			this.picture2.Top = 2.889F;
			this.picture2.Width = 7.5F;
			// 
			// label3
			// 
			this.label3.Height = 0.398F;
			this.label3.HyperLink = null;
			this.label3.Left = 0F;
			this.label3.Name = "label3";
			this.label3.Style = "font-weight: bold; vertical-align: middle";
			this.label3.Text = "Factor 3.2:  Management of fishing impacts on bycatch species";
			this.label3.Top = 2.952F;
			this.label3.Width = 7.373F;
			// 
			// Criteria3Grid
			// 
			this.MasterReport = false;
			this.PageSettings.PaperHeight = 11F;
			this.PageSettings.PaperWidth = 8.5F;
			this.PrintWidth = 7.500583F;
			this.Sections.Add(this.reportHeader1);
			this.Sections.Add(this.detail);
			this.Sections.Add(this.reportFooter1);
			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.Criteria3Grid_ReportStart);
			((System.ComponentModel.ISupportInitialize)(this.Region)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Method)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Score1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Score)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Score2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Color)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.picture1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.lblSynthesis)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.picture2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
Esempio n. 26
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.DataSources.SqlDBDataSource sqlDBDataSource1 = new DataDynamics.ActiveReports.DataSources.SqlDBDataSource();
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Reporte1));
      this.pageHeader = new DataDynamics.ActiveReports.PageHeader();
      this.ID = new DataDynamics.ActiveReports.Label();
      this.label1 = new DataDynamics.ActiveReports.Label();
      this.label2 = new DataDynamics.ActiveReports.Label();
      this.label3 = new DataDynamics.ActiveReports.Label();
      this.label4 = new DataDynamics.ActiveReports.Label();
      this.detail = new DataDynamics.ActiveReports.Detail();
      this.txtIDTransponder1 = new DataDynamics.ActiveReports.TextBox();
      this.txtDIA_HORA1 = new DataDynamics.ActiveReports.TextBox();
      this.txtVelocidad1 = new DataDynamics.ActiveReports.TextBox();
      this.txtCurso1 = new DataDynamics.ActiveReports.TextBox();
      this.txtSENTIDO1 = new DataDynamics.ActiveReports.TextBox();
      this.pageFooter = new DataDynamics.ActiveReports.PageFooter();
      ((System.ComponentModel.ISupportInitialize)(this.ID)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.txtIDTransponder1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.txtDIA_HORA1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.txtVelocidad1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.txtCurso1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.txtSENTIDO1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
      // 
      // pageHeader
      // 
      this.pageHeader.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.ID,
            this.label1,
            this.label2,
            this.label3,
            this.label4});
      this.pageHeader.Height = 0.25F;
      this.pageHeader.Name = "pageHeader";
      // 
      // ID
      // 
      this.ID.Border.BottomColor = System.Drawing.Color.Black;
      this.ID.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.ID.Border.LeftColor = System.Drawing.Color.Black;
      this.ID.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.ID.Border.RightColor = System.Drawing.Color.Black;
      this.ID.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.ID.Border.TopColor = System.Drawing.Color.Black;
      this.ID.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.ID.Height = 0.2395833F;
      this.ID.HyperLink = null;
      this.ID.Left = 0.07291666F;
      this.ID.Name = "ID";
      this.ID.Style = "";
      this.ID.Text = "ID";
      this.ID.Top = 0.02083333F;
      this.ID.Width = 0.8541667F;
      // 
      // 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.21875F;
      this.label1.HyperLink = null;
      this.label1.Left = 1.03125F;
      this.label1.Name = "label1";
      this.label1.Style = "";
      this.label1.Text = "Fecha";
      this.label1.Top = 0.02083333F;
      this.label1.Width = 2.0625F;
      // 
      // 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.1979167F;
      this.label2.HyperLink = null;
      this.label2.Left = 3.197917F;
      this.label2.Name = "label2";
      this.label2.Style = "";
      this.label2.Text = "Velocidad";
      this.label2.Top = 0.04166667F;
      this.label2.Width = 0.9270833F;
      // 
      // 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.21875F;
      this.label3.HyperLink = null;
      this.label3.Left = 4.25F;
      this.label3.Name = "label3";
      this.label3.Style = "";
      this.label3.Text = "Curso";
      this.label3.Top = 0.04166667F;
      this.label3.Width = 0.9895833F;
      // 
      // 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.1979167F;
      this.label4.HyperLink = null;
      this.label4.Left = 5.385417F;
      this.label4.Name = "label4";
      this.label4.Style = "";
      this.label4.Text = "Sentido";
      this.label4.Top = 0.04166667F;
      this.label4.Width = 0.9375F;
      // 
      // detail
      // 
      this.detail.ColumnSpacing = 0F;
      this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.txtIDTransponder1,
            this.txtDIA_HORA1,
            this.txtVelocidad1,
            this.txtCurso1,
            this.txtSENTIDO1});
      this.detail.Height = 0.2083333F;
      this.detail.Name = "detail";
      // 
      // txtIDTransponder1
      // 
      this.txtIDTransponder1.Border.BottomColor = System.Drawing.Color.Black;
      this.txtIDTransponder1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtIDTransponder1.Border.LeftColor = System.Drawing.Color.Black;
      this.txtIDTransponder1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtIDTransponder1.Border.RightColor = System.Drawing.Color.Black;
      this.txtIDTransponder1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtIDTransponder1.Border.TopColor = System.Drawing.Color.Black;
      this.txtIDTransponder1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtIDTransponder1.DataField = "IDTransponder";
      this.txtIDTransponder1.Height = 0.2F;
      this.txtIDTransponder1.Left = 0.0246063F;
      this.txtIDTransponder1.Name = "txtIDTransponder1";
      this.txtIDTransponder1.Style = "";
      this.txtIDTransponder1.Text = "txtIDTransponder1";
      this.txtIDTransponder1.Top = 0F;
      this.txtIDTransponder1.Width = 1F;
      // 
      // txtDIA_HORA1
      // 
      this.txtDIA_HORA1.Border.BottomColor = System.Drawing.Color.Black;
      this.txtDIA_HORA1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtDIA_HORA1.Border.LeftColor = System.Drawing.Color.Black;
      this.txtDIA_HORA1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtDIA_HORA1.Border.RightColor = System.Drawing.Color.Black;
      this.txtDIA_HORA1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtDIA_HORA1.Border.TopColor = System.Drawing.Color.Black;
      this.txtDIA_HORA1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtDIA_HORA1.DataField = "DIA_HORA";
      this.txtDIA_HORA1.Height = 0.1968504F;
      this.txtDIA_HORA1.Left = 1.058071F;
      this.txtDIA_HORA1.Name = "txtDIA_HORA1";
      this.txtDIA_HORA1.Style = "";
      this.txtDIA_HORA1.Text = "txtDIA_HORA1";
      this.txtDIA_HORA1.Top = 0F;
      this.txtDIA_HORA1.Width = 2.042323F;
      // 
      // txtVelocidad1
      // 
      this.txtVelocidad1.Border.BottomColor = System.Drawing.Color.Black;
      this.txtVelocidad1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtVelocidad1.Border.LeftColor = System.Drawing.Color.Black;
      this.txtVelocidad1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtVelocidad1.Border.RightColor = System.Drawing.Color.Black;
      this.txtVelocidad1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtVelocidad1.Border.TopColor = System.Drawing.Color.Black;
      this.txtVelocidad1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtVelocidad1.DataField = "Velocidad";
      this.txtVelocidad1.Height = 0.2F;
      this.txtVelocidad1.Left = 3.272638F;
      this.txtVelocidad1.Name = "txtVelocidad1";
      this.txtVelocidad1.Style = "";
      this.txtVelocidad1.Text = "txtVelocidad1";
      this.txtVelocidad1.Top = 0F;
      this.txtVelocidad1.Width = 1F;
      // 
      // txtCurso1
      // 
      this.txtCurso1.Border.BottomColor = System.Drawing.Color.Black;
      this.txtCurso1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtCurso1.Border.LeftColor = System.Drawing.Color.Black;
      this.txtCurso1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtCurso1.Border.RightColor = System.Drawing.Color.Black;
      this.txtCurso1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtCurso1.Border.TopColor = System.Drawing.Color.Black;
      this.txtCurso1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtCurso1.DataField = "Curso";
      this.txtCurso1.Height = 0.2F;
      this.txtCurso1.Left = 4.330709F;
      this.txtCurso1.Name = "txtCurso1";
      this.txtCurso1.Style = "";
      this.txtCurso1.Text = "txtCurso1";
      this.txtCurso1.Top = 0F;
      this.txtCurso1.Width = 1F;
      // 
      // txtSENTIDO1
      // 
      this.txtSENTIDO1.Border.BottomColor = System.Drawing.Color.Black;
      this.txtSENTIDO1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtSENTIDO1.Border.LeftColor = System.Drawing.Color.Black;
      this.txtSENTIDO1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtSENTIDO1.Border.RightColor = System.Drawing.Color.Black;
      this.txtSENTIDO1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtSENTIDO1.Border.TopColor = System.Drawing.Color.Black;
      this.txtSENTIDO1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
      this.txtSENTIDO1.DataField = "SENTIDO";
      this.txtSENTIDO1.Height = 0.2F;
      this.txtSENTIDO1.Left = 5.38878F;
      this.txtSENTIDO1.Name = "txtSENTIDO1";
      this.txtSENTIDO1.Style = "";
      this.txtSENTIDO1.Text = "txtSENTIDO1";
      this.txtSENTIDO1.Top = 0F;
      this.txtSENTIDO1.Width = 1F;
      // 
      // pageFooter
      // 
      this.pageFooter.Height = 0.25F;
      this.pageFooter.Name = "pageFooter";
      // 
      // Reporte1
      // 
      this.MasterReport = false;
      sqlDBDataSource1.CommandTimeout = 60;
      sqlDBDataSource1.ConnectionString = "data source=PC-BHB-02\\SQLEXPRESS;initial catalog=SIGAnalisis1;integrated security" +
          "=SSPI;persist security info=False";
      sqlDBDataSource1.SQL = resources.GetString("sqlDBDataSource1.SQL");
      this.DataSource = sqlDBDataSource1;
      this.PageSettings.PaperHeight = 11F;
      this.PageSettings.PaperWidth = 8.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"));
      ((System.ComponentModel.ISupportInitialize)(this.ID)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.txtIDTransponder1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.txtDIA_HORA1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.txtVelocidad1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.txtCurso1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.txtSENTIDO1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

    }
Esempio n. 27
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(Criteria1Grid));
			this.detail = new DataDynamics.ActiveReports.Detail();
			this.Region = new DataDynamics.ActiveReports.TextBox();
			this.Method = new DataDynamics.ActiveReports.TextBox();
			this.Factor1 = new DataDynamics.ActiveReports.TextBox();
			this.Factor2 = new DataDynamics.ActiveReports.TextBox();
			this.Factor3 = new DataDynamics.ActiveReports.TextBox();
			this.Score = new DataDynamics.ActiveReports.TextBox();
			this.Color = new DataDynamics.ActiveReports.TextBox();
			this.grpSpecies = new DataDynamics.ActiveReports.GroupHeader();
			this.picture1 = new DataDynamics.ActiveReports.Picture();
			this.Species = new DataDynamics.ActiveReports.TextBox();
			this.label1 = new DataDynamics.ActiveReports.Label();
			this.label3 = new DataDynamics.ActiveReports.Label();
			this.label4 = new DataDynamics.ActiveReports.Label();
			this.label5 = new DataDynamics.ActiveReports.Label();
			this.label6 = new DataDynamics.ActiveReports.Label();
			this.groupFooter1 = new DataDynamics.ActiveReports.GroupFooter();
			this.reportHeader1 = new DataDynamics.ActiveReports.ReportHeader();
			this.reportFooter1 = new DataDynamics.ActiveReports.ReportFooter();
			this.lblJustification = new DataDynamics.ActiveReports.Label();
			this.Synthesis = new DataDynamics.ActiveReports.RichTextBox();
			((System.ComponentModel.ISupportInitialize)(this.Region)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Method)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Score)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Color)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.picture1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Species)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.lblJustification)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// detail
			// 
			this.detail.ColumnSpacing = 0F;
			this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.Region,
            this.Method,
            this.Factor1,
            this.Factor2,
            this.Factor3,
            this.Score,
            this.Color});
			this.detail.Height = 0.4705833F;
			this.detail.Name = "detail";
			this.detail.Format += new System.EventHandler(this.detail_Format);
			// 
			// Region
			// 
			this.Region.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Region.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Region.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Region.DataField = "=Location + \" \" + BodyOfWater";
			this.Region.Height = 0.231F;
			this.Region.Left = 2.980232E-08F;
			this.Region.Name = "Region";
			this.Region.Style = "background-color: #F5F6F8; color: #666666; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.Region.Text = "Location";
			this.Region.Top = 0.009000001F;
			this.Region.Width = 2.218F;
			// 
			// Method
			// 
			this.Method.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Method.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Method.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Method.DataField = "Method";
			this.Method.Height = 0.231F;
			this.Method.Left = 0F;
			this.Method.Name = "Method";
			this.Method.Style = "background-color: #F5F6F8; color: #666666; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.Method.Text = "Method";
			this.Method.Top = 0.24F;
			this.Method.Width = 2.218F;
			// 
			// Factor1
			// 
			this.Factor1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor1.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor1.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor1.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor1.DataField = "=Factor1Score + \":\" + Factor1ScoreDescription";
			this.Factor1.Height = 0.462F;
			this.Factor1.Left = 2.218F;
			this.Factor1.Name = "Factor1";
			this.Factor1.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.Factor1.Text = "Factor1";
			this.Factor1.Top = 0.00999999F;
			this.Factor1.Width = 1.416F;
			// 
			// Factor2
			// 
			this.Factor2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor2.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor2.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor2.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor2.DataField = "=Factor2Score + \":\" + Factor2ScoreDescription";
			this.Factor2.Height = 0.462F;
			this.Factor2.Left = 3.634F;
			this.Factor2.Name = "Factor2";
			this.Factor2.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.Factor2.Text = "Factor2";
			this.Factor2.Top = 0.00999999F;
			this.Factor2.Width = 1.416F;
			// 
			// Factor3
			// 
			this.Factor3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor3.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor3.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor3.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor3.DataField = "=Factor3Score + \":\" + Factor3ScoreDescription";
			this.Factor3.Height = 0.462F;
			this.Factor3.Left = 5.05F;
			this.Factor3.Name = "Factor3";
			this.Factor3.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.Factor3.Text = "Factor3";
			this.Factor3.Top = 0.00999999F;
			this.Factor3.Width = 1.416F;
			// 
			// Score
			// 
			this.Score.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Score.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Score.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Score.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Score.DataField = "=Color + \" (\" + Score + \")\"";
			this.Score.Height = 0.462F;
			this.Score.Left = 6.466F;
			this.Score.Name = "Score";
			this.Score.Style = "color: #666666; font-size: 10pt; font-weight: bold; vertical-align: middle";
			this.Score.Text = "Score";
			this.Score.Top = 0.00999999F;
			this.Score.Width = 1.014F;
			// 
			// Color
			// 
			this.Color.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Color.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Color.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Color.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Color.DataField = "Color";
			this.Color.Height = 0.24F;
			this.Color.Left = 6.205F;
			this.Color.Name = "Color";
			this.Color.Style = "background-color: #FDFFA4; color: #666666; font-size: 10pt; font-weight: bold; te" +
				"xt-align: center; text-justify: auto; vertical-align: middle";
			this.Color.Text = "Color";
			this.Color.Top = 0F;
			this.Color.Visible = false;
			this.Color.Width = 0.5030027F;
			// 
			// grpSpecies
			// 
			this.grpSpecies.BackColor = System.Drawing.Color.Empty;
			this.grpSpecies.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.picture1,
            this.Species,
            this.label1,
            this.label3,
            this.label4,
            this.label5,
            this.label6});
			this.grpSpecies.DataField = "CommonName";
			this.grpSpecies.Height = 1F;
			this.grpSpecies.Name = "grpSpecies";
			// 
			// picture1
			// 
			this.picture1.Height = 0.498F;
			this.picture1.ImageData = ((System.IO.Stream)(resources.GetObject("picture1.ImageData")));
			this.picture1.Left = 0F;
			this.picture1.Name = "picture1";
			this.picture1.Top = 0F;
			this.picture1.Width = 7.5F;
			// 
			// Species
			// 
			this.Species.DataField = "CommonName";
			this.Species.Height = 0.304F;
			this.Species.Left = 0.02F;
			this.Species.MultiLine = false;
			this.Species.Name = "Species";
			this.Species.Style = "font-size: 10pt; font-weight: bold; vertical-align: middle";
			this.Species.Text = "CommonName";
			this.Species.Top = 0.09200001F;
			this.Species.Width = 7.373F;
			// 
			// label1
			// 
			this.label1.Height = 0.3870001F;
			this.label1.HyperLink = null;
			this.label1.Left = 0F;
			this.label1.Name = "label1";
			this.label1.Style = "background-color: #DFE8E7; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label1.Text = "Region / Method";
			this.label1.Top = 0.498F;
			this.label1.Width = 2.218F;
			// 
			// label3
			// 
			this.label3.Height = 0.3870001F;
			this.label3.HyperLink = null;
			this.label3.Left = 2.218F;
			this.label3.Name = "label3";
			this.label3.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label3.Text = "Inherent Vulnerability";
			this.label3.Top = 0.4990001F;
			this.label3.Width = 1.416F;
			// 
			// label4
			// 
			this.label4.Height = 0.3870001F;
			this.label4.HyperLink = null;
			this.label4.Left = 3.634F;
			this.label4.Name = "label4";
			this.label4.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label4.Text = "Stock Status";
			this.label4.Top = 0.4990001F;
			this.label4.Width = 1.416F;
			// 
			// label5
			// 
			this.label5.Height = 0.3870001F;
			this.label5.HyperLink = null;
			this.label5.Left = 5.05F;
			this.label5.Name = "label5";
			this.label5.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label5.Text = "Fishing Mortality";
			this.label5.Top = 0.4990001F;
			this.label5.Width = 1.416F;
			// 
			// label6
			// 
			this.label6.Height = 0.3870001F;
			this.label6.HyperLink = null;
			this.label6.Left = 6.466F;
			this.label6.Name = "label6";
			this.label6.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label6.Text = "Overall Recomm.";
			this.label6.Top = 0.4990001F;
			this.label6.Width = 1.014F;
			// 
			// groupFooter1
			// 
			this.groupFooter1.Height = 0.09375F;
			this.groupFooter1.Name = "groupFooter1";
			// 
			// reportHeader1
			// 
			this.reportHeader1.Height = 0F;
			this.reportHeader1.Name = "reportHeader1";
			// 
			// reportFooter1
			// 
			this.reportFooter1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.lblJustification,
            this.Synthesis});
			this.reportFooter1.Height = 0.6785001F;
			this.reportFooter1.Name = "reportFooter1";
			this.reportFooter1.Format += new System.EventHandler(this.reportFooter1_Format);
			// 
			// lblJustification
			// 
			this.lblJustification.Height = 0.2703333F;
			this.lblJustification.HyperLink = null;
			this.lblJustification.Left = 0F;
			this.lblJustification.Name = "lblJustification";
			this.lblJustification.Style = "color: #005A74; font-size: 15.75pt; font-weight: bold; ddo-char-set: 0";
			this.lblJustification.Text = "Synthesis";
			this.lblJustification.Top = 0.148F;
			this.lblJustification.Width = 2.871F;
			// 
			// Synthesis
			// 
			this.Synthesis.AutoReplaceFields = true;
			this.Synthesis.Font = new System.Drawing.Font("Arial", 10F);
			this.Synthesis.Height = 0.24F;
			this.Synthesis.Left = 0F;
			this.Synthesis.Name = "Synthesis";
			this.Synthesis.RTF = resources.GetString("Synthesis.RTF");
			this.Synthesis.Top = 0.418F;
			this.Synthesis.Width = 7.393F;
			// 
			// Criteria1Grid
			// 
			this.MasterReport = false;
			this.PageSettings.PaperHeight = 11F;
			this.PageSettings.PaperWidth = 8.5F;
			this.PrintWidth = 7.479579F;
			this.Sections.Add(this.reportHeader1);
			this.Sections.Add(this.grpSpecies);
			this.Sections.Add(this.detail);
			this.Sections.Add(this.groupFooter1);
			this.Sections.Add(this.reportFooter1);
			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"));
			((System.ComponentModel.ISupportInitialize)(this.Region)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Method)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Score)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Color)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.picture1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Species)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.lblJustification)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
Esempio n. 28
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(FullReport));
			this.detail = new DataDynamics.ActiveReports.Detail();
			this.TextBlockScope = new DataDynamics.ActiveReports.SubReport();
			this.Criteria1Grid = new DataDynamics.ActiveReports.SubReport();
			this.Criteria2Grid = new DataDynamics.ActiveReports.SubReport();
			this.Criteria3Grid = new DataDynamics.ActiveReports.SubReport();
			this.Criteria4Grid = new DataDynamics.ActiveReports.SubReport();
			this.FinalRecGrid = new DataDynamics.ActiveReports.SubReport();
			this.label1 = new DataDynamics.ActiveReports.Label();
			this.richTextBox1 = new DataDynamics.ActiveReports.RichTextBox();
			this.pageBreak3 = new DataDynamics.ActiveReports.PageBreak();
			this.TextBlockExecSummary = new DataDynamics.ActiveReports.SubReport();
			this.pageBreak4 = new DataDynamics.ActiveReports.PageBreak();
			this.label3 = new DataDynamics.ActiveReports.Label();
			this.label4 = new DataDynamics.ActiveReports.Label();
			this.richTextBox2 = new DataDynamics.ActiveReports.RichTextBox();
			this.label5 = new DataDynamics.ActiveReports.Label();
			this.label6 = new DataDynamics.ActiveReports.Label();
			this.richTextBox3 = new DataDynamics.ActiveReports.RichTextBox();
			this.label7 = new DataDynamics.ActiveReports.Label();
			this.Criteria1 = new DataDynamics.ActiveReports.SubReport();
			this.Criteria2 = new DataDynamics.ActiveReports.SubReport();
			this.Criteria4 = new DataDynamics.ActiveReports.SubReport();
			this.label8 = new DataDynamics.ActiveReports.Label();
			this.label9 = new DataDynamics.ActiveReports.Label();
			this.richTextBox4 = new DataDynamics.ActiveReports.RichTextBox();
			this.label10 = new DataDynamics.ActiveReports.Label();
			this.label11 = new DataDynamics.ActiveReports.Label();
			this.label12 = new DataDynamics.ActiveReports.Label();
			this.richTextBox5 = new DataDynamics.ActiveReports.RichTextBox();
			this.label14 = new DataDynamics.ActiveReports.Label();
			this.label15 = new DataDynamics.ActiveReports.Label();
			this.richTextBox6 = new DataDynamics.ActiveReports.RichTextBox();
			this.label16 = new DataDynamics.ActiveReports.Label();
			this.label17 = new DataDynamics.ActiveReports.Label();
			this.richTextBox7 = new DataDynamics.ActiveReports.RichTextBox();
			this.label18 = new DataDynamics.ActiveReports.Label();
			this.label19 = new DataDynamics.ActiveReports.Label();
			this.pageBreak5 = new DataDynamics.ActiveReports.PageBreak();
			this.label21 = new DataDynamics.ActiveReports.Label();
			this.AppendixAGrid = new DataDynamics.ActiveReports.SubReport();
			this.pageBreak6 = new DataDynamics.ActiveReports.PageBreak();
			this.AppendixN1 = new DataDynamics.ActiveReports.SubReport();
			this.AppendixN2 = new DataDynamics.ActiveReports.SubReport();
			this.AppendixN3 = new DataDynamics.ActiveReports.SubReport();
			this.AppendixN4 = new DataDynamics.ActiveReports.SubReport();
			this.AppendixN5 = new DataDynamics.ActiveReports.SubReport();
			this.AppendixN6 = new DataDynamics.ActiveReports.SubReport();
			this.AppendixN7 = new DataDynamics.ActiveReports.SubReport();
			this.label22 = new DataDynamics.ActiveReports.Label();
			this.pageBreak7 = new DataDynamics.ActiveReports.PageBreak();
			this.label23 = new DataDynamics.ActiveReports.Label();
			this.pageBreak8 = new DataDynamics.ActiveReports.PageBreak();
			this.richTextBox8 = new DataDynamics.ActiveReports.RichTextBox();
			this.richTextBox9 = new DataDynamics.ActiveReports.RichTextBox();
			this.richTextBox10 = new DataDynamics.ActiveReports.RichTextBox();
			this.pageBreak9 = new DataDynamics.ActiveReports.PageBreak();
			this.TextBlockAck = new DataDynamics.ActiveReports.SubReport();
			this.References = new DataDynamics.ActiveReports.SubReport();
			this.label24 = new DataDynamics.ActiveReports.Label();
			this.label25 = new DataDynamics.ActiveReports.Label();
			this.label13 = new DataDynamics.ActiveReports.Label();
			this.label26 = new DataDynamics.ActiveReports.Label();
			this.label27 = new DataDynamics.ActiveReports.Label();
			this.label2 = new DataDynamics.ActiveReports.Label();
			this.label28 = new DataDynamics.ActiveReports.Label();
			this.label29 = new DataDynamics.ActiveReports.Label();
			this.TextBlockOverview = new DataDynamics.ActiveReports.SubReport();
			this.label30 = new DataDynamics.ActiveReports.Label();
			this.TextBlockProductionStatistics = new DataDynamics.ActiveReports.SubReport();
			this.label31 = new DataDynamics.ActiveReports.Label();
			this.TextBlockImportance = new DataDynamics.ActiveReports.SubReport();
			this.label32 = new DataDynamics.ActiveReports.Label();
			this.TextBlockMarketNames = new DataDynamics.ActiveReports.SubReport();
			this.label33 = new DataDynamics.ActiveReports.Label();
			this.pageBreak1 = new DataDynamics.ActiveReports.PageBreak();
			this.pageBreak2 = new DataDynamics.ActiveReports.PageBreak();
			this.pageBreak10 = new DataDynamics.ActiveReports.PageBreak();
			((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label9)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label10)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label11)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label12)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label14)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label15)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label16)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label17)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label18)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label19)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label21)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label22)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label23)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label24)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label25)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label13)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label26)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label27)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label28)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label29)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label30)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label31)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label32)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label33)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// detail
			// 
			this.detail.ColumnSpacing = 0F;
			this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.TextBlockScope,
            this.Criteria1Grid,
            this.Criteria2Grid,
            this.Criteria3Grid,
            this.Criteria4Grid,
            this.FinalRecGrid,
            this.label1,
            this.richTextBox1,
            this.pageBreak3,
            this.TextBlockExecSummary,
            this.pageBreak4,
            this.label3,
            this.label4,
            this.richTextBox2,
            this.label5,
            this.label6,
            this.richTextBox3,
            this.label7,
            this.Criteria1,
            this.Criteria2,
            this.Criteria4,
            this.label8,
            this.label9,
            this.richTextBox4,
            this.label10,
            this.label11,
            this.label12,
            this.richTextBox5,
            this.label14,
            this.label15,
            this.richTextBox6,
            this.label16,
            this.label17,
            this.richTextBox7,
            this.label18,
            this.label19,
            this.pageBreak5,
            this.label21,
            this.AppendixAGrid,
            this.pageBreak6,
            this.AppendixN1,
            this.AppendixN2,
            this.AppendixN3,
            this.AppendixN4,
            this.AppendixN5,
            this.AppendixN6,
            this.AppendixN7,
            this.label22,
            this.pageBreak7,
            this.label23,
            this.pageBreak8,
            this.richTextBox8,
            this.richTextBox9,
            this.richTextBox10,
            this.pageBreak9,
            this.TextBlockAck,
            this.References,
            this.label24,
            this.label25,
            this.label13,
            this.label26,
            this.label27,
            this.label2,
            this.label28,
            this.label29,
            this.TextBlockOverview,
            this.label30,
            this.TextBlockProductionStatistics,
            this.label31,
            this.TextBlockImportance,
            this.label32,
            this.TextBlockMarketNames,
            this.label33,
            this.pageBreak1,
            this.pageBreak2,
            this.pageBreak10});
			this.detail.Height = 41.06052F;
			this.detail.Name = "detail";
			// 
			// TextBlockScope
			// 
			this.TextBlockScope.CloseBorder = false;
			this.TextBlockScope.Height = 0.625F;
			this.TextBlockScope.Left = 0F;
			this.TextBlockScope.Name = "TextBlockScope";
			this.TextBlockScope.Report = null;
			this.TextBlockScope.ReportName = "TextBlockScope";
			this.TextBlockScope.Top = 3.111F;
			this.TextBlockScope.Width = 7.479001F;
			// 
			// Criteria1Grid
			// 
			this.Criteria1Grid.CloseBorder = false;
			this.Criteria1Grid.Height = 0.625F;
			this.Criteria1Grid.Left = 0F;
			this.Criteria1Grid.Name = "Criteria1Grid";
			this.Criteria1Grid.Report = null;
			this.Criteria1Grid.ReportName = "Criteria1Grid";
			this.Criteria1Grid.Top = 12.576F;
			this.Criteria1Grid.Width = 7.479F;
			// 
			// Criteria2Grid
			// 
			this.Criteria2Grid.CloseBorder = false;
			this.Criteria2Grid.Height = 0.625F;
			this.Criteria2Grid.Left = 0.03F;
			this.Criteria2Grid.Name = "Criteria2Grid";
			this.Criteria2Grid.Report = null;
			this.Criteria2Grid.ReportName = "Criteria2Grid";
			this.Criteria2Grid.Top = 15.931F;
			this.Criteria2Grid.Width = 7.479F;
			// 
			// Criteria3Grid
			// 
			this.Criteria3Grid.CloseBorder = false;
			this.Criteria3Grid.Height = 0.625F;
			this.Criteria3Grid.Left = 0.009F;
			this.Criteria3Grid.Name = "Criteria3Grid";
			this.Criteria3Grid.Report = null;
			this.Criteria3Grid.ReportName = "Criteria3Grid";
			this.Criteria3Grid.Top = 19.39F;
			this.Criteria3Grid.Width = 7.479F;
			// 
			// Criteria4Grid
			// 
			this.Criteria4Grid.CloseBorder = false;
			this.Criteria4Grid.Height = 0.625F;
			this.Criteria4Grid.Left = 3.72529E-09F;
			this.Criteria4Grid.Name = "Criteria4Grid";
			this.Criteria4Grid.Report = null;
			this.Criteria4Grid.ReportName = "Criteria4Grid";
			this.Criteria4Grid.Top = 21.53601F;
			this.Criteria4Grid.Width = 7.5F;
			// 
			// FinalRecGrid
			// 
			this.FinalRecGrid.CloseBorder = false;
			this.FinalRecGrid.Height = 0.625F;
			this.FinalRecGrid.Left = 0F;
			this.FinalRecGrid.Name = "FinalRecGrid";
			this.FinalRecGrid.Report = null;
			this.FinalRecGrid.ReportName = "FinalRecGrid";
			this.FinalRecGrid.Top = 0.487F;
			this.FinalRecGrid.Width = 7.479F;
			// 
			// label1
			// 
			this.label1.Height = 0.344F;
			this.label1.HyperLink = null;
			this.label1.Left = 0F;
			this.label1.Name = "label1";
			this.label1.Style = "font-size: 20pt; font-weight: bold; text-decoration: underline";
			this.label1.Text = "FINAL SEAFOOD RECOMMENDATION";
			this.label1.Top = 0.09F;
			this.label1.Width = 5.75F;
			// 
			// richTextBox1
			// 
			this.richTextBox1.AutoReplaceFields = true;
			this.richTextBox1.Font = new System.Drawing.Font("Arial", 10F);
			this.richTextBox1.Height = 0.4480001F;
			this.richTextBox1.Left = 0F;
			this.richTextBox1.Name = "richTextBox1";
			this.richTextBox1.RTF = resources.GetString("richTextBox1.RTF");
			this.richTextBox1.Top = 1.205F;
			this.richTextBox1.Width = 7.479001F;
			// 
			// pageBreak3
			// 
			this.pageBreak3.Height = 0.01F;
			this.pageBreak3.Left = 0F;
			this.pageBreak3.Name = "pageBreak3";
			this.pageBreak3.Size = new System.Drawing.SizeF(6.5F, 0.01F);
			this.pageBreak3.Top = 1.716F;
			this.pageBreak3.Width = 6.5F;
			// 
			// TextBlockExecSummary
			// 
			this.TextBlockExecSummary.CloseBorder = false;
			this.TextBlockExecSummary.Height = 0.302F;
			this.TextBlockExecSummary.Left = 0.009000001F;
			this.TextBlockExecSummary.Name = "TextBlockExecSummary";
			this.TextBlockExecSummary.Report = null;
			this.TextBlockExecSummary.ReportName = "TextBlockExecSummary";
			this.TextBlockExecSummary.Top = 2.111F;
			this.TextBlockExecSummary.Width = 7.479F;
			// 
			// pageBreak4
			// 
			this.pageBreak4.Height = 0.01F;
			this.pageBreak4.Left = 0F;
			this.pageBreak4.Name = "pageBreak4";
			this.pageBreak4.Size = new System.Drawing.SizeF(6.5F, 0.01F);
			this.pageBreak4.Top = 9.684004F;
			this.pageBreak4.Width = 6.5F;
			// 
			// label3
			// 
			this.label3.Height = 0.3125F;
			this.label3.HyperLink = null;
			this.label3.Left = 0F;
			this.label3.Name = "label3";
			this.label3.Style = "font-size: 20pt; font-weight: bold; text-decoration: underline";
			this.label3.Text = "ANALYSIS";
			this.label3.Top = 9.734004F;
			this.label3.Width = 4.509999F;
			// 
			// label4
			// 
			this.label4.Height = 0.3125F;
			this.label4.HyperLink = null;
			this.label4.Left = 0F;
			this.label4.Name = "label4";
			this.label4.Style = "font-size: 18pt; font-weight: bold; text-decoration: none";
			this.label4.Text = "Scoring Guide";
			this.label4.Top = 10.129F;
			this.label4.Width = 4.509999F;
			// 
			// richTextBox2
			// 
			this.richTextBox2.AutoReplaceFields = true;
			this.richTextBox2.Font = new System.Drawing.Font("Arial", 10F);
			this.richTextBox2.Height = 0.4790001F;
			this.richTextBox2.Left = 0F;
			this.richTextBox2.Name = "richTextBox2";
			this.richTextBox2.RTF = resources.GetString("richTextBox2.RTF");
			this.richTextBox2.Top = 10.441F;
			this.richTextBox2.Width = 7.458001F;
			// 
			// label5
			// 
			this.label5.Height = 0.3125F;
			this.label5.HyperLink = null;
			this.label5.Left = 0F;
			this.label5.Name = "label5";
			this.label5.Style = "font-size: 18pt; font-weight: bold; text-decoration: underline";
			this.label5.Text = "Criterion 1: Stock for which you want a recommendation";
			this.label5.Top = 11.119F;
			this.label5.Width = 7.479001F;
			// 
			// label6
			// 
			this.label6.Height = 0.2080002F;
			this.label6.HyperLink = null;
			this.label6.Left = 0F;
			this.label6.Name = "label6";
			this.label6.Style = "font-size: 12pt; font-weight: bold; text-decoration: none";
			this.label6.Text = "Guiding Principles";
			this.label6.Top = 11.514F;
			this.label6.Width = 1.781F;
			// 
			// richTextBox3
			// 
			this.richTextBox3.AutoReplaceFields = true;
			this.richTextBox3.Font = new System.Drawing.Font("Arial", 10F);
			this.richTextBox3.Height = 0.4790001F;
			this.richTextBox3.Left = 0F;
			this.richTextBox3.Name = "richTextBox3";
			this.richTextBox3.RTF = resources.GetString("richTextBox3.RTF");
			this.richTextBox3.Top = 11.722F;
			this.richTextBox3.Width = 7.458F;
			// 
			// label7
			// 
			this.label7.Height = 0.2710004F;
			this.label7.HyperLink = null;
			this.label7.Left = 0F;
			this.label7.Name = "label7";
			this.label7.Style = "color: #005A74; font-size: 15.75pt; font-weight: bold; text-decoration: none";
			this.label7.Text = "Summary";
			this.label7.Top = 12.253F;
			this.label7.Width = 1.781F;
			// 
			// Criteria1
			// 
			this.Criteria1.CloseBorder = false;
			this.Criteria1.Height = 0.625F;
			this.Criteria1.Left = 0.03F;
			this.Criteria1.Name = "Criteria1";
			this.Criteria1.Report = null;
			this.Criteria1.ReportName = "Criteria1";
			this.Criteria1.Top = 13.784F;
			this.Criteria1.Width = 7.479F;
			// 
			// Criteria2
			// 
			this.Criteria2.CloseBorder = false;
			this.Criteria2.Height = 0.625F;
			this.Criteria2.Left = 0.009F;
			this.Criteria2.Name = "Criteria2";
			this.Criteria2.Report = null;
			this.Criteria2.ReportName = "Criteria1";
			this.Criteria2.Top = 17.097F;
			this.Criteria2.Width = 7.479F;
			// 
			// Criteria4
			// 
			this.Criteria4.CloseBorder = false;
			this.Criteria4.Height = 0.625F;
			this.Criteria4.Left = 7.450581E-09F;
			this.Criteria4.Name = "Criteria4";
			this.Criteria4.Report = null;
			this.Criteria4.ReportName = "Criteria4";
			this.Criteria4.Top = 22.6405F;
			this.Criteria4.Width = 7.479F;
			// 
			// label8
			// 
			this.label8.Height = 0.3125F;
			this.label8.HyperLink = null;
			this.label8.Left = 0.03F;
			this.label8.Name = "label8";
			this.label8.Style = "font-size: 18pt; font-weight: bold; text-decoration: underline";
			this.label8.Text = "Criterion 2: Impacts on other retained and bycatch stocks";
			this.label8.Top = 14.535F;
			this.label8.Width = 7.479F;
			// 
			// label9
			// 
			this.label9.Height = 0.2080002F;
			this.label9.HyperLink = null;
			this.label9.Left = 0.03F;
			this.label9.Name = "label9";
			this.label9.Style = "font-size: 12pt; font-weight: bold; text-decoration: none";
			this.label9.Text = "Guiding Principles";
			this.label9.Top = 14.93001F;
			this.label9.Width = 1.781F;
			// 
			// richTextBox4
			// 
			this.richTextBox4.AutoReplaceFields = true;
			this.richTextBox4.Font = new System.Drawing.Font("Arial", 10F);
			this.richTextBox4.Height = 0.4790001F;
			this.richTextBox4.Left = 0.03F;
			this.richTextBox4.Name = "richTextBox4";
			this.richTextBox4.RTF = resources.GetString("richTextBox4.RTF");
			this.richTextBox4.Top = 15.13801F;
			this.richTextBox4.Width = 7.458F;
			// 
			// label10
			// 
			this.label10.Height = 0.2080002F;
			this.label10.HyperLink = null;
			this.label10.Left = 0.03F;
			this.label10.Name = "label10";
			this.label10.Style = "font-size: 12pt; font-weight: bold; text-decoration: none";
			this.label10.Text = "Summary";
			this.label10.Top = 15.66901F;
			this.label10.Width = 1.781F;
			// 
			// label11
			// 
			this.label11.Height = 0.3125F;
			this.label11.HyperLink = null;
			this.label11.Left = 0.009F;
			this.label11.Name = "label11";
			this.label11.Style = "font-size: 18pt; font-weight: bold; text-decoration: underline";
			this.label11.Text = "Criterion 3: Management effectiveness";
			this.label11.Top = 17.784F;
			this.label11.Width = 7.479F;
			// 
			// label12
			// 
			this.label12.Height = 0.2080002F;
			this.label12.HyperLink = null;
			this.label12.Left = 0.009F;
			this.label12.Name = "label12";
			this.label12.Style = "font-size: 12pt; font-weight: bold; text-decoration: none";
			this.label12.Text = "Guiding Principles";
			this.label12.Top = 18.179F;
			this.label12.Width = 1.781F;
			// 
			// richTextBox5
			// 
			this.richTextBox5.AutoReplaceFields = true;
			this.richTextBox5.Font = new System.Drawing.Font("Arial", 10F);
			this.richTextBox5.Height = 0.4790001F;
			this.richTextBox5.Left = 0.009F;
			this.richTextBox5.Name = "richTextBox5";
			this.richTextBox5.RTF = resources.GetString("richTextBox5.RTF");
			this.richTextBox5.Top = 18.387F;
			this.richTextBox5.Width = 7.458F;
			// 
			// label14
			// 
			this.label14.Height = 0.3125F;
			this.label14.HyperLink = null;
			this.label14.Left = -2.220446E-16F;
			this.label14.Name = "label14";
			this.label14.Style = "font-size: 18pt; font-weight: bold; text-decoration: underline";
			this.label14.Text = "Criterion 4: Impacts on the habitat and ecosystem";
			this.label14.Top = 20.138F;
			this.label14.Width = 7.479F;
			// 
			// label15
			// 
			this.label15.Height = 0.2080002F;
			this.label15.HyperLink = null;
			this.label15.Left = -2.220446E-16F;
			this.label15.Name = "label15";
			this.label15.Style = "font-size: 12pt; font-weight: bold; text-decoration: none";
			this.label15.Text = "Guiding Principles";
			this.label15.Top = 20.533F;
			this.label15.Width = 1.781F;
			// 
			// richTextBox6
			// 
			this.richTextBox6.AutoReplaceFields = true;
			this.richTextBox6.Font = new System.Drawing.Font("Arial", 10F);
			this.richTextBox6.Height = 0.4790001F;
			this.richTextBox6.Left = -2.220446E-16F;
			this.richTextBox6.Name = "richTextBox6";
			this.richTextBox6.RTF = resources.GetString("richTextBox6.RTF");
			this.richTextBox6.Top = 20.741F;
			this.richTextBox6.Width = 7.458F;
			// 
			// label16
			// 
			this.label16.Height = 0.2080002F;
			this.label16.HyperLink = null;
			this.label16.Left = -2.220446E-16F;
			this.label16.Name = "label16";
			this.label16.Style = "font-size: 12pt; font-weight: bold; text-decoration: none";
			this.label16.Text = "Summary";
			this.label16.Top = 21.27201F;
			this.label16.Width = 1.781F;
			// 
			// label17
			// 
			this.label17.Height = 0.3540001F;
			this.label17.HyperLink = null;
			this.label17.Left = 0F;
			this.label17.Name = "label17";
			this.label17.Style = "font-size: 20pt; font-weight: bold; text-decoration: underline";
			this.label17.Text = "OVERALL RECOMMENDATION";
			this.label17.Top = 23.37601F;
			this.label17.Width = 7.479F;
			// 
			// richTextBox7
			// 
			this.richTextBox7.AutoReplaceFields = true;
			this.richTextBox7.Font = new System.Drawing.Font("Arial", 10F);
			this.richTextBox7.Height = 1.415993F;
			this.richTextBox7.Left = 0F;
			this.richTextBox7.Name = "richTextBox7";
			this.richTextBox7.RTF = resources.GetString("richTextBox7.RTF");
			this.richTextBox7.Top = 23.73001F;
			this.richTextBox7.Width = 7.5F;
			// 
			// label18
			// 
			this.label18.Height = 0.3540001F;
			this.label18.HyperLink = null;
			this.label18.Left = 0F;
			this.label18.Name = "label18";
			this.label18.Style = "font-size: 20pt; font-weight: bold; text-decoration: underline";
			this.label18.Text = "ACKNOWLEDGEMENTS";
			this.label18.Top = 25.29201F;
			this.label18.Width = 7.479F;
			// 
			// label19
			// 
			this.label19.Height = 0.4080002F;
			this.label19.HyperLink = null;
			this.label19.Left = 0F;
			this.label19.Name = "label19";
			this.label19.Style = "font-style: italic";
			this.label19.Text = resources.GetString("label19.Text");
			this.label19.Top = 25.64601F;
			this.label19.Width = 7.5F;
			// 
			// pageBreak5
			// 
			this.pageBreak5.Height = 0.01F;
			this.pageBreak5.Left = 0F;
			this.pageBreak5.Name = "pageBreak5";
			this.pageBreak5.Size = new System.Drawing.SizeF(6.5F, 0.01F);
			this.pageBreak5.Top = 28.19501F;
			this.pageBreak5.Width = 6.5F;
			// 
			// label21
			// 
			this.label21.Height = 0.3540001F;
			this.label21.HyperLink = null;
			this.label21.Left = 0F;
			this.label21.Name = "label21";
			this.label21.Style = "font-size: 20pt; font-weight: bold; text-decoration: underline";
			this.label21.Text = "REFERENCES";
			this.label21.Top = 28.35501F;
			this.label21.Width = 7.479F;
			// 
			// AppendixAGrid
			// 
			this.AppendixAGrid.CloseBorder = false;
			this.AppendixAGrid.Height = 0.625F;
			this.AppendixAGrid.Left = 0F;
			this.AppendixAGrid.Name = "AppendixAGrid";
			this.AppendixAGrid.Report = null;
			this.AppendixAGrid.ReportName = "AppendixAGrid";
			this.AppendixAGrid.Top = 30.37F;
			this.AppendixAGrid.Width = 7.479F;
			// 
			// pageBreak6
			// 
			this.pageBreak6.Height = 0.01F;
			this.pageBreak6.Left = 0F;
			this.pageBreak6.Name = "pageBreak6";
			this.pageBreak6.Size = new System.Drawing.SizeF(6.5F, 0.01F);
			this.pageBreak6.Top = 29.823F;
			this.pageBreak6.Width = 6.5F;
			// 
			// AppendixN1
			// 
			this.AppendixN1.CloseBorder = false;
			this.AppendixN1.Height = 0.625F;
			this.AppendixN1.Left = 0F;
			this.AppendixN1.Name = "AppendixN1";
			this.AppendixN1.Report = null;
			this.AppendixN1.ReportName = "AppendixN";
			this.AppendixN1.Top = 31.07001F;
			this.AppendixN1.Visible = false;
			this.AppendixN1.Width = 7.479F;
			// 
			// AppendixN2
			// 
			this.AppendixN2.CloseBorder = false;
			this.AppendixN2.Height = 0.625F;
			this.AppendixN2.Left = 0F;
			this.AppendixN2.Name = "AppendixN2";
			this.AppendixN2.Report = null;
			this.AppendixN2.ReportName = "AppendixN";
			this.AppendixN2.Top = 31.75751F;
			this.AppendixN2.Visible = false;
			this.AppendixN2.Width = 7.479F;
			// 
			// AppendixN3
			// 
			this.AppendixN3.CloseBorder = false;
			this.AppendixN3.Height = 0.625F;
			this.AppendixN3.Left = 0F;
			this.AppendixN3.Name = "AppendixN3";
			this.AppendixN3.Report = null;
			this.AppendixN3.ReportName = "AppendixN";
			this.AppendixN3.Top = 32.44501F;
			this.AppendixN3.Visible = false;
			this.AppendixN3.Width = 7.479F;
			// 
			// AppendixN4
			// 
			this.AppendixN4.CloseBorder = false;
			this.AppendixN4.Height = 0.625F;
			this.AppendixN4.Left = 0F;
			this.AppendixN4.Name = "AppendixN4";
			this.AppendixN4.Report = null;
			this.AppendixN4.ReportName = "AppendixN";
			this.AppendixN4.Top = 33.133F;
			this.AppendixN4.Visible = false;
			this.AppendixN4.Width = 7.479F;
			// 
			// AppendixN5
			// 
			this.AppendixN5.CloseBorder = false;
			this.AppendixN5.Height = 0.625F;
			this.AppendixN5.Left = 0F;
			this.AppendixN5.Name = "AppendixN5";
			this.AppendixN5.Report = null;
			this.AppendixN5.ReportName = "AppendixN";
			this.AppendixN5.Top = 33.86201F;
			this.AppendixN5.Visible = false;
			this.AppendixN5.Width = 7.479F;
			// 
			// AppendixN6
			// 
			this.AppendixN6.CloseBorder = false;
			this.AppendixN6.Height = 0.625F;
			this.AppendixN6.Left = 0F;
			this.AppendixN6.Name = "AppendixN6";
			this.AppendixN6.Report = null;
			this.AppendixN6.ReportName = "AppendixN";
			this.AppendixN6.Top = 34.54951F;
			this.AppendixN6.Visible = false;
			this.AppendixN6.Width = 7.479F;
			// 
			// AppendixN7
			// 
			this.AppendixN7.CloseBorder = false;
			this.AppendixN7.Height = 0.625F;
			this.AppendixN7.Left = 0F;
			this.AppendixN7.Name = "AppendixN7";
			this.AppendixN7.Report = null;
			this.AppendixN7.ReportName = "AppendixN";
			this.AppendixN7.Top = 35.23701F;
			this.AppendixN7.Visible = false;
			this.AppendixN7.Width = 7.479F;
			// 
			// label22
			// 
			this.label22.Height = 0.3540001F;
			this.label22.HyperLink = null;
			this.label22.Left = 0F;
			this.label22.Name = "label22";
			this.label22.Style = "font-size: 20pt; font-weight: bold; text-decoration: underline";
			this.label22.Text = "About Seafood Watch®  ";
			this.label22.Top = 36.05F;
			this.label22.Width = 7.479F;
			// 
			// pageBreak7
			// 
			this.pageBreak7.Height = 0.01F;
			this.pageBreak7.Left = 0F;
			this.pageBreak7.Name = "pageBreak7";
			this.pageBreak7.Size = new System.Drawing.SizeF(6.5F, 0.01F);
			this.pageBreak7.Top = 37.2535F;
			this.pageBreak7.Width = 6.5F;
			// 
			// label23
			// 
			this.label23.Height = 0.3540001F;
			this.label23.HyperLink = null;
			this.label23.Left = 0F;
			this.label23.Name = "label23";
			this.label23.Style = "font-size: 20pt; font-weight: bold; text-decoration: underline";
			this.label23.Text = "Guiding Principles";
			this.label23.Top = 37.3615F;
			this.label23.Width = 7.479F;
			// 
			// pageBreak8
			// 
			this.pageBreak8.Height = 0.01F;
			this.pageBreak8.Left = 0F;
			this.pageBreak8.Name = "pageBreak8";
			this.pageBreak8.Size = new System.Drawing.SizeF(6.5F, 0.01F);
			this.pageBreak8.Top = 35.956F;
			this.pageBreak8.Width = 6.5F;
			// 
			// richTextBox8
			// 
			this.richTextBox8.AutoReplaceFields = true;
			this.richTextBox8.Font = new System.Drawing.Font("Arial", 10F);
			this.richTextBox8.Height = 0.698F;
			this.richTextBox8.Left = 0F;
			this.richTextBox8.Name = "richTextBox8";
			this.richTextBox8.RTF = resources.GetString("richTextBox8.RTF");
			this.richTextBox8.Top = 36.467F;
			this.richTextBox8.Width = 7.479001F;
			// 
			// richTextBox9
			// 
			this.richTextBox9.AutoReplaceFields = true;
			this.richTextBox9.Font = new System.Drawing.Font("Arial", 10F);
			this.richTextBox9.Height = 1.5F;
			this.richTextBox9.Left = 0F;
			this.richTextBox9.Name = "richTextBox9";
			this.richTextBox9.RTF = resources.GetString("richTextBox9.RTF");
			this.richTextBox9.Top = 37.7785F;
			this.richTextBox9.Width = 7.458F;
			// 
			// richTextBox10
			// 
			this.richTextBox10.AutoReplaceFields = true;
			this.richTextBox10.Font = new System.Drawing.Font("Arial", 10F);
			this.richTextBox10.Height = 1.5F;
			this.richTextBox10.Left = 0F;
			this.richTextBox10.Name = "richTextBox10";
			this.richTextBox10.RTF = resources.GetString("richTextBox10.RTF");
			this.richTextBox10.Top = 39.56052F;
			this.richTextBox10.Width = 7.458F;
			// 
			// pageBreak9
			// 
			this.pageBreak9.Height = 0.01F;
			this.pageBreak9.Left = 0F;
			this.pageBreak9.Name = "pageBreak9";
			this.pageBreak9.Size = new System.Drawing.SizeF(6.5F, 0.01F);
			this.pageBreak9.Top = 39.41651F;
			this.pageBreak9.Width = 6.5F;
			// 
			// TextBlockAck
			// 
			this.TextBlockAck.CloseBorder = false;
			this.TextBlockAck.Height = 0.625F;
			this.TextBlockAck.Left = 0F;
			this.TextBlockAck.Name = "TextBlockAck";
			this.TextBlockAck.Report = null;
			this.TextBlockAck.ReportName = "TextBlockAck";
			this.TextBlockAck.Top = 26.1165F;
			this.TextBlockAck.Width = 7.479F;
			// 
			// References
			// 
			this.References.CloseBorder = false;
			this.References.Height = 0.625F;
			this.References.Left = 0F;
			this.References.Name = "References";
			this.References.Report = null;
			this.References.ReportName = "References";
			this.References.Top = 28.787F;
			this.References.Width = 7.479001F;
			// 
			// label24
			// 
			this.label24.Height = 0.2710004F;
			this.label24.HyperLink = null;
			this.label24.Left = 0F;
			this.label24.Name = "label24";
			this.label24.Style = "color: #005A74; font-size: 15.75pt; font-weight: bold; text-decoration: none";
			this.label24.Text = "Justification of Ranking";
			this.label24.Top = 13.43001F;
			this.label24.Width = 3.333F;
			// 
			// label25
			// 
			this.label25.Height = 0.2710004F;
			this.label25.HyperLink = null;
			this.label25.Left = 0.009F;
			this.label25.Name = "label25";
			this.label25.Style = "color: #005A74; font-size: 15.75pt; font-weight: bold; text-decoration: none";
			this.label25.Text = "Justification of Ranking";
			this.label25.Top = 16.764F;
			this.label25.Width = 3.333001F;
			// 
			// label13
			// 
			this.label13.Height = 0.2710004F;
			this.label13.HyperLink = null;
			this.label13.Left = 0.009000001F;
			this.label13.Name = "label13";
			this.label13.Style = "color: #005A74; font-size: 15.75pt; font-weight: bold; text-decoration: none";
			this.label13.Text = "Summary";
			this.label13.Top = 19.064F;
			this.label13.Width = 3.333001F;
			// 
			// label26
			// 
			this.label26.Height = 0.2710004F;
			this.label26.HyperLink = null;
			this.label26.Left = 0F;
			this.label26.Name = "label26";
			this.label26.Style = "color: #005A74; font-size: 15.75pt; font-weight: bold; text-decoration: none";
			this.label26.Text = "Justification of Ranking";
			this.label26.Top = 22.307F;
			this.label26.Width = 3.333001F;
			// 
			// label27
			// 
			this.label27.Height = 0.3540001F;
			this.label27.HyperLink = null;
			this.label27.Left = 0F;
			this.label27.Name = "label27";
			this.label27.Style = "font-size: 20pt; font-weight: bold; text-decoration: underline";
			this.label27.Text = "APPENDICES";
			this.label27.Top = 29.95901F;
			this.label27.Width = 7.479F;
			// 
			// label2
			// 
			this.label2.Height = 0.344F;
			this.label2.HyperLink = null;
			this.label2.Left = 0F;
			this.label2.Name = "label2";
			this.label2.Style = "font-size: 20pt; font-weight: bold; text-decoration: underline";
			this.label2.Text = "Executive Summary";
			this.label2.Top = 1.767F;
			this.label2.Width = 5.75F;
			// 
			// label28
			// 
			this.label28.Height = 0.344F;
			this.label28.HyperLink = null;
			this.label28.Left = 0F;
			this.label28.Name = "label28";
			this.label28.Style = "font-size: 20pt; font-weight: bold; text-decoration: underline";
			this.label28.Text = "Introduction";
			this.label28.Top = 2.413F;
			this.label28.Width = 5.75F;
			// 
			// label29
			// 
			this.label29.Height = 0.2295004F;
			this.label29.HyperLink = null;
			this.label29.Left = 0F;
			this.label29.Name = "label29";
			this.label29.Style = "font-size: 11pt; font-style: italic; font-weight: normal; text-decoration: none; " +
				"ddo-char-set: 0";
			this.label29.Text = "Scope of the analysis and ensuing recommendation";
			this.label29.Top = 2.8195F;
			this.label29.Width = 5.75F;
			// 
			// TextBlockOverview
			// 
			this.TextBlockOverview.CloseBorder = false;
			this.TextBlockOverview.Height = 0.625F;
			this.TextBlockOverview.Left = 0F;
			this.TextBlockOverview.Name = "TextBlockOverview";
			this.TextBlockOverview.Report = null;
			this.TextBlockOverview.ReportName = "TextBlockOverview";
			this.TextBlockOverview.Top = 4.3295F;
			this.TextBlockOverview.Width = 7.479F;
			// 
			// label30
			// 
			this.label30.Height = 0.2295004F;
			this.label30.HyperLink = null;
			this.label30.Left = 0F;
			this.label30.Name = "label30";
			this.label30.Style = "font-size: 11pt; font-style: italic; font-weight: normal; text-decoration: none; " +
				"ddo-char-set: 0";
			this.label30.Text = "Overview of the species and management bodies";
			this.label30.Top = 4.038F;
			this.label30.Width = 5.75F;
			// 
			// TextBlockProductionStatistics
			// 
			this.TextBlockProductionStatistics.CloseBorder = false;
			this.TextBlockProductionStatistics.Height = 0.625F;
			this.TextBlockProductionStatistics.Left = 0.009000001F;
			this.TextBlockProductionStatistics.Name = "TextBlockProductionStatistics";
			this.TextBlockProductionStatistics.Report = null;
			this.TextBlockProductionStatistics.ReportName = "TextBlockProductionStatistics";
			this.TextBlockProductionStatistics.Top = 5.621F;
			this.TextBlockProductionStatistics.Width = 7.479F;
			// 
			// label31
			// 
			this.label31.Height = 0.2295004F;
			this.label31.HyperLink = null;
			this.label31.Left = 0.009000001F;
			this.label31.Name = "label31";
			this.label31.Style = "font-size: 11pt; font-style: italic; font-weight: normal; text-decoration: none; " +
				"ddo-char-set: 0";
			this.label31.Text = "Production Statistics";
			this.label31.Top = 5.3295F;
			this.label31.Width = 5.75F;
			// 
			// TextBlockImportance
			// 
			this.TextBlockImportance.CloseBorder = false;
			this.TextBlockImportance.Height = 0.625F;
			this.TextBlockImportance.Left = 0F;
			this.TextBlockImportance.Name = "TextBlockImportance";
			this.TextBlockImportance.Report = null;
			this.TextBlockImportance.ReportName = "TextBlockImportance";
			this.TextBlockImportance.Top = 6.9855F;
			this.TextBlockImportance.Width = 7.479F;
			// 
			// label32
			// 
			this.label32.Height = 0.2295004F;
			this.label32.HyperLink = null;
			this.label32.Left = 0F;
			this.label32.Name = "label32";
			this.label32.Style = "font-size: 11pt; font-style: italic; font-weight: normal; text-decoration: none; " +
				"ddo-char-set: 0";
			this.label32.Text = "Importance to the US/North American market";
			this.label32.Top = 6.694F;
			this.label32.Width = 5.75F;
			// 
			// TextBlockMarketNames
			// 
			this.TextBlockMarketNames.CloseBorder = false;
			this.TextBlockMarketNames.Height = 0.625F;
			this.TextBlockMarketNames.Left = 0.008999999F;
			this.TextBlockMarketNames.Name = "TextBlockMarketNames";
			this.TextBlockMarketNames.Report = null;
			this.TextBlockMarketNames.ReportName = "TextBlockMarketNames";
			this.TextBlockMarketNames.Top = 8.277F;
			this.TextBlockMarketNames.Width = 7.479F;
			// 
			// label33
			// 
			this.label33.Height = 0.2295004F;
			this.label33.HyperLink = null;
			this.label33.Left = 0.008999999F;
			this.label33.Name = "label33";
			this.label33.Style = "font-size: 11pt; font-style: italic; font-weight: normal; text-decoration: none; " +
				"ddo-char-set: 0";
			this.label33.Text = "Common and market names";
			this.label33.Top = 7.9855F;
			this.label33.Width = 5.75F;
			// 
			// pageBreak1
			// 
			this.pageBreak1.Height = 0.01F;
			this.pageBreak1.Left = 0F;
			this.pageBreak1.Name = "pageBreak1";
			this.pageBreak1.Size = new System.Drawing.SizeF(6.5F, 0.01F);
			this.pageBreak1.Top = 20.076F;
			this.pageBreak1.Width = 6.5F;
			// 
			// pageBreak2
			// 
			this.pageBreak2.Height = 0.05555556F;
			this.pageBreak2.Left = 0F;
			this.pageBreak2.Name = "pageBreak2";
			this.pageBreak2.Size = new System.Drawing.SizeF(6.5F, 0.05555556F);
			this.pageBreak2.Top = 17.7845F;
			this.pageBreak2.Width = 6.5F;
			// 
			// pageBreak10
			// 
			this.pageBreak10.Height = 0.05555556F;
			this.pageBreak10.Left = 0F;
			this.pageBreak10.Name = "pageBreak10";
			this.pageBreak10.Size = new System.Drawing.SizeF(6.5F, 0.05555556F);
			this.pageBreak10.Top = 14.4715F;
			this.pageBreak10.Width = 6.5F;
			// 
			// FullReport
			// 
			this.MasterReport = false;
			this.PageSettings.PaperHeight = 11F;
			this.PageSettings.PaperWidth = 8.5F;
			this.PrintWidth = 7.509F;
			this.Sections.Add(this.detail);
			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.FullReport_ReportStart);
			((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label9)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label10)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label11)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label12)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label14)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label15)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label16)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label17)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label18)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label19)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label21)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label22)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label23)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label24)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label25)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label13)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label26)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label27)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label28)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label29)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label30)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label31)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label32)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label33)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
Esempio n. 29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager           resources  = new System.Resources.ResourceManager(typeof(NewActiveReport1));
     DataDynamics.ActiveReports.Chart.ChartArea chartArea2 = new DataDynamics.ActiveReports.Chart.ChartArea();
     DataDynamics.ActiveReports.Chart.Axis      axis6      = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis      axis7      = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis      axis8      = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis      axis9      = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Axis      axis10     = new DataDynamics.ActiveReports.Chart.Axis();
     DataDynamics.ActiveReports.Chart.Legend    legend2    = new DataDynamics.ActiveReports.Chart.Legend();
     DataDynamics.ActiveReports.Chart.Title     title5     = new DataDynamics.ActiveReports.Chart.Title();
     DataDynamics.ActiveReports.Chart.Title     title6     = new DataDynamics.ActiveReports.Chart.Title();
     DataDynamics.ActiveReports.Chart.Series    series4    = new DataDynamics.ActiveReports.Chart.Series();
     DataDynamics.ActiveReports.Chart.Series    series5    = new DataDynamics.ActiveReports.Chart.Series();
     DataDynamics.ActiveReports.Chart.Series    series6    = new DataDynamics.ActiveReports.Chart.Series();
     DataDynamics.ActiveReports.Chart.Title     title7     = new DataDynamics.ActiveReports.Chart.Title();
     DataDynamics.ActiveReports.Chart.Title     title8     = new DataDynamics.ActiveReports.Chart.Title();
     this.pageHeader    = new DataDynamics.ActiveReports.PageHeader();
     this.detail        = new DataDynamics.ActiveReports.Detail();
     this.chartControl1 = new DataDynamics.ActiveReports.ChartControl();
     this.checkBox1     = new DataDynamics.ActiveReports.CheckBox();
     this.pageFooter    = new DataDynamics.ActiveReports.PageFooter();
     this.label1        = new DataDynamics.ActiveReports.Label();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Height = 0.25F;
     this.pageHeader.Name   = "pageHeader";
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.chartControl1,
         this.checkBox1,
         this.label1
     });
     this.detail.Height = 2.520866F;
     this.detail.Name   = "detail";
     //
     // 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);
     chartArea2.AntiAliasMode       = DataDynamics.ActiveReports.Chart.Graphics.AntiAliasMode.Graphics;
     axis6.AxisType       = DataDynamics.ActiveReports.Chart.AxisType.Categorical;
     axis6.LabelFont      = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis6.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), 1D, 0F, false);
     axis6.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), 0D, 0F, false);
     axis6.SmartLabels    = false;
     axis6.Title          = "Axis X";
     axis6.TitleFont      = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis7.LabelFont      = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis7.LabelsGap      = 0;
     axis7.LabelsVisible  = false;
     axis7.Line           = new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None);
     axis7.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), 0D, 0F, false);
     axis7.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), 0D, 0F, false);
     axis7.Position       = 0D;
     axis7.TickOffset     = 0D;
     axis7.TitleFont      = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis7.Visible        = false;
     axis8.LabelFont      = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis8.LabelsVisible  = false;
     axis8.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), 0D, 0F, false);
     axis8.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), 0D, 0F, false);
     axis8.Position       = 0D;
     axis8.Title          = "Axis Y";
     axis8.TitleFont      = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F), -90F);
     axis9.LabelFont      = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis9.LabelsVisible  = false;
     axis9.Line           = new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None);
     axis9.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), 0D, 0F, false);
     axis9.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), 0D, 0F, false);
     axis9.TitleFont      = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis9.Visible        = false;
     axis10.LabelFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis10.LabelsGap     = 0;
     axis10.LabelsVisible = false;
     axis10.Line          = new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Transparent, 0, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None);
     axis10.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), 0D, 0F, false);
     axis10.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), 0D, 0F, false);
     axis10.Position      = 0D;
     axis10.TickOffset    = 0D;
     axis10.TitleFont     = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     axis10.Visible       = false;
     chartArea2.Axes.AddRange(new DataDynamics.ActiveReports.Chart.AxisBase[] {
         axis6,
         axis7,
         axis8,
         axis9,
         axis10
     });
     chartArea2.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);
     chartArea2.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);
     chartArea2.Light      = new DataDynamics.ActiveReports.Chart.Light(new DataDynamics.ActiveReports.Chart.Graphics.Point3d(10F, 40F, 20F), DataDynamics.ActiveReports.Chart.LightType.InfiniteDirectional, 0.3F);
     chartArea2.Name       = "defaultArea";
     chartArea2.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[] {
         chartArea2
     });
     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);
     this.chartControl1.ColorPalette = DataDynamics.ActiveReports.Chart.ColorPalette.Autumn;
     this.chartControl1.Height       = 1.75F;
     this.chartControl1.Left         = 0.1767716F;
     legend2.Alignment  = DataDynamics.ActiveReports.Chart.Alignment.Right;
     legend2.Backdrop   = new DataDynamics.ActiveReports.Chart.BackdropItem(System.Drawing.Color.White, ((byte)(128)));
     legend2.Border     = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(), 0, System.Drawing.Color.Black);
     legend2.DockArea   = chartArea2;
     title5.Backdrop    = new DataDynamics.ActiveReports.Chart.Graphics.Backdrop(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);
     title5.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);
     title5.DockArea    = null;
     title5.Font        = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     title5.Name        = "";
     title5.Text        = "";
     legend2.Footer     = title5;
     title6.Border      = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.White, 2), 0, System.Drawing.Color.Black);
     title6.DockArea    = null;
     title6.Font        = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     title6.Name        = "";
     title6.Text        = "Legend";
     legend2.Header     = title6;
     legend2.LabelsFont = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     legend2.Name       = "defaultLegend";
     this.chartControl1.Legends.AddRange(new DataDynamics.ActiveReports.Chart.Legend[] {
         legend2
     });
     this.chartControl1.Name = "chartControl1";
     series4.AxisX           = axis6;
     series4.AxisY           = axis8;
     series4.ChartArea       = chartArea2;
     series4.Legend          = legend2;
     series4.LegendText      = "";
     series4.Name            = "Series1";
     series4.Properties      = new DataDynamics.ActiveReports.Chart.CustomProperties(new DataDynamics.ActiveReports.Chart.KeyValuePair[] {
         new DataDynamics.ActiveReports.Chart.KeyValuePair("BarType", DataDynamics.ActiveReports.Chart.BarType.Cylinder)
     });
     series4.Type          = DataDynamics.ActiveReports.Chart.ChartType.Bar3D;
     series4.ValueMembersY = null;
     series4.ValueMemberX  = null;
     series5.AxisX         = axis6;
     series5.AxisY         = axis8;
     series5.ChartArea     = chartArea2;
     series5.Legend        = legend2;
     series5.LegendText    = "";
     series5.Name          = "Series2";
     series5.Properties    = new DataDynamics.ActiveReports.Chart.CustomProperties(new DataDynamics.ActiveReports.Chart.KeyValuePair[] {
         new DataDynamics.ActiveReports.Chart.KeyValuePair("BarType", DataDynamics.ActiveReports.Chart.BarType.Cylinder)
     });
     series5.Type          = DataDynamics.ActiveReports.Chart.ChartType.Bar3D;
     series5.ValueMembersY = null;
     series5.ValueMemberX  = null;
     series6.AxisX         = axis6;
     series6.AxisY         = axis8;
     series6.ChartArea     = chartArea2;
     series6.Legend        = legend2;
     series6.LegendText    = "";
     series6.Name          = "Series3";
     series6.Properties    = new DataDynamics.ActiveReports.Chart.CustomProperties(new DataDynamics.ActiveReports.Chart.KeyValuePair[] {
         new DataDynamics.ActiveReports.Chart.KeyValuePair("BarType", DataDynamics.ActiveReports.Chart.BarType.Cylinder)
     });
     series6.Type          = DataDynamics.ActiveReports.Chart.ChartType.Bar3D;
     series6.ValueMembersY = null;
     series6.ValueMemberX  = null;
     this.chartControl1.Series.AddRange(new DataDynamics.ActiveReports.Chart.Series[] {
         series4,
         series5,
         series6
     });
     title7.Alignment = DataDynamics.ActiveReports.Chart.Alignment.Center;
     title7.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);
     title7.DockArea  = null;
     title7.Font      = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     title7.Name      = "header";
     title7.Text      = "Chart title";
     title8.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);
     title8.DockArea  = null;
     title8.Docking   = DataDynamics.ActiveReports.Chart.DockType.Bottom;
     title8.Font      = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     title8.Name      = "footer";
     title8.Text      = "Chart Footer";
     this.chartControl1.Titles.AddRange(new DataDynamics.ActiveReports.Chart.Title[] {
         title7,
         title8
     });
     this.chartControl1.Top       = 0.2917323F;
     this.chartControl1.UIOptions = DataDynamics.ActiveReports.Chart.UIOptions.ForceHitTesting;
     this.chartControl1.Width     = 3F;
     //
     // checkBox1
     //
     this.checkBox1.Height = 0.2F;
     this.checkBox1.Left   = 3.698F;
     this.checkBox1.Name   = "checkBox1";
     this.checkBox1.Style  = "";
     this.checkBox1.Text   = "checkBox1";
     this.checkBox1.Top    = 1.562F;
     this.checkBox1.Width  = 1F;
     //
     // pageFooter
     //
     this.pageFooter.Height = 0.25F;
     this.pageFooter.Name   = "pageFooter";
     //
     // label1
     //
     this.label1.Height    = 0.2F;
     this.label1.HyperLink = null;
     this.label1.Left      = 3.844F;
     this.label1.Name      = "label1";
     this.label1.Style     = "";
     this.label1.Text      = "label1";
     this.label1.Top       = 0.459F;
     this.label1.Width     = 1F;
     //
     // NewActiveReport1
     //
     this.MasterReport             = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 6.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"));
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 30
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(rptConfiguration));
     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.txtDBName    = new DataDynamics.ActiveReports.TextBox();
     this.textBox1     = new DataDynamics.ActiveReports.TextBox();
     this.textBox3     = new DataDynamics.ActiveReports.TextBox();
     this.txtPeriod    = new DataDynamics.ActiveReports.TextBox();
     this.detail       = new DataDynamics.ActiveReports.Detail();
     this.pageFooter   = new DataDynamics.ActiveReports.PageFooter();
     this.imgLeanPath  = new DataDynamics.ActiveReports.Picture();
     this.lblDB        = new DataDynamics.ActiveReports.TextBox();
     this.groupHeader1 = new DataDynamics.ActiveReports.GroupHeader();
     this.groupFooter1 = new DataDynamics.ActiveReports.GroupFooter();
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSubTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDBName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLeanPath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDB)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.CanShrink = true;
     this.pageHeader.Height    = 0F;
     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  = "Configuration Report";
     this.lblTitle.Top   = 0F;
     this.lblTitle.Width = 6.75F;
     //
     // 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.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  = 0.0625F;
     this.txtSubTitle.Name  = "txtSubTitle";
     this.txtSubTitle.Style = "";
     this.txtSubTitle.Text  = null;
     this.txtSubTitle.Top   = 0.3125F;
     this.txtSubTitle.Width = 6.75F;
     //
     // txtDBName
     //
     this.txtDBName.Border.BottomColor = System.Drawing.Color.Black;
     this.txtDBName.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtDBName.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtDBName.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtDBName.Border.RightColor  = System.Drawing.Color.Black;
     this.txtDBName.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtDBName.Border.TopColor    = System.Drawing.Color.Black;
     this.txtDBName.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtDBName.Height             = 0.1979167F;
     this.txtDBName.Left  = 1.125F;
     this.txtDBName.Name  = "txtDBName";
     this.txtDBName.Style = "font-weight: bold; font-size: 12pt; ";
     this.txtDBName.Text  = "DBName";
     this.txtDBName.Top   = 0.5625F;
     this.txtDBName.Width = 5.6875F;
     //
     // textBox1
     //
     this.textBox1.Border.BottomColor = System.Drawing.Color.Black;
     this.textBox1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox1.Border.LeftColor   = System.Drawing.Color.Black;
     this.textBox1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox1.Border.RightColor  = System.Drawing.Color.Black;
     this.textBox1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox1.Border.TopColor    = System.Drawing.Color.Black;
     this.textBox1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox1.Height             = 0.1979167F;
     this.textBox1.Left  = 0.0625F;
     this.textBox1.Name  = "textBox1";
     this.textBox1.Style = "font-weight: bold; ";
     this.textBox1.Text  = "DataBase: ";
     this.textBox1.Top   = 0.5625F;
     this.textBox1.Width = 1F;
     //
     // textBox3
     //
     this.textBox3.Border.BottomColor = System.Drawing.Color.Black;
     this.textBox3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox3.Border.LeftColor   = System.Drawing.Color.Black;
     this.textBox3.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox3.Border.RightColor  = System.Drawing.Color.Black;
     this.textBox3.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox3.Border.TopColor    = System.Drawing.Color.Black;
     this.textBox3.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox3.Height             = 0.1979167F;
     this.textBox3.Left  = 0.0625F;
     this.textBox3.Name  = "textBox3";
     this.textBox3.Style = "font-weight: bold; ";
     this.textBox3.Text  = "Date:";
     this.textBox3.Top   = 0.8125F;
     this.textBox3.Width = 1F;
     //
     // 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.1979167F;
     this.txtPeriod.Left  = 1.125F;
     this.txtPeriod.Name  = "txtPeriod";
     this.txtPeriod.Style = "font-weight: bold; ";
     this.txtPeriod.Text  = null;
     this.txtPeriod.Top   = 0.8125F;
     this.txtPeriod.Width = 5.5F;
     //
     // detail
     //
     this.detail.CanShrink     = true;
     this.detail.ColumnSpacing = 0F;
     this.detail.Height        = 0.01041667F;
     this.detail.Name          = "detail";
     //
     // pageFooter
     //
     this.pageFooter.CanShrink = true;
     this.pageFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.imgLeanPath,
         this.lblDB
     });
     this.pageFooter.Height = 0.34375F;
     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       = 6.125F;
     this.imgLeanPath.LineWeight = 0F;
     this.imgLeanPath.Name       = "imgLeanPath";
     this.imgLeanPath.SizeMode   = DataDynamics.ActiveReports.SizeModes.Stretch;
     this.imgLeanPath.Top        = 0F;
     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   = 0F;
     this.lblDB.Width = 6F;
     //
     // groupHeader1
     //
     this.groupHeader1.CanShrink = true;
     this.groupHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.lblTitle,
         this.imgLogo,
         this.txtSubTitle,
         this.txtDBName,
         this.textBox1,
         this.textBox3,
         this.txtPeriod
     });
     this.groupHeader1.Height = 1.020833F;
     this.groupHeader1.Name   = "groupHeader1";
     //
     // groupFooter1
     //
     this.groupFooter1.Height = 0F;
     this.groupFooter1.Name   = "groupFooter1";
     //
     // rptConfiguration
     //
     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.Portrait;
     this.PageSettings.PaperHeight      = 11.69F;
     this.PageSettings.PaperWidth       = 8.27F;
     this.PrintWidth = 6.927083F;
     this.Sections.Add(this.pageHeader);
     this.Sections.Add(this.groupHeader1);
     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.rptConfiguration_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSubTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDBName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLeanPath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDB)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ProviderSummaryReport));
     DataDynamics.ActiveReports.DataSources.XMLDataSource xmlDataSource1 = new DataDynamics.ActiveReports.DataSources.XMLDataSource();
     this.pageHeader           = new DataDynamics.ActiveReports.PageHeader();
     this.label1               = new DataDynamics.ActiveReports.Label();
     this.label2               = new DataDynamics.ActiveReports.Label();
     this.label3               = new DataDynamics.ActiveReports.Label();
     this.label4               = new DataDynamics.ActiveReports.Label();
     this.line1                = new DataDynamics.ActiveReports.Line();
     this.label6               = new DataDynamics.ActiveReports.Label();
     this.label7               = new DataDynamics.ActiveReports.Label();
     this.label8               = new DataDynamics.ActiveReports.Label();
     this.label9               = new DataDynamics.ActiveReports.Label();
     this.label10              = new DataDynamics.ActiveReports.Label();
     this.label11              = new DataDynamics.ActiveReports.Label();
     this.label12              = new DataDynamics.ActiveReports.Label();
     this.label14              = new DataDynamics.ActiveReports.Label();
     this.PrintedBy            = new DataDynamics.ActiveReports.TextBox();
     this.label5               = new DataDynamics.ActiveReports.Label();
     this.detail               = new DataDynamics.ActiveReports.Detail();
     this.textBox1             = new DataDynamics.ActiveReports.TextBox();
     this.textbox2             = new DataDynamics.ActiveReports.TextBox();
     this.textBox3             = new DataDynamics.ActiveReports.TextBox();
     this.CompletedReviewCount = new DataDynamics.ActiveReports.TextBox();
     this.ValidCount           = new DataDynamics.ActiveReports.TextBox();
     this.InvalidRecovery      = new DataDynamics.ActiveReports.TextBox();
     this.InvalidAdminCount    = new DataDynamics.ActiveReports.TextBox();
     this.InvalidNoRecovery    = new DataDynamics.ActiveReports.TextBox();
     this.ValidAdminCount      = new DataDynamics.ActiveReports.TextBox();
     this.TotalReviewCount     = new DataDynamics.ActiveReports.TextBox();
     this.textBox4             = new DataDynamics.ActiveReports.TextBox();
     this.RecoveryCount        = new DataDynamics.ActiveReports.TextBox();
     this.pageFooter           = new DataDynamics.ActiveReports.PageFooter();
     this.reportInfo1          = new DataDynamics.ActiveReports.ReportInfo();
     this.line2                = new DataDynamics.ActiveReports.Line();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PrintedBy)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textbox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CompletedReviewCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ValidCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.InvalidRecovery)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.InvalidAdminCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.InvalidNoRecovery)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ValidAdminCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TotalReviewCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RecoveryCount)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.reportInfo1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.label1,
         this.label2,
         this.label3,
         this.label4,
         this.line1,
         this.label6,
         this.label7,
         this.label8,
         this.label9,
         this.label10,
         this.label11,
         this.label12,
         this.label14,
         this.PrintedBy,
         this.label5
     });
     this.pageHeader.Height = 1.8125F;
     this.pageHeader.Name   = "pageHeader";
     //
     // label1
     //
     this.label1.Height    = 0.312F;
     this.label1.HyperLink = null;
     this.label1.Left      = 2.625F;
     this.label1.Name      = "label1";
     this.label1.Style     = "font-size: 18pt; font-weight: bold; text-align: center; ddo-char-set: 1";
     this.label1.Text      = "Provider Summary Report\r\n";
     this.label1.Top       = 0F;
     this.label1.Width     = 4.375F;
     //
     // label2
     //
     this.label2.Height    = 0.8750001F;
     this.label2.HyperLink = null;
     this.label2.Left      = 0.06200006F;
     this.label2.Name      = "label2";
     this.label2.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label2.Text      = "Org Code";
     this.label2.Top       = 0.8750001F;
     this.label2.Width     = 0.6880001F;
     //
     // label3
     //
     this.label3.Height    = 0.8750001F;
     this.label3.HyperLink = null;
     this.label3.Left      = 0.812F;
     this.label3.Name      = "label3";
     this.label3.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label3.Text      = "ESA Code";
     this.label3.Top       = 0.8750001F;
     this.label3.Width     = 0.6880001F;
     //
     // label4
     //
     this.label4.Height    = 0.8750001F;
     this.label4.HyperLink = null;
     this.label4.Left      = 1.562F;
     this.label4.Name      = "label4";
     this.label4.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label4.Text      = "Site Code";
     this.label4.Top       = 0.8750001F;
     this.label4.Width     = 0.688F;
     //
     // line1
     //
     this.line1.Height     = 0F;
     this.line1.Left       = 0.06200001F;
     this.line1.LineWeight = 1F;
     this.line1.Name       = "line1";
     this.line1.Top        = 1.77F;
     this.line1.Width      = 10.038F;
     this.line1.X1         = 0.06200001F;
     this.line1.X2         = 10.1F;
     this.line1.Y1         = 1.77F;
     this.line1.Y2         = 1.77F;
     //
     // label6
     //
     this.label6.Height    = 0.8750001F;
     this.label6.HyperLink = null;
     this.label6.Left      = 4.875F;
     this.label6.Name      = "label6";
     this.label6.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label6.Text      = "No. of Recoveries";
     this.label6.Top       = 0.8750001F;
     this.label6.Width     = 0.8130003F;
     //
     // label7
     //
     this.label7.Height    = 0.8750001F;
     this.label7.HyperLink = null;
     this.label7.Left      = 4F;
     this.label7.Name      = "label7";
     this.label7.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label7.Text      = "No. of Completed Reviews";
     this.label7.Top       = 0.8750001F;
     this.label7.Width     = 0.813F;
     //
     // label8
     //
     this.label8.Height    = 0.8750001F;
     this.label8.HyperLink = null;
     this.label8.Left      = 5.75F;
     this.label8.Name      = "label8";
     this.label8.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label8.Text      = "Valid (NFA)";
     this.label8.Top       = 0.8750001F;
     this.label8.Width     = 0.813F;
     //
     // label9
     //
     this.label9.Height    = 0.8750001F;
     this.label9.HyperLink = null;
     this.label9.Left      = 6.625F;
     this.label9.Name      = "label9";
     this.label9.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label9.Text      = "Valid (Admin Deficiency - Provider Education)";
     this.label9.Top       = 0.8750001F;
     this.label9.Width     = 0.813F;
     //
     // label10
     //
     this.label10.Height    = 0.8750001F;
     this.label10.HyperLink = null;
     this.label10.Left      = 7.5F;
     this.label10.Name      = "label10";
     this.label10.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label10.Text      = "Invalid (Admin Deficiency - Provider Education)";
     this.label10.Top       = 0.8750001F;
     this.label10.Width     = 0.813F;
     //
     // label11
     //
     this.label11.Height    = 0.8750001F;
     this.label11.HyperLink = null;
     this.label11.Left      = 8.375F;
     this.label11.Name      = "label11";
     this.label11.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label11.Text      = "Invalid (Recovery)";
     this.label11.Top       = 0.8750001F;
     this.label11.Width     = 0.813F;
     //
     // label12
     //
     this.label12.Height    = 0.8750001F;
     this.label12.HyperLink = null;
     this.label12.Left      = 9.25F;
     this.label12.Name      = "label12";
     this.label12.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label12.Text      = "Invalid (No Recovery)";
     this.label12.Top       = 0.8750001F;
     this.label12.Width     = 0.813F;
     //
     // label14
     //
     this.label14.Height    = 0.8750001F;
     this.label14.HyperLink = null;
     this.label14.Left      = 3.312F;
     this.label14.Name      = "label14";
     this.label14.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label14.Text      = "No. of Reviews";
     this.label14.Top       = 0.8750001F;
     this.label14.Width     = 0.6249998F;
     //
     // PrintedBy
     //
     this.PrintedBy.Height       = 0.2F;
     this.PrintedBy.Left         = 7.062F;
     this.PrintedBy.Name         = "PrintedBy";
     this.PrintedBy.OutputFormat = resources.GetString("PrintedBy.OutputFormat");
     this.PrintedBy.Style        = "text-align: right";
     this.PrintedBy.Text         = "Printed By: XXXXXX";
     this.PrintedBy.Top          = 0.375F;
     this.PrintedBy.Width        = 3F;
     //
     // label5
     //
     this.label5.Height    = 0.875F;
     this.label5.HyperLink = null;
     this.label5.Left      = 2.312F;
     this.label5.Name      = "label5";
     this.label5.Style     = "font-weight: bold; text-align: left; vertical-align: bottom";
     this.label5.Text      = "State";
     this.label5.Top       = 0.8750001F;
     this.label5.Width     = 0.688F;
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.textBox1,
         this.textbox2,
         this.textBox3,
         this.CompletedReviewCount,
         this.ValidCount,
         this.InvalidRecovery,
         this.InvalidAdminCount,
         this.InvalidNoRecovery,
         this.ValidAdminCount,
         this.TotalReviewCount,
         this.textBox4,
         this.RecoveryCount
     });
     this.detail.Height  = 0.2645833F;
     this.detail.Name    = "detail";
     this.detail.Format += new System.EventHandler(this.detail_Format);
     //
     // textBox1
     //
     this.textBox1.DataField = "OrgCode";
     this.textBox1.Height    = 0.2F;
     this.textBox1.Left      = 0.062F;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Style     = "text-align: left";
     this.textBox1.Text      = "OrgCode";
     this.textBox1.Top       = 0F;
     this.textBox1.Width     = 0.6880001F;
     //
     // textbox2
     //
     this.textbox2.DataField = "ESACode";
     this.textbox2.Height    = 0.2F;
     this.textbox2.Left      = 0.812F;
     this.textbox2.Name      = "textbox2";
     this.textbox2.Style     = "text-align: left";
     this.textbox2.Text      = "ESACode";
     this.textbox2.Top       = 0F;
     this.textbox2.Width     = 0.6880001F;
     //
     // textBox3
     //
     this.textBox3.DataField = "SiteCode";
     this.textBox3.Height    = 0.2F;
     this.textBox3.Left      = 1.562F;
     this.textBox3.Name      = "textBox3";
     this.textBox3.Style     = "text-align: left";
     this.textBox3.Text      = "SiteCode";
     this.textBox3.Top       = 0F;
     this.textBox3.Width     = 0.6880001F;
     //
     // CompletedReviewCount
     //
     this.CompletedReviewCount.DataField    = "CompletedReviewCount";
     this.CompletedReviewCount.Height       = 0.2F;
     this.CompletedReviewCount.Left         = 4F;
     this.CompletedReviewCount.Name         = "CompletedReviewCount";
     this.CompletedReviewCount.OutputFormat = resources.GetString("CompletedReviewCount.OutputFormat");
     this.CompletedReviewCount.Style        = "text-align: right";
     this.CompletedReviewCount.Text         = "CompletedReviewCount";
     this.CompletedReviewCount.Top          = 0F;
     this.CompletedReviewCount.Width        = 0.813F;
     //
     // ValidCount
     //
     this.ValidCount.DataField    = "ValidCount";
     this.ValidCount.Height       = 0.2F;
     this.ValidCount.Left         = 5.750002F;
     this.ValidCount.Name         = "ValidCount";
     this.ValidCount.OutputFormat = resources.GetString("ValidCount.OutputFormat");
     this.ValidCount.Style        = "text-align: right";
     this.ValidCount.Text         = "ValidCount";
     this.ValidCount.Top          = 0F;
     this.ValidCount.Width        = 0.813F;
     //
     // InvalidRecovery
     //
     this.InvalidRecovery.DataField    = "InvalidRecovery";
     this.InvalidRecovery.Height       = 0.2F;
     this.InvalidRecovery.Left         = 8.375002F;
     this.InvalidRecovery.Name         = "InvalidRecovery";
     this.InvalidRecovery.OutputFormat = resources.GetString("InvalidRecovery.OutputFormat");
     this.InvalidRecovery.Style        = "text-align: right";
     this.InvalidRecovery.Text         = "InvalidRecovery";
     this.InvalidRecovery.Top          = 0F;
     this.InvalidRecovery.Width        = 0.813F;
     //
     // InvalidAdminCount
     //
     this.InvalidAdminCount.DataField    = "InvalidAdminCount";
     this.InvalidAdminCount.Height       = 0.2F;
     this.InvalidAdminCount.Left         = 7.5F;
     this.InvalidAdminCount.Name         = "InvalidAdminCount";
     this.InvalidAdminCount.OutputFormat = resources.GetString("InvalidAdminCount.OutputFormat");
     this.InvalidAdminCount.Style        = "text-align: right";
     this.InvalidAdminCount.Text         = "InvalidAdminCount";
     this.InvalidAdminCount.Top          = 0F;
     this.InvalidAdminCount.Width        = 0.813F;
     //
     // InvalidNoRecovery
     //
     this.InvalidNoRecovery.DataField    = "InvalidNoRecovery";
     this.InvalidNoRecovery.Height       = 0.2F;
     this.InvalidNoRecovery.Left         = 9.25F;
     this.InvalidNoRecovery.Name         = "InvalidNoRecovery";
     this.InvalidNoRecovery.OutputFormat = resources.GetString("InvalidNoRecovery.OutputFormat");
     this.InvalidNoRecovery.Style        = "text-align: right";
     this.InvalidNoRecovery.Text         = "InvalidNoRecovery";
     this.InvalidNoRecovery.Top          = 0F;
     this.InvalidNoRecovery.Width        = 0.813F;
     //
     // ValidAdminCount
     //
     this.ValidAdminCount.DataField    = "ValidAdminCount";
     this.ValidAdminCount.Height       = 0.2F;
     this.ValidAdminCount.Left         = 6.625F;
     this.ValidAdminCount.Name         = "ValidAdminCount";
     this.ValidAdminCount.OutputFormat = resources.GetString("ValidAdminCount.OutputFormat");
     this.ValidAdminCount.Style        = "text-align: right";
     this.ValidAdminCount.Text         = "ValidAdminCount";
     this.ValidAdminCount.Top          = 0F;
     this.ValidAdminCount.Width        = 0.813F;
     //
     // TotalReviewCount
     //
     this.TotalReviewCount.DataField    = "TotalReviewCount";
     this.TotalReviewCount.Height       = 0.2F;
     this.TotalReviewCount.Left         = 3.062F;
     this.TotalReviewCount.Name         = "TotalReviewCount";
     this.TotalReviewCount.OutputFormat = resources.GetString("TotalReviewCount.OutputFormat");
     this.TotalReviewCount.Style        = "text-align: right";
     this.TotalReviewCount.Text         = "TotalReviewCount";
     this.TotalReviewCount.Top          = 0F;
     this.TotalReviewCount.Width        = 0.813F;
     //
     // textBox4
     //
     this.textBox4.DataField = "State";
     this.textBox4.Height    = 0.2F;
     this.textBox4.Left      = 2.312F;
     this.textBox4.Name      = "textBox4";
     this.textBox4.Style     = "text-align: left";
     this.textBox4.Text      = "State";
     this.textBox4.Top       = 0F;
     this.textBox4.Width     = 0.6880001F;
     //
     // RecoveryCount
     //
     this.RecoveryCount.DataField    = "RecoveryCount";
     this.RecoveryCount.Height       = 0.2F;
     this.RecoveryCount.Left         = 4.875F;
     this.RecoveryCount.Name         = "RecoveryCount";
     this.RecoveryCount.OutputFormat = resources.GetString("RecoveryCount.OutputFormat");
     this.RecoveryCount.Style        = "text-align: right";
     this.RecoveryCount.Text         = "RecoveryCount";
     this.RecoveryCount.Top          = 0F;
     this.RecoveryCount.Width        = 0.813F;
     //
     // pageFooter
     //
     this.pageFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.reportInfo1,
         this.line2
     });
     this.pageFooter.Height = 0.3645833F;
     this.pageFooter.Name   = "pageFooter";
     //
     // reportInfo1
     //
     this.reportInfo1.FormatString = "Page {PageNumber} of {PageCount} on {RunDateTime}";
     this.reportInfo1.Height       = 0.2F;
     this.reportInfo1.Left         = 6.875F;
     this.reportInfo1.Name         = "reportInfo1";
     this.reportInfo1.Style        = "text-align: right";
     this.reportInfo1.Top          = 0.06200003F;
     this.reportInfo1.Width        = 3.187F;
     //
     // line2
     //
     this.line2.Height     = 0F;
     this.line2.Left       = 0.062F;
     this.line2.LineWeight = 1F;
     this.line2.Name       = "line2";
     this.line2.Top        = 0F;
     this.line2.Width      = 10.038F;
     this.line2.X1         = 0.062F;
     this.line2.X2         = 10.1F;
     this.line2.Y1         = 0F;
     this.line2.Y2         = 0F;
     //
     // ProviderSummaryReport
     //
     this.MasterReport      = false;
     xmlDataSource1.FileURL = "C:\\Userdata\\Source\\ESC\\Release\\WebSites\\ProgramAssuranceTool\\ProgramAssuranceTool" +
                              "\\Content\\Xml\\ComplianceRiskIndicatorReport.xml";
     xmlDataSource1.RecordsetPattern = "ArrayOfComplianceRiskIndicator/ComplianceRiskIndicator";
     this.DataSource = xmlDataSource1;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 11.75F;
     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; ddo-char-set: 186", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold", "Heading1", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-family: Times New Roman; font-size: 14pt; font-weight: bold; font-style: ita" +
                                                     "lic", "Heading2", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal"));
     this.ReportStart += new System.EventHandler(this.ProviderSummaryReport_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PrintedBy)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textbox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CompletedReviewCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ValidCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.InvalidRecovery)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.InvalidAdminCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.InvalidNoRecovery)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ValidAdminCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TotalReviewCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RecoveryCount)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.reportInfo1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(TripInputsBalance));
     this.pageHeader          = new DataDynamics.ActiveReports.PageHeader();
     this.reportInfo1         = new DataDynamics.ActiveReports.ReportInfo();
     this.label7              = new DataDynamics.ActiveReports.Label();
     this.detail              = new DataDynamics.ActiveReports.Detail();
     this.txtPackingName1     = new DataDynamics.ActiveReports.TextBox();
     this.txtQntDiff          = new DataDynamics.ActiveReports.TextBox();
     this.line1               = new DataDynamics.ActiveReports.Line();
     this.txtInBox            = new DataDynamics.ActiveReports.TextBox();
     this.txtQntActed         = new DataDynamics.ActiveReports.TextBox();
     this.txtQntDocuments     = new DataDynamics.ActiveReports.TextBox();
     this.txtQntConfirmed     = new DataDynamics.ActiveReports.TextBox();
     this.pageFooter          = new DataDynamics.ActiveReports.PageFooter();
     this.reportInfo2         = new DataDynamics.ActiveReports.ReportInfo();
     this.groupTripID         = new DataDynamics.ActiveReports.GroupHeader();
     this.textBox2            = new DataDynamics.ActiveReports.TextBox();
     this.textBox1            = new DataDynamics.ActiveReports.TextBox();
     this.groupTripIDFooter   = new DataDynamics.ActiveReports.GroupFooter();
     this.line4               = new DataDynamics.ActiveReports.Line();
     this.groupKeyValue       = new DataDynamics.ActiveReports.GroupHeader();
     this.textBox4            = new DataDynamics.ActiveReports.TextBox();
     this.label4              = new DataDynamics.ActiveReports.Label();
     this.label5              = new DataDynamics.ActiveReports.Label();
     this.label15             = new DataDynamics.ActiveReports.Label();
     this.line2               = new DataDynamics.ActiveReports.Line();
     this.line5               = new DataDynamics.ActiveReports.Line();
     this.label1              = new DataDynamics.ActiveReports.Label();
     this.label3              = new DataDynamics.ActiveReports.Label();
     this.textBox3            = new DataDynamics.ActiveReports.TextBox();
     this.label8              = new DataDynamics.ActiveReports.Label();
     this.groupFooterKeyValue = new DataDynamics.ActiveReports.GroupFooter();
     this.line6               = new DataDynamics.ActiveReports.Line();
     ((System.ComponentModel.ISupportInitialize)(this.reportInfo1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPackingName1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQntDiff)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInBox)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQntActed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQntDocuments)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQntConfirmed)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.reportInfo2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Height = 0F;
     this.pageHeader.Name   = "pageHeader";
     //
     // reportInfo1
     //
     this.reportInfo1.Border.BottomColor = System.Drawing.Color.Black;
     this.reportInfo1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.reportInfo1.Border.LeftColor   = System.Drawing.Color.Black;
     this.reportInfo1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.reportInfo1.Border.RightColor  = System.Drawing.Color.Black;
     this.reportInfo1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.reportInfo1.Border.TopColor    = System.Drawing.Color.Black;
     this.reportInfo1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.reportInfo1.FormatString       = "Стр. {PageNumber} из {PageCount}";
     this.reportInfo1.Height             = 0.1574803F;
     this.reportInfo1.Left  = 6.259842F;
     this.reportInfo1.Name  = "reportInfo1";
     this.reportInfo1.Style = "ddo-char-set: 1; text-align: right; font-size: 8pt; font-family: Tahoma; ";
     this.reportInfo1.Top   = 0F;
     this.reportInfo1.Width = 1.181103F;
     //
     // 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.1968504F;
     this.label7.HyperLink          = null;
     this.label7.Left  = 0.03937008F;
     this.label7.Name  = "label7";
     this.label7.Style = "ddo-char-set: 204; font-weight: bold; font-size: 9.75pt; font-family: Tahoma; ";
     this.label7.Text  = "Акт о расхождениях в приходах для рейса";
     this.label7.Top   = 0.03937008F;
     this.label7.Width = 3.149606F;
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtPackingName1,
         this.txtQntDiff,
         this.line1,
         this.txtInBox,
         this.txtQntActed,
         this.txtQntDocuments,
         this.txtQntConfirmed
     });
     this.detail.Height       = 0.2395833F;
     this.detail.KeepTogether = true;
     this.detail.Name         = "detail";
     this.detail.Format      += new System.EventHandler(this.detail_Format);
     this.detail.BeforePrint += new System.EventHandler(this.detail_BeforePrint);
     //
     // txtPackingName1
     //
     this.txtPackingName1.Border.BottomColor = System.Drawing.Color.Black;
     this.txtPackingName1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPackingName1.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtPackingName1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPackingName1.Border.RightColor  = System.Drawing.Color.Black;
     this.txtPackingName1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPackingName1.Border.TopColor    = System.Drawing.Color.Black;
     this.txtPackingName1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtPackingName1.DataField          = "GoodAlias";
     this.txtPackingName1.Height             = 0.1574803F;
     this.txtPackingName1.Left  = 0.07874016F;
     this.txtPackingName1.Name  = "txtPackingName1";
     this.txtPackingName1.Style = "";
     this.txtPackingName1.Text  = "GoodAlias";
     this.txtPackingName1.Top   = 0F;
     this.txtPackingName1.Width = 3.464567F;
     //
     // txtQntDiff
     //
     this.txtQntDiff.Border.BottomColor = System.Drawing.Color.Black;
     this.txtQntDiff.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntDiff.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtQntDiff.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntDiff.Border.RightColor  = System.Drawing.Color.Black;
     this.txtQntDiff.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntDiff.Border.TopColor    = System.Drawing.Color.Black;
     this.txtQntDiff.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntDiff.DataField          = "QntDiff";
     this.txtQntDiff.Height             = 0.1968504F;
     this.txtQntDiff.Left         = 6.653543F;
     this.txtQntDiff.Name         = "txtQntDiff";
     this.txtQntDiff.OutputFormat = resources.GetString("txtQntDiff.OutputFormat");
     this.txtQntDiff.Style        = "text-align: right; ";
     this.txtQntDiff.Text         = "txtQntDiff";
     this.txtQntDiff.Top          = 0F;
     this.txtQntDiff.Width        = 0.7874016F;
     //
     // 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.03937008F;
     this.line1.LineStyle  = DataDynamics.ActiveReports.LineStyle.Dot;
     this.line1.LineWeight = 1F;
     this.line1.Name       = "line1";
     this.line1.Top        = 0.2165354F;
     this.line1.Width      = 7.401575F;
     this.line1.X1         = 0.03937008F;
     this.line1.X2         = 7.440945F;
     this.line1.Y1         = 0.2165354F;
     this.line1.Y2         = 0.2165354F;
     //
     // txtInBox
     //
     this.txtInBox.Border.BottomColor = System.Drawing.Color.Black;
     this.txtInBox.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtInBox.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtInBox.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtInBox.Border.RightColor  = System.Drawing.Color.Black;
     this.txtInBox.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtInBox.Border.TopColor    = System.Drawing.Color.Black;
     this.txtInBox.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtInBox.DataField          = "InBox";
     this.txtInBox.Height             = 0.1574803F;
     this.txtInBox.Left         = 3.503937F;
     this.txtInBox.Name         = "txtInBox";
     this.txtInBox.OutputFormat = resources.GetString("txtInBox.OutputFormat");
     this.txtInBox.Style        = "ddo-char-set: 1; text-align: right; font-size: 8pt; ";
     this.txtInBox.Text         = "txtInBox";
     this.txtInBox.Top          = 0F;
     this.txtInBox.Width        = 0.551181F;
     //
     // txtQntActed
     //
     this.txtQntActed.Border.BottomColor = System.Drawing.Color.Black;
     this.txtQntActed.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntActed.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtQntActed.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntActed.Border.RightColor  = System.Drawing.Color.Black;
     this.txtQntActed.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntActed.Border.TopColor    = System.Drawing.Color.Black;
     this.txtQntActed.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntActed.DataField          = "QntActed";
     this.txtQntActed.Height             = 0.1968504F;
     this.txtQntActed.Left         = 5.826772F;
     this.txtQntActed.Name         = "txtQntActed";
     this.txtQntActed.OutputFormat = resources.GetString("txtQntActed.OutputFormat");
     this.txtQntActed.Style        = "text-align: right; ";
     this.txtQntActed.Text         = "txtQntActed";
     this.txtQntActed.Top          = 0F;
     this.txtQntActed.Width        = 0.7874019F;
     //
     // txtQntDocuments
     //
     this.txtQntDocuments.Border.BottomColor = System.Drawing.Color.Black;
     this.txtQntDocuments.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntDocuments.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtQntDocuments.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntDocuments.Border.RightColor  = System.Drawing.Color.Black;
     this.txtQntDocuments.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntDocuments.Border.TopColor    = System.Drawing.Color.Black;
     this.txtQntDocuments.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntDocuments.DataField          = "QntDocuments";
     this.txtQntDocuments.Height             = 0.1968504F;
     this.txtQntDocuments.Left         = 4.173228F;
     this.txtQntDocuments.Name         = "txtQntDocuments";
     this.txtQntDocuments.OutputFormat = resources.GetString("txtQntDocuments.OutputFormat");
     this.txtQntDocuments.Style        = "text-align: right; ";
     this.txtQntDocuments.Text         = "txtQntDocuments";
     this.txtQntDocuments.Top          = 0F;
     this.txtQntDocuments.Width        = 0.7874016F;
     //
     // txtQntConfirmed
     //
     this.txtQntConfirmed.Border.BottomColor = System.Drawing.Color.Black;
     this.txtQntConfirmed.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntConfirmed.Border.LeftColor   = System.Drawing.Color.Black;
     this.txtQntConfirmed.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntConfirmed.Border.RightColor  = System.Drawing.Color.Black;
     this.txtQntConfirmed.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntConfirmed.Border.TopColor    = System.Drawing.Color.Black;
     this.txtQntConfirmed.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.txtQntConfirmed.DataField          = "QntConfirmed";
     this.txtQntConfirmed.Height             = 0.1968504F;
     this.txtQntConfirmed.Left         = 5F;
     this.txtQntConfirmed.Name         = "txtQntConfirmed";
     this.txtQntConfirmed.OutputFormat = resources.GetString("txtQntConfirmed.OutputFormat");
     this.txtQntConfirmed.Style        = "text-align: right; ";
     this.txtQntConfirmed.Text         = "txtQntConfirmed";
     this.txtQntConfirmed.Top          = 0F;
     this.txtQntConfirmed.Width        = 0.7874016F;
     //
     // pageFooter
     //
     this.pageFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.reportInfo2,
         this.reportInfo1
     });
     this.pageFooter.Height = 0.1574803F;
     this.pageFooter.Name   = "pageFooter";
     //
     // reportInfo2
     //
     this.reportInfo2.Border.BottomColor = System.Drawing.Color.Black;
     this.reportInfo2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.reportInfo2.Border.LeftColor   = System.Drawing.Color.Black;
     this.reportInfo2.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.reportInfo2.Border.RightColor  = System.Drawing.Color.Black;
     this.reportInfo2.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.reportInfo2.Border.TopColor    = System.Drawing.Color.Black;
     this.reportInfo2.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.reportInfo2.FormatString       = "{RunDateTime:dd.MM.yyyy HH:mm}";
     this.reportInfo2.Height             = 0.1145833F;
     this.reportInfo2.Left  = 0.03937008F;
     this.reportInfo2.Name  = "reportInfo2";
     this.reportInfo2.Style = "ddo-char-set: 1; text-align: left; font-size: 6pt; ";
     this.reportInfo2.Top   = 0F;
     this.reportInfo2.Width = 1.65625F;
     //
     // groupTripID
     //
     this.groupTripID.CanShrink = true;
     this.groupTripID.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.textBox2,
         this.label7,
         this.textBox1
     });
     this.groupTripID.DataField    = "TripID";
     this.groupTripID.Height       = 0.4270833F;
     this.groupTripID.KeepTogether = true;
     this.groupTripID.Name         = "groupTripID";
     this.groupTripID.RepeatStyle  = DataDynamics.ActiveReports.RepeatStyle.OnPageIncludeNoDetail;
     //
     // 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          = "DateTrip";
     this.textBox2.Height             = 0.1574803F;
     this.textBox2.Left         = 3.267717F;
     this.textBox2.Name         = "textBox2";
     this.textBox2.OutputFormat = resources.GetString("textBox2.OutputFormat");
     this.textBox2.Style        = "font-weight: bold; font-size: 9.75pt; ";
     this.textBox2.Text         = "DateTrip";
     this.textBox2.Top          = 0.03937008F;
     this.textBox2.Width        = 1.141732F;
     //
     // textBox1
     //
     this.textBox1.Border.BottomColor = System.Drawing.Color.Black;
     this.textBox1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox1.Border.LeftColor   = System.Drawing.Color.Black;
     this.textBox1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox1.Border.RightColor  = System.Drawing.Color.Black;
     this.textBox1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox1.Border.TopColor    = System.Drawing.Color.Black;
     this.textBox1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox1.DataField          = "TripAlias";
     this.textBox1.Height             = 0.1574803F;
     this.textBox1.Left  = 0.03937008F;
     this.textBox1.Name  = "textBox1";
     this.textBox1.Style = "font-weight: bold; font-size: 9.75pt; ";
     this.textBox1.Text  = "TripAlias";
     this.textBox1.Top   = 0.2362205F;
     this.textBox1.Width = 7.322834F;
     //
     // groupTripIDFooter
     //
     this.groupTripIDFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.line4
     });
     this.groupTripIDFooter.Height       = 0.03937008F;
     this.groupTripIDFooter.KeepTogether = true;
     this.groupTripIDFooter.Name         = "groupTripIDFooter";
     //
     // line4
     //
     this.line4.Border.BottomColor = System.Drawing.Color.Black;
     this.line4.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line4.Border.LeftColor   = System.Drawing.Color.Black;
     this.line4.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line4.Border.RightColor  = System.Drawing.Color.Black;
     this.line4.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line4.Border.TopColor    = System.Drawing.Color.Black;
     this.line4.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line4.Height             = 0F;
     this.line4.Left       = 0.03937008F;
     this.line4.LineWeight = 1F;
     this.line4.Name       = "line4";
     this.line4.Top        = 0F;
     this.line4.Width      = 7.401575F;
     this.line4.X1         = 0.03937008F;
     this.line4.X2         = 7.440945F;
     this.line4.Y1         = 0F;
     this.line4.Y2         = 0F;
     //
     // groupKeyValue
     //
     this.groupKeyValue.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.textBox4,
         this.label4,
         this.label5,
         this.label15,
         this.line2,
         this.line5,
         this.label1,
         this.label3,
         this.textBox3,
         this.label8
     });
     this.groupKeyValue.Height      = 0.375F;
     this.groupKeyValue.Name        = "groupKeyValue";
     this.groupKeyValue.RepeatStyle = DataDynamics.ActiveReports.RepeatStyle.OnPage;
     //
     // textBox4
     //
     this.textBox4.Border.BottomColor = System.Drawing.Color.Black;
     this.textBox4.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox4.Border.LeftColor   = System.Drawing.Color.Black;
     this.textBox4.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox4.Border.RightColor  = System.Drawing.Color.Black;
     this.textBox4.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox4.Border.TopColor    = System.Drawing.Color.Black;
     this.textBox4.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox4.DataField          = "GoodStateName";
     this.textBox4.Height             = 0.1574803F;
     this.textBox4.Left  = 3.779528F;
     this.textBox4.Name  = "textBox4";
     this.textBox4.Style = "text-align: right; ";
     this.textBox4.Text  = "GoodStateName";
     this.textBox4.Top   = 0F;
     this.textBox4.Width = 3.661417F;
     //
     // 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.1574803F;
     this.label4.HyperLink          = null;
     this.label4.Left  = 0.07874016F;
     this.label4.Name  = "label4";
     this.label4.Style = "ddo-char-set: 1; font-size: 8pt; ";
     this.label4.Text  = "Товар";
     this.label4.Top   = 0.1968504F;
     this.label4.Width = 0.5511811F;
     //
     // 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.1574803F;
     this.label5.HyperLink          = null;
     this.label5.Left  = 4.094488F;
     this.label5.Name  = "label5";
     this.label5.Style = "ddo-char-set: 1; text-align: right; font-size: 8pt; ";
     this.label5.Text  = "По документам";
     this.label5.Top   = 0.1968504F;
     this.label5.Width = 0.8661418F;
     //
     // label15
     //
     this.label15.Border.BottomColor = System.Drawing.Color.Black;
     this.label15.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label15.Border.LeftColor   = System.Drawing.Color.Black;
     this.label15.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label15.Border.RightColor  = System.Drawing.Color.Black;
     this.label15.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label15.Border.TopColor    = System.Drawing.Color.Black;
     this.label15.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label15.Height             = 0.1574803F;
     this.label15.HyperLink          = null;
     this.label15.Left  = 3.622047F;
     this.label15.Name  = "label15";
     this.label15.Style = "ddo-char-set: 1; text-align: right; font-size: 8pt; ";
     this.label15.Text  = "В кор.";
     this.label15.Top   = 0.1968504F;
     this.label15.Width = 0.433071F;
     //
     // line2
     //
     this.line2.Border.BottomColor = System.Drawing.Color.Black;
     this.line2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line2.Border.LeftColor   = System.Drawing.Color.Black;
     this.line2.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line2.Border.RightColor  = System.Drawing.Color.Black;
     this.line2.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line2.Border.TopColor    = System.Drawing.Color.Black;
     this.line2.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line2.Height             = 0F;
     this.line2.Left       = 0.03937009F;
     this.line2.LineWeight = 1F;
     this.line2.Name       = "line2";
     this.line2.Top        = 0.1968504F;
     this.line2.Width      = 7.401576F;
     this.line2.X1         = 0.03937009F;
     this.line2.X2         = 7.440946F;
     this.line2.Y1         = 0.1968504F;
     this.line2.Y2         = 0.1968504F;
     //
     // line5
     //
     this.line5.Border.BottomColor = System.Drawing.Color.Black;
     this.line5.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line5.Border.LeftColor   = System.Drawing.Color.Black;
     this.line5.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line5.Border.RightColor  = System.Drawing.Color.Black;
     this.line5.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line5.Border.TopColor    = System.Drawing.Color.Black;
     this.line5.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line5.Height             = 0F;
     this.line5.Left       = 0.03937008F;
     this.line5.LineWeight = 1F;
     this.line5.Name       = "line5";
     this.line5.Top        = 0.3543307F;
     this.line5.Width      = 7.401575F;
     this.line5.X1         = 0.03937008F;
     this.line5.X2         = 7.440945F;
     this.line5.Y1         = 0.3543307F;
     this.line5.Y2         = 0.3543307F;
     //
     // 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.1574803F;
     this.label1.HyperLink          = null;
     this.label1.Left  = 6.929134F;
     this.label1.Name  = "label1";
     this.label1.Style = "ddo-char-set: 1; text-align: right; font-size: 8pt; ";
     this.label1.Text  = "Баланс";
     this.label1.Top   = 0.1968504F;
     this.label1.Width = 0.5118107F;
     //
     // 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.1574803F;
     this.label3.HyperLink          = null;
     this.label3.Left  = 5F;
     this.label3.Name  = "label3";
     this.label3.Style = "ddo-char-set: 1; text-align: right; font-size: 8pt; ";
     this.label3.Text  = "Получено";
     this.label3.Top   = 0.1968504F;
     this.label3.Width = 0.7874015F;
     //
     // textBox3
     //
     this.textBox3.Border.BottomColor = System.Drawing.Color.Black;
     this.textBox3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox3.Border.LeftColor   = System.Drawing.Color.Black;
     this.textBox3.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox3.Border.RightColor  = System.Drawing.Color.Black;
     this.textBox3.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox3.Border.TopColor    = System.Drawing.Color.Black;
     this.textBox3.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.textBox3.DataField          = "OwnerName";
     this.textBox3.Height             = 0.1574803F;
     this.textBox3.Left  = 0.07874016F;
     this.textBox3.Name  = "textBox3";
     this.textBox3.Style = "";
     this.textBox3.Text  = "OwnerName";
     this.textBox3.Top   = 0F;
     this.textBox3.Width = 3.661417F;
     //
     // label8
     //
     this.label8.Border.BottomColor = System.Drawing.Color.Black;
     this.label8.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label8.Border.LeftColor   = System.Drawing.Color.Black;
     this.label8.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label8.Border.RightColor  = System.Drawing.Color.Black;
     this.label8.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label8.Border.TopColor    = System.Drawing.Color.Black;
     this.label8.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.label8.Height             = 0.1574803F;
     this.label8.HyperLink          = null;
     this.label8.Left  = 5.748032F;
     this.label8.Name  = "label8";
     this.label8.Style = "ddo-char-set: 1; text-align: right; font-size: 8pt; ";
     this.label8.Text  = "Сактировано";
     this.label8.Top   = 0.1968504F;
     this.label8.Width = 0.9055119F;
     //
     // groupFooterKeyValue
     //
     this.groupFooterKeyValue.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.line6
     });
     this.groupFooterKeyValue.Height = 0.03937008F;
     this.groupFooterKeyValue.Name   = "groupFooterKeyValue";
     //
     // line6
     //
     this.line6.Border.BottomColor = System.Drawing.Color.Black;
     this.line6.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line6.Border.LeftColor   = System.Drawing.Color.Black;
     this.line6.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line6.Border.RightColor  = System.Drawing.Color.Black;
     this.line6.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line6.Border.TopColor    = System.Drawing.Color.Black;
     this.line6.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.line6.Height             = 0F;
     this.line6.Left       = 0.03937008F;
     this.line6.LineWeight = 1F;
     this.line6.Name       = "line6";
     this.line6.Top        = 0F;
     this.line6.Width      = 7.401575F;
     this.line6.X1         = 0.03937008F;
     this.line6.X2         = 7.440945F;
     this.line6.Y1         = 0F;
     this.line6.Y2         = 0F;
     //
     // TripInputsBalance
     //
     this.PageSettings.DefaultPaperSize = false;
     this.PageSettings.Margins.Bottom   = 0.3937008F;
     this.PageSettings.Margins.Left     = 0.3937008F;
     this.PageSettings.Margins.Right    = 0.3937008F;
     this.PageSettings.Margins.Top      = 0.3937008F;
     this.PageSettings.Orientation      = DataDynamics.ActiveReports.Document.PageOrientation.Portrait;
     this.PageSettings.PaperHeight      = 11.69291F;
     this.PageSettings.PaperKind        = System.Drawing.Printing.PaperKind.A4;
     this.PageSettings.PaperWidth       = 8.267716F;
     this.PrintWidth = 7.480315F;
     this.Sections.Add(this.pageHeader);
     this.Sections.Add(this.groupTripID);
     this.Sections.Add(this.groupKeyValue);
     this.Sections.Add(this.detail);
     this.Sections.Add(this.groupFooterKeyValue);
     this.Sections.Add(this.groupTripIDFooter);
     this.Sections.Add(this.pageFooter);
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-style: normal; text-decoration: none; font-weight: normal; font-size: 10pt; " +
                                                     "color: Black; font-family: \"Tahoma\"; ddo-char-set: 204; ", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-weight: bold; ddo-char-set: 204; font-size: 12pt; ", "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.FetchData += new DataDynamics.ActiveReports.ActiveReport3.FetchEventHandler(this.TripInputsBalance_FetchData);
     ((System.ComponentModel.ISupportInitialize)(this.reportInfo1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPackingName1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQntDiff)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtInBox)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQntActed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQntDocuments)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQntConfirmed)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.reportInfo2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(AllInServiceTypeReport));
     this.pageHeader          = new DataDynamics.ActiveReports.PageHeader();
     this.shape1              = new DataDynamics.ActiveReports.Shape();
     this.UserNametxt         = new DataDynamics.ActiveReports.TextBox();
     this.label1              = new DataDynamics.ActiveReports.Label();
     this.label2              = new DataDynamics.ActiveReports.Label();
     this.FromDatetxt         = new DataDynamics.ActiveReports.TextBox();
     this.label3              = new DataDynamics.ActiveReports.Label();
     this.ToDatetxt           = new DataDynamics.ActiveReports.TextBox();
     this.label4              = new DataDynamics.ActiveReports.Label();
     this.FromTimetxt         = new DataDynamics.ActiveReports.TextBox();
     this.label5              = new DataDynamics.ActiveReports.Label();
     this.ToTimetxt           = new DataDynamics.ActiveReports.TextBox();
     this.label6              = new DataDynamics.ActiveReports.Label();
     this.Datetxt             = new DataDynamics.ActiveReports.TextBox();
     this.label7              = new DataDynamics.ActiveReports.Label();
     this.label8              = new DataDynamics.ActiveReports.Label();
     this.Timetxt             = new DataDynamics.ActiveReports.TextBox();
     this.shape2              = new DataDynamics.ActiveReports.Shape();
     this.label9              = new DataDynamics.ActiveReports.Label();
     this.label10             = new DataDynamics.ActiveReports.Label();
     this.label11             = new DataDynamics.ActiveReports.Label();
     this.label13             = new DataDynamics.ActiveReports.Label();
     this.line1               = new DataDynamics.ActiveReports.Line();
     this.line2               = new DataDynamics.ActiveReports.Line();
     this.line3               = new DataDynamics.ActiveReports.Line();
     this.detail              = new DataDynamics.ActiveReports.Detail();
     this.Rowtxt              = new DataDynamics.ActiveReports.TextBox();
     this.shape3              = new DataDynamics.ActiveReports.Shape();
     this.ServicesTypetxt     = new DataDynamics.ActiveReports.TextBox();
     this.line6               = new DataDynamics.ActiveReports.Line();
     this.line7               = new DataDynamics.ActiveReports.Line();
     this.CountWithLadetxt    = new DataDynamics.ActiveReports.TextBox();
     this.Pricetxt            = new DataDynamics.ActiveReports.TextBox();
     this.line5               = new DataDynamics.ActiveReports.Line();
     this.pageFooter          = new DataDynamics.ActiveReports.PageFooter();
     this.shape4              = new DataDynamics.ActiveReports.Shape();
     this.textBox2            = new DataDynamics.ActiveReports.TextBox();
     this.AllCountwithLadetxt = new DataDynamics.ActiveReports.TextBox();
     this.AllPricetxt         = new DataDynamics.ActiveReports.TextBox();
     this.line11              = new DataDynamics.ActiveReports.Line();
     this.line13              = new DataDynamics.ActiveReports.Line();
     this.label15             = new DataDynamics.ActiveReports.Label();
     this.label16             = new DataDynamics.ActiveReports.Label();
     this.line9               = new DataDynamics.ActiveReports.Line();
     ((System.ComponentModel.ISupportInitialize)(this.UserNametxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FromDatetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ToDatetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.FromTimetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ToTimetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Datetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Timetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Rowtxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ServicesTypetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CountWithLadetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Pricetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.AllCountwithLadetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.AllPricetxt)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.shape1,
         this.UserNametxt,
         this.label1,
         this.label2,
         this.FromDatetxt,
         this.label3,
         this.ToDatetxt,
         this.label4,
         this.FromTimetxt,
         this.label5,
         this.ToTimetxt,
         this.label6,
         this.Datetxt,
         this.label7,
         this.label8,
         this.Timetxt,
         this.shape2,
         this.label9,
         this.label10,
         this.label11,
         this.label13,
         this.line1,
         this.line2,
         this.line3
     });
     this.pageHeader.Height = 1.291667F;
     this.pageHeader.Name   = "pageHeader";
     //
     // shape1
     //
     this.shape1.Height         = 0.75F;
     this.shape1.Left           = 0.1875F;
     this.shape1.Name           = "shape1";
     this.shape1.RoundingRadius = 9.999999F;
     this.shape1.Top            = 0.15625F;
     this.shape1.Width          = 5.385417F;
     //
     // UserNametxt
     //
     this.UserNametxt.Height      = 0.1979167F;
     this.UserNametxt.Left        = 0.1979167F;
     this.UserNametxt.Name        = "UserNametxt";
     this.UserNametxt.RightToLeft = true;
     this.UserNametxt.Style       = "font-family: B Nazanin; font-size: 9.75pt; text-align: left; ddo-char-set: 178";
     this.UserNametxt.Text        = "textBox1";
     this.UserNametxt.Top         = 0.2395833F;
     this.UserNametxt.Width       = 0.7083333F;
     //
     // label1
     //
     this.label1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Height             = 0.3333333F;
     this.label1.HyperLink          = null;
     this.label1.Left  = 1.541665F;
     this.label1.Name  = "label1";
     this.label1.Style = "font-family: B Mitra; font-size: 12pt; font-weight: bold; text-align: right; ddo-" +
                         "char-set: 178";
     this.label1.Text  = "گزارش تعداد ناوگان ورودی و مبالغ آن ها بر حسب نوع مراجعه";
     this.label1.Top   = 0.2291667F;
     this.label1.Width = 3.552083F;
     //
     // label2
     //
     this.label2.Height      = 0.1979167F;
     this.label2.HyperLink   = null;
     this.label2.Left        = 0.9166667F;
     this.label2.Name        = "label2";
     this.label2.RightToLeft = true;
     this.label2.Style       = "font-family: B Mitra; font-size: 9.75pt; font-weight: bold; ddo-char-set: 178";
     this.label2.Text        = "تهیه کننده :";
     this.label2.Top         = 0.2395833F;
     this.label2.Width       = 0.59375F;
     //
     // FromDatetxt
     //
     this.FromDatetxt.Height      = 0.1979167F;
     this.FromDatetxt.Left        = 4.4375F;
     this.FromDatetxt.Name        = "FromDatetxt";
     this.FromDatetxt.RightToLeft = true;
     this.FromDatetxt.Style       = "font-family: B Nazanin; font-size: 9.75pt; ddo-char-set: 178";
     this.FromDatetxt.Text        = "textBox1";
     this.FromDatetxt.Top         = 0.6458333F;
     this.FromDatetxt.Width       = 0.6338583F;
     //
     // label3
     //
     this.label3.Height      = 0.1979167F;
     this.label3.HyperLink   = null;
     this.label3.Left        = 5.083334F;
     this.label3.Name        = "label3";
     this.label3.RightToLeft = true;
     this.label3.Style       = "font-family: B Mitra; font-size: 9.75pt; font-weight: bold; ddo-char-set: 178";
     this.label3.Text        = "از تاریخ :";
     this.label3.Top         = 0.6458333F;
     this.label3.Width       = 0.4583333F;
     //
     // ToDatetxt
     //
     this.ToDatetxt.Height      = 0.1979167F;
     this.ToDatetxt.Left        = 2.3125F;
     this.ToDatetxt.Name        = "ToDatetxt";
     this.ToDatetxt.RightToLeft = true;
     this.ToDatetxt.Style       = "font-family: B Nazanin; font-size: 9.75pt; ddo-char-set: 178";
     this.ToDatetxt.Text        = "1389/05/15";
     this.ToDatetxt.Top         = 0.6458333F;
     this.ToDatetxt.Width       = 0.6354167F;
     //
     // label4
     //
     this.label4.Height      = 0.1979167F;
     this.label4.HyperLink   = null;
     this.label4.Left        = 2.958333F;
     this.label4.Name        = "label4";
     this.label4.RightToLeft = true;
     this.label4.Style       = "font-family: B Mitra; font-size: 9.75pt; font-weight: bold; ddo-char-set: 178";
     this.label4.Text        = "تا تاریخ :";
     this.label4.Top         = 0.6458333F;
     this.label4.Width       = 0.4479167F;
     //
     // FromTimetxt
     //
     this.FromTimetxt.Height      = 0.1979167F;
     this.FromTimetxt.Left        = 3.500001F;
     this.FromTimetxt.Name        = "FromTimetxt";
     this.FromTimetxt.RightToLeft = true;
     this.FromTimetxt.Style       = "font-family: B Nazanin; font-size: 9.75pt; ddo-char-set: 178";
     this.FromTimetxt.Text        = "textBox1";
     this.FromTimetxt.Top         = 0.6458333F;
     this.FromTimetxt.Width       = 0.46875F;
     //
     // label5
     //
     this.label5.Height      = 0.1979167F;
     this.label5.HyperLink   = null;
     this.label5.Left        = 3.968751F;
     this.label5.Name        = "label5";
     this.label5.RightToLeft = true;
     this.label5.Style       = "font-family: B Mitra; font-size: 9.75pt; font-weight: bold; ddo-char-set: 178";
     this.label5.Text        = "ساعت :";
     this.label5.Top         = 0.6458333F;
     this.label5.Width       = 0.4166667F;
     //
     // ToTimetxt
     //
     this.ToTimetxt.Height      = 0.1979167F;
     this.ToTimetxt.Left        = 1.395833F;
     this.ToTimetxt.Name        = "ToTimetxt";
     this.ToTimetxt.RightToLeft = true;
     this.ToTimetxt.Style       = "font-family: B Nazanin; font-size: 9.75pt; ddo-char-set: 178";
     this.ToTimetxt.Text        = "15:15:15";
     this.ToTimetxt.Top         = 0.6458333F;
     this.ToTimetxt.Width       = 0.46875F;
     //
     // label6
     //
     this.label6.Height      = 0.1979167F;
     this.label6.HyperLink   = null;
     this.label6.Left        = 0.947916F;
     this.label6.Name        = "label6";
     this.label6.RightToLeft = true;
     this.label6.Style       = "font-family: B Mitra; font-size: 9.75pt; font-weight: bold; ddo-char-set: 178";
     this.label6.Text        = "ساعت :";
     this.label6.Top         = 0.6458333F;
     this.label6.Width       = 0.3958333F;
     //
     // Datetxt
     //
     this.Datetxt.Height      = 0.1979167F;
     this.Datetxt.Left        = 0.2708333F;
     this.Datetxt.Name        = "Datetxt";
     this.Datetxt.RightToLeft = true;
     this.Datetxt.Style       = "font-family: B Nazanin; font-size: 9.75pt; text-align: left; ddo-char-set: 178";
     this.Datetxt.Text        = "textBox1";
     this.Datetxt.Top         = 0.4479167F;
     this.Datetxt.Width       = 0.6354167F;
     //
     // label7
     //
     this.label7.Height      = 0.1979167F;
     this.label7.HyperLink   = null;
     this.label7.Left        = 0.9479167F;
     this.label7.Name        = "label7";
     this.label7.RightToLeft = true;
     this.label7.Style       = "font-family: B Mitra; font-size: 9.75pt; font-weight: bold; ddo-char-set: 178";
     this.label7.Text        = "تاریخ :";
     this.label7.Top         = 0.4479167F;
     this.label7.Width       = 0.34375F;
     //
     // label8
     //
     this.label8.Height      = 0.1979167F;
     this.label8.HyperLink   = null;
     this.label8.Left        = 1.875F;
     this.label8.Name        = "label8";
     this.label8.RightToLeft = true;
     this.label8.Style       = "font-family: B Mitra; font-size: 9.75pt; font-weight: bold; ddo-char-set: 178";
     this.label8.Text        = "ساعت :";
     this.label8.Top         = 0.6458333F;
     this.label8.Width       = 0.3958333F;
     //
     // Timetxt
     //
     this.Timetxt.Height      = 0.1979167F;
     this.Timetxt.Left        = 0.28125F;
     this.Timetxt.Name        = "Timetxt";
     this.Timetxt.RightToLeft = true;
     this.Timetxt.Style       = "font-family: B Nazanin; font-size: 9.75pt; text-align: left; ddo-char-set: 178";
     this.Timetxt.Text        = "textBox1";
     this.Timetxt.Top         = 0.6666667F;
     this.Timetxt.Width       = 0.625F;
     //
     // shape2
     //
     this.shape2.BackColor      = System.Drawing.Color.Gainsboro;
     this.shape2.Height         = 0.3020833F;
     this.shape2.Left           = 0.6041664F;
     this.shape2.Name           = "shape2";
     this.shape2.RoundingRadius = 9.999999F;
     this.shape2.Top            = 0.9895837F;
     this.shape2.Width          = 4.645833F;
     //
     // label9
     //
     this.label9.Height      = 0.2395834F;
     this.label9.HyperLink   = null;
     this.label9.Left        = 4.8125F;
     this.label9.Name        = "label9";
     this.label9.RightToLeft = true;
     this.label9.Style       = "font-family: B Mitra; font-size: 11.25pt; font-weight: bold; vertical-align: midd" +
                               "le; ddo-char-set: 178";
     this.label9.Text  = "ردیف";
     this.label9.Top   = 1.020834F;
     this.label9.Width = 0.3229167F;
     //
     // label10
     //
     this.label10.Height      = 0.2395834F;
     this.label10.HyperLink   = null;
     this.label10.Left        = 3.291667F;
     this.label10.Name        = "label10";
     this.label10.RightToLeft = true;
     this.label10.Style       = "font-family: B Mitra; font-size: 11.25pt; font-weight: bold; text-align: center; " +
                                "vertical-align: middle; ddo-char-set: 178";
     this.label10.Text  = "نوع مراجعه";
     this.label10.Top   = 1.020834F;
     this.label10.Width = 1.166667F;
     //
     // label11
     //
     this.label11.Height      = 0.2395834F;
     this.label11.HyperLink   = null;
     this.label11.Left        = 2.510417F;
     this.label11.Name        = "label11";
     this.label11.RightToLeft = true;
     this.label11.Style       = "font-family: B Mitra; font-size: 11.25pt; font-weight: bold; vertical-align: midd" +
                                "le; ddo-char-set: 178";
     this.label11.Text  = "تعداد";
     this.label11.Top   = 1.020834F;
     this.label11.Width = 0.3541667F;
     //
     // label13
     //
     this.label13.Height      = 0.2395834F;
     this.label13.HyperLink   = null;
     this.label13.Left        = 0.8020833F;
     this.label13.Name        = "label13";
     this.label13.RightToLeft = true;
     this.label13.Style       = "font-family: B Mitra; font-size: 11.25pt; font-weight: bold; text-align: center; " +
                                "vertical-align: middle; ddo-char-set: 178";
     this.label13.Text  = "مبلغ تسهیلات";
     this.label13.Top   = 1.03125F;
     this.label13.Width = 0.9166667F;
     //
     // line1
     //
     this.line1.Height     = 0.3020833F;
     this.line1.Left       = 3.25F;
     this.line1.LineWeight = 1F;
     this.line1.Name       = "line1";
     this.line1.Top        = 0.9895837F;
     this.line1.Width      = 0F;
     this.line1.X1         = 3.25F;
     this.line1.X2         = 3.25F;
     this.line1.Y1         = 0.9895837F;
     this.line1.Y2         = 1.291667F;
     //
     // line2
     //
     this.line2.Height     = 0.3020833F;
     this.line2.Left       = 4.78125F;
     this.line2.LineWeight = 1F;
     this.line2.Name       = "line2";
     this.line2.Top        = 0.9895837F;
     this.line2.Width      = 0F;
     this.line2.X1         = 4.78125F;
     this.line2.X2         = 4.78125F;
     this.line2.Y1         = 0.9895837F;
     this.line2.Y2         = 1.291667F;
     //
     // line3
     //
     this.line3.Height     = 0.270833F;
     this.line3.Left       = 2.114583F;
     this.line3.LineWeight = 1F;
     this.line3.Name       = "line3";
     this.line3.Top        = 1.010417F;
     this.line3.Width      = 0F;
     this.line3.X1         = 2.114583F;
     this.line3.X2         = 2.114583F;
     this.line3.Y1         = 1.010417F;
     this.line3.Y2         = 1.28125F;
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.Rowtxt,
         this.shape3,
         this.ServicesTypetxt,
         this.line6,
         this.line7,
         this.CountWithLadetxt,
         this.Pricetxt,
         this.line5
     });
     this.detail.Height       = 0.3229167F;
     this.detail.Name         = "detail";
     this.detail.Format      += new System.EventHandler(this.detail_Format);
     this.detail.BeforePrint += new System.EventHandler(this.detail_BeforePrint);
     //
     // Rowtxt
     //
     this.Rowtxt.Height      = 0.1979167F;
     this.Rowtxt.Left        = 4.822917F;
     this.Rowtxt.Name        = "Rowtxt";
     this.Rowtxt.RightToLeft = true;
     this.Rowtxt.Style       = "font-family: B Nazanin; font-size: 9.75pt; ddo-char-set: 178";
     this.Rowtxt.Text        = "textBox1";
     this.Rowtxt.Top         = 0.03125001F;
     this.Rowtxt.Width       = 0.331775F;
     //
     // shape3
     //
     this.shape3.Height         = 0.2708333F;
     this.shape3.Left           = 0.6041664F;
     this.shape3.Name           = "shape3";
     this.shape3.RoundingRadius = 9.999999F;
     this.shape3.Top            = 0F;
     this.shape3.Width          = 4.645833F;
     //
     // ServicesTypetxt
     //
     this.ServicesTypetxt.Height      = 0.21875F;
     this.ServicesTypetxt.Left        = 3.385417F;
     this.ServicesTypetxt.Name        = "ServicesTypetxt";
     this.ServicesTypetxt.RightToLeft = true;
     this.ServicesTypetxt.Style       = "font-family: B Nazanin; font-size: 11.25pt; text-align: left; ddo-char-set: 178";
     this.ServicesTypetxt.Text        = "textBox1";
     this.ServicesTypetxt.Top         = 0.02083334F;
     this.ServicesTypetxt.Width       = 1.342191F;
     //
     // line6
     //
     this.line6.Height     = 0.25F;
     this.line6.Left       = 4.791667F;
     this.line6.LineWeight = 1F;
     this.line6.Name       = "line6";
     this.line6.Top        = 0.01041667F;
     this.line6.Width      = 0F;
     this.line6.X1         = 4.791667F;
     this.line6.X2         = 4.791667F;
     this.line6.Y1         = 0.01041667F;
     this.line6.Y2         = 0.2604167F;
     //
     // line7
     //
     this.line7.Height     = 0.25F;
     this.line7.Left       = 3.249999F;
     this.line7.LineWeight = 1F;
     this.line7.Name       = "line7";
     this.line7.Top        = 0.01041667F;
     this.line7.Width      = 0F;
     this.line7.X1         = 3.249999F;
     this.line7.X2         = 3.249999F;
     this.line7.Y1         = 0.01041667F;
     this.line7.Y2         = 0.2604167F;
     //
     // CountWithLadetxt
     //
     this.CountWithLadetxt.Height      = 0.21875F;
     this.CountWithLadetxt.Left        = 2.4375F;
     this.CountWithLadetxt.Name        = "CountWithLadetxt";
     this.CountWithLadetxt.RightToLeft = true;
     this.CountWithLadetxt.Style       = "font-family: B Nazanin; font-size: 11.25pt; text-align: center; ddo-char-set: 178" +
                                         "";
     this.CountWithLadetxt.Text  = "textBox1";
     this.CountWithLadetxt.Top   = 0.02083333F;
     this.CountWithLadetxt.Width = 0.519275F;
     //
     // Pricetxt
     //
     this.Pricetxt.Height      = 0.21875F;
     this.Pricetxt.Left        = 0.770834F;
     this.Pricetxt.Name        = "Pricetxt";
     this.Pricetxt.RightToLeft = true;
     this.Pricetxt.Style       = "font-family: B Nazanin; font-size: 11.25pt; text-align: center; ddo-char-set: 178" +
                                 "";
     this.Pricetxt.Text  = "textBox1";
     this.Pricetxt.Top   = 0.02083334F;
     this.Pricetxt.Width = 0.956775F;
     //
     // line5
     //
     this.line5.Height     = 0.2604167F;
     this.line5.Left       = 2.104166F;
     this.line5.LineWeight = 1F;
     this.line5.Name       = "line5";
     this.line5.Top        = 0.01041667F;
     this.line5.Width      = 0F;
     this.line5.X1         = 2.104166F;
     this.line5.X2         = 2.104166F;
     this.line5.Y1         = 0.01041667F;
     this.line5.Y2         = 0.2708333F;
     //
     // pageFooter
     //
     this.pageFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.shape4,
         this.textBox2,
         this.AllCountwithLadetxt,
         this.AllPricetxt,
         this.line11,
         this.line13,
         this.label15,
         this.label16,
         this.line9
     });
     this.pageFooter.Height  = 1.135417F;
     this.pageFooter.Name    = "pageFooter";
     this.pageFooter.Format += new System.EventHandler(this.pageFooter_Format);
     //
     // shape4
     //
     this.shape4.Height         = 0.2916667F;
     this.shape4.Left           = 0.6041664F;
     this.shape4.Name           = "shape4";
     this.shape4.RoundingRadius = 9.999999F;
     this.shape4.Top            = 0.08333333F;
     this.shape4.Width          = 4.645833F;
     //
     // textBox2
     //
     this.textBox2.CanGrow      = false;
     this.textBox2.Height       = 0.2291667F;
     this.textBox2.Left         = 4.427084F;
     this.textBox2.Name         = "textBox2";
     this.textBox2.OutputFormat = resources.GetString("textBox2.OutputFormat");
     this.textBox2.Style        = "font-family: B Mitra; font-size: 14.25pt; font-weight: bold; text-align: center; " +
                                  "vertical-align: middle; white-space: nowrap; ddo-char-set: 178";
     this.textBox2.Text  = "جمع کل";
     this.textBox2.Top   = 0.1197916F;
     this.textBox2.Width = 0.7291667F;
     //
     // AllCountwithLadetxt
     //
     this.AllCountwithLadetxt.CanGrow      = false;
     this.AllCountwithLadetxt.Height       = 0.1979167F;
     this.AllCountwithLadetxt.Left         = 2.379429F;
     this.AllCountwithLadetxt.Name         = "AllCountwithLadetxt";
     this.AllCountwithLadetxt.OutputFormat = resources.GetString("AllCountwithLadetxt.OutputFormat");
     this.AllCountwithLadetxt.Style        = "background-color: WhiteSmoke; font-family: B Mitra; font-size: 14.25pt; font-weig" +
                                             "ht: normal; text-align: center; vertical-align: middle; white-space: nowrap; ddo" +
                                             "-char-set: 178";
     this.AllCountwithLadetxt.Text  = null;
     this.AllCountwithLadetxt.Top   = 0.1354166F;
     this.AllCountwithLadetxt.Width = 0.6354174F;
     //
     // AllPricetxt
     //
     this.AllPricetxt.CanGrow      = false;
     this.AllPricetxt.Height       = 0.1979167F;
     this.AllPricetxt.Left         = 0.6867211F;
     this.AllPricetxt.Name         = "AllPricetxt";
     this.AllPricetxt.OutputFormat = resources.GetString("AllPricetxt.OutputFormat");
     this.AllPricetxt.Style        = "background-color: WhiteSmoke; font-family: B Mitra; font-size: 14.25pt; font-weig" +
                                     "ht: normal; text-align: center; vertical-align: middle; white-space: nowrap; ddo" +
                                     "-char-set: 178";
     this.AllPricetxt.Text  = null;
     this.AllPricetxt.Top   = 0.1354166F;
     this.AllPricetxt.Width = 1.125001F;
     //
     // line11
     //
     this.line11.Height     = 0.28125F;
     this.line11.Left       = 3.229165F;
     this.line11.LineWeight = 1F;
     this.line11.Name       = "line11";
     this.line11.Top        = 0.09375003F;
     this.line11.Width      = 0F;
     this.line11.X1         = 3.229165F;
     this.line11.X2         = 3.229165F;
     this.line11.Y1         = 0.09375003F;
     this.line11.Y2         = 0.375F;
     //
     // line13
     //
     this.line13.Height     = 0F;
     this.line13.Left       = 0.125F;
     this.line13.LineWeight = 1F;
     this.line13.Name       = "line13";
     this.line13.Top        = 0.02083334F;
     this.line13.Width      = 5.4375F;
     this.line13.X1         = 0.125F;
     this.line13.X2         = 5.5625F;
     this.line13.Y1         = 0.02083334F;
     this.line13.Y2         = 0.02083334F;
     //
     // label15
     //
     this.label15.Height    = 0.2083333F;
     this.label15.HyperLink = null;
     this.label15.Left      = 3.666667F;
     this.label15.Name      = "label15";
     this.label15.Style     = "font-family: B Mitra; font-size: 12pt; text-align: right; vertical-align: middle;" +
                              " ddo-char-set: 178";
     this.label15.Text  = "تحویل دهنده";
     this.label15.Top   = 0.5833333F;
     this.label15.Width = 0.875F;
     //
     // label16
     //
     this.label16.Height    = 0.2083333F;
     this.label16.HyperLink = null;
     this.label16.Left      = 1.291667F;
     this.label16.Name      = "label16";
     this.label16.Style     = "font-family: B Mitra; font-size: 12pt; text-align: right; vertical-align: middle;" +
                              " ddo-char-set: 178";
     this.label16.Text  = "تحویل گیرنده";
     this.label16.Top   = 0.5833333F;
     this.label16.Width = 0.875F;
     //
     // line9
     //
     this.line9.Height     = 0.2604166F;
     this.line9.Left       = 2.104166F;
     this.line9.LineWeight = 1F;
     this.line9.Name       = "line9";
     this.line9.Top        = 0.1041667F;
     this.line9.Width      = 0F;
     this.line9.X1         = 2.104166F;
     this.line9.X2         = 2.104166F;
     this.line9.Y1         = 0.1041667F;
     this.line9.Y2         = 0.3645833F;
     //
     // AllInServiceTypeReport
     //
     this.MasterReport = false;
     this.PageSettings.DefaultPaperSize = false;
     this.PageSettings.Margins.Bottom   = 0F;
     this.PageSettings.Margins.Left     = 0F;
     this.PageSettings.Margins.Right    = 0F;
     this.PageSettings.Margins.Top      = 0F;
     this.PageSettings.PaperHeight      = 8.267716F;
     this.PageSettings.PaperKind        = System.Drawing.Printing.PaperKind.A5;
     this.PageSettings.PaperWidth       = 5.826772F;
     this.PrintWidth = 5.84375F;
     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.AllInServiceTypeReport_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.UserNametxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FromDatetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ToDatetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.FromTimetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ToTimetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Datetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Timetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Rowtxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ServicesTypetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CountWithLadetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Pricetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.AllCountwithLadetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.AllPricetxt)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(rptSubGINStackBalance));
     this.detail              = new DataDynamics.ActiveReports.Detail();
     this.txtNetWeight        = new DataDynamics.ActiveReports.Label();
     this.txtDateDeposited    = new DataDynamics.ActiveReports.Label();
     this.txtGRNNo            = new DataDynamics.ActiveReports.Label();
     this.txtNoOfBag          = new DataDynamics.ActiveReports.Label();
     this.txtRebagging        = new DataDynamics.ActiveReports.Label();
     this.txtAddDeductBag     = new DataDynamics.ActiveReports.Label();
     this.txtAddDeductWeight  = new DataDynamics.ActiveReports.Label();
     this.txtAdjustmentTypeID = new DataDynamics.ActiveReports.Label();
     ((System.ComponentModel.ISupportInitialize)(this.txtNetWeight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDateDeposited)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGRNNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNoOfBag)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRebagging)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAddDeductBag)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAddDeductWeight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAdjustmentTypeID)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtNetWeight,
         this.txtDateDeposited,
         this.txtGRNNo,
         this.txtNoOfBag,
         this.txtRebagging,
         this.txtAddDeductBag,
         this.txtAddDeductWeight,
         this.txtAdjustmentTypeID
     });
     this.detail.Height = 0.17F;
     this.detail.Name   = "detail";
     //
     // txtNetWeight
     //
     this.txtNetWeight.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtNetWeight.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtNetWeight.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtNetWeight.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtNetWeight.DataField          = "NetWeight";
     this.txtNetWeight.Height             = 0.17F;
     this.txtNetWeight.HyperLink          = "";
     this.txtNetWeight.Left  = 5.126F;
     this.txtNetWeight.Name  = "txtNetWeight";
     this.txtNetWeight.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: normal; text-align: center; " +
                               "vertical-align: middle; ddo-char-set: 0";
     this.txtNetWeight.Text  = "";
     this.txtNetWeight.Top   = 0F;
     this.txtNetWeight.Width = 0.8650001F;
     //
     // txtDateDeposited
     //
     this.txtDateDeposited.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtDateDeposited.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtDateDeposited.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtDateDeposited.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtDateDeposited.DataField          = "DateIssued";
     this.txtDateDeposited.Height             = 0.17F;
     this.txtDateDeposited.HyperLink          = "";
     this.txtDateDeposited.Left  = 0F;
     this.txtDateDeposited.Name  = "txtDateDeposited";
     this.txtDateDeposited.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: normal; text-align: center; " +
                                   "vertical-align: middle; ddo-char-set: 0";
     this.txtDateDeposited.Text  = "";
     this.txtDateDeposited.Top   = 0F;
     this.txtDateDeposited.Width = 0.9490001F;
     //
     // txtGRNNo
     //
     this.txtGRNNo.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtGRNNo.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtGRNNo.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtGRNNo.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtGRNNo.DataField          = "GINNumber";
     this.txtGRNNo.Height             = 0.17F;
     this.txtGRNNo.HyperLink          = "";
     this.txtGRNNo.Left  = 0.9490001F;
     this.txtGRNNo.Name  = "txtGRNNo";
     this.txtGRNNo.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: normal; text-align: center; " +
                           "vertical-align: middle; ddo-char-set: 1";
     this.txtGRNNo.Text  = "";
     this.txtGRNNo.Top   = 0F;
     this.txtGRNNo.Width = 1.126F;
     //
     // txtNoOfBag
     //
     this.txtNoOfBag.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtNoOfBag.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtNoOfBag.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtNoOfBag.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtNoOfBag.DataField          = "NoOfBags";
     this.txtNoOfBag.Height             = 0.17F;
     this.txtNoOfBag.HyperLink          = "";
     this.txtNoOfBag.Left  = 4.645F;
     this.txtNoOfBag.Name  = "txtNoOfBag";
     this.txtNoOfBag.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: normal; text-align: center; " +
                             "vertical-align: middle; ddo-char-set: 0";
     this.txtNoOfBag.Text  = "";
     this.txtNoOfBag.Top   = 0F;
     this.txtNoOfBag.Width = 0.4800003F;
     //
     // txtRebagging
     //
     this.txtRebagging.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtRebagging.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtRebagging.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtRebagging.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtRebagging.DataField          = "NoOfRebags";
     this.txtRebagging.Height             = 0.17F;
     this.txtRebagging.HyperLink          = "";
     this.txtRebagging.Left  = 2.075F;
     this.txtRebagging.Name  = "txtRebagging";
     this.txtRebagging.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: normal; text-align: center; " +
                               "vertical-align: middle; ddo-char-set: 0";
     this.txtRebagging.Text  = "";
     this.txtRebagging.Top   = 0F;
     this.txtRebagging.Width = 0.605F;
     //
     // txtAddDeductBag
     //
     this.txtAddDeductBag.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtAddDeductBag.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtAddDeductBag.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtAddDeductBag.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtAddDeductBag.DataField          = "BagAdjustment";
     this.txtAddDeductBag.Height             = 0.17F;
     this.txtAddDeductBag.HyperLink          = "";
     this.txtAddDeductBag.Left  = 3.327F;
     this.txtAddDeductBag.Name  = "txtAddDeductBag";
     this.txtAddDeductBag.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: normal; text-align: center; " +
                                  "vertical-align: middle; ddo-char-set: 0";
     this.txtAddDeductBag.Text  = "";
     this.txtAddDeductBag.Top   = 0F;
     this.txtAddDeductBag.Width = 0.5430004F;
     //
     // txtAddDeductWeight
     //
     this.txtAddDeductWeight.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtAddDeductWeight.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtAddDeductWeight.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtAddDeductWeight.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtAddDeductWeight.DataField          = "WeightAdjustment";
     this.txtAddDeductWeight.Height             = 0.17F;
     this.txtAddDeductWeight.HyperLink          = "";
     this.txtAddDeductWeight.Left  = 3.87F;
     this.txtAddDeductWeight.Name  = "txtAddDeductWeight";
     this.txtAddDeductWeight.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: normal; text-align: center; " +
                                     "vertical-align: middle; ddo-char-set: 0";
     this.txtAddDeductWeight.Text  = "";
     this.txtAddDeductWeight.Top   = 0F;
     this.txtAddDeductWeight.Width = 0.7720001F;
     //
     // txtAdjustmentTypeID
     //
     this.txtAdjustmentTypeID.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtAdjustmentTypeID.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtAdjustmentTypeID.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtAdjustmentTypeID.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtAdjustmentTypeID.DataField          = "AdjustmentTypeID";
     this.txtAdjustmentTypeID.Height             = 0.17F;
     this.txtAdjustmentTypeID.HyperLink          = "";
     this.txtAdjustmentTypeID.Left  = 2.68F;
     this.txtAdjustmentTypeID.Name  = "txtAdjustmentTypeID";
     this.txtAdjustmentTypeID.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: normal; text-align: center; " +
                                      "vertical-align: middle; ddo-char-set: 0";
     this.txtAdjustmentTypeID.Text  = "";
     this.txtAdjustmentTypeID.Top   = 0F;
     this.txtAdjustmentTypeID.Width = 0.6469998F;
     //
     // rptSubGINStackBalance
     //
     this.MasterReport             = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 6.021F;
     this.Sections.Add(this.detail);
     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"));
     ((System.ComponentModel.ISupportInitialize)(this.txtNetWeight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDateDeposited)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGRNNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNoOfBag)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRebagging)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAddDeductBag)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAddDeductWeight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtAdjustmentTypeID)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 35
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(rptGoalProgress));
     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.Chart.Legend        legend1    = new DataDynamics.ActiveReports.Chart.Legend();
     DataDynamics.ActiveReports.Chart.Title         title1     = new DataDynamics.ActiveReports.Chart.Title();
     DataDynamics.ActiveReports.Chart.Title         title2     = new DataDynamics.ActiveReports.Chart.Title();
     DataDynamics.ActiveReports.Chart.Series        series1    = new DataDynamics.ActiveReports.Chart.Series();
     DataDynamics.ActiveReports.Chart.Series        series2    = new DataDynamics.ActiveReports.Chart.Series();
     this.pageHeader     = new DataDynamics.ActiveReports.PageHeader();
     this.lblTitle       = new DataDynamics.ActiveReports.Label();
     this.imgLogo        = new DataDynamics.ActiveReports.Picture();
     this.detail         = new DataDynamics.ActiveReports.Detail();
     this.chartControl1  = new DataDynamics.ActiveReports.ChartControl();
     this.lblReportTitle = new DataDynamics.ActiveReports.Label();
     this.pageFooter     = new DataDynamics.ActiveReports.PageFooter();
     this.imgLeanPath    = new DataDynamics.ActiveReports.Picture();
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblReportTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLeanPath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.lblTitle,
         this.imgLogo
     });
     this.pageHeader.Height = 0.3125F;
     this.pageHeader.Name   = "pageHeader";
     //
     // lblTitle
     //
     this.lblTitle.Height    = 0.3125F;
     this.lblTitle.HyperLink = null;
     this.lblTitle.Left      = 0F;
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Style     = "background-color: IndianRed; color: White; font-size: 16pt; font-weight: bold; te" +
                               "xt-align: center; vertical-align: middle";
     this.lblTitle.Text  = "Goal Progress";
     this.lblTitle.Top   = 0F;
     this.lblTitle.Width = 6.99F;
     //
     // imgLogo
     //
     this.imgLogo.Height    = 0.3125F;
     this.imgLogo.HyperLink = null;
     this.imgLogo.ImageData = ((System.IO.Stream)(resources.GetObject("imgLogo.ImageData")));
     this.imgLogo.Left      = 0F;
     this.imgLogo.Name      = "imgLogo";
     this.imgLogo.SizeMode  = DataDynamics.ActiveReports.SizeModes.Stretch;
     this.imgLogo.Top       = 0F;
     this.imgLogo.Width     = 0.625F;
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.chartControl1,
         this.lblReportTitle
     });
     this.detail.Height = 5.94825F;
     this.detail.Name   = "detail";
     //
     // 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);
     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));
     axis1.LabelFormat   = "{0:MM/dd/yy}";
     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), 1D, 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), 0D, 0F, false);
     axis1.Title         = "Date";
     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), 0D, 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), 0D, 0F, false);
     axis2.Position      = 0D;
     axis2.TickOffset    = 0D;
     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));
     axis3.LabelsVisible = false;
     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), 0D, 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), 0D, 0F, false);
     axis3.Position      = 0D;
     axis3.Title         = "$";
     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), 0D, 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), 0D, 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), 0D, 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), 0D, 0F, false);
     axis5.Position      = 0D;
     axis5.TickOffset    = 0D;
     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);
     this.chartControl1.Height      = 5.688F;
     this.chartControl1.Left        = 0F;
     legend1.Alignment  = DataDynamics.ActiveReports.Chart.Alignment.Right;
     legend1.Backdrop   = new DataDynamics.ActiveReports.Chart.BackdropItem(System.Drawing.Color.White, ((byte)(128)));
     legend1.Border     = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(), 0, System.Drawing.Color.Black);
     legend1.DockArea   = chartArea1;
     title1.Backdrop    = new DataDynamics.ActiveReports.Chart.Graphics.Backdrop(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);
     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.Font        = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     title1.Name        = "";
     title1.Text        = "";
     legend1.Footer     = title1;
     legend1.GridLayout = new DataDynamics.ActiveReports.Chart.GridLayout(0, 1);
     title2.Border      = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.White, 2), 0, System.Drawing.Color.Black);
     title2.DockArea    = null;
     title2.Font        = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     title2.Name        = "";
     title2.Text        = "Legend";
     legend1.Header     = title2;
     legend1.LabelsFont = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     legend1.Name       = "defaultLegend";
     this.chartControl1.Legends.AddRange(new DataDynamics.ActiveReports.Chart.Legend[] {
         legend1
     });
     this.chartControl1.Name = "chartControl1";
     series1.AxisX           = axis1;
     series1.AxisY           = axis3;
     series1.ChartArea       = chartArea1;
     series1.Legend          = legend1;
     series1.LegendText      = "";
     series1.Name            = "Actual";
     series1.Properties      = new DataDynamics.ActiveReports.Chart.CustomProperties(new DataDynamics.ActiveReports.Chart.KeyValuePair[] {
         new DataDynamics.ActiveReports.Chart.KeyValuePair("Line", new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Red, 2))
     });
     series1.Type          = DataDynamics.ActiveReports.Chart.ChartType.Line;
     series1.ValueMembersY = "Actual";
     series1.ValueMemberX  = "Date";
     series2.AxisX         = axis1;
     series2.AxisY         = axis3;
     series2.ChartArea     = chartArea1;
     series2.Legend        = legend1;
     series2.LegendText    = "";
     series2.Name          = "Target";
     series2.Properties    = new DataDynamics.ActiveReports.Chart.CustomProperties(new DataDynamics.ActiveReports.Chart.KeyValuePair[] {
         new DataDynamics.ActiveReports.Chart.KeyValuePair("Line", new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Blue, 2))
     });
     series2.Type          = DataDynamics.ActiveReports.Chart.ChartType.Line;
     series2.ValueMembersY = "Target";
     series2.ValueMemberX  = "Date";
     this.chartControl1.Series.AddRange(new DataDynamics.ActiveReports.Chart.Series[] {
         series1,
         series2
     });
     this.chartControl1.Top       = 0.26F;
     this.chartControl1.UIOptions = DataDynamics.ActiveReports.Chart.UIOptions.ForceHitTesting;
     this.chartControl1.Width     = 6.99F;
     //
     // lblReportTitle
     //
     this.lblReportTitle.Height    = 0.2F;
     this.lblReportTitle.HyperLink = null;
     this.lblReportTitle.Left      = 0F;
     this.lblReportTitle.Name      = "lblReportTitle";
     this.lblReportTitle.Style     = "font-size: 12pt; font-weight: bold; text-align: center; ddo-char-set: 0";
     this.lblReportTitle.Text      = "Goal Name";
     this.lblReportTitle.Top       = 0F;
     this.lblReportTitle.Width     = 7.958F;
     //
     // pageFooter
     //
     this.pageFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.imgLeanPath
     });
     this.pageFooter.Height = 0.3125F;
     this.pageFooter.Name   = "pageFooter";
     //
     // imgLeanPath
     //
     this.imgLeanPath.Height    = 0.3125F;
     this.imgLeanPath.HyperLink = null;
     this.imgLeanPath.ImageData = ((System.IO.Stream)(resources.GetObject("imgLeanPath.ImageData")));
     this.imgLeanPath.Left      = 6.365F;
     this.imgLeanPath.Name      = "imgLeanPath";
     this.imgLeanPath.SizeMode  = DataDynamics.ActiveReports.SizeModes.Stretch;
     this.imgLeanPath.Top       = 0F;
     this.imgLeanPath.Width     = 0.625F;
     //
     // rptGoalProgress
     //
     this.MasterReport             = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 7.010585F;
     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.rptGoalProgress_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLogo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblReportTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imgLeanPath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 36
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(Criteria2Grid));
			this.detail = new DataDynamics.ActiveReports.Detail();
			this.CommonName = new DataDynamics.ActiveReports.TextBox();
			this.Factor1 = new DataDynamics.ActiveReports.TextBox();
			this.Factor2 = new DataDynamics.ActiveReports.TextBox();
			this.Factor3 = new DataDynamics.ActiveReports.TextBox();
			this.SubScore = new DataDynamics.ActiveReports.TextBox();
			this.grpSpecies = new DataDynamics.ActiveReports.GroupHeader();
			this.picture1 = new DataDynamics.ActiveReports.Picture();
			this.LocationMethod = new DataDynamics.ActiveReports.TextBox();
			this.label1 = new DataDynamics.ActiveReports.Label();
			this.label3 = new DataDynamics.ActiveReports.Label();
			this.label4 = new DataDynamics.ActiveReports.Label();
			this.label5 = new DataDynamics.ActiveReports.Label();
			this.label6 = new DataDynamics.ActiveReports.Label();
			this.label2 = new DataDynamics.ActiveReports.Label();
			this.label7 = new DataDynamics.ActiveReports.Label();
			this.label8 = new DataDynamics.ActiveReports.Label();
			this.groupFooter1 = new DataDynamics.ActiveReports.GroupFooter();
			this.reportHeader1 = new DataDynamics.ActiveReports.ReportHeader();
			this.reportFooter1 = new DataDynamics.ActiveReports.ReportFooter();
			this.lblSynthesis = new DataDynamics.ActiveReports.Label();
			this.Synthesis = new DataDynamics.ActiveReports.RichTextBox();
			this.textBox1 = new DataDynamics.ActiveReports.TextBox();
			this.textBox2 = new DataDynamics.ActiveReports.TextBox();
			this.textBox3 = new DataDynamics.ActiveReports.TextBox();
			((System.ComponentModel.ISupportInitialize)(this.CommonName)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.SubScore)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.picture1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.LocationMethod)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.lblSynthesis)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// detail
			// 
			this.detail.ColumnSpacing = 0F;
			this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.CommonName,
            this.Factor1,
            this.Factor2,
            this.Factor3,
            this.SubScore});
			this.detail.Height = 0.45525F;
			this.detail.Name = "detail";
			this.detail.Format += new System.EventHandler(this.detail_Format);
			// 
			// CommonName
			// 
			this.CommonName.DataField = "CommonName";
			this.CommonName.Height = 0.462F;
			this.CommonName.Left = -1.776357E-15F;
			this.CommonName.Name = "CommonName";
			this.CommonName.Style = "background-color: #F5F6F8; color: #666666; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.CommonName.Text = "CommonName";
			this.CommonName.Top = 0F;
			this.CommonName.Width = 2.935F;
			// 
			// Factor1
			// 
			this.Factor1.DataField = "=Factor1Score + \":\" + Factor1ScoreDescription";
			this.Factor1.Height = 0.462F;
			this.Factor1.Left = 2.935F;
			this.Factor1.Name = "Factor1";
			this.Factor1.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.Factor1.Text = "Factor1";
			this.Factor1.Top = 0F;
			this.Factor1.Width = 1.165001F;
			// 
			// Factor2
			// 
			this.Factor2.DataField = "=Factor2Score + \":\" + Factor2ScoreDescription";
			this.Factor2.Height = 0.462F;
			this.Factor2.Left = 4.1F;
			this.Factor2.Name = "Factor2";
			this.Factor2.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.Factor2.Text = "Factor2";
			this.Factor2.Top = 0F;
			this.Factor2.Width = 1.165F;
			// 
			// Factor3
			// 
			this.Factor3.DataField = "=Factor3Score + \":\" + Factor3ScoreDescription";
			this.Factor3.Height = 0.462F;
			this.Factor3.Left = 5.265F;
			this.Factor3.Name = "Factor3";
			this.Factor3.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.Factor3.Text = "Factor3";
			this.Factor3.Top = 0F;
			this.Factor3.Width = 1.165F;
			// 
			// SubScore
			// 
			this.SubScore.DataField = "SubScore";
			this.SubScore.Height = 0.462F;
			this.SubScore.Left = 6.43F;
			this.SubScore.Name = "SubScore";
			this.SubScore.Style = "color: #666666; font-size: 10pt; font-weight: bold; vertical-align: middle";
			this.SubScore.Text = "SubScore";
			this.SubScore.Top = 0F;
			this.SubScore.Width = 1.034F;
			// 
			// grpSpecies
			// 
			this.grpSpecies.BackColor = System.Drawing.Color.Empty;
			this.grpSpecies.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.picture1,
            this.LocationMethod,
            this.label1,
            this.label3,
            this.label4,
            this.label5,
            this.label6,
            this.label2,
            this.label7,
            this.label8,
            this.textBox1,
            this.textBox2,
            this.textBox3});
			this.grpSpecies.DataField = "LocationMethod";
			this.grpSpecies.Height = 1.207583F;
			this.grpSpecies.Name = "grpSpecies";
			// 
			// picture1
			// 
			this.picture1.Height = 0.489F;
			this.picture1.ImageData = ((System.IO.Stream)(resources.GetObject("picture1.ImageData")));
			this.picture1.Left = 0F;
			this.picture1.Name = "picture1";
			this.picture1.Top = 0F;
			this.picture1.Width = 7.5F;
			// 
			// LocationMethod
			// 
			this.LocationMethod.DataField = "LocationMethod";
			this.LocationMethod.Height = 0.304F;
			this.LocationMethod.Left = 0.02F;
			this.LocationMethod.MultiLine = false;
			this.LocationMethod.Name = "LocationMethod";
			this.LocationMethod.Style = "font-size: 10pt; font-weight: bold; vertical-align: middle";
			this.LocationMethod.Text = "LocationMethod";
			this.LocationMethod.Top = 0.09200001F;
			this.LocationMethod.Width = 7.373F;
			// 
			// label1
			// 
			this.label1.Height = 0.3239999F;
			this.label1.HyperLink = null;
			this.label1.Left = 0F;
			this.label1.Name = "label1";
			this.label1.Style = "background-color: #DFE8E7; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label1.Text = "Species";
			this.label1.Top = 0.8940001F;
			this.label1.Width = 2.935F;
			// 
			// label3
			// 
			this.label3.Height = 0.3239999F;
			this.label3.HyperLink = null;
			this.label3.Left = 2.935F;
			this.label3.Name = "label3";
			this.label3.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label3.Text = "Inherent Vulnerability";
			this.label3.Top = 0.895F;
			this.label3.Width = 1.165F;
			// 
			// label4
			// 
			this.label4.Height = 0.3239999F;
			this.label4.HyperLink = null;
			this.label4.Left = 4.1F;
			this.label4.Name = "label4";
			this.label4.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label4.Text = "Stock Status";
			this.label4.Top = 0.895F;
			this.label4.Width = 1.165F;
			// 
			// label5
			// 
			this.label5.Height = 0.3239999F;
			this.label5.HyperLink = null;
			this.label5.Left = 5.265F;
			this.label5.Name = "label5";
			this.label5.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label5.Text = "Fishing Mortality";
			this.label5.Top = 0.895F;
			this.label5.Width = 1.165F;
			// 
			// label6
			// 
			this.label6.Height = 0.3239999F;
			this.label6.HyperLink = null;
			this.label6.Left = 6.430001F;
			this.label6.Name = "label6";
			this.label6.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label6.Text = "Subscore";
			this.label6.Top = 0.895F;
			this.label6.Width = 1.034F;
			// 
			// label2
			// 
			this.label2.Height = 0.3239999F;
			this.label2.HyperLink = null;
			this.label2.Left = 0.02F;
			this.label2.Name = "label2";
			this.label2.Style = "color: #6D808E; font-size: 10pt; font-weight: bold; vertical-align: middle";
			this.label2.Text = "Subscore:";
			this.label2.Top = 0.5700001F;
			this.label2.Width = 0.779F;
			// 
			// label7
			// 
			this.label7.Height = 0.3239999F;
			this.label7.HyperLink = null;
			this.label7.Left = 1.666F;
			this.label7.Name = "label7";
			this.label7.Style = "color: #6D808E; font-size: 10pt; font-weight: bold; vertical-align: middle";
			this.label7.Text = "Discard Rate:";
			this.label7.Top = 0.5700001F;
			this.label7.Width = 0.9460001F;
			// 
			// label8
			// 
			this.label8.Height = 0.3239999F;
			this.label8.HyperLink = null;
			this.label8.Left = 3.54F;
			this.label8.Name = "label8";
			this.label8.Style = "color: #6D808E; font-size: 10pt; font-weight: bold; vertical-align: middle";
			this.label8.Text = "C2 Score:";
			this.label8.Top = 0.5700001F;
			this.label8.Width = 0.7479999F;
			// 
			// groupFooter1
			// 
			this.groupFooter1.Height = 0.1354167F;
			this.groupFooter1.Name = "groupFooter1";
			// 
			// reportHeader1
			// 
			this.reportHeader1.Height = 0F;
			this.reportHeader1.Name = "reportHeader1";
			// 
			// reportFooter1
			// 
			this.reportFooter1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.lblSynthesis,
            this.Synthesis});
			this.reportFooter1.Height = 0.6785001F;
			this.reportFooter1.Name = "reportFooter1";
			this.reportFooter1.Format += new System.EventHandler(this.reportFooter1_Format);
			// 
			// lblSynthesis
			// 
			this.lblSynthesis.Height = 0.2703333F;
			this.lblSynthesis.HyperLink = null;
			this.lblSynthesis.Left = 0F;
			this.lblSynthesis.Name = "lblSynthesis";
			this.lblSynthesis.Style = "color: #005A74; font-size: 15.75pt; font-weight: bold; ddo-char-set: 0";
			this.lblSynthesis.Text = "Synthesis";
			this.lblSynthesis.Top = 0.148F;
			this.lblSynthesis.Width = 2.871F;
			// 
			// Synthesis
			// 
			this.Synthesis.AutoReplaceFields = true;
			this.Synthesis.Font = new System.Drawing.Font("Arial", 10F);
			this.Synthesis.Height = 0.24F;
			this.Synthesis.Left = 0F;
			this.Synthesis.Name = "Synthesis";
			this.Synthesis.RTF = resources.GetString("Synthesis.RTF");
			this.Synthesis.Top = 0.418F;
			this.Synthesis.Width = 7.448F;
			// 
			// textBox1
			// 
			this.textBox1.DataField = "HeaderSubscore";
			this.textBox1.Height = 0.21F;
			this.textBox1.Left = 0.799F;
			this.textBox1.Name = "textBox1";
			this.textBox1.Style = "background-color: #F5F6F8; color: #666666; font-size: 10pt; font-weight: bold; te" +
				"xt-align: center; text-justify: auto; vertical-align: middle";
			this.textBox1.Text = "HeaderSubscore";
			this.textBox1.Top = 0.622F;
			this.textBox1.Width = 0.5090003F;
			// 
			// textBox2
			// 
			this.textBox2.DataField = "HeaderDiscardRate";
			this.textBox2.Height = 0.21F;
			this.textBox2.Left = 2.612F;
			this.textBox2.Name = "textBox2";
			this.textBox2.Style = "background-color: #F5F6F8; color: #666666; font-size: 10pt; font-weight: bold; te" +
				"xt-align: center; text-justify: auto; vertical-align: middle";
			this.textBox2.Text = "HeaderDiscardRate";
			this.textBox2.Top = 0.623F;
			this.textBox2.Width = 0.5090003F;
			// 
			// textBox3
			// 
			this.textBox3.DataField = "HeaderScore";
			this.textBox3.Height = 0.21F;
			this.textBox3.Left = 4.288F;
			this.textBox3.Name = "textBox3";
			this.textBox3.Style = "background-color: #F5F6F8; color: #666666; font-size: 10pt; font-weight: bold; te" +
				"xt-align: center; text-justify: auto; vertical-align: middle";
			this.textBox3.Text = "HeaderScore";
			this.textBox3.Top = 0.622F;
			this.textBox3.Width = 0.5090003F;
			// 
			// Criteria2Grid
			// 
			this.MasterReport = false;
			this.PageSettings.PaperHeight = 11F;
			this.PageSettings.PaperWidth = 8.5F;
			this.PrintWidth = 7.511F;
			this.Sections.Add(this.reportHeader1);
			this.Sections.Add(this.grpSpecies);
			this.Sections.Add(this.detail);
			this.Sections.Add(this.groupFooter1);
			this.Sections.Add(this.reportFooter1);
			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"));
			((System.ComponentModel.ISupportInitialize)(this.CommonName)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.SubScore)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.picture1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.LocationMethod)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.lblSynthesis)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
 /// <summary>
 /// デザイナ サポートに必要なメソッドです。
 /// このメソッドの内容をコード エディタで変更しないでください。
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(BalanceSheetSub2));
     this.pageHeader      = new DataDynamics.ActiveReports.PageHeader();
     this.detail          = new DataDynamics.ActiveReports.Detail();
     this.txtKamoku       = new DataDynamics.ActiveReports.TextBox();
     this.txtKamokuId     = new DataDynamics.ActiveReports.TextBox();
     this.txtZougen       = new DataDynamics.ActiveReports.TextBox();
     this.txtTounen       = new DataDynamics.ActiveReports.TextBox();
     this.txtZennen       = new DataDynamics.ActiveReports.TextBox();
     this.pageFooter      = new DataDynamics.ActiveReports.PageFooter();
     this.reportHeader1   = new DataDynamics.ActiveReports.ReportHeader();
     this.テキスト13          = new DataDynamics.ActiveReports.Label();
     this.テキスト16          = new DataDynamics.ActiveReports.Label();
     this.テキスト15          = new DataDynamics.ActiveReports.Label();
     this.テキスト14          = new DataDynamics.ActiveReports.Label();
     this.reportFooter1   = new DataDynamics.ActiveReports.ReportFooter();
     this.groupHeader1    = new DataDynamics.ActiveReports.GroupHeader();
     this.txtDaikubunName = new DataDynamics.ActiveReports.TextBox();
     this.txtDaikubunId   = new DataDynamics.ActiveReports.TextBox();
     this.textBox3        = new DataDynamics.ActiveReports.TextBox();
     this.txtTounenSum    = new DataDynamics.ActiveReports.TextBox();
     this.textBox5        = new DataDynamics.ActiveReports.TextBox();
     this.groupFooter1    = new DataDynamics.ActiveReports.GroupFooter();
     ((System.ComponentModel.ISupportInitialize)(this.txtKamoku)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtKamokuId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtZougen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTounen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtZennen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.テキスト13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.テキスト16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.テキスト15)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.テキスト14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDaikubunName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDaikubunId)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTounenSum)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Height = 0F;
     this.pageHeader.Name   = "pageHeader";
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtKamoku,
         this.txtKamokuId,
         this.txtZougen,
         this.txtTounen,
         this.txtZennen
     });
     this.detail.Height  = 0.125F;
     this.detail.Name    = "detail";
     this.detail.Format += new System.EventHandler(this.detail_Format);
     //
     // txtKamoku
     //
     this.txtKamoku.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtKamoku.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtKamoku.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtKamoku.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtKamoku.CanGrow            = false;
     this.txtKamoku.Height             = 0.1251968F;
     this.txtKamoku.Left         = 0F;
     this.txtKamoku.Name         = "txtKamoku";
     this.txtKamoku.OutputFormat = resources.GetString("txtKamoku.OutputFormat");
     this.txtKamoku.Style        = "color: Black; font-family: MS P明朝; font-size: 7pt; text-align: left; ddo-char-set" +
                                   ": 128";
     this.txtKamoku.Tag   = "";
     this.txtKamoku.Text  = "=\"  \" & [科目]";
     this.txtKamoku.Top   = 0F;
     this.txtKamoku.Width = 1.574803F;
     //
     // txtKamokuId
     //
     this.txtKamokuId.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtKamokuId.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtKamokuId.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtKamokuId.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtKamokuId.CanGrow            = false;
     this.txtKamokuId.DataField          = "Id";
     this.txtKamokuId.Height             = 0.125F;
     this.txtKamokuId.Left         = 0.78125F;
     this.txtKamokuId.Name         = "txtKamokuId";
     this.txtKamokuId.OutputFormat = resources.GetString("txtKamokuId.OutputFormat");
     this.txtKamokuId.Style        = "color: Black; font-family: MS P明朝; font-size: 7pt; text-align: left; ddo-char-set" +
                                     ": 128";
     this.txtKamokuId.Tag     = "";
     this.txtKamokuId.Text    = "科目ID";
     this.txtKamokuId.Top     = 0F;
     this.txtKamokuId.Visible = false;
     this.txtKamokuId.Width   = 0.43125F;
     //
     // txtZougen
     //
     this.txtZougen.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtZougen.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtZougen.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtZougen.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtZougen.CanGrow            = false;
     this.txtZougen.DataField          = "Sai";
     this.txtZougen.Height             = 0.125F;
     this.txtZougen.Left         = 2.913386F;
     this.txtZougen.Name         = "txtZougen";
     this.txtZougen.OutputFormat = resources.GetString("txtZougen.OutputFormat");
     this.txtZougen.Style        = "color: Black; font-family: MS P明朝; font-size: 7pt; text-align: right; ddo-char-se" +
                                   "t: 128";
     this.txtZougen.Tag   = "";
     this.txtZougen.Text  = null;
     this.txtZougen.Top   = 0F;
     this.txtZougen.Width = 0.6694444F;
     //
     // txtTounen
     //
     this.txtTounen.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtTounen.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtTounen.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtTounen.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtTounen.CanGrow            = false;
     this.txtTounen.DataField          = "CurrentSumAmount";
     this.txtTounen.Height             = 0.125F;
     this.txtTounen.Left         = 1.574803F;
     this.txtTounen.Name         = "txtTounen";
     this.txtTounen.OutputFormat = resources.GetString("txtTounen.OutputFormat");
     this.txtTounen.Style        = "color: Black; font-family: MS P明朝; font-size: 7pt; text-align: right; ddo-char-se" +
                                   "t: 128";
     this.txtTounen.Tag   = "";
     this.txtTounen.Text  = null;
     this.txtTounen.Top   = 0F;
     this.txtTounen.Width = 0.6694444F;
     //
     // txtZennen
     //
     this.txtZennen.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtZennen.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtZennen.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtZennen.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtZennen.CanGrow            = false;
     this.txtZennen.DataField          = "LastSumAmount";
     this.txtZennen.Height             = 0.125F;
     this.txtZennen.Left         = 2.244094F;
     this.txtZennen.Name         = "txtZennen";
     this.txtZennen.OutputFormat = resources.GetString("txtZennen.OutputFormat");
     this.txtZennen.Style        = "color: Black; font-family: MS P明朝; font-size: 7pt; text-align: right; ddo-char-se" +
                                   "t: 128";
     this.txtZennen.Tag   = "";
     this.txtZennen.Text  = null;
     this.txtZennen.Top   = 0F;
     this.txtZennen.Width = 0.6694444F;
     //
     // pageFooter
     //
     this.pageFooter.Height = 0F;
     this.pageFooter.Name   = "pageFooter";
     //
     // reportHeader1
     //
     this.reportHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.テキスト13,
         this.テキスト16,
         this.テキスト15,
         this.テキスト14
     });
     this.reportHeader1.Height = 0.125F;
     this.reportHeader1.Name   = "reportHeader1";
     //
     // テキスト13
     //
     this.テキスト13.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト13.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト13.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト13.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト13.Height             = 0.125F;
     this.テキスト13.HyperLink          = "";
     this.テキスト13.Left  = 1.574803F;
     this.テキスト13.Name  = "テキスト13";
     this.テキスト13.Style = "color: Black; font-family: MS P明朝; font-size: 7pt; text-align: center; ddo-char-s" +
                         "et: 128";
     this.テキスト13.Tag   = "";
     this.テキスト13.Text  = "当年度末";
     this.テキスト13.Top   = 0F;
     this.テキスト13.Width = 0.6694444F;
     //
     // テキスト16
     //
     this.テキスト16.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト16.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト16.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト16.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト16.Height             = 0.1251968F;
     this.テキスト16.HyperLink          = "";
     this.テキスト16.Left  = 0F;
     this.テキスト16.Name  = "テキスト16";
     this.テキスト16.Style = "color: Black; font-family: MS P明朝; font-size: 8pt; text-align: center; ddo-char-s" +
                         "et: 128";
     this.テキスト16.Tag   = "";
     this.テキスト16.Text  = "";
     this.テキスト16.Top   = 0F;
     this.テキスト16.Width = 1.574803F;
     //
     // テキスト15
     //
     this.テキスト15.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト15.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト15.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト15.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト15.Height             = 0.125F;
     this.テキスト15.HyperLink          = "";
     this.テキスト15.Left  = 2.913386F;
     this.テキスト15.Name  = "テキスト15";
     this.テキスト15.Style = "color: Black; font-family: MS P明朝; font-size: 7pt; text-align: center; ddo-char-s" +
                         "et: 128";
     this.テキスト15.Tag   = "";
     this.テキスト15.Text  = "増減";
     this.テキスト15.Top   = 0F;
     this.テキスト15.Width = 0.6694444F;
     //
     // テキスト14
     //
     this.テキスト14.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト14.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト14.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト14.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.テキスト14.Height             = 0.125F;
     this.テキスト14.HyperLink          = "";
     this.テキスト14.Left  = 2.244094F;
     this.テキスト14.Name  = "テキスト14";
     this.テキスト14.Style = "color: Black; font-family: MS P明朝; font-size: 7pt; text-align: center; ddo-char-s" +
                         "et: 128";
     this.テキスト14.Tag   = "";
     this.テキスト14.Text  = "前年度末";
     this.テキスト14.Top   = 0F;
     this.テキスト14.Width = 0.6694444F;
     //
     // reportFooter1
     //
     this.reportFooter1.Height = 0F;
     this.reportFooter1.Name   = "reportFooter1";
     //
     // groupHeader1
     //
     this.groupHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtDaikubunName,
         this.txtDaikubunId,
         this.textBox3,
         this.txtTounenSum,
         this.textBox5
     });
     this.groupHeader1.DataField = "DaikubunId";
     this.groupHeader1.Height    = 0.125F;
     this.groupHeader1.Name      = "groupHeader1";
     this.groupHeader1.Format   += new System.EventHandler(this.groupHeader1_Format);
     //
     // txtDaikubunName
     //
     this.txtDaikubunName.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtDaikubunName.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtDaikubunName.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtDaikubunName.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtDaikubunName.CanGrow            = false;
     this.txtDaikubunName.Height             = 0.1251968F;
     this.txtDaikubunName.Left         = 0F;
     this.txtDaikubunName.Name         = "txtDaikubunName";
     this.txtDaikubunName.OutputFormat = resources.GetString("txtDaikubunName.OutputFormat");
     this.txtDaikubunName.Style        = "color: Black; font-family: MS Pゴシック; font-size: 6.75pt; font-weight: bold; text-a" +
                                         "lign: left; ddo-char-set: 128";
     this.txtDaikubunName.Tag   = "";
     this.txtDaikubunName.Text  = "=\"  \" & [科目]";
     this.txtDaikubunName.Top   = 0F;
     this.txtDaikubunName.Width = 1.574803F;
     //
     // txtDaikubunId
     //
     this.txtDaikubunId.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtDaikubunId.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtDaikubunId.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtDaikubunId.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtDaikubunId.CanGrow            = false;
     this.txtDaikubunId.DataField          = "DaikubunId";
     this.txtDaikubunId.Height             = 0.125F;
     this.txtDaikubunId.Left         = 0.78125F;
     this.txtDaikubunId.Name         = "txtDaikubunId";
     this.txtDaikubunId.OutputFormat = resources.GetString("txtDaikubunId.OutputFormat");
     this.txtDaikubunId.Style        = "color: Black; font-family: MS P明朝; font-size: 7pt; text-align: left; ddo-char-set" +
                                       ": 128";
     this.txtDaikubunId.Tag     = "";
     this.txtDaikubunId.Text    = "ID";
     this.txtDaikubunId.Top     = 0F;
     this.txtDaikubunId.Visible = false;
     this.txtDaikubunId.Width   = 0.43125F;
     //
     // textBox3
     //
     this.textBox3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox3.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox3.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox3.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox3.CanGrow            = false;
     this.textBox3.DataField          = "Sai";
     this.textBox3.Height             = 0.125F;
     this.textBox3.Left         = 2.913386F;
     this.textBox3.Name         = "textBox3";
     this.textBox3.OutputFormat = resources.GetString("textBox3.OutputFormat");
     this.textBox3.Style        = "color: Black; font-family: MS P明朝; font-size: 7pt; text-align: right; ddo-char-se" +
                                  "t: 128";
     this.textBox3.SummaryGroup = "groupHeader1";
     this.textBox3.SummaryType  = DataDynamics.ActiveReports.SummaryType.SubTotal;
     this.textBox3.Tag          = "";
     this.textBox3.Text         = null;
     this.textBox3.Top          = 0F;
     this.textBox3.Width        = 0.6694444F;
     //
     // txtTounenSum
     //
     this.txtTounenSum.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtTounenSum.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtTounenSum.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtTounenSum.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtTounenSum.CanGrow            = false;
     this.txtTounenSum.DataField          = "CurrentSumAmount";
     this.txtTounenSum.Height             = 0.125F;
     this.txtTounenSum.Left         = 1.574803F;
     this.txtTounenSum.Name         = "txtTounenSum";
     this.txtTounenSum.OutputFormat = resources.GetString("txtTounenSum.OutputFormat");
     this.txtTounenSum.Style        = "color: Black; font-family: MS P明朝; font-size: 7pt; text-align: right; ddo-char-se" +
                                      "t: 128";
     this.txtTounenSum.SummaryGroup = "groupHeader1";
     this.txtTounenSum.SummaryType  = DataDynamics.ActiveReports.SummaryType.SubTotal;
     this.txtTounenSum.Tag          = "";
     this.txtTounenSum.Text         = null;
     this.txtTounenSum.Top          = 0F;
     this.txtTounenSum.Width        = 0.6694444F;
     //
     // textBox5
     //
     this.textBox5.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox5.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox5.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox5.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox5.CanGrow            = false;
     this.textBox5.DataField          = "LastSumAmount";
     this.textBox5.Height             = 0.125F;
     this.textBox5.Left         = 2.244094F;
     this.textBox5.Name         = "textBox5";
     this.textBox5.OutputFormat = resources.GetString("textBox5.OutputFormat");
     this.textBox5.Style        = "color: Black; font-family: MS P明朝; font-size: 7pt; text-align: right; ddo-char-se" +
                                  "t: 128";
     this.textBox5.SummaryGroup = "groupHeader1";
     this.textBox5.SummaryType  = DataDynamics.ActiveReports.SummaryType.SubTotal;
     this.textBox5.Tag          = "";
     this.textBox5.Text         = null;
     this.textBox5.Top          = 0F;
     this.textBox5.Width        = 0.6694444F;
     //
     // groupFooter1
     //
     this.groupFooter1.Height = 0F;
     this.groupFooter1.Name   = "groupFooter1";
     //
     // BalanceSheetSub2
     //
     this.MasterReport             = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 3.582677F;
     this.Sections.Add(this.reportHeader1);
     this.Sections.Add(this.pageHeader);
     this.Sections.Add(this.groupHeader1);
     this.Sections.Add(this.detail);
     this.Sections.Add(this.groupFooter1);
     this.Sections.Add(this.pageFooter);
     this.Sections.Add(this.reportFooter1);
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-style: normal; text-decoration: none; font-weight: normal; font-size: 10pt; " +
                                                     "color: Black; font-family: MS UI Gothic; ddo-char-set: 128", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 16pt; font-weight: bold", "Heading1", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 14pt; font-weight: bold", "Heading2", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold", "Heading3", "Normal"));
     ((System.ComponentModel.ISupportInitialize)(this.txtKamoku)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtKamokuId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtZougen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTounen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtZennen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.テキスト13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.テキスト16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.テキスト15)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.テキスト14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDaikubunName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDaikubunId)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTounenSum)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(LaneTimerSheetByLane));
            this.pageHeader = new DataDynamics.ActiveReports.PageHeader();
            this.txtEventDescription = new DataDynamics.ActiveReports.TextBox();
            this.detail = new DataDynamics.ActiveReports.Detail();
            this.label1 = new DataDynamics.ActiveReports.Label();
            this.txtLaneNumber = new DataDynamics.ActiveReports.TextBox();
            this.label2 = new DataDynamics.ActiveReports.Label();
            this.txtHeatNumber = new DataDynamics.ActiveReports.TextBox();
            this.txtTeamName = new DataDynamics.ActiveReports.TextBox();
            this.txtSwimmerName = new DataDynamics.ActiveReports.TextBox();
            this.line3 = new DataDynamics.ActiveReports.Line();
            this.line1 = new DataDynamics.ActiveReports.Line();
            this.line2 = new DataDynamics.ActiveReports.Line();
            this.line4 = new DataDynamics.ActiveReports.Line();
            this.txtSeedTime = new DataDynamics.ActiveReports.TextBox();
            this.pageFooter = new DataDynamics.ActiveReports.PageFooter();
            ((System.ComponentModel.ISupportInitialize)(this.txtEventDescription)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLaneNumber)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtHeatNumber)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTeamName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSwimmerName)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSeedTime)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeader
            // 
            this.pageHeader.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.txtEventDescription});
            this.pageHeader.Height = 0.5208334F;
            this.pageHeader.Name = "pageHeader";
            // 
            // txtEventDescription
            // 
            this.txtEventDescription.DataField = "EventDescription";
            this.txtEventDescription.Height = 0.2F;
            this.txtEventDescription.Left = 0F;
            this.txtEventDescription.Name = "txtEventDescription";
            this.txtEventDescription.Style = "font-weight: bold; text-decoration: underline";
            this.txtEventDescription.Text = "txtEventDescription";
            this.txtEventDescription.Top = 0F;
            this.txtEventDescription.Width = 5.74F;
            // 
            // detail
            // 
            this.detail.ColumnSpacing = 0F;
            this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.label1,
            this.txtLaneNumber,
            this.label2,
            this.txtHeatNumber,
            this.txtTeamName,
            this.txtSwimmerName,
            this.line3,
            this.line1,
            this.line2,
            this.line4,
            this.txtSeedTime});
            this.detail.Height = 0.625F;
            this.detail.Name = "detail";
            // 
            // label1
            // 
            this.label1.Height = 0.2F;
            this.label1.HyperLink = null;
            this.label1.Left = 0F;
            this.label1.Name = "label1";
            this.label1.Style = "";
            this.label1.Text = "Lane";
            this.label1.Top = 0F;
            this.label1.Width = 0.354F;
            // 
            // txtLaneNumber
            // 
            this.txtLaneNumber.DataField = "LaneNumber";
            this.txtLaneNumber.Height = 0.2F;
            this.txtLaneNumber.Left = 0.354F;
            this.txtLaneNumber.Name = "txtLaneNumber";
            this.txtLaneNumber.Text = "txtLaneNumber";
            this.txtLaneNumber.Top = 0F;
            this.txtLaneNumber.Width = 0.1980001F;
            // 
            // label2
            // 
            this.label2.Height = 0.2F;
            this.label2.HyperLink = null;
            this.label2.Left = 0.668F;
            this.label2.Name = "label2";
            this.label2.Style = "";
            this.label2.Text = "Heat";
            this.label2.Top = 0F;
            this.label2.Width = 0.3440001F;
            // 
            // txtHeatNumber
            // 
            this.txtHeatNumber.DataField = "HeatNumber";
            this.txtHeatNumber.Height = 0.2F;
            this.txtHeatNumber.Left = 1.012F;
            this.txtHeatNumber.Name = "txtHeatNumber";
            this.txtHeatNumber.Text = "txtHeatNumber";
            this.txtHeatNumber.Top = 0F;
            this.txtHeatNumber.Width = 0.187F;
            // 
            // txtTeamName
            // 
            this.txtTeamName.DataField = "TeamName";
            this.txtTeamName.Height = 0.2F;
            this.txtTeamName.Left = 1.292F;
            this.txtTeamName.Name = "txtTeamName";
            this.txtTeamName.Text = "txtTeamName";
            this.txtTeamName.Top = 0F;
            this.txtTeamName.Width = 2.072F;
            // 
            // txtSwimmerName
            // 
            this.txtSwimmerName.DataField = "SwimmerName";
            this.txtSwimmerName.Height = 0.2F;
            this.txtSwimmerName.Left = 0F;
            this.txtSwimmerName.Name = "txtSwimmerName";
            this.txtSwimmerName.Style = "font-family: Courier New; font-size: 8.25pt; font-weight: bold; ddo-char-set: 0";
            this.txtSwimmerName.Text = "txtSwimmer";
            this.txtSwimmerName.Top = 0.251F;
            this.txtSwimmerName.Width = 6.5F;
            // 
            // line3
            // 
            this.line3.Height = 0F;
            this.line3.Left = 5.88F;
            this.line3.LineWeight = 1F;
            this.line3.Name = "line3";
            this.line3.Top = 0.19F;
            this.line3.Width = 0.5999999F;
            this.line3.X1 = 5.88F;
            this.line3.X2 = 6.48F;
            this.line3.Y1 = 0.19F;
            this.line3.Y2 = 0.19F;
            // 
            // line1
            // 
            this.line1.Height = 0F;
            this.line1.Left = 5.24F;
            this.line1.LineWeight = 1F;
            this.line1.Name = "line1";
            this.line1.Top = 0.192F;
            this.line1.Width = 0.6000004F;
            this.line1.X1 = 5.24F;
            this.line1.X2 = 5.840001F;
            this.line1.Y1 = 0.192F;
            this.line1.Y2 = 0.192F;
            // 
            // line2
            // 
            this.line2.Height = 0F;
            this.line2.Left = 4.61F;
            this.line2.LineWeight = 1F;
            this.line2.Name = "line2";
            this.line2.Top = 0.185F;
            this.line2.Width = 0.5999999F;
            this.line2.X1 = 4.61F;
            this.line2.X2 = 5.21F;
            this.line2.Y1 = 0.185F;
            this.line2.Y2 = 0.185F;
            // 
            // line4
            // 
            this.line4.Height = 0F;
            this.line4.Left = 3.98F;
            this.line4.LineWeight = 1F;
            this.line4.Name = "line4";
            this.line4.Top = 0.19F;
            this.line4.Width = 0.5999997F;
            this.line4.X1 = 3.98F;
            this.line4.X2 = 4.58F;
            this.line4.Y1 = 0.19F;
            this.line4.Y2 = 0.19F;
            // 
            // txtSeedTime
            // 
            this.txtSeedTime.DataField = "SeedTime";
            this.txtSeedTime.Height = 0.2F;
            this.txtSeedTime.Left = 3.364F;
            this.txtSeedTime.Name = "txtSeedTime";
            this.txtSeedTime.OutputFormat = resources.GetString("txtSeedTime.OutputFormat");
            this.txtSeedTime.Style = "text-align: right";
            this.txtSeedTime.Text = "textBox1";
            this.txtSeedTime.Top = 0F;
            this.txtSeedTime.Width = 0.5539999F;
            // 
            // pageFooter
            // 
            this.pageFooter.Height = 0F;
            this.pageFooter.Name = "pageFooter";
            // 
            // LaneTimerSheetByLane
            // 
            this.MasterReport = false;
            this.PageSettings.PaperHeight = 11F;
            this.PageSettings.PaperWidth = 8.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.LaneTimerSheetByLane_ReportStart);
            ((System.ComponentModel.ISupportInitialize)(this.txtEventDescription)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtLaneNumber)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtHeatNumber)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTeamName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSwimmerName)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtSeedTime)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
Esempio n. 39
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(rptSubPSA));
     this.detail                 = new DataDynamics.ActiveReports.Detail();
     this.txtSNo                 = new DataDynamics.ActiveReports.TextBox();
     this.txtCommodityName1      = new DataDynamics.ActiveReports.TextBox();
     this.txtWeightInKg1         = new DataDynamics.ActiveReports.TextBox();
     this.txtWarehouseReceiptNo1 = new DataDynamics.ActiveReports.TextBox();
     this.txtGINNumber           = new DataDynamics.ActiveReports.TextBox();
     this.groupHeader1           = new DataDynamics.ActiveReports.GroupHeader();
     this.groupFooter1           = new DataDynamics.ActiveReports.GroupFooter();
     this.textBox1               = new DataDynamics.ActiveReports.TextBox();
     this.label3                 = new DataDynamics.ActiveReports.Label();
     this.reportHeader1          = new DataDynamics.ActiveReports.ReportHeader();
     this.label8                 = new DataDynamics.ActiveReports.Label();
     this.label13                = new DataDynamics.ActiveReports.Label();
     this.label16                = new DataDynamics.ActiveReports.Label();
     this.label2                 = new DataDynamics.ActiveReports.Label();
     this.label1                 = new DataDynamics.ActiveReports.Label();
     this.reportFooter1          = new DataDynamics.ActiveReports.ReportFooter();
     ((System.ComponentModel.ISupportInitialize)(this.txtSNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCommodityName1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWeightInKg1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWarehouseReceiptNo1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGINNumber)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtSNo,
         this.txtCommodityName1,
         this.txtWeightInKg1,
         this.txtWarehouseReceiptNo1,
         this.txtGINNumber
     });
     this.detail.Height = 0.1875F;
     this.detail.Name   = "detail";
     //
     // txtSNo
     //
     this.txtSNo.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtSNo.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtSNo.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtSNo.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtSNo.DataField          = "SNO";
     this.txtSNo.Height             = 0.1875F;
     this.txtSNo.Left           = 0F;
     this.txtSNo.Name           = "txtSNo";
     this.txtSNo.Style          = "text-align: center";
     this.txtSNo.SummaryFunc    = DataDynamics.ActiveReports.SummaryFunc.Count;
     this.txtSNo.SummaryRunning = DataDynamics.ActiveReports.SummaryRunning.All;
     this.txtSNo.SummaryType    = DataDynamics.ActiveReports.SummaryType.SubTotal;
     this.txtSNo.Text           = "000";
     this.txtSNo.Top            = 0F;
     this.txtSNo.Width          = 0.375F;
     //
     // txtCommodityName1
     //
     this.txtCommodityName1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtCommodityName1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtCommodityName1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtCommodityName1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtCommodityName1.DataField          = "CommodityName";
     this.txtCommodityName1.Height             = 0.1875F;
     this.txtCommodityName1.Left  = 2.375F;
     this.txtCommodityName1.Name  = "txtCommodityName1";
     this.txtCommodityName1.Text  = "txtCommodityName1";
     this.txtCommodityName1.Top   = 0F;
     this.txtCommodityName1.Width = 2.3125F;
     //
     // txtWeightInKg1
     //
     this.txtWeightInKg1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWeightInKg1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWeightInKg1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWeightInKg1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWeightInKg1.DataField          = "Weight";
     this.txtWeightInKg1.Height             = 0.1875F;
     this.txtWeightInKg1.Left  = 4.6875F;
     this.txtWeightInKg1.Name  = "txtWeightInKg1";
     this.txtWeightInKg1.Style = "text-align: right";
     this.txtWeightInKg1.Text  = "txtWeightInKg1";
     this.txtWeightInKg1.Top   = 0F;
     this.txtWeightInKg1.Width = 1.75F;
     //
     // txtWarehouseReceiptNo1
     //
     this.txtWarehouseReceiptNo1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWarehouseReceiptNo1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWarehouseReceiptNo1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWarehouseReceiptNo1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWarehouseReceiptNo1.DataField          = "WarehouseReceiptNo";
     this.txtWarehouseReceiptNo1.Height             = 0.1875F;
     this.txtWarehouseReceiptNo1.Left  = 1.375F;
     this.txtWarehouseReceiptNo1.Name  = "txtWarehouseReceiptNo1";
     this.txtWarehouseReceiptNo1.Text  = "txtWarehouseReceiptNo1";
     this.txtWarehouseReceiptNo1.Top   = 0F;
     this.txtWarehouseReceiptNo1.Width = 1F;
     //
     // txtGINNumber
     //
     this.txtGINNumber.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtGINNumber.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtGINNumber.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtGINNumber.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtGINNumber.DataField          = "GINNumber";
     this.txtGINNumber.Height             = 0.1875F;
     this.txtGINNumber.Left  = 0.375F;
     this.txtGINNumber.Name  = "txtGINNumber";
     this.txtGINNumber.Text  = "txtPSANumber";
     this.txtGINNumber.Top   = 0F;
     this.txtGINNumber.Width = 1F;
     //
     // groupHeader1
     //
     this.groupHeader1.DataField = "GINNumber";
     this.groupHeader1.Height    = 0F;
     this.groupHeader1.Name      = "groupHeader1";
     //
     // groupFooter1
     //
     this.groupFooter1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.textBox1,
         this.label3
     });
     this.groupFooter1.Height = 0.2100833F;
     this.groupFooter1.Name   = "groupFooter1";
     //
     // textBox1
     //
     this.textBox1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox1.DataField          = "Weight";
     this.textBox1.DistinctField      = "Weight";
     this.textBox1.Height             = 0.2F;
     this.textBox1.Left           = 4.6875F;
     this.textBox1.Name           = "textBox1";
     this.textBox1.Style          = "text-align: right";
     this.textBox1.SummaryGroup   = "groupHeader1";
     this.textBox1.SummaryRunning = DataDynamics.ActiveReports.SummaryRunning.All;
     this.textBox1.SummaryType    = DataDynamics.ActiveReports.SummaryType.GrandTotal;
     this.textBox1.Text           = null;
     this.textBox1.Top            = 0F;
     this.textBox1.Width          = 1.75F;
     //
     // label3
     //
     this.label3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label3.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label3.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label3.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label3.Height             = 0.2F;
     this.label3.HyperLink          = null;
     this.label3.Left  = 2.3745F;
     this.label3.Name  = "label3";
     this.label3.Style = "font-weight: bold; text-align: right";
     this.label3.Text  = "Total Weight : ";
     this.label3.Top   = 0F;
     this.label3.Width = 2.3125F;
     //
     // reportHeader1
     //
     this.reportHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.label8,
         this.label13,
         this.label16,
         this.label2,
         this.label1
     });
     this.reportHeader1.Height = 0.1895F;
     this.reportHeader1.Name   = "reportHeader1";
     //
     // label8
     //
     this.label8.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Height             = 0.1875F;
     this.label8.HyperLink          = "";
     this.label8.Left  = 2.375F;
     this.label8.Name  = "label8";
     this.label8.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: bold; text-align: center; dd" +
                         "o-char-set: 1";
     this.label8.Text  = "Commodity Grade";
     this.label8.Top   = 0F;
     this.label8.Width = 2.3125F;
     //
     // label13
     //
     this.label13.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label13.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label13.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label13.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label13.Height             = 0.1875F;
     this.label13.HyperLink          = "";
     this.label13.Left  = 4.6875F;
     this.label13.Name  = "label13";
     this.label13.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: bold; text-align: center; dd" +
                          "o-char-set: 0";
     this.label13.Text  = "Net Weight";
     this.label13.Top   = 0F;
     this.label13.Width = 1.75F;
     //
     // label16
     //
     this.label16.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label16.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label16.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label16.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label16.Height             = 0.1875F;
     this.label16.HyperLink          = "";
     this.label16.Left  = 1.375F;
     this.label16.Name  = "label16";
     this.label16.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: bold; text-align: center; dd" +
                          "o-char-set: 0";
     this.label16.Text  = "WHR";
     this.label16.Top   = 0F;
     this.label16.Width = 1F;
     //
     // label2
     //
     this.label2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label2.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label2.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label2.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label2.Height             = 0.1875F;
     this.label2.HyperLink          = "";
     this.label2.Left  = 0F;
     this.label2.Name  = "label2";
     this.label2.Style = "font-family: Tahoma; font-size: 9pt; font-weight: bold; ddo-char-set: 0";
     this.label2.Text  = "SNo.";
     this.label2.Top   = 0F;
     this.label2.Width = 0.375F;
     //
     // label1
     //
     this.label1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Height             = 0.1875F;
     this.label1.HyperLink          = "";
     this.label1.Left  = 0.375F;
     this.label1.Name  = "label1";
     this.label1.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: bold; text-align: center; dd" +
                         "o-char-set: 0";
     this.label1.Text  = "PSA No.";
     this.label1.Top   = 0F;
     this.label1.Width = 1F;
     //
     // reportFooter1
     //
     this.reportFooter1.Height = 0.25F;
     this.reportFooter1.Name   = "reportFooter1";
     //
     // rptSubPSA
     //
     this.MasterReport             = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 7.910083F;
     this.Sections.Add(this.reportHeader1);
     this.Sections.Add(this.groupHeader1);
     this.Sections.Add(this.detail);
     this.Sections.Add(this.groupFooter1);
     this.Sections.Add(this.reportFooter1);
     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"));
     ((System.ComponentModel.ISupportInitialize)(this.txtSNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCommodityName1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWeightInKg1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWarehouseReceiptNo1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGINNumber)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 40
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(Criteria32Grid));
			this.detail = new DataDynamics.ActiveReports.Detail();
			this.Region = new DataDynamics.ActiveReports.TextBox();
			this.Method = new DataDynamics.ActiveReports.TextBox();
			this.Factor3 = new DataDynamics.ActiveReports.TextBox();
			this.textBox2 = new DataDynamics.ActiveReports.TextBox();
			this.textBox1 = new DataDynamics.ActiveReports.TextBox();
			this.textBox4 = new DataDynamics.ActiveReports.TextBox();
			this.label1 = new DataDynamics.ActiveReports.Label();
			this.label5 = new DataDynamics.ActiveReports.Label();
			this.label8 = new DataDynamics.ActiveReports.Label();
			this.label10 = new DataDynamics.ActiveReports.Label();
			this.label7 = new DataDynamics.ActiveReports.Label();
			this.reportHeader1 = new DataDynamics.ActiveReports.ReportHeader();
			this.reportFooter1 = new DataDynamics.ActiveReports.ReportFooter();
			this.lblJustification = new DataDynamics.ActiveReports.Label();
			this.Synthesis = new DataDynamics.ActiveReports.RichTextBox();
			((System.ComponentModel.ISupportInitialize)(this.Region)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Method)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label10)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.lblJustification)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// detail
			// 
			this.detail.ColumnSpacing = 0F;
			this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.Region,
            this.Method,
            this.Factor3,
            this.textBox2,
            this.textBox1,
            this.textBox4});
			this.detail.Height = 0.477F;
			this.detail.Name = "detail";
			this.detail.Format += new System.EventHandler(this.detail_Format);
			// 
			// Region
			// 
			this.Region.DataField = "=Location + \' \' + BodyOfWater";
			this.Region.Height = 0.231F;
			this.Region.Left = 0F;
			this.Region.Name = "Region";
			this.Region.Style = "background-color: #F5F6F8; color: #666666; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.Region.Text = "Region";
			this.Region.Top = 0F;
			this.Region.Width = 2.936F;
			// 
			// Method
			// 
			this.Method.Border.BottomColor = System.Drawing.Color.Silver;
			this.Method.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Method.DataField = "Method";
			this.Method.Height = 0.231F;
			this.Method.Left = 0F;
			this.Method.Name = "Method";
			this.Method.Style = "background-color: #F5F6F8; color: #666666; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.Method.Text = "Method";
			this.Method.Top = 0.243F;
			this.Method.Width = 2.936F;
			// 
			// Factor3
			// 
			this.Factor3.Border.BottomColor = System.Drawing.Color.Silver;
			this.Factor3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor3.DataField = "Factor3ScoreDescription";
			this.Factor3.Height = 0.474F;
			this.Factor3.Left = 2.936F;
			this.Factor3.Name = "Factor3";
			this.Factor3.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.Factor3.Text = "Factor3";
			this.Factor3.Top = 0F;
			this.Factor3.Width = 1.094999F;
			// 
			// textBox2
			// 
			this.textBox2.Border.BottomColor = System.Drawing.Color.Silver;
			this.textBox2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.textBox2.DataField = "Factor4ScoreDescription";
			this.textBox2.Height = 0.474F;
			this.textBox2.Left = 4.031001F;
			this.textBox2.Name = "textBox2";
			this.textBox2.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.textBox2.Text = "Factor4";
			this.textBox2.Top = 0F;
			this.textBox2.Width = 1.125999F;
			// 
			// textBox1
			// 
			this.textBox1.Border.BottomColor = System.Drawing.Color.Silver;
			this.textBox1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.textBox1.DataField = "Factor5ScoreDescription";
			this.textBox1.Height = 0.474F;
			this.textBox1.Left = 5.156999F;
			this.textBox1.Name = "textBox1";
			this.textBox1.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.textBox1.Text = "Factor5";
			this.textBox1.Top = 0.003000021F;
			this.textBox1.Width = 1.136F;
			// 
			// textBox4
			// 
			this.textBox4.Border.BottomColor = System.Drawing.Color.Silver;
			this.textBox4.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.textBox4.DataField = "Factor6ScoreDescription";
			this.textBox4.Height = 0.474F;
			this.textBox4.Left = 6.293F;
			this.textBox4.Name = "textBox4";
			this.textBox4.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.textBox4.Text = "Factor6";
			this.textBox4.Top = 0.00300002F;
			this.textBox4.Width = 1.218F;
			// 
			// label1
			// 
			this.label1.Height = 0.272F;
			this.label1.HyperLink = null;
			this.label1.Left = 0F;
			this.label1.Name = "label1";
			this.label1.Style = "background-color: #DFE8E7; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label1.Text = "Region / Method";
			this.label1.Top = 0.003000006F;
			this.label1.Width = 2.936F;
			// 
			// label5
			// 
			this.label5.Height = 0.269F;
			this.label5.HyperLink = null;
			this.label5.Left = 2.936F;
			this.label5.Name = "label5";
			this.label5.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label5.Text = "Strategy";
			this.label5.Top = 0.003000006F;
			this.label5.Width = 1.094999F;
			// 
			// label8
			// 
			this.label8.Height = 0.269F;
			this.label8.HyperLink = null;
			this.label8.Left = 4.031F;
			this.label8.Name = "label8";
			this.label8.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label8.Text = "Research";
			this.label8.Top = 0F;
			this.label8.Width = 1.126F;
			// 
			// label10
			// 
			this.label10.Height = 0.269F;
			this.label10.HyperLink = null;
			this.label10.Left = 6.293F;
			this.label10.Name = "label10";
			this.label10.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label10.Text = "Enforce";
			this.label10.Top = 0F;
			this.label10.Width = 1.218F;
			// 
			// label7
			// 
			this.label7.Height = 0.272F;
			this.label7.HyperLink = null;
			this.label7.Left = 5.157001F;
			this.label7.Name = "label7";
			this.label7.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label7.Text = "Advice";
			this.label7.Top = 0F;
			this.label7.Width = 1.135999F;
			// 
			// reportHeader1
			// 
			this.reportHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.label1,
            this.label5,
            this.label8,
            this.label10,
            this.label7});
			this.reportHeader1.Height = 0.2544166F;
			this.reportHeader1.Name = "reportHeader1";
			// 
			// reportFooter1
			// 
			this.reportFooter1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.lblJustification,
            this.Synthesis});
			this.reportFooter1.Height = 0.7180001F;
			this.reportFooter1.Name = "reportFooter1";
			this.reportFooter1.Format += new System.EventHandler(this.reportFooter1_Format);
			// 
			// lblJustification
			// 
			this.lblJustification.Height = 0.2703333F;
			this.lblJustification.HyperLink = null;
			this.lblJustification.Left = 0F;
			this.lblJustification.Name = "lblJustification";
			this.lblJustification.Style = "color: #005A74; font-size: 15.75pt; font-weight: bold; ddo-char-set: 0";
			this.lblJustification.Text = "Synthesis";
			this.lblJustification.Top = 0.208F;
			this.lblJustification.Width = 2.871F;
			// 
			// Synthesis
			// 
			this.Synthesis.AutoReplaceFields = true;
			this.Synthesis.Font = new System.Drawing.Font("Arial", 10F);
			this.Synthesis.Height = 0.24F;
			this.Synthesis.Left = 0F;
			this.Synthesis.Name = "Synthesis";
			this.Synthesis.RTF = resources.GetString("Synthesis.RTF");
			this.Synthesis.Top = 0.478F;
			this.Synthesis.Width = 7.511F;
			// 
			// Criteria32Grid
			// 
			this.MasterReport = false;
			this.PageSettings.PaperHeight = 11F;
			this.PageSettings.PaperWidth = 8.5F;
			this.PrintWidth = 7.511F;
			this.Sections.Add(this.reportHeader1);
			this.Sections.Add(this.detail);
			this.Sections.Add(this.reportFooter1);
			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"));
			((System.ComponentModel.ISupportInitialize)(this.Region)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Method)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label10)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.lblJustification)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
Esempio n. 41
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(rptGPass));
     this.pageHeader       = new DataDynamics.ActiveReports.PageHeader();
     this.picturelogo      = new DataDynamics.ActiveReports.Picture();
     this.lblTitle         = new DataDynamics.ActiveReports.Label();
     this.line4            = new DataDynamics.ActiveReports.Line();
     this.lblReportInfo    = new DataDynamics.ActiveReports.Label();
     this.lblDateGrnerated = new DataDynamics.ActiveReports.Label();
     this.reportInfo2      = new DataDynamics.ActiveReports.ReportInfo();
     this.line7            = new DataDynamics.ActiveReports.Line();
     this.detail           = new DataDynamics.ActiveReports.Detail();
     this.label2           = new DataDynamics.ActiveReports.Label();
     this.txtSRNo          = new DataDynamics.ActiveReports.Label();
     this.label3           = new DataDynamics.ActiveReports.Label();
     this.txtItem          = new DataDynamics.ActiveReports.Label();
     this.label5           = new DataDynamics.ActiveReports.Label();
     this.txtUnit          = new DataDynamics.ActiveReports.Label();
     this.label6           = new DataDynamics.ActiveReports.Label();
     this.txtQty           = new DataDynamics.ActiveReports.Label();
     this.label7           = new DataDynamics.ActiveReports.Label();
     this.txtRequestType   = new DataDynamics.ActiveReports.Label();
     this.label8           = new DataDynamics.ActiveReports.Label();
     this.txtRemark        = new DataDynamics.ActiveReports.Label();
     this.pageFooter       = new DataDynamics.ActiveReports.PageFooter();
     ((System.ComponentModel.ISupportInitialize)(this.picturelogo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblReportInfo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDateGrnerated)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.reportInfo2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSRNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUnit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQty)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRequestType)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.picturelogo,
         this.lblTitle,
         this.line4,
         this.lblReportInfo,
         this.lblDateGrnerated,
         this.reportInfo2,
         this.line7
     });
     this.pageHeader.Height = 0.9594167F;
     this.pageHeader.Name   = "pageHeader";
     //
     // picturelogo
     //
     this.picturelogo.Height    = 0.804F;
     this.picturelogo.HyperLink = null;
     this.picturelogo.ImageData = ((System.IO.Stream)(resources.GetObject("picturelogo.ImageData")));
     this.picturelogo.Left      = 0F;
     this.picturelogo.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.picturelogo.Name      = "picturelogo";
     this.picturelogo.SizeMode  = DataDynamics.ActiveReports.SizeModes.Stretch;
     this.picturelogo.Top       = 0F;
     this.picturelogo.Width     = 0.75F;
     //
     // lblTitle
     //
     this.lblTitle.Height    = 0.362F;
     this.lblTitle.HyperLink = null;
     this.lblTitle.Left      = 1.881F;
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Style     = "font-family: Tahoma; font-size: 22pt; font-weight: bold; ddo-char-set: 1";
     this.lblTitle.Text      = "GRNs";
     this.lblTitle.Top       = 0F;
     this.lblTitle.Width     = 5.133F;
     //
     // line4
     //
     this.line4.Height     = 0F;
     this.line4.Left       = 1.881F;
     this.line4.LineWeight = 1F;
     this.line4.Name       = "line4";
     this.line4.Top        = 0.362F;
     this.line4.Width      = 5.671001F;
     this.line4.X1         = 1.881F;
     this.line4.X2         = 7.552001F;
     this.line4.Y1         = 0.362F;
     this.line4.Y2         = 0.362F;
     //
     // lblReportInfo
     //
     this.lblReportInfo.Height    = 0.348F;
     this.lblReportInfo.HyperLink = null;
     this.lblReportInfo.Left      = 1.881F;
     this.lblReportInfo.Name      = "lblReportInfo";
     this.lblReportInfo.Style     = "font-family: Candara; font-size: 9pt; font-weight: normal";
     this.lblReportInfo.Text      = "Alsam Chelelek Tower 2, Tel:+251 554 7001, Fax: +251-11- 554 7010, \r\nWebsite: www" +
                                    ".ecx.com.et, P.O.Box 17341, Addis Ababa, Ethiopia.";
     this.lblReportInfo.Top   = 0.3839999F;
     this.lblReportInfo.Width = 4.302F;
     //
     // lblDateGrnerated
     //
     this.lblDateGrnerated.Height    = 0.1875F;
     this.lblDateGrnerated.HyperLink = "";
     this.lblDateGrnerated.Left      = 5.497F;
     this.lblDateGrnerated.Name      = "lblDateGrnerated";
     this.lblDateGrnerated.Style     = "font-family: Tahoma; font-size: 9.75pt; font-weight: bold; ddo-char-set: 0";
     this.lblDateGrnerated.Text      = "Date Generated:";
     this.lblDateGrnerated.Top       = 0.5360001F;
     this.lblDateGrnerated.Width     = 1.1875F;
     //
     // reportInfo2
     //
     this.reportInfo2.FormatString = "{RunDateTime:dd-MMM-yyyy}";
     this.reportInfo2.Height       = 0.1875F;
     this.reportInfo2.Left         = 6.625999F;
     this.reportInfo2.Name         = "reportInfo2";
     this.reportInfo2.Style        = "font-family: Tahoma; font-size: 9.75pt; ddo-char-set: 0";
     this.reportInfo2.Top          = 0.533F;
     this.reportInfo2.Width        = 0.9375F;
     //
     // line7
     //
     this.line7.Height     = 0F;
     this.line7.Left       = 0.009F;
     this.line7.LineWeight = 3F;
     this.line7.Name       = "line7";
     this.line7.Top        = 0.8240001F;
     this.line7.Width      = 7.88F;
     this.line7.X1         = 0.009F;
     this.line7.X2         = 7.889F;
     this.line7.Y1         = 0.8240001F;
     this.line7.Y2         = 0.8240001F;
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.label2,
         this.txtSRNo,
         this.label3,
         this.txtItem,
         this.label5,
         this.txtUnit,
         this.label6,
         this.txtQty,
         this.label7,
         this.label8,
         this.txtRemark,
         this.txtRequestType
     });
     this.detail.Height  = 0.918F;
     this.detail.Name    = "detail";
     this.detail.Format += new System.EventHandler(this.detail_Format);
     //
     // label2
     //
     this.label2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label2.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label2.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label2.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label2.Height             = 0.366F;
     this.label2.HyperLink          = null;
     this.label2.Left  = 6.239861E-08F;
     this.label2.Name  = "label2";
     this.label2.Style = "background-color: YellowGreen; font-weight: bold; vertical-align: middle";
     this.label2.Text  = "GRNNo";
     this.label2.Top   = 0F;
     this.label2.Width = 0.83F;
     //
     // txtSRNo
     //
     this.txtSRNo.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtSRNo.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtSRNo.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtSRNo.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtSRNo.DataField          = "GRNNo";
     this.txtSRNo.Height             = 0.345F;
     this.txtSRNo.HyperLink          = null;
     this.txtSRNo.Left  = 0F;
     this.txtSRNo.Name  = "txtSRNo";
     this.txtSRNo.Style = "font-weight: normal";
     this.txtSRNo.Text  = "";
     this.txtSRNo.Top   = 0.3659999F;
     this.txtSRNo.Width = 0.83F;
     //
     // label3
     //
     this.label3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label3.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label3.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label3.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label3.Height             = 0.366F;
     this.label3.HyperLink          = null;
     this.label3.Left  = 0.83F;
     this.label3.Name  = "label3";
     this.label3.Style = "background-color: YellowGreen; font-weight: bold; vertical-align: middle";
     this.label3.Text  = "PRNo";
     this.label3.Top   = 0F;
     this.label3.Width = 1.503F;
     //
     // txtItem
     //
     this.txtItem.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtItem.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtItem.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtItem.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtItem.DataField          = "PRNo";
     this.txtItem.Height             = 0.345F;
     this.txtItem.HyperLink          = null;
     this.txtItem.Left  = 0.83F;
     this.txtItem.Name  = "txtItem";
     this.txtItem.Style = "font-weight: normal";
     this.txtItem.Text  = "";
     this.txtItem.Top   = 0.3659999F;
     this.txtItem.Width = 1.503F;
     //
     // label5
     //
     this.label5.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label5.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label5.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label5.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label5.Height             = 0.366F;
     this.label5.HyperLink          = null;
     this.label5.Left  = 4.201F;
     this.label5.Name  = "label5";
     this.label5.Style = "background-color: YellowGreen; font-weight: bold; vertical-align: middle";
     this.label5.Text  = "Location";
     this.label5.Top   = 0F;
     this.label5.Width = 0.7499998F;
     //
     // txtUnit
     //
     this.txtUnit.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtUnit.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtUnit.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtUnit.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtUnit.DataField          = "Location";
     this.txtUnit.Height             = 0.345F;
     this.txtUnit.HyperLink          = null;
     this.txtUnit.Left  = 4.2F;
     this.txtUnit.Name  = "txtUnit";
     this.txtUnit.Style = "font-weight: normal";
     this.txtUnit.Text  = "";
     this.txtUnit.Top   = 0.366F;
     this.txtUnit.Width = 0.751F;
     //
     // label6
     //
     this.label6.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label6.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label6.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label6.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label6.Height             = 0.366F;
     this.label6.HyperLink          = null;
     this.label6.Left  = 3.604F;
     this.label6.Name  = "label6";
     this.label6.Style = "background-color: YellowGreen; font-weight: bold; vertical-align: middle";
     this.label6.Text  = "Quantity";
     this.label6.Top   = 0F;
     this.label6.Width = 0.5969999F;
     //
     // txtQty
     //
     this.txtQty.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtQty.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtQty.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtQty.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtQty.DataField          = "Quantity";
     this.txtQty.Height             = 0.345F;
     this.txtQty.HyperLink          = null;
     this.txtQty.Left  = 3.604F;
     this.txtQty.Name  = "txtQty";
     this.txtQty.Style = "font-weight: normal";
     this.txtQty.Text  = "";
     this.txtQty.Top   = 0.366F;
     this.txtQty.Width = 0.5969999F;
     //
     // label7
     //
     this.label7.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label7.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label7.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label7.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label7.Height             = 0.366F;
     this.label7.HyperLink          = null;
     this.label7.Left  = 2.332F;
     this.label7.Name  = "label7";
     this.label7.Style = "background-color: YellowGreen; font-weight: bold; text-align: center; vertical-al" +
                         "ign: middle";
     this.label7.Text  = "Item";
     this.label7.Top   = 0F;
     this.label7.Width = 1.271F;
     //
     // txtRequestType
     //
     this.txtRequestType.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtRequestType.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtRequestType.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtRequestType.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtRequestType.DataField          = "Item";
     this.txtRequestType.Height             = 0.345F;
     this.txtRequestType.HyperLink          = null;
     this.txtRequestType.Left  = 2.333F;
     this.txtRequestType.Name  = "txtRequestType";
     this.txtRequestType.Style = "font-weight: normal";
     this.txtRequestType.Text  = "";
     this.txtRequestType.Top   = 0.366F;
     this.txtRequestType.Width = 1.270999F;
     //
     // label8
     //
     this.label8.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Height             = 0.366F;
     this.label8.HyperLink          = null;
     this.label8.Left  = 4.951F;
     this.label8.Name  = "label8";
     this.label8.Style = "background-color: YellowGreen; font-weight: bold; text-align: center; vertical-al" +
                         "ign: middle";
     this.label8.Text  = "SuppliedBy";
     this.label8.Top   = 8.940697E-08F;
     this.label8.Width = 2.25F;
     //
     // txtRemark
     //
     this.txtRemark.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtRemark.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtRemark.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtRemark.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtRemark.DataField          = "SuppliedBy";
     this.txtRemark.Height             = 0.345F;
     this.txtRemark.HyperLink          = null;
     this.txtRemark.Left  = 4.951F;
     this.txtRemark.Name  = "txtRemark";
     this.txtRemark.Style = "font-weight: normal";
     this.txtRemark.Text  = "";
     this.txtRemark.Top   = 0.366F;
     this.txtRemark.Width = 2.25F;
     //
     // pageFooter
     //
     this.pageFooter.Height = 0.345F;
     this.pageFooter.Name   = "pageFooter";
     //
     // rptGPass
     //
     this.MasterReport             = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 7.552083F;
     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"));
     ((System.ComponentModel.ISupportInitialize)(this.picturelogo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblTitle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblReportInfo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblDateGrnerated)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.reportInfo2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtSRNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUnit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtQty)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRequestType)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtRemark)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 42
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(Criteria1));
			this.detail = new DataDynamics.ActiveReports.Detail();
			this.ScoreDescription = new DataDynamics.ActiveReports.TextBox();
			this.lblRationale = new DataDynamics.ActiveReports.Label();
			this.KeyInfo = new DataDynamics.ActiveReports.RichTextBox();
			this.Rationale = new DataDynamics.ActiveReports.RichTextBox();
			this.ScoreNum = new DataDynamics.ActiveReports.TextBox();
			this.grpFactorType = new DataDynamics.ActiveReports.GroupHeader();
			this.FactorType = new DataDynamics.ActiveReports.TextBox();
			this.grpFactorTypeFooter = new DataDynamics.ActiveReports.GroupFooter();
			this.LocationMethod = new DataDynamics.ActiveReports.TextBox();
			this.grpLocationMethod = new DataDynamics.ActiveReports.GroupHeader();
			this.grpLocationMethodFooter = new DataDynamics.ActiveReports.GroupFooter();
			this.grpSpecies = new DataDynamics.ActiveReports.GroupHeader();
			this.picture1 = new DataDynamics.ActiveReports.Picture();
			this.Species = new DataDynamics.ActiveReports.TextBox();
			this.grpSpeciesFooter = new DataDynamics.ActiveReports.GroupFooter();
			this.header = new DataDynamics.ActiveReports.ReportHeader();
			this.lblJustification = new DataDynamics.ActiveReports.Label();
			this.reportFooter1 = new DataDynamics.ActiveReports.ReportFooter();
			this.grpFactorId = new DataDynamics.ActiveReports.GroupHeader();
			this.grpFactorIdFooter = new DataDynamics.ActiveReports.GroupFooter();
			((System.ComponentModel.ISupportInitialize)(this.ScoreDescription)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.lblRationale)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ScoreNum)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.FactorType)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.LocationMethod)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.picture1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Species)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.lblJustification)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// detail
			// 
			this.detail.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
			this.detail.ColumnSpacing = 0F;
			this.detail.Height = 0F;
			this.detail.Name = "detail";
			// 
			// ScoreDescription
			// 
			this.ScoreDescription.DataField = "ScoreDescription";
			this.ScoreDescription.Height = 0.291F;
			this.ScoreDescription.Left = 0.788F;
			this.ScoreDescription.Name = "ScoreDescription";
			this.ScoreDescription.Style = "color: #333333; font-size: 11pt; font-weight: bold; vertical-align: middle; white" +
				"-space: nowrap; ddo-char-set: 1";
			this.ScoreDescription.Text = "ScoreDescription";
			this.ScoreDescription.Top = 0.125F;
			this.ScoreDescription.Width = 6.629F;
			// 
			// lblRationale
			// 
			this.lblRationale.Height = 0.1875F;
			this.lblRationale.HyperLink = null;
			this.lblRationale.Left = 0.09000014F;
			this.lblRationale.Name = "lblRationale";
			this.lblRationale.Style = "font-family: Arial; font-size: 11pt; font-weight: bold; ddo-char-set: 1";
			this.lblRationale.Text = "Detail Rationale:";
			this.lblRationale.Top = 0.9276668F;
			this.lblRationale.Width = 1.76F;
			// 
			// KeyInfo
			// 
			this.KeyInfo.AutoReplaceFields = true;
			this.KeyInfo.CanShrink = true;
			this.KeyInfo.DataField = "KeyInfo";
			this.KeyInfo.Font = new System.Drawing.Font("Arial", 10F);
			this.KeyInfo.Height = 0.2290001F;
			this.KeyInfo.Left = 0.06900001F;
			this.KeyInfo.Name = "KeyInfo";
			this.KeyInfo.RTF = resources.GetString("KeyInfo.RTF");
			this.KeyInfo.Top = 0.536F;
			this.KeyInfo.Width = 7.389F;
			// 
			// Rationale
			// 
			this.Rationale.AutoReplaceFields = true;
			this.Rationale.DataField = "Rationale";
			this.Rationale.Font = new System.Drawing.Font("Arial", 10F);
			this.Rationale.Height = 0.2290001F;
			this.Rationale.Left = 0.06900001F;
			this.Rationale.Name = "Rationale";
			this.Rationale.RTF = resources.GetString("Rationale.RTF");
			this.Rationale.Top = 1.162F;
			this.Rationale.Width = 7.389F;
			// 
			// ScoreNum
			// 
			this.ScoreNum.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.ScoreNum.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.ScoreNum.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.ScoreNum.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.ScoreNum.DataField = "ScoreNum";
			this.ScoreNum.Height = 0.291F;
			this.ScoreNum.Left = 0.09F;
			this.ScoreNum.Name = "ScoreNum";
			this.ScoreNum.Style = "background-color: #606060; color: White; font-size: 11pt; font-weight: bold; text" +
				"-align: center; vertical-align: middle; white-space: nowrap; ddo-char-set: 1";
			this.ScoreNum.Text = "ScoreNumber";
			this.ScoreNum.Top = 0.125F;
			this.ScoreNum.Width = 0.7F;
			// 
			// grpFactorType
			// 
			this.grpFactorType.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.FactorType});
			this.grpFactorType.DataField = "FactorType";
			this.grpFactorType.Height = 0.3126668F;
			this.grpFactorType.Name = "grpFactorType";
			this.grpFactorType.Format += new System.EventHandler(this.grpFactorType_Format);
			// 
			// FactorType
			// 
			this.FactorType.DataField = "FactorType";
			this.FactorType.Height = 0.2291667F;
			this.FactorType.Left = 0F;
			this.FactorType.Name = "FactorType";
			this.FactorType.Style = "color: #333333; font-size: 11pt; font-weight: bold; vertical-align: middle; ddo-c" +
				"har-set: 1";
			this.FactorType.Text = "FactorType";
			this.FactorType.Top = 0F;
			this.FactorType.Width = 7.479001F;
			// 
			// grpFactorTypeFooter
			// 
			this.grpFactorTypeFooter.BackColor = System.Drawing.Color.White;
			this.grpFactorTypeFooter.Height = 0F;
			this.grpFactorTypeFooter.Name = "grpFactorTypeFooter";
			// 
			// LocationMethod
			// 
			this.LocationMethod.DataField = "LocationMethod";
			this.LocationMethod.Height = 0.23F;
			this.LocationMethod.Left = 0.09F;
			this.LocationMethod.Name = "LocationMethod";
			this.LocationMethod.Style = "color: #6D808E; font-size: 11pt; font-weight: bold; vertical-align: middle; ddo-c" +
				"har-set: 1";
			this.LocationMethod.Text = "LocationMethod";
			this.LocationMethod.Top = 0F;
			this.LocationMethod.Width = 7.327F;
			// 
			// grpLocationMethod
			// 
			this.grpLocationMethod.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(239)))), ((int)(((byte)(239)))));
			this.grpLocationMethod.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.LocationMethod});
			this.grpLocationMethod.DataField = "LocationMethod";
			this.grpLocationMethod.Height = 0.2296667F;
			this.grpLocationMethod.Name = "grpLocationMethod";
			// 
			// grpLocationMethodFooter
			// 
			this.grpLocationMethodFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
			this.grpLocationMethodFooter.Height = 0F;
			this.grpLocationMethodFooter.Name = "grpLocationMethodFooter";
			// 
			// grpSpecies
			// 
			this.grpSpecies.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.picture1,
            this.Species});
			this.grpSpecies.DataField = "Species";
			this.grpSpecies.Height = 0.4895833F;
			this.grpSpecies.Name = "grpSpecies";
			this.grpSpecies.Format += new System.EventHandler(this.grpSpecies_Format);
			// 
			// picture1
			// 
			this.picture1.Height = 0.489F;
			this.picture1.HyperLink = null;
			this.picture1.ImageData = ((System.IO.Stream)(resources.GetObject("picture1.ImageData")));
			this.picture1.Left = 0F;
			this.picture1.Name = "picture1";
			this.picture1.Top = 0F;
			this.picture1.Width = 7.5F;
			// 
			// Species
			// 
			this.Species.DataField = "Species";
			this.Species.Height = 0.437F;
			this.Species.Left = 0F;
			this.Species.Name = "Species";
			this.Species.Style = "color: Black; font-size: 11pt; font-weight: bold; vertical-align: middle; ddo-cha" +
				"r-set: 1";
			this.Species.Text = "Species";
			this.Species.Top = 0F;
			this.Species.Width = 7.479001F;
			// 
			// grpSpeciesFooter
			// 
			this.grpSpeciesFooter.BackColor = System.Drawing.Color.White;
			this.grpSpeciesFooter.CanShrink = true;
			this.grpSpeciesFooter.Height = 0F;
			this.grpSpeciesFooter.Name = "grpSpeciesFooter";
			// 
			// header
			// 
			this.header.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.lblJustification});
			this.header.Height = 0.3123333F;
			this.header.Name = "header";
			this.header.Visible = false;
			// 
			// lblJustification
			// 
			this.lblJustification.Height = 0.2703333F;
			this.lblJustification.HyperLink = null;
			this.lblJustification.Left = 0F;
			this.lblJustification.Name = "lblJustification";
			this.lblJustification.Style = "color: #005A74; font-size: 15.75pt; font-weight: bold; ddo-char-set: 0";
			this.lblJustification.Text = "Justification of Ranking";
			this.lblJustification.Top = 0.042F;
			this.lblJustification.Width = 2.871F;
			// 
			// reportFooter1
			// 
			this.reportFooter1.Height = 0F;
			this.reportFooter1.Name = "reportFooter1";
			// 
			// grpFactorId
			// 
			this.grpFactorId.DataField = "FactorId";
			this.grpFactorId.Height = 0F;
			this.grpFactorId.Name = "grpFactorId";
			// 
			// grpFactorIdFooter
			// 
			this.grpFactorIdFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
			this.grpFactorIdFooter.CanShrink = true;
			this.grpFactorIdFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.ScoreDescription,
            this.lblRationale,
            this.KeyInfo,
            this.Rationale,
            this.ScoreNum});
			this.grpFactorIdFooter.Height = 1.494666F;
			this.grpFactorIdFooter.Name = "grpFactorIdFooter";
			this.grpFactorIdFooter.Format += new System.EventHandler(this.grpFactorIdFooter_Format);
			// 
			// Criteria1
			// 
			this.MasterReport = false;
			this.PageSettings.PaperHeight = 11F;
			this.PageSettings.PaperWidth = 8.5F;
			this.PrintWidth = 7.489584F;
			this.Sections.Add(this.header);
			this.Sections.Add(this.grpSpecies);
			this.Sections.Add(this.grpFactorType);
			this.Sections.Add(this.grpFactorId);
			this.Sections.Add(this.grpLocationMethod);
			this.Sections.Add(this.detail);
			this.Sections.Add(this.grpLocationMethodFooter);
			this.Sections.Add(this.grpFactorIdFooter);
			this.Sections.Add(this.grpFactorTypeFooter);
			this.Sections.Add(this.grpSpeciesFooter);
			this.Sections.Add(this.reportFooter1);
			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"));
			((System.ComponentModel.ISupportInitialize)(this.ScoreDescription)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.lblRationale)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.ScoreNum)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.FactorType)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.LocationMethod)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.picture1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Species)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.lblJustification)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
Esempio n. 43
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(Criteria4Grid));
			this.detail = new DataDynamics.ActiveReports.Detail();
			this.Region = new DataDynamics.ActiveReports.TextBox();
			this.Method = new DataDynamics.ActiveReports.TextBox();
			this.Factor1 = new DataDynamics.ActiveReports.TextBox();
			this.Factor2 = new DataDynamics.ActiveReports.TextBox();
			this.Factor3 = new DataDynamics.ActiveReports.TextBox();
			this.Score = new DataDynamics.ActiveReports.TextBox();
			this.Color = new DataDynamics.ActiveReports.TextBox();
			this.label1 = new DataDynamics.ActiveReports.Label();
			this.label3 = new DataDynamics.ActiveReports.Label();
			this.label4 = new DataDynamics.ActiveReports.Label();
			this.label5 = new DataDynamics.ActiveReports.Label();
			this.label6 = new DataDynamics.ActiveReports.Label();
			this.reportHeader1 = new DataDynamics.ActiveReports.ReportHeader();
			this.reportFooter1 = new DataDynamics.ActiveReports.ReportFooter();
			this.lblJustification = new DataDynamics.ActiveReports.Label();
			this.Synthesis = new DataDynamics.ActiveReports.RichTextBox();
			((System.ComponentModel.ISupportInitialize)(this.Region)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Method)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Score)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Color)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.lblJustification)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// detail
			// 
			this.detail.ColumnSpacing = 0F;
			this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.Region,
            this.Method,
            this.Factor1,
            this.Factor2,
            this.Factor3,
            this.Score,
            this.Color});
			this.detail.Height = 0.4724167F;
			this.detail.Name = "detail";
			this.detail.Format += new System.EventHandler(this.detail_Format);
			// 
			// Region
			// 
			this.Region.DataField = "=Location + \' \' + BodyOfWater";
			this.Region.Height = 0.231F;
			this.Region.Left = 0F;
			this.Region.Name = "Region";
			this.Region.Style = "background-color: #F5F6F8; color: #666666; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.Region.Text = "Region";
			this.Region.Top = 0F;
			this.Region.Width = 2.333F;
			// 
			// Method
			// 
			this.Method.Border.BottomColor = System.Drawing.Color.Silver;
			this.Method.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Method.DataField = "Method";
			this.Method.Height = 0.231F;
			this.Method.Left = 0F;
			this.Method.Name = "Method";
			this.Method.Style = "background-color: #F5F6F8; color: #666666; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.Method.Text = "Method";
			this.Method.Top = 0.231F;
			this.Method.Width = 2.333F;
			// 
			// Factor1
			// 
			this.Factor1.Border.BottomColor = System.Drawing.Color.Silver;
			this.Factor1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor1.DataField = "=Factor1Score + \":\" + Factor1ScoreDescription";
			this.Factor1.Height = 0.462F;
			this.Factor1.Left = 2.333001F;
			this.Factor1.Name = "Factor1";
			this.Factor1.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.Factor1.Text = "Factor1";
			this.Factor1.Top = 4.470348E-08F;
			this.Factor1.Width = 1.384001F;
			// 
			// Factor2
			// 
			this.Factor2.Border.BottomColor = System.Drawing.Color.Silver;
			this.Factor2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor2.DataField = "=Factor2Score + \":\" + Factor2ScoreDescription";
			this.Factor2.Height = 0.462F;
			this.Factor2.Left = 3.717F;
			this.Factor2.Name = "Factor2";
			this.Factor2.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.Factor2.Text = "Factor2";
			this.Factor2.Top = 0F;
			this.Factor2.Width = 1.384001F;
			// 
			// Factor3
			// 
			this.Factor3.Border.BottomColor = System.Drawing.Color.Silver;
			this.Factor3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor3.DataField = "=Factor3Score + \":\" + Factor3ScoreDescription";
			this.Factor3.Height = 0.462F;
			this.Factor3.Left = 5.101F;
			this.Factor3.Name = "Factor3";
			this.Factor3.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.Factor3.Text = "Factor3";
			this.Factor3.Top = 0F;
			this.Factor3.Width = 1.384001F;
			// 
			// Score
			// 
			this.Score.Border.BottomColor = System.Drawing.Color.Silver;
			this.Score.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Score.DataField = "=Color + \" (\" + Score + \")\"";
			this.Score.Height = 0.462F;
			this.Score.Left = 6.485F;
			this.Score.Name = "Score";
			this.Score.Style = "color: #666666; font-size: 10pt; font-weight: bold; vertical-align: middle";
			this.Score.Text = "Score";
			this.Score.Top = 0F;
			this.Score.Width = 1.003F;
			// 
			// Color
			// 
			this.Color.Border.BottomColor = System.Drawing.Color.Silver;
			this.Color.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Color.DataField = "Color";
			this.Color.Height = 0.306F;
			this.Color.Left = 5.831F;
			this.Color.Name = "Color";
			this.Color.Style = "background-color: CornflowerBlue; color: #666666; font-size: 10pt; font-weight: b" +
				"old; vertical-align: middle";
			this.Color.Text = "Color";
			this.Color.Top = 0.052F;
			this.Color.Visible = false;
			this.Color.Width = 0.4689999F;
			// 
			// label1
			// 
			this.label1.Height = 0.387F;
			this.label1.HyperLink = null;
			this.label1.Left = 0F;
			this.label1.Name = "label1";
			this.label1.Style = "background-color: #DFE8E7; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label1.Text = "Region / Method";
			this.label1.Top = 0.003000006F;
			this.label1.Width = 2.333F;
			// 
			// label3
			// 
			this.label3.Height = 0.387F;
			this.label3.HyperLink = null;
			this.label3.Left = 2.333F;
			this.label3.Name = "label3";
			this.label3.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label3.Text = "Gear Type and Substrate";
			this.label3.Top = 0F;
			this.label3.Width = 1.436F;
			// 
			// label4
			// 
			this.label4.Height = 0.387F;
			this.label4.HyperLink = null;
			this.label4.Left = 3.717F;
			this.label4.Name = "label4";
			this.label4.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label4.Text = "Mitigation of Gear Impacts";
			this.label4.Top = 0.003000006F;
			this.label4.Width = 1.436F;
			// 
			// label5
			// 
			this.label5.Height = 0.387F;
			this.label5.HyperLink = null;
			this.label5.Left = 5.101F;
			this.label5.Name = "label5";
			this.label5.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label5.Text = "EBFM";
			this.label5.Top = 0.003000006F;
			this.label5.Width = 1.436F;
			// 
			// label6
			// 
			this.label6.Height = 0.387F;
			this.label6.HyperLink = null;
			this.label6.Left = 6.485F;
			this.label6.Name = "label6";
			this.label6.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label6.Text = "Overall Recomm.";
			this.label6.Top = 0F;
			this.label6.Width = 1.003F;
			// 
			// reportHeader1
			// 
			this.reportHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.label1,
            this.label3,
            this.label4,
            this.label5,
            this.label6});
			this.reportHeader1.Height = 0.39F;
			this.reportHeader1.Name = "reportHeader1";
			// 
			// reportFooter1
			// 
			this.reportFooter1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.lblJustification,
            this.Synthesis});
			this.reportFooter1.Height = 0.68725F;
			this.reportFooter1.Name = "reportFooter1";
			this.reportFooter1.Format += new System.EventHandler(this.reportFooter1_Format);
			// 
			// lblJustification
			// 
			this.lblJustification.Height = 0.2703333F;
			this.lblJustification.HyperLink = null;
			this.lblJustification.Left = 0F;
			this.lblJustification.Name = "lblJustification";
			this.lblJustification.Style = "color: #005A74; font-size: 15.75pt; font-weight: bold; ddo-char-set: 0";
			this.lblJustification.Text = "Synthesis";
			this.lblJustification.Top = 0.156F;
			this.lblJustification.Width = 2.871F;
			// 
			// Synthesis
			// 
			this.Synthesis.AutoReplaceFields = true;
			this.Synthesis.Font = new System.Drawing.Font("Arial", 10F);
			this.Synthesis.Height = 0.24F;
			this.Synthesis.Left = 0F;
			this.Synthesis.Name = "Synthesis";
			this.Synthesis.RTF = resources.GetString("Synthesis.RTF");
			this.Synthesis.Top = 0.426F;
			this.Synthesis.Width = 7.445F;
			// 
			// Criteria4Grid
			// 
			this.MasterReport = false;
			this.PageSettings.PaperHeight = 11F;
			this.PageSettings.PaperWidth = 8.5F;
			this.PrintWidth = 7.487501F;
			this.Sections.Add(this.reportHeader1);
			this.Sections.Add(this.detail);
			this.Sections.Add(this.reportFooter1);
			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"));
			((System.ComponentModel.ISupportInitialize)(this.Region)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Method)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Score)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Color)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.lblJustification)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
Esempio n. 44
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(AppendixAGrid));
			this.detail = new DataDynamics.ActiveReports.Detail();
			this.Factor1 = new DataDynamics.ActiveReports.TextBox();
			this.Factor2 = new DataDynamics.ActiveReports.TextBox();
			this.Factor3 = new DataDynamics.ActiveReports.TextBox();
			this.Score = new DataDynamics.ActiveReports.TextBox();
			this.textBox1 = new DataDynamics.ActiveReports.TextBox();
			this.textBox2 = new DataDynamics.ActiveReports.TextBox();
			this.Color = new DataDynamics.ActiveReports.TextBox();
			this.RegionMethod = new DataDynamics.ActiveReports.TextBox();
			this.label3 = new DataDynamics.ActiveReports.Label();
			this.label4 = new DataDynamics.ActiveReports.Label();
			this.label5 = new DataDynamics.ActiveReports.Label();
			this.label6 = new DataDynamics.ActiveReports.Label();
			this.label7 = new DataDynamics.ActiveReports.Label();
			this.label8 = new DataDynamics.ActiveReports.Label();
			this.label9 = new DataDynamics.ActiveReports.Label();
			this.reportHeader1 = new DataDynamics.ActiveReports.ReportHeader();
			this.label10 = new DataDynamics.ActiveReports.Label();
			this.line1 = new DataDynamics.ActiveReports.Line();
			this.reportFooter1 = new DataDynamics.ActiveReports.ReportFooter();
			this.groupHeader1 = new DataDynamics.ActiveReports.GroupHeader();
			this.groupFooter1 = new DataDynamics.ActiveReports.GroupFooter();
			((System.ComponentModel.ISupportInitialize)(this.Factor1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Score)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.Color)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.RegionMethod)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label9)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label10)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// detail
			// 
			this.detail.ColumnSpacing = 0F;
			this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.Factor1,
            this.Factor2,
            this.Factor3,
            this.Score,
            this.textBox1,
            this.textBox2,
            this.Color});
			this.detail.Height = 0.481F;
			this.detail.Name = "detail";
			this.detail.Format += new System.EventHandler(this.detail_Format);
			// 
			// Factor1
			// 
			this.Factor1.Border.BottomColor = System.Drawing.Color.Silver;
			this.Factor1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor1.DataField = "=Factor1Score + \":\" + Factor1ScoreDescription";
			this.Factor1.Height = 0.471F;
			this.Factor1.Left = 1.665F;
			this.Factor1.Name = "Factor1";
			this.Factor1.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.Factor1.Text = "Factor1";
			this.Factor1.Top = 0.01F;
			this.Factor1.Width = 1.260999F;
			// 
			// Factor2
			// 
			this.Factor2.Border.BottomColor = System.Drawing.Color.Silver;
			this.Factor2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor2.DataField = "=Factor2Score + \":\" + Factor2ScoreDescription";
			this.Factor2.Height = 0.471F;
			this.Factor2.Left = 2.927F;
			this.Factor2.Name = "Factor2";
			this.Factor2.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.Factor2.Text = "Factor2";
			this.Factor2.Top = 0.009999956F;
			this.Factor2.Width = 1.280999F;
			// 
			// Factor3
			// 
			this.Factor3.Border.BottomColor = System.Drawing.Color.Silver;
			this.Factor3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Factor3.DataField = "=Factor3Score + \":\" + Factor3ScoreDescription";
			this.Factor3.Height = 0.471F;
			this.Factor3.Left = 4.208001F;
			this.Factor3.Name = "Factor3";
			this.Factor3.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.Factor3.Text = "Factor3";
			this.Factor3.Top = 0.01F;
			this.Factor3.Width = 1.249999F;
			// 
			// Score
			// 
			this.Score.Border.BottomColor = System.Drawing.Color.Silver;
			this.Score.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Score.DataField = "Score";
			this.Score.Height = 0.471F;
			this.Score.Left = 6.416F;
			this.Score.Name = "Score";
			this.Score.Style = "color: #666666; font-size: 10pt; font-weight: bold; vertical-align: middle";
			this.Score.Text = "Score";
			this.Score.Top = 0.01000002F;
			this.Score.Width = 0.5309997F;
			// 
			// textBox1
			// 
			this.textBox1.Border.BottomColor = System.Drawing.Color.Silver;
			this.textBox1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.textBox1.DataField = "CommonName";
			this.textBox1.Height = 0.471F;
			this.textBox1.Left = 0F;
			this.textBox1.Name = "textBox1";
			this.textBox1.Style = "background-color: #F5F6F8; color: #666666; font-size: 10pt; font-weight: normal; " +
				"vertical-align: middle; white-space: inherit";
			this.textBox1.Text = "CommonName";
			this.textBox1.Top = 0.009999956F;
			this.textBox1.Width = 1.665F;
			// 
			// textBox2
			// 
			this.textBox2.Border.BottomColor = System.Drawing.Color.Silver;
			this.textBox2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.textBox2.DataField = "=Factor4Score + \":\" + Factor4ScoreDescription";
			this.textBox2.Height = 0.471F;
			this.textBox2.Left = 5.458F;
			this.textBox2.Name = "textBox2";
			this.textBox2.Style = "color: #666666; font-size: 10pt; font-weight: normal; vertical-align: middle";
			this.textBox2.Text = "Factor4";
			this.textBox2.Top = 0.00999999F;
			this.textBox2.Width = 0.9580002F;
			// 
			// Color
			// 
			this.Color.Border.BottomColor = System.Drawing.Color.Silver;
			this.Color.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.Color.DataField = "Color";
			this.Color.Height = 0.471F;
			this.Color.Left = 6.947001F;
			this.Color.Name = "Color";
			this.Color.Style = "background-color: CornflowerBlue; color: #666666; font-size: 10pt; font-weight: b" +
				"old; vertical-align: middle";
			this.Color.Text = "Color";
			this.Color.Top = 0.01000002F;
			this.Color.Width = 0.5629989F;
			// 
			// RegionMethod
			// 
			this.RegionMethod.DataField = "=Location + \' \' + BodyOfWater + \", \"  + Method";
			this.RegionMethod.Height = 0.231F;
			this.RegionMethod.Left = 0F;
			this.RegionMethod.Name = "RegionMethod";
			this.RegionMethod.Style = "font-size: 10pt; font-style: italic; font-weight: bold; vertical-align: middle";
			this.RegionMethod.Text = "RegionMethod";
			this.RegionMethod.Top = 0F;
			this.RegionMethod.Width = 5.562F;
			// 
			// label3
			// 
			this.label3.Height = 0.387F;
			this.label3.HyperLink = null;
			this.label3.Left = 1.665F;
			this.label3.Name = "label3";
			this.label3.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label3.Text = "Inherent Vulnerability";
			this.label3.Top = 0.281F;
			this.label3.Width = 1.260999F;
			// 
			// label4
			// 
			this.label4.Height = 0.387F;
			this.label4.HyperLink = null;
			this.label4.Left = 2.927F;
			this.label4.Name = "label4";
			this.label4.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label4.Text = "Stock Status";
			this.label4.Top = 0.284F;
			this.label4.Width = 1.280999F;
			// 
			// label5
			// 
			this.label5.Height = 0.387F;
			this.label5.HyperLink = null;
			this.label5.Left = 4.208F;
			this.label5.Name = "label5";
			this.label5.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label5.Text = "Fishing Mortality";
			this.label5.Top = 0.284F;
			this.label5.Width = 1.249999F;
			// 
			// label6
			// 
			this.label6.Height = 0.387F;
			this.label6.HyperLink = null;
			this.label6.Left = 6.416F;
			this.label6.Name = "label6";
			this.label6.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label6.Text = "Score";
			this.label6.Top = 0.281F;
			this.label6.Width = 0.5309992F;
			// 
			// label7
			// 
			this.label7.Height = 0.387F;
			this.label7.HyperLink = null;
			this.label7.Left = 0F;
			this.label7.Name = "label7";
			this.label7.Style = "background-color: #DFE8E7; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label7.Text = "Stock";
			this.label7.Top = 0.284F;
			this.label7.Width = 1.665F;
			// 
			// label8
			// 
			this.label8.Height = 0.387F;
			this.label8.HyperLink = null;
			this.label8.Left = 5.458F;
			this.label8.Name = "label8";
			this.label8.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label8.Text = "Discard Rate";
			this.label8.Top = 0.281F;
			this.label8.Width = 0.9580002F;
			// 
			// label9
			// 
			this.label9.Height = 0.387F;
			this.label9.HyperLink = null;
			this.label9.Left = 6.947001F;
			this.label9.Name = "label9";
			this.label9.Style = "background-color: #E9EFEF; color: #6D808E; font-size: 10pt; font-weight: bold; ve" +
				"rtical-align: middle";
			this.label9.Text = "Rank";
			this.label9.Top = 0.284F;
			this.label9.Width = 0.5629998F;
			// 
			// reportHeader1
			// 
			this.reportHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.label10,
            this.line1});
			this.reportHeader1.Height = 0.2858333F;
			this.reportHeader1.Name = "reportHeader1";
			// 
			// label10
			// 
			this.label10.Height = 0.25F;
			this.label10.HyperLink = null;
			this.label10.Left = 0.04166667F;
			this.label10.Name = "label10";
			this.label10.Style = "color: #005A74; font-size: 15pt; font-weight: bold; text-decoration: none";
			this.label10.Text = "Appendix: All Species Evaluated under Criterion 2";
			this.label10.Top = 0F;
			this.label10.Width = 7.385417F;
			// 
			// line1
			// 
			this.line1.Height = 0.004000008F;
			this.line1.Left = 0.042F;
			this.line1.LineColor = System.Drawing.Color.LightGray;
			this.line1.LineWeight = 1F;
			this.line1.Name = "line1";
			this.line1.Top = 0.274F;
			this.line1.Width = 7.385001F;
			this.line1.X1 = 0.042F;
			this.line1.X2 = 7.427001F;
			this.line1.Y1 = 0.278F;
			this.line1.Y2 = 0.274F;
			// 
			// reportFooter1
			// 
			this.reportFooter1.Height = 0F;
			this.reportFooter1.Name = "reportFooter1";
			// 
			// groupHeader1
			// 
			this.groupHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.RegionMethod,
            this.label7,
            this.label4,
            this.label5,
            this.label6,
            this.label3,
            this.label8,
            this.label9});
			this.groupHeader1.DataField = "=Location+BodyOfWater+Method";
			this.groupHeader1.Height = 0.671F;
			this.groupHeader1.Name = "groupHeader1";
			// 
			// groupFooter1
			// 
			this.groupFooter1.Height = 0.07291666F;
			this.groupFooter1.Name = "groupFooter1";
			// 
			// AppendixAGrid
			// 
			this.MasterReport = false;
			this.PageSettings.PaperHeight = 11F;
			this.PageSettings.PaperWidth = 8.5F;
			this.PrintWidth = 7.446751F;
			this.Sections.Add(this.reportHeader1);
			this.Sections.Add(this.groupHeader1);
			this.Sections.Add(this.detail);
			this.Sections.Add(this.groupFooter1);
			this.Sections.Add(this.reportFooter1);
			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"));
			((System.ComponentModel.ISupportInitialize)(this.Factor1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Factor3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Score)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.Color)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.RegionMethod)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label9)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label10)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
Esempio n. 45
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ArLapBuku));
            this.pageHeader = new DataDynamics.ActiveReports.PageHeader();
            this.label1 = new DataDynamics.ActiveReports.Label();
            this.label2 = new DataDynamics.ActiveReports.Label();
            this.label3 = new DataDynamics.ActiveReports.Label();
            this.label4 = new DataDynamics.ActiveReports.Label();
            this.label5 = new DataDynamics.ActiveReports.Label();
            this.detail = new DataDynamics.ActiveReports.Detail();
            this.txtNo = new DataDynamics.ActiveReports.TextBox();
            this.txtISBN = new DataDynamics.ActiveReports.TextBox();
            this.txtJudul = new DataDynamics.ActiveReports.TextBox();
            this.txtPenerbit = new DataDynamics.ActiveReports.TextBox();
            this.pageFooter = new DataDynamics.ActiveReports.PageFooter();
            ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtISBN)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtJudul)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPenerbit)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // pageHeader
            // 
            this.pageHeader.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.label1,
            this.label2,
            this.label3,
            this.label4,
            this.label5});
            this.pageHeader.Height = 0.7604167F;
            this.pageHeader.Name = "pageHeader";
            // 
            // 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.25F;
            this.label1.HyperLink = null;
            this.label1.Left = 0.0625F;
            this.label1.Name = "label1";
            this.label1.Style = "ddo-char-set: 0; text-align: center; font-size: 14.25pt; ";
            this.label1.Text = "LAPORAN DATA BUKU";
            this.label1.Top = 0.125F;
            this.label1.Width = 6.375F;
            // 
            // label2
            // 
            this.label2.Border.BottomColor = System.Drawing.Color.Black;
            this.label2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.label2.Border.LeftColor = System.Drawing.Color.Black;
            this.label2.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            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.Solid;
            this.label2.Height = 0.1875F;
            this.label2.HyperLink = null;
            this.label2.Left = 0.0625F;
            this.label2.Name = "label2";
            this.label2.Style = "text-align: center; background-color: #E0E0E0; font-size: 8pt; ";
            this.label2.Text = "No.";
            this.label2.Top = 0.5625F;
            this.label2.Width = 0.3125F;
            // 
            // label3
            // 
            this.label3.Border.BottomColor = System.Drawing.Color.Black;
            this.label3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.label3.Border.LeftColor = System.Drawing.Color.Black;
            this.label3.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            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.Solid;
            this.label3.Height = 0.1875F;
            this.label3.HyperLink = null;
            this.label3.Left = 0.375F;
            this.label3.Name = "label3";
            this.label3.Style = "text-align: center; background-color: #E0E0E0; font-size: 8pt; ";
            this.label3.Text = "ISBN";
            this.label3.Top = 0.5625F;
            this.label3.Width = 1.1875F;
            // 
            // label4
            // 
            this.label4.Border.BottomColor = System.Drawing.Color.Black;
            this.label4.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.label4.Border.LeftColor = System.Drawing.Color.Black;
            this.label4.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            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.Solid;
            this.label4.Height = 0.1875F;
            this.label4.HyperLink = null;
            this.label4.Left = 1.5625F;
            this.label4.Name = "label4";
            this.label4.Style = "text-align: center; background-color: #E0E0E0; font-size: 8pt; ";
            this.label4.Text = "Judul";
            this.label4.Top = 0.5625F;
            this.label4.Width = 3.125F;
            // 
            // label5
            // 
            this.label5.Border.BottomColor = System.Drawing.Color.Black;
            this.label5.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.label5.Border.LeftColor = System.Drawing.Color.Black;
            this.label5.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.label5.Border.RightColor = System.Drawing.Color.Black;
            this.label5.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.label5.Border.TopColor = System.Drawing.Color.Black;
            this.label5.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.label5.Height = 0.1875F;
            this.label5.HyperLink = null;
            this.label5.Left = 4.6875F;
            this.label5.Name = "label5";
            this.label5.Style = "text-align: center; background-color: #E0E0E0; font-size: 8pt; ";
            this.label5.Text = "Penerbit";
            this.label5.Top = 0.5625F;
            this.label5.Width = 1.75F;
            // 
            // detail
            // 
            this.detail.ColumnSpacing = 0F;
            this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.txtNo,
            this.txtISBN,
            this.txtJudul,
            this.txtPenerbit});
            this.detail.Height = 0.1875F;
            this.detail.Name = "detail";
            this.detail.Format += new System.EventHandler(this.detail_Format);
            this.detail.BeforePrint += new System.EventHandler(this.detail_BeforePrint);
            // 
            // txtNo
            // 
            this.txtNo.Border.BottomColor = System.Drawing.Color.Black;
            this.txtNo.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.txtNo.Border.LeftColor = System.Drawing.Color.Black;
            this.txtNo.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.txtNo.Border.RightColor = System.Drawing.Color.Black;
            this.txtNo.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtNo.Border.TopColor = System.Drawing.Color.Black;
            this.txtNo.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtNo.Height = 0.1875F;
            this.txtNo.Left = 0.0625F;
            this.txtNo.Name = "txtNo";
            this.txtNo.Style = "text-align: center; font-size: 8pt; vertical-align: middle; ";
            this.txtNo.Text = "0";
            this.txtNo.Top = 0F;
            this.txtNo.Width = 0.3125F;
            // 
            // txtISBN
            // 
            this.txtISBN.Border.BottomColor = System.Drawing.Color.Black;
            this.txtISBN.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.txtISBN.Border.LeftColor = System.Drawing.Color.Black;
            this.txtISBN.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.txtISBN.Border.RightColor = System.Drawing.Color.Black;
            this.txtISBN.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtISBN.Border.TopColor = System.Drawing.Color.Black;
            this.txtISBN.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtISBN.Height = 0.1875F;
            this.txtISBN.Left = 0.375F;
            this.txtISBN.Name = "txtISBN";
            this.txtISBN.Style = "font-size: 8pt; vertical-align: middle; ";
            this.txtISBN.Text = null;
            this.txtISBN.Top = 0F;
            this.txtISBN.Width = 1.1875F;
            // 
            // txtJudul
            // 
            this.txtJudul.Border.BottomColor = System.Drawing.Color.Black;
            this.txtJudul.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.txtJudul.Border.LeftColor = System.Drawing.Color.Black;
            this.txtJudul.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.txtJudul.Border.RightColor = System.Drawing.Color.Black;
            this.txtJudul.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtJudul.Border.TopColor = System.Drawing.Color.Black;
            this.txtJudul.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtJudul.Height = 0.1875F;
            this.txtJudul.Left = 1.5625F;
            this.txtJudul.Name = "txtJudul";
            this.txtJudul.Style = "font-size: 8pt; vertical-align: middle; ";
            this.txtJudul.Text = null;
            this.txtJudul.Top = 0F;
            this.txtJudul.Width = 3.125F;
            // 
            // txtPenerbit
            // 
            this.txtPenerbit.Border.BottomColor = System.Drawing.Color.Black;
            this.txtPenerbit.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.txtPenerbit.Border.LeftColor = System.Drawing.Color.Black;
            this.txtPenerbit.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.txtPenerbit.Border.RightColor = System.Drawing.Color.Black;
            this.txtPenerbit.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
            this.txtPenerbit.Border.TopColor = System.Drawing.Color.Black;
            this.txtPenerbit.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
            this.txtPenerbit.Height = 0.1875F;
            this.txtPenerbit.Left = 4.6875F;
            this.txtPenerbit.Name = "txtPenerbit";
            this.txtPenerbit.Style = "font-size: 8pt; vertical-align: middle; ";
            this.txtPenerbit.Text = null;
            this.txtPenerbit.Top = 0F;
            this.txtPenerbit.Width = 1.75F;
            // 
            // pageFooter
            // 
            this.pageFooter.Height = 0.1041667F;
            this.pageFooter.Name = "pageFooter";
            // 
            // ArLapBuku
            // 
            this.MasterReport = false;
            this.PageSettings.PaperHeight = 11F;
            this.PageSettings.PaperWidth = 8.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"));
            ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtNo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtISBN)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtJudul)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtPenerbit)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
Esempio n. 46
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(repCellLabelA4));
     this.pageHeader   = new DataDynamics.ActiveReports.PageHeader();
     this.detail       = new DataDynamics.ActiveReports.Detail();
     this.barcode1     = new DataDynamics.ActiveReports.Barcode();
     this.Address      = new DataDynamics.ActiveReports.TextBox();
     this.pageFooter   = new DataDynamics.ActiveReports.PageFooter();
     this.groupHeader1 = new DataDynamics.ActiveReports.GroupHeader();
     this.groupFooter1 = new DataDynamics.ActiveReports.GroupFooter();
     this.field1       = new DataDynamics.ActiveReports.Field();
     ((System.ComponentModel.ISupportInitialize)(this.Address)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Height = 0.1968504F;
     this.pageHeader.Name   = "pageHeader";
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.barcode1,
         this.Address
     });
     this.detail.Height       = 6.510417F;
     this.detail.KeepTogether = true;
     this.detail.Name         = "detail";
     //
     // barcode1
     //
     this.barcode1.Border.BottomColor = System.Drawing.Color.Black;
     this.barcode1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.barcode1.Border.LeftColor   = System.Drawing.Color.Black;
     this.barcode1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.barcode1.Border.RightColor  = System.Drawing.Color.Black;
     this.barcode1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.barcode1.Border.TopColor    = System.Drawing.Color.Black;
     this.barcode1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.barcode1.CaptionPosition    = DataDynamics.ActiveReports.BarCodeCaptionPosition.Below;
     this.barcode1.DataField          = "BarCode";
     this.barcode1.Font   = new System.Drawing.Font("Tahoma", 42F, System.Drawing.FontStyle.Bold);
     this.barcode1.Height = 4.133858F;
     this.barcode1.Left   = 1.205709F;
     this.barcode1.Name   = "barcode1";
     this.barcode1.Style  = DataDynamics.ActiveReports.BarCodeStyle.Code_128auto;
     this.barcode1.Text   = "barcode1";
     this.barcode1.Top    = 2.214567F;
     this.barcode1.Width  = 8.489173F;
     //
     // Address
     //
     this.Address.Border.BottomColor = System.Drawing.Color.Black;
     this.Address.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Address.Border.LeftColor   = System.Drawing.Color.Black;
     this.Address.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Address.Border.RightColor  = System.Drawing.Color.Black;
     this.Address.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Address.Border.TopColor    = System.Drawing.Color.Black;
     this.Address.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.Address.DataField          = "Address";
     this.Address.Height             = 1.624016F;
     this.Address.Left  = 1.205709F;
     this.Address.Name  = "Address";
     this.Address.Style = "ddo-char-set: 1; text-align: center; font-weight: bold; font-size: 96pt; ";
     this.Address.Text  = "Address";
     this.Address.Top   = 0.4183071F;
     this.Address.Width = 8.489173F;
     //
     // pageFooter
     //
     this.pageFooter.Height = 0.1968504F;
     this.pageFooter.Name   = "pageFooter";
     //
     // groupHeader1
     //
     this.groupHeader1.Height = 0.1968504F;
     this.groupHeader1.Name   = "groupHeader1";
     //
     // groupFooter1
     //
     this.groupFooter1.Height = 0.1968504F;
     this.groupFooter1.Name   = "groupFooter1";
     //
     // field1
     //
     this.field1.DefaultValue = null;
     this.field1.FieldType    = DataDynamics.ActiveReports.FieldTypeEnum.Int32;
     this.field1.Formula      = "ID";
     this.field1.Name         = "field1";
     this.field1.Tag          = null;
     //
     // repCellLabelA4
     //
     this.CalculatedFields.Add(this.field1);
     this.PageSettings.DefaultPaperSize = false;
     this.PageSettings.Margins.Bottom   = 0.3937008F;
     this.PageSettings.Margins.Left     = 0.3937008F;
     this.PageSettings.Margins.Right    = 0.3897638F;
     this.PageSettings.Margins.Top      = 0.3937008F;
     this.PageSettings.Orientation      = DataDynamics.ActiveReports.Document.PageOrientation.Landscape;
     this.PageSettings.PaperHeight      = 11.69291F;
     this.PageSettings.PaperKind        = System.Drawing.Printing.PaperKind.A4;
     this.PageSettings.PaperWidth       = 8.267716F;
     this.PrintWidth = 10.7874F;
     this.Sections.Add(this.pageHeader);
     this.Sections.Add(this.groupHeader1);
     this.Sections.Add(this.detail);
     this.Sections.Add(this.groupFooter1);
     this.Sections.Add(this.pageFooter);
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-style: normal; text-decoration: none; font-weight: normal; font-size: 10pt; " +
                                                     "color: Black; font-family: \"Tahoma\"; ddo-char-set: 204; ", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("ddo-char-set: 204; font-size: 12pt; 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; ddo-char-set: 204; ", "Heading2", "Normal"));
     this.StyleSheet.Add(new DDCssLib.StyleSheetRule("font-size: 13pt; font-weight: bold; ddo-char-set: 204; ", "Heading3", "Normal"));
     ((System.ComponentModel.ISupportInitialize)(this.Address)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 47
0
      // declare elements

      // init report components
      private void InitializeComponent()
      {
          System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TripWayListStd));
          this.PageHeader      = new DataDynamics.ActiveReports.PageHeader();
          this.txtPageHeader02 = new DataDynamics.ActiveReports.TextBox();
          this.txtPageHeader04 = new DataDynamics.ActiveReports.TextBox();
          this.txtPageHeader05 = new DataDynamics.ActiveReports.TextBox();
          this.textBox1        = new DataDynamics.ActiveReports.TextBox();
          this.Detail          = new DataDynamics.ActiveReports.Detail();
          this.picture1        = new DataDynamics.ActiveReports.Picture();
          this.picture2        = new DataDynamics.ActiveReports.Picture();
          this.textBox2        = new DataDynamics.ActiveReports.TextBox();
          this.textBox3        = new DataDynamics.ActiveReports.TextBox();
          this.textBox4        = new DataDynamics.ActiveReports.TextBox();
          this.textBox5        = new DataDynamics.ActiveReports.TextBox();
          this.textBox6        = new DataDynamics.ActiveReports.TextBox();
          this.textBox7        = new DataDynamics.ActiveReports.TextBox();
          this.textBox8        = new DataDynamics.ActiveReports.TextBox();
          this.textBox9        = new DataDynamics.ActiveReports.TextBox();
          this.textBox10       = new DataDynamics.ActiveReports.TextBox();
          this.textBox11       = new DataDynamics.ActiveReports.TextBox();
          this.textBox12       = new DataDynamics.ActiveReports.TextBox();
          this.textBox13       = new DataDynamics.ActiveReports.TextBox();
          this.textBox14       = new DataDynamics.ActiveReports.TextBox();
          this.textBox15       = new DataDynamics.ActiveReports.TextBox();
          this.textBox16       = new DataDynamics.ActiveReports.TextBox();
          this.textBox17       = new DataDynamics.ActiveReports.TextBox();
          this.textBox18       = new DataDynamics.ActiveReports.TextBox();
          this.pageBreak1      = new DataDynamics.ActiveReports.PageBreak();
          this.PageFooter      = new DataDynamics.ActiveReports.PageFooter();
          ((System.ComponentModel.ISupportInitialize)(this.txtPageHeader02)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.txtPageHeader04)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.txtPageHeader05)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.picture1)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.picture2)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox2)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox3)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox4)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox5)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox6)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox7)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox8)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox9)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox10)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox11)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox12)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox13)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox14)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox15)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox16)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox17)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox18)).BeginInit();
          ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
          //
          // PageHeader
          //
          this.PageHeader.Height = 0F;
          this.PageHeader.Name   = "PageHeader";
          //
          // txtPageHeader02
          //
          this.txtPageHeader02.Border.BottomColor = System.Drawing.Color.Black;
          this.txtPageHeader02.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.txtPageHeader02.Border.LeftColor   = System.Drawing.Color.Black;
          this.txtPageHeader02.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.txtPageHeader02.Border.RightColor  = System.Drawing.Color.Black;
          this.txtPageHeader02.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.txtPageHeader02.Border.TopColor    = System.Drawing.Color.Black;
          this.txtPageHeader02.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.txtPageHeader02.DataField          = "CarName";
          this.txtPageHeader02.Height             = 0.1574803F;
          this.txtPageHeader02.HyperLink          = null;
          this.txtPageHeader02.Left      = 0.984252F;
          this.txtPageHeader02.MultiLine = false;
          this.txtPageHeader02.Name      = "txtPageHeader02";
          this.txtPageHeader02.Style     = "color: Black; ddo-char-set: 1; text-align: left; font-weight: bold; font-size: 8p" +
                                           "t; font-family: Tahoma; ";
          this.txtPageHeader02.Text  = "CarName";
          this.txtPageHeader02.Top   = 1.653543F;
          this.txtPageHeader02.Width = 3.267717F;
          //
          // txtPageHeader04
          //
          this.txtPageHeader04.Border.BottomColor = System.Drawing.Color.Black;
          this.txtPageHeader04.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.txtPageHeader04.Border.LeftColor   = System.Drawing.Color.Black;
          this.txtPageHeader04.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.txtPageHeader04.Border.RightColor  = System.Drawing.Color.Black;
          this.txtPageHeader04.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.txtPageHeader04.Border.TopColor    = System.Drawing.Color.Black;
          this.txtPageHeader04.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.txtPageHeader04.DataField          = "DriverName";
          this.txtPageHeader04.Height             = 0.1574803F;
          this.txtPageHeader04.HyperLink          = null;
          this.txtPageHeader04.Left      = 0.5905512F;
          this.txtPageHeader04.MultiLine = false;
          this.txtPageHeader04.Name      = "txtPageHeader04";
          this.txtPageHeader04.Style     = "color: Black; ddo-char-set: 1; text-align: left; font-weight: bold; font-size: 8p" +
                                           "t; font-family: Tahoma; ";
          this.txtPageHeader04.Text  = "DriverName";
          this.txtPageHeader04.Top   = 2.086614F;
          this.txtPageHeader04.Width = 3.110236F;
          //
          // txtPageHeader05
          //
          this.txtPageHeader05.Border.BottomColor = System.Drawing.Color.Black;
          this.txtPageHeader05.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.txtPageHeader05.Border.LeftColor   = System.Drawing.Color.Black;
          this.txtPageHeader05.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.txtPageHeader05.Border.RightColor  = System.Drawing.Color.Black;
          this.txtPageHeader05.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.txtPageHeader05.Border.TopColor    = System.Drawing.Color.Black;
          this.txtPageHeader05.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.txtPageHeader05.DataField          = "DateTrip";
          this.txtPageHeader05.Height             = 0.1574803F;
          this.txtPageHeader05.HyperLink          = null;
          this.txtPageHeader05.Left         = 4.409449F;
          this.txtPageHeader05.MultiLine    = false;
          this.txtPageHeader05.Name         = "txtPageHeader05";
          this.txtPageHeader05.OutputFormat = resources.GetString("txtPageHeader05.OutputFormat");
          this.txtPageHeader05.Style        = "color: Black; ddo-char-set: 1; text-align: center; font-weight: bold; font-size: " +
                                              "8pt; font-family: Tahoma; ";
          this.txtPageHeader05.Text  = "DateTrip";
          this.txtPageHeader05.Top   = 0.6692913F;
          this.txtPageHeader05.Width = 1.023622F;
          //
          // textBox1
          //
          this.textBox1.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox1.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox1.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox1.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox1.DataField          = "TripID";
          this.textBox1.Height             = 0.1574803F;
          this.textBox1.HyperLink          = null;
          this.textBox1.Left      = 6.102362F;
          this.textBox1.MultiLine = false;
          this.textBox1.Name      = "textBox1";
          this.textBox1.Style     = "ddo-char-set: 1; color: Black; text-decoration: none; text-align: left; font-weig" +
                                    "ht: bold; font-size: 8pt; font-family: Tahoma; ";
          this.textBox1.Text  = "TripID";
          this.textBox1.Top   = 0.3937008F;
          this.textBox1.Width = 0.7480317F;
          //
          // Detail
          //
          this.Detail.CanShrink     = true;
          this.Detail.ColumnSpacing = 0F;
          this.Detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
                this.picture1,
                this.txtPageHeader04,
                this.textBox1,
                this.txtPageHeader05,
                this.txtPageHeader02,
                this.picture2,
                this.textBox2,
                this.textBox3,
                this.textBox4,
                this.textBox5,
                this.textBox6,
                this.textBox7,
                this.textBox8,
                this.textBox9,
                this.textBox10,
                this.textBox11,
                this.textBox12,
                this.textBox13,
                this.textBox14,
                this.textBox15,
                this.textBox16,
                this.textBox17,
                this.textBox18,
                this.pageBreak1
            });
          this.Detail.Height       = 15.44792F;
          this.Detail.KeepTogether = true;
          this.Detail.Name         = "Detail";
          //
          // picture1
          //
          this.picture1.Border.BottomColor = System.Drawing.Color.Black;
          this.picture1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.picture1.Border.LeftColor   = System.Drawing.Color.Black;
          this.picture1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.picture1.Border.RightColor  = System.Drawing.Color.Black;
          this.picture1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.picture1.Border.TopColor    = System.Drawing.Color.Black;
          this.picture1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.picture1.Height             = 7.874016F;
          this.picture1.Image      = ((System.Drawing.Image)(resources.GetObject("picture1.Image")));
          this.picture1.ImageData  = ((System.IO.Stream)(resources.GetObject("picture1.ImageData")));
          this.picture1.Left       = 0F;
          this.picture1.LineWeight = 0F;
          this.picture1.Name       = "picture1";
          this.picture1.SizeMode   = DataDynamics.ActiveReports.SizeModes.Zoom;
          this.picture1.Top        = -0.1574803F;
          this.picture1.Width      = 11.02362F;
          //
          // picture2
          //
          this.picture2.Border.BottomColor = System.Drawing.Color.Black;
          this.picture2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.picture2.Border.LeftColor   = System.Drawing.Color.Black;
          this.picture2.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.picture2.Border.RightColor  = System.Drawing.Color.Black;
          this.picture2.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.picture2.Border.TopColor    = System.Drawing.Color.Black;
          this.picture2.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.picture2.Height             = 7.874016F;
          this.picture2.Image      = ((System.Drawing.Image)(resources.GetObject("picture2.Image")));
          this.picture2.ImageData  = ((System.IO.Stream)(resources.GetObject("picture2.ImageData")));
          this.picture2.Left       = 0.03937008F;
          this.picture2.LineWeight = 0F;
          this.picture2.Name       = "picture2";
          this.picture2.SizeMode   = DataDynamics.ActiveReports.SizeModes.Zoom;
          this.picture2.Top        = 7.559055F;
          this.picture2.Width      = 11.02362F;
          //
          // 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          = "CarNumber";
          this.textBox2.Height             = 0.1574804F;
          this.textBox2.HyperLink          = null;
          this.textBox2.Left      = 1.614173F;
          this.textBox2.MultiLine = false;
          this.textBox2.Name      = "textBox2";
          this.textBox2.Style     = "color: Black; ddo-char-set: 1; text-align: left; font-weight: bold; font-size: 8p" +
                                    "t; font-family: Tahoma; ";
          this.textBox2.Text  = "CarNumber";
          this.textBox2.Top   = 1.889764F;
          this.textBox2.Width = 2.362205F;
          //
          // textBox3
          //
          this.textBox3.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox3.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox3.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox3.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox3.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox3.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox3.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox3.DataField          = "DriverLicenceNumber";
          this.textBox3.Height             = 0.1574802F;
          this.textBox3.HyperLink          = null;
          this.textBox3.Left      = 0.8267717F;
          this.textBox3.MultiLine = false;
          this.textBox3.Name      = "textBox3";
          this.textBox3.Style     = "color: Black; ddo-char-set: 1; text-align: left; font-weight: bold; font-size: 8p" +
                                    "t; font-family: Tahoma; ";
          this.textBox3.Text  = "DriverLicenceNumber";
          this.textBox3.Top   = 2.322835F;
          this.textBox3.Width = 1.850394F;
          //
          // textBox4
          //
          this.textBox4.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox4.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox4.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox4.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox4.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox4.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox4.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox4.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox4.DataField          = "DriverCategory";
          this.textBox4.Height             = 0.1574802F;
          this.textBox4.HyperLink          = null;
          this.textBox4.Left      = 2.480315F;
          this.textBox4.MultiLine = false;
          this.textBox4.Name      = "textBox4";
          this.textBox4.Style     = "color: Black; ddo-char-set: 1; text-align: left; font-weight: bold; font-size: 8p" +
                                    "t; font-family: Tahoma; ";
          this.textBox4.Text  = "DriverCategory";
          this.textBox4.Top   = 2.322835F;
          this.textBox4.Width = 1.850394F;
          //
          // textBox5
          //
          this.textBox5.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox5.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox5.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox5.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox5.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox5.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox5.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox5.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox5.DataField          = "WeName";
          this.textBox5.Height             = 0.1574802F;
          this.textBox5.HyperLink          = null;
          this.textBox5.Left      = 0.07874016F;
          this.textBox5.MultiLine = false;
          this.textBox5.Name      = "textBox5";
          this.textBox5.Style     = "color: Black; ddo-char-set: 1; text-align: left; font-weight: bold; font-size: 7p" +
                                    "t; font-family: Tahoma; ";
          this.textBox5.Text  = "WeName";
          this.textBox5.Top   = 4.212598F;
          this.textBox5.Width = 2.913386F;
          //
          // textBox6
          //
          this.textBox6.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox6.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox6.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox6.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox6.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox6.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox6.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox6.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox6.DataField          = "DriverName";
          this.textBox6.Height             = 0.1181101F;
          this.textBox6.HyperLink          = null;
          this.textBox6.Left      = 7.480315F;
          this.textBox6.MultiLine = false;
          this.textBox6.Name      = "textBox6";
          this.textBox6.Style     = "color: Black; ddo-char-set: 204; text-align: left; font-weight: normal; font-size" +
                                    ": 6.75pt; font-family: Tahoma; ";
          this.textBox6.Text  = "DriverName";
          this.textBox6.Top   = 4.370079F;
          this.textBox6.Width = 2.007874F;
          //
          // textBox7
          //
          this.textBox7.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox7.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox7.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox7.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox7.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox7.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox7.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox7.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox7.DataField          = "BillsList";
          this.textBox7.Height             = 0.3937005F;
          this.textBox7.HyperLink          = null;
          this.textBox7.Left  = 1.574803F;
          this.textBox7.Name  = "textBox7";
          this.textBox7.Style = "color: Black; ddo-char-set: 204; text-align: left; font-weight: normal; font-size" +
                                ": 6.75pt; font-family: Tahoma; ";
          this.textBox7.Text  = "BillsList";
          this.textBox7.Top   = 8.740157F;
          this.textBox7.Width = 2.755905F;
          //
          // textBox8
          //
          this.textBox8.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox8.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox8.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox8.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox8.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox8.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox8.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox8.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox8.DataField          = "BillsList";
          this.textBox8.Height             = 0.4724406F;
          this.textBox8.HyperLink          = null;
          this.textBox8.Left  = 1.614173F;
          this.textBox8.Name  = "textBox8";
          this.textBox8.Style = "color: Black; ddo-char-set: 204; text-align: left; font-weight: normal; font-size" +
                                ": 6.75pt; font-family: Tahoma; vertical-align: top; ";
          this.textBox8.Text  = "BillsList";
          this.textBox8.Top   = 14.68504F;
          this.textBox8.Width = 3.740157F;
          //
          // textBox9
          //
          this.textBox9.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox9.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox9.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox9.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox9.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox9.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox9.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox9.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox9.DataField          = "Cnt";
          this.textBox9.Height             = 0.1574806F;
          this.textBox9.HyperLink          = null;
          this.textBox9.Left      = 0.8661418F;
          this.textBox9.MultiLine = false;
          this.textBox9.Name      = "textBox9";
          this.textBox9.Style     = "color: Black; ddo-char-set: 1; text-align: center; font-weight: normal; font-size" +
                                    ": 8pt; font-family: Tahoma; ";
          this.textBox9.Text  = "Cnt";
          this.textBox9.Top   = 15.15748F;
          this.textBox9.Width = 0.3937007F;
          //
          // textBox10
          //
          this.textBox10.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox10.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox10.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox10.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox10.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox10.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox10.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox10.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox10.DataField          = "Cnt";
          this.textBox10.Height             = 0.1574806F;
          this.textBox10.HyperLink          = null;
          this.textBox10.Left      = 1.929134F;
          this.textBox10.MultiLine = false;
          this.textBox10.Name      = "textBox10";
          this.textBox10.Style     = "color: Black; ddo-char-set: 1; text-align: center; font-weight: normal; font-size" +
                                     ": 8pt; font-family: Tahoma; ";
          this.textBox10.Text  = "Cnt";
          this.textBox10.Top   = 15.15748F;
          this.textBox10.Width = 0.3937007F;
          //
          // textBox11
          //
          this.textBox11.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox11.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox11.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox11.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox11.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox11.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox11.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox11.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox11.DataField          = "CarName";
          this.textBox11.Height             = 0.1574797F;
          this.textBox11.HyperLink          = null;
          this.textBox11.Left      = 1.338583F;
          this.textBox11.MultiLine = false;
          this.textBox11.Name      = "textBox11";
          this.textBox11.Style     = "color: Black; ddo-char-set: 1; text-align: left; font-weight: normal; font-size: " +
                                     "8pt; font-family: Tahoma; ";
          this.textBox11.Text  = "CarName";
          this.textBox11.Top   = 13.4252F;
          this.textBox11.Width = 1.023622F;
          //
          // textBox12
          //
          this.textBox12.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox12.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox12.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox12.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox12.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox12.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox12.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox12.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox12.DataField          = "CarNumber";
          this.textBox12.Height             = 0.1574797F;
          this.textBox12.HyperLink          = null;
          this.textBox12.Left      = 4.055118F;
          this.textBox12.MultiLine = false;
          this.textBox12.Name      = "textBox12";
          this.textBox12.Style     = "color: Black; ddo-char-set: 1; text-align: left; font-weight: normal; font-size: " +
                                     "8pt; font-family: Tahoma; ";
          this.textBox12.Text  = "CarNumber";
          this.textBox12.Top   = 13.4252F;
          this.textBox12.Width = 1.220473F;
          //
          // textBox13
          //
          this.textBox13.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox13.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox13.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox13.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox13.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox13.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox13.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox13.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox13.DataField          = "DateTrip";
          this.textBox13.Height             = 0.1574797F;
          this.textBox13.HyperLink          = null;
          this.textBox13.Left         = 1.496063F;
          this.textBox13.MultiLine    = false;
          this.textBox13.Name         = "textBox13";
          this.textBox13.OutputFormat = resources.GetString("textBox13.OutputFormat");
          this.textBox13.Style        = "color: Black; ddo-char-set: 1; text-align: left; font-weight: normal; font-size: " +
                                        "8pt; font-family: Tahoma; ";
          this.textBox13.Text  = "DateTrip";
          this.textBox13.Top   = 14.13386F;
          this.textBox13.Width = 1.023622F;
          //
          // textBox14
          //
          this.textBox14.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox14.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox14.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox14.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox14.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox14.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox14.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox14.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox14.DataField          = "DateTrip";
          this.textBox14.Height             = 0.1574797F;
          this.textBox14.HyperLink          = null;
          this.textBox14.Left         = 1.417323F;
          this.textBox14.MultiLine    = false;
          this.textBox14.Name         = "textBox14";
          this.textBox14.OutputFormat = resources.GetString("textBox14.OutputFormat");
          this.textBox14.Style        = "color: Black; ddo-char-set: 1; text-align: left; font-weight: normal; font-size: " +
                                        "8pt; font-family: Tahoma; ";
          this.textBox14.Text  = "DateTrip";
          this.textBox14.Top   = 14.40945F;
          this.textBox14.Width = 1.023622F;
          //
          // textBox15
          //
          this.textBox15.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox15.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox15.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox15.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox15.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox15.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox15.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox15.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox15.DataField          = "WayText";
          this.textBox15.Height             = 0.5511814F;
          this.textBox15.HyperLink          = null;
          this.textBox15.Left  = 1.299213F;
          this.textBox15.Name  = "textBox15";
          this.textBox15.Style = "color: Black; ddo-char-set: 204; text-align: left; font-weight: normal; font-size" +
                                 ": 6.75pt; font-family: Tahoma; ";
          this.textBox15.Text  = "WayText";
          this.textBox15.Top   = 9.074803F;
          this.textBox15.Width = 3.031496F;
          //
          // textBox16
          //
          this.textBox16.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox16.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox16.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox16.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox16.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox16.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox16.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox16.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox16.DataField          = "Cnt";
          this.textBox16.Height             = 0.1574806F;
          this.textBox16.HyperLink          = null;
          this.textBox16.Left      = 4.80315F;
          this.textBox16.MultiLine = false;
          this.textBox16.Name      = "textBox16";
          this.textBox16.Style     = "color: Black; ddo-char-set: 1; text-align: center; font-weight: normal; font-size" +
                                     ": 8pt; font-family: Tahoma; ";
          this.textBox16.Text  = "Cnt";
          this.textBox16.Top   = 8.779528F;
          this.textBox16.Width = 0.3937007F;
          //
          // textBox17
          //
          this.textBox17.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox17.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox17.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox17.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox17.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox17.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox17.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox17.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox17.DataField          = "Cnt";
          this.textBox17.Height             = 0.1574806F;
          this.textBox17.HyperLink          = null;
          this.textBox17.Left      = 4.80315F;
          this.textBox17.MultiLine = false;
          this.textBox17.Name      = "textBox17";
          this.textBox17.Style     = "color: Black; ddo-char-set: 1; text-align: center; font-weight: normal; font-size" +
                                     ": 8pt; font-family: Tahoma; ";
          this.textBox17.Text  = "Cnt";
          this.textBox17.Top   = 9.173228F;
          this.textBox17.Width = 0.3937007F;
          //
          // textBox18
          //
          this.textBox18.Border.BottomColor = System.Drawing.Color.Black;
          this.textBox18.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox18.Border.LeftColor   = System.Drawing.Color.Black;
          this.textBox18.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox18.Border.RightColor  = System.Drawing.Color.Black;
          this.textBox18.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox18.Border.TopColor    = System.Drawing.Color.Black;
          this.textBox18.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.textBox18.DataField          = "WeName";
          this.textBox18.Height             = 0.1574803F;
          this.textBox18.HyperLink          = null;
          this.textBox18.Left      = 0.984252F;
          this.textBox18.MultiLine = false;
          this.textBox18.Name      = "textBox18";
          this.textBox18.Style     = "color: Black; ddo-char-set: 1; text-align: left; font-weight: bold; font-size: 8p" +
                                     "t; font-family: Tahoma; ";
          this.textBox18.Text  = "WeName";
          this.textBox18.Top   = 0.8267717F;
          this.textBox18.Width = 8.149607F;
          //
          // pageBreak1
          //
          this.pageBreak1.Border.BottomColor = System.Drawing.Color.Black;
          this.pageBreak1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.pageBreak1.Border.LeftColor   = System.Drawing.Color.Black;
          this.pageBreak1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.pageBreak1.Border.RightColor  = System.Drawing.Color.Black;
          this.pageBreak1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.pageBreak1.Border.TopColor    = System.Drawing.Color.Black;
          this.pageBreak1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
          this.pageBreak1.Height             = 0.03937022F;
          this.pageBreak1.Left  = 0F;
          this.pageBreak1.Name  = "pageBreak1";
          this.pageBreak1.Size  = new System.Drawing.SizeF(6.5F, 0.03937022F);
          this.pageBreak1.Top   = 7.519685F;
          this.pageBreak1.Width = 6.5F;
          //
          // PageFooter
          //
          this.PageFooter.Height = 0.01041667F;
          this.PageFooter.Name   = "PageFooter";
          //
          // TripWayListStd
          //
          this.PageSettings.Margins.Bottom = 0F;
          this.PageSettings.Margins.Left   = 0.3149606F;
          this.PageSettings.Margins.Right  = 0F;
          this.PageSettings.Margins.Top    = 0.1968504F;
          this.PageSettings.Orientation    = DataDynamics.ActiveReports.Document.PageOrientation.Landscape;
          this.PageSettings.PaperHeight    = 11.69F;
          this.PageSettings.PaperWidth     = 8.27F;
          this.PrintWidth = 11.33858F;
          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"));
          ((System.ComponentModel.ISupportInitialize)(this.txtPageHeader02)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.txtPageHeader04)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.txtPageHeader05)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.picture1)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.picture2)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox2)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox3)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox4)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox5)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox6)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox7)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox8)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox9)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox10)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox11)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox12)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox13)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox14)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox15)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox16)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox17)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this.textBox18)).EndInit();
          ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
      }
Esempio n. 48
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(rptSubPSAApproval));
     this.pageHeader             = new DataDynamics.ActiveReports.PageHeader();
     this.detail                 = new DataDynamics.ActiveReports.Detail();
     this.txtSNo                 = new DataDynamics.ActiveReports.TextBox();
     this.txtCommodityName1      = new DataDynamics.ActiveReports.TextBox();
     this.txtWeightInKg1         = new DataDynamics.ActiveReports.TextBox();
     this.txtWarehouseReceiptNo1 = new DataDynamics.ActiveReports.TextBox();
     this.txtGINNumber           = new DataDynamics.ActiveReports.TextBox();
     this.textBox2               = new DataDynamics.ActiveReports.TextBox();
     this.pageFooter             = new DataDynamics.ActiveReports.PageFooter();
     this.groupHeader1           = new DataDynamics.ActiveReports.GroupHeader();
     this.label8                 = new DataDynamics.ActiveReports.Label();
     this.label13                = new DataDynamics.ActiveReports.Label();
     this.label16                = new DataDynamics.ActiveReports.Label();
     this.label2                 = new DataDynamics.ActiveReports.Label();
     this.label1                 = new DataDynamics.ActiveReports.Label();
     this.label14                = new DataDynamics.ActiveReports.Label();
     this.groupFooter1           = new DataDynamics.ActiveReports.GroupFooter();
     this.textBox1               = new DataDynamics.ActiveReports.TextBox();
     this.label3                 = new DataDynamics.ActiveReports.Label();
     this.label4                 = new DataDynamics.ActiveReports.Label();
     this.label5                 = new DataDynamics.ActiveReports.Label();
     this.lblPUNWeight           = new DataDynamics.ActiveReports.Label();
     this.lblGINWeight           = new DataDynamics.ActiveReports.Label();
     this.label6                 = new DataDynamics.ActiveReports.Label();
     this.label7                 = new DataDynamics.ActiveReports.Label();
     this.label9                 = new DataDynamics.ActiveReports.Label();
     this.label10                = new DataDynamics.ActiveReports.Label();
     this.label11                = new DataDynamics.ActiveReports.Label();
     this.label12                = new DataDynamics.ActiveReports.Label();
     ((System.ComponentModel.ISupportInitialize)(this.txtSNo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCommodityName1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWeightInKg1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWarehouseReceiptNo1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGINNumber)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label13)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label14)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblPUNWeight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblGINWeight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pageHeader
     //
     this.pageHeader.Height  = 0F;
     this.pageHeader.Name    = "pageHeader";
     this.pageHeader.Format += new System.EventHandler(this.pageHeader_Format);
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtSNo,
         this.txtCommodityName1,
         this.txtWeightInKg1,
         this.txtWarehouseReceiptNo1,
         this.txtGINNumber,
         this.textBox2
     });
     this.detail.Height = 0.1875F;
     this.detail.Name   = "detail";
     //
     // txtSNo
     //
     this.txtSNo.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtSNo.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtSNo.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtSNo.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtSNo.DataField          = "SNO";
     this.txtSNo.Height             = 0.1875F;
     this.txtSNo.Left           = 0F;
     this.txtSNo.Name           = "txtSNo";
     this.txtSNo.Style          = "text-align: center";
     this.txtSNo.SummaryFunc    = DataDynamics.ActiveReports.SummaryFunc.Count;
     this.txtSNo.SummaryRunning = DataDynamics.ActiveReports.SummaryRunning.All;
     this.txtSNo.SummaryType    = DataDynamics.ActiveReports.SummaryType.SubTotal;
     this.txtSNo.Text           = "000";
     this.txtSNo.Top            = 0F;
     this.txtSNo.Width          = 0.375F;
     //
     // txtCommodityName1
     //
     this.txtCommodityName1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtCommodityName1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtCommodityName1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtCommodityName1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtCommodityName1.DataField          = "CommodityName";
     this.txtCommodityName1.Height             = 0.1875F;
     this.txtCommodityName1.Left  = 2.375F;
     this.txtCommodityName1.Name  = "txtCommodityName1";
     this.txtCommodityName1.Text  = "txtCommodityName1";
     this.txtCommodityName1.Top   = 0F;
     this.txtCommodityName1.Width = 1.272F;
     //
     // txtWeightInKg1
     //
     this.txtWeightInKg1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWeightInKg1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWeightInKg1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWeightInKg1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWeightInKg1.DataField          = "Weight";
     this.txtWeightInKg1.Height             = 0.1875F;
     this.txtWeightInKg1.Left         = 4.816F;
     this.txtWeightInKg1.Name         = "txtWeightInKg1";
     this.txtWeightInKg1.OutputFormat = resources.GetString("txtWeightInKg1.OutputFormat");
     this.txtWeightInKg1.Style        = "text-align: right";
     this.txtWeightInKg1.Text         = "txtWeightInKg1";
     this.txtWeightInKg1.Top          = 0F;
     this.txtWeightInKg1.Width        = 1.6205F;
     //
     // txtWarehouseReceiptNo1
     //
     this.txtWarehouseReceiptNo1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWarehouseReceiptNo1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWarehouseReceiptNo1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWarehouseReceiptNo1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWarehouseReceiptNo1.DataField          = "WarehouseReceiptNo";
     this.txtWarehouseReceiptNo1.Height             = 0.1875F;
     this.txtWarehouseReceiptNo1.Left  = 1.375F;
     this.txtWarehouseReceiptNo1.Name  = "txtWarehouseReceiptNo1";
     this.txtWarehouseReceiptNo1.Text  = "txtWarehouseReceiptNo1";
     this.txtWarehouseReceiptNo1.Top   = 0F;
     this.txtWarehouseReceiptNo1.Width = 1F;
     //
     // txtGINNumber
     //
     this.txtGINNumber.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtGINNumber.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtGINNumber.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtGINNumber.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtGINNumber.DataField          = "GINNumber";
     this.txtGINNumber.Height             = 0.1875F;
     this.txtGINNumber.Left  = 0.375F;
     this.txtGINNumber.Name  = "txtGINNumber";
     this.txtGINNumber.Text  = "txtPSANumber";
     this.txtGINNumber.Top   = 0F;
     this.txtGINNumber.Width = 1F;
     //
     // textBox2
     //
     this.textBox2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox2.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox2.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox2.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox2.DataField          = "ProductionYear";
     this.textBox2.Height             = 0.1875F;
     this.textBox2.Left  = 3.642F;
     this.textBox2.Name  = "textBox2";
     this.textBox2.Text  = "prodYear";
     this.textBox2.Top   = 0F;
     this.textBox2.Width = 1.172F;
     //
     // pageFooter
     //
     this.pageFooter.Height = 0.09374994F;
     this.pageFooter.Name   = "pageFooter";
     //
     // groupHeader1
     //
     this.groupHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.label8,
         this.label13,
         this.label16,
         this.label2,
         this.label1,
         this.label14
     });
     this.groupHeader1.Height = 0.1875F;
     this.groupHeader1.Name   = "groupHeader1";
     //
     // label8
     //
     this.label8.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Height             = 0.1875F;
     this.label8.HyperLink          = "";
     this.label8.Left  = 2.375F;
     this.label8.Name  = "label8";
     this.label8.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: bold; text-align: center; dd" +
                         "o-char-set: 1";
     this.label8.Text  = "Commodity Grade";
     this.label8.Top   = 0F;
     this.label8.Width = 1.272F;
     //
     // label13
     //
     this.label13.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label13.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label13.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label13.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label13.Height             = 0.1875F;
     this.label13.HyperLink          = "";
     this.label13.Left  = 4.816F;
     this.label13.Name  = "label13";
     this.label13.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: bold; text-align: center; dd" +
                          "o-char-set: 0";
     this.label13.Text  = "Shortfall";
     this.label13.Top   = 0F;
     this.label13.Width = 1.6205F;
     //
     // label16
     //
     this.label16.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label16.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label16.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label16.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label16.Height             = 0.1875F;
     this.label16.HyperLink          = "";
     this.label16.Left  = 1.375F;
     this.label16.Name  = "label16";
     this.label16.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: bold; text-align: center; dd" +
                          "o-char-set: 0";
     this.label16.Text  = "WHR";
     this.label16.Top   = 0F;
     this.label16.Width = 1F;
     //
     // label2
     //
     this.label2.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label2.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label2.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label2.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label2.Height             = 0.1875F;
     this.label2.HyperLink          = "";
     this.label2.Left  = 0F;
     this.label2.Name  = "label2";
     this.label2.Style = "font-family: Tahoma; font-size: 9pt; font-weight: bold; ddo-char-set: 0";
     this.label2.Text  = "SNo.";
     this.label2.Top   = 0F;
     this.label2.Width = 0.375F;
     //
     // label1
     //
     this.label1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Height             = 0.1875F;
     this.label1.HyperLink          = "";
     this.label1.Left  = 0.375F;
     this.label1.Name  = "label1";
     this.label1.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: bold; text-align: center; dd" +
                         "o-char-set: 0";
     this.label1.Text  = "PSA No.";
     this.label1.Top   = 0F;
     this.label1.Width = 1F;
     //
     // label14
     //
     this.label14.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label14.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label14.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label14.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label14.Height             = 0.1875F;
     this.label14.HyperLink          = "";
     this.label14.Left  = 3.642F;
     this.label14.Name  = "label14";
     this.label14.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: bold; text-align: center; dd" +
                          "o-char-set: 1";
     this.label14.Text  = "Prodaction Year";
     this.label14.Top   = 0F;
     this.label14.Width = 1.174F;
     //
     // groupFooter1
     //
     this.groupFooter1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.textBox1,
         this.label3,
         this.label4,
         this.label5,
         this.lblPUNWeight,
         this.lblGINWeight,
         this.label6,
         this.label7,
         this.label9,
         this.label10,
         this.label11,
         this.label12
     });
     this.groupFooter1.Height = 0.9374999F;
     this.groupFooter1.Name   = "groupFooter1";
     //
     // textBox1
     //
     this.textBox1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox1.DataField          = "Weight";
     this.textBox1.DistinctField      = "Weight";
     this.textBox1.Height             = 0.2F;
     this.textBox1.Left           = 4.814F;
     this.textBox1.Name           = "textBox1";
     this.textBox1.OutputFormat   = resources.GetString("textBox1.OutputFormat");
     this.textBox1.Style          = "text-align: right";
     this.textBox1.SummaryGroup   = "groupHeader1";
     this.textBox1.SummaryRunning = DataDynamics.ActiveReports.SummaryRunning.All;
     this.textBox1.SummaryType    = DataDynamics.ActiveReports.SummaryType.GrandTotal;
     this.textBox1.Text           = null;
     this.textBox1.Top            = 0F;
     this.textBox1.Width          = 1.623F;
     //
     // label3
     //
     this.label3.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label3.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label3.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label3.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label3.Height             = 0.2F;
     this.label3.HyperLink          = null;
     this.label3.Left  = 3.647F;
     this.label3.Name  = "label3";
     this.label3.Style = "font-weight: bold; text-align: right";
     this.label3.Text  = "Total Weight : ";
     this.label3.Top   = 0F;
     this.label3.Width = 1.1695F;
     //
     // label4
     //
     this.label4.Height    = 0.1979167F;
     this.label4.HyperLink = null;
     this.label4.Left      = 7.450581E-08F;
     this.label4.Name      = "label4";
     this.label4.Style     = "";
     this.label4.Text      = "PUN Weight:";
     this.label4.Top       = 0.485F;
     this.label4.Width     = 1F;
     //
     // label5
     //
     this.label5.Height    = 0.1979167F;
     this.label5.HyperLink = null;
     this.label5.Left      = 0F;
     this.label5.Name      = "label5";
     this.label5.Style     = "";
     this.label5.Text      = "GIN Weight:";
     this.label5.Top       = 0.706F;
     this.label5.Width     = 1F;
     //
     // lblPUNWeight
     //
     this.lblPUNWeight.DataField = "WeightInKg";
     this.lblPUNWeight.Height    = 0.1979167F;
     this.lblPUNWeight.HyperLink = null;
     this.lblPUNWeight.Left      = 1F;
     this.lblPUNWeight.Name      = "lblPUNWeight";
     this.lblPUNWeight.Style     = "";
     this.lblPUNWeight.Text      = "lblPUNWeight";
     this.lblPUNWeight.Top       = 0.485F;
     this.lblPUNWeight.Width     = 1.719F;
     //
     // lblGINWeight
     //
     this.lblGINWeight.DataField = "totalGIN";
     this.lblGINWeight.Height    = 0.1979167F;
     this.lblGINWeight.HyperLink = null;
     this.lblGINWeight.Left      = 1F;
     this.lblGINWeight.Name      = "lblGINWeight";
     this.lblGINWeight.Style     = "";
     this.lblGINWeight.Text      = "lblGINWeight";
     this.lblGINWeight.Top       = 0.706F;
     this.lblGINWeight.Width     = 1.719F;
     //
     // label6
     //
     this.label6.Height    = 0.1979167F;
     this.label6.HyperLink = null;
     this.label6.Left      = 0F;
     this.label6.Name      = "label6";
     this.label6.Style     = "";
     this.label6.Text      = "Stack Number:";
     this.label6.Top       = 0.252F;
     this.label6.Width     = 1F;
     //
     // label7
     //
     this.label7.DataField = "StackNumber";
     this.label7.Height    = 0.1979167F;
     this.label7.HyperLink = null;
     this.label7.Left      = 1F;
     this.label7.Name      = "label7";
     this.label7.Style     = "";
     this.label7.Text      = "label7";
     this.label7.Top       = 0.252F;
     this.label7.Width     = 2.479F;
     //
     // label9
     //
     this.label9.Height    = 0.1979167F;
     this.label9.HyperLink = null;
     this.label9.Left      = 3.031F;
     this.label9.Name      = "label9";
     this.label9.Style     = "";
     this.label9.Text      = "Total Deposit Weight:";
     this.label9.Top       = 0.485F;
     this.label9.Width     = 1.4F;
     //
     // label10
     //
     this.label10.DataField = "PhysicalCount";
     this.label10.Height    = 0.1979167F;
     this.label10.HyperLink = null;
     this.label10.Left      = 4.431F;
     this.label10.Name      = "label10";
     this.label10.Style     = "";
     this.label10.Text      = "label10";
     this.label10.Top       = 0.485F;
     this.label10.Width     = 1.01F;
     //
     // label11
     //
     this.label11.DataField = "PhysicalWeight";
     this.label11.Height    = 0.1979167F;
     this.label11.HyperLink = null;
     this.label11.Left      = 4.431F;
     this.label11.Name      = "label11";
     this.label11.Style     = "";
     this.label11.Text      = "label11";
     this.label11.Top       = 0.7060001F;
     this.label11.Width     = 1.01F;
     //
     // label12
     //
     this.label12.Height    = 0.1979167F;
     this.label12.HyperLink = null;
     this.label12.Left      = 3.031F;
     this.label12.Name      = "label12";
     this.label12.Style     = "";
     this.label12.Text      = "Total Delivery Weight:";
     this.label12.Top       = 0.7060001F;
     this.label12.Width     = 1.4F;
     //
     // rptSubPSAApproval
     //
     this.MasterReport             = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 7.895833F;
     this.Sections.Add(this.pageHeader);
     this.Sections.Add(this.groupHeader1);
     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: 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.rptSubPSAApproval_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.txtSNo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCommodityName1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWeightInKg1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWarehouseReceiptNo1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtGINNumber)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label13)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label14)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblPUNWeight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblGINWeight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 49
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();
 }
Esempio n. 50
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(rptSubGIN));
     this.label8                 = new DataDynamics.ActiveReports.Label();
     this.label16                = new DataDynamics.ActiveReports.Label();
     this.detail                 = new DataDynamics.ActiveReports.Detail();
     this.txtCommodityName1      = new DataDynamics.ActiveReports.TextBox();
     this.txtWarehouseReceiptNo1 = new DataDynamics.ActiveReports.TextBox();
     this.textBox4               = new DataDynamics.ActiveReports.TextBox();
     this.txtPUNWeight           = new DataDynamics.ActiveReports.TextBox();
     this.textBox1               = new DataDynamics.ActiveReports.TextBox();
     this.reportHeader1          = new DataDynamics.ActiveReports.ReportHeader();
     this.label4                 = new DataDynamics.ActiveReports.Label();
     this.label1                 = new DataDynamics.ActiveReports.Label();
     this.label5                 = new DataDynamics.ActiveReports.Label();
     this.reportFooter1          = new DataDynamics.ActiveReports.ReportFooter();
     this.groupHeader1           = new DataDynamics.ActiveReports.GroupHeader();
     this.groupFooter1           = new DataDynamics.ActiveReports.GroupFooter();
     this.subReportGin           = new DataDynamics.ActiveReports.SubReport();
     this.textBox6               = new DataDynamics.ActiveReports.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.label8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCommodityName1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWarehouseReceiptNo1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPUNWeight)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // label8
     //
     this.label8.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label8.Height             = 0.354F;
     this.label8.HyperLink          = "";
     this.label8.Left  = 0.7590001F;
     this.label8.Name  = "label8";
     this.label8.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: bold; text-align: center; dd" +
                         "o-char-set: 1";
     this.label8.Text  = " Grade";
     this.label8.Top   = 0.002F;
     this.label8.Width = 1.126F;
     //
     // label16
     //
     this.label16.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label16.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label16.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label16.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label16.Height             = 0.354F;
     this.label16.HyperLink          = "";
     this.label16.Left  = 0.05000007F;
     this.label16.Name  = "label16";
     this.label16.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: bold; text-align: center; dd" +
                          "o-char-set: 0";
     this.label16.Text  = "WHR";
     this.label16.Top   = 0.002F;
     this.label16.Width = 0.7090002F;
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.txtCommodityName1,
         this.txtWarehouseReceiptNo1,
         this.textBox4,
         this.txtPUNWeight,
         this.textBox1,
         this.textBox6
     });
     this.detail.Height  = 0.1985F;
     this.detail.Name    = "detail";
     this.detail.Format += new System.EventHandler(this.detail_Format);
     //
     // txtCommodityName1
     //
     this.txtCommodityName1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtCommodityName1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtCommodityName1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtCommodityName1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtCommodityName1.DataField          = "CommodityName";
     this.txtCommodityName1.Height             = 0.1875F;
     this.txtCommodityName1.Left  = 0.7590001F;
     this.txtCommodityName1.Name  = "txtCommodityName1";
     this.txtCommodityName1.Text  = "txtCommodityName1";
     this.txtCommodityName1.Top   = 9.313226E-10F;
     this.txtCommodityName1.Width = 1.126F;
     //
     // txtWarehouseReceiptNo1
     //
     this.txtWarehouseReceiptNo1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWarehouseReceiptNo1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWarehouseReceiptNo1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWarehouseReceiptNo1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtWarehouseReceiptNo1.DataField          = "WarehouseReceiptNo";
     this.txtWarehouseReceiptNo1.Height             = 0.1875F;
     this.txtWarehouseReceiptNo1.Left  = 0.05000007F;
     this.txtWarehouseReceiptNo1.Name  = "txtWarehouseReceiptNo1";
     this.txtWarehouseReceiptNo1.Text  = "txtWarehouseReceiptNo1";
     this.txtWarehouseReceiptNo1.Top   = 9.313226E-10F;
     this.txtWarehouseReceiptNo1.Width = 0.7090003F;
     //
     // textBox4
     //
     this.textBox4.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox4.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox4.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox4.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox4.DataField          = "RW";
     this.textBox4.Height             = 0.1875F;
     this.textBox4.Left         = 4.991F;
     this.textBox4.Name         = "textBox4";
     this.textBox4.OutputFormat = resources.GetString("textBox4.OutputFormat");
     this.textBox4.Style        = "text-align: right";
     this.textBox4.Text         = "txtWeightInKg1";
     this.textBox4.Top          = 0F;
     this.textBox4.Width        = 1.334F;
     //
     // txtPUNWeight
     //
     this.txtPUNWeight.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtPUNWeight.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtPUNWeight.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtPUNWeight.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.txtPUNWeight.DataField          = "WeightInKg";
     this.txtPUNWeight.Height             = 0.1875F;
     this.txtPUNWeight.Left         = 1.885F;
     this.txtPUNWeight.Name         = "txtPUNWeight";
     this.txtPUNWeight.OutputFormat = resources.GetString("txtPUNWeight.OutputFormat");
     this.txtPUNWeight.Style        = "text-align: right";
     this.txtPUNWeight.Text         = "txtPUNWeight";
     this.txtPUNWeight.Top          = 9.313226E-10F;
     this.txtPUNWeight.Width        = 1.168F;
     //
     // textBox1
     //
     this.textBox1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.textBox1.DataField          = "PR";
     this.textBox1.Height             = 0.1875F;
     this.textBox1.Left         = 3.053F;
     this.textBox1.Name         = "textBox1";
     this.textBox1.OutputFormat = resources.GetString("textBox1.OutputFormat");
     this.textBox1.Style        = "text-align: right";
     this.textBox1.Text         = "txtPreviouslyIssued";
     this.textBox1.Top          = 9.313226E-10F;
     this.textBox1.Width        = 1.938F;
     //
     // reportHeader1
     //
     this.reportHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.label8,
         this.label16,
         this.label4,
         this.label1,
         this.label5
     });
     this.reportHeader1.Height = 0.358F;
     this.reportHeader1.Name   = "reportHeader1";
     //
     // label4
     //
     this.label4.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label4.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label4.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label4.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label4.Height             = 0.354F;
     this.label4.HyperLink          = "";
     this.label4.Left  = 4.991F;
     this.label4.Name  = "label4";
     this.label4.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: bold; text-align: center; dd" +
                         "o-char-set: 0";
     this.label4.Text  = " Remainig Weight";
     this.label4.Top   = 0F;
     this.label4.Width = 1.334F;
     //
     // label1
     //
     this.label1.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label1.Height             = 0.354F;
     this.label1.HyperLink          = "";
     this.label1.Left  = 1.885F;
     this.label1.Name  = "label1";
     this.label1.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: bold; text-align: center; dd" +
                         "o-char-set: 0";
     this.label1.Text  = "PUN Weight";
     this.label1.Top   = 0F;
     this.label1.Width = 1.168F;
     //
     // label5
     //
     this.label5.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label5.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label5.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label5.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.Solid;
     this.label5.Height             = 0.354F;
     this.label5.HyperLink          = "";
     this.label5.Left  = 3.053F;
     this.label5.Name  = "label5";
     this.label5.Style = "font-family: Tahoma; font-size: 9.75pt; font-weight: bold; text-align: center; dd" +
                         "o-char-set: 0";
     this.label5.Text  = "Previously Issued";
     this.label5.Top   = 0F;
     this.label5.Width = 1.938F;
     //
     // reportFooter1
     //
     this.reportFooter1.Height = 0F;
     this.reportFooter1.Name   = "reportFooter1";
     //
     // groupHeader1
     //
     this.groupHeader1.DataField = "GINNumber";
     this.groupHeader1.Height    = 0F;
     this.groupHeader1.Name      = "groupHeader1";
     //
     // groupFooter1
     //
     this.groupFooter1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.subReportGin
     });
     this.groupFooter1.Height  = 0.385F;
     this.groupFooter1.Name    = "groupFooter1";
     this.groupFooter1.Format += new System.EventHandler(this.groupFooter1_Format);
     //
     // subReportGin
     //
     this.subReportGin.CloseBorder = false;
     this.subReportGin.Height      = 0.385F;
     this.subReportGin.Left        = 2.959F;
     this.subReportGin.Name        = "subReportGin";
     this.subReportGin.Report      = null;
     this.subReportGin.ReportName  = "subReport1";
     this.subReportGin.Top         = 0F;
     this.subReportGin.Width       = 3.366F;
     //
     // textBox6
     //
     this.textBox6.DataField = "GINID";
     this.textBox6.Height    = 0.1979167F;
     this.textBox6.Left      = 0F;
     this.textBox6.Name      = "textBox6";
     this.textBox6.Text      = "textBox6";
     this.textBox6.Top       = 0.23F;
     this.textBox6.Visible   = false;
     this.textBox6.Width     = 0.49F;
     //
     // rptSubGIN
     //
     this.MasterReport             = false;
     this.PageSettings.PaperHeight = 11F;
     this.PageSettings.PaperWidth  = 8.5F;
     this.PrintWidth = 6.335248F;
     this.Sections.Add(this.reportHeader1);
     this.Sections.Add(this.groupHeader1);
     this.Sections.Add(this.detail);
     this.Sections.Add(this.groupFooter1);
     this.Sections.Add(this.reportFooter1);
     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.rptSubGIN_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.label8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtCommodityName1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtWarehouseReceiptNo1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPUNWeight)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.label5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 51
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(rptConfigTypes));
     this.detail         = new DataDynamics.ActiveReports.Detail();
     this.lblTypeCatalog = new DataDynamics.ActiveReports.Label();
     this.groupHeader1   = new DataDynamics.ActiveReports.GroupHeader();
     this.groupFooter1   = new DataDynamics.ActiveReports.GroupFooter();
     ((System.ComponentModel.ISupportInitialize)(this.lblTypeCatalog)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Height        = 0F;
     this.detail.Name          = "detail";
     //
     // lblTypeCatalog
     //
     this.lblTypeCatalog.Border.BottomColor = System.Drawing.Color.Black;
     this.lblTypeCatalog.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblTypeCatalog.Border.LeftColor   = System.Drawing.Color.Black;
     this.lblTypeCatalog.Border.LeftStyle   = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblTypeCatalog.Border.RightColor  = System.Drawing.Color.Black;
     this.lblTypeCatalog.Border.RightStyle  = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblTypeCatalog.Border.TopColor    = System.Drawing.Color.Black;
     this.lblTypeCatalog.Border.TopStyle    = DataDynamics.ActiveReports.BorderLineStyle.None;
     this.lblTypeCatalog.Height             = 0.25F;
     this.lblTypeCatalog.HyperLink          = null;
     this.lblTypeCatalog.Left  = 0F;
     this.lblTypeCatalog.Name  = "lblTypeCatalog";
     this.lblTypeCatalog.Style = "color: White; text-align: center; font-weight: bold; background-color: Salmon; fo" +
                                 "nt-size: 12pt; vertical-align: middle; ";
     this.lblTypeCatalog.Text  = "Food Types (Master)";
     this.lblTypeCatalog.Top   = 0F;
     this.lblTypeCatalog.Width = 7F;
     //
     // groupHeader1
     //
     this.groupHeader1.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.lblTypeCatalog
     });
     this.groupHeader1.Height = 0.25F;
     this.groupHeader1.Name   = "groupHeader1";
     //
     // groupFooter1
     //
     this.groupFooter1.Height = 0F;
     this.groupFooter1.Name   = "groupFooter1";
     //
     // rptConfigTypes
     //
     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.Portrait;
     this.PageSettings.PaperHeight      = 11.69F;
     this.PageSettings.PaperWidth       = 8.27F;
     this.PrintWidth = 7.041667F;
     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.rptConfigTypes_ReportStart);
     ((System.ComponentModel.ISupportInitialize)(this.lblTypeCatalog)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 52
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(Criteria2));
			this.detail = new DataDynamics.ActiveReports.Detail();
			this.textBox2 = new DataDynamics.ActiveReports.TextBox();
			this.textBox3 = new DataDynamics.ActiveReports.TextBox();
			this.ScoreDescription = new DataDynamics.ActiveReports.TextBox();
			this.ScoreNum = new DataDynamics.ActiveReports.TextBox();
			this.grpReference = new DataDynamics.ActiveReports.GroupHeader();
			this.line1 = new DataDynamics.ActiveReports.Line();
			this.label3 = new DataDynamics.ActiveReports.Label();
			this.grpReferenceFooter = new DataDynamics.ActiveReports.GroupFooter();
			this.grpFactorType = new DataDynamics.ActiveReports.GroupHeader();
			this.picture1 = new DataDynamics.ActiveReports.Picture();
			this.FactorType = new DataDynamics.ActiveReports.TextBox();
			this.grpFactorTypeFooter = new DataDynamics.ActiveReports.GroupFooter();
			this.lblRationale = new DataDynamics.ActiveReports.Label();
			this.KeyInfo = new DataDynamics.ActiveReports.RichTextBox();
			this.Rationale = new DataDynamics.ActiveReports.RichTextBox();
			this.grpSpecies = new DataDynamics.ActiveReports.GroupHeader();
			this.SpeciesLocationMethod = new DataDynamics.ActiveReports.TextBox();
			this.grpSpeciesFooter = new DataDynamics.ActiveReports.GroupFooter();
			this.grpFactorId = new DataDynamics.ActiveReports.GroupHeader();
			this.grpFactorIdFooter = new DataDynamics.ActiveReports.GroupFooter();
			((System.ComponentModel.ISupportInitialize)(this.textBox2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ScoreDescription)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ScoreNum)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.picture1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.FactorType)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.lblRationale)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.SpeciesLocationMethod)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// detail
			// 
			this.detail.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
			this.detail.ColumnSpacing = 0F;
			this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.textBox2,
            this.textBox3});
			this.detail.Height = 0.25F;
			this.detail.Name = "detail";
			this.detail.Visible = false;
			// 
			// textBox2
			// 
			this.textBox2.DataField = "ShortName";
			this.textBox2.Height = 0.208F;
			this.textBox2.Left = 0.09F;
			this.textBox2.Name = "textBox2";
			this.textBox2.Style = "font-weight: bold";
			this.textBox2.Text = "ShortName";
			this.textBox2.Top = 0F;
			this.textBox2.Width = 1.192F;
			// 
			// textBox3
			// 
			this.textBox3.DataField = "Bibliography";
			this.textBox3.Height = 0.21875F;
			this.textBox3.Left = 1.35F;
			this.textBox3.Name = "textBox3";
			this.textBox3.Text = "Bibliography";
			this.textBox3.Top = 0F;
			this.textBox3.Width = 6.15F;
			// 
			// ScoreDescription
			// 
			this.ScoreDescription.DataField = "ScoreDescription";
			this.ScoreDescription.Height = 0.292F;
			this.ScoreDescription.Left = 0.791F;
			this.ScoreDescription.Name = "ScoreDescription";
			this.ScoreDescription.Style = "color: #333333; font-size: 11pt; font-weight: bold; vertical-align: middle; white" +
				"-space: nowrap; ddo-char-set: 1";
			this.ScoreDescription.Text = "ScoreDescription";
			this.ScoreDescription.Top = 0F;
			this.ScoreDescription.Width = 6.511001F;
			// 
			// ScoreNum
			// 
			this.ScoreNum.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.ScoreNum.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.ScoreNum.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.ScoreNum.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.ScoreNum.DataField = "ScoreNum";
			this.ScoreNum.Height = 0.291F;
			this.ScoreNum.Left = 0.09100007F;
			this.ScoreNum.Name = "ScoreNum";
			this.ScoreNum.Style = "background-color: #606060; color: White; font-size: 11pt; font-weight: bold; text" +
				"-align: center; vertical-align: middle; white-space: nowrap; ddo-char-set: 1";
			this.ScoreNum.Text = "ScoreNumber";
			this.ScoreNum.Top = 0F;
			this.ScoreNum.Width = 0.7F;
			// 
			// grpReference
			// 
			this.grpReference.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
			this.grpReference.ColumnGroupKeepTogether = true;
			this.grpReference.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.line1,
            this.label3});
			this.grpReference.Height = 0.34375F;
			this.grpReference.Name = "grpReference";
			this.grpReference.Visible = false;
			// 
			// line1
			// 
			this.line1.Height = 0.001000002F;
			this.line1.Left = 0.06900001F;
			this.line1.LineColor = System.Drawing.Color.DarkGray;
			this.line1.LineWeight = 1F;
			this.line1.Name = "line1";
			this.line1.Top = 0.062F;
			this.line1.Width = 7.233001F;
			this.line1.X1 = 0.06900001F;
			this.line1.X2 = 7.302001F;
			this.line1.Y1 = 0.062F;
			this.line1.Y2 = 0.063F;
			// 
			// label3
			// 
			this.label3.Height = 0.1875F;
			this.label3.HyperLink = null;
			this.label3.Left = 0.06900001F;
			this.label3.Name = "label3";
			this.label3.Style = "font-size: 9.75pt; font-weight: bold; ddo-char-set: 0";
			this.label3.Text = "References:";
			this.label3.Top = 0.115F;
			this.label3.Width = 1.40625F;
			// 
			// grpReferenceFooter
			// 
			this.grpReferenceFooter.Height = 0F;
			this.grpReferenceFooter.Name = "grpReferenceFooter";
			// 
			// grpFactorType
			// 
			this.grpFactorType.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.picture1,
            this.FactorType});
			this.grpFactorType.DataField = "FactorType";
			this.grpFactorType.Height = 0.5520833F;
			this.grpFactorType.Name = "grpFactorType";
			// 
			// picture1
			// 
			this.picture1.Height = 0.489F;
			this.picture1.HyperLink = null;
			this.picture1.ImageData = ((System.IO.Stream)(resources.GetObject("picture1.ImageData")));
			this.picture1.Left = 0F;
			this.picture1.Name = "picture1";
			this.picture1.Top = 0F;
			this.picture1.Width = 7.5F;
			// 
			// FactorType
			// 
			this.FactorType.DataField = "Species";
			this.FactorType.Height = 0.5420001F;
			this.FactorType.Left = 0F;
			this.FactorType.Name = "FactorType";
			this.FactorType.Style = "color: Black; font-size: 11pt; font-weight: bold; vertical-align: middle; ddo-cha" +
				"r-set: 1";
			this.FactorType.Text = "FactorType";
			this.FactorType.Top = 0F;
			this.FactorType.Width = 7.5F;
			// 
			// grpFactorTypeFooter
			// 
			this.grpFactorTypeFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
			this.grpFactorTypeFooter.Height = 0F;
			this.grpFactorTypeFooter.Name = "grpFactorTypeFooter";
			// 
			// lblRationale
			// 
			this.lblRationale.Height = 0.1875F;
			this.lblRationale.HyperLink = null;
			this.lblRationale.Left = 0.06900014F;
			this.lblRationale.Name = "lblRationale";
			this.lblRationale.Style = "font-family: Arial; font-size: 11pt; font-weight: bold; ddo-char-set: 1";
			this.lblRationale.Text = "Detail Rationale:";
			this.lblRationale.Top = 0.796667F;
			this.lblRationale.Width = 1.76F;
			// 
			// KeyInfo
			// 
			this.KeyInfo.AutoReplaceFields = true;
			this.KeyInfo.DataField = "KeyInfo";
			this.KeyInfo.Font = new System.Drawing.Font("Arial", 10F);
			this.KeyInfo.Height = 0.2290001F;
			this.KeyInfo.Left = 0.06900001F;
			this.KeyInfo.Name = "KeyInfo";
			this.KeyInfo.RTF = resources.GetString("KeyInfo.RTF");
			this.KeyInfo.Top = 0.405F;
			this.KeyInfo.Width = 7.431F;
			// 
			// Rationale
			// 
			this.Rationale.AutoReplaceFields = true;
			this.Rationale.DataField = "Rationale";
			this.Rationale.Font = new System.Drawing.Font("Arial", 10F);
			this.Rationale.Height = 0.2290001F;
			this.Rationale.Left = 0.06900008F;
			this.Rationale.Name = "Rationale";
			this.Rationale.RTF = resources.GetString("Rationale.RTF");
			this.Rationale.Top = 1.071F;
			this.Rationale.Width = 7.431F;
			// 
			// grpSpecies
			// 
			this.grpSpecies.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
			this.grpSpecies.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.SpeciesLocationMethod});
			this.grpSpecies.DataField = "Species";
			this.grpSpecies.Height = 0.2296667F;
			this.grpSpecies.Name = "grpSpecies";
			// 
			// SpeciesLocationMethod
			// 
			this.SpeciesLocationMethod.DataField = "=Species + \" - \" + LocationMethod";
			this.SpeciesLocationMethod.Height = 0.23F;
			this.SpeciesLocationMethod.Left = 0.09F;
			this.SpeciesLocationMethod.Name = "SpeciesLocationMethod";
			this.SpeciesLocationMethod.Style = "color: #606060; font-size: 11pt; font-weight: bold; vertical-align: middle; ddo-c" +
				"har-set: 1";
			this.SpeciesLocationMethod.Text = "SpeciesLocationMethod";
			this.SpeciesLocationMethod.Top = 0F;
			this.SpeciesLocationMethod.Width = 7.327F;
			// 
			// grpSpeciesFooter
			// 
			this.grpSpeciesFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
			this.grpSpeciesFooter.Height = 0F;
			this.grpSpeciesFooter.Name = "grpSpeciesFooter";
			// 
			// grpFactorId
			// 
			this.grpFactorId.Height = 0F;
			this.grpFactorId.Name = "grpFactorId";
			// 
			// grpFactorIdFooter
			// 
			this.grpFactorIdFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
			this.grpFactorIdFooter.CanShrink = true;
			this.grpFactorIdFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.ScoreDescription,
            this.ScoreNum,
            this.lblRationale,
            this.KeyInfo,
            this.Rationale});
			this.grpFactorIdFooter.Height = 1.38375F;
			this.grpFactorIdFooter.Name = "grpFactorIdFooter";
			this.grpFactorIdFooter.Format += new System.EventHandler(this.grpFactorIdFooter_Format);
			// 
			// Criteria2
			// 
			this.MasterReport = false;
			this.PageSettings.PaperHeight = 11F;
			this.PageSettings.PaperWidth = 8.5F;
			this.PrintWidth = 7.5F;
			this.Sections.Add(this.grpFactorType);
			this.Sections.Add(this.grpSpecies);
			this.Sections.Add(this.grpFactorId);
			this.Sections.Add(this.grpReference);
			this.Sections.Add(this.detail);
			this.Sections.Add(this.grpReferenceFooter);
			this.Sections.Add(this.grpFactorIdFooter);
			this.Sections.Add(this.grpSpeciesFooter);
			this.Sections.Add(this.grpFactorTypeFooter);
			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"));
			((System.ComponentModel.ISupportInitialize)(this.textBox2)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.textBox3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.ScoreDescription)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.ScoreNum)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.label3)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.picture1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.FactorType)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.lblRationale)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.SpeciesLocationMethod)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
Esempio n. 53
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(rptComparision));
     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.Chart.Legend        legend1    = new DataDynamics.ActiveReports.Chart.Legend();
     DataDynamics.ActiveReports.Chart.Title         title1     = new DataDynamics.ActiveReports.Chart.Title();
     DataDynamics.ActiveReports.Chart.Title         title2     = new DataDynamics.ActiveReports.Chart.Title();
     DataDynamics.ActiveReports.Chart.Series        series1    = new DataDynamics.ActiveReports.Chart.Series();
     DataDynamics.ActiveReports.Chart.Series        series2    = new DataDynamics.ActiveReports.Chart.Series();
     DataDynamics.ActiveReports.Chart.Title         title3     = new DataDynamics.ActiveReports.Chart.Title();
     DataDynamics.ActiveReports.Chart.Title         title4     = 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.pageFooter    = new DataDynamics.ActiveReports.PageFooter();
     this.imgLeanPath   = new DataDynamics.ActiveReports.Picture();
     this.txtFilter     = 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.imgLeanPath)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilter)).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  = "Comparison Report for";
     this.lblTitle.Top   = 0F;
     this.lblTitle.Width = 9.4375F;
     //
     // 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       = 0F;
     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.4375F;
     //
     // detail
     //
     this.detail.ColumnSpacing = 0F;
     this.detail.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.chartControl1
     });
     this.detail.Height = 5.583333F;
     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(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, 1F, 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         = "Day of Week";
     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(), new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Black, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.Dot), 0, 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 = false;            // 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.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)(56))));
     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);
     this.chartControl1.Height      = 5.5625F;
     this.chartControl1.Left        = 0.0625F;
     legend1.Alignment  = DataDynamics.ActiveReports.Chart.Alignment.Top;
     legend1.Backdrop   = new DataDynamics.ActiveReports.Chart.BackdropItem(System.Drawing.Color.White, ((byte)(128)));
     legend1.Border     = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(), 0, System.Drawing.Color.Black);
     legend1.DockArea   = chartArea1;
     title1.Backdrop    = new DataDynamics.ActiveReports.Chart.Graphics.Backdrop(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);
     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.Font        = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     title1.Name        = "";
     title1.Text        = "";
     legend1.Footer     = title1;
     title2.Border      = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.White, 2), 0, System.Drawing.Color.Black);
     title2.DockArea    = null;
     title2.Font        = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     title2.Name        = "";
     title2.Text        = "Legend";
     legend1.Header     = title2;
     legend1.LabelsFont = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     legend1.Name       = "defaultLegend";
     this.chartControl1.Legends.AddRange(new DataDynamics.ActiveReports.Chart.Legend[] {
         legend1
     });
     this.chartControl1.Name = "chartControl1";
     series1.AxisX           = axis1;
     series1.AxisY           = axis3;
     series1.ChartArea       = chartArea1;
     series1.Legend          = legend1;
     series1.LegendText      = "";
     series1.Name            = "Basic Week";
     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:$#,##0}", DataDynamics.ActiveReports.Chart.Alignment.Top)))
     });
     series1.Type       = DataDynamics.ActiveReports.Chart.ChartType.Bar3D;
     series2.AxisX      = axis1;
     series2.AxisY      = axis3;
     series2.ChartArea  = chartArea1;
     series2.Legend     = legend1;
     series2.LegendText = "";
     series2.Name       = "ComparisionWeek";
     series2.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:$#,##0}", DataDynamics.ActiveReports.Chart.Alignment.Top)))
     });
     series2.Type = DataDynamics.ActiveReports.Chart.ChartType.Bar3D;
     this.chartControl1.Series.AddRange(new DataDynamics.ActiveReports.Chart.Series[] {
         series1,
         series2
     });
     //title3.Alignment = DataDynamics.ActiveReports.Chart.Alignment.Center;
     //title3.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);
     //title3.DockArea = null;
     //title3.Font = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     //title3.Name = "Comparison report";
     //title3.Text = "Comparison report";
     title4.Alignment = DataDynamics.ActiveReports.Chart.Alignment.Center;
     title4.Border    = new DataDynamics.ActiveReports.Chart.Border(new DataDynamics.ActiveReports.Chart.Graphics.Line(System.Drawing.Color.Black, DataDynamics.ActiveReports.Chart.Graphics.LineStyle.None));
     title4.DockArea  = null;
     title4.Docking   = DataDynamics.ActiveReports.Chart.DockType.Bottom;
     title4.Font      = new DataDynamics.ActiveReports.Chart.FontInfo(System.Drawing.Color.Black, new System.Drawing.Font("Microsoft Sans Serif", 8F));
     title4.Name      = "footer";
     title4.Text      = "DB";
     this.chartControl1.Titles.AddRange(new DataDynamics.ActiveReports.Chart.Title[] {
         title3,
         title4
     });
     this.chartControl1.Top       = 0F;
     this.chartControl1.UIOptions = DataDynamics.ActiveReports.Chart.UIOptions.ForceHitTesting;
     this.chartControl1.Width     = 9.3125F;
     //
     // pageFooter
     //
     this.pageFooter.CanShrink = true;
     this.pageFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
         this.imgLeanPath,
         this.txtFilter,
         this.lblWarning
     });
     this.pageFooter.Height = 0.3645833F;
     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.625F;
     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;
     //
     // 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 = "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;
     //
     // 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  = 0F;
     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;
     //
     // rptComparision
     //
     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.46875F;
     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.rptComparision_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.imgLeanPath)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lblWarning)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Esempio n. 54
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Criteria34));
			this.detail = new DataDynamics.ActiveReports.Detail();
			this.ScoreDescription = new DataDynamics.ActiveReports.TextBox();
			this.ScoreNum = new DataDynamics.ActiveReports.TextBox();
			this.lblRationale = new DataDynamics.ActiveReports.Label();
			this.KeyInfo = new DataDynamics.ActiveReports.RichTextBox();
			this.Rationale = new DataDynamics.ActiveReports.RichTextBox();
			this.LocationMethod = new DataDynamics.ActiveReports.TextBox();
			this.grpLocationMethod = new DataDynamics.ActiveReports.GroupHeader();
			this.grpLocationMethodFooter = new DataDynamics.ActiveReports.GroupFooter();
			this.grpFactorType = new DataDynamics.ActiveReports.GroupHeader();
			this.FactorType = new DataDynamics.ActiveReports.TextBox();
			this.grpFactorTypeFooter = new DataDynamics.ActiveReports.GroupFooter();
			this.grpFactor = new DataDynamics.ActiveReports.GroupHeader();
			this.grpFactorFooter = new DataDynamics.ActiveReports.GroupFooter();
			((System.ComponentModel.ISupportInitialize)(this.ScoreDescription)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.ScoreNum)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.lblRationale)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.LocationMethod)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.FactorType)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// detail
			// 
			this.detail.BackColor = System.Drawing.Color.Empty;
			this.detail.ColumnSpacing = 0F;
			this.detail.Height = 0F;
			this.detail.Name = "detail";
			// 
			// ScoreDescription
			// 
			this.ScoreDescription.DataField = "ScoreDescription";
			this.ScoreDescription.Height = 0.292F;
			this.ScoreDescription.Left = 0.79F;
			this.ScoreDescription.Name = "ScoreDescription";
			this.ScoreDescription.Style = "color: #333333; font-size: 11pt; font-weight: bold; vertical-align: middle; white" +
				"-space: nowrap; ddo-char-set: 1";
			this.ScoreDescription.Text = "ScoreDescription";
			this.ScoreDescription.Top = 0F;
			this.ScoreDescription.Width = 6.606F;
			// 
			// ScoreNum
			// 
			this.ScoreNum.Border.BottomStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.ScoreNum.Border.LeftStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.ScoreNum.Border.RightStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.ScoreNum.Border.TopStyle = DataDynamics.ActiveReports.BorderLineStyle.Solid;
			this.ScoreNum.DataField = "ScoreNum";
			this.ScoreNum.Height = 0.291F;
			this.ScoreNum.Left = 0.09F;
			this.ScoreNum.Name = "ScoreNum";
			this.ScoreNum.Style = "background-color: #606060; color: White; font-size: 11pt; font-weight: bold; text" +
				"-align: center; vertical-align: middle; white-space: nowrap; ddo-char-set: 1";
			this.ScoreNum.Text = "ScoreNumber";
			this.ScoreNum.Top = 0F;
			this.ScoreNum.Width = 0.7F;
			// 
			// lblRationale
			// 
			this.lblRationale.Height = 0.1875F;
			this.lblRationale.HyperLink = null;
			this.lblRationale.Left = 0.07900006F;
			this.lblRationale.Name = "lblRationale";
			this.lblRationale.Style = "font-family: Arial; font-size: 11pt; font-weight: bold; ddo-char-set: 1";
			this.lblRationale.Text = "Detail Rationale:";
			this.lblRationale.Top = 0.7916671F;
			this.lblRationale.Width = 1.76F;
			// 
			// KeyInfo
			// 
			this.KeyInfo.AutoReplaceFields = true;
			this.KeyInfo.DataField = "KeyInfo";
			this.KeyInfo.Font = new System.Drawing.Font("Arial", 10F);
			this.KeyInfo.Height = 0.2290001F;
			this.KeyInfo.Left = 0.07899992F;
			this.KeyInfo.Name = "KeyInfo";
			this.KeyInfo.RTF = resources.GetString("KeyInfo.RTF");
			this.KeyInfo.Top = 0.4000003F;
			this.KeyInfo.Width = 7.337834F;
			// 
			// Rationale
			// 
			this.Rationale.AutoReplaceFields = true;
			this.Rationale.DataField = "Rationale";
			this.Rationale.Font = new System.Drawing.Font("Arial", 10F);
			this.Rationale.Height = 0.2290001F;
			this.Rationale.Left = 0.079F;
			this.Rationale.Name = "Rationale";
			this.Rationale.RTF = resources.GetString("Rationale.RTF");
			this.Rationale.Top = 1.066F;
			this.Rationale.Width = 7.337834F;
			// 
			// LocationMethod
			// 
			this.LocationMethod.DataField = "LocationMethod";
			this.LocationMethod.Height = 0.23F;
			this.LocationMethod.Left = 0.09F;
			this.LocationMethod.Name = "LocationMethod";
			this.LocationMethod.Style = "color: #6D808E; font-size: 11pt; font-weight: bold; vertical-align: middle; ddo-c" +
				"har-set: 1";
			this.LocationMethod.Text = "LocationMethod";
			this.LocationMethod.Top = 0F;
			this.LocationMethod.Width = 7.327F;
			// 
			// grpLocationMethod
			// 
			this.grpLocationMethod.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(233)))), ((int)(((byte)(239)))), ((int)(((byte)(239)))));
			this.grpLocationMethod.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.LocationMethod});
			this.grpLocationMethod.DataField = "LocationMethod";
			this.grpLocationMethod.Height = 0.2505001F;
			this.grpLocationMethod.KeepTogether = true;
			this.grpLocationMethod.Name = "grpLocationMethod";
			// 
			// grpLocationMethodFooter
			// 
			this.grpLocationMethodFooter.BackColor = System.Drawing.Color.White;
			this.grpLocationMethodFooter.Height = 0F;
			this.grpLocationMethodFooter.Name = "grpLocationMethodFooter";
			// 
			// grpFactorType
			// 
			this.grpFactorType.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.FactorType});
			this.grpFactorType.DataField = "FactorType";
			this.grpFactorType.Height = 0.3645833F;
			this.grpFactorType.Name = "grpFactorType";
			// 
			// FactorType
			// 
			this.FactorType.DataField = "FactorType";
			this.FactorType.Height = 0.2291667F;
			this.FactorType.Left = 0F;
			this.FactorType.Name = "FactorType";
			this.FactorType.Style = "background-color: White; color: Black; font-size: 11pt; font-weight: bold; vertic" +
				"al-align: middle; ddo-char-set: 1";
			this.FactorType.Text = "FactorType";
			this.FactorType.Top = 0F;
			this.FactorType.Width = 7.417F;
			// 
			// grpFactorTypeFooter
			// 
			this.grpFactorTypeFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
			this.grpFactorTypeFooter.Height = 0F;
			this.grpFactorTypeFooter.Name = "grpFactorTypeFooter";
			// 
			// grpFactor
			// 
			this.grpFactor.DataField = "FactorId";
			this.grpFactor.Height = 0F;
			this.grpFactor.Name = "grpFactor";
			// 
			// grpFactorFooter
			// 
			this.grpFactorFooter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
			this.grpFactorFooter.CanShrink = true;
			this.grpFactorFooter.Controls.AddRange(new DataDynamics.ActiveReports.ARControl[] {
            this.ScoreDescription,
            this.ScoreNum,
            this.lblRationale,
            this.KeyInfo,
            this.Rationale});
			this.grpFactorFooter.Height = 1.295F;
			this.grpFactorFooter.Name = "grpFactorFooter";
			this.grpFactorFooter.Format += new System.EventHandler(this.grpFactorFooter_Format);
			// 
			// Criteria34
			// 
			this.MasterReport = false;
			this.PageSettings.PaperHeight = 11F;
			this.PageSettings.PaperWidth = 8.5F;
			this.PrintWidth = 7.437834F;
			this.Script = "public void ActiveReport_ReportStart()\r\n{\r\n\t\r\n}\r\n\r\n\r\n";
			this.Sections.Add(this.grpFactorType);
			this.Sections.Add(this.grpFactor);
			this.Sections.Add(this.grpLocationMethod);
			this.Sections.Add(this.detail);
			this.Sections.Add(this.grpLocationMethodFooter);
			this.Sections.Add(this.grpFactorFooter);
			this.Sections.Add(this.grpFactorTypeFooter);
			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"));
			((System.ComponentModel.ISupportInitialize)(this.ScoreDescription)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.ScoreNum)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.lblRationale)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.LocationMethod)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.FactorType)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}