namespace Neo.LegitimateLicences.Reports.NPTR_Reports { partial class NPTR_Rpt_PreAdjudicationObjectionInviteLetter { /// /// 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(NPTR_Rpt_PreAdjudicationObjectionInviteLetter)); 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.pageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.pageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo(); this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.xrSubreport1 = new DevExpress.XtraReports.UI.XRSubreport(); this.UserID = new DevExpress.XtraReports.Parameters.Parameter(); this.AdjudicationDetailID = new DevExpress.XtraReports.Parameters.Parameter(); this.DoNotShowHeader = new DevExpress.XtraReports.Parameters.Parameter(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // sqlDataSource1 // this.sqlDataSource1.ConnectionName = "Report_Connection"; this.sqlDataSource1.Name = "sqlDataSource1"; storedProcQuery1.Name = "App_Pr_Rpt_Adjudication_PreAdjudicationObjectionInviteLetter"; queryParameter1.Name = "@AdjudicationDetailID"; queryParameter1.Type = typeof(long); queryParameter1.ValueInfo = "0"; queryParameter2.Name = "@UserID"; queryParameter2.Type = typeof(long); queryParameter2.ValueInfo = "0"; storedProcQuery1.Parameters.Add(queryParameter1); storedProcQuery1.Parameters.Add(queryParameter2); storedProcQuery1.StoredProcName = "App.Pr_Rpt_Adjudication_PreAdjudicationObjectionInviteLetter"; 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 = 42.70833F; this.TopMargin.Name = "TopMargin"; // // BottomMargin // this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.pageInfo1, this.pageInfo2}); this.BottomMargin.Name = "BottomMargin"; // // pageInfo1 // this.pageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 10.00004F); this.pageInfo1.Name = "pageInfo1"; this.pageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime; this.pageInfo1.SizeF = new System.Drawing.SizeF(90.08331F, 23F); this.pageInfo1.StyleName = "PageInfo"; this.pageInfo1.TextFormatString = "{0:dd MMM yyyy}"; // // pageInfo2 // this.pageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(563.4583F, 10.00004F); this.pageInfo2.Name = "pageInfo2"; this.pageInfo2.SizeF = new System.Drawing.SizeF(76.54163F, 23F); this.pageInfo2.StyleName = "PageInfo"; this.pageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.pageInfo2.TextFormatString = "Page {0} of {1}"; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrPictureBox1}); this.ReportHeader.HeightF = 157.5F; this.ReportHeader.Name = "ReportHeader"; // // xrPictureBox1 // this.xrPictureBox1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Visible", "?DoNotShowHeader== False")}); this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource")); this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(163.5417F, 0F); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.SizeF = new System.Drawing.SizeF(272.9167F, 133.5416F); this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1}); this.GroupHeader1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail; this.GroupHeader1.HeightF = 69.79192F; this.GroupHeader1.Name = "GroupHeader1"; // // xrTable1 // this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(20.41667F, 10.00001F); this.xrTable1.Name = "xrTable1"; this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.xrTableRow1}); this.xrTable1.SizeF = new System.Drawing.SizeF(598.3333F, 47.91667F); // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1}); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTableCell1 // this.xrTableCell1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Visible", "?DoNotShowHeader == False")}); this.xrTableCell1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold); this.xrTableCell1.Multiline = true; this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.StylePriority.UseFont = false; this.xrTableCell1.Text = "Private Bag X193, 159 forum Building, Corner Bosman and Struben Streets, Pretoria" + ", 0001\r\n \tNATIONAL PUBLIC TRANSPORT REGULATOR (NPTR)\r\n"; this.xrTableCell1.Weight = 3D; // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrSubreport1}); this.Detail.HeightF = 240.4165F; this.Detail.Name = "Detail"; // // xrSubreport1 // this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 26.24995F); this.xrSubreport1.Name = "xrSubreport1"; this.xrSubreport1.ParameterBindings.Add(new DevExpress.XtraReports.UI.ParameterBinding("ApplicationObjectionID", null, "App_Pr_Rpt_Adjudication_PreAdjudicationObjectionInviteLetter.ApplicationObjection" + "ID")); this.xrSubreport1.ParameterBindings.Add(new DevExpress.XtraReports.UI.ParameterBinding("ApplicationDetailID", null, "App_Pr_Rpt_Adjudication_PreAdjudicationObjectionInviteLetter.ApplicationDetailID")); this.xrSubreport1.ParameterBindings.Add(new DevExpress.XtraReports.UI.ParameterBinding("UserID", this.UserID)); this.xrSubreport1.ParameterBindings.Add(new DevExpress.XtraReports.UI.ParameterBinding("AdjudicationDetailID", this.AdjudicationDetailID)); this.xrSubreport1.ReportSource = new Neo.LegitimateLicences.Reports.NPTR_Reports.NPTR_Rpt_PreAdjudicationObjectionInviteLetterSingle(); this.xrSubreport1.SizeF = new System.Drawing.SizeF(478.125F, 164.3749F); // // UserID // this.UserID.Description = "UserID"; this.UserID.Name = "UserID"; this.UserID.Type = typeof(long); this.UserID.ValueInfo = "0"; this.UserID.Visible = false; // // AdjudicationDetailID // this.AdjudicationDetailID.Description = "AdjudicationDetailID"; this.AdjudicationDetailID.Name = "AdjudicationDetailID"; this.AdjudicationDetailID.Type = typeof(long); this.AdjudicationDetailID.ValueInfo = "0"; // // DoNotShowHeader // this.DoNotShowHeader.Description = "DoNotShowHeader"; this.DoNotShowHeader.Name = "DoNotShowHeader"; this.DoNotShowHeader.Type = typeof(bool); this.DoNotShowHeader.ValueInfo = "False"; // // NPTR_Rpt_PreAdjudicationObjectionInviteLetter // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.TopMargin, this.BottomMargin, this.ReportHeader, this.GroupHeader1, this.Detail}); this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] { this.sqlDataSource1}); this.DataMember = "App_Pr_Rpt_Adjudication_PreAdjudicationObjectionInviteLetter"; this.DataSource = this.sqlDataSource1; this.Font = new System.Drawing.Font("Arial", 9.75F); this.Margins = new System.Drawing.Printing.Margins(100, 100, 43, 100); this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.UserID, this.AdjudicationDetailID, this.DoNotShowHeader}); 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.xrTable1)).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.XRPageInfo pageInfo1; private DevExpress.XtraReports.UI.XRPageInfo pageInfo2; private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader; private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1; private DevExpress.XtraReports.UI.DetailBand Detail; private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; private DevExpress.XtraReports.UI.XRTable xrTable1; private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; private DevExpress.XtraReports.UI.XRSubreport xrSubreport1; private DevExpress.XtraReports.Parameters.Parameter UserID; private DevExpress.XtraReports.Parameters.Parameter AdjudicationDetailID; private DevExpress.XtraReports.Parameters.Parameter DoNotShowHeader; } }