Ejemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.TableQuery           tableQuery1         = new DevExpress.DataAccess.Sql.TableQuery();
     DevExpress.DataAccess.Sql.RelationInfo         relationInfo1       = new DevExpress.DataAccess.Sql.RelationInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.SortingInfo          sortingInfo1        = new DevExpress.DataAccess.Sql.SortingInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo1          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo1         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo2          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo2         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo3         = new DevExpress.DataAccess.Sql.ColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(VentasporClientes));
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.sqlDataSource1    = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.pageHeaderBand1   = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine2           = new DevExpress.XtraReports.UI.XRLine();
     this.groupHeaderBand1  = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel4          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6          = new DevExpress.XtraReports.UI.XRLabel();
     this.pageFooterBand1   = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo2       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel7          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine3           = new DevExpress.XtraReports.UI.XRLine();
     this.Title             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.FieldCaption      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DataField         = new DevExpress.XtraReports.UI.XRControlStyle();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.HeightF       = 23F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.StyleName     = "DataField";
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 100F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "POSIXConnectionString";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     tableQuery1.Name = "VENTAS";
     relationColumnInfo1.NestedKeyColumn = "IdCliente";
     relationColumnInfo1.ParentKeyColumn = "IdCliente";
     relationInfo1.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
         relationColumnInfo1
     });
     relationInfo1.NestedTable = "CLIENTES";
     relationInfo1.ParentTable = "VENTAS";
     tableQuery1.Relations.AddRange(new DevExpress.DataAccess.Sql.RelationInfo[] {
         relationInfo1
     });
     sortingInfo1.Column = "Total";
     sortingInfo1.Table  = "VENTAS";
     tableQuery1.Sorting.AddRange(new DevExpress.DataAccess.Sql.SortingInfo[] {
         sortingInfo1
     });
     tableInfo1.Name  = "VENTAS";
     columnInfo1.Name = "Total";
     tableInfo1.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo1
     });
     tableInfo2.Name  = "CLIENTES";
     columnInfo2.Name = "Nombres";
     columnInfo3.Name = "Apellidos";
     tableInfo2.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo2,
         columnInfo3
     });
     tableQuery1.Tables.AddRange(new DevExpress.DataAccess.Sql.TableInfo[] {
         tableInfo1,
         tableInfo2
     });
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         tableQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // pageHeaderBand1
     //
     this.pageHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrLabel2,
         this.xrLabel3,
         this.xrLine1,
         this.xrLine2
     });
     this.pageHeaderBand1.HeightF = 45F;
     this.pageHeaderBand1.Name    = "pageHeaderBand1";
     //
     // xrLabel1
     //
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 7F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(242.8516F, 36F);
     this.xrLabel1.StyleName     = "FieldCaption";
     this.xrLabel1.Text          = "Nombres";
     //
     // xrLabel2
     //
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(248.8516F, 7F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(246.9677F, 36F);
     this.xrLabel2.StyleName     = "FieldCaption";
     this.xrLabel2.Text          = "Apellidos";
     //
     // xrLabel3
     //
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(495.8193F, 7F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(148.1807F, 36F);
     this.xrLabel3.StyleName     = "FieldCaption";
     this.xrLabel3.Text          = "Total";
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 5F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(638F, 2F);
     //
     // xrLine2
     //
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(6F, 43F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(638F, 2F);
     //
     // groupHeaderBand1
     //
     this.groupHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel4,
         this.xrLabel5,
         this.xrLabel6
     });
     this.groupHeaderBand1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("Nombres", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.groupHeaderBand1.HeightF   = 23F;
     this.groupHeaderBand1.Name      = "groupHeaderBand1";
     this.groupHeaderBand1.StyleName = "DataField";
     //
     // xrLabel4
     //
     this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "VENTAS.Nombres")
     });
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(6F, 0F);
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(242.8516F, 23F);
     this.xrLabel4.Text          = "xrLabel4";
     //
     // xrLabel5
     //
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "VENTAS.Apellidos")
     });
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(248.8516F, 0F);
     this.xrLabel5.Name          = "xrLabel5";
     this.xrLabel5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF         = new System.Drawing.SizeF(246.9677F, 23F);
     this.xrLabel5.Text          = "xrLabel5";
     //
     // xrLabel6
     //
     this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "VENTAS.Total", "{0:C2}")
     });
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(495.8193F, 0F);
     this.xrLabel6.Name          = "xrLabel6";
     this.xrLabel6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF         = new System.Drawing.SizeF(148.1807F, 23F);
     this.xrLabel6.Text          = "xrLabel6";
     //
     // pageFooterBand1
     //
     this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrPageInfo2
     });
     this.pageFooterBand1.HeightF = 29F;
     this.pageFooterBand1.Name    = "pageFooterBand1";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo1.StyleName     = "PageInfo";
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.Format        = "Página {0} de {1}";
     this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(331F, 6F);
     this.xrPageInfo2.Name          = "xrPageInfo2";
     this.xrPageInfo2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo2.StyleName     = "PageInfo";
     this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // reportHeaderBand1
     //
     this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel7,
         this.xrLine3
     });
     this.reportHeaderBand1.HeightF = 57F;
     this.reportHeaderBand1.Name    = "reportHeaderBand1";
     //
     // xrLabel7
     //
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(173.7083F, 7.999992F);
     this.xrLabel7.Name          = "xrLabel7";
     this.xrLabel7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF         = new System.Drawing.SizeF(285.9167F, 39F);
     this.xrLabel7.StyleName     = "Title";
     this.xrLabel7.Text          = "Ventas por Clientes";
     //
     // xrLine3
     //
     this.xrLine3.LocationFloat = new DevExpress.Utils.PointFloat(6F, 0F);
     this.xrLine3.Name          = "xrLine3";
     this.xrLine3.SizeF         = new System.Drawing.SizeF(638F, 2F);
     //
     // 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("Times New Roman", 24F);
     this.Title.ForeColor   = System.Drawing.Color.Black;
     this.Title.Name        = "Title";
     //
     // FieldCaption
     //
     this.FieldCaption.BackColor   = System.Drawing.Color.Transparent;
     this.FieldCaption.BorderColor = System.Drawing.Color.Black;
     this.FieldCaption.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.FieldCaption.BorderWidth = 1F;
     this.FieldCaption.Font        = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.FieldCaption.ForeColor   = System.Drawing.Color.Black;
     this.FieldCaption.Name        = "FieldCaption";
     //
     // PageInfo
     //
     this.PageInfo.BackColor   = System.Drawing.Color.Transparent;
     this.PageInfo.BorderColor = System.Drawing.Color.Black;
     this.PageInfo.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.PageInfo.BorderWidth = 1F;
     this.PageInfo.Font        = new System.Drawing.Font("Times New Roman", 8F);
     this.PageInfo.ForeColor   = System.Drawing.Color.Black;
     this.PageInfo.Name        = "PageInfo";
     //
     // DataField
     //
     this.DataField.BackColor   = System.Drawing.Color.Transparent;
     this.DataField.BorderColor = System.Drawing.Color.Black;
     this.DataField.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.DataField.BorderWidth = 1F;
     this.DataField.Font        = new System.Drawing.Font("Times New Roman", 8F);
     this.DataField.ForeColor   = System.Drawing.Color.Black;
     this.DataField.Name        = "DataField";
     this.DataField.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // VentasporClientes
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.pageHeaderBand1,
         this.groupHeaderBand1,
         this.pageFooterBand1,
         this.reportHeaderBand1
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "VENTAS";
     this.DataSource = this.sqlDataSource1;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.FieldCaption,
         this.PageInfo,
         this.DataField
     });
     this.Version = "15.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery1     = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery2     = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter2     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter3     = new DevExpress.DataAccess.Sql.QueryParameter();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(rpHoaDonBanHang_581_Temp));
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery3     = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter4     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo1   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo2   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.XtraReports.UI.XRSummary            xrSummary1          = new DevExpress.XtraReports.UI.XRSummary();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel17      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel16      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel18      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1        = new DevExpress.XtraReports.UI.XRLine();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.ReportHeader   = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel2       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel50      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel49      = new DevExpress.XtraReports.UI.XRLabel();
     this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.DetailReport   = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1        = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel19      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel20      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel21      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel23      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel24      = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportFooter   = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel33      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel32      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel31      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel48      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel42      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel43      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel39      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine3        = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel38      = new DevExpress.XtraReports.UI.XRLabel();
     this.SL             = new DevExpress.XtraReports.UI.CalculatedField();
     this.GiamG          = new DevExpress.XtraReports.UI.CalculatedField();
     this.IDChiNhanh     = new DevExpress.XtraReports.Parameters.Parameter();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel17,
         this.xrLabel16,
         this.xrLabel15,
         this.xrLabel14,
         this.xrLabel18,
         this.xrLine1
     });
     this.Detail.Dpi           = 100F;
     this.Detail.HeightF       = 19.375F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel17
     //
     this.xrLabel17.Dpi                            = 100F;
     this.xrLabel17.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel17.LocationFloat                  = new DevExpress.Utils.PointFloat(143.9272F, 0F);
     this.xrLabel17.Name                           = "xrLabel17";
     this.xrLabel17.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF                          = new System.Drawing.SizeF(51.73351F, 11.41145F);
     this.xrLabel17.StylePriority.UseFont          = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.Text                           = "Thành tiền";
     this.xrLabel17.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel16
     //
     this.xrLabel16.Dpi                            = 100F;
     this.xrLabel16.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel16.LocationFloat                  = new DevExpress.Utils.PointFloat(105.1772F, 0F);
     this.xrLabel16.Name                           = "xrLabel16";
     this.xrLabel16.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF                          = new System.Drawing.SizeF(38.75003F, 11.41145F);
     this.xrLabel16.StylePriority.UseFont          = false;
     this.xrLabel16.StylePriority.UseTextAlignment = false;
     this.xrLabel16.Text                           = "Đơn giá";
     this.xrLabel16.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel15
     //
     this.xrLabel15.Dpi                            = 100F;
     this.xrLabel15.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel15.LocationFloat                  = new DevExpress.Utils.PointFloat(53.04175F, 0.5885666F);
     this.xrLabel15.Name                           = "xrLabel15";
     this.xrLabel15.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF                          = new System.Drawing.SizeF(34.45822F, 11.41145F);
     this.xrLabel15.StylePriority.UseFont          = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text                           = "ĐVT";
     this.xrLabel15.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel14
     //
     this.xrLabel14.Dpi                            = 100F;
     this.xrLabel14.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel14.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 0.5885666F);
     this.xrLabel14.Name                           = "xrLabel14";
     this.xrLabel14.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                          = new System.Drawing.SizeF(53.04175F, 11.41145F);
     this.xrLabel14.StylePriority.UseFont          = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text                           = "Tên hàng";
     this.xrLabel14.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel18
     //
     this.xrLabel18.Dpi                            = 100F;
     this.xrLabel18.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel18.LocationFloat                  = new DevExpress.Utils.PointFloat(87.49996F, 0F);
     this.xrLabel18.Name                           = "xrLabel18";
     this.xrLabel18.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF                          = new System.Drawing.SizeF(17.66964F, 11.41145F);
     this.xrLabel18.StylePriority.UseFont          = false;
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.Text                           = "SL";
     this.xrLabel18.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLine1
     //
     this.xrLine1.Dpi           = 100F;
     this.xrLine1.LineStyle     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0.9999819F, 12F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(195.6607F, 7.375F);
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 100F;
     this.TopMargin.HeightF       = 14F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi           = 100F;
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ID
     //
     this.ID.Name = "ID";
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2,
         this.xrLabel3,
         this.xrLabel4,
         this.xrLabel5,
         this.xrLabel8,
         this.xrLabel9,
         this.xrLabel10,
         this.xrLabel11,
         this.xrLabel50,
         this.xrLabel49
     });
     this.ReportHeader.Dpi     = 100F;
     this.ReportHeader.HeightF = 111.1065F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_ChiNhanh.TenChiNhanh")
     });
     this.xrLabel2.Dpi                            = 100F;
     this.xrLabel2.Font                           = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(5F, 0F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(195.6607F, 14.36905F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_ChiNhanh.DiaChi", "Đ/c: {0}")
     });
     this.xrLabel3.Dpi                            = 100F;
     this.xrLabel3.Font                           = new System.Drawing.Font("Times New Roman", 7F);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(4.999995F, 14.36903F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(182.6005F, 11.69047F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_ChiNhanh.DienThoai", "ĐT: {0}")
     });
     this.xrLabel4.Dpi                            = 100F;
     this.xrLabel4.Font                           = new System.Drawing.Font("Times New Roman", 7F);
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(5F, 26.05952F);
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(195.6607F, 10.94642F);
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel5
     //
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_HoaDon.LanIn", "HÓA ĐƠN TẠM TÍNH - {0}")
     });
     this.xrLabel5.Dpi                            = 100F;
     this.xrLabel5.Font                           = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(5.000044F, 47.19345F);
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(195.6607F, 16.60119F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.Dpi                            = 100F;
     this.xrLabel8.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.LocationFloat                  = new DevExpress.Utils.PointFloat(3.999984F, 79.60706F);
     this.xrLabel8.Name                           = "xrLabel8";
     this.xrLabel8.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                          = new System.Drawing.SizeF(41.08337F, 10.94642F);
     this.xrLabel8.StylePriority.UseFont          = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text                           = "Bàn:";
     this.xrLabel8.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel9
     //
     this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_HoaDon.TenBan")
     });
     this.xrLabel9.Dpi                            = 100F;
     this.xrLabel9.Font                           = new System.Drawing.Font("Times New Roman", 7F);
     this.xrLabel9.LocationFloat                  = new DevExpress.Utils.PointFloat(45.08336F, 79.60704F);
     this.xrLabel9.Name                           = "xrLabel9";
     this.xrLabel9.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF                          = new System.Drawing.SizeF(155.5774F, 10.94643F);
     this.xrLabel9.StylePriority.UseFont          = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel10
     //
     this.xrLabel10.Dpi                            = 100F;
     this.xrLabel10.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel10.LocationFloat                  = new DevExpress.Utils.PointFloat(5F, 90.55351F);
     this.xrLabel10.Name                           = "xrLabel10";
     this.xrLabel10.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                          = new System.Drawing.SizeF(40.08336F, 10.20238F);
     this.xrLabel10.StylePriority.UseFont          = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text                           = "Giờ vào:";
     this.xrLabel10.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel11
     //
     this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_HoaDon.GioVao", "{0:dd/MM/yy H:mm}")
     });
     this.xrLabel11.Dpi                            = 100F;
     this.xrLabel11.Font                           = new System.Drawing.Font("Times New Roman", 7F);
     this.xrLabel11.LocationFloat                  = new DevExpress.Utils.PointFloat(45.08333F, 90.55351F);
     this.xrLabel11.Name                           = "xrLabel11";
     this.xrLabel11.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                          = new System.Drawing.SizeF(155.5774F, 10.20238F);
     this.xrLabel11.StylePriority.UseFont          = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel50
     //
     this.xrLabel50.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_HoaDon.TenNguoiDung")
     });
     this.xrLabel50.Dpi                            = 100F;
     this.xrLabel50.Font                           = new System.Drawing.Font("Times New Roman", 7F);
     this.xrLabel50.LocationFloat                  = new DevExpress.Utils.PointFloat(57.04175F, 100.7559F);
     this.xrLabel50.Name                           = "xrLabel50";
     this.xrLabel50.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel50.SizeF                          = new System.Drawing.SizeF(142.5774F, 10.20239F);
     this.xrLabel50.StylePriority.UseFont          = false;
     this.xrLabel50.StylePriority.UseTextAlignment = false;
     this.xrLabel50.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel49
     //
     this.xrLabel49.Dpi                            = 100F;
     this.xrLabel49.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel49.LocationFloat                  = new DevExpress.Utils.PointFloat(3.999988F, 100.7559F);
     this.xrLabel49.Name                           = "xrLabel49";
     this.xrLabel49.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel49.SizeF                          = new System.Drawing.SizeF(53.04176F, 10.20238F);
     this.xrLabel49.StylePriority.UseFont          = false;
     this.xrLabel49.StylePriority.UseTextAlignment = false;
     this.xrLabel49.Text                           = "Nhân viên:";
     this.xrLabel49.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "connectString";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     customSqlQuery1.Name  = "CF_ChiNhanh";
     queryParameter1.Name  = "IDChiNhanh";
     queryParameter1.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter1.Value = new DevExpress.DataAccess.Expression("[Parameters.IDChiNhanh]", typeof(string));
     customSqlQuery1.Parameters.Add(queryParameter1);
     customSqlQuery1.Sql   = "select *\r\nfrom CF_ChiNhanh\r\nwhere ID = @IDChiNhanh";
     customSqlQuery2.Name  = "CF_HoaDon";
     queryParameter2.Name  = "ID";
     queryParameter2.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter2.Value = new DevExpress.DataAccess.Expression("[Parameters.ID]", typeof(string));
     queryParameter3.Name  = "IDChiNhanh";
     queryParameter3.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter3.Value = new DevExpress.DataAccess.Expression("[Parameters.IDChiNhanh]", typeof(string));
     customSqlQuery2.Parameters.Add(queryParameter2);
     customSqlQuery2.Parameters.Add(queryParameter3);
     customSqlQuery2.Sql       = resources.GetString("customSqlQuery2.Sql");
     customSqlQuery3.Name      = "CF_ChiTietHoaDon_HangHoa";
     queryParameter4.Name      = "p0";
     queryParameter4.Type      = typeof(string);
     queryParameter4.ValueInfo = "0";
     customSqlQuery3.Parameters.Add(queryParameter4);
     customSqlQuery3.Sql = resources.GetString("customSqlQuery3.Sql");
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         customSqlQuery1,
         customSqlQuery2,
         customSqlQuery3
     });
     masterDetailInfo1.DetailQueryName   = "CF_ChiTietHoaDon_HangHoa";
     relationColumnInfo1.NestedKeyColumn = "IDHoaDon";
     relationColumnInfo1.ParentKeyColumn = "ID";
     masterDetailInfo1.KeyColumns.Add(relationColumnInfo1);
     masterDetailInfo1.MasterQueryName   = "CF_HoaDon";
     masterDetailInfo2.DetailQueryName   = "CF_ChiTietHoaDon_NguyenLieu";
     relationColumnInfo2.NestedKeyColumn = "IDHoaDon";
     relationColumnInfo2.ParentKeyColumn = "ID";
     masterDetailInfo2.KeyColumns.Add(relationColumnInfo2);
     masterDetailInfo2.MasterQueryName = "CF_HoaDon";
     this.sqlDataSource1.Relations.AddRange(new DevExpress.DataAccess.Sql.MasterDetailInfo[] {
         masterDetailInfo1,
         masterDetailInfo2
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1
     });
     this.DetailReport.DataMember = "CF_HoaDon.CF_HoaDonCF_ChiTietHoaDon_HangHoa";
     this.DetailReport.DataSource = this.sqlDataSource1;
     this.DetailReport.Dpi        = 100F;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel19,
         this.xrLabel20,
         this.xrLabel21,
         this.xrLabel23,
         this.xrLabel24
     });
     this.Detail1.Dpi     = 100F;
     this.Detail1.HeightF = 12.00001F;
     this.Detail1.Name    = "Detail1";
     //
     // xrLabel19
     //
     this.xrLabel19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_HoaDon.CF_HoaDonCF_ChiTietHoaDon_HangHoa.ThanhTien", "{0:#,#}")
     });
     this.xrLabel19.Dpi                            = 100F;
     this.xrLabel19.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel19.LocationFloat                  = new DevExpress.Utils.PointFloat(143.9272F, 0F);
     this.xrLabel19.Name                           = "xrLabel19";
     this.xrLabel19.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF                          = new System.Drawing.SizeF(51.73351F, 11.41145F);
     this.xrLabel19.StylePriority.UseFont          = false;
     this.xrLabel19.StylePriority.UseTextAlignment = false;
     this.xrLabel19.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel20
     //
     this.xrLabel20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_HoaDon.CF_HoaDonCF_ChiTietHoaDon_HangHoa.DonGia", "{0:#,#}")
     });
     this.xrLabel20.Dpi                            = 100F;
     this.xrLabel20.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel20.LocationFloat                  = new DevExpress.Utils.PointFloat(105.1772F, 0F);
     this.xrLabel20.Name                           = "xrLabel20";
     this.xrLabel20.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.SizeF                          = new System.Drawing.SizeF(38.75003F, 11.41145F);
     this.xrLabel20.StylePriority.UseFont          = false;
     this.xrLabel20.StylePriority.UseTextAlignment = false;
     this.xrLabel20.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel21
     //
     this.xrLabel21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_HoaDon.CF_HoaDonCF_ChiTietHoaDon_HangHoa.TenDonViTinh")
     });
     this.xrLabel21.Dpi                            = 100F;
     this.xrLabel21.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel21.LocationFloat                  = new DevExpress.Utils.PointFloat(53.04175F, 0F);
     this.xrLabel21.Name                           = "xrLabel21";
     this.xrLabel21.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel21.SizeF                          = new System.Drawing.SizeF(34.45822F, 11.41145F);
     this.xrLabel21.StylePriority.UseFont          = false;
     this.xrLabel21.StylePriority.UseTextAlignment = false;
     this.xrLabel21.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel23
     //
     this.xrLabel23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_HoaDon.CF_HoaDonCF_ChiTietHoaDon_HangHoa.TenHangHoa")
     });
     this.xrLabel23.Dpi                            = 100F;
     this.xrLabel23.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel23.LocationFloat                  = new DevExpress.Utils.PointFloat(4.62532E-05F, 0F);
     this.xrLabel23.Name                           = "xrLabel23";
     this.xrLabel23.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel23.SizeF                          = new System.Drawing.SizeF(53.04171F, 11.41145F);
     this.xrLabel23.StylePriority.UseFont          = false;
     this.xrLabel23.StylePriority.UseTextAlignment = false;
     this.xrLabel23.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel24
     //
     this.xrLabel24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_HoaDon.CF_HoaDonCF_ChiTietHoaDon_HangHoa.SoLuong")
     });
     this.xrLabel24.Dpi                            = 100F;
     this.xrLabel24.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel24.LocationFloat                  = new DevExpress.Utils.PointFloat(87.49996F, 0F);
     this.xrLabel24.Name                           = "xrLabel24";
     this.xrLabel24.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel24.SizeF                          = new System.Drawing.SizeF(17.66964F, 11.41145F);
     this.xrLabel24.StylePriority.UseFont          = false;
     this.xrLabel24.StylePriority.UseTextAlignment = false;
     this.xrLabel24.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel33,
         this.xrLabel32,
         this.xrLabel31,
         this.xrLabel48,
         this.xrLabel42,
         this.xrLabel43,
         this.xrLabel39,
         this.xrLine3,
         this.xrLabel38
     });
     this.ReportFooter.Dpi     = 100F;
     this.ReportFooter.HeightF = 111.357F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // xrLabel33
     //
     this.xrLabel33.Dpi                            = 100F;
     this.xrLabel33.Font                           = new System.Drawing.Font("Times New Roman", 6F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     this.xrLabel33.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 77.66283F);
     this.xrLabel33.Name                           = "xrLabel33";
     this.xrLabel33.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel33.SizeF                          = new System.Drawing.SizeF(195.6606F, 10.5F);
     this.xrLabel33.StylePriority.UseFont          = false;
     this.xrLabel33.StylePriority.UseTextAlignment = false;
     this.xrLabel33.Text                           = "Cung cấp bởi GPM.VN";
     this.xrLabel33.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel32
     //
     this.xrLabel32.Dpi                            = 100F;
     this.xrLabel32.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel32.LocationFloat                  = new DevExpress.Utils.PointFloat(1.000043F, 21.82285F);
     this.xrLabel32.Name                           = "xrLabel32";
     this.xrLabel32.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel32.SizeF                          = new System.Drawing.SizeF(76.0417F, 11.41145F);
     this.xrLabel32.StylePriority.UseFont          = false;
     this.xrLabel32.StylePriority.UseTextAlignment = false;
     this.xrLabel32.Text                           = "Giảm giá:";
     this.xrLabel32.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel31
     //
     this.xrLabel31.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_HoaDon.GiamG", "{0:N0} VNĐ")
     });
     this.xrLabel31.Dpi                            = 100F;
     this.xrLabel31.Font                           = new System.Drawing.Font("Times New Roman", 7F);
     this.xrLabel31.LocationFloat                  = new DevExpress.Utils.PointFloat(77.04175F, 21.82285F);
     this.xrLabel31.Name                           = "xrLabel31";
     this.xrLabel31.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel31.SizeF                          = new System.Drawing.SizeF(110.5588F, 11.41145F);
     this.xrLabel31.StylePriority.UseFont          = false;
     this.xrLabel31.StylePriority.UseTextAlignment = false;
     this.xrLabel31.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel48
     //
     this.xrLabel48.Dpi                            = 100F;
     this.xrLabel48.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel48.LocationFloat                  = new DevExpress.Utils.PointFloat(0.9999852F, 62.99619F);
     this.xrLabel48.Name                           = "xrLabel48";
     this.xrLabel48.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel48.SizeF                          = new System.Drawing.SizeF(195.6607F, 14.66666F);
     this.xrLabel48.StylePriority.UseFont          = false;
     this.xrLabel48.StylePriority.UseTextAlignment = false;
     this.xrLabel48.Text                           = "Cám ơn quý khách. Hẹn gặp lại!";
     this.xrLabel48.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel42
     //
     this.xrLabel42.Dpi                            = 100F;
     this.xrLabel42.Font                           = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel42.LocationFloat                  = new DevExpress.Utils.PointFloat(0.9999885F, 33.82286F);
     this.xrLabel42.Name                           = "xrLabel42";
     this.xrLabel42.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel42.SizeF                          = new System.Drawing.SizeF(102.1771F, 14.61658F);
     this.xrLabel42.StylePriority.UseFont          = false;
     this.xrLabel42.StylePriority.UseTextAlignment = false;
     this.xrLabel42.Text                           = "Khách cần trả:";
     this.xrLabel42.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel43
     //
     this.xrLabel43.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_HoaDon.KhachCanTra", "{0:N0} VNĐ")
     });
     this.xrLabel43.Dpi                            = 100F;
     this.xrLabel43.Font                           = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel43.LocationFloat                  = new DevExpress.Utils.PointFloat(103.1771F, 33.82286F);
     this.xrLabel43.Name                           = "xrLabel43";
     this.xrLabel43.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel43.SizeF                          = new System.Drawing.SizeF(84.42347F, 14.61658F);
     this.xrLabel43.StylePriority.UseFont          = false;
     this.xrLabel43.StylePriority.UseTextAlignment = false;
     this.xrLabel43.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel39
     //
     this.xrLabel39.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_HoaDon.TongTien", "{0:N0} VNĐ")
     });
     this.xrLabel39.Dpi                            = 100F;
     this.xrLabel39.Font                           = new System.Drawing.Font("Times New Roman", 7F);
     this.xrLabel39.LocationFloat                  = new DevExpress.Utils.PointFloat(77.04174F, 9.99999F);
     this.xrLabel39.Name                           = "xrLabel39";
     this.xrLabel39.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel39.SizeF                          = new System.Drawing.SizeF(110.5588F, 11.41145F);
     this.xrLabel39.StylePriority.UseFont          = false;
     this.xrLabel39.StylePriority.UseTextAlignment = false;
     xrSummary1.FormatString                       = "{0:#,# VND}";
     this.xrLabel39.Summary                        = xrSummary1;
     this.xrLabel39.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLine3
     //
     this.xrLine3.Dpi           = 100F;
     this.xrLine3.LineStyle     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.xrLine3.LocationFloat = new DevExpress.Utils.PointFloat(0.9999871F, 2.624989F);
     this.xrLine3.Name          = "xrLine3";
     this.xrLine3.SizeF         = new System.Drawing.SizeF(195.6607F, 7.375F);
     //
     // xrLabel38
     //
     this.xrLabel38.Dpi                            = 100F;
     this.xrLabel38.Font                           = new System.Drawing.Font("Times New Roman", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel38.LocationFloat                  = new DevExpress.Utils.PointFloat(0.9999871F, 9.99999F);
     this.xrLabel38.Name                           = "xrLabel38";
     this.xrLabel38.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel38.SizeF                          = new System.Drawing.SizeF(76.04176F, 11.41145F);
     this.xrLabel38.StylePriority.UseFont          = false;
     this.xrLabel38.StylePriority.UseTextAlignment = false;
     this.xrLabel38.Text                           = "Tổng tiền:";
     this.xrLabel38.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // SL
     //
     this.SL.DataMember = "CF_HoaDon.CF_HoaDonCF_ChiTietHoaDon_NguyenLieu";
     this.SL.Expression = "[SoLuong] * [TrongLuong]";
     this.SL.Name       = "SL";
     //
     // GiamG
     //
     this.GiamG.DataMember = "CF_HoaDon";
     this.GiamG.Expression = "[TongTien] + [TienGio] - [KhachCanTra]";
     this.GiamG.Name       = "GiamG";
     //
     // IDChiNhanh
     //
     this.IDChiNhanh.Name = "IDChiNhanh";
     //
     // rpHoaDonBanHang_581_Temp
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.DetailReport,
         this.ReportFooter
     });
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
         this.SL,
         this.GiamG
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataSource = this.sqlDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(0, 1, 14, 100);
     this.Padding    = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 1, 1, 100F);
     this.PageWidth  = 206;
     this.PaperKind  = System.Drawing.Printing.PaperKind.Custom;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.ID,
         this.IDChiNhanh
     });
     this.ShowPreviewMarginLines  = false;
     this.ShowPrintMarginsWarning = false;
     this.ShowPrintStatusDialog   = false;
     this.Version = "16.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column4             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column5             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column6             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table2              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Join                 join1               = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(Servicios));
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery2        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column7             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression7   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table3              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column8             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression8   = new DevExpress.DataAccess.Sql.ColumnExpression();
     this.label7                 = new System.Windows.Forms.Label();
     this.btnCerrar              = new DevExpress.XtraEditors.SimpleButton();
     this.btnEliminar            = new DevExpress.XtraEditors.SimpleButton();
     this.btnActualizar          = new DevExpress.XtraEditors.SimpleButton();
     this.btnGuardar             = new DevExpress.XtraEditors.SimpleButton();
     this.label5                 = new System.Windows.Forms.Label();
     this.txtHoras               = new System.Windows.Forms.TextBox();
     this.label3                 = new System.Windows.Forms.Label();
     this.txtNombreServicio      = new System.Windows.Forms.TextBox();
     this.label1                 = new System.Windows.Forms.Label();
     this.txtServicio            = new System.Windows.Forms.TextBox();
     this.sqlDataSource1         = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.label4                 = new System.Windows.Forms.Label();
     this.lookUpEdit1            = new DevExpress.XtraEditors.LookUpEdit();
     this.empleadoBindingSource  = new System.Windows.Forms.BindingSource(this.components);
     this.sqlDataSource2         = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.gridControl1           = new DevExpress.XtraGrid.GridControl();
     this.gridView1              = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colidServicios         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNombre              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colHoras               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEmpleado_idEmpleado = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colGenero              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.txtGenero              = new System.Windows.Forms.ComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.empleadoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(12, 58);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(54, 13);
     this.label7.TabIndex = 55;
     this.label7.Text     = "Empleado";
     //
     // btnCerrar
     //
     this.btnCerrar.Location = new System.Drawing.Point(425, 305);
     this.btnCerrar.Name     = "btnCerrar";
     this.btnCerrar.Size     = new System.Drawing.Size(75, 23);
     this.btnCerrar.TabIndex = 53;
     this.btnCerrar.Text     = "Cerrar";
     this.btnCerrar.Click   += new System.EventHandler(this.btnCerrar_Click);
     //
     // btnEliminar
     //
     this.btnEliminar.Location = new System.Drawing.Point(344, 305);
     this.btnEliminar.Name     = "btnEliminar";
     this.btnEliminar.Size     = new System.Drawing.Size(75, 23);
     this.btnEliminar.TabIndex = 52;
     this.btnEliminar.Text     = "Eliminar";
     this.btnEliminar.Click   += new System.EventHandler(this.btnEliminar_Click);
     //
     // btnActualizar
     //
     this.btnActualizar.Location = new System.Drawing.Point(263, 304);
     this.btnActualizar.Name     = "btnActualizar";
     this.btnActualizar.Size     = new System.Drawing.Size(75, 23);
     this.btnActualizar.TabIndex = 51;
     this.btnActualizar.Text     = "Actualizar";
     this.btnActualizar.Click   += new System.EventHandler(this.btnActualizar_Click);
     //
     // btnGuardar
     //
     this.btnGuardar.Location = new System.Drawing.Point(181, 305);
     this.btnGuardar.Name     = "btnGuardar";
     this.btnGuardar.Size     = new System.Drawing.Size(75, 23);
     this.btnGuardar.TabIndex = 50;
     this.btnGuardar.Text     = "Guardar";
     this.btnGuardar.Click   += new System.EventHandler(this.btnGuardar_Click);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(369, 21);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(35, 13);
     this.label5.TabIndex = 49;
     this.label5.Text     = "Horas";
     //
     // txtHoras
     //
     this.txtHoras.Location = new System.Drawing.Point(409, 18);
     this.txtHoras.Name     = "txtHoras";
     this.txtHoras.Size     = new System.Drawing.Size(100, 20);
     this.txtHoras.TabIndex = 48;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(171, 23);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(85, 13);
     this.label3.TabIndex = 45;
     this.label3.Text     = "Nombre Servicio";
     //
     // txtNombreServicio
     //
     this.txtNombreServicio.Location  = new System.Drawing.Point(259, 18);
     this.txtNombreServicio.Name      = "txtNombreServicio";
     this.txtNombreServicio.Size      = new System.Drawing.Size(100, 20);
     this.txtNombreServicio.TabIndex  = 44;
     this.txtNombreServicio.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNombreServicio_KeyPress);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 21);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(54, 13);
     this.label1.TabIndex = 41;
     this.label1.Text     = "IdServicio";
     //
     // txtServicio
     //
     this.txtServicio.Location = new System.Drawing.Point(65, 18);
     this.txtServicio.Name     = "txtServicio";
     this.txtServicio.Size     = new System.Drawing.Size(100, 20);
     this.txtServicio.TabIndex = 40;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "localhost_salonbelleza_Connection 1";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "idServicios";
     table1.MetaSerializable            = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"153\" />";
     table1.Name                  = "servicios";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "Nombre";
     columnExpression2.Table      = table1;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "Horas";
     columnExpression3.Table      = table1;
     column3.Expression           = columnExpression3;
     columnExpression4.ColumnName = "Empleado_idEmpleado";
     columnExpression4.Table      = table1;
     column4.Expression           = columnExpression4;
     columnExpression5.ColumnName = "Genero";
     columnExpression5.Table      = table1;
     column5.Expression           = columnExpression5;
     column6.Alias                = "empleado_Nombre";
     columnExpression6.ColumnName = "Nombre";
     table2.MetaSerializable      = "<Meta X=\"185\" Y=\"30\" Width=\"125\" Height=\"172\" />";
     table2.Name                  = "empleado";
     columnExpression6.Table      = table2;
     column6.Expression           = columnExpression6;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Columns.Add(column5);
     selectQuery1.Columns.Add(column6);
     selectQuery1.Name = "servicios";
     relationColumnInfo1.NestedKeyColumn = "idEmpleado";
     relationColumnInfo1.ParentKeyColumn = "Empleado_idEmpleado";
     join1.KeyColumns.Add(relationColumnInfo1);
     join1.Nested = table2;
     join1.Parent = table1;
     selectQuery1.Relations.Add(join1);
     selectQuery1.Tables.Add(table1);
     selectQuery1.Tables.Add(table2);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(203, 58);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(42, 13);
     this.label4.TabIndex = 58;
     this.label4.Text     = "Genero";
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.Location = new System.Drawing.Point(72, 55);
     this.lookUpEdit1.Name     = "lookUpEdit1";
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lookUpEdit1.Properties.DataSource    = this.empleadoBindingSource;
     this.lookUpEdit1.Properties.DisplayMember = "idEmpleado";
     this.lookUpEdit1.Properties.ValueMember   = "idEmpleado";
     this.lookUpEdit1.Size     = new System.Drawing.Size(93, 20);
     this.lookUpEdit1.TabIndex = 59;
     //
     // empleadoBindingSource
     //
     this.empleadoBindingSource.DataMember = "empleado";
     this.empleadoBindingSource.DataSource = this.sqlDataSource2;
     //
     // sqlDataSource2
     //
     this.sqlDataSource2.ConnectionName = "localhost_salonbelleza_Connection 1";
     this.sqlDataSource2.Name           = "sqlDataSource2";
     columnExpression7.ColumnName       = "idEmpleado";
     table3.MetaSerializable            = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"172\" />";
     table3.Name                  = "empleado";
     columnExpression7.Table      = table3;
     column7.Expression           = columnExpression7;
     columnExpression8.ColumnName = "Nombre";
     columnExpression8.Table      = table3;
     column8.Expression           = columnExpression8;
     selectQuery2.Columns.Add(column7);
     selectQuery2.Columns.Add(column8);
     selectQuery2.Name = "empleado";
     selectQuery2.Tables.Add(table3);
     this.sqlDataSource2.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery2
     });
     this.sqlDataSource2.ResultSchemaSerializable = "PERhdGFTZXQgTmFtZT0ic3FsRGF0YVNvdXJjZTIiPjxWaWV3IE5hbWU9ImVtcGxlYWRvIj48RmllbGQgT" +
                                                    "mFtZT0iaWRFbXBsZWFkbyIgVHlwZT0iSW50MzIiIC8+PEZpZWxkIE5hbWU9Ik5vbWJyZSIgVHlwZT0iU" +
                                                    "3RyaW5nIiAvPjwvVmlldz48L0RhdGFTZXQ+";
     //
     // gridControl1
     //
     this.gridControl1.DataMember = "servicios";
     this.gridControl1.DataSource = this.sqlDataSource1;
     this.gridControl1.Location   = new System.Drawing.Point(15, 87);
     this.gridControl1.MainView   = this.gridView1;
     this.gridControl1.Name       = "gridControl1";
     this.gridControl1.Size       = new System.Drawing.Size(485, 200);
     this.gridControl1.TabIndex   = 60;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colidServicios,
         this.colNombre,
         this.colHoras,
         this.colEmpleado_idEmpleado,
         this.colGenero
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     //
     // colidServicios
     //
     this.colidServicios.FieldName    = "idServicios";
     this.colidServicios.Name         = "colidServicios";
     this.colidServicios.Visible      = true;
     this.colidServicios.VisibleIndex = 0;
     //
     // colNombre
     //
     this.colNombre.FieldName    = "Nombre";
     this.colNombre.Name         = "colNombre";
     this.colNombre.Visible      = true;
     this.colNombre.VisibleIndex = 1;
     //
     // colHoras
     //
     this.colHoras.FieldName    = "Horas";
     this.colHoras.Name         = "colHoras";
     this.colHoras.Visible      = true;
     this.colHoras.VisibleIndex = 2;
     //
     // colEmpleado_idEmpleado
     //
     this.colEmpleado_idEmpleado.Caption      = "Id Empleado";
     this.colEmpleado_idEmpleado.FieldName    = "Empleado_idEmpleado";
     this.colEmpleado_idEmpleado.Name         = "colEmpleado_idEmpleado";
     this.colEmpleado_idEmpleado.Visible      = true;
     this.colEmpleado_idEmpleado.VisibleIndex = 3;
     //
     // colGenero
     //
     this.colGenero.FieldName    = "Genero";
     this.colGenero.Name         = "colGenero";
     this.colGenero.Visible      = true;
     this.colGenero.VisibleIndex = 4;
     //
     // txtGenero
     //
     this.txtGenero.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.txtGenero.FormattingEnabled = true;
     this.txtGenero.Items.AddRange(new object[] {
         "Femenino",
         "Masculino",
         "Mixto"
     });
     this.txtGenero.Location = new System.Drawing.Point(251, 54);
     this.txtGenero.Name     = "txtGenero";
     this.txtGenero.Size     = new System.Drawing.Size(121, 21);
     this.txtGenero.TabIndex = 61;
     //
     // Servicios
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(519, 346);
     this.Controls.Add(this.txtGenero);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.lookUpEdit1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.btnCerrar);
     this.Controls.Add(this.btnEliminar);
     this.Controls.Add(this.btnActualizar);
     this.Controls.Add(this.btnGuardar);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtHoras);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtNombreServicio);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtServicio);
     this.Name  = "Servicios";
     this.Text  = "Servicios";
     this.Load += new System.EventHandler(this.Servicios_Load);
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.empleadoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column4             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column5             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table2              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Join                 join1               = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Sorting              sorting1            = new DevExpress.DataAccess.Sql.Sorting();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6   = new DevExpress.DataAccess.Sql.ColumnExpression();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(WellMeterDetailReport));
     DevExpress.XtraReports.UI.XRSummary            xrSummary1          = new DevExpress.XtraReports.UI.XRSummary();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.sqlDataSource1    = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1           = new DevExpress.XtraReports.UI.XRLine();
     this.pageFooterBand1   = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo2       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel11         = new DevExpress.XtraReports.UI.XRLabel();
     this.Title             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.FieldCaption      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DataField         = new DevExpress.XtraReports.UI.XRControlStyle();
     this.GroupHeader1      = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLine2           = new DevExpress.XtraReports.UI.XRLine();
     this.StartDate         = new DevExpress.XtraReports.Parameters.Parameter();
     this.EndDate           = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrPictureBox1     = new DevExpress.XtraReports.UI.XRPictureBox();
     this.GroupFooter1      = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrLabel12         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine3           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel13         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel16         = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel8,
         this.xrLabel9,
         this.xrLabel10
     });
     this.Detail.Dpi           = 100F;
     this.Detail.HeightF       = 36.33334F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 100F;
     this.TopMargin.HeightF       = 35F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi           = 100F;
     this.BottomMargin.HeightF       = 35F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "HVCC.Shell.Properties.Settings.HVCCConnectionStringDEV";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "WellNumber";
     table1.MetaSerializable            = "30|30|125|180";
     table1.Name                  = "WellMeterReadings";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "ReadingDate";
     columnExpression2.Table      = table1;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "Consumption";
     columnExpression3.Table      = table1;
     column3.Expression           = columnExpression3;
     columnExpression4.ColumnName = "MeterReading";
     columnExpression4.Table      = table1;
     column4.Expression           = columnExpression4;
     columnExpression5.ColumnName = "ServiceArea";
     table2.MetaSerializable      = "185|30|125|80";
     table2.Name                  = "WaterWells";
     columnExpression5.Table      = table2;
     column5.Expression           = columnExpression5;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Columns.Add(column5);
     selectQuery1.Name = "WellMeterReadings";
     relationColumnInfo1.NestedKeyColumn = "WellNumber";
     relationColumnInfo1.ParentKeyColumn = "WellNumber";
     join1.KeyColumns.Add(relationColumnInfo1);
     join1.Nested = table2;
     join1.Parent = table1;
     selectQuery1.Relations.Add(join1);
     sorting1.Direction           = System.ComponentModel.ListSortDirection.Descending;
     columnExpression6.ColumnName = "ReadingDate";
     columnExpression6.Table      = table1;
     sorting1.Expression          = columnExpression6;
     selectQuery1.Sorting.Add(sorting1);
     selectQuery1.Tables.Add(table1);
     selectQuery1.Tables.Add(table2);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // xrLabel1
     //
     this.xrLabel1.Dpi           = 100F;
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(1.041667F, 18.41667F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(100.5417F, 18F);
     this.xrLabel1.StyleName     = "FieldCaption";
     this.xrLabel1.Text          = "Well Number";
     //
     // xrLabel2
     //
     this.xrLabel2.Dpi           = 100F;
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(251.8333F, 18.41667F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(95.33334F, 18F);
     this.xrLabel2.StyleName     = "FieldCaption";
     this.xrLabel2.Text          = "Service Area";
     //
     // xrLabel3
     //
     this.xrLabel3.Dpi           = 100F;
     this.xrLabel3.ForeColor     = System.Drawing.Color.Black;
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(458.9167F, 51.16666F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(162F, 18F);
     this.xrLabel3.StyleName     = "FieldCaption";
     this.xrLabel3.StylePriority.UseForeColor = false;
     this.xrLabel3.Text = "Consumption";
     //
     // xrLabel4
     //
     this.xrLabel4.Dpi           = 100F;
     this.xrLabel4.ForeColor     = System.Drawing.Color.Black;
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(258.9167F, 51.16666F);
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(162F, 18F);
     this.xrLabel4.StyleName     = "FieldCaption";
     this.xrLabel4.StylePriority.UseForeColor = false;
     this.xrLabel4.Text = "Meter Reading";
     //
     // xrLabel5
     //
     this.xrLabel5.Dpi           = 100F;
     this.xrLabel5.ForeColor     = System.Drawing.Color.Black;
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(55F, 51.16666F);
     this.xrLabel5.Name          = "xrLabel5";
     this.xrLabel5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF         = new System.Drawing.SizeF(162F, 18F);
     this.xrLabel5.StyleName     = "FieldCaption";
     this.xrLabel5.StylePriority.UseForeColor = false;
     this.xrLabel5.Text = "Reading Date";
     //
     // xrLabel6
     //
     this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "WellMeterReadings.WellNumber")
     });
     this.xrLabel6.Dpi           = 100F;
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(101.5833F, 18.41667F);
     this.xrLabel6.Name          = "xrLabel6";
     this.xrLabel6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF         = new System.Drawing.SizeF(58.54169F, 18F);
     this.xrLabel6.StyleName     = "DataField";
     this.xrLabel6.Text          = "xrLabel6";
     //
     // xrLabel7
     //
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "WellMeterReadings.ServiceArea")
     });
     this.xrLabel7.Dpi           = 100F;
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(347.1667F, 18.41667F);
     this.xrLabel7.Name          = "xrLabel7";
     this.xrLabel7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF         = new System.Drawing.SizeF(264.5416F, 18F);
     this.xrLabel7.StyleName     = "DataField";
     this.xrLabel7.Text          = "xrLabel7";
     //
     // xrLabel8
     //
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "WellMeterReadings.Consumption", "{0:#,#}")
     });
     this.xrLabel8.Dpi           = 100F;
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(458.9167F, 10.00001F);
     this.xrLabel8.Name          = "xrLabel8";
     this.xrLabel8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel8.SizeF         = new System.Drawing.SizeF(170F, 18F);
     this.xrLabel8.StyleName     = "DataField";
     this.xrLabel8.Text          = "xrLabel8";
     //
     // xrLabel9
     //
     this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "WellMeterReadings.MeterReading", "{0:#,#}")
     });
     this.xrLabel9.Dpi           = 100F;
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(258.9167F, 10.00001F);
     this.xrLabel9.Name          = "xrLabel9";
     this.xrLabel9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel9.SizeF         = new System.Drawing.SizeF(170F, 18F);
     this.xrLabel9.StyleName     = "DataField";
     this.xrLabel9.Text          = "xrLabel9";
     //
     // xrLabel10
     //
     this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "WellMeterReadings.ReadingDate", "{0:MM/dd/yyyy}")
     });
     this.xrLabel10.Dpi           = 100F;
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(55F, 10.00001F);
     this.xrLabel10.Name          = "xrLabel10";
     this.xrLabel10.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel10.SizeF         = new System.Drawing.SizeF(164F, 17.99999F);
     this.xrLabel10.StyleName     = "DataField";
     this.xrLabel10.Text          = "xrLabel10";
     //
     // xrLine1
     //
     this.xrLine1.Dpi           = 100F;
     this.xrLine1.LineStyle     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(55.20833F, 36.50001F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(565.7084F, 3.916679F);
     //
     // pageFooterBand1
     //
     this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrPageInfo2
     });
     this.pageFooterBand1.Dpi     = 100F;
     this.pageFooterBand1.HeightF = 29F;
     this.pageFooterBand1.Name    = "pageFooterBand1";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi           = 100F;
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo1.StyleName     = "PageInfo";
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.Dpi           = 100F;
     this.xrPageInfo2.Format        = "Page {0} of {1}";
     this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(331F, 6F);
     this.xrPageInfo2.Name          = "xrPageInfo2";
     this.xrPageInfo2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo2.StyleName     = "PageInfo";
     this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // reportHeaderBand1
     //
     this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel16,
         this.xrLabel15,
         this.xrLabel14,
         this.xrPictureBox1,
         this.xrLabel11
     });
     this.reportHeaderBand1.Dpi     = 100F;
     this.reportHeaderBand1.HeightF = 153.0833F;
     this.reportHeaderBand1.Name    = "reportHeaderBand1";
     //
     // xrLabel11
     //
     this.xrLabel11.Dpi           = 100F;
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(150.7917F, 47.66668F);
     this.xrLabel11.Name          = "xrLabel11";
     this.xrLabel11.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF         = new System.Drawing.SizeF(445.2916F, 33F);
     this.xrLabel11.StyleName     = "Title";
     this.xrLabel11.Text          = "Well Meter History Detail";
     //
     // 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("Times New Roman", 20F, System.Drawing.FontStyle.Bold);
     this.Title.ForeColor   = System.Drawing.Color.Maroon;
     this.Title.Name        = "Title";
     //
     // FieldCaption
     //
     this.FieldCaption.BackColor   = System.Drawing.Color.Transparent;
     this.FieldCaption.BorderColor = System.Drawing.Color.Black;
     this.FieldCaption.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.FieldCaption.BorderWidth = 1F;
     this.FieldCaption.Font        = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.FieldCaption.ForeColor   = System.Drawing.Color.Maroon;
     this.FieldCaption.Name        = "FieldCaption";
     //
     // PageInfo
     //
     this.PageInfo.BackColor   = System.Drawing.Color.Transparent;
     this.PageInfo.BorderColor = System.Drawing.Color.Black;
     this.PageInfo.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.PageInfo.BorderWidth = 1F;
     this.PageInfo.Font        = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.PageInfo.ForeColor   = System.Drawing.Color.Black;
     this.PageInfo.Name        = "PageInfo";
     //
     // DataField
     //
     this.DataField.BackColor   = System.Drawing.Color.Transparent;
     this.DataField.BorderColor = System.Drawing.Color.Black;
     this.DataField.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.DataField.BorderWidth = 1F;
     this.DataField.Font        = new System.Drawing.Font("Times New Roman", 10F);
     this.DataField.ForeColor   = System.Drawing.Color.Black;
     this.DataField.Name        = "DataField";
     this.DataField.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLine2,
         this.xrLabel1,
         this.xrLabel6,
         this.xrLabel2,
         this.xrLabel7,
         this.xrLabel5,
         this.xrLabel4,
         this.xrLabel3,
         this.xrLine1
     });
     this.GroupHeader1.Dpi = 100F;
     this.GroupHeader1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("WellNumber", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.GroupHeader1.HeightF = 81.25F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // xrLine2
     //
     this.xrLine2.Dpi           = 100F;
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(638F, 2F);
     //
     // StartDate
     //
     this.StartDate.Description = "From Date";
     this.StartDate.Name        = "StartDate";
     this.StartDate.Type        = typeof(System.DateTime);
     this.StartDate.ValueInfo   = "2010-01-01";
     //
     // EndDate
     //
     this.EndDate.Description = "To Date";
     this.EndDate.Name        = "EndDate";
     this.EndDate.Type        = typeof(System.DateTime);
     this.EndDate.ValueInfo   = "2020-01-01";
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Dpi           = 100F;
     this.xrPictureBox1.Image         = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(1.583338F, 0F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(138.5417F, 136.4167F);
     //
     // GroupFooter1
     //
     this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel13,
         this.xrLine3,
         this.xrLabel12
     });
     this.GroupFooter1.Dpi     = 100F;
     this.GroupFooter1.HeightF = 50F;
     this.GroupFooter1.Name    = "GroupFooter1";
     //
     // xrLabel12
     //
     this.xrLabel12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "WellMeterReadings.Consumption")
     });
     this.xrLabel12.Dpi                   = 100F;
     this.xrLabel12.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel12.LocationFloat         = new DevExpress.Utils.PointFloat(458.9167F, 9.999974F);
     this.xrLabel12.Name                  = "xrLabel12";
     this.xrLabel12.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel12.SizeF                 = new System.Drawing.SizeF(170.0001F, 23F);
     this.xrLabel12.StylePriority.UseFont = false;
     xrSummary1.FormatString              = "{0:#,#}";
     xrSummary1.Running                   = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrLabel12.Summary               = xrSummary1;
     //
     // xrLine3
     //
     this.xrLine3.Dpi           = 100F;
     this.xrLine3.LineStyle     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.xrLine3.LocationFloat = new DevExpress.Utils.PointFloat(55.20833F, 0F);
     this.xrLine3.Name          = "xrLine3";
     this.xrLine3.SizeF         = new System.Drawing.SizeF(565.7084F, 3.916679F);
     //
     // xrLabel13
     //
     this.xrLabel13.Dpi                   = 100F;
     this.xrLabel13.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel13.LocationFloat         = new DevExpress.Utils.PointFloat(55F, 9.999974F);
     this.xrLabel13.Name                  = "xrLabel13";
     this.xrLabel13.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel13.SizeF                 = new System.Drawing.SizeF(365.9167F, 23F);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.Text                  = "Total Consumption for  reporting period";
     //
     // xrLabel14
     //
     this.xrLabel14.AutoWidth = true;
     this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.StartDate, "Text", "{0:MM/dd/yyyy}")
     });
     this.xrLabel14.Dpi           = 100F;
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(182.2917F, 80.66667F);
     this.xrLabel14.Name          = "xrLabel14";
     this.xrLabel14.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel14.SizeF         = new System.Drawing.SizeF(70.83333F, 23F);
     this.xrLabel14.WordWrap      = false;
     //
     // xrLabel15
     //
     this.xrLabel15.Dpi           = 100F;
     this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(258.9167F, 80.66667F);
     this.xrLabel15.Name          = "xrLabel15";
     this.xrLabel15.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel15.SizeF         = new System.Drawing.SizeF(26.29166F, 23F);
     this.xrLabel15.Text          = "TO";
     //
     // xrLabel16
     //
     this.xrLabel16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.EndDate, "Text", "{0:MM/dd/yyyy}")
     });
     this.xrLabel16.Dpi           = 100F;
     this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(299.75F, 80.66667F);
     this.xrLabel16.Name          = "xrLabel16";
     this.xrLabel16.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel16.SizeF         = new System.Drawing.SizeF(100F, 23F);
     //
     // WellMeterDetailReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.pageFooterBand1,
         this.reportHeaderBand1,
         this.GroupHeader1,
         this.GroupFooter1
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "WellMeterReadings";
     this.DataSource = this.sqlDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(100, 100, 35, 35);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.StartDate,
         this.EndDate
     });
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.FieldCaption,
         this.PageInfo,
         this.DataField
     });
     this.Version = "16.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery1     = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column4             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column5             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column6             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column7             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression7   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column8             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression8   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column9             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression9   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column10            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression10  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo1   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(XtraReport1));
     DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings1 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
     DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings2 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
     this.sqlDataSource1        = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.Detail                = new DevExpress.XtraReports.UI.DetailBand();
     this.xrPictureBox1         = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel3              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2              = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin             = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin          = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeader          = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel1              = new DevExpress.XtraReports.UI.XRLabel();
     this.DetailReport          = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1               = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable2              = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2           = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell4          = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5          = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6          = new DevExpress.XtraReports.UI.XRTableCell();
     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.xrTableCell3          = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2          = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrControlStyleEven    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.xrControlStyleOdd     = new DevExpress.XtraReports.UI.XRControlStyle();
     this.xrControlStyleCaption = new DevExpress.XtraReports.UI.XRControlStyle();
     this.Category              = new DevExpress.XtraReports.Parameters.Parameter();
     this.Product               = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrPageInfo1           = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo2           = new DevExpress.XtraReports.UI.XRPageInfo();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "NORTHWND_Connection";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     customSqlQuery1.MetaSerializable   = "<Meta X=\"20\" Y=\"10\" Width=\"100\" Height=\"105\" />";
     customSqlQuery1.Name = "Categories";
     customSqlQuery1.Sql  = "select \"Categories\".\"CategoryID\", \"Categories\".\"CategoryName\",\r\n       \"Categorie" +
                            "s\".\"Description\", \"Categories\".\"Picture\"\r\n  from \"dbo\".\"Categories\" \"Categories\"" +
                            "\r\n";
     columnExpression1.ColumnName = "ProductID";
     table1.MetaSerializable      = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"248\" />";
     table1.Name                   = "Products";
     columnExpression1.Table       = table1;
     column1.Expression            = columnExpression1;
     columnExpression2.ColumnName  = "ProductName";
     columnExpression2.Table       = table1;
     column2.Expression            = columnExpression2;
     columnExpression3.ColumnName  = "SupplierID";
     columnExpression3.Table       = table1;
     column3.Expression            = columnExpression3;
     columnExpression4.ColumnName  = "CategoryID";
     columnExpression4.Table       = table1;
     column4.Expression            = columnExpression4;
     columnExpression5.ColumnName  = "QuantityPerUnit";
     columnExpression5.Table       = table1;
     column5.Expression            = columnExpression5;
     columnExpression6.ColumnName  = "UnitPrice";
     columnExpression6.Table       = table1;
     column6.Expression            = columnExpression6;
     columnExpression7.ColumnName  = "UnitsInStock";
     columnExpression7.Table       = table1;
     column7.Expression            = columnExpression7;
     columnExpression8.ColumnName  = "UnitsOnOrder";
     columnExpression8.Table       = table1;
     column8.Expression            = columnExpression8;
     columnExpression9.ColumnName  = "ReorderLevel";
     columnExpression9.Table       = table1;
     column9.Expression            = columnExpression9;
     columnExpression10.ColumnName = "Discontinued";
     columnExpression10.Table      = table1;
     column10.Expression           = columnExpression10;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Columns.Add(column5);
     selectQuery1.Columns.Add(column6);
     selectQuery1.Columns.Add(column7);
     selectQuery1.Columns.Add(column8);
     selectQuery1.Columns.Add(column9);
     selectQuery1.Columns.Add(column10);
     selectQuery1.FilterString      = "";
     selectQuery1.GroupFilterString = "";
     selectQuery1.Name = "Products";
     selectQuery1.Tables.Add(table1);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         customSqlQuery1,
         selectQuery1
     });
     masterDetailInfo1.DetailQueryName   = "Products";
     relationColumnInfo1.NestedKeyColumn = "CategoryID";
     relationColumnInfo1.ParentKeyColumn = "CategoryID";
     masterDetailInfo1.KeyColumns.Add(relationColumnInfo1);
     masterDetailInfo1.MasterQueryName = "Categories";
     this.sqlDataSource1.Relations.AddRange(new DevExpress.DataAccess.Sql.MasterDetailInfo[] {
         masterDetailInfo1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPictureBox1,
         this.xrLabel3,
         this.xrLabel2
     });
     this.Detail.HeightF = 91.08334F;
     this.Detail.KeepTogetherWithDetailReports = true;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.PageBreak     = DevExpress.XtraReports.UI.PageBreak.BeforeBandExceptFirstEntry;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Image", null, "Categories.Picture")
     });
     this.xrPictureBox1.LocationFloat            = new DevExpress.Utils.PointFloat(500F, 0F);
     this.xrPictureBox1.Name                     = "xrPictureBox1";
     this.xrPictureBox1.SizeF                    = new System.Drawing.SizeF(250F, 91.08334F);
     this.xrPictureBox1.Sizing                   = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     this.xrPictureBox1.StylePriority.UseBorders = false;
     //
     // xrLabel3
     //
     this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.Description")
     });
     this.xrLabel3.LocationFloat            = new DevExpress.Utils.PointFloat(250F, 0F);
     this.xrLabel3.Name                     = "xrLabel3";
     this.xrLabel3.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                    = new System.Drawing.SizeF(250F, 23F);
     this.xrLabel3.StylePriority.UseBorders = false;
     this.xrLabel3.Text                     = "Описание";
     //
     // xrLabel2
     //
     this.xrLabel2.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.CategoryName")
     });
     this.xrLabel2.LocationFloat            = new DevExpress.Utils.PointFloat(7.947286E-06F, 0F);
     this.xrLabel2.Name                     = "xrLabel2";
     this.xrLabel2.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                    = new System.Drawing.SizeF(250F, 23F);
     this.xrLabel2.StylePriority.UseBorders = false;
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrPageInfo2
     });
     this.TopMargin.HeightF       = 47.91668F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 47.91667F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1
     });
     this.ReportHeader.HeightF = 46.875F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel1
     //
     this.xrLabel1.Font          = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(750F, 25F);
     this.xrLabel1.StyleName     = "xrControlStyleCaption";
     this.xrLabel1.Text          = "Каталог продуктов";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrLabel1.TextTrimming  = System.Drawing.StringTrimming.None;
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1,
         this.GroupHeader1
     });
     this.DetailReport.DataMember   = "Categories.CategoriesProducts";
     this.DetailReport.DataSource   = this.sqlDataSource1;
     this.DetailReport.FilterString = "[ProductID] In (?Product)";
     this.DetailReport.Level        = 0;
     this.DetailReport.Name         = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.Detail1.HeightF          = 25F;
     this.Detail1.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
     this.Detail1.Name             = "Detail1";
     this.Detail1.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("ProductName", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.EvenStyleName = "xrControlStyleEven";
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.OddStyleName  = "xrControlStyleOdd";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(750F, 25F);
     this.xrTable2.StylePriority.UseBorders = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell4,
         this.xrTableCell5,
         this.xrTableCell6
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 11.5D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.CategoriesProducts.ProductName")
     });
     this.xrTableCell4.Name   = "xrTableCell4";
     this.xrTableCell4.Text   = "xrTableCell4";
     this.xrTableCell4.Weight = 0.2857142857142857D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.CategoriesProducts.UnitsInStock")
     });
     this.xrTableCell5.Name   = "xrTableCell5";
     this.xrTableCell5.Text   = "xrTableCell5";
     this.xrTableCell5.Weight = 0.2857142857142857D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.CategoriesProducts.UnitPrice")
     });
     this.xrTableCell6.Name   = "xrTableCell6";
     this.xrTableCell6.Text   = "xrTableCell6";
     this.xrTableCell6.Weight = 0.2857142857142857D;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.GroupHeader1.GroupUnion      = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail;
     this.GroupHeader1.HeightF         = 36.45833F;
     this.GroupHeader1.Name            = "GroupHeader1";
     this.GroupHeader1.RepeatEveryPage = true;
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF         = new System.Drawing.SizeF(750F, 25F);
     this.xrTable1.StyleName     = "xrControlStyleCaption";
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell3,
         this.xrTableCell2
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 11.5D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name   = "xrTableCell1";
     this.xrTableCell1.Text   = "Наименование";
     this.xrTableCell1.Weight = 0.2857142857142857D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Name   = "xrTableCell3";
     this.xrTableCell3.Text   = "Кол-во";
     this.xrTableCell3.Weight = 0.2857142857142857D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Name   = "xrTableCell2";
     this.xrTableCell2.Text   = "Стоимость";
     this.xrTableCell2.Weight = 0.2857142857142857D;
     //
     // xrControlStyleEven
     //
     this.xrControlStyleEven.BackColor = System.Drawing.Color.Gainsboro;
     this.xrControlStyleEven.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.xrControlStyleEven.Name      = "xrControlStyleEven";
     //
     // xrControlStyleOdd
     //
     this.xrControlStyleOdd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.xrControlStyleOdd.Name      = "xrControlStyleOdd";
     //
     // xrControlStyleCaption
     //
     this.xrControlStyleCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.xrControlStyleCaption.Name = "xrControlStyleCaption";
     //
     // Category
     //
     this.Category.Description = "Категория";
     dynamicListLookUpSettings1.DataAdapter   = null;
     dynamicListLookUpSettings1.DataMember    = "Categories";
     dynamicListLookUpSettings1.DataSource    = this.sqlDataSource1;
     dynamicListLookUpSettings1.DisplayMember = "CategoryName";
     dynamicListLookUpSettings1.ValueMember   = "CategoryID";
     this.Category.LookUpSettings             = dynamicListLookUpSettings1;
     this.Category.MultiValue = true;
     this.Category.Name       = "Category";
     this.Category.Type       = typeof(int);
     this.Category.ValueInfo  = "0";
     //
     // Product
     //
     this.Product.Description = "Продукт";
     dynamicListLookUpSettings2.DataAdapter   = null;
     dynamicListLookUpSettings2.DataMember    = "Products";
     dynamicListLookUpSettings2.DataSource    = this.sqlDataSource1;
     dynamicListLookUpSettings2.DisplayMember = "ProductName";
     dynamicListLookUpSettings2.FilterString  = "[CategoryID] In (?Category)";
     dynamicListLookUpSettings2.ValueMember   = "ProductID";
     this.Product.LookUpSettings = dynamicListLookUpSettings2;
     this.Product.MultiValue     = true;
     this.Product.Name           = "Product";
     this.Product.Type           = typeof(int);
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Format        = "Страница {0} из {1}";
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(7.947286E-06F, 24.91668F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(100F, 23F);
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(598.9583F, 24.91668F);
     this.xrPageInfo2.Name          = "xrPageInfo2";
     this.xrPageInfo2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrPageInfo2.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo2.SizeF         = new System.Drawing.SizeF(151.0417F, 23F);
     this.xrPageInfo2.StylePriority.UseTextAlignment = false;
     this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // XtraReport1
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.DetailReport
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember   = "Categories";
     this.DataSource   = this.sqlDataSource1;
     this.FilterString = "[CategoryID] In (?Category)";
     this.Margins      = new System.Drawing.Printing.Margins(49, 51, 48, 48);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.Category,
         this.Product
     });
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.xrControlStyleEven,
         this.xrControlStyleOdd,
         this.xrControlStyleCaption
     });
     this.Version = "17.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraReports.UI.XRSummary            xrSummary1          = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column4             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column5             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column6             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table2              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column7             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression7   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table3              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Join                 join1               = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Join                 join2               = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery2        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.AllColumns           allColumns1         = new DevExpress.DataAccess.Sql.AllColumns();
     DevExpress.DataAccess.Sql.Table                table4              = new DevExpress.DataAccess.Sql.Table();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(rpTonKhoBanDau));
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable2       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell8   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14  = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeader   = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable1       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7   = new DevExpress.XtraReports.UI.XRTableCell();
     this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.Detail.Dpi           = 100F;
     this.Detail.HeightF       = 25.00002F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable2
     //
     this.xrTable2.Dpi           = 100F;
     this.xrTable2.Font          = new System.Drawing.Font("Times New Roman", 12F);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(50.86377F, 0F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(751.0834F, 25.00002F);
     this.xrTable2.StylePriority.UseFont          = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell8,
         this.xrTableCell9,
         this.xrTableCell10,
         this.xrTableCell11,
         this.xrTableCell12,
         this.xrTableCell13,
         this.xrTableCell14
     });
     this.xrTableRow2.Dpi    = 100F;
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_NguyenLieu.ID")
     });
     this.xrTableCell8.Dpi  = 100F;
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseBorders = false;
     xrSummary1.Func           = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     xrSummary1.Running        = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell8.Summary = xrSummary1;
     this.xrTableCell8.Weight  = 0.4460182573246253D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_NguyenLieu.MaNguyenLieu")
     });
     this.xrTableCell9.Dpi  = 100F;
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseBorders = false;
     this.xrTableCell9.Weight = 0.7916669550354789D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_NguyenLieu.TenNguyenLieu")
     });
     this.xrTableCell10.Dpi  = 100F;
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseBorders = false;
     this.xrTableCell10.Weight = 2.1342590625422395D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_NguyenLieu.TenDonViTinh")
     });
     this.xrTableCell11.Dpi  = 100F;
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseBorders = false;
     this.xrTableCell11.Weight = 0.83796288207404845D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_NguyenLieu.GiaBan", "{0:#,#}")
     });
     this.xrTableCell12.Dpi  = 100F;
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseBorders = false;
     this.xrTableCell12.Weight = 0.90740776445315063D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_NguyenLieu.TrongLuong")
     });
     this.xrTableCell13.Dpi  = 100F;
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseBorders = false;
     this.xrTableCell13.Weight = 1.1504628716225858D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_NguyenLieu.GhiChu")
     });
     this.xrTableCell14.Dpi  = 100F;
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseBorders = false;
     this.xrTableCell14.Weight = 1.2430556412890665D;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 100F;
     this.TopMargin.HeightF       = 20F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi           = 100F;
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrLabel2,
         this.xrLabel3,
         this.xrTable1
     });
     this.ReportHeader.Dpi     = 100F;
     this.ReportHeader.HeightF = 168.6539F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Setting.TieuDe")
     });
     this.xrLabel1.Dpi                            = 100F;
     this.xrLabel1.Font                           = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(76.05701F, 17F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(309.4908F, 21.84259F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Setting.CongTy")
     });
     this.xrLabel2.Dpi                            = 100F;
     this.xrLabel2.Font                           = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(76.05701F, 39.84257F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(309.4908F, 21.84259F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.Dpi                            = 100F;
     this.xrLabel3.Font                           = new System.Drawing.Font("Times New Roman", 24F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(226.2085F, 80.15619F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(400.9261F, 38.0463F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "TỒN KHO HỆ THỐNG";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTable1
     //
     this.xrTable1.Dpi           = 100F;
     this.xrTable1.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(50.86377F, 143.6539F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(751.0834F, 25.00002F);
     this.xrTable1.StylePriority.UseFont          = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell3,
         this.xrTableCell4,
         this.xrTableCell5,
         this.xrTableCell6,
         this.xrTableCell7
     });
     this.xrTableRow1.Dpi    = 100F;
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell1.Dpi  = 100F;
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseBorders = false;
     this.xrTableCell1.Text   = "STT";
     this.xrTableCell1.Weight = 0.4460182573246253D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell2.Dpi  = 100F;
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseBorders = false;
     this.xrTableCell2.Text   = "Mã hàng";
     this.xrTableCell2.Weight = 0.7916669550354789D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell3.Dpi  = 100F;
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.StylePriority.UseBorders = false;
     this.xrTableCell3.Text   = "Tên hàng";
     this.xrTableCell3.Weight = 2.1342590625422395D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell4.Dpi  = 100F;
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseBorders = false;
     this.xrTableCell4.Text   = "ĐVT";
     this.xrTableCell4.Weight = 0.83796288207404845D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell5.Dpi  = 100F;
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseBorders = false;
     this.xrTableCell5.Text   = "Đơn giá";
     this.xrTableCell5.Weight = 0.90740776445315063D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell6.Dpi  = 100F;
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseBorders = false;
     this.xrTableCell6.Text   = "Số lượng";
     this.xrTableCell6.Weight = 1.1504628716225858D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell7.Dpi  = 100F;
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseBorders = false;
     this.xrTableCell7.Text   = "Ghi chú";
     this.xrTableCell7.Weight = 1.2430556412890665D;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "BanHangConnectionString";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "GiaBan";
     table1.Name                  = "CF_NguyenLieu";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "ID";
     columnExpression2.Table      = table1;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "TenNguyenLieu";
     columnExpression3.Table      = table1;
     column3.Expression           = columnExpression3;
     columnExpression4.ColumnName = "MaNguyenLieu";
     columnExpression4.Table      = table1;
     column4.Expression           = columnExpression4;
     columnExpression5.ColumnName = "GhiChu";
     columnExpression5.Table      = table1;
     column5.Expression           = columnExpression5;
     columnExpression6.ColumnName = "TenDonViTinh";
     table2.Name                  = "CF_DonViTinh";
     columnExpression6.Table      = table2;
     column6.Expression           = columnExpression6;
     columnExpression7.ColumnName = "TrongLuong";
     table3.Name                  = "CF_TonKho";
     columnExpression7.Table      = table3;
     column7.Expression           = columnExpression7;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Columns.Add(column5);
     selectQuery1.Columns.Add(column6);
     selectQuery1.Columns.Add(column7);
     selectQuery1.Name = "CF_NguyenLieu";
     relationColumnInfo1.NestedKeyColumn = "ID";
     relationColumnInfo1.ParentKeyColumn = "IDDonViTinh";
     join1.KeyColumns.Add(relationColumnInfo1);
     join1.Nested = table2;
     join1.Parent = table1;
     relationColumnInfo2.NestedKeyColumn = "IDNguyenLieu";
     relationColumnInfo2.ParentKeyColumn = "ID";
     join2.KeyColumns.Add(relationColumnInfo2);
     join2.Nested = table3;
     join2.Parent = table1;
     selectQuery1.Relations.Add(join1);
     selectQuery1.Relations.Add(join2);
     selectQuery1.Tables.Add(table1);
     selectQuery1.Tables.Add(table2);
     selectQuery1.Tables.Add(table3);
     table4.Name       = "Setting";
     allColumns1.Table = table4;
     selectQuery2.Columns.Add(allColumns1);
     selectQuery2.Name = "Setting";
     selectQuery2.Tables.Add(table4);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1,
         selectQuery2
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // rpTonKhoBanDau
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "CF_NguyenLieu";
     this.DataSource = this.sqlDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(0, 0, 20, 100);
     this.Padding    = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 1, 1, 100F);
     this.Version    = "16.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery1     = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(Rep_Factura));
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery2     = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo1   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.XtraReports.UI.XRSummary            xrSummary1          = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary            xrSummary2          = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary            xrSummary3          = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary            xrSummary4          = new DevExpress.XtraReports.UI.XRSummary();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.ReportHeader   = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLine1        = new DevExpress.XtraReports.UI.XRLine();
     this.xrPictureBox1  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel4       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.PageHeader     = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel22      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel23      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel21      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel20      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel19      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel18      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel17      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine4        = new DevExpress.XtraReports.UI.XRLine();
     this.xrRichText1    = new DevExpress.XtraReports.UI.XRRichText();
     this.PageFooter     = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrLabel16      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo3    = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel15      = new DevExpress.XtraReports.UI.XRLabel();
     this.lbl_usuario    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1    = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel6       = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportFooter   = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel5       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine3        = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine2        = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel12      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7       = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 13.54167F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 18.75F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "BD_JSYSEntities (JSYS_WEB)";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     customSqlQuery1.Name = "FACTURAS";
     customSqlQuery1.Sql  = resources.GetString("customSqlQuery1.Sql");
     customSqlQuery2.Name = "EMPRESA";
     customSqlQuery2.Sql  = resources.GetString("customSqlQuery2.Sql");
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         customSqlQuery1,
         customSqlQuery2
     });
     masterDetailInfo1.DetailQueryName   = "DETALLES";
     relationColumnInfo1.NestedKeyColumn = "ID_FACTURA";
     relationColumnInfo1.ParentKeyColumn = "ID_FACTURA";
     masterDetailInfo1.KeyColumns.Add(relationColumnInfo1);
     masterDetailInfo1.MasterQueryName = "FACTURAS";
     this.sqlDataSource1.Relations.AddRange(new DevExpress.DataAccess.Sql.MasterDetailInfo[] {
         masterDetailInfo1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLine1,
         this.xrPictureBox1,
         this.xrLabel4,
         this.xrLabel3,
         this.xrLabel2,
         this.xrLabel1
     });
     this.ReportHeader.HeightF = 121.5F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(13.62502F, 105.9167F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(721.5F, 11.00001F);
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Image", "[EMPRESA.LOGO]")
     });
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(13.62502F, 7.000003F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(120.8333F, 98.45836F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // xrLabel4
     //
     this.xrLabel4.Font                           = new System.Drawing.Font("Times New Roman", 10F);
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(143.9167F, 80.45836F);
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(590.2084F, 23F);
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text                           = "Identificación:  [EMPRESA.DESCRIPCION]    Numero: [EMPRESA.NUMERO_IDENTIFICACION]" +
                                                    "";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.Font                           = new System.Drawing.Font("Times New Roman", 10F);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(143.9167F, 56.25F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(590.2084F, 23F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "Telefono: [EMPRESA.TELEFONO]   Celular: [EMPRESA.CELULAR]";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel2
     //
     this.xrLabel2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[EMPRESA.DIRECCION]")
     });
     this.xrLabel2.Font                           = new System.Drawing.Font("Times New Roman", 10F);
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(143.9167F, 33.00001F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(590.2084F, 23F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "xrLabel2";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel1
     //
     this.xrLabel1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[EMPRESA.NOMBRE]")
     });
     this.xrLabel1.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(143.9167F, 10.00001F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(590.2084F, 23F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "xrLabel1";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel22,
         this.xrLabel23,
         this.xrLabel21,
         this.xrLabel20,
         this.xrLabel19,
         this.xrLabel18,
         this.xrLabel17,
         this.xrLabel13,
         this.xrLine4,
         this.xrRichText1
     });
     this.PageHeader.HeightF = 276.5833F;
     this.PageHeader.Name    = "PageHeader";
     //
     // xrLabel22
     //
     this.xrLabel22.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[GARANTIA6]")
     });
     this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(27.08333F, 225.375F);
     this.xrLabel22.Name          = "xrLabel22";
     this.xrLabel22.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel22.SizeF         = new System.Drawing.SizeF(701.0417F, 22.99998F);
     this.xrLabel22.StylePriority.UseTextAlignment = false;
     this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel23
     //
     this.xrLabel23.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[GARANTIA7]")
     });
     this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(27.08333F, 248.6562F);
     this.xrLabel23.Name          = "xrLabel23";
     this.xrLabel23.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel23.SizeF         = new System.Drawing.SizeF(701.0417F, 22.99998F);
     this.xrLabel23.StylePriority.UseTextAlignment = false;
     this.xrLabel23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel21
     //
     this.xrLabel21.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[GARANTIA5]")
     });
     this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(27.08333F, 202.0937F);
     this.xrLabel21.Name          = "xrLabel21";
     this.xrLabel21.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel21.SizeF         = new System.Drawing.SizeF(701.0417F, 22.99998F);
     this.xrLabel21.StylePriority.UseTextAlignment = false;
     this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel20
     //
     this.xrLabel20.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[GARANTIA4]")
     });
     this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(27.08333F, 178.8125F);
     this.xrLabel20.Name          = "xrLabel20";
     this.xrLabel20.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.SizeF         = new System.Drawing.SizeF(701.0417F, 22.99998F);
     this.xrLabel20.StylePriority.UseTextAlignment = false;
     this.xrLabel20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel19
     //
     this.xrLabel19.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[GARANTIA3]")
     });
     this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(27.08333F, 155.5312F);
     this.xrLabel19.Name          = "xrLabel19";
     this.xrLabel19.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF         = new System.Drawing.SizeF(701.0417F, 22.99998F);
     this.xrLabel19.StylePriority.UseTextAlignment = false;
     this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel18
     //
     this.xrLabel18.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[GARANTIA1]")
     });
     this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(27.08333F, 132.25F);
     this.xrLabel18.Name          = "xrLabel18";
     this.xrLabel18.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF         = new System.Drawing.SizeF(701.0417F, 22.99998F);
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.Text          = "xrLabel18";
     this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel17
     //
     this.xrLabel17.Font                           = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel17.LocationFloat                  = new DevExpress.Utils.PointFloat(13.58328F, 108.5625F);
     this.xrLabel17.Name                           = "xrLabel17";
     this.xrLabel17.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF                          = new System.Drawing.SizeF(714.5001F, 23F);
     this.xrLabel17.StylePriority.UseFont          = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.Text                           = "Garantía(s)";
     this.xrLabel17.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel13
     //
     this.xrLabel13.Font                           = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel13.LocationFloat                  = new DevExpress.Utils.PointFloat(15.62497F, 0F);
     this.xrLabel13.Name                           = "xrLabel13";
     this.xrLabel13.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                          = new System.Drawing.SizeF(714.5001F, 23F);
     this.xrLabel13.StylePriority.UseFont          = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text                           = "Datos de Préstamo";
     this.xrLabel13.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLine4
     //
     this.xrLine4.LocationFloat = new DevExpress.Utils.PointFloat(14.25F, 93.875F);
     this.xrLine4.Name          = "xrLine4";
     this.xrLine4.SizeF         = new System.Drawing.SizeF(721.5F, 9.000008F);
     //
     // xrRichText1
     //
     this.xrRichText1.Font                  = new System.Drawing.Font("Times New Roman", 10F);
     this.xrRichText1.LocationFloat         = new DevExpress.Utils.PointFloat(14.62495F, 41.79166F);
     this.xrRichText1.Name                  = "xrRichText1";
     this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString");
     this.xrRichText1.SizeF                 = new System.Drawing.SizeF(720.5001F, 49.95834F);
     this.xrRichText1.StylePriority.UseFont = false;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel16,
         this.xrPageInfo3,
         this.xrLabel15,
         this.lbl_usuario,
         this.xrLabel14,
         this.xrPageInfo1
     });
     this.PageFooter.HeightF = 38.54167F;
     this.PageFooter.Name    = "PageFooter";
     //
     // xrLabel16
     //
     this.xrLabel16.Font                           = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel16.LocationFloat                  = new DevExpress.Utils.PointFloat(530.9341F, 0F);
     this.xrLabel16.Name                           = "xrLabel16";
     this.xrLabel16.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF                          = new System.Drawing.SizeF(51.34012F, 23F);
     this.xrLabel16.StylePriority.UseFont          = false;
     this.xrLabel16.StylePriority.UseTextAlignment = false;
     this.xrLabel16.Text                           = "Pagina: ";
     this.xrLabel16.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrPageInfo3
     //
     this.xrPageInfo3.LocationFloat = new DevExpress.Utils.PointFloat(582.2742F, 0F);
     this.xrPageInfo3.Name          = "xrPageInfo3";
     this.xrPageInfo3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo3.SizeF         = new System.Drawing.SizeF(44.79169F, 23F);
     this.xrPageInfo3.StylePriority.UseTextAlignment = false;
     this.xrPageInfo3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel15
     //
     this.xrLabel15.Font                           = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel15.LocationFloat                  = new DevExpress.Utils.PointFloat(298.6841F, 0F);
     this.xrLabel15.Name                           = "xrLabel15";
     this.xrLabel15.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF                          = new System.Drawing.SizeF(57.59024F, 23F);
     this.xrLabel15.StylePriority.UseFont          = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text                           = "Usuario:";
     this.xrLabel15.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lbl_usuario
     //
     this.lbl_usuario.LocationFloat = new DevExpress.Utils.PointFloat(357.2743F, 0F);
     this.lbl_usuario.Name          = "lbl_usuario";
     this.lbl_usuario.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbl_usuario.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.lbl_usuario.StylePriority.UseTextAlignment = false;
     this.lbl_usuario.Text          = "lbl_usuario";
     this.lbl_usuario.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel14
     //
     this.xrLabel14.Font                           = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel14.LocationFloat                  = new DevExpress.Utils.PointFloat(10.00001F, 0F);
     this.xrLabel14.Name                           = "xrLabel14";
     this.xrLabel14.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                          = new System.Drawing.SizeF(110.7152F, 23F);
     this.xrLabel14.StylePriority.UseFont          = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text                           = "Fecha Impresión:";
     this.xrLabel14.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(121.9167F, 0F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(123.9584F, 23F);
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrPageInfo1.TextFormatString = "{0:dd/MM/yyyy hh:mm ss}";
     //
     // xrLabel6
     //
     this.xrLabel6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MONTO_TOTAL]")
     });
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(633.7858F, 17F);
     this.xrLabel6.Name          = "xrLabel6";
     this.xrLabel6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF         = new System.Drawing.SizeF(96.33917F, 23F);
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     xrSummary1.FormatString     = "{0:n2}";
     this.xrLabel6.Summary       = xrSummary1;
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel5,
         this.xrLabel10,
         this.xrLine3,
         this.xrLine2,
         this.xrLabel12,
         this.xrLabel11,
         this.xrLabel9,
         this.xrLabel8,
         this.xrLabel7,
         this.xrLabel6
     });
     this.ReportFooter.HeightF = 140.625F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // xrLabel5
     //
     this.xrLabel5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MONTO_DESCONTADO]")
     });
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(633.4594F, 86.58334F);
     this.xrLabel5.Name          = "xrLabel5";
     this.xrLabel5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF         = new System.Drawing.SizeF(96.33917F, 23F);
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     xrSummary2.FormatString     = "{0:n2}";
     this.xrLabel5.Summary       = xrSummary2;
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel10
     //
     this.xrLabel10.Font                           = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel10.LocationFloat                  = new DevExpress.Utils.PointFloat(560.5F, 86.58333F);
     this.xrLabel10.Name                           = "xrLabel10";
     this.xrLabel10.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                          = new System.Drawing.SizeF(72.25F, 23.00001F);
     this.xrLabel10.StylePriority.UseFont          = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text                           = "Descuento:";
     this.xrLabel10.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLine3
     //
     this.xrLine3.LocationFloat = new DevExpress.Utils.PointFloat(14.25F, 6F);
     this.xrLine3.Name          = "xrLine3";
     this.xrLine3.SizeF         = new System.Drawing.SizeF(721.5F, 9.000008F);
     //
     // xrLine2
     //
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(14.25F, 123F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(721.5F, 9.000008F);
     //
     // xrLabel12
     //
     this.xrLabel12.Font                           = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel12.LocationFloat                  = new DevExpress.Utils.PointFloat(560.8265F, 63.00004F);
     this.xrLabel12.Name                           = "xrLabel12";
     this.xrLabel12.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                          = new System.Drawing.SizeF(72.25F, 23F);
     this.xrLabel12.StylePriority.UseFont          = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text                           = "Pendiente:";
     this.xrLabel12.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel11
     //
     this.xrLabel11.Font                           = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel11.LocationFloat                  = new DevExpress.Utils.PointFloat(560.8265F, 40.00003F);
     this.xrLabel11.Name                           = "xrLabel11";
     this.xrLabel11.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                          = new System.Drawing.SizeF(72.25F, 23F);
     this.xrLabel11.StylePriority.UseFont          = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text                           = "Pagado:";
     this.xrLabel11.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel9
     //
     this.xrLabel9.Font                           = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat                  = new DevExpress.Utils.PointFloat(560.8265F, 17.00001F);
     this.xrLabel9.Name                           = "xrLabel9";
     this.xrLabel9.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF                          = new System.Drawing.SizeF(72.25F, 23F);
     this.xrLabel9.StylePriority.UseFont          = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text                           = "Total:";
     this.xrLabel9.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel8
     //
     this.xrLabel8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MONTO_PENDIENTE]")
     });
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(633.7858F, 63.00003F);
     this.xrLabel8.Name          = "xrLabel8";
     this.xrLabel8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF         = new System.Drawing.SizeF(96.33917F, 23F);
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     xrSummary3.FormatString     = "{0:n2}";
     this.xrLabel8.Summary       = xrSummary3;
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel7
     //
     this.xrLabel7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MONTO_PAGADO]")
     });
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(633.7859F, 40.00002F);
     this.xrLabel7.Name          = "xrLabel7";
     this.xrLabel7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF         = new System.Drawing.SizeF(96.33917F, 23F);
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     xrSummary4.FormatString     = "{0:n2}";
     this.xrLabel7.Summary       = xrSummary4;
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // Rep_Factura
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.PageHeader,
         this.PageFooter,
         this.ReportFooter
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember   = "FACTURAS";
     this.DataSource   = this.sqlDataSource1;
     this.Margins      = new System.Drawing.Printing.Margins(50, 50, 14, 19);
     this.SnappingMode = DevExpress.XtraReports.UI.SnappingMode.None;
     this.Version      = "17.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.DataAccess.Sql.TableQuery           tableQuery1         = new DevExpress.DataAccess.Sql.TableQuery();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo1          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo1         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo2         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo3         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo4         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo5         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo6         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.TableQuery           tableQuery2         = new DevExpress.DataAccess.Sql.TableQuery();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo2          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo7         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo8         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo9         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo10        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo11        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo12        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo13        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo14        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo15        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo16        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo17        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo1   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(MasterReport));
     this.Title           = new DevExpress.XtraReports.UI.XRControlStyle();
     this.xrLabel1        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox1   = new DevExpress.XtraReports.UI.XRPictureBox();
     this.Detail          = new DevExpress.XtraReports.UI.DetailBand();
     this.xrSubreport1    = new DevExpress.XtraReports.UI.XRSubreport();
     this.xrLabel2        = new DevExpress.XtraReports.UI.XRLabel();
     this.sqlDataSource1  = new DevExpress.DataAccess.Sql.SqlDataSource();
     this.DataField       = new DevExpress.XtraReports.UI.XRControlStyle();
     this.TopMargin       = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrPageInfo2     = new DevExpress.XtraReports.UI.XRPageInfo();
     this.BottomMargin    = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.FieldCaption    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.xrPageInfo1     = new DevExpress.XtraReports.UI.XRPageInfo();
     this.pageFooterBand1 = new DevExpress.XtraReports.UI.PageFooterBand();
     this.PageInfo        = new DevExpress.XtraReports.UI.XRControlStyle();
     this.xrPageBreak1    = new DevExpress.XtraReports.UI.XRPageBreak();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // 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("Times New Roman", 20F, System.Drawing.FontStyle.Bold);
     this.Title.ForeColor   = System.Drawing.Color.Maroon;
     this.Title.Name        = "Title";
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.CategoryName")
     });
     this.xrLabel1.Font                  = new System.Drawing.Font("Times New Roman", 16F);
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(400F, 50.08334F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "xrLabel1";
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Image", null, "Categories.Picture")
     });
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(400F, 0F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(250F, 98.08334F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageBreak1,
         this.xrSubreport1,
         this.xrLabel2,
         this.xrPictureBox1,
         this.xrLabel1
     });
     this.Detail.HeightF       = 131.5F;
     this.Detail.KeepTogether  = true;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.PageBreak     = DevExpress.XtraReports.UI.PageBreak.AfterBand;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrSubreport1
     //
     this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 108.5F);
     this.xrSubreport1.Name          = "xrSubreport1";
     this.xrSubreport1.ReportSource  = new dxSample.DetailReport();
     this.xrSubreport1.SizeF         = new System.Drawing.SizeF(650F, 23F);
     this.xrSubreport1.BeforePrint  += new System.Drawing.Printing.PrintEventHandler(this.xrSubreport1_BeforePrint);
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.Description")
     });
     this.xrLabel2.Font                  = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Italic);
     this.xrLabel2.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 50.08335F);
     this.xrLabel2.Name                  = "xrLabel2";
     this.xrLabel2.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                 = new System.Drawing.SizeF(400F, 48F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text                  = "xrLabel2";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "dxSample.Properties.Settings.nwindConnectionString";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     tableQuery1.Name = "Categories";
     tableInfo1.Name  = "Categories";
     columnInfo1.Name = "CategoryID";
     columnInfo2.Name = "CategoryName";
     columnInfo3.Name = "Description";
     columnInfo4.Name = "Picture";
     columnInfo5.Name = "Icon_17";
     columnInfo6.Name = "Icon_25";
     tableInfo1.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo1,
         columnInfo2,
         columnInfo3,
         columnInfo4,
         columnInfo5,
         columnInfo6
     });
     tableQuery1.Tables.AddRange(new DevExpress.DataAccess.Sql.TableInfo[] {
         tableInfo1
     });
     tableQuery2.Name  = "Products";
     tableInfo2.Name   = "Products";
     columnInfo7.Name  = "ProductID";
     columnInfo8.Name  = "ProductName";
     columnInfo9.Name  = "SupplierID";
     columnInfo10.Name = "CategoryID";
     columnInfo11.Name = "QuantityPerUnit";
     columnInfo12.Name = "UnitPrice";
     columnInfo13.Name = "UnitsInStock";
     columnInfo14.Name = "UnitsOnOrder";
     columnInfo15.Name = "ReorderLevel";
     columnInfo16.Name = "Discontinued";
     columnInfo17.Name = "EAN13";
     tableInfo2.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo7,
         columnInfo8,
         columnInfo9,
         columnInfo10,
         columnInfo11,
         columnInfo12,
         columnInfo13,
         columnInfo14,
         columnInfo15,
         columnInfo16,
         columnInfo17
     });
     tableQuery2.Tables.AddRange(new DevExpress.DataAccess.Sql.TableInfo[] {
         tableInfo2
     });
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         tableQuery1,
         tableQuery2
     });
     masterDetailInfo1.DetailQueryName   = "Products";
     relationColumnInfo1.NestedKeyColumn = "CategoryID";
     relationColumnInfo1.ParentKeyColumn = "CategoryID";
     masterDetailInfo1.KeyColumns.Add(relationColumnInfo1);
     masterDetailInfo1.MasterQueryName = "Categories";
     masterDetailInfo1.Name            = "CategoriesProducts";
     this.sqlDataSource1.Relations.Add(masterDetailInfo1);
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // DataField
     //
     this.DataField.BackColor   = System.Drawing.Color.Transparent;
     this.DataField.BorderColor = System.Drawing.Color.Black;
     this.DataField.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.DataField.BorderWidth = 1F;
     this.DataField.Font        = new System.Drawing.Font("Times New Roman", 10F);
     this.DataField.ForeColor   = System.Drawing.Color.Black;
     this.DataField.Name        = "DataField";
     this.DataField.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 100F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.Format        = "Page {0} of {1}";
     this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(331F, 6F);
     this.xrPageInfo2.Name          = "xrPageInfo2";
     this.xrPageInfo2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo2.StyleName     = "PageInfo";
     this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // FieldCaption
     //
     this.FieldCaption.BackColor   = System.Drawing.Color.Transparent;
     this.FieldCaption.BorderColor = System.Drawing.Color.Black;
     this.FieldCaption.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.FieldCaption.BorderWidth = 1F;
     this.FieldCaption.Font        = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.FieldCaption.ForeColor   = System.Drawing.Color.Maroon;
     this.FieldCaption.Name        = "FieldCaption";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo1.StyleName     = "PageInfo";
     //
     // pageFooterBand1
     //
     this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrPageInfo2
     });
     this.pageFooterBand1.HeightF = 29F;
     this.pageFooterBand1.Name    = "pageFooterBand1";
     //
     // PageInfo
     //
     this.PageInfo.BackColor   = System.Drawing.Color.Transparent;
     this.PageInfo.BorderColor = System.Drawing.Color.Black;
     this.PageInfo.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.PageInfo.BorderWidth = 1F;
     this.PageInfo.Font        = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.PageInfo.ForeColor   = System.Drawing.Color.Black;
     this.PageInfo.Name        = "PageInfo";
     //
     // xrPageBreak1
     //
     this.xrPageBreak1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPageBreak1.Name          = "xrPageBreak1";
     //
     // MasterReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.pageFooterBand1
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "Categories";
     this.DataSource = this.sqlDataSource1;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.FieldCaption,
         this.PageInfo,
         this.DataField
     });
     this.Version = "15.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column4             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column5             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column6             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column7             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression7   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column8             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression8   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column9             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression9   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column10            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression10  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column11            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression11  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column12            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression12  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column13            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression13  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column14            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression14  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery2        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column15            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression15  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table2              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column16            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression16  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column17            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression17  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column18            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression18  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column19            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression19  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo1   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(OrdersReport));
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1           = new DevExpress.XtraReports.UI.XRLine();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.sqlDataSource1    = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.pageFooterBand1   = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo2       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel9          = new DevExpress.XtraReports.UI.XRLabel();
     this.Title             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.FieldCaption      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DataField         = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailReport      = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1           = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel12         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10         = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader1      = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel15         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13         = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrLabel2,
         this.xrLabel3,
         this.xrLabel4,
         this.xrLabel5,
         this.xrLabel6,
         this.xrLabel7,
         this.xrLabel8,
         this.xrLine1
     });
     this.Detail.HeightF       = 104F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 9F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(162F, 18F);
     this.xrLabel1.StyleName     = "FieldCaption";
     this.xrLabel1.Text          = "Shipped Date";
     //
     // xrLabel2
     //
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(6F, 33F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(162F, 18F);
     this.xrLabel2.StyleName     = "FieldCaption";
     this.xrLabel2.Text          = "Ship Address";
     //
     // xrLabel3
     //
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(6F, 57F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(162F, 18F);
     this.xrLabel3.StyleName     = "FieldCaption";
     this.xrLabel3.Text          = "Order ID";
     //
     // xrLabel4
     //
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(6F, 81F);
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(162F, 18F);
     this.xrLabel4.StyleName     = "FieldCaption";
     this.xrLabel4.Text          = "Order Date";
     //
     // xrLabel5
     //
     this.xrLabel5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ShippedDate]")
     });
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(174F, 9F);
     this.xrLabel5.Name          = "xrLabel5";
     this.xrLabel5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF         = new System.Drawing.SizeF(470F, 18F);
     this.xrLabel5.StyleName     = "DataField";
     this.xrLabel5.Text          = "xrLabel5";
     //
     // xrLabel6
     //
     this.xrLabel6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ShipAddress]")
     });
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(174F, 33F);
     this.xrLabel6.Name          = "xrLabel6";
     this.xrLabel6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF         = new System.Drawing.SizeF(470F, 18F);
     this.xrLabel6.StyleName     = "DataField";
     this.xrLabel6.Text          = "xrLabel6";
     //
     // xrLabel7
     //
     this.xrLabel7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[OrderID]")
     });
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(174F, 57F);
     this.xrLabel7.Name          = "xrLabel7";
     this.xrLabel7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF         = new System.Drawing.SizeF(470F, 18F);
     this.xrLabel7.StyleName     = "DataField";
     this.xrLabel7.Text          = "xrLabel7";
     //
     // xrLabel8
     //
     this.xrLabel8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[OrderDate]")
     });
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(174F, 81F);
     this.xrLabel8.Name          = "xrLabel8";
     this.xrLabel8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF         = new System.Drawing.SizeF(470F, 18F);
     this.xrLabel8.StyleName     = "DataField";
     this.xrLabel8.Text          = "xrLabel8";
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 3F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(638F, 2F);
     //
     // TopMargin
     //
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "nwind";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "OrderID";
     table1.Name                   = "Orders";
     columnExpression1.Table       = table1;
     column1.Expression            = columnExpression1;
     columnExpression2.ColumnName  = "CustomerID";
     columnExpression2.Table       = table1;
     column2.Expression            = columnExpression2;
     columnExpression3.ColumnName  = "EmployeeID";
     columnExpression3.Table       = table1;
     column3.Expression            = columnExpression3;
     columnExpression4.ColumnName  = "OrderDate";
     columnExpression4.Table       = table1;
     column4.Expression            = columnExpression4;
     columnExpression5.ColumnName  = "RequiredDate";
     columnExpression5.Table       = table1;
     column5.Expression            = columnExpression5;
     columnExpression6.ColumnName  = "ShippedDate";
     columnExpression6.Table       = table1;
     column6.Expression            = columnExpression6;
     columnExpression7.ColumnName  = "ShipVia";
     columnExpression7.Table       = table1;
     column7.Expression            = columnExpression7;
     columnExpression8.ColumnName  = "Freight";
     columnExpression8.Table       = table1;
     column8.Expression            = columnExpression8;
     columnExpression9.ColumnName  = "ShipName";
     columnExpression9.Table       = table1;
     column9.Expression            = columnExpression9;
     columnExpression10.ColumnName = "ShipAddress";
     columnExpression10.Table      = table1;
     column10.Expression           = columnExpression10;
     columnExpression11.ColumnName = "ShipCity";
     columnExpression11.Table      = table1;
     column11.Expression           = columnExpression11;
     columnExpression12.ColumnName = "ShipRegion";
     columnExpression12.Table      = table1;
     column12.Expression           = columnExpression12;
     columnExpression13.ColumnName = "ShipPostalCode";
     columnExpression13.Table      = table1;
     column13.Expression           = columnExpression13;
     columnExpression14.ColumnName = "ShipCountry";
     columnExpression14.Table      = table1;
     column14.Expression           = columnExpression14;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Columns.Add(column5);
     selectQuery1.Columns.Add(column6);
     selectQuery1.Columns.Add(column7);
     selectQuery1.Columns.Add(column8);
     selectQuery1.Columns.Add(column9);
     selectQuery1.Columns.Add(column10);
     selectQuery1.Columns.Add(column11);
     selectQuery1.Columns.Add(column12);
     selectQuery1.Columns.Add(column13);
     selectQuery1.Columns.Add(column14);
     selectQuery1.MetaSerializable = "<Meta X=\"140\" Y=\"20\" Width=\"100\" Height=\"275\" />";
     selectQuery1.Name             = "Orders";
     selectQuery1.Tables.Add(table1);
     columnExpression15.ColumnName = "OrderID";
     table2.Name = "OrderDetails";
     columnExpression15.Table      = table2;
     column15.Expression           = columnExpression15;
     columnExpression16.ColumnName = "ProductID";
     columnExpression16.Table      = table2;
     column16.Expression           = columnExpression16;
     columnExpression17.ColumnName = "UnitPrice";
     columnExpression17.Table      = table2;
     column17.Expression           = columnExpression17;
     columnExpression18.ColumnName = "Quantity";
     columnExpression18.Table      = table2;
     column18.Expression           = columnExpression18;
     columnExpression19.ColumnName = "Discount";
     columnExpression19.Table      = table2;
     column19.Expression           = columnExpression19;
     selectQuery2.Columns.Add(column15);
     selectQuery2.Columns.Add(column16);
     selectQuery2.Columns.Add(column17);
     selectQuery2.Columns.Add(column18);
     selectQuery2.Columns.Add(column19);
     selectQuery2.MetaSerializable = "<Meta X=\"20\" Y=\"20\" Width=\"100\" Height=\"122\" />";
     selectQuery2.Name             = "OrderDetails";
     selectQuery2.Tables.Add(table2);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1,
         selectQuery2
     });
     masterDetailInfo1.DetailQueryName   = "OrderDetails";
     relationColumnInfo1.NestedKeyColumn = "OrderID";
     relationColumnInfo1.ParentKeyColumn = "OrderID";
     masterDetailInfo1.KeyColumns.Add(relationColumnInfo1);
     masterDetailInfo1.MasterQueryName = "Orders";
     this.sqlDataSource1.Relations.AddRange(new DevExpress.DataAccess.Sql.MasterDetailInfo[] {
         masterDetailInfo1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // pageFooterBand1
     //
     this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrPageInfo2
     });
     this.pageFooterBand1.HeightF = 29.00001F;
     this.pageFooterBand1.Name    = "pageFooterBand1";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(5.999999F, 6.00001F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(271.3333F, 23F);
     this.xrPageInfo1.StyleName     = "PageInfo";
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.LocationFloat    = new DevExpress.Utils.PointFloat(331F, 6F);
     this.xrPageInfo2.Name             = "xrPageInfo2";
     this.xrPageInfo2.Padding          = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.SizeF            = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo2.StyleName        = "PageInfo";
     this.xrPageInfo2.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrPageInfo2.TextFormatString = "Page {0} of {1}";
     //
     // reportHeaderBand1
     //
     this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel9
     });
     this.reportHeaderBand1.HeightF = 51F;
     this.reportHeaderBand1.Name    = "reportHeaderBand1";
     //
     // xrLabel9
     //
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
     this.xrLabel9.Multiline     = true;
     this.xrLabel9.Name          = "xrLabel9";
     this.xrLabel9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF         = new System.Drawing.SizeF(638F, 33F);
     this.xrLabel9.StyleName     = "Title";
     this.xrLabel9.Text          = "Orders Report\r\n";
     //
     // 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("Times New Roman", 20F, System.Drawing.FontStyle.Bold);
     this.Title.ForeColor   = System.Drawing.Color.Maroon;
     this.Title.Name        = "Title";
     //
     // FieldCaption
     //
     this.FieldCaption.BackColor   = System.Drawing.Color.Transparent;
     this.FieldCaption.BorderColor = System.Drawing.Color.Black;
     this.FieldCaption.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.FieldCaption.BorderWidth = 1F;
     this.FieldCaption.Font        = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.FieldCaption.ForeColor   = System.Drawing.Color.Maroon;
     this.FieldCaption.Name        = "FieldCaption";
     //
     // PageInfo
     //
     this.PageInfo.BackColor   = System.Drawing.Color.Transparent;
     this.PageInfo.BorderColor = System.Drawing.Color.Black;
     this.PageInfo.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.PageInfo.BorderWidth = 1F;
     this.PageInfo.Font        = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.PageInfo.ForeColor   = System.Drawing.Color.Black;
     this.PageInfo.Name        = "PageInfo";
     //
     // DataField
     //
     this.DataField.BackColor   = System.Drawing.Color.Transparent;
     this.DataField.BorderColor = System.Drawing.Color.Black;
     this.DataField.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.DataField.BorderWidth = 1F;
     this.DataField.Font        = new System.Drawing.Font("Times New Roman", 10F);
     this.DataField.ForeColor   = System.Drawing.Color.Black;
     this.DataField.Name        = "DataField";
     this.DataField.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1,
         this.GroupHeader1
     });
     this.DetailReport.DataMember = "Orders.OrdersOrderDetails";
     this.DetailReport.DataSource = this.sqlDataSource1;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel12,
         this.xrLabel11,
         this.xrLabel10
     });
     this.Detail1.HeightF                 = 23F;
     this.Detail1.KeepTogether            = true;
     this.Detail1.MultiColumn.ColumnCount = 2;
     this.Detail1.Name = "Detail1";
     //
     // xrLabel12
     //
     this.xrLabel12.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[UnitPrice]")
     });
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(520.8333F, 0F);
     this.xrLabel12.Name          = "xrLabel12";
     this.xrLabel12.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF         = new System.Drawing.SizeF(123.1667F, 23F);
     this.xrLabel12.Text          = "xrLabel12";
     //
     // xrLabel11
     //
     this.xrLabel11.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Quantity]")
     });
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(420.8333F, 0F);
     this.xrLabel11.Name          = "xrLabel11";
     this.xrLabel11.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel11.Text          = "xrLabel11";
     //
     // xrLabel10
     //
     this.xrLabel10.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ProductID]")
     });
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(320.8333F, 0F);
     this.xrLabel10.Name          = "xrLabel10";
     this.xrLabel10.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel10.Text          = "xrLabel10";
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel15,
         this.xrLabel14,
         this.xrLabel13
     });
     this.GroupHeader1.HeightF         = 23F;
     this.GroupHeader1.KeepTogether    = true;
     this.GroupHeader1.Name            = "GroupHeader1";
     this.GroupHeader1.RepeatEveryPage = true;
     //
     // xrLabel15
     //
     this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(520.8333F, 0F);
     this.xrLabel15.Name          = "xrLabel15";
     this.xrLabel15.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF         = new System.Drawing.SizeF(123.1667F, 23F);
     this.xrLabel15.Text          = "UnitPrice";
     //
     // xrLabel14
     //
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(420.8333F, 0F);
     this.xrLabel14.Name          = "xrLabel14";
     this.xrLabel14.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel14.Text          = "Quantity";
     //
     // xrLabel13
     //
     this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(320.8332F, 0F);
     this.xrLabel13.Name          = "xrLabel13";
     this.xrLabel13.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel13.Text          = "ProductID";
     //
     // OrdersReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.pageFooterBand1,
         this.reportHeaderBand1,
         this.DetailReport
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "Orders";
     this.DataSource = this.sqlDataSource1;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.FieldCaption,
         this.PageInfo,
         this.DataField
     });
     this.Version = "18.2";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraReports.UI.XRSummary            xrSummary1          = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.AllColumns           allColumns1         = new DevExpress.DataAccess.Sql.AllColumns();
     DevExpress.DataAccess.Sql.Table                table1              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery1     = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter2     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter3     = new DevExpress.DataAccess.Sql.QueryParameter();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(rpBangKeBanHang));
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery2     = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo1   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.XtraReports.UI.XRSummary            xrSummary2          = new DevExpress.XtraReports.UI.XRSummary();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable2       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell12  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2   = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.strNgay        = new DevExpress.XtraReports.Parameters.Parameter();
     this.NgayBD         = new DevExpress.XtraReports.Parameters.Parameter();
     this.NgayKT         = new DevExpress.XtraReports.Parameters.Parameter();
     this.DetailReport   = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1        = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable3       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell17  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell21  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell22  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell24  = new DevExpress.XtraReports.UI.XRTableCell();
     this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.ReportHeader   = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel2       = new DevExpress.XtraReports.UI.XRLabel();
     this.TenKhachHang   = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable1       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell3   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell23  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel10      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14      = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportFooter   = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrTable4       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow4    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell9   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell18  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell25  = new DevExpress.XtraReports.UI.XRTableCell();
     this.IDKhachHang    = new DevExpress.XtraReports.Parameters.Parameter();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.Detail.Dpi           = 100F;
     this.Detail.HeightF       = 20.36582F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.Dpi           = 100F;
     this.xrTable2.Font          = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(102.0405F, 0F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 1, 0, 100F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(898.9745F, 20.36582F);
     this.xrTable2.StylePriority.UseBorders       = false;
     this.xrTable2.StylePriority.UseFont          = false;
     this.xrTable2.StylePriority.UsePadding       = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell12,
         this.xrTableCell13,
         this.xrTableCell14,
         this.xrTableCell15,
         this.xrTableCell16,
         this.xrTableCell5,
         this.xrTableCell2
     });
     this.xrTableRow2.Dpi    = 100F;
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell12.Dpi     = 100F;
     this.xrTableCell12.Name    = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseBorders = false;
     this.xrTableCell12.Text   = "Tên KH:";
     this.xrTableCell12.Weight = 0.87305189177367692D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_HoaDon.TenKhachHang")
     });
     this.xrTableCell13.Dpi  = 100F;
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseBorders       = false;
     this.xrTableCell13.StylePriority.UseTextAlignment = false;
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell13.Weight        = 2.4183738351963857D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableCell14.Dpi     = 100F;
     this.xrTableCell14.Name    = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseBorders = false;
     this.xrTableCell14.Text   = "Mã hóa đơn:";
     this.xrTableCell14.Weight = 0.75842823916883828D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_HoaDon.MaHoaDon")
     });
     this.xrTableCell15.Dpi  = 100F;
     this.xrTableCell15.Name = "xrTableCell15";
     this.xrTableCell15.StylePriority.UseBorders       = false;
     this.xrTableCell15.StylePriority.UseTextAlignment = false;
     this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell15.Weight        = 1.5402927999176999D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableCell16.Dpi     = 100F;
     this.xrTableCell16.Name    = "xrTableCell16";
     this.xrTableCell16.StylePriority.UseBorders = false;
     this.xrTableCell16.Text   = "Ngày:";
     this.xrTableCell16.Weight = 0.39595690348509222D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_HoaDon.NgayBan", "{0:dd/MM/yyyy}")
     });
     this.xrTableCell5.Dpi  = 100F;
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseBorders       = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell5.Weight        = 0.81856244509629161D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_HoaDon.TongTien", "{0:N0}")
     });
     this.xrTableCell2.Dpi     = 100F;
     this.xrTableCell2.Name    = "xrTableCell2";
     this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 2, 1, 0, 100F);
     this.xrTableCell2.StylePriority.UseBorders       = false;
     this.xrTableCell2.StylePriority.UsePadding       = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrTableCell2.Weight        = 1.3842318914517953D;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 100F;
     this.TopMargin.HeightF       = 14.5561F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi           = 100F;
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // strNgay
     //
     this.strNgay.Name = "strNgay";
     //
     // NgayBD
     //
     this.NgayBD.Name = "NgayBD";
     //
     // NgayKT
     //
     this.NgayKT.Name = "NgayKT";
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1
     });
     this.DetailReport.DataMember = "GPM_HoaDon.GPM_HoaDonGPM_ChiTietHoaDon";
     this.DetailReport.DataSource = this.sqlDataSource1;
     this.DetailReport.Dpi        = 100F;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable3
     });
     this.Detail1.Dpi     = 100F;
     this.Detail1.HeightF = 20.36582F;
     this.Detail1.Name    = "Detail1";
     //
     // xrTable3
     //
     this.xrTable3.Dpi           = 100F;
     this.xrTable3.Font          = new System.Drawing.Font("Times New Roman", 9F);
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(102.0405F, 0F);
     this.xrTable3.Name          = "xrTable3";
     this.xrTable3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 1, 0, 100F);
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow3
     });
     this.xrTable3.SizeF = new System.Drawing.SizeF(898.9745F, 20.36582F);
     this.xrTable3.StylePriority.UseBorders       = false;
     this.xrTable3.StylePriority.UseFont          = false;
     this.xrTable3.StylePriority.UsePadding       = false;
     this.xrTable3.StylePriority.UseTextAlignment = false;
     this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell17,
         this.xrTableCell19,
         this.xrTableCell20,
         this.xrTableCell1,
         this.xrTableCell21,
         this.xrTableCell22,
         this.xrTableCell24
     });
     this.xrTableRow3.Dpi    = 100F;
     this.xrTableRow3.Name   = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_HoaDon.GPM_HoaDonGPM_ChiTietHoaDon.MaHang")
     });
     this.xrTableCell17.Dpi  = 100F;
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.StylePriority.UseBorders = false;
     xrSummary1.Func            = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     xrSummary1.Running         = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell17.Summary = xrSummary1;
     this.xrTableCell17.Weight  = 0.45815121949411008D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_HoaDon.GPM_HoaDonGPM_ChiTietHoaDon.TenHangHoa")
     });
     this.xrTableCell19.Dpi     = 100F;
     this.xrTableCell19.Name    = "xrTableCell19";
     this.xrTableCell19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 1, 0, 100F);
     this.xrTableCell19.StylePriority.UseBorders       = false;
     this.xrTableCell19.StylePriority.UsePadding       = false;
     this.xrTableCell19.StylePriority.UseTextAlignment = false;
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell19.Weight        = 3.1551649944398292D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_HoaDon.GPM_HoaDonGPM_ChiTietHoaDon.TenDonViTinh")
     });
     this.xrTableCell20.Dpi  = 100F;
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.StylePriority.UseBorders = false;
     this.xrTableCell20.Weight = 0.686765715669871D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_HoaDon.GPM_HoaDonGPM_ChiTietHoaDon.DoDay")
     });
     this.xrTableCell1.Dpi  = 100F;
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseBorders = false;
     this.xrTableCell1.Weight = 0.74778865694805985D;
     //
     // xrTableCell21
     //
     this.xrTableCell21.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_HoaDon.GPM_HoaDonGPM_ChiTietHoaDon.GiaBan", "{0:N0}")
     });
     this.xrTableCell21.Dpi     = 100F;
     this.xrTableCell21.Name    = "xrTableCell21";
     this.xrTableCell21.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 2, 1, 0, 100F);
     this.xrTableCell21.StylePriority.UseBorders       = false;
     this.xrTableCell21.StylePriority.UsePadding       = false;
     this.xrTableCell21.StylePriority.UseTextAlignment = false;
     this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrTableCell21.Weight        = 1.0889731758444896D;
     //
     // xrTableCell22
     //
     this.xrTableCell22.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_HoaDon.GPM_HoaDonGPM_ChiTietHoaDon.SoLuong")
     });
     this.xrTableCell22.Dpi  = 100F;
     this.xrTableCell22.Name = "xrTableCell22";
     this.xrTableCell22.StylePriority.UseBorders = false;
     this.xrTableCell22.Weight = 1.3332937488752372D;
     //
     // xrTableCell24
     //
     this.xrTableCell24.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_HoaDon.GPM_HoaDonGPM_ChiTietHoaDon.ThanhTien", "{0:N0}")
     });
     this.xrTableCell24.Dpi     = 100F;
     this.xrTableCell24.Name    = "xrTableCell24";
     this.xrTableCell24.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 2, 1, 0, 100F);
     this.xrTableCell24.StylePriority.UseBorders       = false;
     this.xrTableCell24.StylePriority.UsePadding       = false;
     this.xrTableCell24.StylePriority.UseTextAlignment = false;
     this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrTableCell24.Weight        = 1.5196061919920927D;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "BanHangConnectionString";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     table1.Name       = "Setting";
     allColumns1.Table = table1;
     selectQuery1.Columns.Add(allColumns1);
     selectQuery1.Name = "Setting";
     selectQuery1.Tables.Add(table1);
     customSqlQuery1.Name  = "GPM_HoaDon";
     queryParameter1.Name  = "NgayBD";
     queryParameter1.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter1.Value = new DevExpress.DataAccess.Expression("[Parameters.NgayBD]", typeof(string));
     queryParameter2.Name  = "NgayKT";
     queryParameter2.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter2.Value = new DevExpress.DataAccess.Expression("[Parameters.NgayKT]", typeof(string));
     queryParameter3.Name  = "IDKhachHang";
     queryParameter3.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter3.Value = new DevExpress.DataAccess.Expression("[Parameters.IDKhachHang]", typeof(string));
     customSqlQuery1.Parameters.Add(queryParameter1);
     customSqlQuery1.Parameters.Add(queryParameter2);
     customSqlQuery1.Parameters.Add(queryParameter3);
     customSqlQuery1.Sql  = resources.GetString("customSqlQuery1.Sql");
     customSqlQuery2.Name = "GPM_ChiTietHoaDon";
     customSqlQuery2.Sql  = resources.GetString("customSqlQuery2.Sql");
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1,
         customSqlQuery1,
         customSqlQuery2
     });
     masterDetailInfo1.DetailQueryName   = "GPM_ChiTietHoaDon";
     relationColumnInfo1.NestedKeyColumn = "IDHoaDon";
     relationColumnInfo1.ParentKeyColumn = "ID";
     masterDetailInfo1.KeyColumns.Add(relationColumnInfo1);
     masterDetailInfo1.MasterQueryName = "GPM_HoaDon";
     this.sqlDataSource1.Relations.AddRange(new DevExpress.DataAccess.Sql.MasterDetailInfo[] {
         masterDetailInfo1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2,
         this.xrLabel1,
         this.xrTable1,
         this.xrLabel10,
         this.xrLabel11,
         this.xrLabel12,
         this.xrLabel13,
         this.xrLabel14
     });
     this.ReportHeader.Dpi     = 100F;
     this.ReportHeader.HeightF = 232.616F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.TenKhachHang, "Text", "")
     });
     this.xrLabel2.Dpi                            = 100F;
     this.xrLabel2.Font                           = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(502.4535F, 189.2502F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(240.625F, 22.99998F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TenKhachHang
     //
     this.TenKhachHang.Name = "TenKhachHang";
     //
     // xrLabel1
     //
     this.xrLabel1.Dpi                            = 100F;
     this.xrLabel1.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(381.0415F, 189.2502F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(105.2083F, 22.99998F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "Khách hàng:";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.Dpi           = 100F;
     this.xrTable1.Font          = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(102.0405F, 212.2502F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 1, 0, 100F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(898.9745F, 20.3658F);
     this.xrTable1.StylePriority.UseFont          = false;
     this.xrTable1.StylePriority.UsePadding       = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell3,
         this.xrTableCell6,
         this.xrTableCell7,
         this.xrTableCell4,
         this.xrTableCell8,
         this.xrTableCell10,
         this.xrTableCell23
     });
     this.xrTableRow1.Dpi    = 100F;
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell3.Dpi  = 100F;
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.StylePriority.UseBorders = false;
     this.xrTableCell3.StylePriority.UsePadding = false;
     this.xrTableCell3.Text   = "STT";
     this.xrTableCell3.Weight = 0.45815121949411008D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell6.Dpi  = 100F;
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseBorders = false;
     this.xrTableCell6.Text   = "Tên hàng";
     this.xrTableCell6.Weight = 3.1613160947053176D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell7.Dpi  = 100F;
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseBorders = false;
     this.xrTableCell7.Text   = "ĐVT";
     this.xrTableCell7.Weight = 0.6600534667853557D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell4.Dpi  = 100F;
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseBorders = false;
     this.xrTableCell4.Text   = "Độ dầy";
     this.xrTableCell4.Weight = 0.77694276640133131D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell8.Dpi  = 100F;
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseBorders = false;
     this.xrTableCell8.Text   = "Đơn giá";
     this.xrTableCell8.Weight = 1.0908263568775416D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell10.Dpi  = 100F;
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseBorders = false;
     this.xrTableCell10.Text   = "Số lượng";
     this.xrTableCell10.Weight = 1.3355640847038692D;
     //
     // xrTableCell23
     //
     this.xrTableCell23.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell23.Dpi  = 100F;
     this.xrTableCell23.Name = "xrTableCell23";
     this.xrTableCell23.StylePriority.UseBorders = false;
     this.xrTableCell23.Text   = "Tổng tiền";
     this.xrTableCell23.Weight = 1.5221934480544479D;
     //
     // xrLabel10
     //
     this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Setting.InTieuDe")
     });
     this.xrLabel10.Dpi                            = 100F;
     this.xrLabel10.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel10.LocationFloat                  = new DevExpress.Utils.PointFloat(119.8046F, 45.63374F);
     this.xrLabel10.Name                           = "xrLabel10";
     this.xrLabel10.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                          = new System.Drawing.SizeF(509.1145F, 23F);
     this.xrLabel10.StylePriority.UseFont          = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel11
     //
     this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Setting.InCongTy")
     });
     this.xrLabel11.Dpi                            = 100F;
     this.xrLabel11.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel11.LocationFloat                  = new DevExpress.Utils.PointFloat(119.8046F, 68.63378F);
     this.xrLabel11.Name                           = "xrLabel11";
     this.xrLabel11.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                          = new System.Drawing.SizeF(509.1145F, 23F);
     this.xrLabel11.StylePriority.UseFont          = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel12
     //
     this.xrLabel12.Dpi                            = 100F;
     this.xrLabel12.Font                           = new System.Drawing.Font("Times New Roman", 26F, System.Drawing.FontStyle.Bold);
     this.xrLabel12.LocationFloat                  = new DevExpress.Utils.PointFloat(254.4628F, 115.469F);
     this.xrLabel12.Name                           = "xrLabel12";
     this.xrLabel12.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                          = new System.Drawing.SizeF(587.2397F, 43.83334F);
     this.xrLabel12.StylePriority.UseFont          = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text                           = "BẢNG KÊ BÁN HÀNG";
     this.xrLabel12.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel13
     //
     this.xrLabel13.Dpi                            = 100F;
     this.xrLabel13.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel13.LocationFloat                  = new DevExpress.Utils.PointFloat(381.0416F, 159.3023F);
     this.xrLabel13.Name                           = "xrLabel13";
     this.xrLabel13.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                          = new System.Drawing.SizeF(105.2083F, 22.99998F);
     this.xrLabel13.StylePriority.UseFont          = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text                           = "Thời gian:";
     this.xrLabel13.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel14
     //
     this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.strNgay, "Text", "")
     });
     this.xrLabel14.Dpi                            = 100F;
     this.xrLabel14.Font                           = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel14.LocationFloat                  = new DevExpress.Utils.PointFloat(502.4535F, 160.3022F);
     this.xrLabel14.Name                           = "xrLabel14";
     this.xrLabel14.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                          = new System.Drawing.SizeF(240.625F, 22.99998F);
     this.xrLabel14.StylePriority.UseFont          = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable4
     });
     this.ReportFooter.Dpi     = 100F;
     this.ReportFooter.HeightF = 100F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // xrTable4
     //
     this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.Dpi           = 100F;
     this.xrTable4.Font          = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(102.0405F, 0F);
     this.xrTable4.Name          = "xrTable4";
     this.xrTable4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 2, 0, 100F);
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow4
     });
     this.xrTable4.SizeF = new System.Drawing.SizeF(898.9745F, 25F);
     this.xrTable4.StylePriority.UseBorders = false;
     this.xrTable4.StylePriority.UseFont    = false;
     this.xrTable4.StylePriority.UsePadding = false;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell9,
         this.xrTableCell11,
         this.xrTableCell18,
         this.xrTableCell25
     });
     this.xrTableRow4.Dpi    = 100F;
     this.xrTableRow4.Name   = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Dpi  = 100F;
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text          = "Tổng";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell9.Weight        = 5.5700653286637936D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Dpi    = 100F;
     this.xrTableCell11.Name   = "xrTableCell11";
     this.xrTableCell11.Weight = 1.2016258081896556D;
     //
     // xrTableCell18
     //
     this.xrTableCell18.Dpi    = 100F;
     this.xrTableCell18.Name   = "xrTableCell18";
     this.xrTableCell18.Weight = 1.471221713362068D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_HoaDon.TongTien")
     });
     this.xrTableCell25.Dpi  = 100F;
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.StylePriority.UseTextAlignment = false;
     xrSummary2.FormatString          = "{0:N0} VNĐ";
     xrSummary2.Running               = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell25.Summary       = xrSummary2;
     this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrTableCell25.Weight        = 1.6768056303879311D;
     //
     // IDKhachHang
     //
     this.IDKhachHang.Name = "IDKhachHang";
     //
     // rpBangKeBanHang
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.DetailReport,
         this.ReportHeader,
         this.ReportFooter
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "GPM_HoaDon";
     this.DataSource = this.sqlDataSource1;
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(0, 0, 15, 100);
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.strNgay,
         this.NgayBD,
         this.NgayKT,
         this.TenKhachHang,
         this.IDKhachHang
     });
     this.Version = "16.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery2        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column4             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table2              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column5             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column6             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column7             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression7   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column8             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression8   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column9             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression9   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo1   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(XtraReport1));
     this.Detail           = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable2         = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2      = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell7     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow4      = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell11    = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12    = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow3      = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell9     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10    = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin        = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin     = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.sqlDataSource1   = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.pageFooterBand1  = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo1      = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo2      = new DevExpress.XtraReports.UI.XRPageInfo();
     this.Title            = new DevExpress.XtraReports.UI.XRControlStyle();
     this.FieldCaption     = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo         = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DataField        = new DevExpress.XtraReports.UI.XRControlStyle();
     this.calculatedField1 = new DevExpress.XtraReports.UI.CalculatedField();
     this.DetailReport     = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1          = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1         = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1      = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6     = new DevExpress.XtraReports.UI.XRTableCell();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.Detail.Dpi                = 100F;
     this.Detail.HeightF            = 150F;
     this.Detail.MultiColumn.Layout = DevExpress.XtraPrinting.ColumnLayout.AcrossThenDown;
     this.Detail.MultiColumn.Mode   = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
     this.Detail.Name               = "Detail";
     this.Detail.Padding            = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment      = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable2
     //
     this.xrTable2.Dpi           = 100F;
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(5F, 0F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2,
         this.xrTableRow4,
         this.xrTableRow3
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(428.3333F, 150F);
     //
     // xrTableRow2
     //
     this.xrTableRow2.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell7,
         this.xrTableCell8
     });
     this.xrTableRow2.Dpi  = 100F;
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.StylePriority.UseBorders = false;
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Dpi  = 100F;
     this.xrTableCell7.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseFont = false;
     this.xrTableCell7.Text   = "CategoryID";
     this.xrTableCell7.Weight = 1.5125286900008392D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.CategoryID")
     });
     this.xrTableCell8.Dpi    = 100F;
     this.xrTableCell8.Name   = "xrTableCell8";
     this.xrTableCell8.Text   = "xrTableCell8";
     this.xrTableCell8.Weight = 2D;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell11,
         this.xrTableCell12
     });
     this.xrTableRow4.Dpi  = 100F;
     this.xrTableRow4.Name = "xrTableRow4";
     this.xrTableRow4.StylePriority.UseBorders = false;
     this.xrTableRow4.Weight = 1D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Dpi  = 100F;
     this.xrTableCell11.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseFont = false;
     this.xrTableCell11.Text   = "Category Name";
     this.xrTableCell11.Weight = 1.5125286900008392D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.CategoryName")
     });
     this.xrTableCell12.Dpi  = 100F;
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseBorders = false;
     this.xrTableCell12.Text   = "xrTableCell12";
     this.xrTableCell12.Weight = 2D;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell9,
         this.xrTableCell10
     });
     this.xrTableRow3.Dpi  = 100F;
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.StylePriority.UseBorders = false;
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Dpi  = 100F;
     this.xrTableCell9.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseFont = false;
     this.xrTableCell9.Text   = "Description";
     this.xrTableCell9.Weight = 1.5125286900008392D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.Description")
     });
     this.xrTableCell10.Dpi    = 100F;
     this.xrTableCell10.Name   = "xrTableCell10";
     this.xrTableCell10.Text   = "xrTableCell10";
     this.xrTableCell10.Weight = 2D;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 100F;
     this.TopMargin.HeightF       = 100F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi           = 100F;
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "NORTHWND_Connection";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "CategoryID";
     table1.Name                  = "Categories";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "CategoryName";
     columnExpression2.Table      = table1;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "Description";
     columnExpression3.Table      = table1;
     column3.Expression           = columnExpression3;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Name = "Categories";
     selectQuery1.Tables.Add(table1);
     columnExpression4.ColumnName = "ProductID";
     table2.Name                  = "Products";
     columnExpression4.Table      = table2;
     column4.Expression           = columnExpression4;
     columnExpression5.ColumnName = "ProductName";
     columnExpression5.Table      = table2;
     column5.Expression           = columnExpression5;
     columnExpression6.ColumnName = "SupplierID";
     columnExpression6.Table      = table2;
     column6.Expression           = columnExpression6;
     columnExpression7.ColumnName = "CategoryID";
     columnExpression7.Table      = table2;
     column7.Expression           = columnExpression7;
     columnExpression8.ColumnName = "QuantityPerUnit";
     columnExpression8.Table      = table2;
     column8.Expression           = columnExpression8;
     columnExpression9.ColumnName = "UnitPrice";
     columnExpression9.Table      = table2;
     column9.Expression           = columnExpression9;
     selectQuery2.Columns.Add(column4);
     selectQuery2.Columns.Add(column5);
     selectQuery2.Columns.Add(column6);
     selectQuery2.Columns.Add(column7);
     selectQuery2.Columns.Add(column8);
     selectQuery2.Columns.Add(column9);
     selectQuery2.Name = "Products";
     selectQuery2.Tables.Add(table2);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1,
         selectQuery2
     });
     masterDetailInfo1.DetailQueryName   = "Products";
     relationColumnInfo1.NestedKeyColumn = "CategoryID";
     relationColumnInfo1.ParentKeyColumn = "CategoryID";
     masterDetailInfo1.KeyColumns.Add(relationColumnInfo1);
     masterDetailInfo1.MasterQueryName = "Categories";
     masterDetailInfo1.Name            = "FK_Products_Categories";
     this.sqlDataSource1.Relations.AddRange(new DevExpress.DataAccess.Sql.MasterDetailInfo[] {
         masterDetailInfo1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // pageFooterBand1
     //
     this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrPageInfo2
     });
     this.pageFooterBand1.Dpi     = 100F;
     this.pageFooterBand1.HeightF = 28F;
     this.pageFooterBand1.Name    = "pageFooterBand1";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi           = 100F;
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(5F, 5F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(315F, 23F);
     this.xrPageInfo1.StyleName     = "PageInfo";
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.Dpi           = 100F;
     this.xrPageInfo2.Format        = "Page {0} of {1}";
     this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(330F, 5F);
     this.xrPageInfo2.Name          = "xrPageInfo2";
     this.xrPageInfo2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.SizeF         = new System.Drawing.SizeF(315F, 23F);
     this.xrPageInfo2.StyleName     = "PageInfo";
     this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // 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("Times New Roman", 20F, System.Drawing.FontStyle.Bold);
     this.Title.ForeColor   = System.Drawing.Color.Maroon;
     this.Title.Name        = "Title";
     //
     // FieldCaption
     //
     this.FieldCaption.BackColor   = System.Drawing.Color.Transparent;
     this.FieldCaption.BorderColor = System.Drawing.Color.Black;
     this.FieldCaption.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.FieldCaption.BorderWidth = 1F;
     this.FieldCaption.Font        = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.FieldCaption.ForeColor   = System.Drawing.Color.Maroon;
     this.FieldCaption.Name        = "FieldCaption";
     //
     // PageInfo
     //
     this.PageInfo.BackColor   = System.Drawing.Color.Transparent;
     this.PageInfo.BorderColor = System.Drawing.Color.Black;
     this.PageInfo.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.PageInfo.BorderWidth = 1F;
     this.PageInfo.Font        = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.PageInfo.ForeColor   = System.Drawing.Color.Black;
     this.PageInfo.Name        = "PageInfo";
     //
     // DataField
     //
     this.DataField.BackColor   = System.Drawing.Color.Transparent;
     this.DataField.BorderColor = System.Drawing.Color.Black;
     this.DataField.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.DataField.BorderWidth = 1F;
     this.DataField.Font        = new System.Drawing.Font("Times New Roman", 10F);
     this.DataField.ForeColor   = System.Drawing.Color.Black;
     this.DataField.Name        = "DataField";
     this.DataField.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // calculatedField1
     //
     this.calculatedField1.DataMember = "Categories";
     this.calculatedField1.Name       = "calculatedField1";
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1
     });
     this.DetailReport.DataMember = "Categories.FK_Products_Categories";
     this.DetailReport.DataSource = this.sqlDataSource1;
     this.DetailReport.Dpi        = 100F;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.Detail1.Dpi     = 100F;
     this.Detail1.HeightF = 25F;
     this.Detail1.Name    = "Detail1";
     //
     // xrTable1
     //
     this.xrTable1.Dpi           = 100F;
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 25F);
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell3,
         this.xrTableCell4,
         this.xrTableCell5,
         this.xrTableCell6
     });
     this.xrTableRow1.Dpi    = 100F;
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 11.5D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.FK_Products_Categories.CategoryID")
     });
     this.xrTableCell1.Dpi    = 100F;
     this.xrTableCell1.Name   = "xrTableCell1";
     this.xrTableCell1.Text   = "xrTableCell1";
     this.xrTableCell1.Weight = 2D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.FK_Products_Categories.ProductID")
     });
     this.xrTableCell2.Dpi    = 100F;
     this.xrTableCell2.Name   = "xrTableCell2";
     this.xrTableCell2.Text   = "xrTableCell2";
     this.xrTableCell2.Weight = 2D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.FK_Products_Categories.ProductName")
     });
     this.xrTableCell3.Dpi    = 100F;
     this.xrTableCell3.Name   = "xrTableCell3";
     this.xrTableCell3.Text   = "xrTableCell3";
     this.xrTableCell3.Weight = 2D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.FK_Products_Categories.QuantityPerUnit")
     });
     this.xrTableCell4.Dpi    = 100F;
     this.xrTableCell4.Name   = "xrTableCell4";
     this.xrTableCell4.Text   = "xrTableCell4";
     this.xrTableCell4.Weight = 2D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.FK_Products_Categories.SupplierID")
     });
     this.xrTableCell5.Dpi    = 100F;
     this.xrTableCell5.Name   = "xrTableCell5";
     this.xrTableCell5.Text   = "xrTableCell5";
     this.xrTableCell5.Weight = 2D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Categories.FK_Products_Categories.UnitPrice")
     });
     this.xrTableCell6.Dpi    = 100F;
     this.xrTableCell6.Name   = "xrTableCell6";
     this.xrTableCell6.Text   = "xrTableCell6";
     this.xrTableCell6.Weight = 2D;
     //
     // XtraReport1
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.pageFooterBand1,
         this.DetailReport
     });
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
         this.calculatedField1
     });
     this.DataMember = "Categories";
     this.DataSource = this.sqlDataSource1;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.FieldCaption,
         this.PageInfo,
         this.DataField
     });
     this.Version = "16.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1       = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1             = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column4            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column5            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery2       = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column6            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table2             = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column7            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression7  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column8            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression8  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column9            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression9  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column10           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression10 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column11           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression11 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table3             = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column12           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression12 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column13           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression13 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column14           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression14 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1    = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.Join                 join1 = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(rpPhieuThanhToan3));
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel31      = new DevExpress.XtraReports.UI.XRLabel();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeader   = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel4       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel16      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel18      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel17      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel19      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel20      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel21      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel22      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel24      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel25      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel26      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel28      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel27      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel30      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel29      = new DevExpress.XtraReports.UI.XRLabel();
     this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.ID             = new DevExpress.XtraReports.Parameters.Parameter();
     this.CNTruoc        = new DevExpress.XtraReports.UI.CalculatedField();
     this.CNSau          = new DevExpress.XtraReports.UI.CalculatedField();
     this.xrPictureBox1  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel23      = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Dpi           = 100F;
     this.Detail.HeightF       = 17.0139F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel31
     });
     this.TopMargin.Dpi           = 100F;
     this.TopMargin.HeightF       = 16.75F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel31
     //
     this.xrLabel31.Dpi           = 100F;
     this.xrLabel31.LocationFloat = new DevExpress.Utils.PointFloat(712.5F, 0F);
     this.xrLabel31.Name          = "xrLabel31";
     this.xrLabel31.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel31.SizeF         = new System.Drawing.SizeF(100F, 16.75F);
     this.xrLabel31.Text          = "Nhà cung cấp";
     this.xrLabel31.Visible       = false;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi           = 100F;
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPictureBox1,
         this.xrLabel1,
         this.xrLabel2,
         this.xrLabel3,
         this.xrLabel23,
         this.xrLabel4,
         this.xrLabel13,
         this.xrLabel14,
         this.xrLabel11,
         this.xrLabel12,
         this.xrLabel9,
         this.xrLabel10,
         this.xrLabel7,
         this.xrLabel8,
         this.xrLabel5,
         this.xrLabel6,
         this.xrLabel16,
         this.xrLabel15,
         this.xrLabel18,
         this.xrLabel17,
         this.xrLabel19,
         this.xrLabel20,
         this.xrLabel21,
         this.xrLabel22,
         this.xrLabel24,
         this.xrLabel25,
         this.xrLabel26,
         this.xrLabel28,
         this.xrLabel27,
         this.xrLabel30,
         this.xrLabel29
     });
     this.ReportHeader.Dpi     = 100F;
     this.ReportHeader.HeightF = 499.3055F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel4
     //
     this.xrLabel4.Dpi                            = 100F;
     this.xrLabel4.Font                           = new System.Drawing.Font("Times New Roman", 20F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(147.9259F, 161.0893F);
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(552.5463F, 32.25926F);
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text                           = "PHIẾU THANH TOÁN";
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel13
     //
     this.xrLabel13.Dpi                   = 100F;
     this.xrLabel13.Font                  = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel13.LocationFloat         = new DevExpress.Utils.PointFloat(54.81498F, 244.8532F);
     this.xrLabel13.Name                  = "xrLabel13";
     this.xrLabel13.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                 = new System.Drawing.SizeF(196.4812F, 20.6852F);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.Text                  = "Công nợ trước thanh toán:";
     //
     // xrLabel14
     //
     this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_ChiTietCongNo.CNTruoc", "{0:N0} VNĐ")
     });
     this.xrLabel14.Dpi                   = 100F;
     this.xrLabel14.Font                  = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel14.LocationFloat         = new DevExpress.Utils.PointFloat(251.2962F, 244.8532F);
     this.xrLabel14.Name                  = "xrLabel14";
     this.xrLabel14.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                 = new System.Drawing.SizeF(348.0185F, 20.68518F);
     this.xrLabel14.StylePriority.UseFont = false;
     //
     // xrLabel11
     //
     this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_ChiTietCongNo.DiaChi")
     });
     this.xrLabel11.Dpi                   = 100F;
     this.xrLabel11.Font                  = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel11.LocationFloat         = new DevExpress.Utils.PointFloat(155.9259F, 221.1679F);
     this.xrLabel11.Name                  = "xrLabel11";
     this.xrLabel11.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                 = new System.Drawing.SizeF(639.3519F, 20.68518F);
     this.xrLabel11.StylePriority.UseFont = false;
     //
     // xrLabel12
     //
     this.xrLabel12.Dpi                   = 100F;
     this.xrLabel12.Font                  = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel12.LocationFloat         = new DevExpress.Utils.PointFloat(54.81498F, 221.1679F);
     this.xrLabel12.Name                  = "xrLabel12";
     this.xrLabel12.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                 = new System.Drawing.SizeF(86.11101F, 20.68518F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.Text                  = "Địa chỉ:";
     //
     // xrLabel9
     //
     this.xrLabel9.Dpi                   = 100F;
     this.xrLabel9.Font                  = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat         = new DevExpress.Utils.PointFloat(441.6576F, 199.4273F);
     this.xrLabel9.Name                  = "xrLabel9";
     this.xrLabel9.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF                 = new System.Drawing.SizeF(86.11101F, 20.68518F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.Text                  = "Điện thoại:";
     //
     // xrLabel10
     //
     this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_ChiTietCongNo.DienThoai")
     });
     this.xrLabel10.Dpi                   = 100F;
     this.xrLabel10.Font                  = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel10.LocationFloat         = new DevExpress.Utils.PointFloat(529.7686F, 199.4273F);
     this.xrLabel10.Name                  = "xrLabel10";
     this.xrLabel10.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                 = new System.Drawing.SizeF(265.5092F, 20.68518F);
     this.xrLabel10.StylePriority.UseFont = false;
     //
     // xrLabel7
     //
     this.xrLabel7.Dpi                   = 100F;
     this.xrLabel7.Font                  = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel7.LocationFloat         = new DevExpress.Utils.PointFloat(54.81498F, 199.4273F);
     this.xrLabel7.Name                  = "xrLabel7";
     this.xrLabel7.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                 = new System.Drawing.SizeF(133.4026F, 20.68518F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.Text                  = "Nhà cung cấp:";
     //
     // xrLabel8
     //
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_ChiTietCongNo.TenNhaCungCap")
     });
     this.xrLabel8.Dpi                   = 100F;
     this.xrLabel8.Font                  = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel8.LocationFloat         = new DevExpress.Utils.PointFloat(188.2176F, 199.4273F);
     this.xrLabel8.Name                  = "xrLabel8";
     this.xrLabel8.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                 = new System.Drawing.SizeF(253.44F, 20.68517F);
     this.xrLabel8.StylePriority.UseFont = false;
     //
     // xrLabel5
     //
     this.xrLabel5.Dpi                   = 100F;
     this.xrLabel5.Font                  = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat         = new DevExpress.Utils.PointFloat(54.81494F, 267.5385F);
     this.xrLabel5.Name                  = "xrLabel5";
     this.xrLabel5.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                 = new System.Drawing.SizeF(93.80542F, 20.68518F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text                  = "Nội dung:";
     //
     // xrLabel6
     //
     this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_ChiTietCongNo.NoiDung")
     });
     this.xrLabel6.Dpi                   = 100F;
     this.xrLabel6.Font                  = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel6.LocationFloat         = new DevExpress.Utils.PointFloat(148.6203F, 267.5385F);
     this.xrLabel6.Name                  = "xrLabel6";
     this.xrLabel6.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                 = new System.Drawing.SizeF(450.6944F, 20.68518F);
     this.xrLabel6.StylePriority.UseFont = false;
     //
     // xrLabel16
     //
     this.xrLabel16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_ChiTietCongNo.SoTienThanhToan", "{0:N0} VNĐ")
     });
     this.xrLabel16.Dpi                   = 100F;
     this.xrLabel16.Font                  = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel16.LocationFloat         = new DevExpress.Utils.PointFloat(203.8425F, 289.2236F);
     this.xrLabel16.Name                  = "xrLabel16";
     this.xrLabel16.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF                 = new System.Drawing.SizeF(544.0001F, 20.68518F);
     this.xrLabel16.StylePriority.UseFont = false;
     //
     // xrLabel15
     //
     this.xrLabel15.Dpi                   = 100F;
     this.xrLabel15.Font                  = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel15.LocationFloat         = new DevExpress.Utils.PointFloat(54.81498F, 289.2236F);
     this.xrLabel15.Name                  = "xrLabel15";
     this.xrLabel15.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF                 = new System.Drawing.SizeF(149.0275F, 20.68518F);
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.Text                  = "Số tiền thanh toán:";
     //
     // xrLabel18
     //
     this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_ChiTietCongNo.CNSau", "{0:N0} VNĐ")
     });
     this.xrLabel18.Dpi                   = 100F;
     this.xrLabel18.Font                  = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel18.LocationFloat         = new DevExpress.Utils.PointFloat(251.2962F, 332.9089F);
     this.xrLabel18.Name                  = "xrLabel18";
     this.xrLabel18.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF                 = new System.Drawing.SizeF(496.5464F, 20.68518F);
     this.xrLabel18.StylePriority.UseFont = false;
     //
     // xrLabel17
     //
     this.xrLabel17.Dpi                   = 100F;
     this.xrLabel17.Font                  = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel17.LocationFloat         = new DevExpress.Utils.PointFloat(54.81498F, 332.9089F);
     this.xrLabel17.Name                  = "xrLabel17";
     this.xrLabel17.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF                 = new System.Drawing.SizeF(196.4812F, 20.68515F);
     this.xrLabel17.StylePriority.UseFont = false;
     this.xrLabel17.Text                  = "Công nợ sau thanh toán:";
     //
     // xrLabel19
     //
     this.xrLabel19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Setting.InRpDiaChi")
     });
     this.xrLabel19.Dpi                            = 100F;
     this.xrLabel19.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Italic);
     this.xrLabel19.LocationFloat                  = new DevExpress.Utils.PointFloat(361.2553F, 364.6957F);
     this.xrLabel19.Name                           = "xrLabel19";
     this.xrLabel19.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF                          = new System.Drawing.SizeF(139.4113F, 20.68518F);
     this.xrLabel19.StylePriority.UseFont          = false;
     this.xrLabel19.StylePriority.UseTextAlignment = false;
     this.xrLabel19.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel20
     //
     this.xrLabel20.Dpi                            = 100F;
     this.xrLabel20.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Italic);
     this.xrLabel20.LocationFloat                  = new DevExpress.Utils.PointFloat(502.9215F, 364.6957F);
     this.xrLabel20.Name                           = "xrLabel20";
     this.xrLabel20.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.SizeF                          = new System.Drawing.SizeF(49.44882F, 20.68518F);
     this.xrLabel20.StylePriority.UseFont          = false;
     this.xrLabel20.StylePriority.UseTextAlignment = false;
     this.xrLabel20.Text                           = ",Ngày";
     this.xrLabel20.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel21
     //
     this.xrLabel21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_ChiTietCongNo.NgayThanhToan", "{0:dd}")
     });
     this.xrLabel21.Dpi                            = 100F;
     this.xrLabel21.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Italic);
     this.xrLabel21.LocationFloat                  = new DevExpress.Utils.PointFloat(552.3703F, 364.6957F);
     this.xrLabel21.Name                           = "xrLabel21";
     this.xrLabel21.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel21.SizeF                          = new System.Drawing.SizeF(26.78748F, 20.68518F);
     this.xrLabel21.StylePriority.UseFont          = false;
     this.xrLabel21.StylePriority.UseTextAlignment = false;
     this.xrLabel21.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel22
     //
     this.xrLabel22.Dpi                            = 100F;
     this.xrLabel22.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Italic);
     this.xrLabel22.LocationFloat                  = new DevExpress.Utils.PointFloat(579.1578F, 364.6957F);
     this.xrLabel22.Name                           = "xrLabel22";
     this.xrLabel22.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel22.SizeF                          = new System.Drawing.SizeF(47.71899F, 20.68518F);
     this.xrLabel22.StylePriority.UseFont          = false;
     this.xrLabel22.StylePriority.UseTextAlignment = false;
     this.xrLabel22.Text                           = "tháng";
     this.xrLabel22.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel24
     //
     this.xrLabel24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_ChiTietCongNo.NgayThanhToan", "{0:MM}")
     });
     this.xrLabel24.Dpi                            = 100F;
     this.xrLabel24.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Italic);
     this.xrLabel24.LocationFloat                  = new DevExpress.Utils.PointFloat(626.8768F, 364.6957F);
     this.xrLabel24.Name                           = "xrLabel24";
     this.xrLabel24.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel24.SizeF                          = new System.Drawing.SizeF(29.14063F, 20.68518F);
     this.xrLabel24.StylePriority.UseFont          = false;
     this.xrLabel24.StylePriority.UseTextAlignment = false;
     this.xrLabel24.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel25
     //
     this.xrLabel25.Dpi                            = 100F;
     this.xrLabel25.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Italic);
     this.xrLabel25.LocationFloat                  = new DevExpress.Utils.PointFloat(656.0174F, 364.6957F);
     this.xrLabel25.Name                           = "xrLabel25";
     this.xrLabel25.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel25.SizeF                          = new System.Drawing.SizeF(37.15857F, 20.68521F);
     this.xrLabel25.StylePriority.UseFont          = false;
     this.xrLabel25.StylePriority.UseTextAlignment = false;
     this.xrLabel25.Text                           = "năm";
     this.xrLabel25.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel26
     //
     this.xrLabel26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_ChiTietCongNo.NgayThanhToan", "{0:yyyy}")
     });
     this.xrLabel26.Dpi                            = 100F;
     this.xrLabel26.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Italic);
     this.xrLabel26.LocationFloat                  = new DevExpress.Utils.PointFloat(693.176F, 364.6957F);
     this.xrLabel26.Name                           = "xrLabel26";
     this.xrLabel26.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel26.SizeF                          = new System.Drawing.SizeF(57.66663F, 20.68521F);
     this.xrLabel26.StylePriority.UseFont          = false;
     this.xrLabel26.StylePriority.UseTextAlignment = false;
     this.xrLabel26.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel28
     //
     this.xrLabel28.Dpi                            = 100F;
     this.xrLabel28.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel28.LocationFloat                  = new DevExpress.Utils.PointFloat(490.9215F, 396.1514F);
     this.xrLabel28.Name                           = "xrLabel28";
     this.xrLabel28.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel28.SizeF                          = new System.Drawing.SizeF(205.2544F, 20.68518F);
     this.xrLabel28.StylePriority.UseFont          = false;
     this.xrLabel28.StylePriority.UseTextAlignment = false;
     this.xrLabel28.Text                           = "Người thu tiền";
     this.xrLabel28.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel27
     //
     this.xrLabel27.Dpi                            = 100F;
     this.xrLabel27.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel27.LocationFloat                  = new DevExpress.Utils.PointFloat(100.0231F, 396.1514F);
     this.xrLabel27.Name                           = "xrLabel27";
     this.xrLabel27.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel27.SizeF                          = new System.Drawing.SizeF(198.1481F, 20.68518F);
     this.xrLabel27.StylePriority.UseFont          = false;
     this.xrLabel27.StylePriority.UseTextAlignment = false;
     this.xrLabel27.Text                           = "Người thanh toán";
     this.xrLabel27.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel30
     //
     this.xrLabel30.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "GPM_ChiTietCongNo.TienBangChu")
     });
     this.xrLabel30.Dpi                   = 100F;
     this.xrLabel30.Font                  = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel30.LocationFloat         = new DevExpress.Utils.PointFloat(203.9258F, 310.9089F);
     this.xrLabel30.Name                  = "xrLabel30";
     this.xrLabel30.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel30.SizeF                 = new System.Drawing.SizeF(543.9167F, 20.68518F);
     this.xrLabel30.StylePriority.UseFont = false;
     //
     // xrLabel29
     //
     this.xrLabel29.Dpi                   = 100F;
     this.xrLabel29.Font                  = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel29.LocationFloat         = new DevExpress.Utils.PointFloat(54.81498F, 310.9089F);
     this.xrLabel29.Name                  = "xrLabel29";
     this.xrLabel29.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel29.SizeF                 = new System.Drawing.SizeF(149.0275F, 20.68515F);
     this.xrLabel29.StylePriority.UseFont = false;
     this.xrLabel29.Text                  = "Số tiền bằng chữ:";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "BanHangConnectionString";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "InTieuDe";
     table1.Name                  = "Setting";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "InCongTy";
     columnExpression2.Table      = table1;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "InDiaChi";
     columnExpression3.Table      = table1;
     column3.Expression           = columnExpression3;
     columnExpression4.ColumnName = "InDienThoai";
     columnExpression4.Table      = table1;
     column4.Expression           = columnExpression4;
     columnExpression5.ColumnName = "InRpDiaChi";
     columnExpression5.Table      = table1;
     column5.Expression           = columnExpression5;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Columns.Add(column5);
     selectQuery1.Name = "Setting";
     selectQuery1.Tables.Add(table1);
     columnExpression6.ColumnName = "TienBangChu";
     table2.Name                   = "GPM_ChiTietCongNo";
     columnExpression6.Table       = table2;
     column6.Expression            = columnExpression6;
     columnExpression7.ColumnName  = "NgayCapNhat";
     columnExpression7.Table       = table2;
     column7.Expression            = columnExpression7;
     columnExpression8.ColumnName  = "NgayThanhToan";
     columnExpression8.Table       = table2;
     column8.Expression            = columnExpression8;
     columnExpression9.ColumnName  = "NoiDung";
     columnExpression9.Table       = table2;
     column9.Expression            = columnExpression9;
     columnExpression10.ColumnName = "SoTienThanhToan";
     columnExpression10.Table      = table2;
     column10.Expression           = columnExpression10;
     columnExpression11.ColumnName = "TenNhaCungCap";
     table3.Name                   = "GPM_NhaCungCap";
     columnExpression11.Table      = table3;
     column11.Expression           = columnExpression11;
     columnExpression12.ColumnName = "DienThoai";
     columnExpression12.Table      = table3;
     column12.Expression           = columnExpression12;
     columnExpression13.ColumnName = "DiaChi";
     columnExpression13.Table      = table3;
     column13.Expression           = columnExpression13;
     columnExpression14.ColumnName = "CongNo";
     columnExpression14.Table      = table3;
     column14.Expression           = columnExpression14;
     selectQuery2.Columns.Add(column6);
     selectQuery2.Columns.Add(column7);
     selectQuery2.Columns.Add(column8);
     selectQuery2.Columns.Add(column9);
     selectQuery2.Columns.Add(column10);
     selectQuery2.Columns.Add(column11);
     selectQuery2.Columns.Add(column12);
     selectQuery2.Columns.Add(column13);
     selectQuery2.Columns.Add(column14);
     selectQuery2.FilterString = "[GPM_ChiTietCongNo.ID] = ?ID";
     selectQuery2.Name         = "GPM_ChiTietCongNo";
     queryParameter1.Name      = "ID";
     queryParameter1.Type      = typeof(DevExpress.DataAccess.Expression);
     queryParameter1.Value     = new DevExpress.DataAccess.Expression("[Parameters.ID]", typeof(string));
     selectQuery2.Parameters.Add(queryParameter1);
     relationColumnInfo1.NestedKeyColumn = "ID";
     relationColumnInfo1.ParentKeyColumn = "IDNhaCungCap";
     join1.KeyColumns.Add(relationColumnInfo1);
     join1.Nested = table3;
     join1.Parent = table2;
     selectQuery2.Relations.Add(join1);
     selectQuery2.Tables.Add(table2);
     selectQuery2.Tables.Add(table3);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1,
         selectQuery2
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // ID
     //
     this.ID.Name = "ID";
     //
     // CNTruoc
     //
     this.CNTruoc.DataMember = "GPM_ChiTietCongNo";
     this.CNTruoc.Expression = "([CongNo] +  [SoTienThanhToan])";
     this.CNTruoc.Name       = "CNTruoc";
     //
     // CNSau
     //
     this.CNSau.DataMember = "GPM_ChiTietCongNo";
     this.CNSau.Expression = "[CongNo]";
     this.CNSau.Name       = "CNSau";
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Dpi           = 100F;
     this.xrPictureBox1.ImageUrl      = "~\\image\\logo.jpg";
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(4F, 0F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(300F, 157.8796F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Setting.InCongTy")
     });
     this.xrLabel1.Dpi                            = 100F;
     this.xrLabel1.Font                           = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(305.1712F, 28.92269F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(536.3054F, 24.68518F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Setting.InDiaChi")
     });
     this.xrLabel2.Dpi                            = 100F;
     this.xrLabel2.Font                           = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(305.1712F, 53.60785F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(536.3055F, 25.21298F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Setting.InDienThoai")
     });
     this.xrLabel3.Dpi                            = 100F;
     this.xrLabel3.Font                           = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(305.1712F, 78.82083F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(536.3054F, 27.69091F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel23
     //
     this.xrLabel23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Setting.InTieuDe")
     });
     this.xrLabel23.Dpi                            = 100F;
     this.xrLabel23.Font                           = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel23.LocationFloat                  = new DevExpress.Utils.PointFloat(305.1712F, 3.218937F);
     this.xrLabel23.Name                           = "xrLabel23";
     this.xrLabel23.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel23.SizeF                          = new System.Drawing.SizeF(536.3054F, 25.70371F);
     this.xrLabel23.StylePriority.UseFont          = false;
     this.xrLabel23.StylePriority.UseTextAlignment = false;
     this.xrLabel23.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // rpPhieuThanhToan3
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader
     });
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
         this.CNTruoc,
         this.CNSau
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "Setting";
     this.DataSource = this.sqlDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(0, 0, 17, 100);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.ID
     });
     this.Version = "16.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraReports.UI.XRSummary            xrSummary1          = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table2              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column4             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column5             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter2     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.Join                 join1               = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery2        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.AllColumns           allColumns1         = new DevExpress.DataAccess.Sql.AllColumns();
     DevExpress.DataAccess.Sql.Table                table3              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery3        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column6             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table4              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column7             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression7   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column8             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression8   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column9             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression9   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column10            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression10  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table5              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column11            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression11  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column12            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression12  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table6              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column13            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression13  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Join                 join2               = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Join                 join3               = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo3 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo1   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo4 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(rpBKKiemKho));
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable2       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell8   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14  = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.strNgay        = new DevExpress.XtraReports.Parameters.Parameter();
     this.NgayBD         = new DevExpress.XtraReports.Parameters.Parameter();
     this.NgayKT         = new DevExpress.XtraReports.Parameters.Parameter();
     this.ReportHeader   = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel3       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable1       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable3       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell12  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell17  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell18  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19  = new DevExpress.XtraReports.UI.XRTableCell();
     this.DetailReport   = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1        = new DevExpress.XtraReports.UI.DetailBand();
     this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.Detail.Dpi           = 100F;
     this.Detail.HeightF       = 25.00002F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable2
     //
     this.xrTable2.Dpi           = 100F;
     this.xrTable2.Font          = new System.Drawing.Font("Times New Roman", 12F);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(49.01957F, 0F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(750.5873F, 25.00002F);
     this.xrTable2.StylePriority.UseFont          = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell8,
         this.xrTableCell9,
         this.xrTableCell10,
         this.xrTableCell11,
         this.xrTableCell14
     });
     this.xrTableRow2.Dpi    = 100F;
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell8.Dpi     = 100F;
     this.xrTableCell8.Font    = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrTableCell8.Name    = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseBorders = false;
     this.xrTableCell8.StylePriority.UseFont    = false;
     this.xrTableCell8.Text   = "Ngày:";
     this.xrTableCell8.Weight = 0.59307695488160672D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_KiemKho.NgayKiemKho", "{0:dd/MM/yyyy}")
     });
     this.xrTableCell9.Dpi  = 100F;
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseBorders = false;
     this.xrTableCell9.Weight = 0.93872611035607556D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableCell10.Dpi     = 100F;
     this.xrTableCell10.Font    = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrTableCell10.Name    = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseBorders = false;
     this.xrTableCell10.StylePriority.UseFont    = false;
     this.xrTableCell10.Text   = "Nhân viên:";
     this.xrTableCell10.Weight = 1.0435727050754826D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableCell11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_KiemKho.TenNguoiDung")
     });
     this.xrTableCell11.Dpi  = 100F;
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseBorders = false;
     this.xrTableCell11.Weight = 2.5419400274215755D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_KiemKho.GhiChu")
     });
     this.xrTableCell14.Dpi  = 100F;
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseBorders = false;
     this.xrTableCell14.Weight = 2.3885560801907344D;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 100F;
     this.TopMargin.HeightF       = 20F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi           = 100F;
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // strNgay
     //
     this.strNgay.Name = "strNgay";
     //
     // NgayBD
     //
     this.NgayBD.Name = "NgayBD";
     //
     // NgayKT
     //
     this.NgayKT.Name = "NgayKT";
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel3,
         this.xrLabel2,
         this.xrLabel1,
         this.xrLabel4,
         this.xrLabel5,
         this.xrTable1
     });
     this.ReportHeader.Dpi     = 100F;
     this.ReportHeader.HeightF = 196.3607F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel3
     //
     this.xrLabel3.Dpi                            = 100F;
     this.xrLabel3.Font                           = new System.Drawing.Font("Times New Roman", 24F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(247.3015F, 83.7912F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(348.8427F, 38.0463F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "BẢNG KÊ KIỂM KHO";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Setting.CongTy")
     });
     this.xrLabel2.Dpi                            = 100F;
     this.xrLabel2.Font                           = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(36.88496F, 45.05051F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(309.4908F, 21.84259F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Setting.TieuDe")
     });
     this.xrLabel1.Dpi                            = 100F;
     this.xrLabel1.Font                           = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(36.88496F, 23.20792F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(309.4908F, 21.84259F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.Dpi                            = 100F;
     this.xrLabel4.Font                           = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(303.5515F, 123.7356F);
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(54.86108F, 21.84259F);
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text                           = "Ngày:";
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel5
     //
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.strNgay, "Text", "")
     });
     this.xrLabel5.Dpi                            = 100F;
     this.xrLabel5.Font                           = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(358.4127F, 123.7356F);
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(203.0093F, 21.84259F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTable1
     //
     this.xrTable1.Dpi           = 100F;
     this.xrTable1.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(49.01961F, 171.3607F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(750.5873F, 25.00002F);
     this.xrTable1.StylePriority.UseFont          = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell3,
         this.xrTableCell4,
         this.xrTableCell5,
         this.xrTableCell6,
         this.xrTableCell7
     });
     this.xrTableRow1.Dpi    = 100F;
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell1.Dpi  = 100F;
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseBorders = false;
     this.xrTableCell1.Text   = "STT";
     this.xrTableCell1.Weight = 0.4460182573246253D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell2.Dpi  = 100F;
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseBorders = false;
     this.xrTableCell2.Text   = "Mã hàng";
     this.xrTableCell2.Weight = 0.7916669550354789D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell3.Dpi  = 100F;
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.StylePriority.UseBorders = false;
     this.xrTableCell3.Text   = "Tên hàng";
     this.xrTableCell3.Weight = 2.1342590625422395D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell4.Dpi  = 100F;
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseBorders = false;
     this.xrTableCell4.Text   = "ĐVT";
     this.xrTableCell4.Weight = 0.83796288207404845D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell5.Dpi  = 100F;
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseBorders = false;
     this.xrTableCell5.Text   = "Tồn kho";
     this.xrTableCell5.Weight = 0.90740776445315063D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell6.Dpi  = 100F;
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseBorders = false;
     this.xrTableCell6.Text   = "Thực tế";
     this.xrTableCell6.Weight = 0.73379571109327957D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell7.Dpi  = 100F;
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseBorders = false;
     this.xrTableCell7.Text   = "Ghi chú";
     this.xrTableCell7.Weight = 1.6547612380516394D;
     //
     // xrTable3
     //
     this.xrTable3.Dpi           = 100F;
     this.xrTable3.Font          = new System.Drawing.Font("Times New Roman", 12F);
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(49.01961F, 0F);
     this.xrTable3.Name          = "xrTable3";
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow3
     });
     this.xrTable3.SizeF = new System.Drawing.SizeF(750.5873F, 25.00002F);
     this.xrTable3.StylePriority.UseFont          = false;
     this.xrTable3.StylePriority.UseTextAlignment = false;
     this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell12,
         this.xrTableCell13,
         this.xrTableCell15,
         this.xrTableCell16,
         this.xrTableCell17,
         this.xrTableCell18,
         this.xrTableCell19
     });
     this.xrTableRow3.Dpi    = 100F;
     this.xrTableRow3.Name   = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_KiemKho.CF_KiemKhoCF_KiemKho_ChiTiet.MaNguyenLieu")
     });
     this.xrTableCell12.Dpi  = 100F;
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseBorders = false;
     xrSummary1.Func            = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     xrSummary1.Running         = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell12.Summary = xrSummary1;
     this.xrTableCell12.Weight  = 0.4460182573246253D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_KiemKho.CF_KiemKhoCF_KiemKho_ChiTiet.MaNguyenLieu")
     });
     this.xrTableCell13.Dpi  = 100F;
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseBorders = false;
     this.xrTableCell13.Weight = 0.7916669550354789D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_KiemKho.CF_KiemKhoCF_KiemKho_ChiTiet.TenNguyenLieu")
     });
     this.xrTableCell15.Dpi  = 100F;
     this.xrTableCell15.Name = "xrTableCell15";
     this.xrTableCell15.StylePriority.UseBorders = false;
     this.xrTableCell15.Weight = 2.1342590625422395D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_KiemKho.CF_KiemKhoCF_KiemKho_ChiTiet.TenDonViTinh")
     });
     this.xrTableCell16.Dpi  = 100F;
     this.xrTableCell16.Name = "xrTableCell16";
     this.xrTableCell16.StylePriority.UseBorders = false;
     this.xrTableCell16.Weight = 0.83796288207404845D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_KiemKho.CF_KiemKhoCF_KiemKho_ChiTiet.TonKho")
     });
     this.xrTableCell17.Dpi  = 100F;
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.StylePriority.UseBorders = false;
     this.xrTableCell17.Weight = 0.90740776445315063D;
     //
     // xrTableCell18
     //
     this.xrTableCell18.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CF_KiemKho.CF_KiemKhoCF_KiemKho_ChiTiet.ThucTe")
     });
     this.xrTableCell18.Dpi  = 100F;
     this.xrTableCell18.Name = "xrTableCell18";
     this.xrTableCell18.StylePriority.UseBorders = false;
     this.xrTableCell18.Weight = 0.73379571109327957D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell19.Dpi  = 100F;
     this.xrTableCell19.Name = "xrTableCell19";
     this.xrTableCell19.StylePriority.UseBorders = false;
     this.xrTableCell19.Weight = 1.6547612380516394D;
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1
     });
     this.DetailReport.DataMember = "CF_KiemKho.CF_KiemKhoCF_KiemKho_ChiTiet";
     this.DetailReport.DataSource = this.sqlDataSource1;
     this.DetailReport.Dpi        = 100F;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable3
     });
     this.Detail1.Dpi     = 100F;
     this.Detail1.HeightF = 25.00002F;
     this.Detail1.Name    = "Detail1";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "BanHangConnectionString";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "NgayKiemKho";
     table1.Name                  = "CF_KiemKho";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "GhiChu";
     columnExpression2.Table      = table1;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "MaNhanVien";
     table2.Name                  = "CF_NguoiDung";
     columnExpression3.Table      = table2;
     column3.Expression           = columnExpression3;
     columnExpression4.ColumnName = "TenNguoiDung";
     columnExpression4.Table      = table2;
     column4.Expression           = columnExpression4;
     columnExpression5.ColumnName = "ID";
     columnExpression5.Table      = table1;
     column5.Expression           = columnExpression5;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Columns.Add(column5);
     selectQuery1.FilterString = "[CF_KiemKho.NgayKiemKho] >= ?NgayBD And [CF_KiemKho.NgayKiemKho] <= ?NgayKT";
     selectQuery1.Name         = "CF_KiemKho";
     queryParameter1.Name      = "NgayBD";
     queryParameter1.Type      = typeof(DevExpress.DataAccess.Expression);
     queryParameter1.Value     = new DevExpress.DataAccess.Expression("[Parameters.NgayBD]", typeof(string));
     queryParameter2.Name      = "NgayKT";
     queryParameter2.Type      = typeof(DevExpress.DataAccess.Expression);
     queryParameter2.Value     = new DevExpress.DataAccess.Expression("[Parameters.NgayKT]", typeof(string));
     selectQuery1.Parameters.Add(queryParameter1);
     selectQuery1.Parameters.Add(queryParameter2);
     relationColumnInfo1.NestedKeyColumn = "ID";
     relationColumnInfo1.ParentKeyColumn = "IDNguoiDung";
     join1.KeyColumns.Add(relationColumnInfo1);
     join1.Nested = table2;
     join1.Parent = table1;
     selectQuery1.Relations.Add(join1);
     selectQuery1.Tables.Add(table1);
     selectQuery1.Tables.Add(table2);
     table3.Name       = "Setting";
     allColumns1.Table = table3;
     selectQuery2.Columns.Add(allColumns1);
     selectQuery2.Name = "Setting";
     selectQuery2.Tables.Add(table3);
     columnExpression6.ColumnName = "IDPhieuKiemKho";
     table4.Name                   = "CF_KiemKho_ChiTiet";
     columnExpression6.Table       = table4;
     column6.Expression            = columnExpression6;
     columnExpression7.ColumnName  = "TonKho";
     columnExpression7.Table       = table4;
     column7.Expression            = columnExpression7;
     columnExpression8.ColumnName  = "ChenhLech";
     columnExpression8.Table       = table4;
     column8.Expression            = columnExpression8;
     columnExpression9.ColumnName  = "ThucTe";
     columnExpression9.Table       = table4;
     column9.Expression            = columnExpression9;
     columnExpression10.ColumnName = "MaNguyenLieu";
     table5.Name                   = "CF_NguyenLieu";
     columnExpression10.Table      = table5;
     column10.Expression           = columnExpression10;
     columnExpression11.ColumnName = "TenNguyenLieu";
     columnExpression11.Table      = table5;
     column11.Expression           = columnExpression11;
     columnExpression12.ColumnName = "TenDonViTinh";
     table6.Name                   = "CF_DonViTinh";
     columnExpression12.Table      = table6;
     column12.Expression           = columnExpression12;
     columnExpression13.ColumnName = "GiaBan";
     columnExpression13.Table      = table5;
     column13.Expression           = columnExpression13;
     selectQuery3.Columns.Add(column6);
     selectQuery3.Columns.Add(column7);
     selectQuery3.Columns.Add(column8);
     selectQuery3.Columns.Add(column9);
     selectQuery3.Columns.Add(column10);
     selectQuery3.Columns.Add(column11);
     selectQuery3.Columns.Add(column12);
     selectQuery3.Columns.Add(column13);
     selectQuery3.Name = "CF_KiemKho_ChiTiet";
     relationColumnInfo2.NestedKeyColumn = "ID";
     relationColumnInfo2.ParentKeyColumn = "IDNguyenLieu";
     join2.KeyColumns.Add(relationColumnInfo2);
     join2.Nested = table5;
     join2.Parent = table4;
     relationColumnInfo3.NestedKeyColumn = "ID";
     relationColumnInfo3.ParentKeyColumn = "IDDonViTinh";
     join3.KeyColumns.Add(relationColumnInfo3);
     join3.Nested = table6;
     join3.Parent = table5;
     selectQuery3.Relations.Add(join2);
     selectQuery3.Relations.Add(join3);
     selectQuery3.Tables.Add(table4);
     selectQuery3.Tables.Add(table5);
     selectQuery3.Tables.Add(table6);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1,
         selectQuery2,
         selectQuery3
     });
     masterDetailInfo1.DetailQueryName   = "CF_KiemKho_ChiTiet";
     relationColumnInfo4.NestedKeyColumn = "IDPhieuKiemKho";
     relationColumnInfo4.ParentKeyColumn = "ID";
     masterDetailInfo1.KeyColumns.Add(relationColumnInfo4);
     masterDetailInfo1.MasterQueryName = "CF_KiemKho";
     this.sqlDataSource1.Relations.AddRange(new DevExpress.DataAccess.Sql.MasterDetailInfo[] {
         masterDetailInfo1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // rpBKKiemKho
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.DetailReport
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "CF_KiemKho";
     this.DataSource = this.sqlDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(0, 0, 20, 100);
     this.Padding    = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 1, 1, 100F);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.strNgay,
         this.NgayBD,
         this.NgayKT
     });
     this.Version = "16.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table2              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column3             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table3              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Join                 join1               = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Join                 join2               = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.pivotGridControl1  = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.sqlDataSource1     = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.fieldCategoryName1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldContactTitle1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldUnitsInStock1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.button1            = new System.Windows.Forms.Button();
     this.button2            = new System.Windows.Forms.Button();
     this.tableLayoutPanel1  = new System.Windows.Forms.TableLayoutPanel();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).BeginInit();
     this.tableLayoutPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // pivotGridControl1
     //
     this.tableLayoutPanel1.SetColumnSpan(this.pivotGridControl1, 2);
     this.pivotGridControl1.Cursor     = System.Windows.Forms.Cursors.Default;
     this.pivotGridControl1.DataMember = "Products";
     this.pivotGridControl1.DataSource = this.sqlDataSource1;
     this.pivotGridControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.pivotGridControl1.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
         this.fieldCategoryName1,
         this.fieldContactTitle1,
         this.fieldUnitsInStock1
     });
     this.pivotGridControl1.Location = new System.Drawing.Point(3, 3);
     this.pivotGridControl1.Name     = "pivotGridControl1";
     this.pivotGridControl1.Size     = new System.Drawing.Size(745, 346);
     this.pivotGridControl1.TabIndex = 0;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "Northwind";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "CategoryName";
     table1.MetaSerializable            = "<Meta X=\"340\" Y=\"30\" Width=\"125\" Height=\"172\" />";
     table1.Name                  = "Categories";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "ContactTitle";
     table2.MetaSerializable      = "<Meta X=\"185\" Y=\"30\" Width=\"125\" Height=\"286\" />";
     table2.Name                  = "Suppliers";
     columnExpression2.Table      = table2;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "UnitsInStock";
     table3.MetaSerializable      = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"267\" />";
     table3.Name                  = "Products";
     columnExpression3.Table      = table3;
     column3.Expression           = columnExpression3;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Name = "Products";
     relationColumnInfo1.NestedKeyColumn = "SupplierID";
     relationColumnInfo1.ParentKeyColumn = "SupplierID";
     join1.KeyColumns.Add(relationColumnInfo1);
     join1.Nested = table2;
     join1.Parent = table3;
     relationColumnInfo2.NestedKeyColumn = "CategoryID";
     relationColumnInfo2.ParentKeyColumn = "CategoryID";
     join2.KeyColumns.Add(relationColumnInfo2);
     join2.Nested = table1;
     join2.Parent = table3;
     selectQuery1.Relations.Add(join1);
     selectQuery1.Relations.Add(join2);
     selectQuery1.Tables.Add(table3);
     selectQuery1.Tables.Add(table2);
     selectQuery1.Tables.Add(table1);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // fieldCategoryName1
     //
     this.fieldCategoryName1.Area      = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.fieldCategoryName1.AreaIndex = 0;
     this.fieldCategoryName1.Caption   = "Category Name";
     this.fieldCategoryName1.FieldName = "CategoryName";
     this.fieldCategoryName1.Name      = "fieldCategoryName1";
     //
     // fieldContactTitle1
     //
     this.fieldContactTitle1.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.fieldContactTitle1.AreaIndex = 0;
     this.fieldContactTitle1.Caption   = "Contact Title";
     this.fieldContactTitle1.FieldName = "ContactTitle";
     this.fieldContactTitle1.Name      = "fieldContactTitle1";
     //
     // fieldUnitsInStock1
     //
     this.fieldUnitsInStock1.Area      = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldUnitsInStock1.AreaIndex = 0;
     this.fieldUnitsInStock1.Caption   = "Units In Stock";
     this.fieldUnitsInStock1.FieldName = "UnitsInStock";
     this.fieldUnitsInStock1.Name      = "fieldUnitsInStock1";
     //
     // button1
     //
     this.button1.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.button1.AutoSize = true;
     this.button1.Location = new System.Drawing.Point(83, 355);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(208, 23);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Best Fit (Category Name)";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Anchor   = System.Windows.Forms.AnchorStyles.None;
     this.button2.AutoSize = true;
     this.button2.Location = new System.Drawing.Point(459, 355);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(208, 23);
     this.button2.TabIndex = 2;
     this.button2.Text     = "Preview (with Best Fit in Category Name)";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.button1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.pivotGridControl1, 0, 0);
     this.tableLayoutPanel1.Controls.Add(this.button2, 1, 1);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 2;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(751, 381);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(751, 381);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControl1)).EndInit();
     this.tableLayoutPanel1.ResumeLayout(false);
     this.tableLayoutPanel1.PerformLayout();
     this.ResumeLayout(false);
 }
Ejemplo n.º 15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.DashboardCommon.CalculatedField             calculatedField1   = new DevExpress.DashboardCommon.CalculatedField();
     DevExpress.DashboardCommon.CalculatedField             calculatedField2   = new DevExpress.DashboardCommon.CalculatedField();
     DevExpress.DashboardCommon.CalculatedField             calculatedField3   = new DevExpress.DashboardCommon.CalculatedField();
     DevExpress.DashboardCommon.CalculatedField             calculatedField4   = new DevExpress.DashboardCommon.CalculatedField();
     DevExpress.DataAccess.Sql.SelectQuery                  selectQuery1       = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column                       column1            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression             columnExpression1  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                        table1             = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column                       column2            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression             columnExpression2  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column                       column3            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression             columnExpression3  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                        table2             = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column                       column4            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression             columnExpression4  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column                       column5            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression             columnExpression5  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                        table3             = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column                       column6            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression             columnExpression6  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column                       column7            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression             columnExpression7  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                        table4             = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column                       column8            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression             columnExpression8  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                        table5             = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column                       column9            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression             columnExpression9  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                        table6             = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column                       column10           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression             columnExpression10 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column                       column11           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression             columnExpression11 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Join                         join1 = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo           relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Join                         join2 = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo           relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Join                         join3 = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo           relationColumnInfo3 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Join                         join4 = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo           relationColumnInfo4 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Join                         join5 = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo           relationColumnInfo5 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Table                        table7 = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Join                         join6  = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo           relationColumnInfo6 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Table                        table8 = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Join                         join7  = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo           relationColumnInfo7 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager         resources           = new System.ComponentModel.ComponentResourceManager(typeof(dash_ent_rtm_eval));
     DevExpress.DashboardCommon.Measure                     measure1            = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.Measure                     measure2            = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.Dimension                   dimension1          = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Dimension                   dimension2          = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Gauge                       gauge1     = new DevExpress.DashboardCommon.Gauge();
     DevExpress.DashboardCommon.Dimension                   dimension3 = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Dimension                   dimension4 = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Dimension                   dimension5 = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Measure                     measure3   = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.Measure                     measure4   = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.Measure                     measure5   = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.Measure                     measure6   = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.Card                        card1      = new DevExpress.DashboardCommon.Card();
     DevExpress.DashboardCommon.CardStretchedLayoutTemplate cardStretchedLayoutTemplate1 = new DevExpress.DashboardCommon.CardStretchedLayoutTemplate();
     DevExpress.DashboardCommon.Measure                     measure7 = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.Measure                     measure8 = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.Card                        card2    = new DevExpress.DashboardCommon.Card();
     DevExpress.DashboardCommon.CardStretchedLayoutTemplate cardStretchedLayoutTemplate2 = new DevExpress.DashboardCommon.CardStretchedLayoutTemplate();
     DevExpress.DashboardCommon.Dimension                   dimension6            = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Measure                     measure9              = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.Dimension                   dimension7            = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.DashboardLayoutGroup        dashboardLayoutGroup1 = new DevExpress.DashboardCommon.DashboardLayoutGroup();
     DevExpress.DashboardCommon.DashboardLayoutGroup        dashboardLayoutGroup2 = new DevExpress.DashboardCommon.DashboardLayoutGroup();
     DevExpress.DashboardCommon.DashboardLayoutItem         dashboardLayoutItem1  = new DevExpress.DashboardCommon.DashboardLayoutItem();
     DevExpress.DashboardCommon.DashboardLayoutItem         dashboardLayoutItem2  = new DevExpress.DashboardCommon.DashboardLayoutItem();
     DevExpress.DashboardCommon.DashboardLayoutGroup        dashboardLayoutGroup3 = new DevExpress.DashboardCommon.DashboardLayoutGroup();
     DevExpress.DashboardCommon.DashboardLayoutItem         dashboardLayoutItem3  = new DevExpress.DashboardCommon.DashboardLayoutItem();
     DevExpress.DashboardCommon.DashboardLayoutItem         dashboardLayoutItem4  = new DevExpress.DashboardCommon.DashboardLayoutItem();
     this.dashboardSqlDataSource1 = new DevExpress.DashboardCommon.DashboardSqlDataSource();
     this.gaugeDashboardItem1     = new DevExpress.DashboardCommon.GaugeDashboardItem();
     this.treeViewDashboardItem1  = new DevExpress.DashboardCommon.TreeViewDashboardItem();
     this.cardDashboardItem1      = new DevExpress.DashboardCommon.CardDashboardItem();
     this.textBoxDashboardItem1   = new DevExpress.DashboardCommon.TextBoxDashboardItem();
     ((System.ComponentModel.ISupportInitialize)(this.dashboardSqlDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeDashboardItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeViewDashboardItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cardDashboardItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxDashboardItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // dashboardSqlDataSource1
     //
     calculatedField1.DataMember = "rc_rtm_criteria";
     calculatedField1.Expression = "CountDistinct([eval_responseID])";
     calculatedField1.Name       = "countdistinct_eval_responseid";
     calculatedField2.DataMember = "rc_rtm_criteria";
     calculatedField2.Expression = "CountDistinct([res_itemID])";
     calculatedField2.Name       = "countdistinct_res_itemID";
     calculatedField3.DataMember = "rc_rtm_criteria";
     calculatedField3.Expression = "CountDistinct([ch_title])";
     calculatedField3.Name       = "countdistinct_ch_title";
     calculatedField4.DataMember = "rc_rtm_criteria";
     calculatedField4.Expression = "CountDistinct([src_title])";
     calculatedField4.Name       = "countdistinct_src_title";
     this.dashboardSqlDataSource1.CalculatedFields.AddRange(new DevExpress.DashboardCommon.CalculatedField[] {
         calculatedField1,
         calculatedField2,
         calculatedField3,
         calculatedField4
     });
     this.dashboardSqlDataSource1.ComponentName  = "dashboardSqlDataSource1";
     this.dashboardSqlDataSource1.ConnectionName = "DevDB";
     this.dashboardSqlDataSource1.Name           = "SQL Data Source 1";
     columnExpression1.ColumnName = "ch_title";
     table1.MetaSerializable      = "<Meta X=\"340\" Y=\"30\" Width=\"125\" Height=\"134\" />";
     table1.Name                   = "rc_rtm_checklists";
     columnExpression1.Table       = table1;
     column1.Expression            = columnExpression1;
     columnExpression2.ColumnName  = "ch_deleted";
     columnExpression2.Table       = table1;
     column2.Expression            = columnExpression2;
     columnExpression3.ColumnName  = "src_title";
     table2.MetaSerializable       = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"248\" />";
     table2.Name                   = "rc_rtm_criteria";
     columnExpression3.Table       = table2;
     column3.Expression            = columnExpression3;
     columnExpression4.ColumnName  = "src_deleted";
     columnExpression4.Table       = table2;
     column4.Expression            = columnExpression4;
     columnExpression5.ColumnName  = "bo_name";
     table3.MetaSerializable       = "<Meta X=\"185\" Y=\"30\" Width=\"125\" Height=\"153\" />";
     table3.Name                   = "rc_rtm_objectives";
     columnExpression5.Table       = table3;
     column5.Expression            = columnExpression5;
     columnExpression6.ColumnName  = "bo_deleted";
     columnExpression6.Table       = table3;
     column6.Expression            = columnExpression6;
     columnExpression7.ColumnName  = "res_itemID";
     table4.MetaSerializable       = "<Meta X=\"260\" Y=\"420\" Width=\"125\" Height=\"191\" />";
     table4.Name                   = "rc_responses";
     columnExpression7.Table       = table4;
     column7.Expression            = columnExpression7;
     columnExpression8.ColumnName  = "eval_responseID";
     table5.MetaSerializable       = "<Meta X=\"450\" Y=\"400\" Width=\"125\" Height=\"210\" />";
     table5.Name                   = "rc_evaluation";
     columnExpression8.Table       = table5;
     column8.Expression            = columnExpression8;
     column9.Alias                 = "rc_projects_1_pro_name";
     columnExpression9.ColumnName  = "pro_name";
     table6.Alias                  = "rc_projects_1";
     table6.MetaSerializable       = "<Meta X=\"760\" Y=\"30\" Width=\"125\" Height=\"362\" />";
     table6.Name                   = "rc_projects";
     columnExpression9.Table       = table6;
     column9.Expression            = columnExpression9;
     columnExpression10.ColumnName = "pro_color";
     columnExpression10.Table      = table6;
     column10.Expression           = columnExpression10;
     columnExpression11.ColumnName = "pro_description";
     columnExpression11.Table      = table6;
     column11.Expression           = columnExpression11;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Columns.Add(column5);
     selectQuery1.Columns.Add(column6);
     selectQuery1.Columns.Add(column7);
     selectQuery1.Columns.Add(column8);
     selectQuery1.Columns.Add(column9);
     selectQuery1.Columns.Add(column10);
     selectQuery1.Columns.Add(column11);
     selectQuery1.Distinct          = true;
     selectQuery1.FilterString      = "[rc_rtm_checklists.ch_deleted] = \'0\'";
     selectQuery1.GroupFilterString = "";
     selectQuery1.Name = "rc_rtm_criteria";
     relationColumnInfo1.NestedKeyColumn = "bo_id";
     relationColumnInfo1.ParentKeyColumn = "src_objective";
     join1.KeyColumns.Add(relationColumnInfo1);
     join1.Nested = table3;
     join1.Parent = table2;
     relationColumnInfo2.NestedKeyColumn = "ch_id";
     relationColumnInfo2.ParentKeyColumn = "bo_checklist";
     join2.KeyColumns.Add(relationColumnInfo2);
     join2.Nested = table1;
     join2.Parent = table3;
     relationColumnInfo3.NestedKeyColumn = "res_itemID";
     relationColumnInfo3.ParentKeyColumn = "src_id";
     join3.KeyColumns.Add(relationColumnInfo3);
     join3.Nested = table4;
     join3.Parent = table2;
     join3.Type   = DevExpress.Xpo.DB.JoinType.LeftOuter;
     relationColumnInfo4.NestedKeyColumn = "eval_responseID";
     relationColumnInfo4.ParentKeyColumn = "res_id";
     join4.KeyColumns.Add(relationColumnInfo4);
     join4.Nested = table5;
     join4.Parent = table4;
     join4.Type   = DevExpress.Xpo.DB.JoinType.LeftOuter;
     relationColumnInfo5.NestedKeyColumn = "act_checklist";
     relationColumnInfo5.ParentKeyColumn = "ch_id";
     join5.KeyColumns.Add(relationColumnInfo5);
     table7.MetaSerializable             = "<Meta X=\"605\" Y=\"30\" Width=\"125\" Height=\"134\" />";
     table7.Name                         = "rc_rtm_active";
     join5.Nested                        = table7;
     join5.Parent                        = table1;
     relationColumnInfo6.NestedKeyColumn = "pro_ID";
     relationColumnInfo6.ParentKeyColumn = "res_projectID";
     join6.KeyColumns.Add(relationColumnInfo6);
     table8.MetaSerializable = "<Meta X=\"410\" Y=\"670\" Width=\"125\" Height=\"362\" />";
     table8.Name             = "rc_projects";
     join6.Nested            = table8;
     join6.Parent            = table4;
     join6.Type = DevExpress.Xpo.DB.JoinType.LeftOuter;
     relationColumnInfo7.NestedKeyColumn = "pro_ID";
     relationColumnInfo7.ParentKeyColumn = "act_projectID";
     join7.KeyColumns.Add(relationColumnInfo7);
     join7.Nested = table6;
     join7.Parent = table7;
     selectQuery1.Relations.Add(join1);
     selectQuery1.Relations.Add(join2);
     selectQuery1.Relations.Add(join3);
     selectQuery1.Relations.Add(join4);
     selectQuery1.Relations.Add(join5);
     selectQuery1.Relations.Add(join6);
     selectQuery1.Relations.Add(join7);
     selectQuery1.Tables.Add(table2);
     selectQuery1.Tables.Add(table3);
     selectQuery1.Tables.Add(table1);
     selectQuery1.Tables.Add(table4);
     selectQuery1.Tables.Add(table5);
     selectQuery1.Tables.Add(table7);
     selectQuery1.Tables.Add(table8);
     selectQuery1.Tables.Add(table6);
     this.dashboardSqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1
     });
     this.dashboardSqlDataSource1.ResultSchemaSerializable = resources.GetString("dashboardSqlDataSource1.ResultSchemaSerializable");
     //
     // gaugeDashboardItem1
     //
     this.gaugeDashboardItem1.ComponentName = "gaugeDashboardItem1";
     measure1.DataMember   = "countdistinct_src_title";
     measure1.Name         = "# of Checklist Items";
     measure2.DataMember   = "countdistinct_res_itemID";
     measure2.Name         = "# of Responses";
     dimension1.DataMember = "rc_projects_1_pro_name";
     dimension1.Name       = "Project name";
     dimension2.DataMember = "ch_title";
     dimension2.Name       = "Checklist Title";
     this.gaugeDashboardItem1.DataItemRepository.Clear();
     this.gaugeDashboardItem1.DataItemRepository.Add(measure1, "DataItem0");
     this.gaugeDashboardItem1.DataItemRepository.Add(measure2, "DataItem1");
     this.gaugeDashboardItem1.DataItemRepository.Add(dimension1, "DataItem2");
     this.gaugeDashboardItem1.DataItemRepository.Add(dimension2, "DataItem3");
     this.gaugeDashboardItem1.DataMember = "rc_rtm_criteria";
     this.gaugeDashboardItem1.DataSource = this.dashboardSqlDataSource1;
     gauge1.DeltaOptions.ResultIndicationThresholdType = DevExpress.DashboardCommon.DeltaIndicationThresholdType.Absolute;
     gauge1.DeltaOptions.ValueType = DevExpress.DashboardCommon.DeltaValueType.ActualValue;
     gauge1.AddDataItem("TargetValue", measure1);
     gauge1.AddDataItem("ActualValue", measure2);
     this.gaugeDashboardItem1.Gauges.AddRange(new DevExpress.DashboardCommon.Gauge[] {
         gauge1
     });
     this.gaugeDashboardItem1.InteractivityOptions.IgnoreMasterFilters = false;
     this.gaugeDashboardItem1.InteractivityOptions.IsDrillDownEnabled  = true;
     this.gaugeDashboardItem1.Name = "# of Responses Vs. # of Checklist Items";
     this.gaugeDashboardItem1.SeriesDimensions.AddRange(new DevExpress.DashboardCommon.Dimension[] {
         dimension1,
         dimension2
     });
     this.gaugeDashboardItem1.ShowCaption = true;
     this.gaugeDashboardItem1.ViewType    = DevExpress.DashboardCommon.GaugeViewType.LinearVertical;
     //
     // treeViewDashboardItem1
     //
     this.treeViewDashboardItem1.ComponentName = "treeViewDashboardItem1";
     dimension3.DataMember = "rc_projects_1_pro_name";
     dimension3.Name       = "Project name";
     dimension4.DataMember = "ch_title";
     dimension4.Name       = "Checklist Title";
     dimension5.DataMember = "src_title";
     dimension5.Name       = "Checklist Item Title";
     measure3.DataMember   = "countdistinct_src_title";
     measure3.Name         = "count of Checklist Items";
     measure4.DataMember   = "countdistinct_ch_title";
     measure4.Name         = "Count of checklist Title";
     this.treeViewDashboardItem1.DataItemRepository.Clear();
     this.treeViewDashboardItem1.DataItemRepository.Add(dimension3, "DataItem0");
     this.treeViewDashboardItem1.DataItemRepository.Add(dimension4, "DataItem1");
     this.treeViewDashboardItem1.DataItemRepository.Add(dimension5, "DataItem2");
     this.treeViewDashboardItem1.DataItemRepository.Add(measure3, "DataItem3");
     this.treeViewDashboardItem1.DataItemRepository.Add(measure4, "DataItem4");
     this.treeViewDashboardItem1.DataMember   = "rc_rtm_criteria";
     this.treeViewDashboardItem1.DataSource   = this.dashboardSqlDataSource1;
     this.treeViewDashboardItem1.EnableSearch = true;
     this.treeViewDashboardItem1.FilterDimensions.AddRange(new DevExpress.DashboardCommon.Dimension[] {
         dimension3,
         dimension4,
         dimension5
     });
     this.treeViewDashboardItem1.HiddenMeasures.AddRange(new DevExpress.DashboardCommon.Measure[] {
         measure3,
         measure4
     });
     this.treeViewDashboardItem1.InteractivityOptions.IgnoreMasterFilters = true;
     this.treeViewDashboardItem1.Name        = "Data Selector";
     this.treeViewDashboardItem1.ShowCaption = true;
     //
     // cardDashboardItem1
     //
     measure5.DataMember = "countdistinct_res_itemID";
     measure5.Name       = "Count of Responses";
     measure6.DataMember = "countdistinct_src_title";
     measure6.Name       = "Count of Checklist Items";
     cardStretchedLayoutTemplate1.BottomValue1.DimensionIndex = 0;
     cardStretchedLayoutTemplate1.BottomValue1.ValueType      = DevExpress.DashboardCommon.CardRowDataElementType.PercentVariation;
     cardStretchedLayoutTemplate1.BottomValue1.Visible        = true;
     cardStretchedLayoutTemplate1.BottomValue2.DimensionIndex = 0;
     cardStretchedLayoutTemplate1.BottomValue2.ValueType      = DevExpress.DashboardCommon.CardRowDataElementType.AbsoluteVariation;
     cardStretchedLayoutTemplate1.BottomValue2.Visible        = true;
     cardStretchedLayoutTemplate1.DeltaIndicator.Visible      = true;
     cardStretchedLayoutTemplate1.MainValue.DimensionIndex    = 0;
     cardStretchedLayoutTemplate1.MainValue.ValueType         = DevExpress.DashboardCommon.CardRowDataElementType.Title;
     cardStretchedLayoutTemplate1.MainValue.Visible           = true;
     cardStretchedLayoutTemplate1.Sparkline.Visible           = true;
     cardStretchedLayoutTemplate1.SubValue.DimensionIndex     = 0;
     cardStretchedLayoutTemplate1.SubValue.ValueType          = DevExpress.DashboardCommon.CardRowDataElementType.Subtitle;
     cardStretchedLayoutTemplate1.SubValue.Visible            = true;
     cardStretchedLayoutTemplate1.TopValue.DimensionIndex     = 0;
     cardStretchedLayoutTemplate1.TopValue.ValueType          = DevExpress.DashboardCommon.CardRowDataElementType.ActualValue;
     cardStretchedLayoutTemplate1.TopValue.Visible            = true;
     card1.LayoutTemplate = cardStretchedLayoutTemplate1;
     card1.AddDataItem("ActualValue", measure5);
     card1.AddDataItem("TargetValue", measure6);
     measure7.DataMember = "countdistinct_eval_responseid";
     measure7.Name       = "Count of Evaluations";
     measure8.DataMember = "countdistinct_src_title";
     measure8.Name       = "Count of Checklist Items";
     cardStretchedLayoutTemplate2.BottomValue1.DimensionIndex = 0;
     cardStretchedLayoutTemplate2.BottomValue1.ValueType      = DevExpress.DashboardCommon.CardRowDataElementType.PercentVariation;
     cardStretchedLayoutTemplate2.BottomValue1.Visible        = true;
     cardStretchedLayoutTemplate2.BottomValue2.DimensionIndex = 0;
     cardStretchedLayoutTemplate2.BottomValue2.ValueType      = DevExpress.DashboardCommon.CardRowDataElementType.AbsoluteVariation;
     cardStretchedLayoutTemplate2.BottomValue2.Visible        = true;
     cardStretchedLayoutTemplate2.DeltaIndicator.Visible      = true;
     cardStretchedLayoutTemplate2.MainValue.DimensionIndex    = 0;
     cardStretchedLayoutTemplate2.MainValue.ValueType         = DevExpress.DashboardCommon.CardRowDataElementType.Title;
     cardStretchedLayoutTemplate2.MainValue.Visible           = true;
     cardStretchedLayoutTemplate2.Sparkline.Visible           = true;
     cardStretchedLayoutTemplate2.SubValue.DimensionIndex     = 0;
     cardStretchedLayoutTemplate2.SubValue.ValueType          = DevExpress.DashboardCommon.CardRowDataElementType.Subtitle;
     cardStretchedLayoutTemplate2.SubValue.Visible            = true;
     cardStretchedLayoutTemplate2.TopValue.DimensionIndex     = 0;
     cardStretchedLayoutTemplate2.TopValue.ValueType          = DevExpress.DashboardCommon.CardRowDataElementType.ActualValue;
     cardStretchedLayoutTemplate2.TopValue.Visible            = true;
     card2.LayoutTemplate = cardStretchedLayoutTemplate2;
     card2.AddDataItem("ActualValue", measure7);
     card2.AddDataItem("TargetValue", measure8);
     this.cardDashboardItem1.Cards.AddRange(new DevExpress.DashboardCommon.Card[] {
         card1,
         card2
     });
     this.cardDashboardItem1.ComponentName = "cardDashboardItem1";
     dimension6.DataMember = "rc_projects_1_pro_name";
     dimension6.Name       = "Project Name";
     measure9.DataMember   = "countdistinct_res_itemID";
     measure9.Name         = "Count of Responses";
     dimension7.DataMember = "ch_title";
     dimension7.Name       = "Checklist Title";
     this.cardDashboardItem1.DataItemRepository.Clear();
     this.cardDashboardItem1.DataItemRepository.Add(dimension6, "DataItem0");
     this.cardDashboardItem1.DataItemRepository.Add(measure9, "DataItem2");
     this.cardDashboardItem1.DataItemRepository.Add(measure7, "DataItem3");
     this.cardDashboardItem1.DataItemRepository.Add(measure5, "DataItem1");
     this.cardDashboardItem1.DataItemRepository.Add(dimension7, "DataItem4");
     this.cardDashboardItem1.DataItemRepository.Add(measure6, "DataItem5");
     this.cardDashboardItem1.DataItemRepository.Add(measure8, "DataItem6");
     this.cardDashboardItem1.DataMember = "rc_rtm_criteria";
     this.cardDashboardItem1.DataSource = this.dashboardSqlDataSource1;
     this.cardDashboardItem1.HiddenMeasures.AddRange(new DevExpress.DashboardCommon.Measure[] {
         measure9
     });
     this.cardDashboardItem1.InteractivityOptions.IgnoreMasterFilters = false;
     this.cardDashboardItem1.InteractivityOptions.IsDrillDownEnabled  = true;
     this.cardDashboardItem1.Name = "";
     this.cardDashboardItem1.SeriesDimensions.AddRange(new DevExpress.DashboardCommon.Dimension[] {
         dimension6,
         dimension7
     });
     this.cardDashboardItem1.ShowCaption = true;
     //
     // textBoxDashboardItem1
     //
     this.textBoxDashboardItem1.ComponentName = "textBoxDashboardItem1";
     this.textBoxDashboardItem1.DataItemRepository.Clear();
     this.textBoxDashboardItem1.InnerRtf = resources.GetString("textBoxDashboardItem1.InnerRtf");
     this.textBoxDashboardItem1.InteractivityOptions.IgnoreMasterFilters = false;
     this.textBoxDashboardItem1.Name        = "Text Box 1";
     this.textBoxDashboardItem1.ShowCaption = false;
     //
     // dash_ent_rtm_eval
     //
     this.DataSources.AddRange(new DevExpress.DashboardCommon.IDashboardDataSource[] {
         this.dashboardSqlDataSource1
     });
     this.Items.AddRange(new DevExpress.DashboardCommon.DashboardItem[] {
         this.gaugeDashboardItem1,
         this.treeViewDashboardItem1,
         this.cardDashboardItem1,
         this.textBoxDashboardItem1
     });
     dashboardLayoutItem1.DashboardItem = this.treeViewDashboardItem1;
     dashboardLayoutItem1.Weight        = 30.592105263157894D;
     dashboardLayoutItem2.DashboardItem = this.textBoxDashboardItem1;
     dashboardLayoutItem2.Weight        = 69.40789473684211D;
     dashboardLayoutGroup2.ChildNodes.AddRange(new DevExpress.DashboardCommon.DashboardLayoutNode[] {
         dashboardLayoutItem1,
         dashboardLayoutItem2
     });
     dashboardLayoutGroup2.DashboardItem = null;
     dashboardLayoutGroup2.Orientation   = DevExpress.DashboardCommon.DashboardLayoutGroupOrientation.Vertical;
     dashboardLayoutGroup2.Weight        = 19.068934646374217D;
     dashboardLayoutItem3.DashboardItem  = this.gaugeDashboardItem1;
     dashboardLayoutItem3.Weight         = 50D;
     dashboardLayoutItem4.DashboardItem  = this.cardDashboardItem1;
     dashboardLayoutItem4.Weight         = 50D;
     dashboardLayoutGroup3.ChildNodes.AddRange(new DevExpress.DashboardCommon.DashboardLayoutNode[] {
         dashboardLayoutItem3,
         dashboardLayoutItem4
     });
     dashboardLayoutGroup3.DashboardItem = null;
     dashboardLayoutGroup3.Weight        = 80.931065353625783D;
     dashboardLayoutGroup1.ChildNodes.AddRange(new DevExpress.DashboardCommon.DashboardLayoutNode[] {
         dashboardLayoutGroup2,
         dashboardLayoutGroup3
     });
     dashboardLayoutGroup1.DashboardItem = null;
     this.LayoutRoot = dashboardLayoutGroup1;
     this.Title.ShowMasterFilterState = false;
     this.Title.Text = "RTM Item Metric";
     ((System.ComponentModel.ISupportInitialize)(this.dashboardSqlDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gaugeDashboardItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeViewDashboardItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cardDashboardItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textBoxDashboardItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column4             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column5             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column6             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table2              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column7             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.CustomExpression     customExpression1   = new DevExpress.DataAccess.Sql.CustomExpression();
     DevExpress.DataAccess.Sql.Join                 join1               = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(Report1));
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.sqlDataSource1    = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.pageHeaderBand1   = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine2           = new DevExpress.XtraReports.UI.XRLine();
     this.groupHeaderBand1  = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel8          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14         = new DevExpress.XtraReports.UI.XRLabel();
     this.pageFooterBand1   = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo2       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrRichText1       = new DevExpress.XtraReports.UI.XRRichText();
     this.xrLabel15         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine3           = new DevExpress.XtraReports.UI.XRLine();
     this.Title             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.FieldCaption      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DataField         = new DevExpress.XtraReports.UI.XRControlStyle();
     ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Dpi           = 100F;
     this.Detail.HeightF       = 23F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.StyleName     = "DataField";
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 100F;
     this.TopMargin.HeightF       = 100F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi           = 100F;
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "localhost_QuanLyVPP_Connection";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "MaHH";
     table1.MetaSerializable            = "30|30|125|191";
     table1.Name                  = "HangHoa";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "TenHH";
     columnExpression2.Table      = table1;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "DVTinh";
     columnExpression3.Table      = table1;
     column3.Expression           = columnExpression3;
     columnExpression4.ColumnName = "GiaMua";
     columnExpression4.Table      = table1;
     column4.Expression           = columnExpression4;
     columnExpression5.ColumnName = "DonGia";
     columnExpression5.Table      = table1;
     column5.Expression           = columnExpression5;
     columnExpression6.ColumnName = "SoLuongHH";
     table2.MetaSerializable      = "185|30|125|96";
     table2.Name                  = "KhoHH";
     columnExpression6.Table      = table2;
     column6.Expression           = columnExpression6;
     column7.Alias                = "Lợi Nhuận";
     customExpression1.Expression = "HangHoa.DonGia - HangHoa.GiaMua";
     column7.Expression           = customExpression1;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Columns.Add(column5);
     selectQuery1.Columns.Add(column6);
     selectQuery1.Columns.Add(column7);
     selectQuery1.Name = "HangHoa_1";
     relationColumnInfo1.NestedKeyColumn = "MaHK";
     relationColumnInfo1.ParentKeyColumn = "MaHK";
     join1.KeyColumns.Add(relationColumnInfo1);
     join1.Nested = table2;
     join1.Parent = table1;
     selectQuery1.Relations.Add(join1);
     selectQuery1.Tables.Add(table1);
     selectQuery1.Tables.Add(table2);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // pageHeaderBand1
     //
     this.pageHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrLabel2,
         this.xrLabel3,
         this.xrLabel4,
         this.xrLabel5,
         this.xrLabel6,
         this.xrLabel7,
         this.xrLine1,
         this.xrLine2
     });
     this.pageHeaderBand1.Dpi     = 100F;
     this.pageHeaderBand1.HeightF = 45F;
     this.pageHeaderBand1.Name    = "pageHeaderBand1";
     this.pageHeaderBand1.StylePriority.UseTextAlignment = false;
     this.pageHeaderBand1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel1
     //
     this.xrLabel1.Dpi           = 100F;
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 7F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(75.59241F, 36F);
     this.xrLabel1.StyleName     = "FieldCaption";
     this.xrLabel1.Text          = "Mã HH";
     //
     // xrLabel2
     //
     this.xrLabel2.Dpi           = 100F;
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(81.59241F, 7.000001F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(135.3363F, 36F);
     this.xrLabel2.StyleName     = "FieldCaption";
     this.xrLabel2.Text          = "Tên HH";
     //
     // xrLabel3
     //
     this.xrLabel3.Dpi           = 100F;
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(216.9287F, 7.000001F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(80.12796F, 36F);
     this.xrLabel3.StyleName     = "FieldCaption";
     this.xrLabel3.Text          = "ĐV Tính";
     //
     // xrLabel4
     //
     this.xrLabel4.Dpi           = 100F;
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(297.0567F, 7.000001F);
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(86.17535F, 36F);
     this.xrLabel4.StyleName     = "FieldCaption";
     this.xrLabel4.Text          = "Giá Mua";
     //
     // xrLabel5
     //
     this.xrLabel5.Dpi           = 100F;
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(383.2321F, 7.000001F);
     this.xrLabel5.Name          = "xrLabel5";
     this.xrLabel5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF         = new System.Drawing.SizeF(81.63981F, 36F);
     this.xrLabel5.StyleName     = "FieldCaption";
     this.xrLabel5.Text          = "Đơn Giá";
     //
     // xrLabel6
     //
     this.xrLabel6.Dpi           = 100F;
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(464.8719F, 7.000001F);
     this.xrLabel6.Name          = "xrLabel6";
     this.xrLabel6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF         = new System.Drawing.SizeF(74.81064F, 36F);
     this.xrLabel6.StyleName     = "FieldCaption";
     this.xrLabel6.Text          = "Tồn Kho";
     //
     // xrLabel7
     //
     this.xrLabel7.Dpi           = 100F;
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(539.6824F, 7F);
     this.xrLabel7.Name          = "xrLabel7";
     this.xrLabel7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF         = new System.Drawing.SizeF(104.3176F, 36F);
     this.xrLabel7.StyleName     = "FieldCaption";
     this.xrLabel7.Text          = "Lợi Nhuận";
     //
     // xrLine1
     //
     this.xrLine1.Dpi           = 100F;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 5F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(638F, 2F);
     //
     // xrLine2
     //
     this.xrLine2.Dpi           = 100F;
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(6F, 43F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(638F, 2F);
     //
     // groupHeaderBand1
     //
     this.groupHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel8,
         this.xrLabel9,
         this.xrLabel10,
         this.xrLabel11,
         this.xrLabel12,
         this.xrLabel13,
         this.xrLabel14
     });
     this.groupHeaderBand1.Dpi = 100F;
     this.groupHeaderBand1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("MaHH", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("TenHH", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("DVTinh", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("GiaMua", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("DonGia", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("SoLuongHH", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("Lợi Nhuận", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.groupHeaderBand1.HeightF   = 23F;
     this.groupHeaderBand1.Name      = "groupHeaderBand1";
     this.groupHeaderBand1.StyleName = "DataField";
     this.groupHeaderBand1.StylePriority.UseTextAlignment = false;
     this.groupHeaderBand1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "HangHoa_1.MaHH")
     });
     this.xrLabel8.Dpi           = 100F;
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(6F, 0F);
     this.xrLabel8.Name          = "xrLabel8";
     this.xrLabel8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF         = new System.Drawing.SizeF(75.59241F, 23F);
     this.xrLabel8.Text          = "xrLabel8";
     //
     // xrLabel9
     //
     this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "HangHoa_1.TenHH")
     });
     this.xrLabel9.Dpi           = 100F;
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(81.59241F, 0F);
     this.xrLabel9.Name          = "xrLabel9";
     this.xrLabel9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF         = new System.Drawing.SizeF(135.3363F, 23F);
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text          = "xrLabel9";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel10
     //
     this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "HangHoa_1.DVTinh")
     });
     this.xrLabel10.Dpi           = 100F;
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(216.9287F, 0F);
     this.xrLabel10.Name          = "xrLabel10";
     this.xrLabel10.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF         = new System.Drawing.SizeF(80.1279F, 23F);
     this.xrLabel10.Text          = "xrLabel10";
     //
     // xrLabel11
     //
     this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "HangHoa_1.GiaMua")
     });
     this.xrLabel11.Dpi           = 100F;
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(297.0567F, 0F);
     this.xrLabel11.Name          = "xrLabel11";
     this.xrLabel11.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF         = new System.Drawing.SizeF(86.17538F, 23F);
     this.xrLabel11.Text          = "xrLabel11";
     //
     // xrLabel12
     //
     this.xrLabel12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "HangHoa_1.DonGia")
     });
     this.xrLabel12.Dpi           = 100F;
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(383.2321F, 0F);
     this.xrLabel12.Name          = "xrLabel12";
     this.xrLabel12.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF         = new System.Drawing.SizeF(81.6398F, 23F);
     this.xrLabel12.Text          = "xrLabel12";
     //
     // xrLabel13
     //
     this.xrLabel13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "HangHoa_1.SoLuongHH")
     });
     this.xrLabel13.Dpi           = 100F;
     this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(464.8719F, 0F);
     this.xrLabel13.Name          = "xrLabel13";
     this.xrLabel13.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF         = new System.Drawing.SizeF(74.81064F, 23F);
     this.xrLabel13.Text          = "xrLabel13";
     //
     // xrLabel14
     //
     this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "HangHoa_1.Lợi Nhuận")
     });
     this.xrLabel14.Dpi           = 100F;
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(539.6824F, 0F);
     this.xrLabel14.Name          = "xrLabel14";
     this.xrLabel14.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF         = new System.Drawing.SizeF(104.3176F, 23F);
     this.xrLabel14.Text          = "xrLabel14";
     //
     // pageFooterBand1
     //
     this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrPageInfo2
     });
     this.pageFooterBand1.Dpi     = 100F;
     this.pageFooterBand1.HeightF = 29F;
     this.pageFooterBand1.Name    = "pageFooterBand1";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi           = 100F;
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo1.StyleName     = "PageInfo";
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.Dpi           = 100F;
     this.xrPageInfo2.Format        = "Page {0} of {1}";
     this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(331F, 6F);
     this.xrPageInfo2.Name          = "xrPageInfo2";
     this.xrPageInfo2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo2.StyleName     = "PageInfo";
     this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // reportHeaderBand1
     //
     this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrRichText1,
         this.xrLabel15,
         this.xrLine3
     });
     this.reportHeaderBand1.Dpi     = 100F;
     this.reportHeaderBand1.HeightF = 66.12499F;
     this.reportHeaderBand1.Name    = "reportHeaderBand1";
     this.reportHeaderBand1.StylePriority.UseTextAlignment = false;
     this.reportHeaderBand1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrRichText1
     //
     this.xrRichText1.Dpi                   = 100F;
     this.xrRichText1.Font                  = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrRichText1.LocationFloat         = new DevExpress.Utils.PointFloat(539.6824F, 43.12499F);
     this.xrRichText1.Name                  = "xrRichText1";
     this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString");
     this.xrRichText1.SizeF                 = new System.Drawing.SizeF(100F, 23F);
     //
     // xrLabel15
     //
     this.xrLabel15.Dpi           = 100F;
     this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(6F, 2F);
     this.xrLabel15.Name          = "xrLabel15";
     this.xrLabel15.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF         = new System.Drawing.SizeF(638F, 39F);
     this.xrLabel15.StyleName     = "Title";
     this.xrLabel15.Text          = "THỐNG KÊ HÀNG HÓA";
     //
     // xrLine3
     //
     this.xrLine3.Dpi           = 100F;
     this.xrLine3.LocationFloat = new DevExpress.Utils.PointFloat(6F, 0F);
     this.xrLine3.Name          = "xrLine3";
     this.xrLine3.SizeF         = new System.Drawing.SizeF(638F, 2F);
     //
     // 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("Times New Roman", 24F);
     this.Title.ForeColor   = System.Drawing.Color.Black;
     this.Title.Name        = "Title";
     //
     // FieldCaption
     //
     this.FieldCaption.BackColor   = System.Drawing.Color.Transparent;
     this.FieldCaption.BorderColor = System.Drawing.Color.Black;
     this.FieldCaption.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.FieldCaption.BorderWidth = 1F;
     this.FieldCaption.Font        = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.FieldCaption.ForeColor   = System.Drawing.Color.Black;
     this.FieldCaption.Name        = "FieldCaption";
     //
     // PageInfo
     //
     this.PageInfo.BackColor   = System.Drawing.Color.Transparent;
     this.PageInfo.BorderColor = System.Drawing.Color.Black;
     this.PageInfo.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.PageInfo.BorderWidth = 1F;
     this.PageInfo.Font        = new System.Drawing.Font("Times New Roman", 8F);
     this.PageInfo.ForeColor   = System.Drawing.Color.Black;
     this.PageInfo.Name        = "PageInfo";
     //
     // DataField
     //
     this.DataField.BackColor   = System.Drawing.Color.Transparent;
     this.DataField.BorderColor = System.Drawing.Color.Black;
     this.DataField.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.DataField.BorderWidth = 1F;
     this.DataField.Font        = new System.Drawing.Font("Times New Roman", 8F);
     this.DataField.ForeColor   = System.Drawing.Color.Black;
     this.DataField.Name        = "DataField";
     this.DataField.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // Report1
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.pageHeaderBand1,
         this.groupHeaderBand1,
         this.pageFooterBand1,
         this.reportHeaderBand1
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "HangHoa_1";
     this.DataSource = this.sqlDataSource1;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.FieldCaption,
         this.PageInfo,
         this.DataField
     });
     this.Version = "16.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
	/// <summary>
	/// Required method for Designer support - do not modify
	/// the contents of this method with the code editor.
	/// </summary>
	public void InitializeComponent() {
            string resourceFileName = "OgrenciSinifListesi.resx";
            System.Resources.ResourceManager resources = global::Resources.OgrenciSinifListesi.ResourceManager;
            this.components = new System.ComponentModel.Container();
            DevExpress.DataAccess.Sql.TableQuery tableQuery1 = new DevExpress.DataAccess.Sql.TableQuery();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo1 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo2 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo3 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo3 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo4 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo4 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo1 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo1 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo2 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo3 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo2 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo4 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo5 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo3 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo6 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo7 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo4 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo8 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo9 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo5 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo10 = new DevExpress.DataAccess.Sql.ColumnInfo();
            this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
            this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
            this.Title = new DevExpress.XtraReports.UI.XRControlStyle();
            this.FieldCaption = new DevExpress.XtraReports.UI.XRControlStyle();
            this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle();
            this.DataField = new DevExpress.XtraReports.UI.XRControlStyle();
            this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
            this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
            this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
            this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
            this.sharedImageCollection1 = new DevExpress.Utils.SharedImageCollection(this.components);
            this.cat_id = new DevExpress.XtraReports.Parameters.Parameter();
            this.dersid = new DevExpress.XtraReports.Parameters.Parameter();
            this.formattingRule1 = new DevExpress.XtraReports.UI.FormattingRule();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1.ImageSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // sqlDataSource1
            // 
            this.sqlDataSource1.ConnectionName = "Tu_SinavConnectionString";
            this.sqlDataSource1.Name = "sqlDataSource1";
            tableQuery1.Name = "CustomSqlQuery";
            relationColumnInfo1.NestedKeyColumn = "ogr_no";
            relationColumnInfo1.ParentKeyColumn = "ogr_no";
            relationInfo1.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo1});
            relationInfo1.NestedTable = "Ogrenci";
            relationInfo1.ParentTable = "ogr_sinav_derslik";
            relationColumnInfo2.NestedKeyColumn = "Sinav_id";
            relationColumnInfo2.ParentKeyColumn = "Sinav_id";
            relationInfo2.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo2});
            relationInfo2.NestedTable = "Sinavlar";
            relationInfo2.ParentTable = "ogr_sinav_derslik";
            relationColumnInfo3.NestedKeyColumn = "ders_id";
            relationColumnInfo3.ParentKeyColumn = "ders_id";
            relationInfo3.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo3});
            relationInfo3.NestedTable = "Dersler";
            relationInfo3.ParentTable = "Sinavlar";
            relationColumnInfo4.NestedKeyColumn = "derslik_id";
            relationColumnInfo4.ParentKeyColumn = "derslik_id";
            relationInfo4.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo4});
            relationInfo4.NestedTable = "Derslik";
            relationInfo4.ParentTable = "ogr_sinav_derslik";
            tableQuery1.Relations.AddRange(new DevExpress.DataAccess.Sql.RelationInfo[] {
            relationInfo1,
            relationInfo2,
            relationInfo3,
            relationInfo4});
            tableInfo1.Name = "ogr_sinav_derslik";
            columnInfo1.Name = "ogr_no";
            columnInfo2.Name = "Sinav_id";
            columnInfo3.Name = "derslik_id";
            tableInfo1.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo1,
            columnInfo2,
            columnInfo3});
            tableInfo2.Name = "Ogrenci";
            columnInfo4.Name = "ogr_adi";
            columnInfo5.Name = "ogr_soyadi";
            tableInfo2.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo4,
            columnInfo5});
            tableInfo3.Name = "Sinavlar";
            columnInfo6.Name = "ders_id";
            columnInfo7.Name = "tarih";
            tableInfo3.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo6,
            columnInfo7});
            tableInfo4.Name = "Dersler";
            columnInfo8.Alias = "Dersler_ders_id";
            columnInfo8.Name = "ders_id";
            columnInfo9.Name = "ders_adi";
            tableInfo4.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo8,
            columnInfo9});
            tableInfo5.Name = "Derslik";
            columnInfo10.Name = "derslik_adi";
            tableInfo5.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo10});
            tableQuery1.Tables.AddRange(new DevExpress.DataAccess.Sql.TableInfo[] {
            tableInfo1,
            tableInfo2,
            tableInfo3,
            tableInfo4,
            tableInfo5});
            this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
            tableQuery1});
            this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrTable2});
            this.Detail.HeightF = 24.93844F;
            this.Detail.MultiColumn.ColumnSpacing = 10F;
            this.Detail.MultiColumn.ColumnWidth = 355F;
            this.Detail.MultiColumn.Layout = DevExpress.XtraPrinting.ColumnLayout.AcrossThenDown;
            this.Detail.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.Detail.StyleName = "DataField";
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrTable2
            // 
            this.xrTable2.BackColor = System.Drawing.Color.Transparent;
            this.xrTable2.BorderColor = System.Drawing.Color.Gainsboro;
            this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 12F);
            this.xrTable2.ForeColor = System.Drawing.Color.Black;
            this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
            this.xrTable2.Name = "xrTable2";
            this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
            this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
            this.xrTableRow2});
            this.xrTable2.SizeF = new System.Drawing.SizeF(737.5F, 24.39223F);
            this.xrTable2.StylePriority.UseBackColor = false;
            this.xrTable2.StylePriority.UseBorderColor = false;
            this.xrTable2.StylePriority.UseBorders = false;
            this.xrTable2.StylePriority.UseFont = false;
            this.xrTable2.StylePriority.UseForeColor = false;
            this.xrTable2.StylePriority.UsePadding = false;
            // 
            // xrTableRow2
            // 
            this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell5,
            this.xrTableCell6,
            this.xrTableCell7,
            this.xrTableCell8});
            this.xrTableRow2.Name = "xrTableRow2";
            this.xrTableRow2.Weight = 1D;
            // 
            // xrTableCell5
            // 
            this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomSqlQuery.ogr_no")});
            this.xrTableCell5.Name = "xrTableCell5";
            this.xrTableCell5.Weight = 1D;
            // 
            // xrTableCell6
            // 
            this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomSqlQuery.ogr_adi")});
            this.xrTableCell6.Name = "xrTableCell6";
            this.xrTableCell6.Text = "xrTableCell6";
            this.xrTableCell6.Weight = 1D;
            // 
            // xrTableCell7
            // 
            this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomSqlQuery.ogr_soyadi")});
            this.xrTableCell7.Name = "xrTableCell7";
            this.xrTableCell7.Text = "xrTableCell7";
            this.xrTableCell7.Weight = 1D;
            // 
            // xrTableCell8
            // 
            this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "CustomSqlQuery.derslik_adi")});
            this.xrTableCell8.Name = "xrTableCell8";
            this.xrTableCell8.Weight = 1D;
            // 
            // 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("Times New Roman", 20F, System.Drawing.FontStyle.Bold);
            this.Title.ForeColor = System.Drawing.Color.Maroon;
            this.Title.Name = "Title";
            // 
            // FieldCaption
            // 
            this.FieldCaption.BackColor = System.Drawing.Color.Transparent;
            this.FieldCaption.BorderColor = System.Drawing.Color.Black;
            this.FieldCaption.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.FieldCaption.BorderWidth = 1F;
            this.FieldCaption.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            this.FieldCaption.ForeColor = System.Drawing.Color.Maroon;
            this.FieldCaption.Name = "FieldCaption";
            // 
            // PageInfo
            // 
            this.PageInfo.BackColor = System.Drawing.Color.Transparent;
            this.PageInfo.BorderColor = System.Drawing.Color.Black;
            this.PageInfo.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.PageInfo.BorderWidth = 1F;
            this.PageInfo.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
            this.PageInfo.ForeColor = System.Drawing.Color.Black;
            this.PageInfo.Name = "PageInfo";
            // 
            // DataField
            // 
            this.DataField.BackColor = System.Drawing.Color.Transparent;
            this.DataField.BorderColor = System.Drawing.Color.Black;
            this.DataField.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.DataField.BorderWidth = 1F;
            this.DataField.Font = new System.Drawing.Font("Times New Roman", 10F);
            this.DataField.ForeColor = System.Drawing.Color.Black;
            this.DataField.Name = "DataField";
            this.DataField.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            // 
            // topMarginBand1
            // 
            this.topMarginBand1.HeightF = 0F;
            this.topMarginBand1.Name = "topMarginBand1";
            // 
            // bottomMarginBand1
            // 
            this.bottomMarginBand1.HeightF = 0F;
            this.bottomMarginBand1.Name = "bottomMarginBand1";
            // 
            // ReportHeader
            // 
            this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel1});
            this.ReportHeader.HeightF = 27.41666F;
            this.ReportHeader.Name = "ReportHeader";
            // 
            // xrLabel1
            // 
            this.xrLabel1.BorderColor = System.Drawing.Color.DarkGray;
            this.xrLabel1.BorderWidth = 14F;
            this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.xrLabel1.ForeColor = System.Drawing.Color.Black;
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(253.125F, 26.41666F);
            this.xrLabel1.StylePriority.UseBorderColor = false;
            this.xrLabel1.StylePriority.UseBorderWidth = false;
            this.xrLabel1.StylePriority.UseFont = false;
            this.xrLabel1.StylePriority.UseForeColor = false;
            this.xrLabel1.Text = "Öğrenci Sınıf Listesi";
            // 
            // PageHeader
            // 
            this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrTable1});
            this.PageHeader.HeightF = 33.37498F;
            this.PageHeader.Name = "PageHeader";
            // 
            // xrTable1
            // 
            this.xrTable1.BackColor = System.Drawing.Color.SlateGray;
            this.xrTable1.BorderColor = System.Drawing.Color.Gainsboro;
            this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
            this.xrTable1.Name = "xrTable1";
            this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
            this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
            this.xrTableRow1});
            this.xrTable1.SizeF = new System.Drawing.SizeF(737.5F, 32.29167F);
            this.xrTable1.StylePriority.UseBackColor = false;
            this.xrTable1.StylePriority.UseBorderColor = false;
            this.xrTable1.StylePriority.UseBorders = false;
            this.xrTable1.StylePriority.UseFont = false;
            this.xrTable1.StylePriority.UsePadding = false;
            // 
            // xrTableRow1
            // 
            this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell1,
            this.xrTableCell2,
            this.xrTableCell3,
            this.xrTableCell4});
            this.xrTableRow1.Name = "xrTableRow1";
            this.xrTableRow1.Weight = 1D;
            // 
            // xrTableCell1
            // 
            this.xrTableCell1.Name = "xrTableCell1";
            this.xrTableCell1.Text = "Öğrenci Numarası";
            this.xrTableCell1.Weight = 1D;
            // 
            // xrTableCell2
            // 
            this.xrTableCell2.Name = "xrTableCell2";
            this.xrTableCell2.Text = "Öğrenci Adi";
            this.xrTableCell2.Weight = 1D;
            // 
            // xrTableCell3
            // 
            this.xrTableCell3.Name = "xrTableCell3";
            this.xrTableCell3.Text = "Öğrenci Soyadı";
            this.xrTableCell3.Weight = 1D;
            // 
            // xrTableCell4
            // 
            this.xrTableCell4.Name = "xrTableCell4";
            this.xrTableCell4.Text = "Derslik";
            this.xrTableCell4.Weight = 1D;
            // 
            // sharedImageCollection1
            // 
            // 
            // 
            // 
            this.sharedImageCollection1.ImageSource.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("sharedImageCollection1.ImageSource.ImageStream")));
            this.sharedImageCollection1.ParentControl = null;
            // 
            // cat_id
            // 
            this.cat_id.Description = "categoryid";
            this.cat_id.Name = "cat_id";
            this.cat_id.Type = typeof(int);
            this.cat_id.ValueInfo = "1";
            this.cat_id.Visible = false;
            // 
            // dersid
            // 
            this.dersid.Description = "dersid";
            this.dersid.Name = "dersid";
            this.dersid.Type = typeof(int);
            this.dersid.ValueInfo = "0";
            this.dersid.Visible = false;
            // 
            // formattingRule1
            // 
            this.formattingRule1.Name = "formattingRule1";
            // 
            // XtraReport1
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.topMarginBand1,
            this.bottomMarginBand1,
            this.ReportHeader,
            this.PageHeader});
            this.ComponentStorage.Add(this.sqlDataSource1);
            this.DataMember = "CustomSqlQuery";
            this.DataSource = this.sqlDataSource1;
            this.FilterString = "[Sinav_id] = ?dersid";
            this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
            this.formattingRule1});
            this.Margins = new System.Drawing.Printing.Margins(65, 0, 0, 0);
            this.PageHeight = 1169;
            this.PageWidth = 827;
            this.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
            this.cat_id,
            this.dersid});
            this.ReportPrintOptions.DetailCountOnEmptyDataSource = 12;
            this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
            this.Title,
            this.FieldCaption,
            this.PageInfo,
            this.DataField});
            this.Version = "14.2";
            ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1.ImageSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.sharedImageCollection1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

	}
Ejemplo n.º 18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Join                 join1               = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Table                table2              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Table                table3              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Join                 join2               = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Sorting              sorting1            = new DevExpress.DataAccess.Sql.Sorting();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery2        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column4             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table4              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column5             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table5              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column6             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression7   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column7             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression8   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column8             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression9   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column9             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression10  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column10            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression11  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column11            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression12  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.Join                 join3               = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo3 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo1   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo4 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(rep_pro_mecl_addendum));
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.PageFooter     = new DevExpress.XtraReports.UI.PageFooterBand();
     this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.State_blue     = new DevExpress.XtraReports.UI.XRControlStyle();
     this.IVV_blue       = new DevExpress.XtraReports.UI.XRControlStyle();
     this.CMS_Yellow     = new DevExpress.XtraReports.UI.XRControlStyle();
     this.BO_Green       = new DevExpress.XtraReports.UI.XRControlStyle();
     this.output         = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ProjectID      = new DevExpress.XtraReports.Parameters.Parameter();
     this.ProjectName    = new DevExpress.XtraReports.Parameters.Parameter();
     this.EnterpriseName = new DevExpress.XtraReports.Parameters.Parameter();
     this.ProjectColor   = new DevExpress.XtraReports.Parameters.Parameter();
     this.ReportHeader   = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel2       = new DevExpress.XtraReports.UI.XRLabel();
     this.DetailReport   = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1        = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell3   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4   = new DevExpress.XtraReports.UI.XRTableCell();
     this.ReportHeader1  = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrTable2       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2   = new DevExpress.XtraReports.UI.XRTableCell();
     this.Link           = new DevExpress.XtraReports.UI.CalculatedField();
     this.CurrentURL     = new DevExpress.XtraReports.Parameters.Parameter();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1
     });
     this.Detail.HeightF = 37.13538F;
     this.Detail.Name    = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("Criteria", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[src_title]")
     });
     this.xrLabel1.Font                           = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(650F, 37.13538F);
     this.xrLabel1.StyleName                      = "CMS_Yellow";
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "xrLabel1";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 100F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // PageFooter
     //
     this.PageFooter.HeightF = 0F;
     this.PageFooter.Name    = "PageFooter";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "DevDB";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "src_title";
     table1.MetaSerializable            = "<Meta X=\"340\" Y=\"30\" Width=\"125\" Height=\"248\" />";
     table1.Name                  = "rc_rtm_criteria";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "src_criteria";
     columnExpression2.Table      = table1;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "src_id";
     columnExpression3.Table      = table1;
     column3.Expression           = columnExpression3;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.MetaSerializable       = "<Meta X=\"20\" Y=\"20\" Width=\"100\" Height=\"88\" />";
     selectQuery1.Name                   = "Criteria";
     relationColumnInfo1.NestedKeyColumn = "bo_checklist";
     relationColumnInfo1.ParentKeyColumn = "ch_id";
     join1.KeyColumns.Add(relationColumnInfo1);
     table2.MetaSerializable             = "<Meta X=\"185\" Y=\"30\" Width=\"125\" Height=\"153\" />";
     table2.Name                         = "rc_rtm_objectives";
     join1.Nested                        = table2;
     table3.MetaSerializable             = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"153\" />";
     table3.Name                         = "rc_rtm_checklists";
     join1.Parent                        = table3;
     relationColumnInfo2.NestedKeyColumn = "src_objective";
     relationColumnInfo2.ParentKeyColumn = "bo_id";
     join2.KeyColumns.Add(relationColumnInfo2);
     join2.Nested = table1;
     join2.Parent = table2;
     selectQuery1.Relations.Add(join1);
     selectQuery1.Relations.Add(join2);
     columnExpression4.ColumnName = "src_title";
     columnExpression4.Table      = table1;
     sorting1.Expression          = columnExpression4;
     selectQuery1.Sorting.Add(sorting1);
     selectQuery1.Tables.Add(table3);
     selectQuery1.Tables.Add(table2);
     selectQuery1.Tables.Add(table1);
     columnExpression5.ColumnName = "lib_filename";
     table4.MetaSerializable      = "<Meta X=\"185\" Y=\"30\" Width=\"125\" Height=\"305\" />";
     table4.Name                   = "rc_repository";
     columnExpression5.Table       = table4;
     column4.Expression            = columnExpression5;
     columnExpression6.ColumnName  = "att_projectid";
     table5.MetaSerializable       = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"172\" />";
     table5.Name                   = "rc_repository_attachments";
     columnExpression6.Table       = table5;
     column5.Expression            = columnExpression6;
     columnExpression7.ColumnName  = "lib_title";
     columnExpression7.Table       = table4;
     column6.Expression            = columnExpression7;
     columnExpression8.ColumnName  = "lib_type";
     columnExpression8.Table       = table4;
     column7.Expression            = columnExpression8;
     columnExpression9.ColumnName  = "lib_storagename";
     columnExpression9.Table       = table4;
     column8.Expression            = columnExpression9;
     columnExpression10.ColumnName = "lib_deleted";
     columnExpression10.Table      = table4;
     column9.Expression            = columnExpression10;
     columnExpression11.ColumnName = "att_itemid";
     columnExpression11.Table      = table5;
     column10.Expression           = columnExpression11;
     columnExpression12.ColumnName = "lib_id";
     columnExpression12.Table      = table4;
     column11.Expression           = columnExpression12;
     selectQuery2.Columns.Add(column4);
     selectQuery2.Columns.Add(column5);
     selectQuery2.Columns.Add(column6);
     selectQuery2.Columns.Add(column7);
     selectQuery2.Columns.Add(column8);
     selectQuery2.Columns.Add(column9);
     selectQuery2.Columns.Add(column10);
     selectQuery2.Columns.Add(column11);
     selectQuery2.FilterString = "[rc_repository.lib_deleted] <> \'1\' And [rc_repository.lib_projectID] = ?ProjectID" +
                                 "";
     selectQuery2.GroupFilterString = "";
     selectQuery2.MetaSerializable  = "<Meta X=\"140\" Y=\"20\" Width=\"100\" Height=\"156\" />";
     selectQuery2.Name     = "Attachments";
     queryParameter1.Name  = "ProjectID";
     queryParameter1.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter1.Value = new DevExpress.DataAccess.Expression("[Parameters.ProjectID]", typeof(System.Guid));
     selectQuery2.Parameters.Add(queryParameter1);
     relationColumnInfo3.NestedKeyColumn = "lib_id";
     relationColumnInfo3.ParentKeyColumn = "att_artifact";
     join3.KeyColumns.Add(relationColumnInfo3);
     join3.Nested = table4;
     join3.Parent = table5;
     selectQuery2.Relations.Add(join3);
     selectQuery2.Tables.Add(table5);
     selectQuery2.Tables.Add(table4);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1,
         selectQuery2
     });
     masterDetailInfo1.DetailQueryName   = "Attachments";
     relationColumnInfo4.NestedKeyColumn = "att_itemid";
     relationColumnInfo4.ParentKeyColumn = "src_id";
     masterDetailInfo1.KeyColumns.Add(relationColumnInfo4);
     masterDetailInfo1.MasterQueryName = "Criteria";
     this.sqlDataSource1.Relations.AddRange(new DevExpress.DataAccess.Sql.MasterDetailInfo[] {
         masterDetailInfo1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // State_blue
     //
     this.State_blue.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(217)))), ((int)(((byte)(241)))));
     this.State_blue.BorderColor     = System.Drawing.Color.Black;
     this.State_blue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
     this.State_blue.Name            = "State_blue";
     this.State_blue.Padding         = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 100F);
     this.State_blue.TextAlignment   = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // IVV_blue
     //
     this.IVV_blue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(142)))), ((int)(((byte)(180)))), ((int)(((byte)(227)))));
     this.IVV_blue.Name      = "IVV_blue";
     this.IVV_blue.Padding   = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 100F);
     //
     // CMS_Yellow
     //
     this.CMS_Yellow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(250)))), ((int)(((byte)(205)))));
     this.CMS_Yellow.Name      = "CMS_Yellow";
     this.CMS_Yellow.Padding   = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 100F);
     //
     // BO_Green
     //
     this.BO_Green.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(167)))), ((int)(((byte)(218)))), ((int)(((byte)(78)))));
     this.BO_Green.Name          = "BO_Green";
     this.BO_Green.Padding       = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 100F);
     this.BO_Green.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // output
     //
     this.output.Name    = "output";
     this.output.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 100F);
     //
     // ProjectID
     //
     this.ProjectID.Description = "ProjectID";
     this.ProjectID.Name        = "ProjectID";
     this.ProjectID.Type        = typeof(System.Guid);
     this.ProjectID.ValueInfo   = "00000000-0000-0000-0000-000000000000";
     this.ProjectID.Visible     = false;
     //
     // ProjectName
     //
     this.ProjectName.Description = "ProjectName";
     this.ProjectName.Name        = "ProjectName";
     this.ProjectName.Visible     = false;
     //
     // EnterpriseName
     //
     this.EnterpriseName.Description = "EnterpriseName";
     this.EnterpriseName.Name        = "EnterpriseName";
     this.EnterpriseName.Visible     = false;
     //
     // ProjectColor
     //
     this.ProjectColor.Description = "ProjectColor";
     this.ProjectColor.Name        = "ProjectColor";
     this.ProjectColor.Visible     = false;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2
     });
     this.ReportHeader.HeightF = 49.37499F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel2
     //
     this.xrLabel2.Font                           = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(650F, 49.37499F);
     this.xrLabel2.StyleName                      = "State_blue";
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "MECL Addendum - Attached Artifacts";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1,
         this.ReportHeader1
     });
     this.DetailReport.DataMember = "Criteria.CriteriaAttachments";
     this.DetailReport.DataSource = this.sqlDataSource1;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     this.DetailReport.ReportPrintOptions.PrintOnEmptyDataSource = false;
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.Detail1.HeightF = 24.21872F;
     this.Detail1.Name    = "Detail1";
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 24.21872F);
     this.xrTable1.StylePriority.UseBorders       = false;
     this.xrTable1.StylePriority.UsePadding       = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell3,
         this.xrTableCell4
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1.8854158020019531D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[lib_title]")
     });
     this.xrTableCell3.Name         = "xrTableCell3";
     this.xrTableCell3.StyleName    = "output";
     this.xrTableCell3.Target       = "_blank";
     this.xrTableCell3.Weight       = 1.618419409779186D;
     this.xrTableCell3.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrTableCell3_BeforePrint);
     //
     // xrTableCell4
     //
     this.xrTableCell4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[lib_type]")
     });
     this.xrTableCell4.Name      = "xrTableCell4";
     this.xrTableCell4.StyleName = "output";
     this.xrTableCell4.Weight    = 0.96757063093375972D;
     //
     // ReportHeader1
     //
     this.ReportHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.ReportHeader1.HeightF = 24.21872F;
     this.ReportHeader1.Name    = "ReportHeader1";
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow3
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(650F, 24.21872F);
     this.xrTable2.StylePriority.UseBorders       = false;
     this.xrTable2.StylePriority.UsePadding       = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2
     });
     this.xrTableRow3.Name   = "xrTableRow3";
     this.xrTableRow3.Weight = 1.8854158020019531D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Font                  = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell1.Name                  = "xrTableCell1";
     this.xrTableCell1.StyleName             = "CMS_Yellow";
     this.xrTableCell1.StylePriority.UseFont = false;
     this.xrTableCell1.Text                  = "Artifact Name ";
     this.xrTableCell1.Weight                = 1.618419409779186D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Font                  = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell2.Name                  = "xrTableCell2";
     this.xrTableCell2.StyleName             = "CMS_Yellow";
     this.xrTableCell2.StylePriority.UseFont = false;
     this.xrTableCell2.Text                  = "Type";
     this.xrTableCell2.Weight                = 0.96757063093375972D;
     //
     // Link
     //
     this.Link.DataMember = "Criteria.CriteriaAttachments";
     this.Link.Expression = "[Parameters].[CurrentURL] +\'/controls/get_repo.aspx?artifact=\'  + [lib_id]";
     this.Link.FieldType  = DevExpress.XtraReports.UI.FieldType.String;
     this.Link.Name       = "Link";
     //
     // CurrentURL
     //
     this.CurrentURL.Description = "CurrentURL";
     this.CurrentURL.Name        = "CurrentURL";
     this.CurrentURL.Visible     = false;
     //
     // rep_pro_mecl_addendum
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.PageFooter,
         this.ReportHeader,
         this.DetailReport
     });
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
         this.Link
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "Criteria";
     this.DataSource = this.sqlDataSource1;
     this.Font       = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.PageColor  = System.Drawing.Color.Transparent;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.ProjectID,
         this.ProjectName,
         this.EnterpriseName,
         this.ProjectColor,
         this.CurrentURL
     });
     this.RequestParameters     = false;
     this.Scripts.OnBeforePrint = "rep_pro_mecl_addendum_BeforePrint";
     this.ScriptsSource         = "\r\nprivate void rep_pro_mecl_addendum_BeforePrint(object sender, System.Drawing.Pr" +
                                  "inting.PrintEventArgs e) {\r\n\r\n}\r\n";
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.State_blue,
         this.IVV_blue,
         this.CMS_Yellow,
         this.BO_Green,
         this.output
     });
     this.Version = "17.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.ConnectionParameters.MySqlConnectionParameters mySqlConnectionParameters1 = new DevExpress.DataAccess.ConnectionParameters.MySqlConnectionParameters();
     DevExpress.DataAccess.Sql.TableQuery           tableQuery1         = new DevExpress.DataAccess.Sql.TableQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.RelationInfo         relationInfo1       = new DevExpress.DataAccess.Sql.RelationInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo1          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo1         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo2         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo3         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo4         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo5         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo2          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo6         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo7         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo8         = new DevExpress.DataAccess.Sql.ColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(reporteClientesMorosos));
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6   = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.ReportHeader   = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrTable2       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell7   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.Detail.HeightF       = 100F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.Borders       = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 25F);
     this.xrTable1.StylePriority.UseBorders = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell3,
         this.xrTableCell4,
         this.xrTableCell5,
         this.xrTableCell6
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblCreditos.#Credito")
     });
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseBorders = false;
     this.xrTableCell1.Weight = 0.33653848862506675D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblCreditos.Codigo Deudor")
     });
     this.xrTableCell2.Name   = "xrTableCell2";
     this.xrTableCell2.Weight = 0.44230766719442854D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblCreditos.Nombre")
     });
     this.xrTableCell3.Name   = "xrTableCell3";
     this.xrTableCell3.Weight = 0.67307697607962935D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblCreditos.Apellido")
     });
     this.xrTableCell4.Name   = "xrTableCell4";
     this.xrTableCell4.Weight = 0.61538488273916991D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblCreditos.Monto", "{0:Q0.00}")
     });
     this.xrTableCell5.Name   = "xrTableCell5";
     this.xrTableCell5.Weight = 0.41826917998371649D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblCreditos.Fecha Vencimiento", "{0:d/MM/yyyy}")
     });
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseBorders = false;
     this.xrTableCell6.Weight = 0.51442264540942373D;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 50F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName       = "dbsur_Connection";
     mySqlConnectionParameters1.DatabaseName  = "u983648979_dbsur";
     mySqlConnectionParameters1.Password      = "******";
     mySqlConnectionParameters1.ServerName    = "185.224.137.20";
     mySqlConnectionParameters1.UserName      = "******";
     this.sqlDataSource1.ConnectionParameters = mySqlConnectionParameters1;
     this.sqlDataSource1.Name = "sqlDataSource1";
     tableQuery1.FilterString = "[tblCreditos.tipo_cuenta] = 1b And [tblCreditos.monto] > 0.0m And [tblCreditos.fe" +
                                "cha_limite] < ?fechaActual";
     tableQuery1.GroupFilterString = "";
     tableQuery1.Name          = "tblCreditos";
     queryParameter1.Name      = "fechaActual";
     queryParameter1.Type      = typeof(System.DateTime);
     queryParameter1.ValueInfo = "2018-06-04";
     tableQuery1.Parameters.Add(queryParameter1);
     relationColumnInfo1.NestedKeyColumn = "id_cliente";
     relationColumnInfo1.ParentKeyColumn = "deudor";
     relationInfo1.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
         relationColumnInfo1
     });
     relationInfo1.NestedTable = "tblCliente";
     relationInfo1.ParentTable = "tblCreditos";
     tableQuery1.Relations.AddRange(new DevExpress.DataAccess.Sql.RelationInfo[] {
         relationInfo1
     });
     tableInfo1.Name   = "tblCreditos";
     columnInfo1.Alias = "#Credito";
     columnInfo1.Name  = "id_creditos";
     columnInfo2.Alias = "Monto";
     columnInfo2.Name  = "monto";
     columnInfo3.Alias = "Fecha Vencimiento";
     columnInfo3.Name  = "fecha_limite";
     columnInfo4.Name  = "tipo_cuenta";
     columnInfo5.Alias = "Codigo Deudor";
     columnInfo5.Name  = "deudor";
     tableInfo1.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo1,
         columnInfo2,
         columnInfo3,
         columnInfo4,
         columnInfo5
     });
     tableInfo2.Name   = "tblCliente";
     columnInfo6.Alias = "Nombre";
     columnInfo6.Name  = "nombre";
     columnInfo7.Alias = "Apellido";
     columnInfo7.Name  = "apellido";
     columnInfo8.Alias = "NIT";
     columnInfo8.Name  = "nit";
     tableInfo2.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo6,
         columnInfo7,
         columnInfo8
     });
     tableQuery1.Tables.AddRange(new DevExpress.DataAccess.Sql.TableInfo[] {
         tableInfo1,
         tableInfo2
     });
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         tableQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2,
         this.xrLabel1
     });
     this.ReportHeader.HeightF = 100F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 75F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(650F, 25F);
     this.xrTable2.StylePriority.UseBorders = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell7,
         this.xrTableCell8,
         this.xrTableCell9,
         this.xrTableCell10,
         this.xrTableCell11,
         this.xrTableCell12
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Name   = "xrTableCell7";
     this.xrTableCell7.Text   = "#CREDITO";
     this.xrTableCell7.Weight = 0.72916679382324223D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Name   = "xrTableCell8";
     this.xrTableCell8.Text   = "COD. CLIENTE";
     this.xrTableCell8.Weight = 0.95833351135253908D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Name   = "xrTableCell9";
     this.xrTableCell9.Text   = "NOMBRE";
     this.xrTableCell9.Weight = 1.458333740234375D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Name   = "xrTableCell10";
     this.xrTableCell10.Text   = "APELLIDO";
     this.xrTableCell10.Weight = 1.3333340454101561D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Name   = "xrTableCell11";
     this.xrTableCell11.Text   = "CANTIDAD";
     this.xrTableCell11.Weight = 0.90625D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Name   = "xrTableCell12";
     this.xrTableCell12.Text   = "VENCIMIENTO";
     this.xrTableCell12.Weight = 1.1145819091796876D;
     //
     // xrLabel1
     //
     this.xrLabel1.Font                           = new System.Drawing.Font("Times New Roman", 16F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(137.5F, 0F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(364.5833F, 35.5F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "LISTADO CLIENTES MOROSOS";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // reporteClientesMorosos
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "tblCreditos";
     this.DataSource = this.sqlDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(100, 100, 50, 100);
     this.Version    = "15.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraReports.UI.XRSummary            xrSummary1        = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1      = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1            = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table2            = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column4           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4 = new DevExpress.DataAccess.Sql.ColumnExpression();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(StockValueReport));
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1   = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter2   = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter3   = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.Join join1 = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.XtraReports.Parameters.StaticListLookUpSettings staticListLookUpSettings1 = new DevExpress.XtraReports.Parameters.StaticListLookUpSettings();
     this.TopMargin        = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin     = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.Detail           = new DevExpress.XtraReports.UI.DetailBand();
     this.ReportHeader     = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel1         = new DevExpress.XtraReports.UI.XRLabel();
     this.PageHeader       = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel12        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10        = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportFooter     = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel7         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2          = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel3         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1          = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel2         = new DevExpress.XtraReports.UI.XRLabel();
     this.sqlDataSource1   = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.calculatedField1 = new DevExpress.XtraReports.UI.CalculatedField();
     this.paramProductId   = new DevExpress.XtraReports.Parameters.Parameter();
     this.paramsTenantId   = new DevExpress.XtraReports.Parameters.Parameter();
     this.paramWarehouseId = new DevExpress.XtraReports.Parameters.Parameter();
     this.DetailReport     = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1          = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel14        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5         = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 13.54167F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF = 16.58335F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // Detail
     //
     this.Detail.HeightF = 3.125F;
     this.Detail.Name    = "Detail";
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1
     });
     this.ReportHeader.HeightF = 52.08333F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel1
     //
     this.xrLabel1.BackColor     = System.Drawing.Color.Transparent;
     this.xrLabel1.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel1.BorderWidth   = 0F;
     this.xrLabel1.Font          = new System.Drawing.Font("Trebuchet MS", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(750F, 28.86219F);
     this.xrLabel1.StylePriority.UseBackColor     = false;
     this.xrLabel1.StylePriority.UseBorders       = false;
     this.xrLabel1.StylePriority.UseBorderWidth   = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "Stock Value Report";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel12,
         this.xrLabel13,
         this.xrLabel4,
         this.xrLabel9,
         this.xrLabel10
     });
     this.PageHeader.HeightF = 30.20833F;
     this.PageHeader.Name    = "PageHeader";
     //
     // xrLabel12
     //
     this.xrLabel12.BorderWidth   = 0F;
     this.xrLabel12.Font          = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel12.Name          = "xrLabel12";
     this.xrLabel12.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF         = new System.Drawing.SizeF(114.1828F, 18.83333F);
     this.xrLabel12.StylePriority.UseBorderWidth = false;
     this.xrLabel12.StylePriority.UseFont        = false;
     this.xrLabel12.Text = "SKU";
     //
     // xrLabel13
     //
     this.xrLabel13.Font                  = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel13.LocationFloat         = new DevExpress.Utils.PointFloat(114.1828F, 0F);
     this.xrLabel13.Multiline             = true;
     this.xrLabel13.Name                  = "xrLabel13";
     this.xrLabel13.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                 = new System.Drawing.SizeF(259.2949F, 18.83334F);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.Text                  = "Product Name\r\n";
     //
     // xrLabel4
     //
     this.xrLabel4.Font                  = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat         = new DevExpress.Utils.PointFloat(373.4777F, 0F);
     this.xrLabel4.Multiline             = true;
     this.xrLabel4.Name                  = "xrLabel4";
     this.xrLabel4.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                 = new System.Drawing.SizeF(119.3108F, 18.83334F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.Text                  = "In Stock ";
     //
     // xrLabel9
     //
     this.xrLabel9.Font                  = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel9.LocationFloat         = new DevExpress.Utils.PointFloat(492.7885F, 0F);
     this.xrLabel9.Multiline             = true;
     this.xrLabel9.Name                  = "xrLabel9";
     this.xrLabel9.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF                 = new System.Drawing.SizeF(119.6699F, 18.83334F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.Text                  = "Buy Price ";
     //
     // xrLabel10
     //
     this.xrLabel10.Font                  = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel10.LocationFloat         = new DevExpress.Utils.PointFloat(612.4583F, 0F);
     this.xrLabel10.Multiline             = true;
     this.xrLabel10.Name                  = "xrLabel10";
     this.xrLabel10.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                 = new System.Drawing.SizeF(150.5417F, 18.83334F);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.Text                  = "Total Value";
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel7,
         this.xrLine2,
         this.xrLabel3,
         this.xrLine1,
         this.xrLabel2
     });
     this.ReportFooter.HeightF      = 75F;
     this.ReportFooter.KeepTogether = true;
     this.ReportFooter.Name         = "ReportFooter";
     //
     // xrLabel7
     //
     this.xrLabel7.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(512.4583F, 13.62502F);
     this.xrLabel7.Multiline                      = true;
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text                           = "Total:  ";
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLine2
     //
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(763F, 13.62502F);
     //
     // xrLabel3
     //
     this.xrLabel3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "sumSum([ProductMaster].[calculatedField1])")
     });
     this.xrLabel3.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(612.4583F, 13.62502F);
     this.xrLabel3.Multiline                      = true;
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(150.5417F, 23F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     xrSummary1.Running                           = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrLabel3.Summary                        = xrSummary1;
     this.xrLabel3.Text                           = "xrLabel3";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 36.62502F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(750F, 13.62502F);
     //
     // xrLabel2
     //
     this.xrLabel2.BackColor     = System.Drawing.Color.Transparent;
     this.xrLabel2.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel2.BorderWidth   = 0F;
     this.xrLabel2.Font          = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 50.25003F);
     this.xrLabel2.Multiline     = true;
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(750F, 20.83333F);
     this.xrLabel2.StylePriority.UseBackColor     = false;
     this.xrLabel2.StylePriority.UseBorderColor   = false;
     this.xrLabel2.StylePriority.UseBorders       = false;
     this.xrLabel2.StylePriority.UseBorderWidth   = false;
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text          = "©WarehouseZone\r\n";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "ApplicationContext";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "SKUCode";
     table1.MetaSerializable            = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"1255\" />";
     table1.Name                  = "ProductMaster";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "Name";
     columnExpression2.Table      = table1;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "InStock";
     table2.MetaSerializable      = "<Meta X=\"185\" Y=\"30\" Width=\"125\" Height=\"324\" />";
     table2.Name                  = "InventoryStocks";
     columnExpression3.Table      = table2;
     column3.Expression           = columnExpression3;
     columnExpression4.ColumnName = "BuyPrice";
     columnExpression4.Table      = table1;
     column4.Expression           = columnExpression4;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.FilterString      = resources.GetString("selectQuery1.FilterString");
     selectQuery1.GroupFilterString = "";
     selectQuery1.Name     = "ProductMaster";
     queryParameter1.Name  = "sqlProductId";
     queryParameter1.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter1.Value = new DevExpress.DataAccess.Expression("?paramProductId", typeof(int));
     queryParameter2.Name  = "sqlTenantId";
     queryParameter2.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter2.Value = new DevExpress.DataAccess.Expression("?paramsTenantId", typeof(int));
     queryParameter3.Name  = "sqlWarehouseId";
     queryParameter3.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter3.Value = new DevExpress.DataAccess.Expression("?paramWarehouseId", typeof(int));
     selectQuery1.Parameters.Add(queryParameter1);
     selectQuery1.Parameters.Add(queryParameter2);
     selectQuery1.Parameters.Add(queryParameter3);
     relationColumnInfo1.NestedKeyColumn = "ProductId";
     relationColumnInfo1.ParentKeyColumn = "ProductId";
     join1.KeyColumns.Add(relationColumnInfo1);
     join1.Nested = table2;
     join1.Parent = table1;
     selectQuery1.Relations.Add(join1);
     selectQuery1.Tables.Add(table1);
     selectQuery1.Tables.Add(table2);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // calculatedField1
     //
     this.calculatedField1.DataMember         = "ProductMaster";
     this.calculatedField1.Expression         = "Iif([InStock]<0,0,[InStock]*[BuyPrice])";
     this.calculatedField1.Name               = "calculatedField1";
     this.calculatedField1.Scripts.OnGetValue = "calculatedField1_GetValue";
     //
     // paramProductId
     //
     this.paramProductId.Description    = "Product";
     this.paramProductId.LookUpSettings = staticListLookUpSettings1;
     this.paramProductId.MultiValue     = true;
     this.paramProductId.Name           = "paramProductId";
     this.paramProductId.Type           = typeof(int);
     //
     // paramsTenantId
     //
     this.paramsTenantId.Description = "TenantId";
     this.paramsTenantId.Name        = "paramsTenantId";
     this.paramsTenantId.Type        = typeof(int);
     this.paramsTenantId.ValueInfo   = "0";
     this.paramsTenantId.Visible     = false;
     //
     // paramWarehouseId
     //
     this.paramWarehouseId.Description = "WareHouseId";
     this.paramWarehouseId.Name        = "paramWarehouseId";
     this.paramWarehouseId.Type        = typeof(int);
     this.paramWarehouseId.ValueInfo   = "0";
     this.paramWarehouseId.Visible     = false;
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1
     });
     this.DetailReport.DataMember = "ProductMaster";
     this.DetailReport.DataSource = this.sqlDataSource1;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel14,
         this.xrLabel6,
         this.xrLabel11,
         this.xrLabel15,
         this.xrLabel5
     });
     this.Detail1.HeightF = 27.08333F;
     this.Detail1.Name    = "Detail1";
     //
     // xrLabel14
     //
     this.xrLabel14.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ProductMaster].[BuyPrice]")
     });
     this.xrLabel14.Font                  = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel14.LocationFloat         = new DevExpress.Utils.PointFloat(492.7885F, 0F);
     this.xrLabel14.Name                  = "xrLabel14";
     this.xrLabel14.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                 = new System.Drawing.SizeF(119.6699F, 18.83334F);
     this.xrLabel14.StylePriority.UseFont = false;
     //
     // xrLabel6
     //
     this.xrLabel6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ProductMaster].[InStock]")
     });
     this.xrLabel6.Font                  = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat         = new DevExpress.Utils.PointFloat(373.4777F, 0F);
     this.xrLabel6.Name                  = "xrLabel6";
     this.xrLabel6.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                 = new System.Drawing.SizeF(119.3108F, 18.83334F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.BeforePrint          += new System.Drawing.Printing.PrintEventHandler(this.xrLabel6_BeforePrint);
     //
     // xrLabel11
     //
     this.xrLabel11.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ProductMaster].[Name]")
     });
     this.xrLabel11.Font                  = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel11.LocationFloat         = new DevExpress.Utils.PointFloat(114.1828F, 0F);
     this.xrLabel11.Name                  = "xrLabel11";
     this.xrLabel11.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                 = new System.Drawing.SizeF(259.2949F, 18.83334F);
     this.xrLabel11.StylePriority.UseFont = false;
     //
     // xrLabel15
     //
     this.xrLabel15.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ProductMaster].[calculatedField1]")
     });
     this.xrLabel15.Font                  = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel15.LocationFloat         = new DevExpress.Utils.PointFloat(612.4583F, 0F);
     this.xrLabel15.Name                  = "xrLabel15";
     this.xrLabel15.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF                 = new System.Drawing.SizeF(150.5417F, 18.83334F);
     this.xrLabel15.StylePriority.UseFont = false;
     //
     // xrLabel5
     //
     this.xrLabel5.BorderWidth = 0F;
     this.xrLabel5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ProductMaster].[SKUCode]")
     });
     this.xrLabel5.Font          = new System.Drawing.Font("Trebuchet MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel5.Name          = "xrLabel5";
     this.xrLabel5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF         = new System.Drawing.SizeF(114.1828F, 18.83333F);
     this.xrLabel5.StylePriority.UseBorderWidth = false;
     this.xrLabel5.StylePriority.UseFont        = false;
     //
     // StockValueReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail,
         this.ReportHeader,
         this.PageHeader,
         this.ReportFooter,
         this.DetailReport
     });
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
         this.calculatedField1
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataSource = this.sqlDataSource1;
     this.Font       = new System.Drawing.Font("Arial", 9.75F);
     this.Margins    = new System.Drawing.Printing.Margins(49, 38, 14, 17);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.paramProductId,
         this.paramsTenantId,
         this.paramWarehouseId
     });
     this.ScriptsSource = "\r\n";
     this.Version       = "19.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.TableQuery           tableQuery1         = new DevExpress.DataAccess.Sql.TableQuery();
     DevExpress.DataAccess.Sql.RelationInfo         relationInfo1       = new DevExpress.DataAccess.Sql.RelationInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.SortingInfo          sortingInfo1        = new DevExpress.DataAccess.Sql.SortingInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo1          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo1         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo2         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo3         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo2          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo4         = new DevExpress.DataAccess.Sql.ColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(ProductosporExistensiaMinima));
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.sqlDataSource1    = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.pageHeaderBand1   = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine2           = new DevExpress.XtraReports.UI.XRLine();
     this.groupHeaderBand1  = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel5          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8          = new DevExpress.XtraReports.UI.XRLabel();
     this.pageFooterBand1   = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo2       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel9          = new DevExpress.XtraReports.UI.XRLabel();
     this.Title             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.FieldCaption      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DataField         = new DevExpress.XtraReports.UI.XRControlStyle();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel5,
         this.xrLabel7,
         this.xrLabel6,
         this.xrLabel8
     });
     this.Detail.HeightF       = 23F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.StyleName     = "DataField";
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 100F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "POSIXConnectionString";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     tableQuery1.Name = "PRODUCTOS";
     relationColumnInfo1.NestedKeyColumn = "IdCategoria";
     relationColumnInfo1.ParentKeyColumn = "IdCategoria";
     relationInfo1.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
         relationColumnInfo1
     });
     relationInfo1.NestedTable = "CATEGORIAS_PRODUCTOS";
     relationInfo1.ParentTable = "PRODUCTOS";
     tableQuery1.Relations.AddRange(new DevExpress.DataAccess.Sql.RelationInfo[] {
         relationInfo1
     });
     sortingInfo1.Column = "Existecia_Min";
     sortingInfo1.Table  = "PRODUCTOS";
     tableQuery1.Sorting.AddRange(new DevExpress.DataAccess.Sql.SortingInfo[] {
         sortingInfo1
     });
     tableInfo1.Name  = "PRODUCTOS";
     columnInfo1.Name = "Nombre_Producto";
     columnInfo2.Name = "Cod_Barra";
     columnInfo3.Name = "Existecia_Min";
     tableInfo1.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo1,
         columnInfo2,
         columnInfo3
     });
     tableInfo2.Name  = "CATEGORIAS_PRODUCTOS";
     columnInfo4.Name = "Categoria";
     tableInfo2.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo4
     });
     tableQuery1.Tables.AddRange(new DevExpress.DataAccess.Sql.TableInfo[] {
         tableInfo1,
         tableInfo2
     });
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         tableQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // pageHeaderBand1
     //
     this.pageHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrLabel2,
         this.xrLabel3,
         this.xrLabel4,
         this.xrLine1,
         this.xrLine2
     });
     this.pageHeaderBand1.HeightF = 45F;
     this.pageHeaderBand1.Name    = "pageHeaderBand1";
     //
     // xrLabel1
     //
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 7F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(132.2683F, 36F);
     this.xrLabel1.StyleName     = "FieldCaption";
     this.xrLabel1.Text          = "Cod Barra";
     //
     // xrLabel2
     //
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(138.2683F, 7F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(215.9085F, 36F);
     this.xrLabel2.StyleName     = "FieldCaption";
     this.xrLabel2.Text          = "Nombre Producto";
     //
     // xrLabel3
     //
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(354.1768F, 7F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(167.2805F, 36F);
     this.xrLabel3.StyleName     = "FieldCaption";
     this.xrLabel3.Text          = "Existecia Min";
     //
     // xrLabel4
     //
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(521.4573F, 7F);
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(122.5427F, 36F);
     this.xrLabel4.StyleName     = "FieldCaption";
     this.xrLabel4.Text          = "Categoria";
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 5F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(638F, 2F);
     //
     // xrLine2
     //
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(6F, 43F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(638F, 2F);
     //
     // groupHeaderBand1
     //
     this.groupHeaderBand1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("Cod_Barra", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.groupHeaderBand1.HeightF   = 23F;
     this.groupHeaderBand1.Name      = "groupHeaderBand1";
     this.groupHeaderBand1.StyleName = "DataField";
     //
     // xrLabel5
     //
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "PRODUCTOS.Cod_Barra")
     });
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel5.Name          = "xrLabel5";
     this.xrLabel5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF         = new System.Drawing.SizeF(132.2683F, 23F);
     this.xrLabel5.Text          = "xrLabel5";
     //
     // xrLabel6
     //
     this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "PRODUCTOS.Nombre_Producto")
     });
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(132.2683F, 0F);
     this.xrLabel6.Name          = "xrLabel6";
     this.xrLabel6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF         = new System.Drawing.SizeF(191.9502F, 23F);
     this.xrLabel6.Text          = "xrLabel6";
     //
     // xrLabel7
     //
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "PRODUCTOS.Existecia_Min")
     });
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(325F, 0F);
     this.xrLabel7.Name          = "xrLabel7";
     this.xrLabel7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF         = new System.Drawing.SizeF(167.2805F, 23F);
     this.xrLabel7.Text          = "xrLabel7";
     //
     // xrLabel8
     //
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "PRODUCTOS.Categoria")
     });
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(492.2805F, 0F);
     this.xrLabel8.Name          = "xrLabel8";
     this.xrLabel8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF         = new System.Drawing.SizeF(122.5427F, 23F);
     this.xrLabel8.Text          = "xrLabel8";
     //
     // pageFooterBand1
     //
     this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrPageInfo2
     });
     this.pageFooterBand1.HeightF = 29F;
     this.pageFooterBand1.Name    = "pageFooterBand1";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo1.StyleName     = "PageInfo";
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.Format        = "Página {0} de {1}";
     this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(331F, 6F);
     this.xrPageInfo2.Name          = "xrPageInfo2";
     this.xrPageInfo2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo2.StyleName     = "PageInfo";
     this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // reportHeaderBand1
     //
     this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel9
     });
     this.reportHeaderBand1.HeightF = 57F;
     this.reportHeaderBand1.Name    = "reportHeaderBand1";
     //
     // xrLabel9
     //
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(88.29168F, 1.999998F);
     this.xrLabel9.Name          = "xrLabel9";
     this.xrLabel9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF         = new System.Drawing.SizeF(485.9166F, 39F);
     this.xrLabel9.StyleName     = "Title";
     this.xrLabel9.Text          = "Productos por Existencia Minima";
     //
     // 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("Times New Roman", 24F);
     this.Title.ForeColor   = System.Drawing.Color.Black;
     this.Title.Name        = "Title";
     //
     // FieldCaption
     //
     this.FieldCaption.BackColor   = System.Drawing.Color.Transparent;
     this.FieldCaption.BorderColor = System.Drawing.Color.Black;
     this.FieldCaption.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.FieldCaption.BorderWidth = 1F;
     this.FieldCaption.Font        = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.FieldCaption.ForeColor   = System.Drawing.Color.Black;
     this.FieldCaption.Name        = "FieldCaption";
     //
     // PageInfo
     //
     this.PageInfo.BackColor   = System.Drawing.Color.Transparent;
     this.PageInfo.BorderColor = System.Drawing.Color.Black;
     this.PageInfo.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.PageInfo.BorderWidth = 1F;
     this.PageInfo.Font        = new System.Drawing.Font("Times New Roman", 8F);
     this.PageInfo.ForeColor   = System.Drawing.Color.Black;
     this.PageInfo.Name        = "PageInfo";
     //
     // DataField
     //
     this.DataField.BackColor   = System.Drawing.Color.Transparent;
     this.DataField.BorderColor = System.Drawing.Color.Black;
     this.DataField.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.DataField.BorderWidth = 1F;
     this.DataField.Font        = new System.Drawing.Font("Times New Roman", 8F);
     this.DataField.ForeColor   = System.Drawing.Color.Black;
     this.DataField.Name        = "DataField";
     this.DataField.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // ProductosporExistensiaMinima
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.pageHeaderBand1,
         this.groupHeaderBand1,
         this.pageFooterBand1,
         this.reportHeaderBand1
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "PRODUCTOS";
     this.DataSource = this.sqlDataSource1;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.FieldCaption,
         this.PageInfo,
         this.DataField
     });
     this.Version = "15.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.DataAccess.Sql.TableQuery tableQuery1 = new DevExpress.DataAccess.Sql.TableQuery();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo1 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo2 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo3 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo3 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo1 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo1 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo2 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo3 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo4 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo5 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo6 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo7 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo8 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo9 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo10 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo11 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo12 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo13 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo14 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo15 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo16 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo2 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo17 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo18 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo19 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo20 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo21 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo22 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo3 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo23 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo24 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo25 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo26 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo27 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo28 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo4 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo29 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo30 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo31 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo32 = new DevExpress.DataAccess.Sql.ColumnInfo();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MillReportsXtraReport));
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.heatNumber = new DevExpress.XtraReports.UI.XRLabel();
            this.type = new DevExpress.XtraReports.UI.XRLabel();
            this.wallThickness = new DevExpress.XtraReports.UI.XRLabel();
            this.weight = new DevExpress.XtraReports.UI.XRLabel();
            this.purchaseOrderDate = new DevExpress.XtraReports.UI.XRLabel();
            this.purchaseOrderNumber = new DevExpress.XtraReports.UI.XRLabel();
            this.number = new DevExpress.XtraReports.UI.XRLabel();
            this.pipeStatus = new DevExpress.XtraReports.UI.XRLabel();
            this.plateNumber = new DevExpress.XtraReports.UI.XRLabel();
            this.length = new DevExpress.XtraReports.UI.XRLabel();
            this.diameter = new DevExpress.XtraReports.UI.XRLabel();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.wallThicknessLabel = new DevExpress.XtraReports.UI.XRLabel();
            this.typeLabel = new DevExpress.XtraReports.UI.XRLabel();
            this.weightLabel = new DevExpress.XtraReports.UI.XRLabel();
            this.purchaseOrderDateLabel = new DevExpress.XtraReports.UI.XRLabel();
            this.purchaseOrderNumberLabel = new DevExpress.XtraReports.UI.XRLabel();
            this.plateNumberLabel = new DevExpress.XtraReports.UI.XRLabel();
            this.statusLabel = new DevExpress.XtraReports.UI.XRLabel();
            this.numberLabel = new DevExpress.XtraReports.UI.XRLabel();
            this.lengthLabel = new DevExpress.XtraReports.UI.XRLabel();
            this.activeLabel = new DevExpress.XtraReports.UI.XRLabel();
            this.diameterLabel = new DevExpress.XtraReports.UI.XRLabel();
            this.pageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
            this.datePageInfo = new DevExpress.XtraReports.UI.XRPageInfo();
            this.numberOfPageInfo = new DevExpress.XtraReports.UI.XRPageInfo();
            this.reportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
            this.reportDateTimeInfo = new DevExpress.XtraReports.UI.XRPageInfo();
            this.reportHeaderLabel = new DevExpress.XtraReports.UI.XRLabel();
            this.Title = new DevExpress.XtraReports.UI.XRControlStyle();
            this.FieldCaption = new DevExpress.XtraReports.UI.XRControlStyle();
            this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle();
            this.DataField = new DevExpress.XtraReports.UI.XRControlStyle();
            this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
            this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
            this.pageHeaderLabel = new DevExpress.XtraReports.UI.XRLabel();
            this.heatNumberLabel = new DevExpress.XtraReports.UI.XRLabel();
            this.sqlDataSourceForReport = new DevExpress.DataAccess.Sql.SqlDataSource();
            this.GroupHeader = new DevExpress.XtraReports.UI.GroupHeaderBand();
            this.StatusParameter = new DevExpress.XtraReports.Parameters.Parameter();
            this.calculatedField1 = new DevExpress.XtraReports.UI.CalculatedField();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel1,
            this.heatNumber,
            this.type,
            this.wallThickness,
            this.weight,
            this.purchaseOrderDate,
            this.purchaseOrderNumber,
            this.number,
            this.pipeStatus,
            this.plateNumber,
            this.length,
            this.diameter});
            this.Detail.HeightF = 37.66669F;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
            new DevExpress.XtraReports.UI.GroupField("number", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
            this.Detail.StyleName = "DataField";
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel1
            // 
            this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "calculatedField1")});
            this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(932.6842F, 0F);
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(82.3158F, 37.66669F);
            this.xrLabel1.StylePriority.UseFont = false;
            this.xrLabel1.Text = "xrLabel1";
            // 
            // heatNumber
            // 
            this.heatNumber.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.Heat_number")});
            this.heatNumber.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.heatNumber.LocationFloat = new DevExpress.Utils.PointFloat(825.288F, 0F);
            this.heatNumber.Name = "heatNumber";
            this.heatNumber.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.heatNumber.SizeF = new System.Drawing.SizeF(107.3962F, 37.66668F);
            this.heatNumber.StylePriority.UseFont = false;
            this.heatNumber.Text = "heatNumber";
            // 
            // type
            // 
            this.type.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.type")});
            this.type.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.type.LocationFloat = new DevExpress.Utils.PointFloat(83.67316F, 0F);
            this.type.Name = "type";
            this.type.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.type.SizeF = new System.Drawing.SizeF(136.9572F, 37.66668F);
            this.type.StyleName = "DataField";
            this.type.StylePriority.UseFont = false;
            this.type.Text = "type";
            // 
            // wallThickness
            // 
            this.wallThickness.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.wallThickness")});
            this.wallThickness.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.wallThickness.LocationFloat = new DevExpress.Utils.PointFloat(467.5757F, 0F);
            this.wallThickness.Name = "wallThickness";
            this.wallThickness.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.wallThickness.SizeF = new System.Drawing.SizeF(72.46927F, 37.66668F);
            this.wallThickness.StyleName = "DataField";
            this.wallThickness.StylePriority.UseFont = false;
            this.wallThickness.Text = "wallThickness";
            // 
            // weight
            // 
            this.weight.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.weight")});
            this.weight.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.weight.LocationFloat = new DevExpress.Utils.PointFloat(540.0449F, 0F);
            this.weight.Name = "weight";
            this.weight.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.weight.SizeF = new System.Drawing.SizeF(54.31165F, 37.66668F);
            this.weight.StyleName = "DataField";
            this.weight.StylePriority.UseFont = false;
            this.weight.Text = "weight";
            // 
            // purchaseOrderDate
            // 
            this.purchaseOrderDate.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.PurchaseOrder_date", "{0:M/d/yyyy}")});
            this.purchaseOrderDate.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.purchaseOrderDate.LocationFloat = new DevExpress.Utils.PointFloat(295.864F, 0F);
            this.purchaseOrderDate.Name = "purchaseOrderDate";
            this.purchaseOrderDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.purchaseOrderDate.SizeF = new System.Drawing.SizeF(70.34799F, 37.66668F);
            this.purchaseOrderDate.StyleName = "DataField";
            this.purchaseOrderDate.StylePriority.UseFont = false;
            this.purchaseOrderDate.Text = "purchaseOrderDate";
            // 
            // purchaseOrderNumber
            // 
            this.purchaseOrderNumber.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.PurchaseOrder_number")});
            this.purchaseOrderNumber.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.purchaseOrderNumber.LocationFloat = new DevExpress.Utils.PointFloat(366.2119F, 0F);
            this.purchaseOrderNumber.Name = "purchaseOrderNumber";
            this.purchaseOrderNumber.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.purchaseOrderNumber.SizeF = new System.Drawing.SizeF(101.3637F, 37.66668F);
            this.purchaseOrderNumber.StyleName = "DataField";
            this.purchaseOrderNumber.StylePriority.UseFont = false;
            this.purchaseOrderNumber.Text = "purchaseOrderNumber";
            // 
            // number
            // 
            this.number.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.number")});
            this.number.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.number.LocationFloat = new DevExpress.Utils.PointFloat(6.357829E-05F, 0F);
            this.number.Name = "number";
            this.number.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.number.SizeF = new System.Drawing.SizeF(83.673F, 37.66668F);
            this.number.StyleName = "DataField";
            this.number.StylePriority.UseFont = false;
            this.number.Text = "number";
            // 
            // pipeStatus
            // 
            this.pipeStatus.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.pipeMillStatus")});
            this.pipeStatus.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.pipeStatus.LocationFloat = new DevExpress.Utils.PointFloat(220.6304F, 0F);
            this.pipeStatus.Name = "pipeStatus";
            this.pipeStatus.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.pipeStatus.SizeF = new System.Drawing.SizeF(75.23363F, 37.66668F);
            this.pipeStatus.StyleName = "DataField";
            this.pipeStatus.StylePriority.UseFont = false;
            this.pipeStatus.Text = "pipeStatus";
            // 
            // plateNumber
            // 
            this.plateNumber.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.Plate_number")});
            this.plateNumber.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.plateNumber.LocationFloat = new DevExpress.Utils.PointFloat(730.7495F, 0F);
            this.plateNumber.Name = "plateNumber";
            this.plateNumber.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.plateNumber.SizeF = new System.Drawing.SizeF(94.53857F, 37.66669F);
            this.plateNumber.StyleName = "DataField";
            this.plateNumber.StylePriority.UseFont = false;
            this.plateNumber.Text = "plateNumber";
            // 
            // length
            // 
            this.length.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.length")});
            this.length.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.length.LocationFloat = new DevExpress.Utils.PointFloat(594.3566F, 0F);
            this.length.Name = "length";
            this.length.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.length.SizeF = new System.Drawing.SizeF(68.41034F, 37.66669F);
            this.length.StyleName = "DataField";
            this.length.StylePriority.UseFont = false;
            this.length.Text = "length";
            // 
            // diameter
            // 
            this.diameter.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.diameter")});
            this.diameter.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.diameter.LocationFloat = new DevExpress.Utils.PointFloat(662.7671F, 0F);
            this.diameter.Name = "diameter";
            this.diameter.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.diameter.SizeF = new System.Drawing.SizeF(67.98236F, 37.66668F);
            this.diameter.StyleName = "DataField";
            this.diameter.StylePriority.UseFont = false;
            this.diameter.Text = "diameter";
            // 
            // TopMargin
            // 
            this.TopMargin.HeightF = 51F;
            this.TopMargin.Name = "TopMargin";
            this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // BottomMargin
            // 
            this.BottomMargin.HeightF = 64F;
            this.BottomMargin.Name = "BottomMargin";
            this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // wallThicknessLabel
            // 
            this.wallThicknessLabel.ForeColor = System.Drawing.Color.Black;
            this.wallThicknessLabel.LocationFloat = new DevExpress.Utils.PointFloat(467.5757F, 0F);
            this.wallThicknessLabel.Name = "wallThicknessLabel";
            this.wallThicknessLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.wallThicknessLabel.SizeF = new System.Drawing.SizeF(72.46924F, 32F);
            this.wallThicknessLabel.StyleName = "FieldCaption";
            this.wallThicknessLabel.StylePriority.UseForeColor = false;
            this.wallThicknessLabel.Text = "Толщина";
            // 
            // typeLabel
            // 
            this.typeLabel.ForeColor = System.Drawing.Color.Black;
            this.typeLabel.LocationFloat = new DevExpress.Utils.PointFloat(83.67307F, 0F);
            this.typeLabel.Name = "typeLabel";
            this.typeLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.typeLabel.SizeF = new System.Drawing.SizeF(136.9573F, 32F);
            this.typeLabel.StyleName = "FieldCaption";
            this.typeLabel.StylePriority.UseForeColor = false;
            this.typeLabel.Text = "Тип трубы";
            // 
            // weightLabel
            // 
            this.weightLabel.ForeColor = System.Drawing.Color.Black;
            this.weightLabel.LocationFloat = new DevExpress.Utils.PointFloat(540.0449F, 0F);
            this.weightLabel.Name = "weightLabel";
            this.weightLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.weightLabel.SizeF = new System.Drawing.SizeF(54.31171F, 32F);
            this.weightLabel.StyleName = "FieldCaption";
            this.weightLabel.StylePriority.UseForeColor = false;
            this.weightLabel.Text = "Вес";
            // 
            // purchaseOrderDateLabel
            // 
            this.purchaseOrderDateLabel.ForeColor = System.Drawing.Color.Black;
            this.purchaseOrderDateLabel.LocationFloat = new DevExpress.Utils.PointFloat(295.864F, 0F);
            this.purchaseOrderDateLabel.Name = "purchaseOrderDateLabel";
            this.purchaseOrderDateLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.purchaseOrderDateLabel.SizeF = new System.Drawing.SizeF(70.34799F, 32F);
            this.purchaseOrderDateLabel.StyleName = "FieldCaption";
            this.purchaseOrderDateLabel.StylePriority.UseForeColor = false;
            this.purchaseOrderDateLabel.Text = "Дата";
            // 
            // purchaseOrderNumberLabel
            // 
            this.purchaseOrderNumberLabel.ForeColor = System.Drawing.Color.Black;
            this.purchaseOrderNumberLabel.LocationFloat = new DevExpress.Utils.PointFloat(366.2119F, 0F);
            this.purchaseOrderNumberLabel.Name = "purchaseOrderNumberLabel";
            this.purchaseOrderNumberLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.purchaseOrderNumberLabel.SizeF = new System.Drawing.SizeF(101.3637F, 32F);
            this.purchaseOrderNumberLabel.StyleName = "FieldCaption";
            this.purchaseOrderNumberLabel.StylePriority.UseForeColor = false;
            this.purchaseOrderNumberLabel.Text = "Номер";
            // 
            // plateNumberLabel
            // 
            this.plateNumberLabel.ForeColor = System.Drawing.Color.Black;
            this.plateNumberLabel.LocationFloat = new DevExpress.Utils.PointFloat(730.7495F, 0F);
            this.plateNumberLabel.Name = "plateNumberLabel";
            this.plateNumberLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.plateNumberLabel.SizeF = new System.Drawing.SizeF(94.53857F, 32F);
            this.plateNumberLabel.StyleName = "FieldCaption";
            this.plateNumberLabel.StylePriority.UseForeColor = false;
            this.plateNumberLabel.Text = "Номер листа";
            // 
            // statusLabel
            // 
            this.statusLabel.ForeColor = System.Drawing.Color.Black;
            this.statusLabel.LocationFloat = new DevExpress.Utils.PointFloat(220.6304F, 0F);
            this.statusLabel.Name = "statusLabel";
            this.statusLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.statusLabel.SizeF = new System.Drawing.SizeF(75.23357F, 32F);
            this.statusLabel.StyleName = "FieldCaption";
            this.statusLabel.StylePriority.UseForeColor = false;
            this.statusLabel.Text = "Статус";
            // 
            // numberLabel
            // 
            this.numberLabel.ForeColor = System.Drawing.Color.Black;
            this.numberLabel.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
            this.numberLabel.Name = "numberLabel";
            this.numberLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.numberLabel.SizeF = new System.Drawing.SizeF(83.67307F, 32F);
            this.numberLabel.StyleName = "FieldCaption";
            this.numberLabel.StylePriority.UseForeColor = false;
            this.numberLabel.Text = "Номер";
            // 
            // lengthLabel
            // 
            this.lengthLabel.ForeColor = System.Drawing.Color.Black;
            this.lengthLabel.LocationFloat = new DevExpress.Utils.PointFloat(594.3566F, 0F);
            this.lengthLabel.Name = "lengthLabel";
            this.lengthLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.lengthLabel.SizeF = new System.Drawing.SizeF(68.41034F, 32F);
            this.lengthLabel.StyleName = "FieldCaption";
            this.lengthLabel.StylePriority.UseForeColor = false;
            this.lengthLabel.Text = "Длина";
            // 
            // activeLabel
            // 
            this.activeLabel.ForeColor = System.Drawing.Color.Black;
            this.activeLabel.LocationFloat = new DevExpress.Utils.PointFloat(932.6842F, 0F);
            this.activeLabel.Name = "activeLabel";
            this.activeLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.activeLabel.SizeF = new System.Drawing.SizeF(82.3158F, 32F);
            this.activeLabel.StyleName = "FieldCaption";
            this.activeLabel.StylePriority.UseForeColor = false;
            this.activeLabel.Text = "Active";
            // 
            // diameterLabel
            // 
            this.diameterLabel.ForeColor = System.Drawing.Color.Black;
            this.diameterLabel.LocationFloat = new DevExpress.Utils.PointFloat(662.767F, 0F);
            this.diameterLabel.Name = "diameterLabel";
            this.diameterLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.diameterLabel.SizeF = new System.Drawing.SizeF(67.98248F, 32F);
            this.diameterLabel.StyleName = "FieldCaption";
            this.diameterLabel.StylePriority.UseForeColor = false;
            this.diameterLabel.Text = "Диаметр";
            // 
            // pageFooter
            // 
            this.pageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.datePageInfo,
            this.numberOfPageInfo});
            this.pageFooter.HeightF = 23F;
            this.pageFooter.Name = "pageFooter";
            // 
            // datePageInfo
            // 
            this.datePageInfo.Format = "{0:dddd, d MMMM, yyyy HH:mm:ss}";
            this.datePageInfo.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
            this.datePageInfo.Name = "datePageInfo";
            this.datePageInfo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.datePageInfo.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime;
            this.datePageInfo.SizeF = new System.Drawing.SizeF(295.864F, 23F);
            this.datePageInfo.StyleName = "PageInfo";
            // 
            // numberOfPageInfo
            // 
            this.numberOfPageInfo.Format = "{0} / {1}";
            this.numberOfPageInfo.LocationFloat = new DevExpress.Utils.PointFloat(730.7495F, 0F);
            this.numberOfPageInfo.Name = "numberOfPageInfo";
            this.numberOfPageInfo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.numberOfPageInfo.SizeF = new System.Drawing.SizeF(284.2507F, 23F);
            this.numberOfPageInfo.StyleName = "PageInfo";
            this.numberOfPageInfo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
            // 
            // reportHeader
            // 
            this.reportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.reportDateTimeInfo,
            this.reportHeaderLabel});
            this.reportHeader.HeightF = 56.91666F;
            this.reportHeader.Name = "reportHeader";
            // 
            // reportDateTimeInfo
            // 
            this.reportDateTimeInfo.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
            this.reportDateTimeInfo.Format = "{0:dd-MM-yyyy H:mm:ss}";
            this.reportDateTimeInfo.LocationFloat = new DevExpress.Utils.PointFloat(730.7495F, 0F);
            this.reportDateTimeInfo.Name = "reportDateTimeInfo";
            this.reportDateTimeInfo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.reportDateTimeInfo.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime;
            this.reportDateTimeInfo.SizeF = new System.Drawing.SizeF(284.2507F, 23.91666F);
            this.reportDateTimeInfo.StylePriority.UseFont = false;
            this.reportDateTimeInfo.StylePriority.UseTextAlignment = false;
            this.reportDateTimeInfo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
            // 
            // reportHeaderLabel
            // 
            this.reportHeaderLabel.ForeColor = System.Drawing.Color.Black;
            this.reportHeaderLabel.LocationFloat = new DevExpress.Utils.PointFloat(0F, 23.91666F);
            this.reportHeaderLabel.Name = "reportHeaderLabel";
            this.reportHeaderLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.reportHeaderLabel.SizeF = new System.Drawing.SizeF(1015F, 33F);
            this.reportHeaderLabel.StyleName = "Title";
            this.reportHeaderLabel.StylePriority.UseForeColor = false;
            this.reportHeaderLabel.Text = "Отчет на заводе";
            // 
            // 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("Times New Roman", 20F, System.Drawing.FontStyle.Bold);
            this.Title.ForeColor = System.Drawing.Color.Maroon;
            this.Title.Name = "Title";
            // 
            // FieldCaption
            // 
            this.FieldCaption.BackColor = System.Drawing.Color.Transparent;
            this.FieldCaption.BorderColor = System.Drawing.Color.Black;
            this.FieldCaption.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.FieldCaption.BorderWidth = 1F;
            this.FieldCaption.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            this.FieldCaption.ForeColor = System.Drawing.Color.Maroon;
            this.FieldCaption.Name = "FieldCaption";
            // 
            // PageInfo
            // 
            this.PageInfo.BackColor = System.Drawing.Color.Transparent;
            this.PageInfo.BorderColor = System.Drawing.Color.Black;
            this.PageInfo.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.PageInfo.BorderWidth = 1F;
            this.PageInfo.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
            this.PageInfo.ForeColor = System.Drawing.Color.Black;
            this.PageInfo.Name = "PageInfo";
            // 
            // DataField
            // 
            this.DataField.BackColor = System.Drawing.Color.Transparent;
            this.DataField.BorderColor = System.Drawing.Color.Black;
            this.DataField.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.DataField.BorderWidth = 1F;
            this.DataField.Font = new System.Drawing.Font("Times New Roman", 10F);
            this.DataField.ForeColor = System.Drawing.Color.Black;
            this.DataField.Name = "DataField";
            this.DataField.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            // 
            // PageHeader
            // 
            this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel12,
            this.xrLabel11,
            this.xrLabel10,
            this.xrLabel9,
            this.xrLabel8,
            this.xrLabel7,
            this.xrLabel6,
            this.xrLabel5,
            this.xrLabel4,
            this.xrLabel3,
            this.xrLabel2,
            this.pageHeaderLabel});
            this.PageHeader.HeightF = 21.5F;
            this.PageHeader.Name = "PageHeader";
            this.PageHeader.PrintOn = DevExpress.XtraReports.UI.PrintOnPages.NotWithReportHeader;
            // 
            // xrLabel12
            // 
            this.xrLabel12.ForeColor = System.Drawing.Color.Black;
            this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(932.6842F, 0F);
            this.xrLabel12.Name = "xrLabel12";
            this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel12.SizeF = new System.Drawing.SizeF(82.3161F, 21.5F);
            this.xrLabel12.StyleName = "Title";
            this.xrLabel12.StylePriority.UseForeColor = false;
            // 
            // xrLabel11
            // 
            this.xrLabel11.ForeColor = System.Drawing.Color.Black;
            this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(825.2881F, 0F);
            this.xrLabel11.Name = "xrLabel11";
            this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel11.SizeF = new System.Drawing.SizeF(107.3961F, 21.5F);
            this.xrLabel11.StyleName = "Title";
            this.xrLabel11.StylePriority.UseForeColor = false;
            // 
            // xrLabel10
            // 
            this.xrLabel10.ForeColor = System.Drawing.Color.Black;
            this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(730.7495F, 0F);
            this.xrLabel10.Name = "xrLabel10";
            this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel10.SizeF = new System.Drawing.SizeF(94.53857F, 21.5F);
            this.xrLabel10.StyleName = "Title";
            this.xrLabel10.StylePriority.UseForeColor = false;
            // 
            // xrLabel9
            // 
            this.xrLabel9.ForeColor = System.Drawing.Color.Black;
            this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(662.7671F, 0F);
            this.xrLabel9.Name = "xrLabel9";
            this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel9.SizeF = new System.Drawing.SizeF(67.98242F, 21.5F);
            this.xrLabel9.StyleName = "Title";
            this.xrLabel9.StylePriority.UseForeColor = false;
            // 
            // xrLabel8
            // 
            this.xrLabel8.ForeColor = System.Drawing.Color.Black;
            this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(594.3566F, 0F);
            this.xrLabel8.Name = "xrLabel8";
            this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel8.SizeF = new System.Drawing.SizeF(68.41034F, 21.5F);
            this.xrLabel8.StyleName = "Title";
            this.xrLabel8.StylePriority.UseForeColor = false;
            // 
            // xrLabel7
            // 
            this.xrLabel7.ForeColor = System.Drawing.Color.Black;
            this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(540.0449F, 0F);
            this.xrLabel7.Name = "xrLabel7";
            this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel7.SizeF = new System.Drawing.SizeF(54.31171F, 21.5F);
            this.xrLabel7.StyleName = "Title";
            this.xrLabel7.StylePriority.UseForeColor = false;
            // 
            // xrLabel6
            // 
            this.xrLabel6.ForeColor = System.Drawing.Color.Black;
            this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(467.5757F, 0F);
            this.xrLabel6.Name = "xrLabel6";
            this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel6.SizeF = new System.Drawing.SizeF(72.46921F, 21.5F);
            this.xrLabel6.StyleName = "Title";
            this.xrLabel6.StylePriority.UseForeColor = false;
            // 
            // xrLabel5
            // 
            this.xrLabel5.ForeColor = System.Drawing.Color.Black;
            this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(366.2119F, 0F);
            this.xrLabel5.Name = "xrLabel5";
            this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel5.SizeF = new System.Drawing.SizeF(101.3637F, 21.5F);
            this.xrLabel5.StyleName = "Title";
            this.xrLabel5.StylePriority.UseForeColor = false;
            // 
            // xrLabel4
            // 
            this.xrLabel4.ForeColor = System.Drawing.Color.Black;
            this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(295.864F, 0F);
            this.xrLabel4.Name = "xrLabel4";
            this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel4.SizeF = new System.Drawing.SizeF(70.34793F, 21.5F);
            this.xrLabel4.StyleName = "Title";
            this.xrLabel4.StylePriority.UseForeColor = false;
            // 
            // xrLabel3
            // 
            this.xrLabel3.ForeColor = System.Drawing.Color.Black;
            this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(220.6304F, 0F);
            this.xrLabel3.Name = "xrLabel3";
            this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel3.SizeF = new System.Drawing.SizeF(75.23363F, 21.5F);
            this.xrLabel3.StyleName = "Title";
            this.xrLabel3.StylePriority.UseForeColor = false;
            // 
            // xrLabel2
            // 
            this.xrLabel2.ForeColor = System.Drawing.Color.Black;
            this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(83.67316F, 0F);
            this.xrLabel2.Name = "xrLabel2";
            this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel2.SizeF = new System.Drawing.SizeF(136.9572F, 21.5F);
            this.xrLabel2.StyleName = "Title";
            this.xrLabel2.StylePriority.UseForeColor = false;
            // 
            // pageHeaderLabel
            // 
            this.pageHeaderLabel.ForeColor = System.Drawing.Color.Black;
            this.pageHeaderLabel.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
            this.pageHeaderLabel.Name = "pageHeaderLabel";
            this.pageHeaderLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.pageHeaderLabel.SizeF = new System.Drawing.SizeF(83.67307F, 21.5F);
            this.pageHeaderLabel.StyleName = "Title";
            this.pageHeaderLabel.StylePriority.UseForeColor = false;
            // 
            // heatNumberLabel
            // 
            this.heatNumberLabel.ForeColor = System.Drawing.Color.Black;
            this.heatNumberLabel.LocationFloat = new DevExpress.Utils.PointFloat(825.288F, 0F);
            this.heatNumberLabel.Name = "heatNumberLabel";
            this.heatNumberLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.heatNumberLabel.SizeF = new System.Drawing.SizeF(107.3962F, 32F);
            this.heatNumberLabel.StyleName = "FieldCaption";
            this.heatNumberLabel.StylePriority.UseForeColor = false;
            this.heatNumberLabel.Text = "Номер плавки";
            // 
            // sqlDataSourceForReport
            // 
            this.sqlDataSourceForReport.ConnectionName = "PrismDatabase";
            this.sqlDataSourceForReport.Name = "sqlDataSourceForReport";
            tableQuery1.Name = "Pipe";
            relationColumnInfo1.NestedKeyColumn = "id";
            relationColumnInfo1.ParentKeyColumn = "plateId";
            relationInfo1.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo1});
            relationInfo1.NestedTable = "Plate";
            relationInfo1.ParentTable = "Pipe";
            relationColumnInfo2.NestedKeyColumn = "id";
            relationColumnInfo2.ParentKeyColumn = "heatId";
            relationInfo2.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo2});
            relationInfo2.NestedTable = "Heat";
            relationInfo2.ParentTable = "Plate";
            relationColumnInfo3.NestedKeyColumn = "id";
            relationColumnInfo3.ParentKeyColumn = "purchaseOrderId";
            relationInfo3.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo3});
            relationInfo3.NestedTable = "PurchaseOrder";
            relationInfo3.ParentTable = "Pipe";
            tableQuery1.Relations.AddRange(new DevExpress.DataAccess.Sql.RelationInfo[] {
            relationInfo1,
            relationInfo2,
            relationInfo3});
            tableInfo1.Name = "Pipe";
            columnInfo1.Name = "id";
            columnInfo2.Name = "wallThickness";
            columnInfo3.Name = "diameter";
            columnInfo4.Name = "weight";
            columnInfo5.Name = "mill";
            columnInfo6.Name = "pipeMillStatus";
            columnInfo7.Name = "number";
            columnInfo8.Name = "isActive";
            columnInfo9.Name = "inspectionStatus";
            columnInfo10.Name = "constructionStatus";
            columnInfo11.Name = "typeId";
            columnInfo12.Name = "plateId";
            columnInfo13.Name = "purchaseOrderId";
            columnInfo14.Name = "railcarId";
            columnInfo15.Name = "chemicalCompositionId";
            columnInfo16.Name = "length";
            tableInfo1.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo1,
            columnInfo2,
            columnInfo3,
            columnInfo4,
            columnInfo5,
            columnInfo6,
            columnInfo7,
            columnInfo8,
            columnInfo9,
            columnInfo10,
            columnInfo11,
            columnInfo12,
            columnInfo13,
            columnInfo14,
            columnInfo15,
            columnInfo16});
            tableInfo2.Name = "Plate";
            columnInfo17.Alias = "Plate_id";
            columnInfo17.Name = "id";
            columnInfo18.Alias = "Plate_number";
            columnInfo18.Name = "number";
            columnInfo19.Name = "thickness";
            columnInfo20.Alias = "Plate_chemicalCompositionId";
            columnInfo20.Name = "chemicalCompositionId";
            columnInfo21.Name = "heatId";
            columnInfo22.Alias = "Plate_isActive";
            columnInfo22.Name = "isActive";
            tableInfo2.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo17,
            columnInfo18,
            columnInfo19,
            columnInfo20,
            columnInfo21,
            columnInfo22});
            tableInfo3.Name = "Heat";
            columnInfo23.Alias = "Heat_id";
            columnInfo23.Name = "id";
            columnInfo24.Alias = "Heat_number";
            columnInfo24.Name = "number";
            columnInfo25.Name = "steelGrade";
            columnInfo26.Name = "plateManufacturer";
            columnInfo27.Alias = "Heat_chemicalCompositionId";
            columnInfo27.Name = "chemicalCompositionId";
            columnInfo28.Alias = "Heat_isActive";
            columnInfo28.Name = "isActive";
            tableInfo3.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo23,
            columnInfo24,
            columnInfo25,
            columnInfo26,
            columnInfo27,
            columnInfo28});
            tableInfo4.Name = "PurchaseOrder";
            columnInfo29.Alias = "PurchaseOrder_id";
            columnInfo29.Name = "id";
            columnInfo30.Alias = "PurchaseOrder_number";
            columnInfo30.Name = "number";
            columnInfo31.Name = "date";
            columnInfo32.Alias = "PurchaseOrder_isActive";
            columnInfo32.Name = "isActive";
            tableInfo4.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo29,
            columnInfo30,
            columnInfo31,
            columnInfo32});
            tableQuery1.Tables.AddRange(new DevExpress.DataAccess.Sql.TableInfo[] {
            tableInfo1,
            tableInfo2,
            tableInfo3,
            tableInfo4});
            this.sqlDataSourceForReport.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
            tableQuery1});
            this.sqlDataSourceForReport.ResultSchemaSerializable = resources.GetString("sqlDataSourceForReport.ResultSchemaSerializable");
            // 
            // GroupHeader
            // 
            this.GroupHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.activeLabel,
            this.plateNumberLabel,
            this.wallThicknessLabel,
            this.weightLabel,
            this.diameterLabel,
            this.lengthLabel,
            this.purchaseOrderNumberLabel,
            this.numberLabel,
            this.purchaseOrderDateLabel,
            this.statusLabel,
            this.typeLabel,
            this.heatNumberLabel});
            this.GroupHeader.HeightF = 32F;
            this.GroupHeader.Name = "GroupHeader";
            // 
            // StatusParameter
            // 
            this.StatusParameter.Description = "StatusParameter";
            this.StatusParameter.Name = "StatusParameter";
            // 
            // calculatedField1
            // 
            this.calculatedField1.Expression = "Iif([Pipe.isActive] ==True , 1  , 0 )";
            this.calculatedField1.Name = "calculatedField1";
            // 
            // MillReportsXtraReport
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin,
            this.pageFooter,
            this.reportHeader,
            this.PageHeader,
            this.GroupHeader});
            this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
            this.calculatedField1});
            this.DataMember = "Pipe";
            this.DataSource = this.sqlDataSourceForReport;
            this.FilterString = "StartsWith([pipeMillStatus], ?StatusParameter)";
            this.Landscape = true;
            this.Margins = new System.Drawing.Printing.Margins(70, 83, 51, 64);
            this.PageHeight = 827;
            this.PageWidth = 1169;
            this.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
            this.StatusParameter});
            this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
            this.Title,
            this.FieldCaption,
            this.PageInfo,
            this.DataField});
            this.Version = "14.2";
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
Ejemplo n.º 23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1       = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1             = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column4            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column5            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column6            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column7            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression7  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column8            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression8  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column9            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression9  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column10           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression10 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table2             = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column11           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression11 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table3             = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Join                 join1 = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Join                 join2 = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(XtraReport1));
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition1 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(104F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition2 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(104F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition3 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(104F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition4 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(104F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition5 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(104F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField      crossTabColumnField1      = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabDataField        crossTabDataField1        = new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabDataField        crossTabDataField2        = new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField1         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     this.Detail           = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin        = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin     = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.sqlDataSource1   = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.ReportHeader     = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrCrossTab1      = new DevExpress.XtraReports.UI.XRCrossTab();
     this.xrCrossTabCell1  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell2  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell3  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell4  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell5  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell6  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell7  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell8  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell9  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell10 = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell11 = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell12 = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell13 = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell14 = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell15 = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell16 = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell17 = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     ((System.ComponentModel.ISupportInitialize)(this.xrCrossTab1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "NorthwindConnectionString";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "ProductID";
     table1.MetaSerializable            = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"267\" />";
     table1.Name                   = "Products";
     columnExpression1.Table       = table1;
     column1.Expression            = columnExpression1;
     columnExpression2.ColumnName  = "ProductName";
     columnExpression2.Table       = table1;
     column2.Expression            = columnExpression2;
     columnExpression3.ColumnName  = "QuantityPerUnit";
     columnExpression3.Table       = table1;
     column3.Expression            = columnExpression3;
     columnExpression4.ColumnName  = "UnitPrice";
     columnExpression4.Table       = table1;
     column4.Expression            = columnExpression4;
     columnExpression5.ColumnName  = "UnitsInStock";
     columnExpression5.Table       = table1;
     column5.Expression            = columnExpression5;
     columnExpression6.ColumnName  = "UnitsOnOrder";
     columnExpression6.Table       = table1;
     column6.Expression            = columnExpression6;
     columnExpression7.ColumnName  = "ReorderLevel";
     columnExpression7.Table       = table1;
     column7.Expression            = columnExpression7;
     columnExpression8.ColumnName  = "Discontinued";
     columnExpression8.Table       = table1;
     column8.Expression            = columnExpression8;
     columnExpression9.ColumnName  = "EAN13";
     columnExpression9.Table       = table1;
     column9.Expression            = columnExpression9;
     column10.Alias                = "SupplierID";
     columnExpression10.ColumnName = "ContactName";
     table2.MetaSerializable       = "<Meta X=\"185\" Y=\"30\" Width=\"125\" Height=\"286\" />";
     table2.Name                   = "Suppliers";
     columnExpression10.Table      = table2;
     column10.Expression           = columnExpression10;
     column11.Alias                = "CategoryID";
     columnExpression11.ColumnName = "CategoryName";
     table3.MetaSerializable       = "<Meta X=\"340\" Y=\"30\" Width=\"125\" Height=\"134\" />";
     table3.Name                   = "Categories";
     columnExpression11.Table      = table3;
     column11.Expression           = columnExpression11;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Columns.Add(column5);
     selectQuery1.Columns.Add(column6);
     selectQuery1.Columns.Add(column7);
     selectQuery1.Columns.Add(column8);
     selectQuery1.Columns.Add(column9);
     selectQuery1.Columns.Add(column10);
     selectQuery1.Columns.Add(column11);
     selectQuery1.Name = "Products";
     relationColumnInfo1.NestedKeyColumn = "SupplierID";
     relationColumnInfo1.ParentKeyColumn = "SupplierID";
     join1.KeyColumns.Add(relationColumnInfo1);
     join1.Nested = table2;
     join1.Parent = table1;
     relationColumnInfo2.NestedKeyColumn = "CategoryID";
     relationColumnInfo2.ParentKeyColumn = "CategoryID";
     join2.KeyColumns.Add(relationColumnInfo2);
     join2.Nested = table3;
     join2.Parent = table1;
     selectQuery1.Relations.Add(join1);
     selectQuery1.Relations.Add(join2);
     selectQuery1.Tables.Add(table1);
     selectQuery1.Tables.Add(table2);
     selectQuery1.Tables.Add(table3);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrCrossTab1
     });
     this.ReportHeader.Name = "ReportHeader";
     //
     // xrCrossTab1
     //
     this.xrCrossTab1.Cells.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrCrossTabCell1,
         this.xrCrossTabCell2,
         this.xrCrossTabCell3,
         this.xrCrossTabCell4,
         this.xrCrossTabCell5,
         this.xrCrossTabCell6,
         this.xrCrossTabCell7,
         this.xrCrossTabCell8,
         this.xrCrossTabCell9,
         this.xrCrossTabCell10,
         this.xrCrossTabCell11,
         this.xrCrossTabCell12,
         this.xrCrossTabCell13,
         this.xrCrossTabCell14,
         this.xrCrossTabCell15,
         this.xrCrossTabCell16,
         this.xrCrossTabCell17
     });
     crossTabColumnDefinition1.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition2.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition3.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition4.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition5.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     this.xrCrossTab1.ColumnDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition[] {
         crossTabColumnDefinition1,
         crossTabColumnDefinition2,
         crossTabColumnDefinition3,
         crossTabColumnDefinition4,
         crossTabColumnDefinition5
     });
     crossTabColumnField1.FieldName = "CategoryID";
     this.xrCrossTab1.ColumnFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField[] {
         crossTabColumnField1
     });
     crossTabDataField1.FieldName = "UnitsInStock";
     crossTabDataField2.FieldName = "UnitsOnOrder";
     this.xrCrossTab1.DataFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField[] {
         crossTabDataField1,
         crossTabDataField2
     });
     this.xrCrossTab1.DataMember              = "Products";
     this.xrCrossTab1.DataSource              = this.sqlDataSource1;
     this.xrCrossTab1.LocationFloat           = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrCrossTab1.Name                    = "xrCrossTab1";
     this.xrCrossTab1.OriginalPivotGridLayout = resources.GetString("xrCrossTab1.OriginalPivotGridLayout");
     this.xrCrossTab1.PrintOptions.PrintTotalsForSingleValues = false;
     this.xrCrossTab1.PrintOptions.RepeatColumnHeaders        = false;
     this.xrCrossTab1.PrintOptions.RepeatRowHeaders           = false;
     this.xrCrossTab1.RowDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition[] {
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F)
     });
     crossTabRowField1.FieldName = "SupplierID";
     this.xrCrossTab1.RowFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField[] {
         crossTabRowField1
     });
     this.xrCrossTab1.SizeF = new System.Drawing.SizeF(520F, 100F);
     //
     // xrCrossTabCell1
     //
     this.xrCrossTabCell1.BackColor   = System.Drawing.SystemColors.Control;
     this.xrCrossTabCell1.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                | DevExpress.XtraPrinting.BorderSide.Right)
                                                                               | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell1.BorderWidth   = 1F;
     this.xrCrossTabCell1.ColumnIndex   = 0;
     this.xrCrossTabCell1.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.xrCrossTabCell1.Name          = "xrCrossTabCell1";
     this.xrCrossTabCell1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell1.RowIndex      = 0;
     this.xrCrossTabCell1.RowSpan       = 2;
     this.xrCrossTabCell1.Text          = "Supplier ID";
     this.xrCrossTabCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrCrossTabCell2
     //
     this.xrCrossTabCell2.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.xrCrossTabCell2.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell2.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                | DevExpress.XtraPrinting.BorderSide.Right)
                                                                               | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell2.BorderWidth   = 1F;
     this.xrCrossTabCell2.ColumnIndex   = 1;
     this.xrCrossTabCell2.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.xrCrossTabCell2.Name          = "xrCrossTabCell2";
     this.xrCrossTabCell2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell2.RowIndex      = 2;
     this.xrCrossTabCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrCrossTabCell3
     //
     this.xrCrossTabCell3.BackColor   = System.Drawing.SystemColors.Control;
     this.xrCrossTabCell3.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell3.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                | DevExpress.XtraPrinting.BorderSide.Right)
                                                                               | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell3.BorderWidth   = 1F;
     this.xrCrossTabCell3.ColumnIndex   = 1;
     this.xrCrossTabCell3.ColumnSpan    = 2;
     this.xrCrossTabCell3.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.xrCrossTabCell3.Name          = "xrCrossTabCell3";
     this.xrCrossTabCell3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell3.RowIndex      = 0;
     this.xrCrossTabCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrCrossTabCell4
     //
     this.xrCrossTabCell4.BackColor   = System.Drawing.SystemColors.Control;
     this.xrCrossTabCell4.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell4.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                | DevExpress.XtraPrinting.BorderSide.Right)
                                                                               | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell4.BorderWidth   = 1F;
     this.xrCrossTabCell4.ColumnIndex   = 0;
     this.xrCrossTabCell4.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.xrCrossTabCell4.Name          = "xrCrossTabCell4";
     this.xrCrossTabCell4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell4.RowIndex      = 2;
     this.xrCrossTabCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrCrossTabCell5
     //
     this.xrCrossTabCell5.BackColor   = System.Drawing.SystemColors.Control;
     this.xrCrossTabCell5.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell5.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                | DevExpress.XtraPrinting.BorderSide.Right)
                                                                               | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell5.BorderWidth   = 1F;
     this.xrCrossTabCell5.ColumnIndex   = 0;
     this.xrCrossTabCell5.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.xrCrossTabCell5.Name          = "xrCrossTabCell5";
     this.xrCrossTabCell5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell5.RowIndex      = 3;
     this.xrCrossTabCell5.Text          = "Grand Total";
     this.xrCrossTabCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrCrossTabCell6
     //
     this.xrCrossTabCell6.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.xrCrossTabCell6.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell6.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                | DevExpress.XtraPrinting.BorderSide.Right)
                                                                               | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell6.BorderWidth   = 1F;
     this.xrCrossTabCell6.ColumnIndex   = 1;
     this.xrCrossTabCell6.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.xrCrossTabCell6.Name          = "xrCrossTabCell6";
     this.xrCrossTabCell6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell6.RowIndex      = 3;
     this.xrCrossTabCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrCrossTabCell7
     //
     this.xrCrossTabCell7.BackColor   = System.Drawing.SystemColors.Control;
     this.xrCrossTabCell7.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell7.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                | DevExpress.XtraPrinting.BorderSide.Right)
                                                                               | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell7.BorderWidth   = 1F;
     this.xrCrossTabCell7.ColumnIndex   = 3;
     this.xrCrossTabCell7.ColumnSpan    = 2;
     this.xrCrossTabCell7.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.xrCrossTabCell7.Name          = "xrCrossTabCell7";
     this.xrCrossTabCell7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell7.RowIndex      = 0;
     this.xrCrossTabCell7.Text          = "Grand Total";
     this.xrCrossTabCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrCrossTabCell8
     //
     this.xrCrossTabCell8.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.xrCrossTabCell8.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell8.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                | DevExpress.XtraPrinting.BorderSide.Right)
                                                                               | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell8.BorderWidth   = 1F;
     this.xrCrossTabCell8.ColumnIndex   = 3;
     this.xrCrossTabCell8.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.xrCrossTabCell8.Name          = "xrCrossTabCell8";
     this.xrCrossTabCell8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell8.RowIndex      = 2;
     this.xrCrossTabCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrCrossTabCell9
     //
     this.xrCrossTabCell9.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.xrCrossTabCell9.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell9.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                | DevExpress.XtraPrinting.BorderSide.Right)
                                                                               | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell9.BorderWidth   = 1F;
     this.xrCrossTabCell9.ColumnIndex   = 3;
     this.xrCrossTabCell9.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.xrCrossTabCell9.Name          = "xrCrossTabCell9";
     this.xrCrossTabCell9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell9.RowIndex      = 3;
     this.xrCrossTabCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrCrossTabCell10
     //
     this.xrCrossTabCell10.BackColor   = System.Drawing.SystemColors.Control;
     this.xrCrossTabCell10.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell10.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                 | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell10.BorderWidth   = 1F;
     this.xrCrossTabCell10.ColumnIndex   = 1;
     this.xrCrossTabCell10.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.xrCrossTabCell10.Name          = "xrCrossTabCell10";
     this.xrCrossTabCell10.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell10.RowIndex      = 1;
     this.xrCrossTabCell10.Text          = "Stock";
     this.xrCrossTabCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrCrossTabCell11
     //
     this.xrCrossTabCell11.BackColor   = System.Drawing.SystemColors.Control;
     this.xrCrossTabCell11.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell11.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                 | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell11.BorderWidth   = 1F;
     this.xrCrossTabCell11.ColumnIndex   = 2;
     this.xrCrossTabCell11.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.xrCrossTabCell11.Name          = "xrCrossTabCell11";
     this.xrCrossTabCell11.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell11.RowIndex      = 1;
     this.xrCrossTabCell11.Text          = "Order";
     this.xrCrossTabCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrCrossTabCell12
     //
     this.xrCrossTabCell12.BackColor   = System.Drawing.SystemColors.Control;
     this.xrCrossTabCell12.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell12.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                 | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell12.BorderWidth   = 1F;
     this.xrCrossTabCell12.ColumnIndex   = 3;
     this.xrCrossTabCell12.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.xrCrossTabCell12.Name          = "xrCrossTabCell12";
     this.xrCrossTabCell12.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell12.RowIndex      = 1;
     this.xrCrossTabCell12.Text          = "Stock";
     this.xrCrossTabCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrCrossTabCell13
     //
     this.xrCrossTabCell13.BackColor   = System.Drawing.SystemColors.Control;
     this.xrCrossTabCell13.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell13.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                 | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell13.BorderWidth   = 1F;
     this.xrCrossTabCell13.ColumnIndex   = 4;
     this.xrCrossTabCell13.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.xrCrossTabCell13.Name          = "xrCrossTabCell13";
     this.xrCrossTabCell13.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell13.RowIndex      = 1;
     this.xrCrossTabCell13.Text          = "Order";
     this.xrCrossTabCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrCrossTabCell14
     //
     this.xrCrossTabCell14.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.xrCrossTabCell14.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell14.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                 | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell14.BorderWidth   = 1F;
     this.xrCrossTabCell14.ColumnIndex   = 2;
     this.xrCrossTabCell14.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.xrCrossTabCell14.Name          = "xrCrossTabCell14";
     this.xrCrossTabCell14.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell14.RowIndex      = 2;
     this.xrCrossTabCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrCrossTabCell15
     //
     this.xrCrossTabCell15.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.xrCrossTabCell15.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell15.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                 | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell15.BorderWidth   = 1F;
     this.xrCrossTabCell15.ColumnIndex   = 4;
     this.xrCrossTabCell15.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.xrCrossTabCell15.Name          = "xrCrossTabCell15";
     this.xrCrossTabCell15.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell15.RowIndex      = 2;
     this.xrCrossTabCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrCrossTabCell16
     //
     this.xrCrossTabCell16.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.xrCrossTabCell16.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell16.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                 | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell16.BorderWidth   = 1F;
     this.xrCrossTabCell16.ColumnIndex   = 2;
     this.xrCrossTabCell16.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.xrCrossTabCell16.Name          = "xrCrossTabCell16";
     this.xrCrossTabCell16.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell16.RowIndex      = 3;
     this.xrCrossTabCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrCrossTabCell17
     //
     this.xrCrossTabCell17.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.xrCrossTabCell17.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.xrCrossTabCell17.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                 | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrCrossTabCell17.BorderWidth   = 1F;
     this.xrCrossTabCell17.ColumnIndex   = 4;
     this.xrCrossTabCell17.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.xrCrossTabCell17.Name          = "xrCrossTabCell17";
     this.xrCrossTabCell17.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrCrossTabCell17.RowIndex      = 3;
     this.xrCrossTabCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // XtraReport1
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.Version = "19.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrCrossTab1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.ConnectionParameters.MySqlConnectionParameters mySqlConnectionParameters1 = new DevExpress.DataAccess.ConnectionParameters.MySqlConnectionParameters();
     DevExpress.DataAccess.Sql.TableQuery           tableQuery1         = new DevExpress.DataAccess.Sql.TableQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter2     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.RelationInfo         relationInfo1       = new DevExpress.DataAccess.Sql.RelationInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.RelationInfo         relationInfo2       = new DevExpress.DataAccess.Sql.RelationInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.RelationInfo         relationInfo3       = new DevExpress.DataAccess.Sql.RelationInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo3 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.RelationInfo         relationInfo4       = new DevExpress.DataAccess.Sql.RelationInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo4 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.RelationInfo         relationInfo5       = new DevExpress.DataAccess.Sql.RelationInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo5 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.RelationInfo         relationInfo6       = new DevExpress.DataAccess.Sql.RelationInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo6 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo1          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo1         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo2         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo3         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo4         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo2          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo3          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo5         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo6         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo4          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo5          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo7         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo6          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo8         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo7          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo9         = new DevExpress.DataAccess.Sql.ColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(reporteKardex));
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable2       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell5   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8   = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.ReportHeader   = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel12      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable1       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel10      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.Detail.HeightF       = 26.04167F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(650.0001F, 25F);
     this.xrTable2.StylePriority.UseBorders       = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell5,
         this.xrTableCell6,
         this.xrTableCell7,
         this.xrTableCell8
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblKardex.fecha", "{0:d/MM/yyyy}")
     });
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseBorders = false;
     this.xrTableCell5.Weight = 1.138613740524443D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblKardex.documento")
     });
     this.xrTableCell6.Name   = "xrTableCell6";
     this.xrTableCell6.Weight = 2.1386137968918506D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblKardex.cantidad_inicial")
     });
     this.xrTableCell7.Name   = "xrTableCell7";
     this.xrTableCell7.Weight = 1.3168326903838303D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblKardex.cantidad_final")
     });
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseBorders = false;
     this.xrTableCell8.Weight = 1.5841582405576613D;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 53.125F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName       = "dbsur_Connection";
     mySqlConnectionParameters1.DatabaseName  = "u983648979_dbsur";
     mySqlConnectionParameters1.Password      = "******";
     mySqlConnectionParameters1.ServerName    = "185.224.137.20";
     mySqlConnectionParameters1.UserName      = "******";
     this.sqlDataSource1.ConnectionParameters = mySqlConnectionParameters1;
     this.sqlDataSource1.Name = "sqlDataSource1";
     tableQuery1.FilterString = "[tblSucursal.nombre_sucursal] = ?sucursal And [tblProducto.id_producto] = ?idProd" +
                                "ucto";
     tableQuery1.GroupFilterString = "";
     tableQuery1.Name          = "tblKardex";
     queryParameter1.Name      = "sucursal";
     queryParameter1.Type      = typeof(string);
     queryParameter1.ValueInfo = "CENTRAL";
     queryParameter2.Name      = "idProducto";
     queryParameter2.Type      = typeof(string);
     queryParameter2.ValueInfo = "P1";
     tableQuery1.Parameters.Add(queryParameter1);
     tableQuery1.Parameters.Add(queryParameter2);
     relationColumnInfo1.NestedKeyColumn = "id_asignacionprecio";
     relationColumnInfo1.ParentKeyColumn = "id_asignacionprecio";
     relationInfo1.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
         relationColumnInfo1
     });
     relationInfo1.NestedTable           = "tblAsignacionPrecio";
     relationInfo1.ParentTable           = "tblKardex";
     relationColumnInfo2.NestedKeyColumn = "id_producto";
     relationColumnInfo2.ParentKeyColumn = "id_producto";
     relationInfo2.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
         relationColumnInfo2
     });
     relationInfo2.NestedTable           = "tblProducto";
     relationInfo2.ParentTable           = "tblAsignacionPrecio";
     relationColumnInfo3.NestedKeyColumn = "id_Presentacion";
     relationColumnInfo3.ParentKeyColumn = "id_Presentacion";
     relationInfo3.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
         relationColumnInfo3
     });
     relationInfo3.NestedTable           = "tblPresentacion";
     relationInfo3.ParentTable           = "tblAsignacionPrecio";
     relationColumnInfo4.NestedKeyColumn = "id_marca";
     relationColumnInfo4.ParentKeyColumn = "id_marca";
     relationInfo4.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
         relationColumnInfo4
     });
     relationInfo4.NestedTable           = "tblMarca";
     relationInfo4.ParentTable           = "tblProducto";
     relationColumnInfo5.NestedKeyColumn = "id_categoria";
     relationColumnInfo5.ParentKeyColumn = "id_categoria";
     relationInfo5.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
         relationColumnInfo5
     });
     relationInfo5.NestedTable           = "tblCategoria";
     relationInfo5.ParentTable           = "tblProducto";
     relationColumnInfo6.NestedKeyColumn = "id_sucursal";
     relationColumnInfo6.ParentKeyColumn = "id_sucursal";
     relationInfo6.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
         relationColumnInfo6
     });
     relationInfo6.NestedTable = "tblSucursal";
     relationInfo6.ParentTable = "tblKardex";
     tableQuery1.Relations.AddRange(new DevExpress.DataAccess.Sql.RelationInfo[] {
         relationInfo1,
         relationInfo2,
         relationInfo3,
         relationInfo4,
         relationInfo5,
         relationInfo6
     });
     tableInfo1.Name  = "tblKardex";
     columnInfo1.Name = "fecha";
     columnInfo2.Name = "documento";
     columnInfo3.Name = "cantidad_final";
     columnInfo4.Name = "cantidad_inicial";
     tableInfo1.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo1,
         columnInfo2,
         columnInfo3,
         columnInfo4
     });
     tableInfo2.Name  = "tblAsignacionPrecio";
     tableInfo3.Name  = "tblProducto";
     columnInfo5.Name = "nombre_producto";
     columnInfo6.Name = "id_producto";
     tableInfo3.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo5,
         columnInfo6
     });
     tableInfo4.Name  = "tblPresentacion";
     tableInfo5.Name  = "tblMarca";
     columnInfo7.Name = "nombre_marca";
     tableInfo5.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo7
     });
     tableInfo6.Name  = "tblCategoria";
     columnInfo8.Name = "nombre_categoria";
     tableInfo6.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo8
     });
     tableInfo7.Name  = "tblSucursal";
     columnInfo9.Name = "nombre_sucursal";
     tableInfo7.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo9
     });
     tableQuery1.Tables.AddRange(new DevExpress.DataAccess.Sql.TableInfo[] {
         tableInfo1,
         tableInfo2,
         tableInfo3,
         tableInfo4,
         tableInfo5,
         tableInfo6,
         tableInfo7
     });
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         tableQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel12,
         this.xrLabel11,
         this.xrTable1,
         this.xrLabel10,
         this.xrLabel9,
         this.xrLabel8,
         this.xrLabel7,
         this.xrLabel6,
         this.xrLabel5,
         this.xrLabel4,
         this.xrLabel3,
         this.xrLabel2,
         this.xrLabel1
     });
     this.ReportHeader.HeightF = 203.2917F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel12
     //
     this.xrLabel12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Right)
                                                                     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblKardex.nombre_sucursal")
     });
     this.xrLabel12.LocationFloat            = new DevExpress.Utils.PointFloat(494.7917F, 70.87498F);
     this.xrLabel12.Name                     = "xrLabel12";
     this.xrLabel12.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                    = new System.Drawing.SizeF(155.2083F, 23F);
     this.xrLabel12.StylePriority.UseBorders = false;
     //
     // xrLabel11
     //
     this.xrLabel11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Right)
                                                                     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel11.Font                     = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel11.LocationFloat            = new DevExpress.Utils.PointFloat(394.7917F, 70.87498F);
     this.xrLabel11.Name                     = "xrLabel11";
     this.xrLabel11.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                    = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel11.StylePriority.UseBorders = false;
     this.xrLabel11.StylePriority.UseFont    = false;
     this.xrLabel11.Text                     = "SUCURSAL:";
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.Font          = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 178.2917F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(650.0001F, 25F);
     this.xrTable1.StylePriority.UseBorders       = false;
     this.xrTable1.StylePriority.UseFont          = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell3,
         this.xrTableCell4
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name   = "xrTableCell1";
     this.xrTableCell1.Text   = "FECHA";
     this.xrTableCell1.Weight = 1.1979166412353517D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Name   = "xrTableCell2";
     this.xrTableCell2.Text   = "DOCUMENTO";
     this.xrTableCell2.Weight = 2.2499999237060542D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Name   = "xrTableCell3";
     this.xrTableCell3.Text   = "CANTIDAD INICIAL";
     this.xrTableCell3.Weight = 1.38541748046875D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name   = "xrTableCell4";
     this.xrTableCell4.Text   = "CANTIDAD FINAL";
     this.xrTableCell4.Weight = 1.6666671752929687D;
     //
     // xrLabel10
     //
     this.xrLabel10.Font                           = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel10.LocationFloat                  = new DevExpress.Utils.PointFloat(231.25F, 141.5833F);
     this.xrLabel10.Name                           = "xrLabel10";
     this.xrLabel10.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                          = new System.Drawing.SizeF(197.9167F, 23F);
     this.xrLabel10.StylePriority.UseFont          = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text                           = "DETALLES DE MOVIMIENTO";
     this.xrLabel10.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel9
     //
     this.xrLabel9.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblKardex.id_producto")
     });
     this.xrLabel9.LocationFloat            = new DevExpress.Utils.PointFloat(550F, 47.87499F);
     this.xrLabel9.Name                     = "xrLabel9";
     this.xrLabel9.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF                    = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel9.StylePriority.UseBorders = false;
     //
     // xrLabel8
     //
     this.xrLabel8.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel8.Font                     = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.LocationFloat            = new DevExpress.Utils.PointFloat(450.0001F, 47.87499F);
     this.xrLabel8.Name                     = "xrLabel8";
     this.xrLabel8.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                    = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel8.StylePriority.UseBorders = false;
     this.xrLabel8.StylePriority.UseFont    = false;
     this.xrLabel8.Text                     = "CODIGO:";
     //
     // xrLabel7
     //
     this.xrLabel7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblKardex.nombre_marca")
     });
     this.xrLabel7.LocationFloat            = new DevExpress.Utils.PointFloat(100F, 93.87496F);
     this.xrLabel7.Name                     = "xrLabel7";
     this.xrLabel7.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                    = new System.Drawing.SizeF(215.625F, 23F);
     this.xrLabel7.StylePriority.UseBorders = false;
     //
     // xrLabel6
     //
     this.xrLabel6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblKardex.nombre_categoria")
     });
     this.xrLabel6.LocationFloat            = new DevExpress.Utils.PointFloat(100F, 70.87498F);
     this.xrLabel6.Name                     = "xrLabel6";
     this.xrLabel6.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                    = new System.Drawing.SizeF(215.625F, 23F);
     this.xrLabel6.StylePriority.UseBorders = false;
     //
     // xrLabel5
     //
     this.xrLabel5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel5.Font                     = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat            = new DevExpress.Utils.PointFloat(0F, 93.87496F);
     this.xrLabel5.Name                     = "xrLabel5";
     this.xrLabel5.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                    = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel5.StylePriority.UseBorders = false;
     this.xrLabel5.StylePriority.UseFont    = false;
     this.xrLabel5.Text                     = "MARCA:";
     //
     // xrLabel4
     //
     this.xrLabel4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel4.Font                     = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat            = new DevExpress.Utils.PointFloat(0F, 70.87498F);
     this.xrLabel4.Name                     = "xrLabel4";
     this.xrLabel4.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                    = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel4.StylePriority.UseBorders = false;
     this.xrLabel4.StylePriority.UseFont    = false;
     this.xrLabel4.Text                     = "CATEGORIA: ";
     //
     // xrLabel3
     //
     this.xrLabel3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblKardex.nombre_producto")
     });
     this.xrLabel3.LocationFloat            = new DevExpress.Utils.PointFloat(100F, 47.87499F);
     this.xrLabel3.Name                     = "xrLabel3";
     this.xrLabel3.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                    = new System.Drawing.SizeF(215.625F, 23F);
     this.xrLabel3.StylePriority.UseBorders = false;
     //
     // xrLabel2
     //
     this.xrLabel2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel2.Font                     = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat            = new DevExpress.Utils.PointFloat(0F, 47.87499F);
     this.xrLabel2.Name                     = "xrLabel2";
     this.xrLabel2.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                    = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel2.StylePriority.UseBorders = false;
     this.xrLabel2.StylePriority.UseFont    = false;
     this.xrLabel2.Text                     = "PRODUCTO: ";
     //
     // xrLabel1
     //
     this.xrLabel1.Font                           = new System.Drawing.Font("Times New Roman", 18F);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(197.9167F, 0F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(320.8333F, 47.87499F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "KARDEX POR PRODUCTO";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // reporteKardex
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "tblKardex";
     this.DataSource = this.sqlDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(100, 100, 53, 100);
     this.Version    = "15.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(BillingReport));
     DevExpress.DataAccess.Sql.StoredProcQuery      storedProcQuery1    = new DevExpress.DataAccess.Sql.StoredProcQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.StoredProcQuery      storedProcQuery2    = new DevExpress.DataAccess.Sql.StoredProcQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter2     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter3     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter4     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.StoredProcQuery      storedProcQuery3    = new DevExpress.DataAccess.Sql.StoredProcQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter5     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter6     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter7     = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo1   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo2   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     this.Detail                = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin             = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin          = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.CaseID                = new DevExpress.XtraReports.Parameters.Parameter();
     this.firstDayOfMonthPeriod = new DevExpress.XtraReports.Parameters.Parameter();
     this.ReportHeader          = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.lblReportID           = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel27             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox1         = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel26             = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter            = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo2           = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel2              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1           = new DevExpress.XtraReports.UI.XRPageInfo();
     this.BillingReportDS       = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.DetailReport          = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1               = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel24             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel23             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel22             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel21             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel20             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel19             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1               = new DevExpress.XtraReports.UI.XRLine();
     this.xrPanel2              = new DevExpress.XtraReports.UI.XRPanel();
     this.xrLabel17             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPanel1              = new DevExpress.XtraReports.UI.XRPanel();
     this.xrLabel6              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9              = new DevExpress.XtraReports.UI.XRLabel();
     this.DetailReport1         = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail2               = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel18             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel16             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12             = new DevExpress.XtraReports.UI.XRLabel();
     this.PatientName           = new DevExpress.XtraReports.UI.CalculatedField();
     this.ProviderName          = new DevExpress.XtraReports.UI.CalculatedField();
     this.ProviderTypeLabel     = new DevExpress.XtraReports.UI.CalculatedField();
     this.BillingRef            = new DevExpress.XtraReports.Parameters.Parameter();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Dpi           = 100F;
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 100F;
     this.TopMargin.HeightF       = 16.75002F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi           = 100F;
     this.BottomMargin.HeightF       = 20.83333F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // CaseID
     //
     this.CaseID.Description = "CaseID";
     this.CaseID.Name        = "CaseID";
     this.CaseID.Type        = typeof(int);
     this.CaseID.ValueInfo   = "383";
     this.CaseID.Visible     = false;
     //
     // firstDayOfMonthPeriod
     //
     this.firstDayOfMonthPeriod.Name      = "firstDayOfMonthPeriod";
     this.firstDayOfMonthPeriod.Type      = typeof(System.DateTime);
     this.firstDayOfMonthPeriod.ValueInfo = "2016-05-01";
     this.firstDayOfMonthPeriod.Visible   = false;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblReportID,
         this.xrLabel27,
         this.xrLabel1,
         this.xrPictureBox1,
         this.xrLabel26
     });
     this.ReportHeader.Dpi     = 100F;
     this.ReportHeader.HeightF = 136.25F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // lblReportID
     //
     this.lblReportID.Dpi                        = 100F;
     this.lblReportID.Font                       = new System.Drawing.Font("Trebuchet MS", 14F);
     this.lblReportID.ForeColor                  = System.Drawing.Color.Red;
     this.lblReportID.LocationFloat              = new DevExpress.Utils.PointFloat(649.5993F, 0F);
     this.lblReportID.Name                       = "lblReportID";
     this.lblReportID.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblReportID.SizeF                      = new System.Drawing.SizeF(100F, 23F);
     this.lblReportID.StylePriority.UseFont      = false;
     this.lblReportID.StylePriority.UseForeColor = false;
     this.lblReportID.Text                       = "PREVIEW";
     //
     // xrLabel27
     //
     this.xrLabel27.Dpi                            = 100F;
     this.xrLabel27.Font                           = new System.Drawing.Font("Trebuchet MS", 14F);
     this.xrLabel27.LocationFloat                  = new DevExpress.Utils.PointFloat(510.8974F, 0F);
     this.xrLabel27.Name                           = "xrLabel27";
     this.xrLabel27.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel27.SizeF                          = new System.Drawing.SizeF(138.7019F, 23F);
     this.xrLabel27.StylePriority.UseFont          = false;
     this.xrLabel27.StylePriority.UseTextAlignment = false;
     this.xrLabel27.Text                           = "Billing Report:";
     this.xrLabel27.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel1
     //
     this.xrLabel1.Dpi                   = 100F;
     this.xrLabel1.Font                  = new System.Drawing.Font("Trebuchet MS", 9.75F);
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(168.75F, 16.66667F);
     this.xrLabel1.Multiline             = true;
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(328.2852F, 105.2917F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "Applied Behavioral Mental Health Counseling P.C.\r\n1970 52nd St, Bmt, Brooklyn, NY" +
                                           " 11204\r\nPhone: 718-360-9548\r\nFax: 718-874-0052\r\[email protected]\r\nwww.a" +
                                           "ppliedabc.com";
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Dpi           = 100F;
     this.xrPictureBox1.Image         = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(154.1667F, 136.25F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // xrLabel26
     //
     this.xrLabel26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.firstDayOfMonthPeriod, "Text", "{0:MMMM, yyyy}")
     });
     this.xrLabel26.Dpi                            = 100F;
     this.xrLabel26.Font                           = new System.Drawing.Font("Trebuchet MS", 9.75F);
     this.xrLabel26.LocationFloat                  = new DevExpress.Utils.PointFloat(510.8974F, 23F);
     this.xrLabel26.Name                           = "xrLabel26";
     this.xrLabel26.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel26.SizeF                          = new System.Drawing.SizeF(138.7019F, 23.00001F);
     this.xrLabel26.StylePriority.UseFont          = false;
     this.xrLabel26.StylePriority.UseTextAlignment = false;
     this.xrLabel26.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo2,
         this.xrLabel2,
         this.xrPageInfo1
     });
     this.PageFooter.Dpi     = 100F;
     this.PageFooter.HeightF = 25F;
     this.PageFooter.Name    = "PageFooter";
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.Dpi                   = 100F;
     this.xrPageInfo2.Font                  = new System.Drawing.Font("Trebuchet MS", 9.75F);
     this.xrPageInfo2.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPageInfo2.Name                  = "xrPageInfo2";
     this.xrPageInfo2.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.PageInfo              = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo2.SizeF                 = new System.Drawing.SizeF(212.9808F, 23F);
     this.xrPageInfo2.StylePriority.UseFont = false;
     //
     // xrLabel2
     //
     this.xrLabel2.Dpi                   = 100F;
     this.xrLabel2.Font                  = new System.Drawing.Font("Trebuchet MS", 9.75F);
     this.xrLabel2.LocationFloat         = new DevExpress.Utils.PointFloat(640.625F, 0F);
     this.xrLabel2.Name                  = "xrLabel2";
     this.xrLabel2.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                 = new System.Drawing.SizeF(35.41667F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text                  = "Page";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi                   = 100F;
     this.xrPageInfo1.Font                  = new System.Drawing.Font("Trebuchet MS", 9.75F);
     this.xrPageInfo1.LocationFloat         = new DevExpress.Utils.PointFloat(676.0417F, 0F);
     this.xrPageInfo1.Name                  = "xrPageInfo1";
     this.xrPageInfo1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.SizeF                 = new System.Drawing.SizeF(63.95831F, 23F);
     this.xrPageInfo1.StylePriority.UseFont = false;
     //
     // BillingReportDS
     //
     this.BillingReportDS.ConnectionName = "CoreConnection";
     this.BillingReportDS.Name           = "BillingReportDS";
     storedProcQuery1.Name = "webreports_BillingCaseInfo";
     queryParameter1.Name  = "@CaseID";
     queryParameter1.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter1.Value = new DevExpress.DataAccess.Expression("[Parameters.CaseID]", typeof(int));
     storedProcQuery1.Parameters.Add(queryParameter1);
     storedProcQuery1.StoredProcName = "webreports.BillingCaseInfo";
     storedProcQuery2.Name           = "webreports_BillingProviderInfo";
     queryParameter2.Name            = "@CaseID";
     queryParameter2.Type            = typeof(DevExpress.DataAccess.Expression);
     queryParameter2.Value           = new DevExpress.DataAccess.Expression("[Parameters.CaseID]", typeof(int));
     queryParameter3.Name            = "@FirstDayOfMonth";
     queryParameter3.Type            = typeof(DevExpress.DataAccess.Expression);
     queryParameter3.Value           = new DevExpress.DataAccess.Expression("[Parameters.firstDayOfMonthPeriod]", typeof(System.DateTime));
     queryParameter4.Name            = "@BillingRef";
     queryParameter4.Type            = typeof(DevExpress.DataAccess.Expression);
     queryParameter4.Value           = new DevExpress.DataAccess.Expression("[Parameters.BillingRef]", typeof(string));
     storedProcQuery2.Parameters.Add(queryParameter2);
     storedProcQuery2.Parameters.Add(queryParameter3);
     storedProcQuery2.Parameters.Add(queryParameter4);
     storedProcQuery2.StoredProcName = "webreports.BillingProviderInfo";
     storedProcQuery3.Name           = "webreports_BillingHoursInfo";
     queryParameter5.Name            = "@CaseID";
     queryParameter5.Type            = typeof(DevExpress.DataAccess.Expression);
     queryParameter5.Value           = new DevExpress.DataAccess.Expression("[Parameters.CaseID]", typeof(int));
     queryParameter6.Name            = "@FirstDayOfMonth";
     queryParameter6.Type            = typeof(DevExpress.DataAccess.Expression);
     queryParameter6.Value           = new DevExpress.DataAccess.Expression("[Parameters.firstDayOfMonthPeriod]", typeof(System.DateTime));
     queryParameter7.Name            = "@BillingRef";
     queryParameter7.Type            = typeof(DevExpress.DataAccess.Expression);
     queryParameter7.Value           = new DevExpress.DataAccess.Expression("[Parameters.BillingRef]", typeof(string));
     storedProcQuery3.Parameters.Add(queryParameter5);
     storedProcQuery3.Parameters.Add(queryParameter6);
     storedProcQuery3.Parameters.Add(queryParameter7);
     storedProcQuery3.StoredProcName = "webreports.BillingHoursInfo";
     this.BillingReportDS.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         storedProcQuery1,
         storedProcQuery2,
         storedProcQuery3
     });
     masterDetailInfo1.DetailQueryName   = "webreports_BillingProviderInfo";
     relationColumnInfo1.NestedKeyColumn = "CaseID";
     relationColumnInfo1.ParentKeyColumn = "CaseID";
     masterDetailInfo1.KeyColumns.Add(relationColumnInfo1);
     masterDetailInfo1.MasterQueryName   = "webreports_BillingCaseInfo";
     masterDetailInfo2.DetailQueryName   = "webreports_BillingHoursInfo";
     relationColumnInfo2.NestedKeyColumn = "ProviderID";
     relationColumnInfo2.ParentKeyColumn = "ProviderID";
     masterDetailInfo2.KeyColumns.Add(relationColumnInfo2);
     masterDetailInfo2.MasterQueryName = "webreports_BillingProviderInfo";
     this.BillingReportDS.Relations.AddRange(new DevExpress.DataAccess.Sql.MasterDetailInfo[] {
         masterDetailInfo1,
         masterDetailInfo2
     });
     this.BillingReportDS.ResultSchemaSerializable = resources.GetString("BillingReportDS.ResultSchemaSerializable");
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1,
         this.DetailReport1
     });
     this.DetailReport.DataMember = "webreports_BillingCaseInfo.webreports_BillingCaseInfowebreports_BillingProviderIn" +
                                    "fo";
     this.DetailReport.DataSource = this.BillingReportDS;
     this.DetailReport.Dpi        = 100F;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel24,
         this.xrLabel23,
         this.xrLabel22,
         this.xrLabel21,
         this.xrLabel20,
         this.xrLabel19,
         this.xrLine1,
         this.xrPanel2,
         this.xrPanel1,
         this.xrLabel11,
         this.xrLabel9
     });
     this.Detail1.Dpi     = 100F;
     this.Detail1.HeightF = 128.9295F;
     this.Detail1.Name    = "Detail1";
     //
     // xrLabel24
     //
     this.xrLabel24.Dpi                   = 100F;
     this.xrLabel24.Font                  = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel24.LocationFloat         = new DevExpress.Utils.PointFloat(480.1284F, 105.9295F);
     this.xrLabel24.Name                  = "xrLabel24";
     this.xrLabel24.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel24.SizeF                 = new System.Drawing.SizeF(269.8717F, 23F);
     this.xrLabel24.StylePriority.UseFont = false;
     this.xrLabel24.Text                  = "Notes";
     //
     // xrLabel23
     //
     this.xrLabel23.Dpi                   = 100F;
     this.xrLabel23.Font                  = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel23.LocationFloat         = new DevExpress.Utils.PointFloat(328.045F, 105.9295F);
     this.xrLabel23.Name                  = "xrLabel23";
     this.xrLabel23.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel23.SizeF                 = new System.Drawing.SizeF(152.0833F, 23F);
     this.xrLabel23.StylePriority.UseFont = false;
     this.xrLabel23.Text                  = "Service";
     //
     // xrLabel22
     //
     this.xrLabel22.Dpi                            = 100F;
     this.xrLabel22.Font                           = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel22.LocationFloat                  = new DevExpress.Utils.PointFloat(272.9168F, 105.9295F);
     this.xrLabel22.Name                           = "xrLabel22";
     this.xrLabel22.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel22.SizeF                          = new System.Drawing.SizeF(55.12814F, 23F);
     this.xrLabel22.StylePriority.UseFont          = false;
     this.xrLabel22.StylePriority.UseTextAlignment = false;
     this.xrLabel22.Text                           = "Hours";
     this.xrLabel22.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel21
     //
     this.xrLabel21.Dpi                            = 100F;
     this.xrLabel21.Font                           = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel21.LocationFloat                  = new DevExpress.Utils.PointFloat(172.9168F, 105.9295F);
     this.xrLabel21.Name                           = "xrLabel21";
     this.xrLabel21.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel21.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel21.StylePriority.UseFont          = false;
     this.xrLabel21.StylePriority.UseTextAlignment = false;
     this.xrLabel21.Text                           = "Time Out";
     this.xrLabel21.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel20
     //
     this.xrLabel20.Dpi                            = 100F;
     this.xrLabel20.Font                           = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel20.LocationFloat                  = new DevExpress.Utils.PointFloat(72.91676F, 105.9295F);
     this.xrLabel20.Name                           = "xrLabel20";
     this.xrLabel20.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel20.StylePriority.UseFont          = false;
     this.xrLabel20.StylePriority.UseTextAlignment = false;
     this.xrLabel20.Text                           = "Time In";
     this.xrLabel20.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel19
     //
     this.xrLabel19.Dpi                            = 100F;
     this.xrLabel19.Font                           = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel19.LocationFloat                  = new DevExpress.Utils.PointFloat(9.781275E-05F, 105.9295F);
     this.xrLabel19.Name                           = "xrLabel19";
     this.xrLabel19.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF                          = new System.Drawing.SizeF(72.91681F, 23F);
     this.xrLabel19.StylePriority.UseFont          = false;
     this.xrLabel19.StylePriority.UseTextAlignment = false;
     this.xrLabel19.Text                           = "Date";
     this.xrLabel19.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLine1
     //
     this.xrLine1.Dpi           = 100F;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(9.781275E-05F, 98.15387F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(750F, 2F);
     //
     // xrPanel2
     //
     this.xrPanel2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel17,
         this.xrLabel7,
         this.xrLabel8,
         this.xrLabel5
     });
     this.xrPanel2.Dpi           = 100F;
     this.xrPanel2.LocationFloat = new DevExpress.Utils.PointFloat(400F, 52.15385F);
     this.xrPanel2.Name          = "xrPanel2";
     this.xrPanel2.SizeF         = new System.Drawing.SizeF(300F, 46F);
     //
     // xrLabel17
     //
     this.xrLabel17.Dpi                            = 100F;
     this.xrLabel17.Font                           = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel17.LocationFloat                  = new DevExpress.Utils.PointFloat(9.999939F, 22.99998F);
     this.xrLabel17.Name                           = "xrLabel17";
     this.xrLabel17.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF                          = new System.Drawing.SizeF(70.12836F, 23F);
     this.xrLabel17.StylePriority.UseFont          = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.Text                           = "Phone #:";
     this.xrLabel17.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel7
     //
     this.xrLabel7.Dpi                            = 100F;
     this.xrLabel7.Font                           = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(9.999939F, 0F);
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(70.12833F, 23F);
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text                           = "Phone #:";
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel8
     //
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "webreports_BillingCaseInfo.webreports_BillingCaseInfowebreports_BillingProviderIn" +
                                                 "fo.ProviderPrimaryPhone")
     });
     this.xrLabel8.Dpi                   = 100F;
     this.xrLabel8.Font                  = new System.Drawing.Font("Trebuchet MS", 9.75F);
     this.xrLabel8.LocationFloat         = new DevExpress.Utils.PointFloat(80.12836F, 22.99998F);
     this.xrLabel8.Name                  = "xrLabel8";
     this.xrLabel8.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                 = new System.Drawing.SizeF(209.8716F, 23.00002F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text                  = "xrLabel8";
     //
     // xrLabel5
     //
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "webreports_BillingCaseInfo.PatientPhone")
     });
     this.xrLabel5.Dpi                   = 100F;
     this.xrLabel5.Font                  = new System.Drawing.Font("Trebuchet MS", 9.75F);
     this.xrLabel5.LocationFloat         = new DevExpress.Utils.PointFloat(80.12836F, 0F);
     this.xrLabel5.Name                  = "xrLabel5";
     this.xrLabel5.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                 = new System.Drawing.SizeF(209.8716F, 23.00001F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text                  = "xrLabel5";
     //
     // xrPanel1
     //
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel6,
         this.xrLabel4,
         this.xrLabel3,
         this.xrLabel10
     });
     this.xrPanel1.Dpi           = 100F;
     this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(89.98392F, 52.15385F);
     this.xrPanel1.Name          = "xrPanel1";
     this.xrPanel1.SizeF         = new System.Drawing.SizeF(300F, 46F);
     //
     // xrLabel6
     //
     this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "webreports_BillingCaseInfo.webreports_BillingCaseInfowebreports_BillingProviderIn" +
                                                 "fo.ProviderName")
     });
     this.xrLabel6.Dpi                   = 100F;
     this.xrLabel6.Font                  = new System.Drawing.Font("Trebuchet MS", 9.75F);
     this.xrLabel6.LocationFloat         = new DevExpress.Utils.PointFloat(110F, 22.99998F);
     this.xrLabel6.Name                  = "xrLabel6";
     this.xrLabel6.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                 = new System.Drawing.SizeF(190F, 23F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.Text                  = "xrLabel6";
     //
     // xrLabel4
     //
     this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "webreports_BillingCaseInfo.PatientName")
     });
     this.xrLabel4.Dpi                   = 100F;
     this.xrLabel4.Font                  = new System.Drawing.Font("Trebuchet MS", 9.75F);
     this.xrLabel4.LocationFloat         = new DevExpress.Utils.PointFloat(110F, 0F);
     this.xrLabel4.Name                  = "xrLabel4";
     this.xrLabel4.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                 = new System.Drawing.SizeF(190F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.Text                  = "xrLabel4";
     //
     // xrLabel3
     //
     this.xrLabel3.Dpi                            = 100F;
     this.xrLabel3.Font                           = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(9.999984F, 0F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "Patient Name:";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel10
     //
     this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "webreports_BillingCaseInfo.webreports_BillingCaseInfowebreports_BillingProviderIn" +
                                                 "fo.ProviderTypeLabel")
     });
     this.xrLabel10.Dpi                            = 100F;
     this.xrLabel10.Font                           = new System.Drawing.Font("Trebuchet MS", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel10.LocationFloat                  = new DevExpress.Utils.PointFloat(9.999984F, 22.99998F);
     this.xrLabel10.Name                           = "xrLabel10";
     this.xrLabel10.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel10.StylePriority.UseFont          = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel11
     //
     this.xrLabel11.Dpi                   = 100F;
     this.xrLabel11.Font                  = new System.Drawing.Font("Trebuchet MS", 16F, System.Drawing.FontStyle.Bold);
     this.xrLabel11.LocationFloat         = new DevExpress.Utils.PointFloat(366.7467F, 10.00001F);
     this.xrLabel11.Name                  = "xrLabel11";
     this.xrLabel11.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                 = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.Text                  = "Hours";
     //
     // xrLabel9
     //
     this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "webreports_BillingCaseInfo.webreports_BillingCaseInfowebreports_BillingProviderIn" +
                                                 "fo.ProviderTypeCode")
     });
     this.xrLabel9.Dpi                            = 100F;
     this.xrLabel9.Font                           = new System.Drawing.Font("Trebuchet MS", 16F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat                  = new DevExpress.Utils.PointFloat(145.5128F, 10.00001F);
     this.xrLabel9.Name                           = "xrLabel9";
     this.xrLabel9.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF                          = new System.Drawing.SizeF(221.234F, 31.01283F);
     this.xrLabel9.StylePriority.UseFont          = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text                           = "xrLabel9";
     this.xrLabel9.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // DetailReport1
     //
     this.DetailReport1.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail2
     });
     this.DetailReport1.DataMember = "webreports_BillingCaseInfo.webreports_BillingCaseInfowebreports_BillingProviderIn" +
                                     "fo.webreports_BillingProviderInfowebreports_BillingHoursInfo";
     this.DetailReport1.DataSource = this.BillingReportDS;
     this.DetailReport1.Dpi        = 100F;
     this.DetailReport1.Level      = 0;
     this.DetailReport1.Name       = "DetailReport1";
     //
     // Detail2
     //
     this.Detail2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel18,
         this.xrLabel16,
         this.xrLabel15,
         this.xrLabel14,
         this.xrLabel13,
         this.xrLabel12
     });
     this.Detail2.Dpi     = 100F;
     this.Detail2.HeightF = 23.80127F;
     this.Detail2.Name    = "Detail2";
     //
     // xrLabel18
     //
     this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "webreports_BillingCaseInfo.webreports_BillingCaseInfowebreports_BillingProviderIn" +
                                                 "fo.webreports_BillingProviderInfowebreports_BillingHoursInfo.HoursBillable")
     });
     this.xrLabel18.Dpi                            = 100F;
     this.xrLabel18.Font                           = new System.Drawing.Font("Trebuchet MS", 9.75F);
     this.xrLabel18.LocationFloat                  = new DevExpress.Utils.PointFloat(272.9168F, 0F);
     this.xrLabel18.Name                           = "xrLabel18";
     this.xrLabel18.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF                          = new System.Drawing.SizeF(55.1282F, 23F);
     this.xrLabel18.StylePriority.UseFont          = false;
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.Text                           = "xrLabel18";
     this.xrLabel18.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel16
     //
     this.xrLabel16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "webreports_BillingCaseInfo.webreports_BillingCaseInfowebreports_BillingProviderIn" +
                                                 "fo.webreports_BillingProviderInfowebreports_BillingHoursInfo.HoursNotes")
     });
     this.xrLabel16.Dpi                   = 100F;
     this.xrLabel16.Font                  = new System.Drawing.Font("Trebuchet MS", 9.75F);
     this.xrLabel16.LocationFloat         = new DevExpress.Utils.PointFloat(480.1283F, 0F);
     this.xrLabel16.Name                  = "xrLabel16";
     this.xrLabel16.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF                 = new System.Drawing.SizeF(269.8719F, 23F);
     this.xrLabel16.StylePriority.UseFont = false;
     this.xrLabel16.Text                  = "xrLabel16";
     //
     // xrLabel15
     //
     this.xrLabel15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "webreports_BillingCaseInfo.webreports_BillingCaseInfowebreports_BillingProviderIn" +
                                                 "fo.webreports_BillingProviderInfowebreports_BillingHoursInfo.ServiceName")
     });
     this.xrLabel15.Dpi                   = 100F;
     this.xrLabel15.Font                  = new System.Drawing.Font("Trebuchet MS", 9.75F);
     this.xrLabel15.LocationFloat         = new DevExpress.Utils.PointFloat(328.045F, 0F);
     this.xrLabel15.Name                  = "xrLabel15";
     this.xrLabel15.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF                 = new System.Drawing.SizeF(152.0833F, 23F);
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.Text                  = "xrLabel15";
     //
     // xrLabel14
     //
     this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "webreports_BillingCaseInfo.webreports_BillingCaseInfowebreports_BillingProviderIn" +
                                                 "fo.webreports_BillingProviderInfowebreports_BillingHoursInfo.HoursTimeOut")
     });
     this.xrLabel14.Dpi                            = 100F;
     this.xrLabel14.Font                           = new System.Drawing.Font("Trebuchet MS", 9.75F);
     this.xrLabel14.LocationFloat                  = new DevExpress.Utils.PointFloat(172.9168F, 0F);
     this.xrLabel14.Name                           = "xrLabel14";
     this.xrLabel14.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel14.StylePriority.UseFont          = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text                           = "xrLabel14";
     this.xrLabel14.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel13
     //
     this.xrLabel13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "webreports_BillingCaseInfo.webreports_BillingCaseInfowebreports_BillingProviderIn" +
                                                 "fo.webreports_BillingProviderInfowebreports_BillingHoursInfo.HoursTimeIn")
     });
     this.xrLabel13.Dpi                            = 100F;
     this.xrLabel13.Font                           = new System.Drawing.Font("Trebuchet MS", 9.75F);
     this.xrLabel13.LocationFloat                  = new DevExpress.Utils.PointFloat(72.91681F, 0F);
     this.xrLabel13.Name                           = "xrLabel13";
     this.xrLabel13.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel13.StylePriority.UseFont          = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel12
     //
     this.xrLabel12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "webreports_BillingCaseInfo.webreports_BillingCaseInfowebreports_BillingProviderIn" +
                                                 "fo.webreports_BillingProviderInfowebreports_BillingHoursInfo.HoursDate", "{0:M/d/yyyy}")
     });
     this.xrLabel12.Dpi                            = 100F;
     this.xrLabel12.Font                           = new System.Drawing.Font("Trebuchet MS", 9.75F);
     this.xrLabel12.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel12.Name                           = "xrLabel12";
     this.xrLabel12.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                          = new System.Drawing.SizeF(72.91681F, 23F);
     this.xrLabel12.StylePriority.UseFont          = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text                           = "xrLabel12";
     this.xrLabel12.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // PatientName
     //
     this.PatientName.DataMember = "webreports_BillingCaseInfo";
     this.PatientName.Expression = "[PatientFirstName] + \' \' + [PatientLastName]";
     this.PatientName.Name       = "PatientName";
     //
     // ProviderName
     //
     this.ProviderName.DataMember = "webreports_BillingCaseInfo.webreports_BillingCaseInfowebreports_BillingProviderIn" +
                                    "fo";
     this.ProviderName.Expression = "[ProviderFirstName] + \' \' + [ProviderLastName]";
     this.ProviderName.Name       = "ProviderName";
     //
     // ProviderTypeLabel
     //
     this.ProviderTypeLabel.DataMember = "webreports_BillingCaseInfo.webreports_BillingCaseInfowebreports_BillingProviderIn" +
                                         "fo";
     this.ProviderTypeLabel.Expression = "[ProviderTypeCode] + \':\'";
     this.ProviderTypeLabel.Name       = "ProviderTypeLabel";
     //
     // BillingRef
     //
     this.BillingRef.Description = "Parameter1";
     this.BillingRef.Name        = "BillingRef";
     this.BillingRef.ValueInfo   = "PREVIEW";
     this.BillingRef.Visible     = false;
     //
     // BillingReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.PageFooter,
         this.DetailReport
     });
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
         this.PatientName,
         this.ProviderName,
         this.ProviderTypeLabel
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.BillingReportDS
     });
     this.DataMember = "webreports_BillingCaseInfo";
     this.DataSource = this.BillingReportDS;
     this.Margins    = new System.Drawing.Printing.Margins(49, 51, 17, 21);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.CaseID,
         this.firstDayOfMonthPeriod,
         this.BillingRef
     });
     this.Version = "15.2";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.ConnectionParameters.MsSqlConnectionParameters msSqlConnectionParameters1 = new DevExpress.DataAccess.ConnectionParameters.MsSqlConnectionParameters();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table3              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column4             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column5             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column6             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column7             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression7   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column8             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression8   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column9             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression9   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column10            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression10  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column11            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression11  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery2        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column12            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression12  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table4              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column13            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression13  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo1   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(Booking_Per_Suburb));
     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.xrPictureBox28  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox27  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox26  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox25  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox24  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox23  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox22  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox21  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox20  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox19  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox18  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox17  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox16  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox15  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox14  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox13  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox12  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox11  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox10  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox9   = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox8   = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox7   = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox6   = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPictureBox5   = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel10       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox4   = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel9        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox3   = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel8        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox1   = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel7        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox2   = new DevExpress.XtraReports.UI.XRPictureBox();
     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.xrRichText1     = new DevExpress.XtraReports.UI.XRRichText();
     this.label1          = new DevExpress.XtraReports.UI.XRLabel();
     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.Detail          = new DevExpress.XtraReports.UI.DetailBand();
     this.table2          = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow2       = new DevExpress.XtraReports.UI.XRTableRow();
     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.Suburb          = new DevExpress.XtraReports.Parameters.Parameter();
     ((System.ComponentModel.ISupportInitialize)(this.xrRichText1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName           = "desktop-blobtuq\\sqlexpress.INF370test.dbo";
     msSqlConnectionParameters1.AuthorizationType = DevExpress.DataAccess.ConnectionParameters.MsSqlAuthorizationType.Windows;
     msSqlConnectionParameters1.DatabaseName      = "INF370test";
     msSqlConnectionParameters1.ServerName        = "DESKTOP-BLOBTUQ\\SQLEXPRESS";
     this.sqlDataSource1.ConnectionParameters     = msSqlConnectionParameters1;
     this.sqlDataSource1.Name     = "sqlDataSource1";
     columnExpression1.ColumnName = "RequestID";
     table3.Name                   = "ServiceRequest";
     columnExpression1.Table       = table3;
     column1.Expression            = columnExpression1;
     columnExpression2.ColumnName  = "DateStart";
     columnExpression2.Table       = table3;
     column2.Expression            = columnExpression2;
     columnExpression3.ColumnName  = "DateEnd";
     columnExpression3.Table       = table3;
     column3.Expression            = columnExpression3;
     columnExpression4.ColumnName  = "Pets";
     columnExpression4.Table       = table3;
     column4.Expression            = columnExpression4;
     columnExpression5.ColumnName  = "StatusDescription";
     columnExpression5.Table       = table3;
     column5.Expression            = columnExpression5;
     columnExpression6.ColumnName  = "SpecialNote";
     columnExpression6.Table       = table3;
     column6.Expression            = columnExpression6;
     columnExpression7.ColumnName  = "PetParentID";
     columnExpression7.Table       = table3;
     column7.Expression            = columnExpression7;
     columnExpression8.ColumnName  = "PaymentID";
     columnExpression8.Table       = table3;
     column8.Expression            = columnExpression8;
     columnExpression9.ColumnName  = "TypeID";
     columnExpression9.Table       = table3;
     column9.Expression            = columnExpression9;
     columnExpression10.ColumnName = "SuburbID";
     columnExpression10.Table      = table3;
     column10.Expression           = columnExpression10;
     columnExpression11.ColumnName = "CityID";
     columnExpression11.Table      = table3;
     column11.Expression           = columnExpression11;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Columns.Add(column5);
     selectQuery1.Columns.Add(column6);
     selectQuery1.Columns.Add(column7);
     selectQuery1.Columns.Add(column8);
     selectQuery1.Columns.Add(column9);
     selectQuery1.Columns.Add(column10);
     selectQuery1.Columns.Add(column11);
     selectQuery1.MetaSerializable = "<Meta X=\"20\" Y=\"20\" Width=\"126\" Height=\"224\" />";
     selectQuery1.Name             = "ServiceRequest";
     selectQuery1.Tables.Add(table3);
     columnExpression12.ColumnName = "SuburbID";
     table4.Name = "Suburb";
     columnExpression12.Table      = table4;
     column12.Expression           = columnExpression12;
     columnExpression13.ColumnName = "SuburbName";
     columnExpression13.Table      = table4;
     column13.Expression           = columnExpression13;
     selectQuery2.Columns.Add(column12);
     selectQuery2.Columns.Add(column13);
     selectQuery2.MetaSerializable = "<Meta X=\"166\" Y=\"20\" Width=\"100\" Height=\"71\" />";
     selectQuery2.Name             = "Suburb";
     selectQuery2.Tables.Add(table4);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1,
         selectQuery2
     });
     masterDetailInfo1.DetailQueryName   = "Suburb";
     relationColumnInfo1.NestedKeyColumn = "SuburbID";
     relationColumnInfo1.ParentKeyColumn = "SuburbID";
     masterDetailInfo1.KeyColumns.Add(relationColumnInfo1);
     masterDetailInfo1.MasterQueryName = "ServiceRequest";
     masterDetailInfo1.Name            = "ServiceRequestSuburb";
     this.sqlDataSource1.Relations.AddRange(new DevExpress.DataAccess.Sql.MasterDetailInfo[] {
         masterDetailInfo1
     });
     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)(64)))), ((int)(((byte)(70)))), ((int)(((byte)(80)))));
     this.Title.Name        = "Title";
     //
     // DetailCaption1
     //
     this.DetailCaption1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(104)))), ((int)(((byte)(196)))));
     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)(243)))), ((int)(((byte)(245)))), ((int)(((byte)(248)))));
     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)(64)))), ((int)(((byte)(70)))), ((int)(((byte)(80)))));
     this.PageInfo.Name      = "PageInfo";
     this.PageInfo.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPictureBox28,
         this.xrPictureBox27,
         this.xrPictureBox26,
         this.xrPictureBox25,
         this.xrPictureBox24,
         this.xrPictureBox23,
         this.xrPictureBox22,
         this.xrPictureBox21,
         this.xrPictureBox20,
         this.xrPictureBox19,
         this.xrPictureBox18,
         this.xrPictureBox17,
         this.xrPictureBox16,
         this.xrPictureBox15,
         this.xrPictureBox14,
         this.xrPictureBox13,
         this.xrPictureBox12,
         this.xrPictureBox11,
         this.xrPictureBox10,
         this.xrPictureBox9,
         this.xrPictureBox8,
         this.xrPictureBox7,
         this.xrPictureBox6,
         this.xrPictureBox5,
         this.xrLabel10,
         this.xrPictureBox4,
         this.xrLabel9,
         this.xrPictureBox3,
         this.xrLabel8,
         this.xrPictureBox1,
         this.xrLabel7,
         this.xrPictureBox2
     });
     this.TopMargin.HeightF = 116.4583F;
     this.TopMargin.Name    = "TopMargin";
     //
     // xrPictureBox28
     //
     this.xrPictureBox28.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox28.ImageSource"));
     this.xrPictureBox28.LocationFloat = new DevExpress.Utils.PointFloat(258.4986F, 0F);
     this.xrPictureBox28.Name          = "xrPictureBox28";
     this.xrPictureBox28.SizeF         = new System.Drawing.SizeF(162.532F, 74.40813F);
     this.xrPictureBox28.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.Squeeze;
     //
     // xrPictureBox27
     //
     this.xrPictureBox27.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox27.ImageSource"));
     this.xrPictureBox27.LocationFloat = new DevExpress.Utils.PointFloat(612.9167F, 83.45831F);
     this.xrPictureBox27.Name          = "xrPictureBox27";
     this.xrPictureBox27.SizeF         = new System.Drawing.SizeF(27.08331F, 32.99999F);
     //
     // xrPictureBox26
     //
     this.xrPictureBox26.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox26.ImageSource"));
     this.xrPictureBox26.LocationFloat = new DevExpress.Utils.PointFloat(583.5307F, 83.45834F);
     this.xrPictureBox26.Name          = "xrPictureBox26";
     this.xrPictureBox26.SizeF         = new System.Drawing.SizeF(27.08331F, 32.99999F);
     //
     // xrPictureBox25
     //
     this.xrPictureBox25.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox25.ImageSource"));
     this.xrPictureBox25.LocationFloat = new DevExpress.Utils.PointFloat(556.4473F, 83.45831F);
     this.xrPictureBox25.Name          = "xrPictureBox25";
     this.xrPictureBox25.SizeF         = new System.Drawing.SizeF(27.08331F, 32.99999F);
     //
     // xrPictureBox24
     //
     this.xrPictureBox24.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox24.ImageSource"));
     this.xrPictureBox24.LocationFloat = new DevExpress.Utils.PointFloat(529.364F, 83.45831F);
     this.xrPictureBox24.Name          = "xrPictureBox24";
     this.xrPictureBox24.SizeF         = new System.Drawing.SizeF(27.08331F, 32.99999F);
     //
     // xrPictureBox23
     //
     this.xrPictureBox23.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox23.ImageSource"));
     this.xrPictureBox23.LocationFloat = new DevExpress.Utils.PointFloat(502.2807F, 83.45834F);
     this.xrPictureBox23.Name          = "xrPictureBox23";
     this.xrPictureBox23.SizeF         = new System.Drawing.SizeF(27.08331F, 32.99999F);
     //
     // xrPictureBox22
     //
     this.xrPictureBox22.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox22.ImageSource"));
     this.xrPictureBox22.LocationFloat = new DevExpress.Utils.PointFloat(475.1974F, 83.45831F);
     this.xrPictureBox22.Name          = "xrPictureBox22";
     this.xrPictureBox22.SizeF         = new System.Drawing.SizeF(27.08331F, 32.99999F);
     //
     // xrPictureBox21
     //
     this.xrPictureBox21.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox21.ImageSource"));
     this.xrPictureBox21.LocationFloat = new DevExpress.Utils.PointFloat(448.114F, 83.45834F);
     this.xrPictureBox21.Name          = "xrPictureBox21";
     this.xrPictureBox21.SizeF         = new System.Drawing.SizeF(27.08331F, 32.99999F);
     //
     // xrPictureBox20
     //
     this.xrPictureBox20.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox20.ImageSource"));
     this.xrPictureBox20.LocationFloat = new DevExpress.Utils.PointFloat(421.0307F, 83.45834F);
     this.xrPictureBox20.Name          = "xrPictureBox20";
     this.xrPictureBox20.SizeF         = new System.Drawing.SizeF(27.08331F, 32.99999F);
     //
     // xrPictureBox19
     //
     this.xrPictureBox19.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox19.ImageSource"));
     this.xrPictureBox19.LocationFloat = new DevExpress.Utils.PointFloat(393.9474F, 83.45831F);
     this.xrPictureBox19.Name          = "xrPictureBox19";
     this.xrPictureBox19.SizeF         = new System.Drawing.SizeF(27.08331F, 32.99999F);
     //
     // xrPictureBox18
     //
     this.xrPictureBox18.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox18.ImageSource"));
     this.xrPictureBox18.LocationFloat = new DevExpress.Utils.PointFloat(366.864F, 83.45834F);
     this.xrPictureBox18.Name          = "xrPictureBox18";
     this.xrPictureBox18.SizeF         = new System.Drawing.SizeF(27.08331F, 32.99999F);
     //
     // xrPictureBox17
     //
     this.xrPictureBox17.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox17.ImageSource"));
     this.xrPictureBox17.LocationFloat = new DevExpress.Utils.PointFloat(339.7807F, 83.45834F);
     this.xrPictureBox17.Name          = "xrPictureBox17";
     this.xrPictureBox17.SizeF         = new System.Drawing.SizeF(27.08331F, 32.99999F);
     //
     // xrPictureBox16
     //
     this.xrPictureBox16.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox16.ImageSource"));
     this.xrPictureBox16.LocationFloat = new DevExpress.Utils.PointFloat(312.6974F, 83.45834F);
     this.xrPictureBox16.Name          = "xrPictureBox16";
     this.xrPictureBox16.SizeF         = new System.Drawing.SizeF(27.08331F, 32.99999F);
     //
     // xrPictureBox15
     //
     this.xrPictureBox15.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox15.ImageSource"));
     this.xrPictureBox15.LocationFloat = new DevExpress.Utils.PointFloat(285.598F, 83.45834F);
     this.xrPictureBox15.Name          = "xrPictureBox15";
     this.xrPictureBox15.SizeF         = new System.Drawing.SizeF(27.09938F, 32.99999F);
     //
     // xrPictureBox14
     //
     this.xrPictureBox14.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox14.ImageSource"));
     this.xrPictureBox14.LocationFloat = new DevExpress.Utils.PointFloat(258.4986F, 83.45834F);
     this.xrPictureBox14.Name          = "xrPictureBox14";
     this.xrPictureBox14.SizeF         = new System.Drawing.SizeF(27.09938F, 32.99999F);
     //
     // xrPictureBox13
     //
     this.xrPictureBox13.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox13.ImageSource"));
     this.xrPictureBox13.LocationFloat = new DevExpress.Utils.PointFloat(231.3993F, 83.45834F);
     this.xrPictureBox13.Name          = "xrPictureBox13";
     this.xrPictureBox13.SizeF         = new System.Drawing.SizeF(27.09938F, 32.99999F);
     //
     // xrPictureBox12
     //
     this.xrPictureBox12.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox12.ImageSource"));
     this.xrPictureBox12.LocationFloat = new DevExpress.Utils.PointFloat(204.2999F, 83.45831F);
     this.xrPictureBox12.Name          = "xrPictureBox12";
     this.xrPictureBox12.SizeF         = new System.Drawing.SizeF(27.09938F, 32.99999F);
     //
     // xrPictureBox11
     //
     this.xrPictureBox11.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox11.ImageSource"));
     this.xrPictureBox11.LocationFloat = new DevExpress.Utils.PointFloat(177.2006F, 83.45831F);
     this.xrPictureBox11.Name          = "xrPictureBox11";
     this.xrPictureBox11.SizeF         = new System.Drawing.SizeF(27.09938F, 32.99999F);
     //
     // xrPictureBox10
     //
     this.xrPictureBox10.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox10.ImageSource"));
     this.xrPictureBox10.LocationFloat = new DevExpress.Utils.PointFloat(150.1012F, 83.45831F);
     this.xrPictureBox10.Name          = "xrPictureBox10";
     this.xrPictureBox10.SizeF         = new System.Drawing.SizeF(27.09938F, 32.99999F);
     //
     // xrPictureBox9
     //
     this.xrPictureBox9.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox9.ImageSource"));
     this.xrPictureBox9.LocationFloat = new DevExpress.Utils.PointFloat(123.0018F, 83.45831F);
     this.xrPictureBox9.Name          = "xrPictureBox9";
     this.xrPictureBox9.SizeF         = new System.Drawing.SizeF(27.09938F, 32.99999F);
     //
     // xrPictureBox8
     //
     this.xrPictureBox8.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox8.ImageSource"));
     this.xrPictureBox8.LocationFloat = new DevExpress.Utils.PointFloat(95.90244F, 83.45831F);
     this.xrPictureBox8.Name          = "xrPictureBox8";
     this.xrPictureBox8.SizeF         = new System.Drawing.SizeF(27.09938F, 32.99999F);
     //
     // xrPictureBox7
     //
     this.xrPictureBox7.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox7.ImageSource"));
     this.xrPictureBox7.LocationFloat = new DevExpress.Utils.PointFloat(68.80304F, 83.45831F);
     this.xrPictureBox7.Name          = "xrPictureBox7";
     this.xrPictureBox7.SizeF         = new System.Drawing.SizeF(27.09938F, 32.99999F);
     //
     // xrPictureBox6
     //
     this.xrPictureBox6.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox6.ImageSource"));
     this.xrPictureBox6.LocationFloat = new DevExpress.Utils.PointFloat(42.30772F, 83.45831F);
     this.xrPictureBox6.Name          = "xrPictureBox6";
     this.xrPictureBox6.SizeF         = new System.Drawing.SizeF(26.49533F, 32.99999F);
     //
     // xrPictureBox5
     //
     this.xrPictureBox5.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox5.ImageSource"));
     this.xrPictureBox5.LocationFloat = new DevExpress.Utils.PointFloat(10F, 83.45831F);
     this.xrPictureBox5.Name          = "xrPictureBox5";
     this.xrPictureBox5.SizeF         = new System.Drawing.SizeF(32.30772F, 32.99999F);
     //
     // xrLabel10
     //
     this.xrLabel10.ForeColor     = System.Drawing.Color.RoyalBlue;
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(54.80772F, 49.01283F);
     this.xrLabel10.Multiline     = true;
     this.xrLabel10.Name          = "xrLabel10";
     this.xrLabel10.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF         = new System.Drawing.SizeF(178.8462F, 23F);
     this.xrLabel10.StylePriority.UseForeColor = false;
     this.xrLabel10.Text = "Date Generated:2019/07/08";
     //
     // xrPictureBox4
     //
     this.xrPictureBox4.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox4.ImageSource"));
     this.xrPictureBox4.LocationFloat = new DevExpress.Utils.PointFloat(21.47438F, 49.01285F);
     this.xrPictureBox4.Name          = "xrPictureBox4";
     this.xrPictureBox4.SizeF         = new System.Drawing.SizeF(33.33333F, 33.33333F);
     this.xrPictureBox4.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.AutoSize;
     //
     // xrLabel9
     //
     this.xrLabel9.ForeColor     = System.Drawing.Color.RoyalBlue;
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(54.80772F, 15.6795F);
     this.xrLabel9.Multiline     = true;
     this.xrLabel9.Name          = "xrLabel9";
     this.xrLabel9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF         = new System.Drawing.SizeF(178.8462F, 23F);
     this.xrLabel9.StylePriority.UseForeColor = false;
     this.xrLabel9.Text = "Generated by:Admin\r\n";
     //
     // xrPictureBox3
     //
     this.xrPictureBox3.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox3.ImageSource"));
     this.xrPictureBox3.LocationFloat = new DevExpress.Utils.PointFloat(21.47438F, 15.6795F);
     this.xrPictureBox3.Name          = "xrPictureBox3";
     this.xrPictureBox3.SizeF         = new System.Drawing.SizeF(33.33333F, 33.33333F);
     this.xrPictureBox3.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.AutoSize;
     //
     // xrLabel8
     //
     this.xrLabel8.BackColor     = System.Drawing.Color.Transparent;
     this.xrLabel8.ForeColor     = System.Drawing.Color.RoyalBlue;
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(471.795F, 49.01283F);
     this.xrLabel8.Multiline     = true;
     this.xrLabel8.Name          = "xrLabel8";
     this.xrLabel8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF         = new System.Drawing.SizeF(178.205F, 23F);
     this.xrLabel8.StylePriority.UseBackColor = false;
     this.xrLabel8.StylePriority.UseForeColor = false;
     this.xrLabel8.Text = "Company:Petcetra";
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox1.ImageSource"));
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(438.4616F, 49.01283F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(33.33333F, 33.33333F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.AutoSize;
     //
     // xrLabel7
     //
     this.xrLabel7.ForeColor     = System.Drawing.Color.RoyalBlue;
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(471.795F, 15.6795F);
     this.xrLabel7.Multiline     = true;
     this.xrLabel7.Name          = "xrLabel7";
     this.xrLabel7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF         = new System.Drawing.SizeF(178.205F, 23F);
     this.xrLabel7.StylePriority.UseForeColor = false;
     this.xrLabel7.Text = "Company Contact:0721345678";
     //
     // xrPictureBox2
     //
     this.xrPictureBox2.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource("svg", resources.GetString("xrPictureBox2.ImageSource"));
     this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(438.4616F, 15.6795F);
     this.xrPictureBox2.Name          = "xrPictureBox2";
     this.xrPictureBox2.SizeF         = new System.Drawing.SizeF(33.33333F, 33.33333F);
     this.xrPictureBox2.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.AutoSize;
     //
     // 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(6F, 6F);
     this.pageInfo1.Name          = "pageInfo1";
     this.pageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.pageInfo1.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.pageInfo1.StyleName     = "PageInfo";
     //
     // pageInfo2
     //
     this.pageInfo2.LocationFloat    = new DevExpress.Utils.PointFloat(331F, 6F);
     this.pageInfo2.Name             = "pageInfo2";
     this.pageInfo2.SizeF            = new System.Drawing.SizeF(313F, 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.xrRichText1,
         this.label1
     });
     this.ReportHeader.HeightF = 139.7917F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrRichText1
     //
     this.xrRichText1.LocationFloat         = new DevExpress.Utils.PointFloat(6.00001F, 39.79168F);
     this.xrRichText1.Name                  = "xrRichText1";
     this.xrRichText1.SerializableRtfString = resources.GetString("xrRichText1.SerializableRtfString");
     this.xrRichText1.SizeF                 = new System.Drawing.SizeF(634F, 100F);
     //
     // label1
     //
     this.label1.BackColor     = System.Drawing.Color.MidnightBlue;
     this.label1.ForeColor     = System.Drawing.Color.White;
     this.label1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
     this.label1.Name          = "label1";
     this.label1.SizeF         = new System.Drawing.SizeF(638F, 24.19433F);
     this.label1.StyleName     = "Title";
     this.label1.StylePriority.UseBackColor = false;
     this.label1.StylePriority.UseForeColor = false;
     this.label1.Text = "Booking Per Suburb";
     //
     // 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(650F, 28F);
     //
     // tableRow1
     //
     this.tableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell1,
         this.tableCell2,
         this.tableCell3,
         this.tableCell4,
         this.tableCell5
     });
     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.StylePriority.UseTextAlignment = false;
     this.tableCell1.Text          = "Request ID";
     this.tableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell1.Weight        = 0.23620835524338943D;
     //
     // tableCell2
     //
     this.tableCell2.Name      = "tableCell2";
     this.tableCell2.StyleName = "DetailCaption1";
     this.tableCell2.Text      = "Date Start";
     this.tableCell2.Weight    = 0.21792184682992788D;
     //
     // tableCell3
     //
     this.tableCell3.Name      = "tableCell3";
     this.tableCell3.StyleName = "DetailCaption1";
     this.tableCell3.Text      = "Date End";
     this.tableCell3.Weight    = 0.20365729698768029D;
     //
     // tableCell4
     //
     this.tableCell4.Name      = "tableCell4";
     this.tableCell4.StyleName = "DetailCaption1";
     this.tableCell4.Text      = "Pets";
     this.tableCell4.Weight    = 0.12232435960036057D;
     //
     // tableCell5
     //
     this.tableCell5.Name      = "tableCell5";
     this.tableCell5.StyleName = "DetailCaption1";
     this.tableCell5.StylePriority.UseTextAlignment = false;
     this.tableCell5.Text          = "Suburb Name";
     this.tableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell5.Weight        = 0.21988814133864182D;
     //
     // 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(650F, 25F);
     //
     // tableRow2
     //
     this.tableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell6,
         this.tableCell7,
         this.tableCell8,
         this.tableCell9,
         this.tableCell10
     });
     this.tableRow2.Name   = "tableRow2";
     this.tableRow2.Weight = 11.5D;
     //
     // tableCell6
     //
     this.tableCell6.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.tableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[RequestID]")
     });
     this.tableCell6.Name      = "tableCell6";
     this.tableCell6.StyleName = "DetailData1";
     this.tableCell6.StylePriority.UseBorders       = false;
     this.tableCell6.StylePriority.UseTextAlignment = false;
     this.tableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell6.Weight        = 0.23620835524338943D;
     //
     // tableCell7
     //
     this.tableCell7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[DateStart]")
     });
     this.tableCell7.Name      = "tableCell7";
     this.tableCell7.StyleName = "DetailData1";
     this.tableCell7.Weight    = 0.21792184682992788D;
     //
     // tableCell8
     //
     this.tableCell8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[DateEnd]")
     });
     this.tableCell8.Name      = "tableCell8";
     this.tableCell8.StyleName = "DetailData1";
     this.tableCell8.Weight    = 0.20365729698768029D;
     //
     // tableCell9
     //
     this.tableCell9.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Pets]")
     });
     this.tableCell9.Name      = "tableCell9";
     this.tableCell9.StyleName = "DetailData1";
     this.tableCell9.Weight    = 0.12232435960036057D;
     //
     // tableCell10
     //
     this.tableCell10.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ServiceRequestSuburb].[SuburbName]")
     });
     this.tableCell10.Name      = "tableCell10";
     this.tableCell10.StyleName = "DetailData1";
     this.tableCell10.StylePriority.UseTextAlignment = false;
     this.tableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell10.Weight        = 0.21988811786358173D;
     //
     // Suburb
     //
     this.Suburb.Description = "Select a suburb";
     dynamicListLookUpSettings1.DataMember    = "Suburb";
     dynamicListLookUpSettings1.DataSource    = this.sqlDataSource1;
     dynamicListLookUpSettings1.DisplayMember = "SuburbName";
     dynamicListLookUpSettings1.SortMember    = null;
     dynamicListLookUpSettings1.ValueMember   = "SuburbName";
     this.Suburb.LookUpSettings = dynamicListLookUpSettings1;
     this.Suburb.Name           = "Suburb";
     //
     // Booking_Per_Suburb
     //
     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   = "ServiceRequest";
     this.DataSource   = this.sqlDataSource1;
     this.FilterString = "[ServiceRequestSuburb][StartsWith([SuburbName], ?Suburb)]";
     this.Font         = new System.Drawing.Font("Arial", 9.75F);
     this.Margins      = new System.Drawing.Printing.Margins(100, 100, 116, 100);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.Suburb
     });
     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.xrRichText1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.TableQuery            tableQuery1            = new DevExpress.DataAccess.Sql.TableQuery();
     DevExpress.DataAccess.Sql.RelationInfo          relationInfo1          = new DevExpress.DataAccess.Sql.RelationInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo    relationColumnInfo1    = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.RelationInfo          relationInfo2          = new DevExpress.DataAccess.Sql.RelationInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo    relationColumnInfo2    = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo             tableInfo1             = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo            columnInfo1            = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo            columnInfo2            = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo            columnInfo3            = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo            columnInfo4            = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo            columnInfo5            = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo            columnInfo6            = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo            columnInfo7            = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo            columnInfo8            = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo            columnInfo9            = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo             tableInfo2             = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo            columnInfo10           = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo             tableInfo3             = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo            columnInfo11           = new DevExpress.DataAccess.Sql.ColumnInfo();
     System.ComponentModel.ComponentResourceManager  resources              = new System.ComponentModel.ComponentResourceManager(typeof(rptCoursesSubjects));
     DevExpress.XtraReports.UI.XRGroupSortingSummary xrGroupSortingSummary1 = new DevExpress.XtraReports.UI.XRGroupSortingSummary();
     DevExpress.XtraReports.UI.XRGroupSortingSummary xrGroupSortingSummary2 = new DevExpress.XtraReports.UI.XRGroupSortingSummary();
     DevExpress.XtraReports.UI.XRGroupSortingSummary xrGroupSortingSummary3 = new DevExpress.XtraReports.UI.XRGroupSortingSummary();
     DevExpress.XtraReports.UI.XRSummary             xrSummary1             = new DevExpress.XtraReports.UI.XRSummary();
     this.sqlDataSource1    = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrPicheader       = new DevExpress.XtraReports.UI.XRPictureBox();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.groupHeaderBand1  = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable1          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell3      = new DevExpress.XtraReports.UI.XRTableCell();
     this.groupHeaderBand2  = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable2          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell4      = new DevExpress.XtraReports.UI.XRTableCell();
     this.groupHeaderBand3  = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable4          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow4       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell11     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6      = new DevExpress.XtraReports.UI.XRTableCell();
     this.pageFooterBand1   = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo2       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.Title             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.FieldCaption      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DataField         = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageHeader        = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable3          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell12     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2      = new DevExpress.XtraReports.UI.XRTableCell();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "rpt_dbconnection";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     tableQuery1.Name = "studentlessons";
     relationColumnInfo1.NestedKeyColumn = "id";
     relationColumnInfo1.ParentKeyColumn = "classID";
     relationInfo1.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
         relationColumnInfo1
     });
     relationInfo1.NestedTable           = "studentcourses";
     relationInfo1.ParentTable           = "studentlessons";
     relationColumnInfo2.NestedKeyColumn = "id";
     relationColumnInfo2.ParentKeyColumn = "moduleID";
     relationInfo2.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
         relationColumnInfo2
     });
     relationInfo2.NestedTable = "studentprograms";
     relationInfo2.ParentTable = "studentlessons";
     tableQuery1.Relations.AddRange(new DevExpress.DataAccess.Sql.RelationInfo[] {
         relationInfo1,
         relationInfo2
     });
     tableInfo1.Name  = "studentlessons";
     columnInfo1.Name = "id";
     columnInfo2.Name = "title";
     columnInfo3.Name = "description";
     columnInfo4.Name = "active";
     columnInfo5.Name = "code";
     columnInfo6.Name = "credit";
     columnInfo7.Name = "type";
     columnInfo8.Name = "classID";
     columnInfo9.Name = "moduleID";
     tableInfo1.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo1,
         columnInfo2,
         columnInfo3,
         columnInfo4,
         columnInfo5,
         columnInfo6,
         columnInfo7,
         columnInfo8,
         columnInfo9
     });
     tableInfo2.Name    = "studentcourses";
     columnInfo10.Alias = "studentcourses_title";
     columnInfo10.Name  = "title";
     tableInfo2.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo10
     });
     tableInfo3.Name   = "studentprograms";
     columnInfo11.Name = "moduleName";
     tableInfo3.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo11
     });
     tableQuery1.Tables.AddRange(new DevExpress.DataAccess.Sql.TableInfo[] {
         tableInfo1,
         tableInfo2,
         tableInfo3
     });
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         tableQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // Detail
     //
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.StyleName     = "DataField";
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 50F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPicheader
     //
     this.xrPicheader.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPicheader.Name          = "xrPicheader";
     this.xrPicheader.SizeF         = new System.Drawing.SizeF(677.0001F, 100F);
     this.xrPicheader.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 50F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // groupHeaderBand1
     //
     this.groupHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.groupHeaderBand1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("moduleName", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.groupHeaderBand1.HeightF        = 25.58333F;
     this.groupHeaderBand1.Level          = 2;
     this.groupHeaderBand1.Name           = "groupHeaderBand1";
     xrGroupSortingSummary1.Enabled       = true;
     xrGroupSortingSummary1.FieldName     = "id";
     this.groupHeaderBand1.SortingSummary = xrGroupSortingSummary1;
     //
     // xrTable1
     //
     this.xrTable1.AnchorVertical = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom)));
     this.xrTable1.Borders        = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                            | DevExpress.XtraPrinting.BorderSide.Right)
                                                                           | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.Font          = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(677.0001F, 25.58333F);
     this.xrTable1.StylePriority.UseFont = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell3
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell3.CanGrow = false;
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "studentlessons.moduleName")
     });
     this.xrTableCell3.Font      = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTableCell3.Name      = "xrTableCell3";
     this.xrTableCell3.Padding   = new DevExpress.XtraPrinting.PaddingInfo(10, 5, 5, 5, 100F);
     this.xrTableCell3.StyleName = "DataField";
     this.xrTableCell3.StylePriority.UseBorders = false;
     this.xrTableCell3.StylePriority.UseFont    = false;
     this.xrTableCell3.StylePriority.UsePadding = false;
     this.xrTableCell3.Weight = 292.614563828776D;
     //
     // groupHeaderBand2
     //
     this.groupHeaderBand2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.groupHeaderBand2.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("studentcourses_title", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.groupHeaderBand2.HeightF        = 29.75F;
     this.groupHeaderBand2.Level          = 1;
     this.groupHeaderBand2.Name           = "groupHeaderBand2";
     xrGroupSortingSummary2.Enabled       = true;
     xrGroupSortingSummary2.FieldName     = "id";
     this.groupHeaderBand2.SortingSummary = xrGroupSortingSummary2;
     //
     // xrTable2
     //
     this.xrTable2.AnchorVertical = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom)));
     this.xrTable2.Borders        = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                            | DevExpress.XtraPrinting.BorderSide.Right)
                                                                           | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.Font          = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(677.0001F, 29.75F);
     this.xrTable2.StylePriority.UseFont = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell4
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell4.CanGrow = false;
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "studentlessons.studentcourses_title")
     });
     this.xrTableCell4.Font      = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTableCell4.Name      = "xrTableCell4";
     this.xrTableCell4.Padding   = new DevExpress.XtraPrinting.PaddingInfo(35, 5, 5, 5, 100F);
     this.xrTableCell4.StyleName = "DataField";
     this.xrTableCell4.StylePriority.UseBorders = false;
     this.xrTableCell4.StylePriority.UseFont    = false;
     this.xrTableCell4.StylePriority.UsePadding = false;
     this.xrTableCell4.Weight = 292.614563828776D;
     //
     // groupHeaderBand3
     //
     this.groupHeaderBand3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable4
     });
     this.groupHeaderBand3.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("title", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("code", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("credit", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("type", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.groupHeaderBand3.HeightF        = 26.625F;
     this.groupHeaderBand3.Name           = "groupHeaderBand3";
     xrGroupSortingSummary3.Enabled       = true;
     xrGroupSortingSummary3.FieldName     = "id";
     this.groupHeaderBand3.SortingSummary = xrGroupSortingSummary3;
     //
     // xrTable4
     //
     this.xrTable4.AnchorVertical = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom)));
     this.xrTable4.Borders        = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                            | DevExpress.XtraPrinting.BorderSide.Right)
                                                                           | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.Font          = new System.Drawing.Font("Times New Roman", 10F);
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable4.Name          = "xrTable4";
     this.xrTable4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow4
     });
     this.xrTable4.SizeF = new System.Drawing.SizeF(677.0001F, 26.62499F);
     this.xrTable4.StylePriority.UseFont = false;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell11,
         this.xrTableCell8,
         this.xrTableCell10,
         this.xrTableCell5,
         this.xrTableCell6
     });
     this.xrTableRow4.Name   = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell11.CanGrow = false;
     this.xrTableCell11.Name    = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseBorders = false;
     xrSummary1.Func            = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     xrSummary1.Running         = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell11.Summary = xrSummary1;
     this.xrTableCell11.Weight  = 33.481828151247D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell8.CanGrow = false;
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "studentlessons.title")
     });
     this.xrTableCell8.Font      = new System.Drawing.Font("Times New Roman", 10F);
     this.xrTableCell8.Name      = "xrTableCell8";
     this.xrTableCell8.Padding   = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTableCell8.StyleName = "DataField";
     this.xrTableCell8.StylePriority.UseBorders = false;
     this.xrTableCell8.StylePriority.UseFont    = false;
     this.xrTableCell8.StylePriority.UsePadding = false;
     this.xrTableCell8.Weight = 292.163775709052D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell10.CanGrow = false;
     this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "studentlessons.code")
     });
     this.xrTableCell10.Font      = new System.Drawing.Font("Times New Roman", 10F);
     this.xrTableCell10.Multiline = true;
     this.xrTableCell10.Name      = "xrTableCell10";
     this.xrTableCell10.Padding   = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTableCell10.StyleName = "DataField";
     this.xrTableCell10.StylePriority.UseBorders       = false;
     this.xrTableCell10.StylePriority.UseFont          = false;
     this.xrTableCell10.StylePriority.UsePadding       = false;
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell10.Weight        = 104.54838132605836D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell5.CanGrow = false;
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "studentlessons.credit")
     });
     this.xrTableCell5.Font    = new System.Drawing.Font("Times New Roman", 10F);
     this.xrTableCell5.Name    = "xrTableCell5";
     this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTableCell5.StylePriority.UseBorders       = false;
     this.xrTableCell5.StylePriority.UseFont          = false;
     this.xrTableCell5.StylePriority.UsePadding       = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell5.Weight        = 123.01540143640527D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell6.CanGrow = false;
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "studentlessons.type")
     });
     this.xrTableCell6.Font    = new System.Drawing.Font("Times New Roman", 10F);
     this.xrTableCell6.Name    = "xrTableCell6";
     this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTableCell6.StylePriority.UseBorders = false;
     this.xrTableCell6.StylePriority.UseFont    = false;
     this.xrTableCell6.StylePriority.UsePadding = false;
     this.xrTableCell6.Weight = 120.88270409578003D;
     //
     // pageFooterBand1
     //
     this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrPageInfo2
     });
     this.pageFooterBand1.HeightF = 29.00001F;
     this.pageFooterBand1.Name    = "pageFooterBand1";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo1.StyleName     = "PageInfo";
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.Format        = "Page {0} of {1}";
     this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(357.9998F, 6.00001F);
     this.xrPageInfo2.Name          = "xrPageInfo2";
     this.xrPageInfo2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo2.StyleName     = "PageInfo";
     this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // reportHeaderBand1
     //
     this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPicheader
     });
     this.reportHeaderBand1.HeightF = 122.9167F;
     this.reportHeaderBand1.Name    = "reportHeaderBand1";
     //
     // 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("Times New Roman", 21F);
     this.Title.ForeColor   = System.Drawing.Color.Black;
     this.Title.Name        = "Title";
     //
     // FieldCaption
     //
     this.FieldCaption.BackColor   = System.Drawing.Color.Transparent;
     this.FieldCaption.BorderColor = System.Drawing.Color.Black;
     this.FieldCaption.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.FieldCaption.BorderWidth = 1F;
     this.FieldCaption.Font        = new System.Drawing.Font("Times New Roman", 10F);
     this.FieldCaption.ForeColor   = System.Drawing.Color.Black;
     this.FieldCaption.Name        = "FieldCaption";
     //
     // PageInfo
     //
     this.PageInfo.BackColor   = System.Drawing.Color.Transparent;
     this.PageInfo.BorderColor = System.Drawing.Color.Black;
     this.PageInfo.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.PageInfo.BorderWidth = 1F;
     this.PageInfo.Font        = new System.Drawing.Font("Arial", 8F);
     this.PageInfo.ForeColor   = System.Drawing.Color.Black;
     this.PageInfo.Name        = "PageInfo";
     //
     // DataField
     //
     this.DataField.BackColor   = System.Drawing.Color.Transparent;
     this.DataField.BorderColor = System.Drawing.Color.Black;
     this.DataField.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.DataField.BorderWidth = 1F;
     this.DataField.Font        = new System.Drawing.Font("Arial", 9F);
     this.DataField.ForeColor   = System.Drawing.Color.Black;
     this.DataField.Name        = "DataField";
     this.DataField.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrTable3
     });
     this.PageHeader.HeightF = 88.49999F;
     this.PageHeader.Name    = "PageHeader";
     //
     // xrLabel1
     //
     this.xrLabel1.BackColor     = System.Drawing.Color.White;
     this.xrLabel1.Borders       = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel1.BorderWidth   = 2F;
     this.xrLabel1.Font          = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(677F, 35F);
     this.xrLabel1.StyleName     = "Title";
     this.xrLabel1.StylePriority.UseBackColor     = false;
     this.xrLabel1.StylePriority.UseBorders       = false;
     this.xrLabel1.StylePriority.UseBorderWidth   = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "LIST OF COURSES/SUBJETS";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTable3
     //
     this.xrTable3.AnchorVertical = DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom;
     this.xrTable3.BackColor      = System.Drawing.Color.SlateGray;
     this.xrTable3.Borders        = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                            | DevExpress.XtraPrinting.BorderSide.Right)
                                                                           | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable3.BorderWidth   = 1F;
     this.xrTable3.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 62.49999F);
     this.xrTable3.Name          = "xrTable3";
     this.xrTable3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow3
     });
     this.xrTable3.SizeF = new System.Drawing.SizeF(677.0001F, 26F);
     this.xrTable3.StylePriority.UseFont = false;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell12,
         this.xrTableCell7,
         this.xrTableCell9,
         this.xrTableCell1,
         this.xrTableCell2
     });
     this.xrTableRow3.Name   = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell12.CanGrow = false;
     this.xrTableCell12.Font    = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTableCell12.Name    = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseBorders       = false;
     this.xrTableCell12.StylePriority.UseFont          = false;
     this.xrTableCell12.StylePriority.UseTextAlignment = false;
     this.xrTableCell12.Text          = "#";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell12.Weight        = 27.423694677196824D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell7.CanGrow   = false;
     this.xrTableCell7.Font      = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTableCell7.Name      = "xrTableCell7";
     this.xrTableCell7.StyleName = "FieldCaption";
     this.xrTableCell7.StylePriority.UseBorders = false;
     this.xrTableCell7.StylePriority.UseFont    = false;
     this.xrTableCell7.Text          = "COURSE/SUBJECT";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell7.Weight        = 239.30025293245527D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell9.CanGrow   = false;
     this.xrTableCell9.Font      = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTableCell9.Name      = "xrTableCell9";
     this.xrTableCell9.StyleName = "FieldCaption";
     this.xrTableCell9.StylePriority.UseBorders       = false;
     this.xrTableCell9.StylePriority.UseFont          = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text          = "CODE";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell9.Weight        = 85.631640586881943D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.BackColor = System.Drawing.Color.White;
     this.xrTableCell1.Borders   = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                           | DevExpress.XtraPrinting.BorderSide.Right)
                                                                          | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell1.CanGrow = false;
     this.xrTableCell1.Font    = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTableCell1.Name    = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseBackColor     = false;
     this.xrTableCell1.StylePriority.UseBorders       = false;
     this.xrTableCell1.StylePriority.UseFont          = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text          = "CREDIT HRS";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell1.Weight        = 100.7572471277287D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.BackColor = System.Drawing.Color.White;
     this.xrTableCell2.Borders   = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                           | DevExpress.XtraPrinting.BorderSide.Right)
                                                                          | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell2.CanGrow = false;
     this.xrTableCell2.Font    = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTableCell2.Name    = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseBackColor     = false;
     this.xrTableCell2.StylePriority.UseBorders       = false;
     this.xrTableCell2.StylePriority.UseFont          = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text          = "TYPE";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell2.Weight        = 99.010480403329979D;
     //
     // rptCoursesSubjects
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.groupHeaderBand1,
         this.groupHeaderBand2,
         this.groupHeaderBand3,
         this.pageFooterBand1,
         this.reportHeaderBand1,
         this.PageHeader
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember        = "studentlessons";
     this.DataSource        = this.sqlDataSource1;
     this.DisplayName       = "List of Courses or Subjects";
     this.Margins           = new System.Drawing.Printing.Margins(75, 75, 50, 50);
     this.PageHeight        = 1169;
     this.PageWidth         = 827;
     this.PaperKind         = System.Drawing.Printing.PaperKind.A4;
     this.RequestParameters = false;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.FieldCaption,
         this.PageInfo,
         this.DataField
     });
     this.Version = "15.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.DataAccess.Sql.TableQuery           tableQuery1         = new DevExpress.DataAccess.Sql.TableQuery();
     DevExpress.DataAccess.Sql.RelationInfo         relationInfo1       = new DevExpress.DataAccess.Sql.RelationInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.RelationInfo         relationInfo2       = new DevExpress.DataAccess.Sql.RelationInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.RelationInfo         relationInfo3       = new DevExpress.DataAccess.Sql.RelationInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo3 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo1          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo1         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo2         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo3         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo4         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo5         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo6         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo7         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo8         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo9         = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo10        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo11        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo12        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo13        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo14        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo15        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo16        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo2          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo17        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo18        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo19        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo20        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo21        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo22        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo3          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo23        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo24        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo25        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo26        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo27        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo28        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo4          = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo29        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo30        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo31        = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo32        = new DevExpress.DataAccess.Sql.ColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(MillReportsXtraReport));
     this.Detail                   = new DevExpress.XtraReports.UI.DetailBand();
     this.heatNumber               = new DevExpress.XtraReports.UI.XRLabel();
     this.type                     = new DevExpress.XtraReports.UI.XRLabel();
     this.wallThickness            = new DevExpress.XtraReports.UI.XRLabel();
     this.weight                   = new DevExpress.XtraReports.UI.XRLabel();
     this.purchaseOrderDate        = new DevExpress.XtraReports.UI.XRLabel();
     this.purchaseOrderNumber      = new DevExpress.XtraReports.UI.XRLabel();
     this.number                   = new DevExpress.XtraReports.UI.XRLabel();
     this.pipeStatus               = new DevExpress.XtraReports.UI.XRLabel();
     this.plateNumber              = new DevExpress.XtraReports.UI.XRLabel();
     this.length                   = new DevExpress.XtraReports.UI.XRLabel();
     this.diameter                 = new DevExpress.XtraReports.UI.XRLabel();
     this.active                   = new DevExpress.XtraReports.UI.XRCheckBox();
     this.TopMargin                = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin             = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.wallThicknessLabel       = new DevExpress.XtraReports.UI.XRLabel();
     this.typeLabel                = new DevExpress.XtraReports.UI.XRLabel();
     this.weightLabel              = new DevExpress.XtraReports.UI.XRLabel();
     this.purchaseOrderDateLabel   = new DevExpress.XtraReports.UI.XRLabel();
     this.purchaseOrderNumberLabel = new DevExpress.XtraReports.UI.XRLabel();
     this.plateNumberLabel         = new DevExpress.XtraReports.UI.XRLabel();
     this.statusLabel              = new DevExpress.XtraReports.UI.XRLabel();
     this.numberLabel              = new DevExpress.XtraReports.UI.XRLabel();
     this.lengthLabel              = new DevExpress.XtraReports.UI.XRLabel();
     this.activeLabel              = new DevExpress.XtraReports.UI.XRLabel();
     this.diameterLabel            = new DevExpress.XtraReports.UI.XRLabel();
     this.pageFooter               = new DevExpress.XtraReports.UI.PageFooterBand();
     this.datePageInfo             = new DevExpress.XtraReports.UI.XRPageInfo();
     this.numberOfPageInfo         = new DevExpress.XtraReports.UI.XRPageInfo();
     this.reportHeader             = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.reportHeaderLabel        = new DevExpress.XtraReports.UI.XRLabel();
     this.Title                    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.FieldCaption             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo                 = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DataField                = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageHeader               = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.pageHeaderLabel          = new DevExpress.XtraReports.UI.XRLabel();
     this.heatNumberLabel          = new DevExpress.XtraReports.UI.XRLabel();
     this.sqlDataSourceForReport   = new DevExpress.DataAccess.Sql.SqlDataSource("PrismDatabase");
     this.GroupHeader              = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.StatusParameter          = new DevExpress.XtraReports.Parameters.Parameter();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.heatNumber,
         this.type,
         this.wallThickness,
         this.weight,
         this.purchaseOrderDate,
         this.purchaseOrderNumber,
         this.number,
         this.pipeStatus,
         this.plateNumber,
         this.length,
         this.diameter,
         this.active
     });
     this.Detail.HeightF       = 24.125F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.StyleName     = "DataField";
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // heatNumber
     //
     this.heatNumber.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.Heat_number")
     });
     this.heatNumber.LocationFloat = new DevExpress.Utils.PointFloat(852.1213F, 0F);
     this.heatNumber.Name          = "heatNumber";
     this.heatNumber.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.heatNumber.SizeF         = new System.Drawing.SizeF(73.95831F, 22.04166F);
     this.heatNumber.Text          = "heatNumber";
     //
     // type
     //
     this.type.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.type")
     });
     this.type.LocationFloat = new DevExpress.Utils.PointFloat(89.67304F, 0F);
     this.type.Name          = "type";
     this.type.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.type.SizeF         = new System.Drawing.SizeF(150.4989F, 22.04167F);
     this.type.StyleName     = "DataField";
     this.type.Text          = "type";
     //
     // wallThickness
     //
     this.wallThickness.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.wallThickness")
     });
     this.wallThickness.LocationFloat = new DevExpress.Utils.PointFloat(494.409F, 0F);
     this.wallThickness.Name          = "wallThickness";
     this.wallThickness.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.wallThickness.SizeF         = new System.Drawing.SizeF(72.46927F, 22.04166F);
     this.wallThickness.StyleName     = "DataField";
     this.wallThickness.Text          = "wallThickness";
     //
     // weight
     //
     this.weight.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.weight")
     });
     this.weight.LocationFloat = new DevExpress.Utils.PointFloat(566.8782F, 0F);
     this.weight.Name          = "weight";
     this.weight.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.weight.SizeF         = new System.Drawing.SizeF(54.31158F, 22.04166F);
     this.weight.StyleName     = "DataField";
     this.weight.Text          = "weight";
     //
     // purchaseOrderDate
     //
     this.purchaseOrderDate.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.PurchaseOrder_date", "{0:M/d/yyyy}")
     });
     this.purchaseOrderDate.LocationFloat = new DevExpress.Utils.PointFloat(322.6973F, 0F);
     this.purchaseOrderDate.Name          = "purchaseOrderDate";
     this.purchaseOrderDate.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.purchaseOrderDate.SizeF         = new System.Drawing.SizeF(70.34799F, 22.04166F);
     this.purchaseOrderDate.StyleName     = "DataField";
     this.purchaseOrderDate.Text          = "purchaseOrderDate";
     //
     // purchaseOrderNumber
     //
     this.purchaseOrderNumber.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.PurchaseOrder_number")
     });
     this.purchaseOrderNumber.LocationFloat = new DevExpress.Utils.PointFloat(393.0453F, 0F);
     this.purchaseOrderNumber.Name          = "purchaseOrderNumber";
     this.purchaseOrderNumber.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.purchaseOrderNumber.SizeF         = new System.Drawing.SizeF(101.3637F, 22.04166F);
     this.purchaseOrderNumber.StyleName     = "DataField";
     this.purchaseOrderNumber.Text          = "purchaseOrderNumber";
     //
     // number
     //
     this.number.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.number")
     });
     this.number.LocationFloat = new DevExpress.Utils.PointFloat(6F, 0F);
     this.number.Name          = "number";
     this.number.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.number.SizeF         = new System.Drawing.SizeF(83.673F, 22.04166F);
     this.number.StyleName     = "DataField";
     this.number.Text          = "number";
     //
     // pipeStatus
     //
     this.pipeStatus.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.pipeMillStatus")
     });
     this.pipeStatus.LocationFloat = new DevExpress.Utils.PointFloat(240.172F, 0F);
     this.pipeStatus.Name          = "pipeStatus";
     this.pipeStatus.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.pipeStatus.SizeF         = new System.Drawing.SizeF(61.69193F, 22.04166F);
     this.pipeStatus.StyleName     = "DataField";
     this.pipeStatus.Text          = "pipeStatus";
     //
     // plateNumber
     //
     this.plateNumber.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.Plate_number")
     });
     this.plateNumber.LocationFloat = new DevExpress.Utils.PointFloat(757.5827F, 0F);
     this.plateNumber.Name          = "plateNumber";
     this.plateNumber.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.plateNumber.SizeF         = new System.Drawing.SizeF(70.93787F, 22.04166F);
     this.plateNumber.StyleName     = "DataField";
     this.plateNumber.Text          = "plateNumber";
     //
     // length
     //
     this.length.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.length")
     });
     this.length.LocationFloat = new DevExpress.Utils.PointFloat(621.1899F, 0F);
     this.length.Name          = "length";
     this.length.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.length.SizeF         = new System.Drawing.SizeF(46.40631F, 22.04166F);
     this.length.StyleName     = "DataField";
     this.length.Text          = "length";
     //
     // diameter
     //
     this.diameter.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Pipe.diameter")
     });
     this.diameter.LocationFloat = new DevExpress.Utils.PointFloat(689.6002F, 0F);
     this.diameter.Name          = "diameter";
     this.diameter.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.diameter.SizeF         = new System.Drawing.SizeF(67.98236F, 22.04167F);
     this.diameter.StyleName     = "DataField";
     this.diameter.Text          = "diameter";
     //
     // active
     //
     this.active.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("CheckState", null, "Pipe.isActive")
     });
     this.active.LocationFloat = new DevExpress.Utils.PointFloat(959.5175F, 0F);
     this.active.Name          = "active";
     this.active.SizeF         = new System.Drawing.SizeF(55.48248F, 22.04167F);
     this.active.StyleName     = "DataField";
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 51F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 64F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // wallThicknessLabel
     //
     this.wallThicknessLabel.ForeColor     = System.Drawing.Color.Black;
     this.wallThicknessLabel.LocationFloat = new DevExpress.Utils.PointFloat(494.409F, 10.00001F);
     this.wallThicknessLabel.Name          = "wallThicknessLabel";
     this.wallThicknessLabel.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.wallThicknessLabel.SizeF         = new System.Drawing.SizeF(72.46924F, 28.70834F);
     this.wallThicknessLabel.StyleName     = "FieldCaption";
     this.wallThicknessLabel.StylePriority.UseForeColor = false;
     this.wallThicknessLabel.Text = "Толщина";
     //
     // typeLabel
     //
     this.typeLabel.ForeColor     = System.Drawing.Color.Black;
     this.typeLabel.LocationFloat = new DevExpress.Utils.PointFloat(89.67298F, 10F);
     this.typeLabel.Name          = "typeLabel";
     this.typeLabel.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.typeLabel.SizeF         = new System.Drawing.SizeF(150.499F, 28.70834F);
     this.typeLabel.StyleName     = "FieldCaption";
     this.typeLabel.StylePriority.UseForeColor = false;
     this.typeLabel.Text = "Тип трубы";
     //
     // weightLabel
     //
     this.weightLabel.ForeColor     = System.Drawing.Color.Black;
     this.weightLabel.LocationFloat = new DevExpress.Utils.PointFloat(566.8782F, 10.00001F);
     this.weightLabel.Name          = "weightLabel";
     this.weightLabel.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.weightLabel.SizeF         = new System.Drawing.SizeF(54.31171F, 28.70834F);
     this.weightLabel.StyleName     = "FieldCaption";
     this.weightLabel.StylePriority.UseForeColor = false;
     this.weightLabel.Text = "Вес";
     //
     // purchaseOrderDateLabel
     //
     this.purchaseOrderDateLabel.ForeColor     = System.Drawing.Color.Black;
     this.purchaseOrderDateLabel.LocationFloat = new DevExpress.Utils.PointFloat(322.6973F, 10.00001F);
     this.purchaseOrderDateLabel.Name          = "purchaseOrderDateLabel";
     this.purchaseOrderDateLabel.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.purchaseOrderDateLabel.SizeF         = new System.Drawing.SizeF(70.34799F, 28.70834F);
     this.purchaseOrderDateLabel.StyleName     = "FieldCaption";
     this.purchaseOrderDateLabel.StylePriority.UseForeColor = false;
     this.purchaseOrderDateLabel.Text = "Дата";
     //
     // purchaseOrderNumberLabel
     //
     this.purchaseOrderNumberLabel.ForeColor     = System.Drawing.Color.Black;
     this.purchaseOrderNumberLabel.LocationFloat = new DevExpress.Utils.PointFloat(393.0453F, 10.00001F);
     this.purchaseOrderNumberLabel.Name          = "purchaseOrderNumberLabel";
     this.purchaseOrderNumberLabel.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.purchaseOrderNumberLabel.SizeF         = new System.Drawing.SizeF(101.3637F, 28.70834F);
     this.purchaseOrderNumberLabel.StyleName     = "FieldCaption";
     this.purchaseOrderNumberLabel.StylePriority.UseForeColor = false;
     this.purchaseOrderNumberLabel.Text = "Номер";
     //
     // plateNumberLabel
     //
     this.plateNumberLabel.ForeColor     = System.Drawing.Color.Black;
     this.plateNumberLabel.LocationFloat = new DevExpress.Utils.PointFloat(757.5827F, 10.00001F);
     this.plateNumberLabel.Name          = "plateNumberLabel";
     this.plateNumberLabel.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.plateNumberLabel.SizeF         = new System.Drawing.SizeF(94.53857F, 28.70834F);
     this.plateNumberLabel.StyleName     = "FieldCaption";
     this.plateNumberLabel.StylePriority.UseForeColor = false;
     this.plateNumberLabel.Text = "Номер листа";
     //
     // statusLabel
     //
     this.statusLabel.ForeColor     = System.Drawing.Color.Black;
     this.statusLabel.LocationFloat = new DevExpress.Utils.PointFloat(240.172F, 10F);
     this.statusLabel.Name          = "statusLabel";
     this.statusLabel.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.statusLabel.SizeF         = new System.Drawing.SizeF(61.69189F, 28.70834F);
     this.statusLabel.StyleName     = "FieldCaption";
     this.statusLabel.StylePriority.UseForeColor = false;
     this.statusLabel.Text = "Статус";
     //
     // numberLabel
     //
     this.numberLabel.ForeColor     = System.Drawing.Color.Black;
     this.numberLabel.LocationFloat = new DevExpress.Utils.PointFloat(6.00001F, 10.00001F);
     this.numberLabel.Name          = "numberLabel";
     this.numberLabel.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.numberLabel.SizeF         = new System.Drawing.SizeF(83.67307F, 28.70834F);
     this.numberLabel.StyleName     = "FieldCaption";
     this.numberLabel.StylePriority.UseForeColor = false;
     this.numberLabel.Text = "Номер";
     //
     // lengthLabel
     //
     this.lengthLabel.ForeColor     = System.Drawing.Color.Black;
     this.lengthLabel.LocationFloat = new DevExpress.Utils.PointFloat(621.1899F, 10.00001F);
     this.lengthLabel.Name          = "lengthLabel";
     this.lengthLabel.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lengthLabel.SizeF         = new System.Drawing.SizeF(68.41034F, 28.70834F);
     this.lengthLabel.StyleName     = "FieldCaption";
     this.lengthLabel.StylePriority.UseForeColor = false;
     this.lengthLabel.Text = "Длина";
     //
     // activeLabel
     //
     this.activeLabel.ForeColor     = System.Drawing.Color.Black;
     this.activeLabel.LocationFloat = new DevExpress.Utils.PointFloat(959.5175F, 10.00001F);
     this.activeLabel.Name          = "activeLabel";
     this.activeLabel.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.activeLabel.SizeF         = new System.Drawing.SizeF(55.48254F, 28.70834F);
     this.activeLabel.StyleName     = "FieldCaption";
     this.activeLabel.StylePriority.UseForeColor = false;
     this.activeLabel.Text = "Active";
     //
     // diameterLabel
     //
     this.diameterLabel.ForeColor     = System.Drawing.Color.Black;
     this.diameterLabel.LocationFloat = new DevExpress.Utils.PointFloat(689.6002F, 10.00001F);
     this.diameterLabel.Name          = "diameterLabel";
     this.diameterLabel.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.diameterLabel.SizeF         = new System.Drawing.SizeF(67.98248F, 28.70834F);
     this.diameterLabel.StyleName     = "FieldCaption";
     this.diameterLabel.StylePriority.UseForeColor = false;
     this.diameterLabel.Text = "Диаметр";
     //
     // pageFooter
     //
     this.pageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.datePageInfo,
         this.numberOfPageInfo
     });
     this.pageFooter.HeightF = 52.9583F;
     this.pageFooter.Name    = "pageFooter";
     //
     // datePageInfo
     //
     this.datePageInfo.LocationFloat = new DevExpress.Utils.PointFloat(6F, 19.9583F);
     this.datePageInfo.Name          = "datePageInfo";
     this.datePageInfo.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.datePageInfo.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.datePageInfo.SizeF         = new System.Drawing.SizeF(438F, 23F);
     this.datePageInfo.StyleName     = "PageInfo";
     //
     // numberOfPageInfo
     //
     this.numberOfPageInfo.Format        = "Page {0} of {1}";
     this.numberOfPageInfo.LocationFloat = new DevExpress.Utils.PointFloat(546.0001F, 19.95831F);
     this.numberOfPageInfo.Name          = "numberOfPageInfo";
     this.numberOfPageInfo.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.numberOfPageInfo.SizeF         = new System.Drawing.SizeF(438F, 23F);
     this.numberOfPageInfo.StyleName     = "PageInfo";
     this.numberOfPageInfo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // reportHeader
     //
     this.reportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.reportHeaderLabel
     });
     this.reportHeader.HeightF = 49.95832F;
     this.reportHeader.Name    = "reportHeader";
     //
     // reportHeaderLabel
     //
     this.reportHeaderLabel.ForeColor     = System.Drawing.Color.Black;
     this.reportHeaderLabel.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
     this.reportHeaderLabel.Name          = "reportHeaderLabel";
     this.reportHeaderLabel.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.reportHeaderLabel.SizeF         = new System.Drawing.SizeF(888F, 33F);
     this.reportHeaderLabel.StyleName     = "Title";
     this.reportHeaderLabel.StylePriority.UseForeColor = false;
     this.reportHeaderLabel.Text = "Отчет на заводе";
     //
     // 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("Times New Roman", 20F, System.Drawing.FontStyle.Bold);
     this.Title.ForeColor   = System.Drawing.Color.Maroon;
     this.Title.Name        = "Title";
     //
     // FieldCaption
     //
     this.FieldCaption.BackColor   = System.Drawing.Color.Transparent;
     this.FieldCaption.BorderColor = System.Drawing.Color.Black;
     this.FieldCaption.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.FieldCaption.BorderWidth = 1F;
     this.FieldCaption.Font        = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.FieldCaption.ForeColor   = System.Drawing.Color.Maroon;
     this.FieldCaption.Name        = "FieldCaption";
     //
     // PageInfo
     //
     this.PageInfo.BackColor   = System.Drawing.Color.Transparent;
     this.PageInfo.BorderColor = System.Drawing.Color.Black;
     this.PageInfo.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.PageInfo.BorderWidth = 1F;
     this.PageInfo.Font        = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.PageInfo.ForeColor   = System.Drawing.Color.Black;
     this.PageInfo.Name        = "PageInfo";
     //
     // DataField
     //
     this.DataField.BackColor   = System.Drawing.Color.Transparent;
     this.DataField.BorderColor = System.Drawing.Color.Black;
     this.DataField.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.DataField.BorderWidth = 1F;
     this.DataField.Font        = new System.Drawing.Font("Times New Roman", 10F);
     this.DataField.ForeColor   = System.Drawing.Color.Black;
     this.DataField.Name        = "DataField";
     this.DataField.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.pageHeaderLabel
     });
     this.PageHeader.HeightF = 72.29166F;
     this.PageHeader.Name    = "PageHeader";
     this.PageHeader.PrintOn = DevExpress.XtraReports.UI.PrintOnPages.NotWithReportHeader;
     //
     // pageHeaderLabel
     //
     this.pageHeaderLabel.ForeColor     = System.Drawing.Color.Black;
     this.pageHeaderLabel.LocationFloat = new DevExpress.Utils.PointFloat(0F, 10.00001F);
     this.pageHeaderLabel.Name          = "pageHeaderLabel";
     this.pageHeaderLabel.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.pageHeaderLabel.SizeF         = new System.Drawing.SizeF(905.7083F, 33F);
     this.pageHeaderLabel.StyleName     = "Title";
     this.pageHeaderLabel.StylePriority.UseForeColor = false;
     this.pageHeaderLabel.Text = "Отчет на заводе";
     //
     // heatNumberLabel
     //
     this.heatNumberLabel.ForeColor     = System.Drawing.Color.Black;
     this.heatNumberLabel.LocationFloat = new DevExpress.Utils.PointFloat(852.1213F, 10.00001F);
     this.heatNumberLabel.Name          = "heatNumberLabel";
     this.heatNumberLabel.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.heatNumberLabel.SizeF         = new System.Drawing.SizeF(107.3962F, 28.70834F);
     this.heatNumberLabel.StyleName     = "FieldCaption";
     this.heatNumberLabel.StylePriority.UseForeColor = false;
     this.heatNumberLabel.Text = "Номер плавки";
     //
     // sqlDataSourceForReport
     //
     tableQuery1.Name = "Pipe";
     relationColumnInfo1.NestedKeyColumn = "id";
     relationColumnInfo1.ParentKeyColumn = "plateId";
     relationInfo1.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
         relationColumnInfo1
     });
     relationInfo1.NestedTable           = "Plate";
     relationInfo1.ParentTable           = "Pipe";
     relationColumnInfo2.NestedKeyColumn = "id";
     relationColumnInfo2.ParentKeyColumn = "heatId";
     relationInfo2.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
         relationColumnInfo2
     });
     relationInfo2.NestedTable           = "Heat";
     relationInfo2.ParentTable           = "Plate";
     relationColumnInfo3.NestedKeyColumn = "id";
     relationColumnInfo3.ParentKeyColumn = "purchaseOrderId";
     relationInfo3.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
         relationColumnInfo3
     });
     relationInfo3.NestedTable = "PurchaseOrder";
     relationInfo3.ParentTable = "Pipe";
     tableQuery1.Relations.AddRange(new DevExpress.DataAccess.Sql.RelationInfo[] {
         relationInfo1,
         relationInfo2,
         relationInfo3
     });
     tableInfo1.Name   = "Pipe";
     columnInfo1.Name  = "id";
     columnInfo2.Name  = "wallThickness";
     columnInfo3.Name  = "diameter";
     columnInfo4.Name  = "weight";
     columnInfo5.Name  = "mill";
     columnInfo6.Name  = "pipeMillStatus";
     columnInfo7.Name  = "number";
     columnInfo8.Name  = "isActive";
     columnInfo9.Name  = "inspectionStatus";
     columnInfo10.Name = "constructionStatus";
     columnInfo11.Name = "typeId";
     columnInfo12.Name = "plateId";
     columnInfo13.Name = "purchaseOrderId";
     columnInfo14.Name = "railcarId";
     columnInfo15.Name = "chemicalCompositionId";
     columnInfo16.Name = "length";
     tableInfo1.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo1,
         columnInfo2,
         columnInfo3,
         columnInfo4,
         columnInfo5,
         columnInfo6,
         columnInfo7,
         columnInfo8,
         columnInfo9,
         columnInfo10,
         columnInfo11,
         columnInfo12,
         columnInfo13,
         columnInfo14,
         columnInfo15,
         columnInfo16
     });
     tableInfo2.Name    = "Plate";
     columnInfo17.Alias = "Plate_id";
     columnInfo17.Name  = "id";
     columnInfo18.Alias = "Plate_number";
     columnInfo18.Name  = "number";
     columnInfo19.Name  = "thickness";
     columnInfo20.Alias = "Plate_chemicalCompositionId";
     columnInfo20.Name  = "chemicalCompositionId";
     columnInfo21.Name  = "heatId";
     columnInfo22.Alias = "Plate_isActive";
     columnInfo22.Name  = "isActive";
     tableInfo2.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo17,
         columnInfo18,
         columnInfo19,
         columnInfo20,
         columnInfo21,
         columnInfo22
     });
     tableInfo3.Name    = "Heat";
     columnInfo23.Alias = "Heat_id";
     columnInfo23.Name  = "id";
     columnInfo24.Alias = "Heat_number";
     columnInfo24.Name  = "number";
     columnInfo25.Name  = "steelGrade";
     columnInfo26.Name  = "plateManufacturer";
     columnInfo27.Alias = "Heat_chemicalCompositionId";
     columnInfo27.Name  = "chemicalCompositionId";
     columnInfo28.Alias = "Heat_isActive";
     columnInfo28.Name  = "isActive";
     tableInfo3.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo23,
         columnInfo24,
         columnInfo25,
         columnInfo26,
         columnInfo27,
         columnInfo28
     });
     tableInfo4.Name    = "PurchaseOrder";
     columnInfo29.Alias = "PurchaseOrder_id";
     columnInfo29.Name  = "id";
     columnInfo30.Alias = "PurchaseOrder_number";
     columnInfo30.Name  = "number";
     columnInfo31.Name  = "date";
     columnInfo32.Alias = "PurchaseOrder_isActive";
     columnInfo32.Name  = "isActive";
     tableInfo4.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo29,
         columnInfo30,
         columnInfo31,
         columnInfo32
     });
     tableQuery1.Tables.AddRange(new DevExpress.DataAccess.Sql.TableInfo[] {
         tableInfo1,
         tableInfo2,
         tableInfo3,
         tableInfo4
     });
     this.sqlDataSourceForReport.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         tableQuery1
     });
     this.sqlDataSourceForReport.ResultSchemaSerializable = resources.GetString("sqlDataSourceForReport.ResultSchemaSerializable");
     //
     // GroupHeader
     //
     this.GroupHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.activeLabel,
         this.plateNumberLabel,
         this.wallThicknessLabel,
         this.weightLabel,
         this.diameterLabel,
         this.lengthLabel,
         this.purchaseOrderNumberLabel,
         this.numberLabel,
         this.purchaseOrderDateLabel,
         this.statusLabel,
         this.typeLabel,
         this.heatNumberLabel
     });
     this.GroupHeader.HeightF = 40F;
     this.GroupHeader.Name    = "GroupHeader";
     //
     // StatusParameter
     //
     this.StatusParameter.Description = "StatusParameter";
     this.StatusParameter.Name        = "StatusParameter";
     //
     // MillReportsXtraReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.pageFooter,
         this.reportHeader,
         this.PageHeader,
         this.GroupHeader
     });
     this.DataMember   = "Pipe";
     this.DataSource   = this.sqlDataSourceForReport;
     this.FilterString = "StartsWith([pipeMillStatus], ?StatusParameter)";
     this.Landscape    = true;
     this.Margins      = new System.Drawing.Printing.Margins(59, 26, 51, 64);
     this.PageHeight   = 850;
     this.PageWidth    = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.StatusParameter
     });
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.FieldCaption,
         this.PageInfo,
         this.DataField
     });
     this.Version = "14.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column4             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column5             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column6             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery2        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column7             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression7   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table2              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column8             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression8   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column9             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression9   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column10            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression10  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column11            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression11  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column12            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression12  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column13            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression13  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column14            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression14  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column15            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression15  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery3        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column16            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression16  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table3              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column17            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression17  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column18            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression18  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column19            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression19  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column20            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression20  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column21            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression21  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column22            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression22  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column23            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression23  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column24            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression24  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery4        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column25            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression25  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table4              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column26            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression26  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column27            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression27  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column28            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression28  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column29            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression29  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column30            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression30  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column31            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression31  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column32            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression32  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column33            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression33  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column34            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression34  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column35            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression35  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column36            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression36  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column37            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression37  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column38            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression38  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column39            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression39  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column40            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression40  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column41            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression41  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column42            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression42  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column43            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression43  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column44            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression44  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo1   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo2   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo3   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo3 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(TestReport5));
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.MyDetail       = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel6       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox1  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel5       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.sqlDataSource2 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.Name = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF = 341.6667F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // MyDetail
     //
     this.MyDetail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel6,
         this.xrPictureBox1,
         this.xrLabel5,
         this.xrLabel4,
         this.xrLabel3,
         this.xrLabel2,
         this.xrLabel1
     });
     this.MyDetail.HeightF      = 337.5F;
     this.MyDetail.Name         = "MyDetail";
     this.MyDetail.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.Detail_BeforePrint);
     //
     // xrLabel6
     //
     this.xrLabel6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ID]")
     });
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(519.7917F, 10.00001F);
     this.xrLabel6.Multiline     = true;
     this.xrLabel6.Name          = "xrLabel6";
     this.xrLabel6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel6.Text          = "xrLabel6";
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(188.5417F, 146.8334F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(251.0417F, 169.875F);
     //
     // xrLabel5
     //
     this.xrLabel5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Parts].[Description]")
     });
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(481.25F, 74.95833F);
     this.xrLabel5.Multiline     = true;
     this.xrLabel5.Name          = "xrLabel5";
     this.xrLabel5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel5.Text          = "xrLabel5";
     //
     // xrLabel4
     //
     this.xrLabel4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Parts].[FileName]")
     });
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(92.70837F, 74.95833F);
     this.xrLabel4.Multiline     = true;
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel4.Text          = "xrLabel4";
     //
     // xrLabel3
     //
     this.xrLabel3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[QtyRequired]")
     });
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(234.375F, 10.00001F);
     this.xrLabel3.Multiline     = true;
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel3.Text          = "xrLabel3";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel2
     //
     this.xrLabel2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[QtyNested]")
     });
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(382.2917F, 10.00001F);
     this.xrLabel2.Multiline     = true;
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel2.Text          = "xrLabel2";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel1
     //
     this.xrLabel1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[OrderID]")
     });
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(92.70834F, 10.00001F);
     this.xrLabel1.Multiline     = true;
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel1.Text          = "xrLabel1";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // sqlDataSource2
     //
     this.sqlDataSource2.ConnectionName = "RadanMasterContext";
     this.sqlDataSource2.Name           = "sqlDataSource2";
     columnExpression1.ColumnName       = "FileId";
     table1.Name                  = "Files";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "FileName";
     columnExpression2.Table      = table1;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "ContentType";
     columnExpression3.Table      = table1;
     column3.Expression           = columnExpression3;
     columnExpression4.ColumnName = "Content";
     columnExpression4.Table      = table1;
     column4.Expression           = columnExpression4;
     columnExpression5.ColumnName = "FileType";
     columnExpression5.Table      = table1;
     column5.Expression           = columnExpression5;
     columnExpression6.ColumnName = "Part_ID";
     columnExpression6.Table      = table1;
     column6.Expression           = columnExpression6;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Columns.Add(column5);
     selectQuery1.Columns.Add(column6);
     selectQuery1.MetaSerializable = "<Meta X=\"-40\" Y=\"20\" Width=\"100\" Height=\"139\" />";
     selectQuery1.Name             = "Files";
     selectQuery1.Tables.Add(table1);
     columnExpression7.ColumnName = "ID";
     table2.Name                   = "OrderItems";
     columnExpression7.Table       = table2;
     column7.Expression            = columnExpression7;
     columnExpression8.ColumnName  = "OrderID";
     columnExpression8.Table       = table2;
     column8.Expression            = columnExpression8;
     columnExpression9.ColumnName  = "IsComplete";
     columnExpression9.Table       = table2;
     column9.Expression            = columnExpression9;
     columnExpression10.ColumnName = "QtyRequired";
     columnExpression10.Table      = table2;
     column10.Expression           = columnExpression10;
     columnExpression11.ColumnName = "QtyNested";
     columnExpression11.Table      = table2;
     column11.Expression           = columnExpression11;
     columnExpression12.ColumnName = "IsInProject";
     columnExpression12.Table      = table2;
     column12.Expression           = columnExpression12;
     columnExpression13.ColumnName = "Notes";
     columnExpression13.Table      = table2;
     column13.Expression           = columnExpression13;
     columnExpression14.ColumnName = "PartID";
     columnExpression14.Table      = table2;
     column14.Expression           = columnExpression14;
     columnExpression15.ColumnName = "RadanIDNumber";
     columnExpression15.Table      = table2;
     column15.Expression           = columnExpression15;
     selectQuery2.Columns.Add(column7);
     selectQuery2.Columns.Add(column8);
     selectQuery2.Columns.Add(column9);
     selectQuery2.Columns.Add(column10);
     selectQuery2.Columns.Add(column11);
     selectQuery2.Columns.Add(column12);
     selectQuery2.Columns.Add(column13);
     selectQuery2.Columns.Add(column14);
     selectQuery2.Columns.Add(column15);
     selectQuery2.MetaSerializable = "<Meta X=\"280\" Y=\"20\" Width=\"100\" Height=\"190\" />";
     selectQuery2.Name             = "OrderItems";
     selectQuery2.Tables.Add(table2);
     columnExpression16.ColumnName = "ID";
     table3.Name = "Orders";
     columnExpression16.Table      = table3;
     column16.Expression           = columnExpression16;
     columnExpression17.ColumnName = "OrderNumber";
     columnExpression17.Table      = table3;
     column17.Expression           = columnExpression17;
     columnExpression18.ColumnName = "ScheduleName";
     columnExpression18.Table      = table3;
     column18.Expression           = columnExpression18;
     columnExpression19.ColumnName = "BatchName";
     columnExpression19.Table      = table3;
     column19.Expression           = columnExpression19;
     columnExpression20.ColumnName = "EntryDate";
     columnExpression20.Table      = table3;
     column20.Expression           = columnExpression20;
     columnExpression21.ColumnName = "DueDate";
     columnExpression21.Table      = table3;
     column21.Expression           = columnExpression21;
     columnExpression22.ColumnName = "IsComplete";
     columnExpression22.Table      = table3;
     column22.Expression           = columnExpression22;
     columnExpression23.ColumnName = "IsBatch";
     columnExpression23.Table      = table3;
     column23.Expression           = columnExpression23;
     columnExpression24.ColumnName = "DateCompleted";
     columnExpression24.Table      = table3;
     column24.Expression           = columnExpression24;
     selectQuery3.Columns.Add(column16);
     selectQuery3.Columns.Add(column17);
     selectQuery3.Columns.Add(column18);
     selectQuery3.Columns.Add(column19);
     selectQuery3.Columns.Add(column20);
     selectQuery3.Columns.Add(column21);
     selectQuery3.Columns.Add(column22);
     selectQuery3.Columns.Add(column23);
     selectQuery3.Columns.Add(column24);
     selectQuery3.MetaSerializable = "<Meta X=\"420\" Y=\"20\" Width=\"100\" Height=\"190\" />";
     selectQuery3.Name             = "Orders";
     selectQuery3.Tables.Add(table3);
     columnExpression25.ColumnName = "ID";
     table4.Name = "Parts";
     columnExpression25.Table      = table4;
     column25.Expression           = columnExpression25;
     columnExpression26.ColumnName = "FileName";
     columnExpression26.Table      = table4;
     column26.Expression           = columnExpression26;
     columnExpression27.ColumnName = "Description";
     columnExpression27.Table      = table4;
     column27.Expression           = columnExpression27;
     columnExpression28.ColumnName = "Material";
     columnExpression28.Table      = table4;
     column28.Expression           = columnExpression28;
     columnExpression29.ColumnName = "Thickness";
     columnExpression29.Table      = table4;
     column29.Expression           = columnExpression29;
     columnExpression30.ColumnName = "Thumbnail";
     columnExpression30.Table      = table4;
     column30.Expression           = columnExpression30;
     columnExpression31.ColumnName = "HasBends";
     columnExpression31.Table      = table4;
     column31.Expression           = columnExpression31;
     columnExpression32.ColumnName = "Title";
     columnExpression32.Table      = table4;
     column32.Expression           = columnExpression32;
     columnExpression33.ColumnName = "ParentPartNumber";
     columnExpression33.Table      = table4;
     column33.Expression           = columnExpression33;
     columnExpression34.ColumnName = "CategoryName";
     columnExpression34.Table      = table4;
     column34.Expression           = columnExpression34;
     columnExpression35.ColumnName = "StructuralCode";
     columnExpression35.Table      = table4;
     column35.Expression           = columnExpression35;
     columnExpression36.ColumnName = "PlantID";
     columnExpression36.Table      = table4;
     column36.Expression           = columnExpression36;
     columnExpression37.ColumnName = "IsStock";
     columnExpression37.Table      = table4;
     column37.Expression           = columnExpression37;
     columnExpression38.ColumnName = "RequiresPDF";
     columnExpression38.Table      = table4;
     column38.Expression           = columnExpression38;
     columnExpression39.ColumnName = "Comment";
     columnExpression39.Table      = table4;
     column39.Expression           = columnExpression39;
     columnExpression40.ColumnName = "ModifiedDate";
     columnExpression40.Table      = table4;
     column40.Expression           = columnExpression40;
     columnExpression41.ColumnName = "State";
     columnExpression41.Table      = table4;
     column41.Expression           = columnExpression41;
     columnExpression42.ColumnName = "Keywords";
     columnExpression42.Table      = table4;
     column42.Expression           = columnExpression42;
     columnExpression43.ColumnName = "Notes";
     columnExpression43.Table      = table4;
     column43.Expression           = columnExpression43;
     columnExpression44.ColumnName = "Revision";
     columnExpression44.Table      = table4;
     column44.Expression           = columnExpression44;
     selectQuery4.Columns.Add(column25);
     selectQuery4.Columns.Add(column26);
     selectQuery4.Columns.Add(column27);
     selectQuery4.Columns.Add(column28);
     selectQuery4.Columns.Add(column29);
     selectQuery4.Columns.Add(column30);
     selectQuery4.Columns.Add(column31);
     selectQuery4.Columns.Add(column32);
     selectQuery4.Columns.Add(column33);
     selectQuery4.Columns.Add(column34);
     selectQuery4.Columns.Add(column35);
     selectQuery4.Columns.Add(column36);
     selectQuery4.Columns.Add(column37);
     selectQuery4.Columns.Add(column38);
     selectQuery4.Columns.Add(column39);
     selectQuery4.Columns.Add(column40);
     selectQuery4.Columns.Add(column41);
     selectQuery4.Columns.Add(column42);
     selectQuery4.Columns.Add(column43);
     selectQuery4.Columns.Add(column44);
     selectQuery4.MetaSerializable = "<Meta X=\"120\" Y=\"20\" Width=\"100\" Height=\"377\" />";
     selectQuery4.Name             = "Parts";
     selectQuery4.Tables.Add(table4);
     this.sqlDataSource2.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1,
         selectQuery2,
         selectQuery3,
         selectQuery4
     });
     masterDetailInfo1.DetailQueryName   = "Parts";
     relationColumnInfo1.NestedKeyColumn = "ID";
     relationColumnInfo1.ParentKeyColumn = "Part_ID";
     masterDetailInfo1.KeyColumns.Add(relationColumnInfo1);
     masterDetailInfo1.MasterQueryName   = "Files";
     masterDetailInfo2.DetailQueryName   = "Parts";
     relationColumnInfo2.NestedKeyColumn = "ID";
     relationColumnInfo2.ParentKeyColumn = "PartID";
     masterDetailInfo2.KeyColumns.Add(relationColumnInfo2);
     masterDetailInfo2.MasterQueryName   = "OrderItems";
     masterDetailInfo3.DetailQueryName   = "Orders";
     relationColumnInfo3.NestedKeyColumn = "ID";
     relationColumnInfo3.ParentKeyColumn = "OrderID";
     masterDetailInfo3.KeyColumns.Add(relationColumnInfo3);
     masterDetailInfo3.MasterQueryName = "OrderItems";
     this.sqlDataSource2.Relations.AddRange(new DevExpress.DataAccess.Sql.MasterDetailInfo[] {
         masterDetailInfo1,
         masterDetailInfo2,
         masterDetailInfo3
     });
     this.sqlDataSource2.ResultSchemaSerializable = resources.GetString("sqlDataSource2.ResultSchemaSerializable");
     //
     // TestReport5
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.MyDetail
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource2
     });
     this.DataMember = "OrderItems";
     this.DataSource = this.sqlDataSource2;
     this.Font       = new System.Drawing.Font("Arial", 9.75F);
     this.Margins    = new System.Drawing.Printing.Margins(100, 100, 100, 342);
     this.Version    = "18.2";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.DashboardCommon.Dimension    dimension1    = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Dimension    dimension2    = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Dimension    dimension3    = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Measure      measure1      = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.ChartPane    chartPane1    = new DevExpress.DashboardCommon.ChartPane();
     DevExpress.DashboardCommon.SimpleSeries simpleSeries1 = new DevExpress.DashboardCommon.SimpleSeries();
     DevExpress.DataAccess.ConnectionParameters.MsSqlConnectionParameters msSqlConnectionParameters1 = new DevExpress.DataAccess.ConnectionParameters.MsSqlConnectionParameters();
     DevExpress.DataAccess.Sql.SelectQuery           selectQuery1          = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column                column1               = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression      columnExpression1     = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                 table1                = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column                column2               = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression      columnExpression2     = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                 table2                = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column                column3               = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression      columnExpression3     = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                 table3                = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column                column4               = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression      columnExpression4     = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                 table4                = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column                column5               = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression      columnExpression5     = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column                column6               = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression      columnExpression6     = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column                column7               = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression      columnExpression7     = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column                column8               = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression      columnExpression8     = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Join                  join1                 = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo    relationColumnInfo1   = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Join                  join2                 = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo    relationColumnInfo2   = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Join                  join3                 = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo    relationColumnInfo3   = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager  resources             = new System.ComponentModel.ComponentResourceManager(typeof(Dashboard2));
     DevExpress.DashboardCommon.DashboardLayoutGroup dashboardLayoutGroup1 = new DevExpress.DashboardCommon.DashboardLayoutGroup();
     DevExpress.DashboardCommon.DashboardLayoutItem  dashboardLayoutItem1  = new DevExpress.DashboardCommon.DashboardLayoutItem();
     this.chartDashboardItem1        = new DevExpress.DashboardCommon.ChartDashboardItem();
     this.dashboardSqlDataSource2    = new DevExpress.DashboardCommon.DashboardSqlDataSource();
     this.dashboardObjectDataSource1 = new DevExpress.DashboardCommon.DashboardObjectDataSource();
     ((System.ComponentModel.ISupportInitialize)(this.chartDashboardItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dashboardSqlDataSource2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dashboardObjectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // chartDashboardItem1
     //
     dimension1.DataMember = "Agrupacion.Nombre";
     dimension1.SortOrder  = DevExpress.DashboardCommon.DimensionSortOrder.Descending;
     dimension2.DataMember = "Nomina.FechaEmision";
     dimension3.DataMember = "TipoMoneda.Abreviatura";
     this.chartDashboardItem1.Arguments.AddRange(new DevExpress.DashboardCommon.Dimension[] {
         dimension1,
         dimension2,
         dimension3
     });
     this.chartDashboardItem1.AxisX.TitleVisible = false;
     this.chartDashboardItem1.ComponentName      = "chartDashboardItem1";
     measure1.DataMember = "ImporteFinal";
     this.chartDashboardItem1.DataItemRepository.Clear();
     this.chartDashboardItem1.DataItemRepository.Add(measure1, "DataItem0");
     this.chartDashboardItem1.DataItemRepository.Add(dimension1, "DataItem1");
     this.chartDashboardItem1.DataItemRepository.Add(dimension2, "DataItem2");
     this.chartDashboardItem1.DataItemRepository.Add(dimension3, "DataItem3");
     this.chartDashboardItem1.DataSource = this.dashboardObjectDataSource1;
     this.chartDashboardItem1.InteractivityOptions.IgnoreMasterFilters = false;
     this.chartDashboardItem1.Name = "Gráfico 1";
     chartPane1.Name = "Panel 2";
     chartPane1.PrimaryAxisY.AlwaysShowZeroLevel   = true;
     chartPane1.PrimaryAxisY.ShowGridLines         = true;
     chartPane1.PrimaryAxisY.TitleVisible          = true;
     chartPane1.SecondaryAxisY.AlwaysShowZeroLevel = true;
     chartPane1.SecondaryAxisY.ShowGridLines       = false;
     chartPane1.SecondaryAxisY.TitleVisible        = true;
     simpleSeries1.AddDataItem("Value", measure1);
     chartPane1.Series.AddRange(new DevExpress.DashboardCommon.ChartSeries[] {
         simpleSeries1
     });
     this.chartDashboardItem1.Panes.AddRange(new DevExpress.DashboardCommon.ChartPane[] {
         chartPane1
     });
     this.chartDashboardItem1.ShowCaption = true;
     //
     // dashboardSqlDataSource2
     //
     this.dashboardSqlDataSource2.ComponentName        = "dashboardSqlDataSource2";
     this.dashboardSqlDataSource2.ConnectionName       = "artistasConnectionString";
     msSqlConnectionParameters1.AuthorizationType      = DevExpress.DataAccess.ConnectionParameters.MsSqlAuthorizationType.SqlServer;
     msSqlConnectionParameters1.DatabaseName           = "artistas";
     msSqlConnectionParameters1.ServerName             = ".\\SQLExpress";
     this.dashboardSqlDataSource2.ConnectionParameters = msSqlConnectionParameters1;
     this.dashboardSqlDataSource2.Name = "Origen de datos SQL 1";
     columnExpression1.ColumnName      = "Nombre";
     table1.MetaSerializable           = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"229\" />";
     table1.Name                  = "Agrupacion";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "FechaEmision";
     table2.MetaSerializable      = "<Meta X=\"340\" Y=\"210\" Width=\"125\" Height=\"172\" />";
     table2.Name                  = "Nomina";
     columnExpression2.Table      = table2;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "Abreviatura";
     table3.MetaSerializable      = "<Meta X=\"340\" Y=\"30\" Width=\"125\" Height=\"134\" />";
     table3.Name                  = "TipoMoneda";
     columnExpression3.Table      = table3;
     column3.Expression           = columnExpression3;
     columnExpression4.ColumnName = "Anno";
     table4.MetaSerializable      = "<Meta X=\"185\" Y=\"30\" Width=\"125\" Height=\"666\" />";
     table4.Name                  = "OrdenDeTrabajo";
     columnExpression4.Table      = table4;
     column4.Expression           = columnExpression4;
     columnExpression5.ColumnName = "ImporteFinal";
     columnExpression5.Table      = table4;
     column5.Expression           = columnExpression5;
     columnExpression6.ColumnName = "PorCientoUnidadArtistica";
     columnExpression6.Table      = table4;
     column6.Expression           = columnExpression6;
     columnExpression7.ColumnName = "DobleVinculo";
     columnExpression7.Table      = table1;
     column7.Expression           = columnExpression7;
     columnExpression8.ColumnName = "PerteneceACatalogo";
     columnExpression8.Table      = table1;
     column8.Expression           = columnExpression8;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Columns.Add(column5);
     selectQuery1.Columns.Add(column6);
     selectQuery1.Columns.Add(column7);
     selectQuery1.Columns.Add(column8);
     selectQuery1.Name = "Agrupacion";
     relationColumnInfo1.NestedKeyColumn = "AgrupacionId";
     relationColumnInfo1.ParentKeyColumn = "AgrupacionID";
     join1.KeyColumns.Add(relationColumnInfo1);
     join1.Nested = table4;
     join1.Parent = table1;
     relationColumnInfo2.NestedKeyColumn = "TipoMonedaID";
     relationColumnInfo2.ParentKeyColumn = "TipoMonedaId";
     join2.KeyColumns.Add(relationColumnInfo2);
     join2.Nested = table3;
     join2.Parent = table4;
     relationColumnInfo3.NestedKeyColumn = "DocumentoReferenciaId";
     relationColumnInfo3.ParentKeyColumn = "OrdenDeTrabajoID";
     join3.KeyColumns.Add(relationColumnInfo3);
     join3.Nested = table2;
     join3.Parent = table4;
     selectQuery1.Relations.Add(join1);
     selectQuery1.Relations.Add(join2);
     selectQuery1.Relations.Add(join3);
     selectQuery1.Tables.Add(table1);
     selectQuery1.Tables.Add(table4);
     selectQuery1.Tables.Add(table3);
     selectQuery1.Tables.Add(table2);
     this.dashboardSqlDataSource2.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1
     });
     this.dashboardSqlDataSource2.ResultSchemaSerializable = resources.GetString("dashboardSqlDataSource2.ResultSchemaSerializable");
     //
     // dashboardObjectDataSource1
     //
     this.dashboardObjectDataSource1.ComponentName = "dashboardObjectDataSource1";
     this.dashboardObjectDataSource1.DataSource    = typeof(DXApplication9.OrdenDeTrabajo);
     this.dashboardObjectDataSource1.Name          = "Origen de datos de objeto 1";
     //
     // Dashboard2
     //
     this.DataSources.AddRange(new DevExpress.DashboardCommon.IDashboardDataSource[] {
         this.dashboardSqlDataSource2,
         this.dashboardObjectDataSource1
     });
     this.Items.AddRange(new DevExpress.DashboardCommon.DashboardItem[] {
         this.chartDashboardItem1
     });
     dashboardLayoutItem1.DashboardItem = this.chartDashboardItem1;
     dashboardLayoutGroup1.ChildNodes.AddRange(new DevExpress.DashboardCommon.DashboardLayoutNode[] {
         dashboardLayoutItem1
     });
     dashboardLayoutGroup1.DashboardItem = null;
     this.LayoutRoot = dashboardLayoutGroup1;
     this.Title.Text = "Tablero de control";
     ((System.ComponentModel.ISupportInitialize)(dimension1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chartDashboardItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dashboardSqlDataSource2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dashboardObjectDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 31
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.DataAccess.Sql.TableQuery tableQuery1 = new DevExpress.DataAccess.Sql.TableQuery();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo1 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo2 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo3 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo3 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo4 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo4 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo1 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo1 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo2 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo2 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo3 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo4 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo3 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo5 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo4 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo6 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo5 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo7 = new DevExpress.DataAccess.Sql.ColumnInfo();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Notes));
            DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings1 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
            DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings2 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
            DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings3 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
            this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
            this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
            this.Agent = new DevExpress.XtraReports.Parameters.Parameter();
            this.Module = new DevExpress.XtraReports.Parameters.Parameter();
            this.Date = new DevExpress.XtraReports.Parameters.Parameter();
            this.pageHeaderBand1 = new DevExpress.XtraReports.UI.PageHeaderBand();
            this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
            this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
            this.pageFooterBand1 = new DevExpress.XtraReports.UI.PageFooterBand();
            this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
            this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo();
            this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.Title = new DevExpress.XtraReports.UI.XRControlStyle();
            this.FieldCaption = new DevExpress.XtraReports.UI.XRControlStyle();
            this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle();
            this.DataField = new DevExpress.XtraReports.UI.XRControlStyle();
            this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
            this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // sqlDataSource1
            // 
            this.sqlDataSource1.ConnectionName = "ES_Connection";
            tableQuery1.Name = "tb_merchants";
            relationColumnInfo1.NestedKeyColumn = "MerchantId";
            relationColumnInfo1.ParentKeyColumn = "MerchantId";
            relationInfo1.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo1});
            relationInfo1.NestedTable = "tb_notes";
            relationInfo1.ParentTable = "tb_merchants";
            relationColumnInfo2.NestedKeyColumn = "WorkFlowId";
            relationColumnInfo2.ParentKeyColumn = "WorkFlowId";
            relationInfo2.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo2});
            relationInfo2.NestedTable = "tb_workflows";
            relationInfo2.ParentTable = "tb_notes";
            relationColumnInfo3.NestedKeyColumn = "NoteTypeId";
            relationColumnInfo3.ParentKeyColumn = "NoteTypeId";
            relationInfo3.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo3});
            relationInfo3.NestedTable = "lkp_tb_notetypes";
            relationInfo3.ParentTable = "tb_notes";
            relationColumnInfo4.NestedKeyColumn = "InsertUserID";
            relationColumnInfo4.ParentKeyColumn = "InsertUserId";
            relationInfo4.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo4});
            relationInfo4.NestedTable = "tb_users";
            relationInfo4.ParentTable = "lkp_tb_notetypes";
            tableQuery1.Relations.AddRange(new DevExpress.DataAccess.Sql.RelationInfo[] {
            relationInfo1,
            relationInfo2,
            relationInfo3,
            relationInfo4});
            tableInfo1.Name = "tb_merchants";
            columnInfo1.Alias = "Merchant Id";
            columnInfo1.Name = "MerchantId";
            columnInfo2.Alias = "Merchant Name";
            columnInfo2.Name = "LegalName";
            tableInfo1.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo1,
            columnInfo2});
            tableInfo2.Name = "tb_notes";
            columnInfo3.Name = "Note";
            columnInfo4.Name = "WorkFlowId";
            tableInfo2.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo3,
            columnInfo4});
            tableInfo3.Name = "tb_workflows";
            columnInfo5.Alias = "Module";
            columnInfo5.Name = "WorkFlowName";
            tableInfo3.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo5});
            tableInfo4.Name = "lkp_tb_notetypes";
            columnInfo6.Alias = "Date";
            columnInfo6.Name = "InsertDate";
            tableInfo4.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo6});
            tableInfo5.Name = "tb_users";
            columnInfo7.Alias = "Agent";
            columnInfo7.Name = "UserName";
            tableInfo5.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo7});
            tableQuery1.Tables.AddRange(new DevExpress.DataAccess.Sql.TableInfo[] {
            tableInfo1,
            tableInfo2,
            tableInfo3,
            tableInfo4,
            tableInfo5});
            this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
            tableQuery1});
            this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrTable2});
            this.Detail.HeightF = 23F;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrTable2
            // 
            this.xrTable2.AnchorVertical = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom)));
            this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(6F, 0F);
            this.xrTable2.Name = "xrTable2";
            this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
            this.xrTableRow8});
            this.xrTable2.SizeF = new System.Drawing.SizeF(887F, 23F);
            // 
            // xrTableRow8
            // 
            this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell20,
            this.xrTableCell22,
            this.xrTableCell24,
            this.xrTableCell26,
            this.xrTableCell28,
            this.xrTableCell30});
            this.xrTableRow8.Name = "xrTableRow8";
            this.xrTableRow8.Weight = 1D;
            // 
            // xrTableCell20
            // 
            this.xrTableCell20.CanGrow = false;
            this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "tb_merchants.Merchant Id")});
            this.xrTableCell20.Name = "xrTableCell20";
            this.xrTableCell20.StyleName = "DataField";
            this.xrTableCell20.StylePriority.UseTextAlignment = false;
            this.xrTableCell20.Text = "xrTableCell20";
            this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell20.Weight = 47.317858935746422D;
            // 
            // xrTableCell22
            // 
            this.xrTableCell22.CanGrow = false;
            this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "tb_merchants.Merchant Name")});
            this.xrTableCell22.Name = "xrTableCell22";
            this.xrTableCell22.StyleName = "DataField";
            this.xrTableCell22.StylePriority.UseTextAlignment = false;
            this.xrTableCell22.Text = "xrTableCell22";
            this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell22.Weight = 95.9469508200111D;
            // 
            // xrTableCell24
            // 
            this.xrTableCell24.CanGrow = false;
            this.xrTableCell24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "tb_merchants.Module")});
            this.xrTableCell24.Name = "xrTableCell24";
            this.xrTableCell24.StyleName = "DataField";
            this.xrTableCell24.StylePriority.UseTextAlignment = false;
            this.xrTableCell24.Text = "xrTableCell24";
            this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell24.Weight = 109.09236076208757D;
            // 
            // xrTableCell26
            // 
            this.xrTableCell26.CanGrow = false;
            this.xrTableCell26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "tb_merchants.Agent")});
            this.xrTableCell26.Name = "xrTableCell26";
            this.xrTableCell26.StyleName = "DataField";
            this.xrTableCell26.StylePriority.UseTextAlignment = false;
            this.xrTableCell26.Text = "xrTableCell26";
            this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell26.Weight = 62.932499718907991D;
            // 
            // xrTableCell28
            // 
            this.xrTableCell28.CanGrow = false;
            this.xrTableCell28.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "tb_merchants.Date")});
            this.xrTableCell28.Name = "xrTableCell28";
            this.xrTableCell28.StyleName = "DataField";
            this.xrTableCell28.StylePriority.UseTextAlignment = false;
            this.xrTableCell28.Text = "xrTableCell28";
            this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell28.Weight = 81.013722373506539D;
            // 
            // xrTableCell30
            // 
            this.xrTableCell30.CanGrow = false;
            this.xrTableCell30.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "tb_merchants.Note")});
            this.xrTableCell30.Name = "xrTableCell30";
            this.xrTableCell30.StyleName = "DataField";
            this.xrTableCell30.StylePriority.UseTextAlignment = false;
            this.xrTableCell30.Text = "xrTableCell30";
            this.xrTableCell30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell30.Weight = 46.196607389740372D;
            // 
            // xrTableRow1
            // 
            this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell1,
            this.xrTableCell2,
            this.xrTableCell3});
            this.xrTableRow1.Name = "xrTableRow1";
            this.xrTableRow1.Weight = 1D;
            // 
            // xrTableCell1
            // 
            this.xrTableCell1.Name = "xrTableCell1";
            this.xrTableCell1.Text = "xrTableCell1";
            this.xrTableCell1.Weight = 1D;
            // 
            // xrTableCell2
            // 
            this.xrTableCell2.Name = "xrTableCell2";
            this.xrTableCell2.Text = "xrTableCell2";
            this.xrTableCell2.Weight = 1D;
            // 
            // xrTableCell3
            // 
            this.xrTableCell3.Name = "xrTableCell3";
            this.xrTableCell3.Text = "xrTableCell3";
            this.xrTableCell3.Weight = 1D;
            // 
            // xrTableRow2
            // 
            this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell4,
            this.xrTableCell5,
            this.xrTableCell6});
            this.xrTableRow2.Name = "xrTableRow2";
            this.xrTableRow2.Weight = 1D;
            // 
            // xrTableCell4
            // 
            this.xrTableCell4.Name = "xrTableCell4";
            this.xrTableCell4.Text = "xrTableCell4";
            this.xrTableCell4.Weight = 1D;
            // 
            // xrTableCell5
            // 
            this.xrTableCell5.Name = "xrTableCell5";
            this.xrTableCell5.Text = "xrTableCell5";
            this.xrTableCell5.Weight = 1D;
            // 
            // xrTableCell6
            // 
            this.xrTableCell6.Name = "xrTableCell6";
            this.xrTableCell6.Text = "xrTableCell6";
            this.xrTableCell6.Weight = 1D;
            // 
            // xrTableRow3
            // 
            this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell7,
            this.xrTableCell8,
            this.xrTableCell9});
            this.xrTableRow3.Name = "xrTableRow3";
            this.xrTableRow3.Weight = 1D;
            // 
            // xrTableCell7
            // 
            this.xrTableCell7.Name = "xrTableCell7";
            this.xrTableCell7.Text = "xrTableCell7";
            this.xrTableCell7.Weight = 1D;
            // 
            // xrTableCell8
            // 
            this.xrTableCell8.Name = "xrTableCell8";
            this.xrTableCell8.Text = "xrTableCell8";
            this.xrTableCell8.Weight = 1D;
            // 
            // xrTableCell9
            // 
            this.xrTableCell9.Name = "xrTableCell9";
            this.xrTableCell9.Text = "xrTableCell9";
            this.xrTableCell9.Weight = 1D;
            // 
            // xrTableRow4
            // 
            this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell10,
            this.xrTableCell11,
            this.xrTableCell12});
            this.xrTableRow4.Name = "xrTableRow4";
            this.xrTableRow4.Weight = 1D;
            // 
            // xrTableCell10
            // 
            this.xrTableCell10.Name = "xrTableCell10";
            this.xrTableCell10.Text = "xrTableCell10";
            this.xrTableCell10.Weight = 1D;
            // 
            // xrTableCell11
            // 
            this.xrTableCell11.Name = "xrTableCell11";
            this.xrTableCell11.Text = "xrTableCell11";
            this.xrTableCell11.Weight = 1D;
            // 
            // xrTableCell12
            // 
            this.xrTableCell12.Name = "xrTableCell12";
            this.xrTableCell12.Text = "xrTableCell12";
            this.xrTableCell12.Weight = 1D;
            // 
            // Agent
            // 
            this.Agent.Description = "Agent";
            dynamicListLookUpSettings1.DataAdapter = null;
            dynamicListLookUpSettings1.DataMember = "tb_merchants";
            dynamicListLookUpSettings1.DataSource = this.sqlDataSource1;
            dynamicListLookUpSettings1.DisplayMember = "Agent";
            dynamicListLookUpSettings1.ValueMember = "Agent";
            this.Agent.LookUpSettings = dynamicListLookUpSettings1;
            this.Agent.Name = "Agent";
            // 
            // Module
            // 
            this.Module.Description = "Module";
            dynamicListLookUpSettings2.DataAdapter = null;
            dynamicListLookUpSettings2.DataMember = "tb_merchants";
            dynamicListLookUpSettings2.DataSource = this.sqlDataSource1;
            dynamicListLookUpSettings2.DisplayMember = "Module";
            dynamicListLookUpSettings2.ValueMember = "Module";
            this.Module.LookUpSettings = dynamicListLookUpSettings2;
            this.Module.Name = "Module";
            // 
            // Date
            // 
            this.Date.Description = "Date";
            dynamicListLookUpSettings3.DataAdapter = null;
            dynamicListLookUpSettings3.DataMember = "tb_merchants";
            dynamicListLookUpSettings3.DataSource = this.sqlDataSource1;
            dynamicListLookUpSettings3.DisplayMember = "Date";
            dynamicListLookUpSettings3.ValueMember = "Date";
            this.Date.LookUpSettings = dynamicListLookUpSettings3;
            this.Date.Name = "Date";
            this.Date.Type = typeof(System.DateTime);
            // 
            // pageHeaderBand1
            // 
            this.pageHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrTable1});
            this.pageHeaderBand1.HeightF = 42F;
            this.pageHeaderBand1.Name = "pageHeaderBand1";
            // 
            // xrTable1
            // 
            this.xrTable1.AnchorVertical = DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom;
            this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
            this.xrTable1.Name = "xrTable1";
            this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
            this.xrTableRow7});
            this.xrTable1.SizeF = new System.Drawing.SizeF(887F, 36F);
            // 
            // xrTableRow7
            // 
            this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell19,
            this.xrTableCell21,
            this.xrTableCell23,
            this.xrTableCell25,
            this.xrTableCell27,
            this.xrTableCell29});
            this.xrTableRow7.Name = "xrTableRow7";
            this.xrTableRow7.Weight = 1D;
            // 
            // xrTableCell19
            // 
            this.xrTableCell19.CanGrow = false;
            this.xrTableCell19.Name = "xrTableCell19";
            this.xrTableCell19.StyleName = "FieldCaption";
            this.xrTableCell19.StylePriority.UseTextAlignment = false;
            this.xrTableCell19.Text = "Merchant ID";
            this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell19.Weight = 47.317858935746422D;
            // 
            // xrTableCell21
            // 
            this.xrTableCell21.CanGrow = false;
            this.xrTableCell21.Name = "xrTableCell21";
            this.xrTableCell21.StyleName = "FieldCaption";
            this.xrTableCell21.StylePriority.UseTextAlignment = false;
            this.xrTableCell21.Text = "Merchant Name";
            this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell21.Weight = 95.9469508200111D;
            // 
            // xrTableCell23
            // 
            this.xrTableCell23.CanGrow = false;
            this.xrTableCell23.Name = "xrTableCell23";
            this.xrTableCell23.StyleName = "FieldCaption";
            this.xrTableCell23.StylePriority.UseTextAlignment = false;
            this.xrTableCell23.Text = "Module";
            this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell23.Weight = 109.09236076208757D;
            // 
            // xrTableCell25
            // 
            this.xrTableCell25.CanGrow = false;
            this.xrTableCell25.Name = "xrTableCell25";
            this.xrTableCell25.StyleName = "FieldCaption";
            this.xrTableCell25.StylePriority.UseTextAlignment = false;
            this.xrTableCell25.Text = "Agent";
            this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell25.Weight = 62.932499718907991D;
            // 
            // xrTableCell27
            // 
            this.xrTableCell27.CanGrow = false;
            this.xrTableCell27.Name = "xrTableCell27";
            this.xrTableCell27.StyleName = "FieldCaption";
            this.xrTableCell27.StylePriority.UseTextAlignment = false;
            this.xrTableCell27.Text = "Date";
            this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell27.Weight = 81.013722373506539D;
            // 
            // xrTableCell29
            // 
            this.xrTableCell29.CanGrow = false;
            this.xrTableCell29.Name = "xrTableCell29";
            this.xrTableCell29.StyleName = "FieldCaption";
            this.xrTableCell29.StylePriority.UseTextAlignment = false;
            this.xrTableCell29.Text = "Note";
            this.xrTableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell29.Weight = 46.196607389740372D;
            // 
            // xrTableRow5
            // 
            this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell13,
            this.xrTableCell14,
            this.xrTableCell15});
            this.xrTableRow5.Name = "xrTableRow5";
            this.xrTableRow5.Weight = 1D;
            // 
            // xrTableCell13
            // 
            this.xrTableCell13.Name = "xrTableCell13";
            this.xrTableCell13.Text = "xrTableCell13";
            this.xrTableCell13.Weight = 1D;
            // 
            // xrTableCell14
            // 
            this.xrTableCell14.Name = "xrTableCell14";
            this.xrTableCell14.Text = "xrTableCell14";
            this.xrTableCell14.Weight = 1D;
            // 
            // xrTableCell15
            // 
            this.xrTableCell15.Name = "xrTableCell15";
            this.xrTableCell15.Text = "xrTableCell15";
            this.xrTableCell15.Weight = 1D;
            // 
            // xrTableRow6
            // 
            this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell16,
            this.xrTableCell17,
            this.xrTableCell18});
            this.xrTableRow6.Name = "xrTableRow6";
            this.xrTableRow6.Weight = 1D;
            // 
            // xrTableCell16
            // 
            this.xrTableCell16.Name = "xrTableCell16";
            this.xrTableCell16.Text = "xrTableCell16";
            this.xrTableCell16.Weight = 1D;
            // 
            // xrTableCell17
            // 
            this.xrTableCell17.Name = "xrTableCell17";
            this.xrTableCell17.Text = "xrTableCell17";
            this.xrTableCell17.Weight = 1D;
            // 
            // xrTableCell18
            // 
            this.xrTableCell18.Name = "xrTableCell18";
            this.xrTableCell18.Text = "xrTableCell18";
            this.xrTableCell18.Weight = 1D;
            // 
            // pageFooterBand1
            // 
            this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrPageInfo1,
            this.xrPageInfo2});
            this.pageFooterBand1.HeightF = 29F;
            this.pageFooterBand1.Name = "pageFooterBand1";
            // 
            // xrPageInfo1
            // 
            this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
            this.xrPageInfo1.Name = "xrPageInfo1";
            this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime;
            this.xrPageInfo1.SizeF = new System.Drawing.SizeF(438F, 23F);
            this.xrPageInfo1.StyleName = "PageInfo";
            // 
            // xrPageInfo2
            // 
            this.xrPageInfo2.Format = "Page {0} of {1}";
            this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(456F, 6F);
            this.xrPageInfo2.Name = "xrPageInfo2";
            this.xrPageInfo2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrPageInfo2.SizeF = new System.Drawing.SizeF(438F, 23F);
            this.xrPageInfo2.StyleName = "PageInfo";
            this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
            // 
            // reportHeaderBand1
            // 
            this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel1});
            this.reportHeaderBand1.HeightF = 53F;
            this.reportHeaderBand1.Name = "reportHeaderBand1";
            // 
            // xrLabel1
            // 
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(888F, 35F);
            this.xrLabel1.StyleName = "Title";
            this.xrLabel1.Text = "Note";
            // 
            // 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("Times New Roman", 21F);
            this.Title.ForeColor = System.Drawing.Color.Black;
            this.Title.Name = "Title";
            // 
            // FieldCaption
            // 
            this.FieldCaption.BackColor = System.Drawing.Color.Transparent;
            this.FieldCaption.BorderColor = System.Drawing.Color.Black;
            this.FieldCaption.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
            this.FieldCaption.BorderWidth = 1F;
            this.FieldCaption.Font = new System.Drawing.Font("Times New Roman", 10F);
            this.FieldCaption.ForeColor = System.Drawing.Color.Black;
            this.FieldCaption.Name = "FieldCaption";
            // 
            // PageInfo
            // 
            this.PageInfo.BackColor = System.Drawing.Color.Transparent;
            this.PageInfo.BorderColor = System.Drawing.Color.Black;
            this.PageInfo.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.PageInfo.BorderWidth = 1F;
            this.PageInfo.Font = new System.Drawing.Font("Arial", 8F);
            this.PageInfo.ForeColor = System.Drawing.Color.Black;
            this.PageInfo.Name = "PageInfo";
            // 
            // DataField
            // 
            this.DataField.BackColor = System.Drawing.Color.Transparent;
            this.DataField.BorderColor = System.Drawing.Color.Black;
            this.DataField.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.DataField.BorderWidth = 1F;
            this.DataField.Font = new System.Drawing.Font("Arial", 9F);
            this.DataField.ForeColor = System.Drawing.Color.Black;
            this.DataField.Name = "DataField";
            this.DataField.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            // 
            // topMarginBand1
            // 
            this.topMarginBand1.HeightF = 100F;
            this.topMarginBand1.Name = "topMarginBand1";
            // 
            // bottomMarginBand1
            // 
            this.bottomMarginBand1.HeightF = 100.1667F;
            this.bottomMarginBand1.Name = "bottomMarginBand1";
            // 
            // Notes
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.pageHeaderBand1,
            this.pageFooterBand1,
            this.reportHeaderBand1,
            this.topMarginBand1,
            this.bottomMarginBand1});
            this.ComponentStorage.Add(this.sqlDataSource1);
            this.DataMember = "tb_merchants";
            this.DataSource = this.sqlDataSource1;
            this.Landscape = true;
            this.PageHeight = 850;
            this.PageWidth = 1100;
            this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
            this.Agent,
            this.Module,
            this.Date});
            this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
            this.Title,
            this.FieldCaption,
            this.PageInfo,
            this.DataField});
            this.Version = "14.1";
            ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
Ejemplo n.º 32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery1        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column4             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.SelectQuery          selectQuery2        = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column5             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table2              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column6             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column7             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression7   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column8             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression8   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column9             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression9   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column10            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression10  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column11            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression11  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column12            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression12  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column13            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression13  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column14            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression14  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column15            = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression15  = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.MasterDetailInfo     masterDetailInfo1   = new DevExpress.DataAccess.Sql.MasterDetailInfo();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(PublicReport));
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1           = new DevExpress.XtraReports.UI.XRLine();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.sqlDataSource1    = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.pageFooterBand1   = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo2       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel10         = new DevExpress.XtraReports.UI.XRLabel();
     this.Title             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.FieldCaption      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DataField         = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailReport      = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1           = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel12         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrCheckBox1       = new DevExpress.XtraReports.UI.XRCheckBox();
     this.xrLabel11         = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader1      = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel15         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13         = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrLabel2,
         this.xrLabel3,
         this.xrLabel7,
         this.xrLabel8,
         this.xrLabel9,
         this.xrLine1
     });
     this.Detail.HeightF       = 106.7917F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 9F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(162F, 18F);
     this.xrLabel1.StyleName     = "FieldCaption";
     this.xrLabel1.Text          = "Category ID";
     //
     // xrLabel2
     //
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(6F, 33F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(162F, 18F);
     this.xrLabel2.StyleName     = "FieldCaption";
     this.xrLabel2.Text          = "Category Name";
     //
     // xrLabel3
     //
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(6F, 57F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(162F, 18F);
     this.xrLabel3.StyleName     = "FieldCaption";
     this.xrLabel3.Text          = "Description";
     //
     // xrLabel7
     //
     this.xrLabel7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CategoryID]")
     });
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(174F, 9F);
     this.xrLabel7.Name          = "xrLabel7";
     this.xrLabel7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF         = new System.Drawing.SizeF(470F, 18F);
     this.xrLabel7.StyleName     = "DataField";
     this.xrLabel7.Text          = "xrLabel7";
     //
     // xrLabel8
     //
     this.xrLabel8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CategoryName]")
     });
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(174F, 33F);
     this.xrLabel8.Name          = "xrLabel8";
     this.xrLabel8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF         = new System.Drawing.SizeF(470F, 18F);
     this.xrLabel8.StyleName     = "DataField";
     this.xrLabel8.Text          = "xrLabel8";
     //
     // xrLabel9
     //
     this.xrLabel9.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Description]")
     });
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(174F, 57F);
     this.xrLabel9.Name          = "xrLabel9";
     this.xrLabel9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF         = new System.Drawing.SizeF(470F, 18F);
     this.xrLabel9.StyleName     = "DataField";
     this.xrLabel9.Text          = "xrLabel9";
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 3F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(638F, 2F);
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 100F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "nwindConnectionXpo";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "CategoryID";
     table1.Name                  = "Categories";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "CategoryName";
     columnExpression2.Table      = table1;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "Description";
     columnExpression3.Table      = table1;
     column3.Expression           = columnExpression3;
     columnExpression4.ColumnName = "Picture";
     columnExpression4.Table      = table1;
     column4.Expression           = columnExpression4;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.MetaSerializable = "<Meta X=\"20\" Y=\"20\" Width=\"100\" Height=\"139\" />";
     selectQuery1.Name             = "Categories";
     selectQuery1.Tables.Add(table1);
     columnExpression5.ColumnName = "ProductID";
     table2.Name                   = "Products";
     columnExpression5.Table       = table2;
     column5.Expression            = columnExpression5;
     columnExpression6.ColumnName  = "ProductName";
     columnExpression6.Table       = table2;
     column6.Expression            = columnExpression6;
     columnExpression7.ColumnName  = "SupplierID";
     columnExpression7.Table       = table2;
     column7.Expression            = columnExpression7;
     columnExpression8.ColumnName  = "CategoryID";
     columnExpression8.Table       = table2;
     column8.Expression            = columnExpression8;
     columnExpression9.ColumnName  = "QuantityPerUnit";
     columnExpression9.Table       = table2;
     column9.Expression            = columnExpression9;
     columnExpression10.ColumnName = "UnitPrice";
     columnExpression10.Table      = table2;
     column10.Expression           = columnExpression10;
     columnExpression11.ColumnName = "UnitsInStock";
     columnExpression11.Table      = table2;
     column11.Expression           = columnExpression11;
     columnExpression12.ColumnName = "UnitsOnOrder";
     columnExpression12.Table      = table2;
     column12.Expression           = columnExpression12;
     columnExpression13.ColumnName = "ReorderLevel";
     columnExpression13.Table      = table2;
     column13.Expression           = columnExpression13;
     columnExpression14.ColumnName = "Discontinued";
     columnExpression14.Table      = table2;
     column14.Expression           = columnExpression14;
     columnExpression15.ColumnName = "EAN13";
     columnExpression15.Table      = table2;
     column15.Expression           = columnExpression15;
     selectQuery2.Columns.Add(column5);
     selectQuery2.Columns.Add(column6);
     selectQuery2.Columns.Add(column7);
     selectQuery2.Columns.Add(column8);
     selectQuery2.Columns.Add(column9);
     selectQuery2.Columns.Add(column10);
     selectQuery2.Columns.Add(column11);
     selectQuery2.Columns.Add(column12);
     selectQuery2.Columns.Add(column13);
     selectQuery2.Columns.Add(column14);
     selectQuery2.Columns.Add(column15);
     selectQuery2.MetaSerializable = "<Meta X=\"140\" Y=\"20\" Width=\"100\" Height=\"224\" />";
     selectQuery2.Name             = "Products";
     selectQuery2.Tables.Add(table2);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1,
         selectQuery2
     });
     masterDetailInfo1.DetailQueryName   = "Products";
     relationColumnInfo1.NestedKeyColumn = "CategoryID";
     relationColumnInfo1.ParentKeyColumn = "CategoryID";
     masterDetailInfo1.KeyColumns.Add(relationColumnInfo1);
     masterDetailInfo1.MasterQueryName = "Categories";
     this.sqlDataSource1.Relations.AddRange(new DevExpress.DataAccess.Sql.MasterDetailInfo[] {
         masterDetailInfo1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // pageFooterBand1
     //
     this.pageFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrPageInfo2
     });
     this.pageFooterBand1.HeightF = 29F;
     this.pageFooterBand1.Name    = "pageFooterBand1";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo1.StyleName     = "PageInfo";
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.LocationFloat    = new DevExpress.Utils.PointFloat(331F, 6F);
     this.xrPageInfo2.Name             = "xrPageInfo2";
     this.xrPageInfo2.Padding          = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.SizeF            = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo2.StyleName        = "PageInfo";
     this.xrPageInfo2.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrPageInfo2.TextFormatString = "Page {0} of {1}";
     //
     // reportHeaderBand1
     //
     this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel10
     });
     this.reportHeaderBand1.HeightF = 64F;
     this.reportHeaderBand1.Name    = "reportHeaderBand1";
     //
     // xrLabel10
     //
     this.xrLabel10.ForeColor     = System.Drawing.Color.Green;
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(6.00001F, 6.00001F);
     this.xrLabel10.Multiline     = true;
     this.xrLabel10.Name          = "xrLabel10";
     this.xrLabel10.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF         = new System.Drawing.SizeF(633.9999F, 44.45833F);
     this.xrLabel10.StyleName     = "Title";
     this.xrLabel10.StylePriority.UseForeColor = false;
     this.xrLabel10.Text = "Public Report\r\n";
     //
     // 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("Times New Roman", 20F, System.Drawing.FontStyle.Bold);
     this.Title.ForeColor   = System.Drawing.Color.Maroon;
     this.Title.Name        = "Title";
     //
     // FieldCaption
     //
     this.FieldCaption.BackColor   = System.Drawing.Color.Transparent;
     this.FieldCaption.BorderColor = System.Drawing.Color.Black;
     this.FieldCaption.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.FieldCaption.BorderWidth = 1F;
     this.FieldCaption.Font        = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.FieldCaption.ForeColor   = System.Drawing.Color.Maroon;
     this.FieldCaption.Name        = "FieldCaption";
     //
     // PageInfo
     //
     this.PageInfo.BackColor   = System.Drawing.Color.Transparent;
     this.PageInfo.BorderColor = System.Drawing.Color.Black;
     this.PageInfo.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.PageInfo.BorderWidth = 1F;
     this.PageInfo.Font        = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.PageInfo.ForeColor   = System.Drawing.Color.Black;
     this.PageInfo.Name        = "PageInfo";
     //
     // DataField
     //
     this.DataField.BackColor   = System.Drawing.Color.Transparent;
     this.DataField.BorderColor = System.Drawing.Color.Black;
     this.DataField.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.DataField.BorderWidth = 1F;
     this.DataField.Font        = new System.Drawing.Font("Times New Roman", 10F);
     this.DataField.ForeColor   = System.Drawing.Color.Black;
     this.DataField.Name        = "DataField";
     this.DataField.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1,
         this.GroupHeader1
     });
     this.DetailReport.DataMember = "Categories.CategoriesProducts";
     this.DetailReport.DataSource = this.sqlDataSource1;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel12,
         this.xrCheckBox1,
         this.xrLabel11
     });
     this.Detail1.HeightF = 23F;
     this.Detail1.Name    = "Detail1";
     //
     // xrLabel12
     //
     this.xrLabel12.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[UnitPrice]")
     });
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(550F, 0F);
     this.xrLabel12.Name          = "xrLabel12";
     this.xrLabel12.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel12.Text          = "xrLabel12";
     //
     // xrCheckBox1
     //
     this.xrCheckBox1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "CheckState", "[Discontinued]")
     });
     this.xrCheckBox1.GlyphAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.xrCheckBox1.LocationFloat  = new DevExpress.Utils.PointFloat(320.8333F, 0F);
     this.xrCheckBox1.Name           = "xrCheckBox1";
     this.xrCheckBox1.SizeF          = new System.Drawing.SizeF(100F, 23F);
     //
     // xrLabel11
     //
     this.xrLabel11.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ProductName]")
     });
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel11.Name          = "xrLabel11";
     this.xrLabel11.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF         = new System.Drawing.SizeF(195.8333F, 23F);
     this.xrLabel11.Text          = "xrLabel11";
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel15,
         this.xrLabel14,
         this.xrLabel13
     });
     this.GroupHeader1.HeightF = 23.95833F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // xrLabel15
     //
     this.xrLabel15.Font                  = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel15.LocationFloat         = new DevExpress.Utils.PointFloat(550F, 0F);
     this.xrLabel15.Multiline             = true;
     this.xrLabel15.Name                  = "xrLabel15";
     this.xrLabel15.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF                 = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.Text                  = "UnitPrice\r\n";
     //
     // xrLabel14
     //
     this.xrLabel14.Font                  = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel14.LocationFloat         = new DevExpress.Utils.PointFloat(320.8333F, 0F);
     this.xrLabel14.Multiline             = true;
     this.xrLabel14.Name                  = "xrLabel14";
     this.xrLabel14.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                 = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.Text                  = "Discontinued\r\n";
     //
     // xrLabel13
     //
     this.xrLabel13.Font                  = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel13.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel13.Name                  = "xrLabel13";
     this.xrLabel13.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                 = new System.Drawing.SizeF(195.8333F, 23F);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.Text                  = "ProductName";
     //
     // PublicReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.pageFooterBand1,
         this.reportHeaderBand1,
         this.DetailReport
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "Categories";
     this.DataSource = this.sqlDataSource1;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.FieldCaption,
         this.PageInfo,
         this.DataField
     });
     this.Version = "18.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraPrinting.BarCode.Code128Generator code128Generator1 = new DevExpress.XtraPrinting.BarCode.Code128Generator();
     DevExpress.DataAccess.Sql.SelectQuery            selectQuery1      = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column1             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression1   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table1              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column2             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression2   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column3             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression3   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column4             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression4   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column5             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression5   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column6             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression6   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table2              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Column               column7             = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression7   = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table3              = new DevExpress.DataAccess.Sql.Table();
     DevExpress.DataAccess.Sql.Join                 join1               = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     DevExpress.DataAccess.Sql.Join                 join2               = new DevExpress.DataAccess.Sql.Join();
     DevExpress.DataAccess.Sql.RelationColumnInfo   relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
     System.ComponentModel.ComponentResourceManager resources           = new System.ComponentModel.ComponentResourceManager(typeof(BarCodeWork));
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1       = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrBarCode1     = new DevExpress.XtraReports.UI.XRBarCode();
     this.DetailReport   = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1        = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTableRow2    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell4   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow3    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell3   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow4    = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell7   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8   = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2   = new DevExpress.XtraReports.UI.XRTableCell();
     this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.Dpi     = 254F;
     this.TopMargin.HeightF = 200F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi     = 254F;
     this.BottomMargin.HeightF = 200F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // Detail
     //
     this.Detail.Dpi     = 254F;
     this.Detail.HeightF = 1.587516F;
     this.Detail.HierarchyPrintOptions.Indent = 50.8F;
     this.Detail.Name = "Detail";
     //
     // xrTable1
     //
     this.xrTable1.Dpi           = 254F;
     this.xrTable1.Font          = new System.Drawing.Font("나눔고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(947.9003F, 25.00001F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1,
         this.xrTableRow2,
         this.xrTableRow3,
         this.xrTableRow4
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(858.308F, 272.5208F);
     this.xrTable1.StylePriority.UseFont          = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2
     });
     this.xrTableRow1.Dpi    = 254F;
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Dpi       = 254F;
     this.xrTableCell1.Multiline = true;
     this.xrTableCell1.Name      = "xrTableCell1";
     this.xrTableCell1.Text      = "작업일";
     this.xrTableCell1.Weight    = 0.52578529586423328D;
     //
     // xrBarCode1
     //
     this.xrBarCode1.Dpi = 254F;
     this.xrBarCode1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TBL_WORK_ORDER_1].[work_order_no]")
     });
     this.xrBarCode1.LocationFloat = new DevExpress.Utils.PointFloat(91.54577F, 52.51981F);
     this.xrBarCode1.Module        = 5.08F;
     this.xrBarCode1.Name          = "xrBarCode1";
     this.xrBarCode1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(26, 26, 0, 0, 254F);
     this.xrBarCode1.SizeF         = new System.Drawing.SizeF(732.8958F, 190.5F);
     this.xrBarCode1.Symbology     = code128Generator1;
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1
     });
     this.DetailReport.DataSource = this.sqlDataSource1;
     this.DetailReport.Dpi        = 254F;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1,
         this.xrBarCode1
     });
     this.Detail1.Dpi     = 254F;
     this.Detail1.HeightF = 325.9917F;
     this.Detail1.HierarchyPrintOptions.Indent = 50.8F;
     this.Detail1.Name = "Detail1";
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell4,
         this.xrTableCell5
     });
     this.xrTableRow2.Dpi    = 254F;
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Dpi       = 254F;
     this.xrTableCell4.Multiline = true;
     this.xrTableCell4.Name      = "xrTableCell4";
     this.xrTableCell4.Text      = "작업자";
     this.xrTableCell4.Weight    = 0.52578529586423328D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Dpi = 254F;
     this.xrTableCell5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TBL_WORK_ORDER_1].[employee_name]")
     });
     this.xrTableCell5.Multiline = true;
     this.xrTableCell5.Name      = "xrTableCell5";
     this.xrTableCell5.Text      = "xrTableCell5";
     this.xrTableCell5.Weight    = 1.4742147041357665D;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell3,
         this.xrTableCell6
     });
     this.xrTableRow3.Dpi    = 254F;
     this.xrTableRow3.Name   = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Dpi       = 254F;
     this.xrTableCell3.Multiline = true;
     this.xrTableCell3.Name      = "xrTableCell3";
     this.xrTableCell3.Text      = "품명";
     this.xrTableCell3.Weight    = 0.52578529586423328D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Dpi = 254F;
     this.xrTableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TBL_WORK_ORDER_1].[product_name]")
     });
     this.xrTableCell6.Multiline = true;
     this.xrTableCell6.Name      = "xrTableCell6";
     this.xrTableCell6.Text      = "xrTableCell6";
     this.xrTableCell6.Weight    = 1.4742147041357665D;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell7,
         this.xrTableCell8
     });
     this.xrTableRow4.Dpi    = 254F;
     this.xrTableRow4.Name   = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Dpi       = 254F;
     this.xrTableCell7.Multiline = true;
     this.xrTableCell7.Name      = "xrTableCell7";
     this.xrTableCell7.Text      = "수량";
     this.xrTableCell7.Weight    = 0.52578529586423328D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Dpi = 254F;
     this.xrTableCell8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TBL_WORK_ORDER_1].[work_order_quantity]")
     });
     this.xrTableCell8.Multiline = true;
     this.xrTableCell8.Name      = "xrTableCell8";
     this.xrTableCell8.Text      = "xrTableCell8";
     this.xrTableCell8.Weight    = 1.4742147041357665D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Dpi = 254F;
     this.xrTableCell2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TBL_WORK_ORDER_1].[work_date]")
     });
     this.xrTableCell2.Multiline = true;
     this.xrTableCell2.Name      = "xrTableCell2";
     this.xrTableCell2.Weight    = 1.4742147041357665D;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "localhost_Connection";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "work_order_no";
     table1.MetaSerializable            = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"363\" />";
     table1.Name                  = "TBL_WORK_ORDER";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "worker_id";
     columnExpression2.Table      = table1;
     column2.Expression           = columnExpression2;
     columnExpression3.ColumnName = "product_id";
     columnExpression3.Table      = table1;
     column3.Expression           = columnExpression3;
     columnExpression4.ColumnName = "work_date";
     columnExpression4.Table      = table1;
     column4.Expression           = columnExpression4;
     columnExpression5.ColumnName = "work_order_quantity";
     columnExpression5.Table      = table1;
     column5.Expression           = columnExpression5;
     columnExpression6.ColumnName = "employee_name";
     table2.MetaSerializable      = "<Meta X=\"185\" Y=\"30\" Width=\"125\" Height=\"263\" />";
     table2.Name                  = "TBL_EMPLOYEE";
     columnExpression6.Table      = table2;
     column6.Expression           = columnExpression6;
     columnExpression7.ColumnName = "product_name";
     table3.MetaSerializable      = "<Meta X=\"340\" Y=\"30\" Width=\"125\" Height=\"403\" />";
     table3.Name                  = "TBL_PRODUCT";
     columnExpression7.Table      = table3;
     column7.Expression           = columnExpression7;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Columns.Add(column3);
     selectQuery1.Columns.Add(column4);
     selectQuery1.Columns.Add(column5);
     selectQuery1.Columns.Add(column6);
     selectQuery1.Columns.Add(column7);
     selectQuery1.Name = "TBL_WORK_ORDER_1";
     relationColumnInfo1.NestedKeyColumn = "employee_id";
     relationColumnInfo1.ParentKeyColumn = "worker_id";
     join1.KeyColumns.Add(relationColumnInfo1);
     join1.Nested = table2;
     join1.Parent = table1;
     relationColumnInfo2.NestedKeyColumn = "product_id";
     relationColumnInfo2.ParentKeyColumn = "product_id";
     join2.KeyColumns.Add(relationColumnInfo2);
     join2.Nested = table3;
     join2.Parent = table1;
     selectQuery1.Relations.Add(join1);
     selectQuery1.Relations.Add(join2);
     selectQuery1.Tables.Add(table1);
     selectQuery1.Tables.Add(table2);
     selectQuery1.Tables.Add(table3);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // BarCodeWork
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail,
         this.DetailReport
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember   = "TBL_WORK_ORDER_1";
     this.DataSource   = this.sqlDataSource1;
     this.Dpi          = 254F;
     this.Font         = new System.Drawing.Font("Arial", 9.75F);
     this.Margins      = new System.Drawing.Printing.Margins(100, 100, 200, 200);
     this.PageHeight   = 2970;
     this.PageWidth    = 2100;
     this.PaperKind    = System.Drawing.Printing.PaperKind.A4;
     this.ReportUnit   = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 25F;
     this.Version      = "20.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
	/// <summary>
	/// Required method for Designer support - do not modify
	/// the contents of this method with the code editor.
	/// </summary>
	private void InitializeComponent() {
            string resourceFileName = "TvListReport.resx";
            System.Resources.ResourceManager resources = global::Resources.TvListReport.ResourceManager;
            this.components = new System.ComponentModel.Container();
            DevExpress.DataAccess.Sql.TableQuery tableQuery1 = new DevExpress.DataAccess.Sql.TableQuery();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo1 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo1 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo2 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo2 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo3 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo3 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo4 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo4 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.RelationInfo relationInfo5 = new DevExpress.DataAccess.Sql.RelationInfo();
            DevExpress.DataAccess.Sql.RelationColumnInfo relationColumnInfo5 = new DevExpress.DataAccess.Sql.RelationColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo1 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo1 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo2 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo3 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo2 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo4 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo5 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo6 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo3 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo7 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo8 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo9 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo10 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo4 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo11 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo12 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo5 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo13 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo14 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo15 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo16 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo17 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo18 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.TableInfo tableInfo6 = new DevExpress.DataAccess.Sql.TableInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo19 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.DataAccess.Sql.ColumnInfo columnInfo20 = new DevExpress.DataAccess.Sql.ColumnInfo();
            DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings1 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
            this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.Title = new DevExpress.XtraReports.UI.XRControlStyle();
            this.FieldCaption = new DevExpress.XtraReports.UI.XRControlStyle();
            this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle();
            this.DataField = new DevExpress.XtraReports.UI.XRControlStyle();
            this.Sinav_id = new DevExpress.XtraReports.Parameters.Parameter();
            this.radialMenu1 = new DevExpress.XtraBars.Ribbon.RadialMenu(this.components);
            this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
            this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
            ((System.ComponentModel.ISupportInitialize)(this.radialMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // sqlDataSource1
            // 
            this.sqlDataSource1.ConnectionName = "Tu_SinavConnectionString";
            this.sqlDataSource1.Name = "sqlDataSource1";
            tableQuery1.Name = "ogr_sinav_derslik";
            relationColumnInfo1.NestedKeyColumn = "derslik_id";
            relationColumnInfo1.ParentKeyColumn = "derslik_id";
            relationInfo1.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo1});
            relationInfo1.NestedTable = "Derslik";
            relationInfo1.ParentTable = "ogr_sinav_derslik";
            relationColumnInfo2.NestedKeyColumn = "ogr_no";
            relationColumnInfo2.ParentKeyColumn = "ogr_no";
            relationInfo2.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo2});
            relationInfo2.NestedTable = "Ogrenci";
            relationInfo2.ParentTable = "ogr_sinav_derslik";
            relationColumnInfo3.NestedKeyColumn = "bolum_id";
            relationColumnInfo3.ParentKeyColumn = "bolum_id";
            relationInfo3.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo3});
            relationInfo3.NestedTable = "Bolumler";
            relationInfo3.ParentTable = "Ogrenci";
            relationColumnInfo4.NestedKeyColumn = "Sinav_id";
            relationColumnInfo4.ParentKeyColumn = "Sinav_id";
            relationInfo4.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo4});
            relationInfo4.NestedTable = "Sinavlar";
            relationInfo4.ParentTable = "ogr_sinav_derslik";
            relationColumnInfo5.NestedKeyColumn = "ders_id";
            relationColumnInfo5.ParentKeyColumn = "ders_id";
            relationInfo5.KeyColumns.AddRange(new DevExpress.DataAccess.Sql.RelationColumnInfo[] {
            relationColumnInfo5});
            relationInfo5.NestedTable = "Dersler";
            relationInfo5.ParentTable = "Sinavlar";
            tableQuery1.Relations.AddRange(new DevExpress.DataAccess.Sql.RelationInfo[] {
            relationInfo1,
            relationInfo2,
            relationInfo3,
            relationInfo4,
            relationInfo5});
            tableInfo1.Name = "ogr_sinav_derslik";
            columnInfo1.Name = "ogr_no";
            columnInfo2.Name = "Sinav_id";
            columnInfo3.Name = "derslik_id";
            tableInfo1.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo1,
            columnInfo2,
            columnInfo3});
            tableInfo2.Name = "Derslik";
            columnInfo4.Alias = "Derslik_derslik_id";
            columnInfo4.Name = "derslik_id";
            columnInfo5.Name = "derslik_adi";
            columnInfo6.Name = "derslik_kapasite";
            tableInfo2.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo4,
            columnInfo5,
            columnInfo6});
            tableInfo3.Name = "Ogrenci";
            columnInfo7.Alias = "Ogrenci_ogr_no";
            columnInfo7.Name = "ogr_no";
            columnInfo8.Name = "ogr_adi";
            columnInfo9.Name = "ogr_soyadi";
            columnInfo10.Name = "bolum_id";
            tableInfo3.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo7,
            columnInfo8,
            columnInfo9,
            columnInfo10});
            tableInfo4.Name = "Bolumler";
            columnInfo11.Alias = "Bolumler_bolum_id";
            columnInfo11.Name = "bolum_id";
            columnInfo12.Name = "bolum_adi";
            tableInfo4.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo11,
            columnInfo12});
            tableInfo5.Name = "Sinavlar";
            columnInfo13.Alias = "Sinavlar_Sinav_id";
            columnInfo13.Name = "Sinav_id";
            columnInfo14.Name = "ders_id";
            columnInfo15.Name = "tarih";
            columnInfo16.Name = "sinav_tur";
            columnInfo17.Name = "yapilis_tur";
            columnInfo18.Name = "sinav_saati";
            tableInfo5.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo13,
            columnInfo14,
            columnInfo15,
            columnInfo16,
            columnInfo17,
            columnInfo18});
            tableInfo6.Name = "Dersler";
            columnInfo19.Alias = "Dersler_ders_id";
            columnInfo19.Name = "ders_id";
            columnInfo20.Name = "ders_adi";
            tableInfo6.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
            columnInfo19,
            columnInfo20});
            tableQuery1.Tables.AddRange(new DevExpress.DataAccess.Sql.TableInfo[] {
            tableInfo1,
            tableInfo2,
            tableInfo3,
            tableInfo4,
            tableInfo5,
            tableInfo6});
            this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
            tableQuery1});
            this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
            // 
            // Detail
            // 
            this.Detail.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel2,
            this.xrLabel1,
            this.xrLabel3,
            this.xrLabel4});
            this.Detail.Font = new System.Drawing.Font("Times New Roman", 18F);
            this.Detail.HeightF = 39.91667F;
            this.Detail.MultiColumn.ColumnCount = 3;
            this.Detail.MultiColumn.ColumnSpacing = 2F;
            this.Detail.MultiColumn.ColumnWidth = 570F;
            this.Detail.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnWidth;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.Detail.StylePriority.UseBorders = false;
            this.Detail.StylePriority.UseFont = false;
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel2
            // 
            this.xrLabel2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel2.CanGrow = false;
            this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "ogr_sinav_derslik.ogr_no")});
            this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 18F);
            this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(10F, 0F);
            this.xrLabel2.Name = "xrLabel2";
            this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel2.SizeF = new System.Drawing.SizeF(147.3188F, 39.91667F);
            this.xrLabel2.StylePriority.UseBorders = false;
            this.xrLabel2.StylePriority.UseFont = false;
            this.xrLabel2.StylePriority.UsePadding = false;
            this.xrLabel2.StylePriority.UseTextAlignment = false;
            this.xrLabel2.Text = "xrLabel2";
            this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel1
            // 
            this.xrLabel1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
            this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel1.CanGrow = false;
            this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "ogr_sinav_derslik.derslik_adi")});
            this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 18F);
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(453.1249F, 0F);
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(118.125F, 39.91667F);
            this.xrLabel1.StylePriority.UseBorderDashStyle = false;
            this.xrLabel1.StylePriority.UseBorders = false;
            this.xrLabel1.StylePriority.UseFont = false;
            this.xrLabel1.Text = "xrLabel1";
            // 
            // xrLabel3
            // 
            this.xrLabel3.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
            this.xrLabel3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel3.CanGrow = false;
            this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "ogr_sinav_derslik.ogr_adi")});
            this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 18F);
            this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(157.3187F, 0F);
            this.xrLabel3.Name = "xrLabel3";
            this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel3.SizeF = new System.Drawing.SizeF(140.2303F, 39.91667F);
            this.xrLabel3.StylePriority.UseBorderDashStyle = false;
            this.xrLabel3.StylePriority.UseBorders = false;
            this.xrLabel3.StylePriority.UseFont = false;
            this.xrLabel3.StylePriority.UsePadding = false;
            this.xrLabel3.StylePriority.UseTextAlignment = false;
            this.xrLabel3.Text = "xrLabel3";
            this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel4
            // 
            this.xrLabel4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel4.CanGrow = false;
            this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "ogr_sinav_derslik.ogr_soyadi")});
            this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 18F);
            this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(297.5491F, 0F);
            this.xrLabel4.Name = "xrLabel4";
            this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel4.SizeF = new System.Drawing.SizeF(155.5759F, 39.91667F);
            this.xrLabel4.StylePriority.UseBorders = false;
            this.xrLabel4.StylePriority.UseFont = false;
            this.xrLabel4.StylePriority.UsePadding = false;
            this.xrLabel4.StylePriority.UseTextAlignment = false;
            this.xrLabel4.Text = "xrLabel4";
            this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // TopMargin
            // 
            this.TopMargin.HeightF = 0F;
            this.TopMargin.Name = "TopMargin";
            this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // BottomMargin
            // 
            this.BottomMargin.HeightF = 0F;
            this.BottomMargin.Name = "BottomMargin";
            this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // 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("Times New Roman", 20F, System.Drawing.FontStyle.Bold);
            this.Title.ForeColor = System.Drawing.Color.Maroon;
            this.Title.Name = "Title";
            // 
            // FieldCaption
            // 
            this.FieldCaption.BackColor = System.Drawing.Color.Transparent;
            this.FieldCaption.BorderColor = System.Drawing.Color.Black;
            this.FieldCaption.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.FieldCaption.BorderWidth = 1F;
            this.FieldCaption.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
            this.FieldCaption.ForeColor = System.Drawing.Color.Maroon;
            this.FieldCaption.Name = "FieldCaption";
            // 
            // PageInfo
            // 
            this.PageInfo.BackColor = System.Drawing.Color.Transparent;
            this.PageInfo.BorderColor = System.Drawing.Color.Black;
            this.PageInfo.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.PageInfo.BorderWidth = 1F;
            this.PageInfo.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
            this.PageInfo.ForeColor = System.Drawing.Color.Black;
            this.PageInfo.Name = "PageInfo";
            // 
            // DataField
            // 
            this.DataField.BackColor = System.Drawing.Color.Transparent;
            this.DataField.BorderColor = System.Drawing.Color.Black;
            this.DataField.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.DataField.BorderWidth = 1F;
            this.DataField.Font = new System.Drawing.Font("Times New Roman", 10F);
            this.DataField.ForeColor = System.Drawing.Color.Black;
            this.DataField.Name = "DataField";
            this.DataField.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            // 
            // Sinav_id
            // 
            this.Sinav_id.Description = "Sinav_id";
            dynamicListLookUpSettings1.DataAdapter = null;
            dynamicListLookUpSettings1.DataMember = null;
            dynamicListLookUpSettings1.DataSource = this.sqlDataSource1;
            dynamicListLookUpSettings1.DisplayMember = "ogr_sinav_derslik.Sinav_id";
            dynamicListLookUpSettings1.FilterString = null;
            dynamicListLookUpSettings1.ValueMember = null;
            this.Sinav_id.LookUpSettings = dynamicListLookUpSettings1;
            this.Sinav_id.Name = "Sinav_id";
            this.Sinav_id.Type = typeof(int);
            this.Sinav_id.ValueInfo = "0";
            this.Sinav_id.Visible = false;
            // 
            // radialMenu1
            // 
            this.radialMenu1.Name = "radialMenu1";
            // 
            // PageHeader
            // 
            this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel17,
            this.xrLabel16,
            this.xrLabel15,
            this.xrLabel14,
            this.xrLabel8,
            this.xrLabel7,
            this.xrLabel6,
            this.xrLabel5,
            this.xrLabel9,
            this.xrLabel13,
            this.xrLabel12,
            this.xrLabel11,
            this.xrLabel10});
            this.PageHeader.HeightF = 100F;
            this.PageHeader.Name = "PageHeader";
            // 
            // xrLabel17
            // 
            this.xrLabel17.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel17.CanGrow = false;
            this.xrLabel17.Font = new System.Drawing.Font("Times New Roman", 16F);
            this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(1442.139F, 60.08333F);
            this.xrLabel17.Name = "xrLabel17";
            this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel17.SizeF = new System.Drawing.SizeF(155.5757F, 39.91666F);
            this.xrLabel17.StylePriority.UseBorders = false;
            this.xrLabel17.StylePriority.UseFont = false;
            this.xrLabel17.StylePriority.UsePadding = false;
            this.xrLabel17.StylePriority.UseTextAlignment = false;
            this.xrLabel17.Text = "Soyadı";
            this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel16
            // 
            this.xrLabel16.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
            this.xrLabel16.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel16.CanGrow = false;
            this.xrLabel16.Font = new System.Drawing.Font("Times New Roman", 16F);
            this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(1302.495F, 60.08333F);
            this.xrLabel16.Name = "xrLabel16";
            this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel16.SizeF = new System.Drawing.SizeF(139.6445F, 39.91666F);
            this.xrLabel16.StylePriority.UseBorderDashStyle = false;
            this.xrLabel16.StylePriority.UseBorders = false;
            this.xrLabel16.StylePriority.UseFont = false;
            this.xrLabel16.StylePriority.UsePadding = false;
            this.xrLabel16.StylePriority.UseTextAlignment = false;
            this.xrLabel16.Text = "Adı";
            this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel15
            // 
            this.xrLabel15.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel15.CanGrow = false;
            this.xrLabel15.Font = new System.Drawing.Font("Times New Roman", 13F);
            this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(1154.363F, 60.08333F);
            this.xrLabel15.Name = "xrLabel15";
            this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel15.SizeF = new System.Drawing.SizeF(148.1322F, 39.91667F);
            this.xrLabel15.StylePriority.UseBorders = false;
            this.xrLabel15.StylePriority.UseFont = false;
            this.xrLabel15.StylePriority.UsePadding = false;
            this.xrLabel15.StylePriority.UseTextAlignment = false;
            this.xrLabel15.Text = "Öğrenci Numarası";
            this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel14
            // 
            this.xrLabel14.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
            this.xrLabel14.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel14.CanGrow = false;
            this.xrLabel14.Font = new System.Drawing.Font("Times New Roman", 16F);
            this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(1597.715F, 60.08333F);
            this.xrLabel14.Name = "xrLabel14";
            this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel14.SizeF = new System.Drawing.SizeF(118.125F, 39.91666F);
            this.xrLabel14.StylePriority.UseBorderDashStyle = false;
            this.xrLabel14.StylePriority.UseBorders = false;
            this.xrLabel14.StylePriority.UseFont = false;
            this.xrLabel14.Text = "Derslik";
            // 
            // xrLabel8
            // 
            this.xrLabel8.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
            this.xrLabel8.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel8.CanGrow = false;
            this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 16F);
            this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(453.1251F, 60.08333F);
            this.xrLabel8.Name = "xrLabel8";
            this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel8.SizeF = new System.Drawing.SizeF(118.125F, 39.91667F);
            this.xrLabel8.StylePriority.UseBorderDashStyle = false;
            this.xrLabel8.StylePriority.UseBorders = false;
            this.xrLabel8.StylePriority.UseFont = false;
            this.xrLabel8.Text = "Derslik";
            // 
            // xrLabel7
            // 
            this.xrLabel7.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel7.CanGrow = false;
            this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 13F);
            this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(10F, 60.08333F);
            this.xrLabel7.Name = "xrLabel7";
            this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel7.SizeF = new System.Drawing.SizeF(147.3188F, 39.91667F);
            this.xrLabel7.StylePriority.UseBorders = false;
            this.xrLabel7.StylePriority.UseFont = false;
            this.xrLabel7.StylePriority.UsePadding = false;
            this.xrLabel7.StylePriority.UseTextAlignment = false;
            this.xrLabel7.Text = "Öğrenci Numarası";
            this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel6
            // 
            this.xrLabel6.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
            this.xrLabel6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel6.CanGrow = false;
            this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 16F);
            this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(157.3186F, 60.08333F);
            this.xrLabel6.Name = "xrLabel6";
            this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel6.SizeF = new System.Drawing.SizeF(140.2303F, 39.91667F);
            this.xrLabel6.StylePriority.UseBorderDashStyle = false;
            this.xrLabel6.StylePriority.UseBorders = false;
            this.xrLabel6.StylePriority.UseFont = false;
            this.xrLabel6.StylePriority.UsePadding = false;
            this.xrLabel6.StylePriority.UseTextAlignment = false;
            this.xrLabel6.Text = "Adı";
            this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel5
            // 
            this.xrLabel5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel5.CanGrow = false;
            this.xrLabel5.Font = new System.Drawing.Font("Times New Roman", 16F);
            this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(297.5491F, 60.08333F);
            this.xrLabel5.Name = "xrLabel5";
            this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel5.SizeF = new System.Drawing.SizeF(155.5759F, 39.91667F);
            this.xrLabel5.StylePriority.UseBorders = false;
            this.xrLabel5.StylePriority.UseFont = false;
            this.xrLabel5.StylePriority.UsePadding = false;
            this.xrLabel5.StylePriority.UseTextAlignment = false;
            this.xrLabel5.Text = "Soyadı";
            this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel9
            // 
            this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "ogr_sinav_derslik.ders_adi")});
            this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 25F);
            this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 2.094022F);
            this.xrLabel9.Name = "xrLabel9";
            this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel9.SizeF = new System.Drawing.SizeF(453.1249F, 47.02353F);
            this.xrLabel9.StylePriority.UseFont = false;
            // 
            // xrLabel13
            // 
            this.xrLabel13.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel13.CanGrow = false;
            this.xrLabel13.Font = new System.Drawing.Font("Times New Roman", 16F);
            this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(870.3422F, 60.08333F);
            this.xrLabel13.Name = "xrLabel13";
            this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel13.SizeF = new System.Drawing.SizeF(155.5759F, 39.91667F);
            this.xrLabel13.StylePriority.UseBorders = false;
            this.xrLabel13.StylePriority.UseFont = false;
            this.xrLabel13.StylePriority.UsePadding = false;
            this.xrLabel13.StylePriority.UseTextAlignment = false;
            this.xrLabel13.Text = "Soyadı";
            this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel12
            // 
            this.xrLabel12.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
            this.xrLabel12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel12.CanGrow = false;
            this.xrLabel12.Font = new System.Drawing.Font("Times New Roman", 16F);
            this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(730.1115F, 60.08333F);
            this.xrLabel12.Name = "xrLabel12";
            this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel12.SizeF = new System.Drawing.SizeF(140.2303F, 39.91667F);
            this.xrLabel12.StylePriority.UseBorderDashStyle = false;
            this.xrLabel12.StylePriority.UseBorders = false;
            this.xrLabel12.StylePriority.UseFont = false;
            this.xrLabel12.StylePriority.UsePadding = false;
            this.xrLabel12.StylePriority.UseTextAlignment = false;
            this.xrLabel12.Text = "Adı";
            this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel11
            // 
            this.xrLabel11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel11.CanGrow = false;
            this.xrLabel11.Font = new System.Drawing.Font("Times New Roman", 13F);
            this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(582.793F, 60.08333F);
            this.xrLabel11.Name = "xrLabel11";
            this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel11.SizeF = new System.Drawing.SizeF(147.3188F, 39.91667F);
            this.xrLabel11.StylePriority.UseBorders = false;
            this.xrLabel11.StylePriority.UseFont = false;
            this.xrLabel11.StylePriority.UsePadding = false;
            this.xrLabel11.StylePriority.UseTextAlignment = false;
            this.xrLabel11.Text = "Öğrenci Numarası";
            this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel10
            // 
            this.xrLabel10.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
            this.xrLabel10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) 
            | DevExpress.XtraPrinting.BorderSide.Right) 
            | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel10.CanGrow = false;
            this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 16F);
            this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(1025.918F, 60.08333F);
            this.xrLabel10.Name = "xrLabel10";
            this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel10.SizeF = new System.Drawing.SizeF(118.125F, 39.91667F);
            this.xrLabel10.StylePriority.UseBorderDashStyle = false;
            this.xrLabel10.StylePriority.UseBorders = false;
            this.xrLabel10.StylePriority.UseFont = false;
            this.xrLabel10.Text = "Derslik";
            // 
            // TvListReportcs
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin,
            this.PageHeader});
            this.ComponentStorage.Add(this.sqlDataSource1);
            this.DataMember = "ogr_sinav_derslik";
            this.DataSource = this.sqlDataSource1;
            this.ExportOptions.Image.ExportMode = DevExpress.XtraPrinting.ImageExportMode.DifferentFiles;
            this.ExportOptions.Xls.ExportMode = DevExpress.XtraPrinting.XlsExportMode.DifferentFiles;
            this.FilterString = "[Sinav_id] = ?Sinav_id";
            this.Margins = new System.Drawing.Printing.Margins(100, 100, 0, 0);
            this.PageHeight = 1080;
            this.PageWidth = 1920;
            this.PaperKind = System.Drawing.Printing.PaperKind.Custom;
            this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
            this.Sinav_id});
            this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
            this.Title,
            this.FieldCaption,
            this.PageInfo,
            this.DataField});
            this.Version = "14.2";
            ((System.ComponentModel.ISupportInitialize)(this.radialMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

	}