namespace Neo.LegitimateLicences.Reports.General { partial class Adjudication_PreAdjudicationLetter { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); DevExpress.DataAccess.Sql.StoredProcQuery storedProcQuery1 = new DevExpress.DataAccess.Sql.StoredProcQuery(); DevExpress.DataAccess.Sql.QueryParameter queryParameter1 = new DevExpress.DataAccess.Sql.QueryParameter(); DevExpress.DataAccess.Sql.QueryParameter queryParameter2 = new DevExpress.DataAccess.Sql.QueryParameter(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Adjudication_PreAdjudicationLetter)); this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components); this.Title = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailCaption1 = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailData1 = new DevExpress.XtraReports.UI.XRControlStyle(); this.DetailData3_Odd = new DevExpress.XtraReports.UI.XRControlStyle(); this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle(); this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand(); this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand(); this.xrRichText3 = new DevExpress.XtraReports.UI.XRRichText(); this.pageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrLine1 = new DevExpress.XtraReports.UI.XRLine(); this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrRichText1 = new DevExpress.XtraReports.UI.XRRichText(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrSubreport1 = new DevExpress.XtraReports.UI.XRSubreport(); this.AdjudicationDetailID = new DevExpress.XtraReports.Parameters.Parameter(); this.DoNotShowSubReportHeader = new DevExpress.XtraReports.Parameters.Parameter(); this.UserID = new DevExpress.XtraReports.Parameters.Parameter(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // sqlDataSource1 // this.sqlDataSource1.ConnectionName = "Report_Connection"; this.sqlDataSource1.Name = "sqlDataSource1"; storedProcQuery1.Name = "App_Pr_Rpt_Adjudication_PreAdjudicationLetter"; queryParameter1.Name = "@AdjudicationDetailID"; queryParameter1.Type = typeof(DevExpress.DataAccess.Expression); queryParameter1.Value = new DevExpress.DataAccess.Expression("?AdjudicationDetailID", typeof(long)); queryParameter2.Name = "@UserID"; queryParameter2.Type = typeof(DevExpress.DataAccess.Expression); queryParameter2.Value = new DevExpress.DataAccess.Expression("?UserID", typeof(long)); storedProcQuery1.Parameters.Add(queryParameter1); storedProcQuery1.Parameters.Add(queryParameter2); storedProcQuery1.StoredProcName = "App.Pr_Rpt_Adjudication_PreAdjudicationLetter"; this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] { storedProcQuery1}); this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable"); // // Title // this.Title.BackColor = System.Drawing.Color.Transparent; this.Title.BorderColor = System.Drawing.Color.Black; this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None; this.Title.BorderWidth = 1F; this.Title.Font = new System.Drawing.Font("Arial", 14.25F); this.Title.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.Title.Name = "Title"; // // DetailCaption1 // this.DetailCaption1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.DetailCaption1.BorderColor = System.Drawing.Color.White; this.DetailCaption1.Borders = DevExpress.XtraPrinting.BorderSide.Left; this.DetailCaption1.BorderWidth = 2F; this.DetailCaption1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold); this.DetailCaption1.ForeColor = System.Drawing.Color.White; this.DetailCaption1.Name = "DetailCaption1"; this.DetailCaption1.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F); this.DetailCaption1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // DetailData1 // this.DetailData1.BorderColor = System.Drawing.Color.Transparent; this.DetailData1.Borders = DevExpress.XtraPrinting.BorderSide.Left; this.DetailData1.BorderWidth = 2F; this.DetailData1.Font = new System.Drawing.Font("Arial", 8.25F); this.DetailData1.ForeColor = System.Drawing.Color.Black; this.DetailData1.Name = "DetailData1"; this.DetailData1.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F); this.DetailData1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // DetailData3_Odd // this.DetailData3_Odd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231))))); this.DetailData3_Odd.BorderColor = System.Drawing.Color.Transparent; this.DetailData3_Odd.Borders = DevExpress.XtraPrinting.BorderSide.None; this.DetailData3_Odd.BorderWidth = 1F; this.DetailData3_Odd.Font = new System.Drawing.Font("Arial", 8.25F); this.DetailData3_Odd.ForeColor = System.Drawing.Color.Black; this.DetailData3_Odd.Name = "DetailData3_Odd"; this.DetailData3_Odd.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F); this.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft; // // PageInfo // this.PageInfo.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold); this.PageInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75))))); this.PageInfo.Name = "PageInfo"; this.PageInfo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); // // TopMargin // this.TopMargin.HeightF = 19.74999F; this.TopMargin.Name = "TopMargin"; // // BottomMargin // this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrRichText3, this.pageInfo1}); this.BottomMargin.Name = "BottomMargin"; // // xrRichText3 // this.xrRichText3.Font = new System.Drawing.Font("Arial", 9.75F); this.xrRichText3.LocationFloat = new DevExpress.Utils.PointFloat(254.9584F, 29.79167F); this.xrRichText3.Name = "xrRichText3"; this.xrRichText3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrRichText3.SerializableRtfString = resources.GetString("xrRichText3.SerializableRtfString"); this.xrRichText3.SizeF = new System.Drawing.SizeF(261.5417F, 38.62502F); // // pageInfo1 // this.pageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(683.7501F, 67.00001F); this.pageInfo1.Name = "pageInfo1"; this.pageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime; this.pageInfo1.SizeF = new System.Drawing.SizeF(95.24994F, 23F); this.pageInfo1.StyleName = "PageInfo"; this.pageInfo1.TextFormatString = "{0:dd MMM yyyy}"; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLine1, this.xrRichText2, this.xrPictureBox1, this.xrRichText1}); this.ReportHeader.HeightF = 170.125F; this.ReportHeader.Name = "ReportHeader"; // // xrLine1 // this.xrLine1.BorderWidth = 1F; this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(2.958329F, 168.125F); this.xrLine1.Name = "xrLine1"; this.xrLine1.SizeF = new System.Drawing.SizeF(780.2083F, 2F); this.xrLine1.StylePriority.UseBorderWidth = false; // // xrRichText2 // this.xrRichText2.Font = new System.Drawing.Font("Arial", 9.75F); this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(197.6665F, 133.3333F); this.xrRichText2.Name = "xrRichText2"; this.xrRichText2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrRichText2.SerializableRtfString = resources.GetString("xrRichText2.SerializableRtfString"); this.xrRichText2.SizeF = new System.Drawing.SizeF(384.4584F, 34.79169F); // // xrPictureBox1 // this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource")); this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(23.70834F, 10.00001F); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.SizeF = new System.Drawing.SizeF(254.1667F, 109.5833F); this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage; // // xrRichText1 // this.xrRichText1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.xrRichText1.LocationFloat = new DevExpress.Utils.PointFloat(531.5834F, 10.00001F); this.xrRichText1.Name = "xrRichText1"; this.xrRichText1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F); this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString"); this.xrRichText1.SizeF = new System.Drawing.SizeF(228.4167F, 89.99999F); this.xrRichText1.StylePriority.UseFont = false; // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrSubreport1}); this.Detail.HeightF = 92.33333F; this.Detail.Name = "Detail"; // // xrSubreport1 // this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 16F); this.xrSubreport1.Name = "xrSubreport1"; this.xrSubreport1.ParameterBindings.Add(new DevExpress.XtraReports.UI.ParameterBinding("AdjudicationDetailID", this.AdjudicationDetailID)); this.xrSubreport1.ParameterBindings.Add(new DevExpress.XtraReports.UI.ParameterBinding("DoNotShowHeader", this.DoNotShowSubReportHeader)); this.xrSubreport1.ParameterBindings.Add(new DevExpress.XtraReports.UI.ParameterBinding("ApplicationDetailID", null, "App_Pr_Rpt_Adjudication_PreAdjudicationLetter.ApplicationDetailID")); this.xrSubreport1.ParameterBindings.Add(new DevExpress.XtraReports.UI.ParameterBinding("UserID", this.UserID)); this.xrSubreport1.ReportSource = new Neo.LegitimateLicences.Reports.General.Adjudication_PreAdjudicationLetterSingle(); this.xrSubreport1.SizeF = new System.Drawing.SizeF(788.9999F, 76.33333F); // // AdjudicationDetailID // this.AdjudicationDetailID.Description = "AdjudicationDetailID"; this.AdjudicationDetailID.Name = "AdjudicationDetailID"; this.AdjudicationDetailID.Type = typeof(long); this.AdjudicationDetailID.ValueInfo = "0"; // // DoNotShowSubReportHeader // this.DoNotShowSubReportHeader.Description = "DoNotShowSubReportHeader"; this.DoNotShowSubReportHeader.Name = "DoNotShowSubReportHeader"; this.DoNotShowSubReportHeader.Type = typeof(bool); this.DoNotShowSubReportHeader.ValueInfo = "True"; this.DoNotShowSubReportHeader.Visible = false; // // UserID // this.UserID.Description = "UserID"; this.UserID.Name = "UserID"; this.UserID.Type = typeof(long); this.UserID.ValueInfo = "0"; this.UserID.Visible = false; // // Adjudication_PreAdjudicationLetter // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.TopMargin, this.BottomMargin, this.ReportHeader, this.Detail}); this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] { this.sqlDataSource1}); this.DataMember = "App_Pr_Rpt_Adjudication_PreAdjudicationLetter"; this.DataSource = this.sqlDataSource1; this.Font = new System.Drawing.Font("Arial", 9.75F); this.Margins = new System.Drawing.Printing.Margins(18, 20, 20, 100); this.PageHeight = 1169; this.PageWidth = 827; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.AdjudicationDetailID, this.UserID, this.DoNotShowSubReportHeader}); this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] { this.Title, this.DetailCaption1, this.DetailData1, this.DetailData3_Odd, this.PageInfo}); this.Version = "19.1"; ((System.ComponentModel.ISupportInitialize)(this.xrRichText3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } #endregion private DevExpress.DataAccess.Sql.SqlDataSource sqlDataSource1; private DevExpress.XtraReports.UI.XRControlStyle Title; private DevExpress.XtraReports.UI.XRControlStyle DetailCaption1; private DevExpress.XtraReports.UI.XRControlStyle DetailData1; private DevExpress.XtraReports.UI.XRControlStyle DetailData3_Odd; private DevExpress.XtraReports.UI.XRControlStyle PageInfo; private DevExpress.XtraReports.UI.TopMarginBand TopMargin; private DevExpress.XtraReports.UI.BottomMarginBand BottomMargin; private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; private DevExpress.XtraReports.UI.DetailBand Detail; private DevExpress.XtraReports.UI.XRRichText xrRichText1; private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; private DevExpress.XtraReports.UI.XRSubreport xrSubreport1; private DevExpress.XtraReports.Parameters.Parameter AdjudicationDetailID; private DevExpress.XtraReports.Parameters.Parameter UserID; private DevExpress.XtraReports.UI.XRRichText xrRichText2; private DevExpress.XtraReports.Parameters.Parameter DoNotShowSubReportHeader; private DevExpress.XtraReports.UI.XRRichText xrRichText3; private DevExpress.XtraReports.UI.XRPageInfo pageInfo1; private DevExpress.XtraReports.UI.XRLine xrLine1; } }