namespace Neo.LegitimateLicences.Reports.General
{
partial class Adjudication_AdjudicationApplications
{
///
/// 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_AdjudicationApplications));
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.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
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.Detail = new DevExpress.XtraReports.UI.DetailBand();
this.table2 = new DevExpress.XtraReports.UI.XRTable();
this.tableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
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.AdjudicationDetailID = new DevExpress.XtraReports.Parameters.Parameter();
this.UserID = new DevExpress.XtraReports.Parameters.Parameter();
((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.table2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
//
// sqlDataSource1
//
this.sqlDataSource1.ConnectionName = "Report_Connection";
this.sqlDataSource1.Name = "sqlDataSource1";
storedProcQuery1.Name = "App_Pr_Rpt_Adjudication_AdjudicationAgendaMembersReport";
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_AdjudicationAgendaMembersReport";
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 = 23F;
this.TopMargin.Name = "TopMargin";
//
// BottomMargin
//
this.BottomMargin.HeightF = 24F;
this.BottomMargin.Name = "BottomMargin";
//
// 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";
//
// 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(1031F, 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.tableRow1.Name = "tableRow1";
this.tableRow1.Weight = 1D;
//
// tableCell1
//
this.tableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell1.BorderWidth = 1F;
this.tableCell1.Name = "tableCell1";
this.tableCell1.StyleName = "DetailCaption1";
this.tableCell1.StylePriority.UseBorders = false;
this.tableCell1.StylePriority.UseBorderWidth = false;
this.tableCell1.StylePriority.UseTextAlignment = false;
this.tableCell1.Text = "NO";
this.tableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.tableCell1.Weight = 0.028518045691300422D;
//
// tableCell2
//
this.tableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell2.BorderWidth = 1F;
this.tableCell2.Name = "tableCell2";
this.tableCell2.StyleName = "DetailCaption1";
this.tableCell2.StylePriority.UseBorders = false;
this.tableCell2.StylePriority.UseBorderWidth = false;
this.tableCell2.Text = "APPLICATION NUMBER";
this.tableCell2.Weight = 0.072471037168580762D;
//
// tableCell3
//
this.tableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell3.BorderWidth = 1F;
this.tableCell3.Multiline = true;
this.tableCell3.Name = "tableCell3";
this.tableCell3.StyleName = "DetailCaption1";
this.tableCell3.StylePriority.UseBorders = false;
this.tableCell3.StylePriority.UseBorderWidth = false;
this.tableCell3.Text = "SURNAME OR COMPANY NAME";
this.tableCell3.Weight = 0.0739866683077863D;
//
// tableCell4
//
this.tableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell4.BorderWidth = 1F;
this.tableCell4.Name = "tableCell4";
this.tableCell4.StyleName = "DetailCaption1";
this.tableCell4.StylePriority.UseBorders = false;
this.tableCell4.StylePriority.UseBorderWidth = false;
this.tableCell4.Text = "FIRST NAMES";
this.tableCell4.Weight = 0.081430364615604073D;
//
// tableCell5
//
this.tableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell5.BorderWidth = 1F;
this.tableCell5.Name = "tableCell5";
this.tableCell5.StyleName = "DetailCaption1";
this.tableCell5.StylePriority.UseBorders = false;
this.tableCell5.StylePriority.UseBorderWidth = false;
this.tableCell5.Text = "ID NUMBER";
this.tableCell5.Weight = 0.09772355213214004D;
//
// tableCell6
//
this.tableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell6.BorderWidth = 1F;
this.tableCell6.Name = "tableCell6";
this.tableCell6.StyleName = "DetailCaption1";
this.tableCell6.StylePriority.UseBorders = false;
this.tableCell6.StylePriority.UseBorderWidth = false;
this.tableCell6.Text = "TYPE";
this.tableCell6.Weight = 0.085873635494038855D;
//
// tableCell7
//
this.tableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell7.BorderWidth = 1F;
this.tableCell7.Name = "tableCell7";
this.tableCell7.StyleName = "DetailCaption1";
this.tableCell7.StylePriority.UseBorders = false;
this.tableCell7.StylePriority.UseBorderWidth = false;
this.tableCell7.Text = "ASSOCIATION";
this.tableCell7.Weight = 0.090180171797552541D;
//
// tableCell8
//
this.tableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell8.BorderWidth = 1F;
this.tableCell8.Name = "tableCell8";
this.tableCell8.StyleName = "DetailCaption1";
this.tableCell8.StylePriority.UseBorders = false;
this.tableCell8.StylePriority.UseBorderWidth = false;
this.tableCell8.Text = "OUTCOME";
this.tableCell8.Weight = 0.0644027914316816D;
//
// tableCell9
//
this.tableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell9.BorderWidth = 1F;
this.tableCell9.Multiline = true;
this.tableCell9.Name = "tableCell9";
this.tableCell9.StyleName = "DetailCaption1";
this.tableCell9.StylePriority.UseBorders = false;
this.tableCell9.StylePriority.UseBorderWidth = false;
this.tableCell9.Text = "COMMENTS";
this.tableCell9.Weight = 0.11461044146929618D;
//
// Detail
//
this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.table2});
this.Detail.HeightF = 25F;
this.Detail.Name = "Detail";
//
// 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(1031F, 25F);
//
// tableRow2
//
this.tableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
this.tableCell16,
this.tableCell17,
this.tableCell18,
this.tableCell19,
this.tableCell20,
this.tableCell21,
this.tableCell22,
this.tableCell23,
this.tableCell24});
this.tableRow2.Name = "tableRow2";
this.tableRow2.Weight = 11.5D;
//
// tableCell16
//
this.tableCell16.BorderColor = System.Drawing.Color.Black;
this.tableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell16.BorderWidth = 1F;
this.tableCell16.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "([DataSource.CurrentRowIndex])+1")});
this.tableCell16.Name = "tableCell16";
this.tableCell16.StyleName = "DetailData1";
this.tableCell16.StylePriority.UseBorderColor = false;
this.tableCell16.StylePriority.UseBorders = false;
this.tableCell16.StylePriority.UseBorderWidth = false;
this.tableCell16.StylePriority.UseTextAlignment = false;
this.tableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
this.tableCell16.Weight = 0.028518048450753279D;
//
// tableCell17
//
this.tableCell17.BorderColor = System.Drawing.Color.Black;
this.tableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell17.BorderWidth = 1F;
this.tableCell17.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Upper([ApplicationNumber])")});
this.tableCell17.Name = "tableCell17";
this.tableCell17.StyleName = "DetailData1";
this.tableCell17.StylePriority.UseBorderColor = false;
this.tableCell17.StylePriority.UseBorders = false;
this.tableCell17.StylePriority.UseBorderWidth = false;
this.tableCell17.Weight = 0.072471046165321434D;
//
// tableCell18
//
this.tableCell18.BorderColor = System.Drawing.Color.Black;
this.tableCell18.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell18.BorderWidth = 1F;
this.tableCell18.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Upper([SurnameOrCompanyName])")});
this.tableCell18.Name = "tableCell18";
this.tableCell18.StyleName = "DetailData1";
this.tableCell18.StylePriority.UseBorderColor = false;
this.tableCell18.StylePriority.UseBorders = false;
this.tableCell18.StylePriority.UseBorderWidth = false;
this.tableCell18.Weight = 0.073986636599507549D;
//
// tableCell19
//
this.tableCell19.BorderColor = System.Drawing.Color.Black;
this.tableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell19.BorderWidth = 1F;
this.tableCell19.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Upper([FirstNames])")});
this.tableCell19.Name = "tableCell19";
this.tableCell19.StyleName = "DetailData1";
this.tableCell19.StylePriority.UseBorderColor = false;
this.tableCell19.StylePriority.UseBorders = false;
this.tableCell19.StylePriority.UseBorderWidth = false;
this.tableCell19.Weight = 0.081430372044608D;
//
// tableCell20
//
this.tableCell20.BorderColor = System.Drawing.Color.Black;
this.tableCell20.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell20.BorderWidth = 1F;
this.tableCell20.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Upper([IDNumberOrBusinessRegistrationNo])")});
this.tableCell20.Name = "tableCell20";
this.tableCell20.StyleName = "DetailData1";
this.tableCell20.StylePriority.UseBorderColor = false;
this.tableCell20.StylePriority.UseBorders = false;
this.tableCell20.StylePriority.UseBorderWidth = false;
this.tableCell20.Weight = 0.097723569165810292D;
//
// tableCell21
//
this.tableCell21.BorderColor = System.Drawing.Color.Black;
this.tableCell21.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell21.BorderWidth = 1F;
this.tableCell21.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Upper([Title])")});
this.tableCell21.Name = "tableCell21";
this.tableCell21.StyleName = "DetailData1";
this.tableCell21.StylePriority.UseBorderColor = false;
this.tableCell21.StylePriority.UseBorders = false;
this.tableCell21.StylePriority.UseBorderWidth = false;
this.tableCell21.Weight = 0.085873631160667874D;
//
// tableCell22
//
this.tableCell22.BorderColor = System.Drawing.Color.Black;
this.tableCell22.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell22.BorderWidth = 1F;
this.tableCell22.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Upper([Association])")});
this.tableCell22.Name = "tableCell22";
this.tableCell22.StyleName = "DetailData1";
this.tableCell22.StylePriority.UseBorderColor = false;
this.tableCell22.StylePriority.UseBorders = false;
this.tableCell22.StylePriority.UseBorderWidth = false;
this.tableCell22.Weight = 0.090180171620334565D;
//
// tableCell23
//
this.tableCell23.BorderColor = System.Drawing.Color.Black;
this.tableCell23.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell23.BorderWidth = 1F;
this.tableCell23.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Upper([Decision])")});
this.tableCell23.Name = "tableCell23";
this.tableCell23.StyleName = "DetailData1";
this.tableCell23.StylePriority.UseBorderColor = false;
this.tableCell23.StylePriority.UseBorders = false;
this.tableCell23.StylePriority.UseBorderWidth = false;
this.tableCell23.Weight = 0.064402883851207515D;
//
// tableCell24
//
this.tableCell24.BorderColor = System.Drawing.Color.Black;
this.tableCell24.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
| DevExpress.XtraPrinting.BorderSide.Right)
| DevExpress.XtraPrinting.BorderSide.Bottom)));
this.tableCell24.BorderWidth = 1F;
this.tableCell24.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Upper([DecisionComments])")});
this.tableCell24.Name = "tableCell24";
this.tableCell24.StyleName = "DetailData1";
this.tableCell24.StylePriority.UseBorderColor = false;
this.tableCell24.StylePriority.UseBorders = false;
this.tableCell24.StylePriority.UseBorderWidth = false;
this.tableCell24.Weight = 0.11461043710079777D;
//
// AdjudicationDetailID
//
this.AdjudicationDetailID.Description = "AdjudicationDetailID";
this.AdjudicationDetailID.Name = "AdjudicationDetailID";
this.AdjudicationDetailID.Type = typeof(long);
this.AdjudicationDetailID.ValueInfo = "0";
//
// UserID
//
this.UserID.Description = "UserID";
this.UserID.Name = "UserID";
this.UserID.Type = typeof(long);
this.UserID.ValueInfo = "0";
this.UserID.Visible = false;
//
// Adjudication_AdjudicationApplications
//
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
this.TopMargin,
this.BottomMargin,
this.GroupHeader1,
this.Detail});
this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
this.sqlDataSource1});
this.DataMember = "App_Pr_Rpt_Adjudication_AdjudicationAgendaMembersReport";
this.DataSource = this.sqlDataSource1;
this.Font = new System.Drawing.Font("Arial", 9.75F);
this.Landscape = true;
this.Margins = new System.Drawing.Printing.Margins(69, 69, 23, 24);
this.PageHeight = 827;
this.PageWidth = 1169;
this.PaperKind = System.Drawing.Printing.PaperKind.A4;
this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
this.AdjudicationDetailID,
this.UserID});
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)).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.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.DetailBand Detail;
private DevExpress.XtraReports.UI.XRTable table2;
private DevExpress.XtraReports.UI.XRTableRow tableRow2;
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.Parameters.Parameter AdjudicationDetailID;
private DevExpress.XtraReports.Parameters.Parameter UserID;
}
}