namespace Neo.LegitimateLicences.Reports.MemberReports { partial class Member_NewMembershipReport { /// /// 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(); DevExpress.DataAccess.Sql.CustomSqlQuery customSqlQuery1 = new DevExpress.DataAccess.Sql.CustomSqlQuery(); DevExpress.DataAccess.Sql.CustomSqlQuery customSqlQuery2 = new DevExpress.DataAccess.Sql.CustomSqlQuery(); DevExpress.DataAccess.Sql.QueryParameter queryParameter3 = new DevExpress.DataAccess.Sql.QueryParameter(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Member_NewMembershipReport)); DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings1 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings(); 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.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand(); this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand(); this.Detail = new DevExpress.XtraReports.UI.DetailBand(); this.pageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo(); this.pageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo(); this.label1 = new DevExpress.XtraReports.UI.XRLabel(); this.table1 = new DevExpress.XtraReports.UI.XRTable(); this.tableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.tableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell2 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell4 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell5 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell6 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell7 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell8 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell9 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell10 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell11 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell12 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell13 = new DevExpress.XtraReports.UI.XRTableCell(); this.table2 = new DevExpress.XtraReports.UI.XRTable(); this.tableRow2 = new DevExpress.XtraReports.UI.XRTableRow(); this.tableCell14 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell15 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell16 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell17 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell18 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell19 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell20 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell21 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell22 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell23 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell24 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell25 = new DevExpress.XtraReports.UI.XRTableCell(); this.tableCell26 = new DevExpress.XtraReports.UI.XRTableCell(); this.AssociationID = new DevExpress.XtraReports.Parameters.Parameter(); this.UserID = new DevExpress.XtraReports.Parameters.Parameter(); this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox(); this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel(); this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell(); this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow(); this.xrTable1 = new DevExpress.XtraReports.UI.XRTable(); this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell(); this.DoNotShowHeaderDetailsInExcel = new DevExpress.XtraReports.Parameters.Parameter(); ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.table2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // sqlDataSource1 // this.sqlDataSource1.ConnectionName = "DESKTOP-2F241G5\\NOMZAMOLOCAL.LegitimateNATIONAL.dbo"; this.sqlDataSource1.Name = "sqlDataSource1"; storedProcQuery1.Name = "App_Pr_Rpt_Members_NewMembershipReport"; queryParameter1.Name = "@AssociationID"; queryParameter1.Type = typeof(DevExpress.DataAccess.Expression); queryParameter1.Value = new DevExpress.DataAccess.Expression("?AssociationID", 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_Members_NewMembershipReport"; customSqlQuery1.Name = "AssociationID_query"; customSqlQuery1.Sql = "select \"Verified.Associations\".*\r\n from \"Verified\".\"Associations\" \"Verified.Asso" + "ciations\"\r\nwhere AssociationStatusID = 1\r\n"; customSqlQuery2.Name = "Association_search"; queryParameter3.Name = "AssociationID"; queryParameter3.Type = typeof(DevExpress.DataAccess.Expression); queryParameter3.Value = new DevExpress.DataAccess.Expression("?AssociationID", typeof(long)); customSqlQuery2.Parameters.Add(queryParameter3); customSqlQuery2.Sql = "select \"Verified.Associations\".*\r\n from \"Verified\".\"Associations\" \"Verified.Asso" + "ciations\"\r\nwhere AssociationID = @AssociationID\r\n"; this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] { storedProcQuery1, customSqlQuery1, customSqlQuery2}); 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 = 64.58334F; this.TopMargin.Name = "TopMargin"; // // BottomMargin // this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrLabel1, this.pageInfo1, this.pageInfo2}); this.BottomMargin.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Visible", "?DoNotShowHeaderDetailsInExcel==false")}); this.BottomMargin.Name = "BottomMargin"; // // ReportHeader // this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.xrTable1, this.xrPictureBox1, this.label1}); this.ReportHeader.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Visible", "?DoNotShowHeaderDetailsInExcel==false")}); this.ReportHeader.HeightF = 149.7916F; this.ReportHeader.Name = "ReportHeader"; // // GroupHeader1 // this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.table1}); this.GroupHeader1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail; this.GroupHeader1.HeightF = 28F; this.GroupHeader1.Name = "GroupHeader1"; // // Detail // this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.table2}); this.Detail.HeightF = 25F; this.Detail.Name = "Detail"; // // pageInfo1 // this.pageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(78.1229F, 10.00001F); this.pageInfo1.Name = "pageInfo1"; this.pageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime; this.pageInfo1.SizeF = new System.Drawing.SizeF(82.4065F, 23F); this.pageInfo1.StyleName = "PageInfo"; this.pageInfo1.TextFormatString = "{0:dd MMM yyyy}"; // // pageInfo2 // this.pageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(818.5005F, 10.00001F); this.pageInfo2.Name = "pageInfo2"; this.pageInfo2.SizeF = new System.Drawing.SizeF(150.4995F, 23F); this.pageInfo2.StyleName = "PageInfo"; this.pageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight; this.pageInfo2.TextFormatString = "Page {0} of {1}"; // // label1 // this.label1.LocationFloat = new DevExpress.Utils.PointFloat(257.4762F, 10.00001F); this.label1.Name = "label1"; this.label1.SizeF = new System.Drawing.SizeF(360.7692F, 24.19433F); this.label1.StyleName = "Title"; this.label1.Text = "Member_NewMembershipReport"; // // table1 // this.table1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.table1.Name = "table1"; this.table1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.tableRow1}); this.table1.SizeF = new System.Drawing.SizeF(969F, 28F); // // tableRow1 // this.tableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.tableCell1, this.tableCell2, this.tableCell3, this.tableCell4, this.tableCell5, this.tableCell6, this.tableCell7, this.tableCell8, this.tableCell9, this.tableCell10, this.tableCell11, this.tableCell12, this.tableCell13}); this.tableRow1.Name = "tableRow1"; this.tableRow1.Weight = 1D; // // tableCell1 // this.tableCell1.Borders = DevExpress.XtraPrinting.BorderSide.None; this.tableCell1.Name = "tableCell1"; this.tableCell1.StyleName = "DetailCaption1"; this.tableCell1.StylePriority.UseBorders = false; this.tableCell1.Text = "Region"; this.tableCell1.Weight = 0.037073843214246963D; // // tableCell2 // this.tableCell2.Name = "tableCell2"; this.tableCell2.StyleName = "DetailCaption1"; this.tableCell2.Text = "Association"; this.tableCell2.Weight = 0.055373246934678821D; // // tableCell3 // this.tableCell3.Name = "tableCell3"; this.tableCell3.StyleName = "DetailCaption1"; this.tableCell3.StylePriority.UseTextAlignment = false; this.tableCell3.Text = "Member Number"; this.tableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.tableCell3.Weight = 0.073217909071180559D; // // tableCell4 // this.tableCell4.Name = "tableCell4"; this.tableCell4.StyleName = "DetailCaption1"; this.tableCell4.Text = "Member Name"; this.tableCell4.Weight = 0.064750319586859811D; // // tableCell5 // this.tableCell5.Name = "tableCell5"; this.tableCell5.StyleName = "DetailCaption1"; this.tableCell5.Text = "Initials"; this.tableCell5.Weight = 0.035298002031114363D; // // tableCell6 // this.tableCell6.Name = "tableCell6"; this.tableCell6.StyleName = "DetailCaption1"; this.tableCell6.Text = "Member IDNumber"; this.tableCell6.Weight = 0.081246439615885416D; // // tableCell7 // this.tableCell7.Name = "tableCell7"; this.tableCell7.StyleName = "DetailCaption1"; this.tableCell7.Text = "Member Contact Number"; this.tableCell7.Weight = 0.10533201429578994D; // // tableCell8 // this.tableCell8.Name = "tableCell8"; this.tableCell8.StyleName = "DetailCaption1"; this.tableCell8.Text = "OLAS OL"; this.tableCell8.Weight = 0.045549269782172309D; // // tableCell9 // this.tableCell9.Name = "tableCell9"; this.tableCell9.StyleName = "DetailCaption1"; this.tableCell9.Text = "Legitimate OL"; this.tableCell9.Weight = 0.063397856818305121D; // // tableCell10 // this.tableCell10.Name = "tableCell10"; this.tableCell10.StyleName = "DetailCaption1"; this.tableCell10.Text = "Legitimate Status"; this.tableCell10.Weight = 0.076785269843207465D; // // tableCell11 // this.tableCell11.Name = "tableCell11"; this.tableCell11.StyleName = "DetailCaption1"; this.tableCell11.Text = "Legitimate Date Of Expiry"; this.tableCell11.Weight = 0.10757436964246962D; // // tableCell12 // this.tableCell12.Name = "tableCell12"; this.tableCell12.StyleName = "DetailCaption1"; this.tableCell12.Text = "Legitimate Registration"; this.tableCell12.Weight = 0.099087168375651041D; // // tableCell13 // this.tableCell13.Name = "tableCell13"; this.tableCell13.StyleName = "DetailCaption1"; this.tableCell13.Text = "Legitimate App In Progress Reference"; this.tableCell13.Weight = 0.15531417846679688D; // // table2 // this.table2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F); this.table2.Name = "table2"; this.table2.OddStyleName = "DetailData3_Odd"; this.table2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] { this.tableRow2}); this.table2.SizeF = new System.Drawing.SizeF(969F, 25F); // // tableRow2 // this.tableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.tableCell14, this.tableCell15, this.tableCell16, this.tableCell17, this.tableCell18, this.tableCell19, this.tableCell20, this.tableCell21, this.tableCell22, this.tableCell23, this.tableCell24, this.tableCell25, this.tableCell26}); this.tableRow2.Name = "tableRow2"; this.tableRow2.Weight = 11.5D; // // tableCell14 // this.tableCell14.Borders = DevExpress.XtraPrinting.BorderSide.None; this.tableCell14.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Region]")}); this.tableCell14.Name = "tableCell14"; this.tableCell14.StyleName = "DetailData1"; this.tableCell14.StylePriority.UseBorders = false; this.tableCell14.Weight = 0.037073847452799479D; // // tableCell15 // this.tableCell15.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Association]")}); this.tableCell15.Name = "tableCell15"; this.tableCell15.StyleName = "DetailData1"; this.tableCell15.Weight = 0.055373251173231337D; // // tableCell16 // this.tableCell16.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MemberNumber]")}); this.tableCell16.Name = "tableCell16"; this.tableCell16.StyleName = "DetailData1"; this.tableCell16.StylePriority.UseTextAlignment = false; this.tableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight; this.tableCell16.Weight = 0.073217917548285591D; // // tableCell17 // this.tableCell17.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MemberName]")}); this.tableCell17.Name = "tableCell17"; this.tableCell17.StyleName = "DetailData1"; this.tableCell17.Weight = 0.064750328063964843D; // // tableCell18 // this.tableCell18.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Initials]")}); this.tableCell18.Name = "tableCell18"; this.tableCell18.StyleName = "DetailData1"; this.tableCell18.Weight = 0.035298006269666886D; // // tableCell19 // this.tableCell19.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MemberIDNumber]")}); this.tableCell19.Name = "tableCell19"; this.tableCell19.StyleName = "DetailData1"; this.tableCell19.Weight = 0.081246448092990448D; // // tableCell20 // this.tableCell20.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MemberContactNumber]")}); this.tableCell20.Name = "tableCell20"; this.tableCell20.StyleName = "DetailData1"; this.tableCell20.Weight = 0.10533202277289497D; // // tableCell21 // this.tableCell21.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[OLAS_OL]")}); this.tableCell21.Name = "tableCell21"; this.tableCell21.StyleName = "DetailData1"; this.tableCell21.Weight = 0.045549274020724825D; // // tableCell22 // this.tableCell22.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Legitimate_OL]")}); this.tableCell22.Name = "tableCell22"; this.tableCell22.StyleName = "DetailData1"; this.tableCell22.Weight = 0.063397865295410152D; // // tableCell23 // this.tableCell23.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Legitimate_Status]")}); this.tableCell23.Name = "tableCell23"; this.tableCell23.StyleName = "DetailData1"; this.tableCell23.Weight = 0.0767852783203125D; // // tableCell24 // this.tableCell24.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Legitimate_DateOfExpiry]")}); this.tableCell24.Name = "tableCell24"; this.tableCell24.StyleName = "DetailData1"; this.tableCell24.Weight = 0.10757437811957465D; // // tableCell25 // this.tableCell25.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Legitimate_Registration]")}); this.tableCell25.Name = "tableCell25"; this.tableCell25.StyleName = "DetailData1"; this.tableCell25.Weight = 0.099087176852756073D; // // tableCell26 // this.tableCell26.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Legitimate_AppInProgressReference]")}); this.tableCell26.Name = "tableCell26"; this.tableCell26.StyleName = "DetailData1"; this.tableCell26.Weight = 0.15531419542100694D; // // AssociationID // this.AssociationID.Description = "Association"; dynamicListLookUpSettings1.DataMember = "Association_search"; dynamicListLookUpSettings1.DataSource = this.sqlDataSource1; dynamicListLookUpSettings1.DisplayMember = "AssociationName"; dynamicListLookUpSettings1.SortMember = "ReferenceNumber"; dynamicListLookUpSettings1.SortOrder = DevExpress.Data.ColumnSortOrder.Ascending; dynamicListLookUpSettings1.ValueMember = "AssociationID"; this.AssociationID.LookUpSettings = dynamicListLookUpSettings1; this.AssociationID.Name = "AssociationID"; this.AssociationID.Type = typeof(long); this.AssociationID.ValueInfo = "0"; // // UserID // this.UserID.Description = "UserID"; this.UserID.Name = "UserID"; this.UserID.Type = typeof(long); this.UserID.ValueInfo = "1000"; this.UserID.Visible = false; // // xrPictureBox1 // this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource")); this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 10.00001F); this.xrPictureBox1.Name = "xrPictureBox1"; this.xrPictureBox1.SizeF = new System.Drawing.SizeF(241.6667F, 117.9166F); this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage; // // xrLabel1 // this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 10.00001F); this.xrLabel1.Multiline = true; this.xrLabel1.Name = "xrLabel1"; this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F); this.xrLabel1.SizeF = new System.Drawing.SizeF(78.1229F, 23F); this.xrLabel1.Text = "Printed On:"; // // xrTableCell1 // this.xrTableCell1.Multiline = true; this.xrTableCell1.Name = "xrTableCell1"; this.xrTableCell1.Text = "Association:"; this.xrTableCell1.Weight = 1D; // // xrTableRow1 // this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] { this.xrTableCell1, this.xrTableCell3}); this.xrTableRow1.Name = "xrTableRow1"; this.xrTableRow1.Weight = 1D; // // xrTable1 // this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(257.4762F, 48.95833F); 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(388.4735F, 25F); // // xrTableCell3 // this.xrTableCell3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] { new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Association_search].[AssociationName]")}); this.xrTableCell3.Multiline = true; this.xrTableCell3.Name = "xrTableCell3"; this.xrTableCell3.Text = "AssociationID"; this.xrTableCell3.Weight = 2.8847348022460935D; // // DoNotShowHeaderDetailsInExcel // this.DoNotShowHeaderDetailsInExcel.Description = "DoNotShowHeaderDetailsInExcel"; this.DoNotShowHeaderDetailsInExcel.Name = "DoNotShowHeaderDetailsInExcel"; this.DoNotShowHeaderDetailsInExcel.Type = typeof(bool); this.DoNotShowHeaderDetailsInExcel.ValueInfo = "False"; // // Member_NewMembershipReport // 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_Members_NewMembershipReport"; this.DataSource = this.sqlDataSource1; this.Font = new System.Drawing.Font("Arial", 9.75F); this.Landscape = true; this.Margins = new System.Drawing.Printing.Margins(100, 100, 65, 100); this.PageHeight = 827; this.PageWidth = 1169; this.PaperKind = System.Drawing.Printing.PaperKind.A4; this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] { this.AssociationID, this.UserID, this.DoNotShowHeaderDetailsInExcel}); 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.table1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.table2)).EndInit(); ((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.XRLabel label1; private DevExpress.XtraReports.UI.GroupHeaderBand GroupHeader1; private DevExpress.XtraReports.UI.XRTable table1; private DevExpress.XtraReports.UI.XRTableRow tableRow1; private DevExpress.XtraReports.UI.XRTableCell tableCell1; private DevExpress.XtraReports.UI.XRTableCell tableCell2; private DevExpress.XtraReports.UI.XRTableCell tableCell3; private DevExpress.XtraReports.UI.XRTableCell tableCell4; private DevExpress.XtraReports.UI.XRTableCell tableCell5; private DevExpress.XtraReports.UI.XRTableCell tableCell6; private DevExpress.XtraReports.UI.XRTableCell tableCell7; private DevExpress.XtraReports.UI.XRTableCell tableCell8; private DevExpress.XtraReports.UI.XRTableCell tableCell9; private DevExpress.XtraReports.UI.XRTableCell tableCell10; private DevExpress.XtraReports.UI.XRTableCell tableCell11; private DevExpress.XtraReports.UI.XRTableCell tableCell12; private DevExpress.XtraReports.UI.XRTableCell tableCell13; private DevExpress.XtraReports.UI.DetailBand Detail; private DevExpress.XtraReports.UI.XRTable table2; private DevExpress.XtraReports.UI.XRTableRow tableRow2; private DevExpress.XtraReports.UI.XRTableCell tableCell14; private DevExpress.XtraReports.UI.XRTableCell tableCell15; private DevExpress.XtraReports.UI.XRTableCell tableCell16; private DevExpress.XtraReports.UI.XRTableCell tableCell17; private DevExpress.XtraReports.UI.XRTableCell tableCell18; private DevExpress.XtraReports.UI.XRTableCell tableCell19; private DevExpress.XtraReports.UI.XRTableCell tableCell20; private DevExpress.XtraReports.UI.XRTableCell tableCell21; private DevExpress.XtraReports.UI.XRTableCell tableCell22; private DevExpress.XtraReports.UI.XRTableCell tableCell23; private DevExpress.XtraReports.UI.XRTableCell tableCell24; private DevExpress.XtraReports.UI.XRTableCell tableCell25; private DevExpress.XtraReports.UI.XRTableCell tableCell26; private DevExpress.XtraReports.Parameters.Parameter AssociationID; private DevExpress.XtraReports.Parameters.Parameter UserID; private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1; private DevExpress.XtraReports.UI.XRLabel xrLabel1; private DevExpress.XtraReports.UI.XRTable xrTable1; private DevExpress.XtraReports.UI.XRTableRow xrTableRow1; private DevExpress.XtraReports.UI.XRTableCell xrTableCell1; private DevExpress.XtraReports.UI.XRTableCell xrTableCell3; private DevExpress.XtraReports.Parameters.Parameter DoNotShowHeaderDetailsInExcel; } }