namespace Neo.LegitimateLicences.Reports.General
{
partial class Adjudication_AdjudicationMinutes
{
///
/// 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.StoredProcQuery storedProcQuery2 = new DevExpress.DataAccess.Sql.StoredProcQuery();
DevExpress.DataAccess.Sql.QueryParameter queryParameter3 = new DevExpress.DataAccess.Sql.QueryParameter();
DevExpress.DataAccess.Sql.QueryParameter queryParameter4 = new DevExpress.DataAccess.Sql.QueryParameter();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Adjudication_AdjudicationMinutes));
this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
this.Title = new DevExpress.XtraReports.UI.XRControlStyle();
this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle();
this.DetailData1Vertical = new DevExpress.XtraReports.UI.XRControlStyle();
this.DetailData1VerticalFirstRow = new DevExpress.XtraReports.UI.XRControlStyle();
this.DetailData1VerticalLastRow = new DevExpress.XtraReports.UI.XRControlStyle();
this.DetailData1VerticalRow_Even = new DevExpress.XtraReports.UI.XRControlStyle();
this.HeaderData1Vertical = new DevExpress.XtraReports.UI.XRControlStyle();
this.HeaderData1VerticalFirstRow = new DevExpress.XtraReports.UI.XRControlStyle();
this.HeaderData1VerticalLastRow = new DevExpress.XtraReports.UI.XRControlStyle();
this.HeaderData1VerticalRow_Even = new DevExpress.XtraReports.UI.XRControlStyle();
this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo();
this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
this.xrPageInfo3 = new DevExpress.XtraReports.UI.XRPageInfo();
this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
this.VerticalDetail = new DevExpress.XtraReports.UI.VerticalDetailBand();
this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTable5 = new DevExpress.XtraReports.UI.XRTable();
this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
this.xrSubreport1 = new DevExpress.XtraReports.UI.XRSubreport();
this.AdjudicationDetailID = new DevExpress.XtraReports.Parameters.Parameter();
this.UserID = new DevExpress.XtraReports.Parameters.Parameter();
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
//
// sqlDataSource1
//
this.sqlDataSource1.ConnectionName = "Report_Connection";
this.sqlDataSource1.Name = "sqlDataSource1";
storedProcQuery1.Name = "App_Pr_Rpt_Adjudication_AdjudicationAgendaReport";
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_AdjudicationAgendaReport";
storedProcQuery2.Name = "App_Pr_Rpt_Adjudication_AdjudicationMinutesPanelMembers";
queryParameter3.Name = "@AdjudicationDetailID";
queryParameter3.Type = typeof(DevExpress.DataAccess.Expression);
queryParameter3.Value = new DevExpress.DataAccess.Expression("?AdjudicationDetailID", typeof(long));
queryParameter4.Name = "@UserID";
queryParameter4.Type = typeof(DevExpress.DataAccess.Expression);
queryParameter4.Value = new DevExpress.DataAccess.Expression("?UserID", typeof(long));
storedProcQuery2.Parameters.Add(queryParameter3);
storedProcQuery2.Parameters.Add(queryParameter4);
storedProcQuery2.StoredProcName = "App.Pr_Rpt_Adjudication_AdjudicationMinutesPanelMembers";
this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
storedProcQuery1,
storedProcQuery2});
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";
//
// 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);
//
// DetailData1Vertical
//
this.DetailData1Vertical.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.DetailData1Vertical.BorderColor = System.Drawing.Color.White;
this.DetailData1Vertical.Borders = DevExpress.XtraPrinting.BorderSide.Right;
this.DetailData1Vertical.BorderWidth = 2F;
this.DetailData1Vertical.Font = new System.Drawing.Font("Arial", 8.25F);
this.DetailData1Vertical.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.DetailData1Vertical.Name = "DetailData1Vertical";
this.DetailData1Vertical.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
this.DetailData1Vertical.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// DetailData1VerticalFirstRow
//
this.DetailData1VerticalFirstRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.DetailData1VerticalFirstRow.BorderColor = System.Drawing.Color.White;
this.DetailData1VerticalFirstRow.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)));
this.DetailData1VerticalFirstRow.BorderWidth = 2F;
this.DetailData1VerticalFirstRow.Font = new System.Drawing.Font("Arial", 8.25F);
this.DetailData1VerticalFirstRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.DetailData1VerticalFirstRow.Name = "DetailData1VerticalFirstRow";
this.DetailData1VerticalFirstRow.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
this.DetailData1VerticalFirstRow.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// DetailData1VerticalLastRow
//
this.DetailData1VerticalLastRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
this.DetailData1VerticalLastRow.BorderColor = System.Drawing.Color.White;
this.DetailData1VerticalLastRow.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.DetailData1VerticalLastRow.BorderWidth = 2F;
this.DetailData1VerticalLastRow.Font = new System.Drawing.Font("Arial", 8.25F);
this.DetailData1VerticalLastRow.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.DetailData1VerticalLastRow.Name = "DetailData1VerticalLastRow";
this.DetailData1VerticalLastRow.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
this.DetailData1VerticalLastRow.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// DetailData1VerticalRow_Even
//
this.DetailData1VerticalRow_Even.BackColor = System.Drawing.Color.Transparent;
this.DetailData1VerticalRow_Even.BorderColor = System.Drawing.Color.White;
this.DetailData1VerticalRow_Even.Borders = DevExpress.XtraPrinting.BorderSide.Right;
this.DetailData1VerticalRow_Even.BorderWidth = 2F;
this.DetailData1VerticalRow_Even.Font = new System.Drawing.Font("Arial", 8.25F);
this.DetailData1VerticalRow_Even.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.DetailData1VerticalRow_Even.Name = "DetailData1VerticalRow_Even";
this.DetailData1VerticalRow_Even.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
this.DetailData1VerticalRow_Even.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// HeaderData1Vertical
//
this.HeaderData1Vertical.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(111)))), ((int)(((byte)(111)))));
this.HeaderData1Vertical.BorderColor = System.Drawing.Color.White;
this.HeaderData1Vertical.Borders = DevExpress.XtraPrinting.BorderSide.Right;
this.HeaderData1Vertical.BorderWidth = 2F;
this.HeaderData1Vertical.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
this.HeaderData1Vertical.ForeColor = System.Drawing.Color.White;
this.HeaderData1Vertical.Name = "HeaderData1Vertical";
this.HeaderData1Vertical.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
this.HeaderData1Vertical.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// HeaderData1VerticalFirstRow
//
this.HeaderData1VerticalFirstRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(111)))), ((int)(((byte)(111)))));
this.HeaderData1VerticalFirstRow.BorderColor = System.Drawing.Color.White;
this.HeaderData1VerticalFirstRow.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)));
this.HeaderData1VerticalFirstRow.BorderWidth = 2F;
this.HeaderData1VerticalFirstRow.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
this.HeaderData1VerticalFirstRow.ForeColor = System.Drawing.Color.White;
this.HeaderData1VerticalFirstRow.Name = "HeaderData1VerticalFirstRow";
this.HeaderData1VerticalFirstRow.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
this.HeaderData1VerticalFirstRow.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// HeaderData1VerticalLastRow
//
this.HeaderData1VerticalLastRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(111)))), ((int)(((byte)(111)))), ((int)(((byte)(111)))));
this.HeaderData1VerticalLastRow.BorderColor = System.Drawing.Color.White;
this.HeaderData1VerticalLastRow.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
this.HeaderData1VerticalLastRow.BorderWidth = 2F;
this.HeaderData1VerticalLastRow.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
this.HeaderData1VerticalLastRow.ForeColor = System.Drawing.Color.White;
this.HeaderData1VerticalLastRow.Name = "HeaderData1VerticalLastRow";
this.HeaderData1VerticalLastRow.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
this.HeaderData1VerticalLastRow.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// HeaderData1VerticalRow_Even
//
this.HeaderData1VerticalRow_Even.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(131)))), ((int)(((byte)(131)))));
this.HeaderData1VerticalRow_Even.BorderColor = System.Drawing.Color.White;
this.HeaderData1VerticalRow_Even.Borders = DevExpress.XtraPrinting.BorderSide.Right;
this.HeaderData1VerticalRow_Even.BorderWidth = 2F;
this.HeaderData1VerticalRow_Even.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
this.HeaderData1VerticalRow_Even.ForeColor = System.Drawing.Color.White;
this.HeaderData1VerticalRow_Even.Name = "HeaderData1VerticalRow_Even";
this.HeaderData1VerticalRow_Even.Padding = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
this.HeaderData1VerticalRow_Even.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// TopMargin
//
this.TopMargin.HeightF = 25F;
this.TopMargin.Name = "TopMargin";
//
// BottomMargin
//
this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrPageInfo2,
this.xrPageInfo1,
this.xrPageInfo3});
this.BottomMargin.HeightF = 50.07839F;
this.BottomMargin.Name = "BottomMargin";
//
// xrPageInfo2
//
this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(500.501F, 17.0784F);
this.xrPageInfo2.Name = "xrPageInfo2";
this.xrPageInfo2.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime;
this.xrPageInfo2.SizeF = new System.Drawing.SizeF(104.4169F, 23F);
this.xrPageInfo2.StyleName = "PageInfo";
this.xrPageInfo2.StylePriority.UseTextAlignment = false;
this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
this.xrPageInfo2.TextFormatString = "{0:dd MMM yyyy}";
//
// xrPageInfo1
//
this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(418.7927F, 17.0784F);
this.xrPageInfo1.Name = "xrPageInfo1";
this.xrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.None;
this.xrPageInfo1.SizeF = new System.Drawing.SizeF(81.70833F, 23F);
this.xrPageInfo1.StyleName = "PageInfo";
this.xrPageInfo1.StylePriority.UseTextAlignment = false;
this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
this.xrPageInfo1.TextFormatString = "Printed on:";
//
// xrPageInfo3
//
this.xrPageInfo3.LocationFloat = new DevExpress.Utils.PointFloat(1037.625F, 15F);
this.xrPageInfo3.Name = "xrPageInfo3";
this.xrPageInfo3.SizeF = new System.Drawing.SizeF(73.37488F, 23F);
this.xrPageInfo3.StyleName = "PageInfo";
this.xrPageInfo3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
this.xrPageInfo3.TextFormatString = "Page {0} of {1}";
//
// ReportHeader
//
this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrLine1,
this.xrLabel1,
this.xrPictureBox1});
this.ReportHeader.HeightF = 138.33F;
this.ReportHeader.Name = "ReportHeader";
//
// xrLine1
//
this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 114.5833F);
this.xrLine1.Name = "xrLine1";
this.xrLine1.SizeF = new System.Drawing.SizeF(1115F, 2F);
//
// xrLabel1
//
this.xrLabel1.CanGrow = false;
this.xrLabel1.Font = new System.Drawing.Font("Arial", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(272.9584F, 24.19434F);
this.xrLabel1.Name = "xrLabel1";
this.xrLabel1.SizeF = new System.Drawing.SizeF(228.5416F, 59.611F);
this.xrLabel1.StyleName = "Title";
this.xrLabel1.StylePriority.UseFont = false;
this.xrLabel1.StylePriority.UseTextAlignment = false;
this.xrLabel1.Text = "MINUTES";
this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
//
// xrPictureBox1
//
this.xrPictureBox1.Borders = DevExpress.XtraPrinting.BorderSide.None;
this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource"));
this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(25F, 0F);
this.xrPictureBox1.Name = "xrPictureBox1";
this.xrPictureBox1.SizeF = new System.Drawing.SizeF(232.29F, 94.58F);
this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
this.xrPictureBox1.StylePriority.UseBorders = false;
//
// VerticalDetail
//
this.VerticalDetail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
this.xrTable1,
this.xrTable3,
this.xrTable5,
this.xrSubreport1});
this.VerticalDetail.HeightF = 273.9217F;
this.VerticalDetail.KeepTogether = true;
this.VerticalDetail.Name = "VerticalDetail";
this.VerticalDetail.WidthF = 1115F;
//
// xrTable1
//
this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(20.80987F, 193.0883F);
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(336.4583F, 70.83333F);
//
// xrTableRow1
//
this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
this.xrTableCell11,
this.xrTableCell12});
this.xrTableRow1.Name = "xrTableRow1";
this.xrTableRow1.Weight = 1D;
//
// xrTableCell11
//
this.xrTableCell11.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[App_Pr_Rpt_Adjudication_AdjudicationMinutesPanelMembers].[FullName]")});
this.xrTableCell11.Multiline = true;
this.xrTableCell11.Name = "xrTableCell11";
this.xrTableCell11.StylePriority.UseTextAlignment = false;
this.xrTableCell11.Text = "Full Name";
this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
this.xrTableCell11.Weight = 1D;
//
// xrTableCell12
//
this.xrTableCell12.Multiline = true;
this.xrTableCell12.Name = "xrTableCell12";
this.xrTableCell12.StylePriority.UseTextAlignment = false;
this.xrTableCell12.Text = "____________________";
this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
this.xrTableCell12.Weight = 0.99999999999999989D;
//
// xrTable3
//
this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
this.xrTable3.Name = "xrTable3";
this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
this.xrTableRow3});
this.xrTable3.SizeF = new System.Drawing.SizeF(723.0001F, 25F);
this.xrTable3.StylePriority.UseTextAlignment = false;
this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// xrTableRow3
//
this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
this.xrTableCell1,
this.xrTableCell4,
this.xrTableCell5,
this.xrTableCell8,
this.xrTableCell10,
this.xrTableCell3});
this.xrTableRow3.Name = "xrTableRow3";
this.xrTableRow3.Weight = 1D;
//
// xrTableCell1
//
this.xrTableCell1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.xrTableCell1.Multiline = true;
this.xrTableCell1.Name = "xrTableCell1";
this.xrTableCell1.StylePriority.UseFont = false;
this.xrTableCell1.Text = "ADJUDICATION NUMBER:";
this.xrTableCell1.Weight = 0.891489985395576D;
//
// xrTableCell4
//
this.xrTableCell4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Upper([AdjudicationDetailID])")});
this.xrTableCell4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.xrTableCell4.Multiline = true;
this.xrTableCell4.Name = "xrTableCell4";
this.xrTableCell4.StylePriority.UseFont = false;
this.xrTableCell4.Text = "xrTableCell4";
this.xrTableCell4.TextFormatString = "ADJ {0}";
this.xrTableCell4.Weight = 0.5336321897819476D;
//
// xrTableCell5
//
this.xrTableCell5.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
this.xrTableCell5.Multiline = true;
this.xrTableCell5.Name = "xrTableCell5";
this.xrTableCell5.StylePriority.UseFont = false;
this.xrTableCell5.Text = "PROVINCE:";
this.xrTableCell5.Weight = 0.44018382569821596D;
//
// xrTableCell8
//
this.xrTableCell8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Upper([Province])")});
this.xrTableCell8.Multiline = true;
this.xrTableCell8.Name = "xrTableCell8";
this.xrTableCell8.Text = "xrTableCell8";
this.xrTableCell8.Weight = 0.83135953198170442D;
//
// xrTableCell10
//
this.xrTableCell10.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
this.xrTableCell10.Multiline = true;
this.xrTableCell10.Name = "xrTableCell10";
this.xrTableCell10.StylePriority.UseFont = false;
this.xrTableCell10.Text = "REGION:";
this.xrTableCell10.Weight = 0.34458093029126424D;
//
// xrTableCell3
//
this.xrTableCell3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Upper([Region])")});
this.xrTableCell3.Multiline = true;
this.xrTableCell3.Name = "xrTableCell3";
this.xrTableCell3.Text = "REGION";
this.xrTableCell3.Weight = 0.73355446309598615D;
//
// xrTable5
//
this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 25F);
this.xrTable5.Name = "xrTable5";
this.xrTable5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
this.xrTableRow5});
this.xrTable5.SizeF = new System.Drawing.SizeF(545.9167F, 25F);
this.xrTable5.StylePriority.UseTextAlignment = false;
this.xrTable5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
//
// xrTableRow5
//
this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
this.xrTableCell2,
this.xrTableCell6,
this.xrTableCell7,
this.xrTableCell9});
this.xrTableRow5.Name = "xrTableRow5";
this.xrTableRow5.Weight = 1D;
//
// xrTableCell2
//
this.xrTableCell2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.xrTableCell2.Multiline = true;
this.xrTableCell2.Name = "xrTableCell2";
this.xrTableCell2.StylePriority.UseFont = false;
this.xrTableCell2.Text = "ADJUDICATION DATE:";
this.xrTableCell2.Weight = 0.54535715539586083D;
//
// xrTableCell6
//
this.xrTableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MeetingDate]")});
this.xrTableCell6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.xrTableCell6.Multiline = true;
this.xrTableCell6.Name = "xrTableCell6";
this.xrTableCell6.StylePriority.UseFont = false;
this.xrTableCell6.Text = "xrTableCell6";
this.xrTableCell6.TextFormatString = "{0:dd MMM yyyy}";
this.xrTableCell6.Weight = 0.45384149365564691D;
//
// xrTableCell7
//
this.xrTableCell7.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
this.xrTableCell7.Multiline = true;
this.xrTableCell7.Name = "xrTableCell7";
this.xrTableCell7.StylePriority.UseFont = false;
this.xrTableCell7.Text = "TIME:";
this.xrTableCell7.Weight = 0.17815056266325258D;
//
// xrTableCell9
//
this.xrTableCell9.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MeetingTime]")});
this.xrTableCell9.Multiline = true;
this.xrTableCell9.Name = "xrTableCell9";
this.xrTableCell9.Text = "TIME:";
this.xrTableCell9.Weight = 0.8210480863882551D;
//
// xrSubreport1
//
this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 68.41669F);
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("UserID", this.UserID));
this.xrSubreport1.ReportSource = new Neo.LegitimateLicences.Reports.General.Adjudication_AdjudicationApplications();
this.xrSubreport1.SizeF = new System.Drawing.SizeF(1115F, 109.46F);
//
// 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_AdjudicationMinutes
//
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
this.TopMargin,
this.BottomMargin,
this.ReportHeader,
this.VerticalDetail});
this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
this.sqlDataSource1});
this.DataMember = "App_Pr_Rpt_Adjudication_AdjudicationAgendaReport";
this.DataSource = this.sqlDataSource1;
this.Font = new System.Drawing.Font("Arial", 9.75F);
this.Landscape = true;
this.Margins = new System.Drawing.Printing.Margins(25, 23, 25, 50);
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.PageInfo,
this.DetailData1Vertical,
this.DetailData1VerticalFirstRow,
this.DetailData1VerticalLastRow,
this.DetailData1VerticalRow_Even,
this.HeaderData1Vertical,
this.HeaderData1VerticalFirstRow,
this.HeaderData1VerticalLastRow,
this.HeaderData1VerticalRow_Even});
this.Version = "19.1";
this.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
}
#endregion
private DevExpress.DataAccess.Sql.SqlDataSource sqlDataSource1;
private DevExpress.XtraReports.UI.XRControlStyle Title;
private DevExpress.XtraReports.UI.XRControlStyle PageInfo;
private DevExpress.XtraReports.UI.XRControlStyle DetailData1Vertical;
private DevExpress.XtraReports.UI.XRControlStyle DetailData1VerticalFirstRow;
private DevExpress.XtraReports.UI.XRControlStyle DetailData1VerticalLastRow;
private DevExpress.XtraReports.UI.XRControlStyle DetailData1VerticalRow_Even;
private DevExpress.XtraReports.UI.XRControlStyle HeaderData1Vertical;
private DevExpress.XtraReports.UI.XRControlStyle HeaderData1VerticalFirstRow;
private DevExpress.XtraReports.UI.XRControlStyle HeaderData1VerticalLastRow;
private DevExpress.XtraReports.UI.XRControlStyle HeaderData1VerticalRow_Even;
private DevExpress.XtraReports.UI.TopMarginBand TopMargin;
private DevExpress.XtraReports.UI.BottomMarginBand BottomMargin;
private DevExpress.XtraReports.UI.ReportHeaderBand ReportHeader;
private DevExpress.XtraReports.UI.VerticalDetailBand VerticalDetail;
private DevExpress.XtraReports.Parameters.Parameter AdjudicationDetailID;
private DevExpress.XtraReports.Parameters.Parameter UserID;
private DevExpress.XtraReports.UI.XRPictureBox xrPictureBox1;
private DevExpress.XtraReports.UI.XRPageInfo xrPageInfo3;
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
private DevExpress.XtraReports.UI.XRTable xrTable3;
private DevExpress.XtraReports.UI.XRTableRow xrTableRow3;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell1;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell4;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell5;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell8;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell10;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell3;
private DevExpress.XtraReports.UI.XRTable xrTable5;
private DevExpress.XtraReports.UI.XRTableRow xrTableRow5;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell2;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell6;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell7;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell9;
private DevExpress.XtraReports.UI.XRSubreport xrSubreport1;
private DevExpress.XtraReports.UI.XRPageInfo xrPageInfo1;
private DevExpress.XtraReports.UI.XRPageInfo xrPageInfo2;
private DevExpress.XtraReports.UI.XRLine xrLine1;
private DevExpress.XtraReports.UI.XRTable xrTable1;
private DevExpress.XtraReports.UI.XRTableRow xrTableRow1;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell11;
private DevExpress.XtraReports.UI.XRTableCell xrTableCell12;
}
}