コード例 #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.ConnectionParameters.MsSqlConnectionParameters msSqlConnectionParameters1 = new DevExpress.DataAccess.ConnectionParameters.MsSqlConnectionParameters();
     DevExpress.DataAccess.Sql.StoredProcQuery      storedProcQuery1 = new DevExpress.DataAccess.Sql.StoredProcQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1  = new DevExpress.DataAccess.Sql.QueryParameter();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(RpInBDTKet));
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition1 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition2 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition3 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F);
     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.CrossTabRowDefinition    crossTabRowDefinition1    = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField1         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     this.sqlDataSource1       = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.crossTabGeneralStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabDataStyle    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabHeaderStyle  = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabTotalStyle   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportHeader         = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.LbLop           = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1        = new DevExpress.XtraReports.UI.XRLabel();
     this.label1          = new DevExpress.XtraReports.UI.XRLabel();
     this.Detail          = new DevExpress.XtraReports.UI.DetailBand();
     this.crossTab1       = 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.TopMargin       = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin    = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.TitleStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     ((System.ComponentModel.ISupportInitialize)(this.crossTab1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName           = "QLDSVConnectionString01";
     msSqlConnectionParameters1.AuthorizationType = DevExpress.DataAccess.ConnectionParameters.MsSqlAuthorizationType.SqlServer;
     msSqlConnectionParameters1.DatabaseName      = "QLDSV";
     msSqlConnectionParameters1.ServerName        = "DESKTOP-KFBV6L6\\SERVER_1";
     this.sqlDataSource1.ConnectionParameters     = msSqlConnectionParameters1;
     this.sqlDataSource1.Name  = "sqlDataSource1";
     storedProcQuery1.Name     = "SP_InBDTKET_CROSSTAB";
     queryParameter1.Name      = "@TENLOP";
     queryParameter1.Type      = typeof(string);
     queryParameter1.ValueInfo = "Đại học chính qui 1  ngành Công nghệ thông tin Khóa 2016";
     storedProcQuery1.Parameters.Add(queryParameter1);
     storedProcQuery1.StoredProcName = "SP_InBDTKET_CROSSTAB";
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         storedProcQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // crossTabGeneralStyle
     //
     this.crossTabGeneralStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(232)))), ((int)(((byte)(234)))));
     this.crossTabGeneralStyle.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.crossTabGeneralStyle.BorderWidth = 1F;
     this.crossTabGeneralStyle.Font        = new System.Drawing.Font("Arial", 9.75F);
     this.crossTabGeneralStyle.Name        = "crossTabGeneralStyle";
     this.crossTabGeneralStyle.Padding     = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     //
     // crossTabDataStyle
     //
     this.crossTabDataStyle.Name          = "crossTabDataStyle";
     this.crossTabDataStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // crossTabHeaderStyle
     //
     this.crossTabHeaderStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
     this.crossTabHeaderStyle.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderStyle.Name          = "crossTabHeaderStyle";
     this.crossTabHeaderStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // crossTabTotalStyle
     //
     this.crossTabTotalStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
     this.crossTabTotalStyle.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabTotalStyle.Name          = "crossTabTotalStyle";
     this.crossTabTotalStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.LbLop,
         this.xrLabel1,
         this.label1
     });
     this.ReportHeader.HeightF = 87.84634F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // LbLop
     //
     this.LbLop.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LbLop.LocationFloat                  = new DevExpress.Utils.PointFloat(298.9584F, 54.84635F);
     this.LbLop.Multiline                      = true;
     this.LbLop.Name                           = "LbLop";
     this.LbLop.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.LbLop.SizeF                          = new System.Drawing.SizeF(338.5417F, 23F);
     this.LbLop.StylePriority.UseFont          = false;
     this.LbLop.StylePriority.UseTextAlignment = false;
     this.LbLop.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.ForeColor                      = System.Drawing.Color.Navy;
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(198.9584F, 54.84635F);
     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.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseForeColor     = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "LỚP:";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Font                           = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor                      = System.Drawing.Color.Navy;
     this.label1.LocationFloat                  = new DevExpress.Utils.PointFloat(224.75F, 0F);
     this.label1.Name                           = "label1";
     this.label1.SizeF                          = new System.Drawing.SizeF(345.394F, 48.84634F);
     this.label1.StyleName                      = "TitleStyle";
     this.label1.StylePriority.UseFont          = false;
     this.label1.StylePriority.UseForeColor     = false;
     this.label1.StylePriority.UseTextAlignment = false;
     this.label1.Text                           = "BẢNG ĐIỂM TỔNG KẾT";
     this.label1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.crossTab1
     });
     this.Detail.HeightF = 75F;
     this.Detail.Name    = "Detail";
     //
     // crossTab1
     //
     this.crossTab1.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
     });
     crossTabColumnDefinition1.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition2.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition3.Visible       = false;
     this.crossTab1.ColumnDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition[] {
         crossTabColumnDefinition1,
         crossTabColumnDefinition2,
         crossTabColumnDefinition3
     });
     crossTabColumnField1.FieldName = "MÔN HỌC";
     this.crossTab1.ColumnFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField[] {
         crossTabColumnField1
     });
     this.crossTab1.DataAreaStyleName = "crossTabDataStyle";
     crossTabDataField1.FieldName     = "ĐIỂM";
     crossTabDataField1.SummaryType   = DevExpress.XtraReports.UI.CrossTab.SummaryType.Max;
     this.crossTab1.DataFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField[] {
         crossTabDataField1
     });
     this.crossTab1.DataMember          = "SP_InBDTKET_CROSSTAB";
     this.crossTab1.DataSource          = this.sqlDataSource1;
     this.crossTab1.GeneralStyleName    = "crossTabGeneralStyle";
     this.crossTab1.HeaderAreaStyleName = "crossTabHeaderStyle";
     this.crossTab1.LocationFloat       = new DevExpress.Utils.PointFloat(0F, 0F);
     this.crossTab1.Name            = "crossTab1";
     crossTabRowDefinition1.Visible = false;
     this.crossTab1.RowDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition[] {
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F),
         crossTabRowDefinition1
     });
     crossTabRowField1.FieldName = "MÃ SV - HỌ & TÊN";
     this.crossTab1.RowFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField[] {
         crossTabRowField1
     });
     this.crossTab1.SizeF = new System.Drawing.SizeF(300F, 75F);
     this.crossTab1.TotalAreaStyleName = "crossTabTotalStyle";
     //
     // xrCrossTabCell1
     //
     this.xrCrossTabCell1.ColumnIndex = 0;
     this.xrCrossTabCell1.Name        = "xrCrossTabCell1";
     this.xrCrossTabCell1.RowIndex    = 0;
     this.xrCrossTabCell1.Text        = "MÃ SV - HỌ & TÊN";
     //
     // xrCrossTabCell2
     //
     this.xrCrossTabCell2.ColumnIndex   = 1;
     this.xrCrossTabCell2.Name          = "xrCrossTabCell2";
     this.xrCrossTabCell2.NullValueText = "0";
     this.xrCrossTabCell2.RowIndex      = 1;
     //
     // xrCrossTabCell3
     //
     this.xrCrossTabCell3.ColumnIndex = 1;
     this.xrCrossTabCell3.Name        = "xrCrossTabCell3";
     this.xrCrossTabCell3.RowIndex    = 0;
     //
     // xrCrossTabCell4
     //
     this.xrCrossTabCell4.ColumnIndex = 2;
     this.xrCrossTabCell4.Name        = "xrCrossTabCell4";
     this.xrCrossTabCell4.RowIndex    = 0;
     this.xrCrossTabCell4.Text        = "Grand Total";
     //
     // xrCrossTabCell5
     //
     this.xrCrossTabCell5.ColumnIndex = 2;
     this.xrCrossTabCell5.Name        = "xrCrossTabCell5";
     this.xrCrossTabCell5.RowIndex    = 1;
     //
     // xrCrossTabCell6
     //
     this.xrCrossTabCell6.ColumnIndex = 0;
     this.xrCrossTabCell6.Name        = "xrCrossTabCell6";
     this.xrCrossTabCell6.RowIndex    = 1;
     //
     // xrCrossTabCell7
     //
     this.xrCrossTabCell7.ColumnIndex = 0;
     this.xrCrossTabCell7.Name        = "xrCrossTabCell7";
     this.xrCrossTabCell7.RowIndex    = 2;
     this.xrCrossTabCell7.Text        = "Grand Total";
     //
     // xrCrossTabCell8
     //
     this.xrCrossTabCell8.ColumnIndex = 1;
     this.xrCrossTabCell8.Name        = "xrCrossTabCell8";
     this.xrCrossTabCell8.RowIndex    = 2;
     //
     // xrCrossTabCell9
     //
     this.xrCrossTabCell9.ColumnIndex = 2;
     this.xrCrossTabCell9.Name        = "xrCrossTabCell9";
     this.xrCrossTabCell9.RowIndex    = 2;
     //
     // TopMargin
     //
     this.TopMargin.Name = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.Name = "BottomMargin";
     //
     // TitleStyle
     //
     this.TitleStyle.Font    = new System.Drawing.Font("Arial", 18F);
     this.TitleStyle.Name    = "TitleStyle";
     this.TitleStyle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // RpInBDTKet
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.ReportHeader,
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.Font = new System.Drawing.Font("Arial", 9.75F);
     this.HorizontalContentSplitting = DevExpress.XtraPrinting.HorizontalContentSplitting.Smart;
     this.Margins = new System.Drawing.Printing.Margins(100, 2, 100, 100);
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.TitleStyle,
         this.crossTabGeneralStyle,
         this.crossTabHeaderStyle,
         this.crossTabDataStyle,
         this.crossTabTotalStyle
     });
     this.Version = "20.1";
     this.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     ((System.ComponentModel.ISupportInitialize)(this.crossTab1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #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.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();
 }
コード例 #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.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition1 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition2 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition3 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition4 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F);
     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();
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField2         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     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.xrTable2              = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3           = new DevExpress.XtraReports.UI.XRTableRow();
     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.xrTableRow4           = 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.xrTableRow5           = new DevExpress.XtraReports.UI.XRTableRow();
     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.xrTableRow11          = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell55         = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell56         = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell57         = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell59         = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell58         = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell60         = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable1              = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1           = new DevExpress.XtraReports.UI.XRTableRow();
     this.lbl_empresa           = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2          = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow2           = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1          = new DevExpress.XtraReports.UI.XRTableCell();
     this.lbl_imagen            = new DevExpress.XtraReports.UI.XRPictureBox();
     this.ReportFooter          = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrCrossTab1           = new DevExpress.XtraReports.UI.XRCrossTab();
     this.crossTabDataCell1     = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell2   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell3   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell4   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell1    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell5   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell2    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell3    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell7   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell8   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell4    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell5    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.objectDataSource1     = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.crossTabGeneralStyle1 = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabHeaderStyle1  = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabDataStyle1    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabTotalStyle1   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.p_IdEmpresa           = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_IdCentroCosto       = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_IdProducto          = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_IdProductoTipo      = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_IdSucursal          = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_IdBodega            = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_signo               = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_IdMovi_Inven_Tipo   = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_IdCategoria         = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_IdLinea             = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_IdGrupo             = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_IdSubGrupo          = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_fecha_ini           = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_fecha_fin           = new DevExpress.XtraReports.Parameters.Parameter();
     this.crossTabHeaderCell1   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell6   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell9   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell10  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell11  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabDataCell2     = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell6    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell7    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell8    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell9    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell10   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrCrossTab1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 38F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF = 38F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // Detail
     //
     this.Detail.HeightF = 0F;
     this.Detail.Name    = "Detail";
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2,
         this.xrTable1,
         this.lbl_imagen
     });
     this.ReportHeader.HeightF = 175F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrTable2
     //
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 74.99998F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow3,
         this.xrTableRow4,
         this.xrTableRow5,
         this.xrTableRow11
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(1093F, 99.99998F);
     this.xrTable2.StylePriority.UsePadding       = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell3,
         this.xrTableCell4,
         this.xrTableCell5,
         this.xrTableCell6
     });
     this.xrTableRow3.Name   = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.StylePriority.UseFont = false;
     this.xrTableCell3.Text   = "Sucursal:";
     this.xrTableCell3.Weight = 0.3854370567639504D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Iif([Parameters].[p_IdSucursal]==0,\'TODOS\' ,[Su_Descripcion] )")
     });
     this.xrTableCell4.Name   = "xrTableCell4";
     this.xrTableCell4.Weight = 1.2797050279802924D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseFont = false;
     this.xrTableCell5.Text   = "Tipo:";
     this.xrTableCell5.Weight = 0.54894748213967592D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Iif([Parameters].[p_signo]==\'\',\'TODOS\' , Iif([cm_tipo_movi]==\'+\', \'INGRESOS\',\'EGR" +
                                                         "ESOS\') )")
     });
     this.xrTableCell6.Name   = "xrTableCell6";
     this.xrTableCell6.Text   = "xrTableCell6";
     this.xrTableCell6.Weight = 1.7859102044396709D;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell7,
         this.xrTableCell8,
         this.xrTableCell9,
         this.xrTableCell10
     });
     this.xrTableRow4.Name   = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseFont = false;
     this.xrTableCell7.Text   = "Bodega:";
     this.xrTableCell7.Weight = 0.3854370567639504D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Iif([Parameters].[p_IdBodega]==0,\'TODOS\' ,[bo_Descripcion] )")
     });
     this.xrTableCell8.Name   = "xrTableCell8";
     this.xrTableCell8.Text   = "xrTableCell8";
     this.xrTableCell8.Weight = 1.2797046929291336D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseFont = false;
     this.xrTableCell9.Text   = "Movimiento:";
     this.xrTableCell9.Weight = 0.54894781719083463D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Iif([Parameters].[p_IdMovi_Inven_Tipo]==0,\'TODOS\' ,[tm_descripcion])")
     });
     this.xrTableCell10.Name   = "xrTableCell10";
     this.xrTableCell10.Text   = "xrTableCell10";
     this.xrTableCell10.Weight = 1.7859102044396709D;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell11,
         this.xrTableCell12,
         this.xrTableCell13,
         this.xrTableCell14
     });
     this.xrTableRow5.Name   = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseFont = false;
     this.xrTableCell11.Text   = "Producto:";
     this.xrTableCell11.Weight = 0.3854370567639504D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Iif(ISNULL([Parameters].[p_IdProducto],0)==0,\'TODOS\' ,[pr_descripcion] )")
     });
     this.xrTableCell12.Name   = "xrTableCell12";
     this.xrTableCell12.Text   = "xrTableCell12";
     this.xrTableCell12.Weight = 1.2797046929291585D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseFont = false;
     this.xrTableCell13.Text   = "Centro costo:";
     this.xrTableCell13.Weight = 0.54894804055827384D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Iif([Parameters].[p_IdCentroCosto]==\'\',\'TODOS\' ,[cc_Descripcion]\n)")
     });
     this.xrTableCell14.Name   = "xrTableCell14";
     this.xrTableCell14.Text   = "xrTableCell14";
     this.xrTableCell14.Weight = 1.7859099810722063D;
     //
     // xrTableRow11
     //
     this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell55,
         this.xrTableCell56,
         this.xrTableCell57,
         this.xrTableCell59,
         this.xrTableCell58,
         this.xrTableCell60
     });
     this.xrTableRow11.Name   = "xrTableRow11";
     this.xrTableRow11.Weight = 1D;
     //
     // xrTableCell55
     //
     this.xrTableCell55.Font                  = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell55.Multiline             = true;
     this.xrTableCell55.Name                  = "xrTableCell55";
     this.xrTableCell55.StylePriority.UseFont = false;
     this.xrTableCell55.Text                  = "Tipo:";
     this.xrTableCell55.Weight                = 0.38543705676395035D;
     //
     // xrTableCell56
     //
     this.xrTableCell56.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Iif(?p_IdProductoTipo == 0, \'TODOS\' , [tp_descripcion] )")
     });
     this.xrTableCell56.Multiline = true;
     this.xrTableCell56.Name      = "xrTableCell56";
     this.xrTableCell56.Text      = "xrTableCell56";
     this.xrTableCell56.Weight    = 1.2797051222949241D;
     //
     // xrTableCell57
     //
     this.xrTableCell57.Font                  = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell57.Multiline             = true;
     this.xrTableCell57.Name                  = "xrTableCell57";
     this.xrTableCell57.StylePriority.UseFont = false;
     this.xrTableCell57.Text                  = "Desde:";
     this.xrTableCell57.Weight                = 0.54894747952255085D;
     //
     // xrTableCell59
     //
     this.xrTableCell59.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "?p_fecha_ini")
     });
     this.xrTableCell59.Multiline        = true;
     this.xrTableCell59.Name             = "xrTableCell59";
     this.xrTableCell59.Text             = "xrTableCell59";
     this.xrTableCell59.TextFormatString = "{0:dd/MM/yyyy}";
     this.xrTableCell59.Weight           = 0.65873737828798939D;
     //
     // xrTableCell58
     //
     this.xrTableCell58.Font                  = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell58.Multiline             = true;
     this.xrTableCell58.Name                  = "xrTableCell58";
     this.xrTableCell58.StylePriority.UseFont = false;
     this.xrTableCell58.Text                  = "Hasta:";
     this.xrTableCell58.Weight                = 0.5489484846760273D;
     //
     // xrTableCell60
     //
     this.xrTableCell60.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "?p_fecha_fin")
     });
     this.xrTableCell60.Multiline        = true;
     this.xrTableCell60.Name             = "xrTableCell60";
     this.xrTableCell60.Text             = "xrTableCell60";
     this.xrTableCell60.TextFormatString = "{0:dd/MM/yyyy}";
     this.xrTableCell60.Weight           = 0.578224249778147D;
     //
     // xrTable1
     //
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(125F, 0F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1,
         this.xrTableRow2
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(967.9999F, 50F);
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.lbl_empresa,
         this.xrTableCell2
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // lbl_empresa
     //
     this.lbl_empresa.Font    = new System.Drawing.Font("Verdana", 12F);
     this.lbl_empresa.Name    = "lbl_empresa";
     this.lbl_empresa.Padding = new DevExpress.XtraPrinting.PaddingInfo(78, 125, 0, 0, 100F);
     this.lbl_empresa.StylePriority.UseFont          = false;
     this.lbl_empresa.StylePriority.UsePadding       = false;
     this.lbl_empresa.StylePriority.UseTextAlignment = false;
     this.lbl_empresa.Text          = "lbl_empresa";
     this.lbl_empresa.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.lbl_empresa.Weight        = 1.8388431645060634D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Font = new System.Drawing.Font("Verdana", 6F);
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseFont          = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text          = "INV_008";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell2.Weight        = 0.16115683549393656D;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Font    = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     this.xrTableCell1.Name    = "xrTableCell1";
     this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 125, 0, 0, 100F);
     this.xrTableCell1.StylePriority.UseFont          = false;
     this.xrTableCell1.StylePriority.UsePadding       = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text          = "MOVIMIENTO DE INVENTARIO";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell1.Weight        = 2D;
     //
     // lbl_imagen
     //
     this.lbl_imagen.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.lbl_imagen.Name          = "lbl_imagen";
     this.lbl_imagen.SizeF         = new System.Drawing.SizeF(125F, 75F);
     this.lbl_imagen.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrCrossTab1
     });
     this.ReportFooter.HeightF = 125F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // xrCrossTab1
     //
     this.xrCrossTab1.Cells.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.crossTabDataCell1,
         this.crossTabHeaderCell2,
         this.crossTabHeaderCell3,
         this.crossTabHeaderCell4,
         this.crossTabTotalCell1,
         this.crossTabHeaderCell5,
         this.crossTabTotalCell2,
         this.crossTabTotalCell3,
         this.crossTabHeaderCell7,
         this.crossTabHeaderCell8,
         this.crossTabTotalCell4,
         this.crossTabTotalCell5,
         this.crossTabHeaderCell1,
         this.crossTabHeaderCell6,
         this.crossTabHeaderCell9,
         this.crossTabHeaderCell10,
         this.crossTabHeaderCell11,
         this.crossTabDataCell2,
         this.crossTabTotalCell6,
         this.crossTabTotalCell7,
         this.crossTabTotalCell8,
         this.crossTabTotalCell9,
         this.crossTabTotalCell10
     });
     crossTabColumnDefinition1.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.GrowOnly;
     crossTabColumnDefinition2.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.GrowOnly;
     crossTabColumnDefinition3.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition4.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     this.xrCrossTab1.ColumnDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition[] {
         crossTabColumnDefinition1,
         crossTabColumnDefinition2,
         crossTabColumnDefinition3,
         crossTabColumnDefinition4,
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F)
     });
     crossTabColumnField1.FieldName = "Tipo";
     this.xrCrossTab1.ColumnFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField[] {
         crossTabColumnField1
     });
     this.xrCrossTab1.DataAreaStyleName = "crossTabDataStyle1";
     crossTabDataField1.FieldName       = "dm_cantidad";
     crossTabDataField2.FieldName       = "mv_costo";
     this.xrCrossTab1.DataFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField[] {
         crossTabDataField1,
         crossTabDataField2
     });
     this.xrCrossTab1.DataSource          = this.objectDataSource1;
     this.xrCrossTab1.GeneralStyleName    = "crossTabGeneralStyle1";
     this.xrCrossTab1.HeaderAreaStyleName = "crossTabHeaderStyle1";
     this.xrCrossTab1.LayoutOptions.CornerHeaderDisplayMode = DevExpress.XtraReports.UI.CrossTab.CornerHeaderDisplayMode.None;
     this.xrCrossTab1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrCrossTab1.Name          = "xrCrossTab1";
     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),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F)
     });
     crossTabRowField1.FieldName = "ca_Categoria";
     crossTabRowField2.FieldName = "nom_linea";
     this.xrCrossTab1.RowFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField[] {
         crossTabRowField1,
         crossTabRowField2
     });
     this.xrCrossTab1.SizeF = new System.Drawing.SizeF(600F, 125F);
     this.xrCrossTab1.TotalAreaStyleName = "crossTabTotalStyle1";
     //
     // crossTabDataCell1
     //
     this.crossTabDataCell1.ColumnIndex      = 2;
     this.crossTabDataCell1.Name             = "crossTabDataCell1";
     this.crossTabDataCell1.RowIndex         = 2;
     this.crossTabDataCell1.TextFormatString = "{0:n2}";
     //
     // crossTabHeaderCell2
     //
     this.crossTabHeaderCell2.ColumnIndex = 2;
     this.crossTabHeaderCell2.ColumnSpan  = 2;
     this.crossTabHeaderCell2.Name        = "crossTabHeaderCell2";
     this.crossTabHeaderCell2.RowIndex    = 0;
     //
     // crossTabHeaderCell3
     //
     this.crossTabHeaderCell3.ColumnIndex = 0;
     this.crossTabHeaderCell3.Name        = "crossTabHeaderCell3";
     this.crossTabHeaderCell3.RowIndex    = 2;
     //
     // crossTabHeaderCell4
     //
     this.crossTabHeaderCell4.ColumnIndex = 4;
     this.crossTabHeaderCell4.ColumnSpan  = 2;
     this.crossTabHeaderCell4.Name        = "crossTabHeaderCell4";
     this.crossTabHeaderCell4.RowIndex    = 0;
     this.crossTabHeaderCell4.Text        = "Total";
     //
     // crossTabTotalCell1
     //
     this.crossTabTotalCell1.ColumnIndex      = 4;
     this.crossTabTotalCell1.Name             = "crossTabTotalCell1";
     this.crossTabTotalCell1.RowIndex         = 2;
     this.crossTabTotalCell1.TextFormatString = "{0:n2}";
     //
     // crossTabHeaderCell5
     //
     this.crossTabHeaderCell5.ColumnIndex = 0;
     this.crossTabHeaderCell5.ColumnSpan  = 2;
     this.crossTabHeaderCell5.Name        = "crossTabHeaderCell5";
     this.crossTabHeaderCell5.RowIndex    = 4;
     this.crossTabHeaderCell5.Text        = "Total";
     //
     // crossTabTotalCell2
     //
     this.crossTabTotalCell2.ColumnIndex      = 2;
     this.crossTabTotalCell2.Name             = "crossTabTotalCell2";
     this.crossTabTotalCell2.RowIndex         = 4;
     this.crossTabTotalCell2.TextFormatString = "{0:n2}";
     //
     // crossTabTotalCell3
     //
     this.crossTabTotalCell3.ColumnIndex      = 4;
     this.crossTabTotalCell3.Name             = "crossTabTotalCell3";
     this.crossTabTotalCell3.RowIndex         = 4;
     this.crossTabTotalCell3.TextFormatString = "{0:n2}";
     //
     // crossTabHeaderCell7
     //
     this.crossTabHeaderCell7.ColumnIndex = 1;
     this.crossTabHeaderCell7.Name        = "crossTabHeaderCell7";
     this.crossTabHeaderCell7.RowIndex    = 2;
     //
     // crossTabHeaderCell8
     //
     this.crossTabHeaderCell8.ColumnIndex      = 0;
     this.crossTabHeaderCell8.ColumnSpan       = 2;
     this.crossTabHeaderCell8.Name             = "crossTabHeaderCell8";
     this.crossTabHeaderCell8.RowIndex         = 3;
     this.crossTabHeaderCell8.TextFormatString = "Total {0}";
     //
     // crossTabTotalCell4
     //
     this.crossTabTotalCell4.ColumnIndex      = 2;
     this.crossTabTotalCell4.Name             = "crossTabTotalCell4";
     this.crossTabTotalCell4.RowIndex         = 3;
     this.crossTabTotalCell4.TextFormatString = "{0:n2}";
     //
     // crossTabTotalCell5
     //
     this.crossTabTotalCell5.ColumnIndex      = 4;
     this.crossTabTotalCell5.Name             = "crossTabTotalCell5";
     this.crossTabTotalCell5.RowIndex         = 3;
     this.crossTabTotalCell5.TextFormatString = "{0:n2}";
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataSource = typeof(Core.Erp.Info.Reportes.Inventario.INV_008_Info);
     this.objectDataSource1.Name       = "objectDataSource1";
     //
     // crossTabGeneralStyle1
     //
     this.crossTabGeneralStyle1.BackColor   = System.Drawing.Color.White;
     this.crossTabGeneralStyle1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(160)))), ((int)(((byte)(160)))));
     this.crossTabGeneralStyle1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                      | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.crossTabGeneralStyle1.Font      = new System.Drawing.Font("Arial", 9.75F);
     this.crossTabGeneralStyle1.ForeColor = System.Drawing.Color.Black;
     this.crossTabGeneralStyle1.Name      = "crossTabGeneralStyle1";
     this.crossTabGeneralStyle1.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // crossTabHeaderStyle1
     //
     this.crossTabHeaderStyle1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.crossTabHeaderStyle1.Name          = "crossTabHeaderStyle1";
     this.crossTabHeaderStyle1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // crossTabDataStyle1
     //
     this.crossTabDataStyle1.Name          = "crossTabDataStyle1";
     this.crossTabDataStyle1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // crossTabTotalStyle1
     //
     this.crossTabTotalStyle1.Name          = "crossTabTotalStyle1";
     this.crossTabTotalStyle1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // p_IdEmpresa
     //
     this.p_IdEmpresa.Name    = "p_IdEmpresa";
     this.p_IdEmpresa.Visible = false;
     //
     // p_IdCentroCosto
     //
     this.p_IdCentroCosto.Name    = "p_IdCentroCosto";
     this.p_IdCentroCosto.Visible = false;
     //
     // p_IdProducto
     //
     this.p_IdProducto.Name    = "p_IdProducto";
     this.p_IdProducto.Visible = false;
     //
     // p_IdProductoTipo
     //
     this.p_IdProductoTipo.Name    = "p_IdProductoTipo";
     this.p_IdProductoTipo.Visible = false;
     //
     // p_IdSucursal
     //
     this.p_IdSucursal.Name    = "p_IdSucursal";
     this.p_IdSucursal.Visible = false;
     //
     // p_IdBodega
     //
     this.p_IdBodega.Name    = "p_IdBodega";
     this.p_IdBodega.Visible = false;
     //
     // p_signo
     //
     this.p_signo.Name    = "p_signo";
     this.p_signo.Visible = false;
     //
     // p_IdMovi_Inven_Tipo
     //
     this.p_IdMovi_Inven_Tipo.Name    = "p_IdMovi_Inven_Tipo";
     this.p_IdMovi_Inven_Tipo.Visible = false;
     //
     // p_IdCategoria
     //
     this.p_IdCategoria.Name    = "p_IdCategoria";
     this.p_IdCategoria.Visible = false;
     //
     // p_IdLinea
     //
     this.p_IdLinea.Name    = "p_IdLinea";
     this.p_IdLinea.Visible = false;
     //
     // p_IdGrupo
     //
     this.p_IdGrupo.Name    = "p_IdGrupo";
     this.p_IdGrupo.Visible = false;
     //
     // p_IdSubGrupo
     //
     this.p_IdSubGrupo.Name    = "p_IdSubGrupo";
     this.p_IdSubGrupo.Visible = false;
     //
     // p_fecha_ini
     //
     this.p_fecha_ini.Name    = "p_fecha_ini";
     this.p_fecha_ini.Visible = false;
     //
     // p_fecha_fin
     //
     this.p_fecha_fin.Name    = "p_fecha_fin";
     this.p_fecha_fin.Visible = false;
     //
     // crossTabHeaderCell1
     //
     this.crossTabHeaderCell1.ColumnIndex = 0;
     this.crossTabHeaderCell1.ColumnSpan  = 2;
     this.crossTabHeaderCell1.Name        = "crossTabHeaderCell1";
     this.crossTabHeaderCell1.RowIndex    = 0;
     this.crossTabHeaderCell1.RowSpan     = 2;
     //
     // crossTabHeaderCell6
     //
     this.crossTabHeaderCell6.ColumnIndex = 2;
     this.crossTabHeaderCell6.Name        = "crossTabHeaderCell6";
     this.crossTabHeaderCell6.RowIndex    = 1;
     this.crossTabHeaderCell6.Text        = "Cantidad";
     //
     // crossTabHeaderCell9
     //
     this.crossTabHeaderCell9.ColumnIndex = 3;
     this.crossTabHeaderCell9.Name        = "crossTabHeaderCell9";
     this.crossTabHeaderCell9.RowIndex    = 1;
     this.crossTabHeaderCell9.Text        = "Costo";
     //
     // crossTabHeaderCell10
     //
     this.crossTabHeaderCell10.ColumnIndex = 4;
     this.crossTabHeaderCell10.Name        = "crossTabHeaderCell10";
     this.crossTabHeaderCell10.RowIndex    = 1;
     this.crossTabHeaderCell10.Text        = "Cantidad";
     //
     // crossTabHeaderCell11
     //
     this.crossTabHeaderCell11.ColumnIndex = 5;
     this.crossTabHeaderCell11.Name        = "crossTabHeaderCell11";
     this.crossTabHeaderCell11.RowIndex    = 1;
     this.crossTabHeaderCell11.Text        = "Costo";
     //
     // crossTabDataCell2
     //
     this.crossTabDataCell2.ColumnIndex      = 3;
     this.crossTabDataCell2.Name             = "crossTabDataCell2";
     this.crossTabDataCell2.RowIndex         = 2;
     this.crossTabDataCell2.TextFormatString = "{0:c2}";
     //
     // crossTabTotalCell6
     //
     this.crossTabTotalCell6.ColumnIndex      = 5;
     this.crossTabTotalCell6.Name             = "crossTabTotalCell6";
     this.crossTabTotalCell6.RowIndex         = 2;
     this.crossTabTotalCell6.TextFormatString = "{0:c2}";
     //
     // crossTabTotalCell7
     //
     this.crossTabTotalCell7.ColumnIndex      = 3;
     this.crossTabTotalCell7.Name             = "crossTabTotalCell7";
     this.crossTabTotalCell7.RowIndex         = 3;
     this.crossTabTotalCell7.TextFormatString = "{0:c2}";
     //
     // crossTabTotalCell8
     //
     this.crossTabTotalCell8.ColumnIndex      = 3;
     this.crossTabTotalCell8.Name             = "crossTabTotalCell8";
     this.crossTabTotalCell8.RowIndex         = 4;
     this.crossTabTotalCell8.TextFormatString = "{0:c2}";
     //
     // crossTabTotalCell9
     //
     this.crossTabTotalCell9.ColumnIndex      = 5;
     this.crossTabTotalCell9.Name             = "crossTabTotalCell9";
     this.crossTabTotalCell9.RowIndex         = 3;
     this.crossTabTotalCell9.TextFormatString = "{0:c2}";
     //
     // crossTabTotalCell10
     //
     this.crossTabTotalCell10.ColumnIndex      = 5;
     this.crossTabTotalCell10.Name             = "crossTabTotalCell10";
     this.crossTabTotalCell10.RowIndex         = 4;
     this.crossTabTotalCell10.TextFormatString = "{0:c2}";
     //
     // INV_008_resumen_Rpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail,
         this.ReportHeader,
         this.ReportFooter
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     this.Font       = new System.Drawing.Font("Verdana", 8F);
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(38, 38, 38, 38);
     this.PageHeight = 827;
     this.PageWidth  = 1500;
     this.PaperKind  = System.Drawing.Printing.PaperKind.Custom;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.p_IdEmpresa,
         this.p_IdCentroCosto,
         this.p_IdProducto,
         this.p_IdProductoTipo,
         this.p_IdSucursal,
         this.p_IdBodega,
         this.p_signo,
         this.p_IdMovi_Inven_Tipo,
         this.p_IdCategoria,
         this.p_IdLinea,
         this.p_IdGrupo,
         this.p_IdSubGrupo,
         this.p_fecha_ini,
         this.p_fecha_fin
     });
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.crossTabGeneralStyle1,
         this.crossTabHeaderStyle1,
         this.crossTabDataStyle1,
         this.crossTabTotalStyle1
     });
     this.Version      = "20.1";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.INV_008_resumen_Rpt_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrCrossTab1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #4
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.StoredProcQuery      storedProcQuery1 = new DevExpress.DataAccess.Sql.StoredProcQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1  = new DevExpress.DataAccess.Sql.QueryParameter();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(ExtraReport_BDTK));
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition1 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(47.5F);
     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.CrossTabRowDefinition    crossTabRowDefinition1    = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField1         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     DevExpress.DataAccess.Sql.StoredProcQuery storedProcQuery2 = new DevExpress.DataAccess.Sql.StoredProcQuery();
     DevExpress.DataAccess.Sql.QueryParameter  queryParameter2  = new DevExpress.DataAccess.Sql.QueryParameter();
     this.sqlDataSource1       = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.crossTabGeneralStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabDataStyle    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabHeaderStyle  = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabTotalStyle   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportHeader         = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.label1                   = new DevExpress.XtraReports.UI.XRLabel();
     this.Detail                   = new DevExpress.XtraReports.UI.DetailBand();
     this.crossTab1                = 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.crossTabHeaderCell1      = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell1       = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell2      = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell2       = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell3       = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.TopMargin                = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin             = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.TitleStyle               = new DevExpress.XtraReports.UI.XRControlStyle();
     this.dpiAwareImageCollection1 = new DevExpress.Utils.DPIAwareImageCollection(this.components);
     this.dpiAwareImageCollection2 = new DevExpress.Utils.DPIAwareImageCollection(this.components);
     this.sqlDataSource2           = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.xrLabel1                 = new DevExpress.XtraReports.UI.XRLabel();
     this.lbLop     = new DevExpress.XtraReports.UI.XRLabel();
     this.lbAuthor  = new DevExpress.XtraReports.UI.XRLabel();
     this.pageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
     this.pageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo();
     ((System.ComponentModel.ISupportInitialize)(this.crossTab1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dpiAwareImageCollection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dpiAwareImageCollection2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "QLDSV.Properties.Settings.QLDSVConnectionString";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     storedProcQuery1.Name = "SP_REPORT_BDTK";
     queryParameter1.Name  = "@MALOP";
     queryParameter1.Type  = typeof(string);
     storedProcQuery1.Parameters.Add(queryParameter1);
     storedProcQuery1.StoredProcName = "SP_REPORT_BDTK";
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         storedProcQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // crossTabGeneralStyle
     //
     this.crossTabGeneralStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(232)))), ((int)(((byte)(234)))));
     this.crossTabGeneralStyle.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.crossTabGeneralStyle.BorderWidth = 1F;
     this.crossTabGeneralStyle.Font        = new System.Drawing.Font("Arial", 9.75F);
     this.crossTabGeneralStyle.Name        = "crossTabGeneralStyle";
     this.crossTabGeneralStyle.Padding     = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     //
     // crossTabDataStyle
     //
     this.crossTabDataStyle.Name          = "crossTabDataStyle";
     this.crossTabDataStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // crossTabHeaderStyle
     //
     this.crossTabHeaderStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(251)))), ((int)(((byte)(252)))));
     this.crossTabHeaderStyle.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderStyle.Name          = "crossTabHeaderStyle";
     this.crossTabHeaderStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // crossTabTotalStyle
     //
     this.crossTabTotalStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(251)))), ((int)(((byte)(252)))));
     this.crossTabTotalStyle.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabTotalStyle.Name          = "crossTabTotalStyle";
     this.crossTabTotalStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lbLop,
         this.xrLabel1,
         this.label1
     });
     this.ReportHeader.HeightF = 99.17969F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // label1
     //
     this.label1.LocationFloat = new DevExpress.Utils.PointFloat(191.6667F, 10F);
     this.label1.Name          = "label1";
     this.label1.SizeF         = new System.Drawing.SizeF(270.7114F, 30.01302F);
     this.label1.StyleName     = "TitleStyle";
     this.label1.Text          = "Bảng Điểm Tổng Kết";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.crossTab1
     });
     this.Detail.HeightF = 150F;
     this.Detail.Name    = "Detail";
     //
     // crossTab1
     //
     this.crossTab1.Cells.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrCrossTabCell1,
         this.xrCrossTabCell2,
         this.xrCrossTabCell3,
         this.xrCrossTabCell4,
         this.crossTabHeaderCell1,
         this.crossTabTotalCell1,
         this.crossTabHeaderCell2,
         this.crossTabTotalCell2,
         this.crossTabTotalCell3
     });
     crossTabColumnDefinition1.Visible = false;
     this.crossTab1.ColumnDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition[] {
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(288.2114F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(53.33334F),
         crossTabColumnDefinition1
     });
     crossTabColumnField1.FieldName = "TENMH";
     this.crossTab1.ColumnFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField[] {
         crossTabColumnField1
     });
     this.crossTab1.DataAreaStyleName = "crossTabDataStyle";
     crossTabDataField1.FieldName     = "DIEM";
     this.crossTab1.DataFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField[] {
         crossTabDataField1
     });
     this.crossTab1.DataMember          = "SP_REPORT_BDTK";
     this.crossTab1.DataSource          = this.sqlDataSource1;
     this.crossTab1.GeneralStyleName    = "crossTabGeneralStyle";
     this.crossTab1.HeaderAreaStyleName = "crossTabHeaderStyle";
     this.crossTab1.LocationFloat       = new DevExpress.Utils.PointFloat(0F, 0F);
     this.crossTab1.Name            = "crossTab1";
     crossTabRowDefinition1.Visible = false;
     this.crossTab1.RowDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition[] {
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(100F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F),
         crossTabRowDefinition1
     });
     crossTabRowField1.FieldName = "MA_HOTEN";
     this.crossTab1.RowFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField[] {
         crossTabRowField1
     });
     this.crossTab1.SizeF = new System.Drawing.SizeF(389.0447F, 150F);
     this.crossTab1.TotalAreaStyleName = "crossTabTotalStyle";
     //
     // xrCrossTabCell1
     //
     this.xrCrossTabCell1.ColumnIndex = 0;
     this.xrCrossTabCell1.Name        = "xrCrossTabCell1";
     this.xrCrossTabCell1.RowIndex    = 0;
     this.xrCrossTabCell1.Text        = "Mã SV - Họ Tên";
     //
     // xrCrossTabCell2
     //
     this.xrCrossTabCell2.ColumnIndex = 1;
     this.xrCrossTabCell2.Name        = "xrCrossTabCell2";
     this.xrCrossTabCell2.RowIndex    = 1;
     //
     // xrCrossTabCell3
     //
     this.xrCrossTabCell3.ColumnIndex = 1;
     this.xrCrossTabCell3.Name        = "xrCrossTabCell3";
     this.xrCrossTabCell3.RowIndex    = 0;
     //
     // xrCrossTabCell4
     //
     this.xrCrossTabCell4.ColumnIndex = 0;
     this.xrCrossTabCell4.Name        = "xrCrossTabCell4";
     this.xrCrossTabCell4.RowIndex    = 1;
     //
     // crossTabHeaderCell1
     //
     this.crossTabHeaderCell1.ColumnIndex = 0;
     this.crossTabHeaderCell1.Name        = "crossTabHeaderCell1";
     this.crossTabHeaderCell1.RowIndex    = 2;
     this.crossTabHeaderCell1.Text        = "Grand Total";
     //
     // crossTabTotalCell1
     //
     this.crossTabTotalCell1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.crossTabTotalCell1.ColumnIndex = 1;
     this.crossTabTotalCell1.Name        = "crossTabTotalCell1";
     this.crossTabTotalCell1.RowIndex    = 2;
     //
     // crossTabHeaderCell2
     //
     this.crossTabHeaderCell2.ColumnIndex = 2;
     this.crossTabHeaderCell2.Name        = "crossTabHeaderCell2";
     this.crossTabHeaderCell2.RowIndex    = 0;
     this.crossTabHeaderCell2.Text        = "Grand Total";
     //
     // crossTabTotalCell2
     //
     this.crossTabTotalCell2.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.crossTabTotalCell2.ColumnIndex = 2;
     this.crossTabTotalCell2.Name        = "crossTabTotalCell2";
     this.crossTabTotalCell2.RowIndex    = 1;
     //
     // crossTabTotalCell3
     //
     this.crossTabTotalCell3.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.crossTabTotalCell3.ColumnIndex = 2;
     this.crossTabTotalCell3.Name        = "crossTabTotalCell3";
     this.crossTabTotalCell3.RowIndex    = 2;
     //
     // TopMargin
     //
     this.TopMargin.Name = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.pageInfo1,
         this.pageInfo2,
         this.lbAuthor
     });
     this.BottomMargin.Name = "BottomMargin";
     //
     // TitleStyle
     //
     this.TitleStyle.Font    = new System.Drawing.Font("Arial", 18F);
     this.TitleStyle.Name    = "TitleStyle";
     this.TitleStyle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // dpiAwareImageCollection1
     //
     this.dpiAwareImageCollection1.Stream = ((DevExpress.Utils.DPIAwareImageCollectionStreamer)(resources.GetObject("dpiAwareImageCollection1.Stream")));
     //
     // dpiAwareImageCollection2
     //
     this.dpiAwareImageCollection2.Stream = ((DevExpress.Utils.DPIAwareImageCollectionStreamer)(resources.GetObject("dpiAwareImageCollection2.Stream")));
     //
     // sqlDataSource2
     //
     this.sqlDataSource2.ConnectionName = "QLDSV.Properties.Settings.QLDSVConnectionString";
     this.sqlDataSource2.Name           = "sqlDataSource2";
     storedProcQuery2.Name     = "SP_REPORT_BDTK";
     queryParameter2.Name      = "@MALOP";
     queryParameter2.Type      = typeof(string);
     queryParameter2.ValueInfo = "D17CN3";
     storedProcQuery2.Parameters.Add(queryParameter2);
     storedProcQuery2.StoredProcName = "SP_REPORT_BDTK";
     this.sqlDataSource2.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         storedProcQuery2
     });
     this.sqlDataSource2.ResultSchemaSerializable = resources.GetString("sqlDataSource2.ResultSchemaSerializable");
     //
     // xrLabel1
     //
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(27.5F, 66.17968F);
     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(59.16666F, 23F);
     this.xrLabel1.Text          = "Lớp:";
     //
     // lbLop
     //
     this.lbLop.LocationFloat = new DevExpress.Utils.PointFloat(86.66666F, 66.17968F);
     this.lbLop.Multiline     = true;
     this.lbLop.Name          = "lbLop";
     this.lbLop.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbLop.SizeF         = new System.Drawing.SizeF(463.3333F, 23F);
     this.lbLop.Text          = "Lop";
     //
     // lbAuthor
     //
     this.lbAuthor.LocationFloat = new DevExpress.Utils.PointFloat(10F, 47.5F);
     this.lbAuthor.Multiline     = true;
     this.lbAuthor.Name          = "lbAuthor";
     this.lbAuthor.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbAuthor.SizeF         = new System.Drawing.SizeF(540F, 23F);
     this.lbAuthor.Text          = "Author";
     //
     // pageInfo1
     //
     this.pageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(10F, 10F);
     this.pageInfo1.Name          = "pageInfo1";
     this.pageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.pageInfo1.SizeF         = new System.Drawing.SizeF(315F, 23F);
     //
     // pageInfo2
     //
     this.pageInfo2.LocationFloat    = new DevExpress.Utils.PointFloat(335F, 10F);
     this.pageInfo2.Name             = "pageInfo2";
     this.pageInfo2.SizeF            = new System.Drawing.SizeF(305F, 23F);
     this.pageInfo2.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.pageInfo2.TextFormatString = "Page {0} of {1}";
     //
     // ExtraReport_BDTK
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.ReportHeader,
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1,
         this.sqlDataSource2
     });
     this.Font = new System.Drawing.Font("Arial", 9.75F);
     this.HorizontalContentSplitting = DevExpress.XtraPrinting.HorizontalContentSplitting.Smart;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.TitleStyle,
         this.crossTabGeneralStyle,
         this.crossTabHeaderStyle,
         this.crossTabDataStyle,
         this.crossTabTotalStyle
     });
     this.Version = "20.1";
     this.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     ((System.ComponentModel.ISupportInitialize)(this.crossTab1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dpiAwareImageCollection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dpiAwareImageCollection2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #5
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.StoredProcQuery      storedProcQuery1 = new DevExpress.DataAccess.Sql.StoredProcQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1  = new DevExpress.DataAccess.Sql.QueryParameter();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(XtraReport_BDTK));
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition1 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition2 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F);
     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.CrossTabRowDefinition    crossTabRowDefinition1    = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField1         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     this.sqlDataSource1       = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.crossTabGeneralStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabDataStyle    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabHeaderStyle  = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabTotalStyle   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportHeader         = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.label1                      = new DevExpress.XtraReports.UI.XRLabel();
     this.Detail                      = new DevExpress.XtraReports.UI.DetailBand();
     this.crossTab1                   = 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.sP_REPORT_BDTKTableAdapter1 = new QLDSV.DSTableAdapters.SP_REPORT_BDTKTableAdapter();
     this.ds1          = new QLDSV.DS();
     this.TopMargin    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.TitleStyle   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.lblAuthor    = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.crossTab1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ds1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "QLDSV.Properties.Settings.QLDSVConnectionString";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     storedProcQuery1.Name     = "SP_REPORT_BDTK";
     queryParameter1.Name      = "@MALOP";
     queryParameter1.Type      = typeof(string);
     queryParameter1.ValueInfo = "D16CQCN2";
     storedProcQuery1.Parameters.Add(queryParameter1);
     storedProcQuery1.StoredProcName = "SP_REPORT_BDTK";
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         storedProcQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // crossTabGeneralStyle
     //
     this.crossTabGeneralStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(232)))), ((int)(((byte)(234)))));
     this.crossTabGeneralStyle.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.crossTabGeneralStyle.BorderWidth = 1F;
     this.crossTabGeneralStyle.Font        = new System.Drawing.Font("Arial", 9.75F);
     this.crossTabGeneralStyle.Name        = "crossTabGeneralStyle";
     this.crossTabGeneralStyle.Padding     = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     //
     // crossTabDataStyle
     //
     this.crossTabDataStyle.Name          = "crossTabDataStyle";
     this.crossTabDataStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // crossTabHeaderStyle
     //
     this.crossTabHeaderStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(251)))), ((int)(((byte)(252)))));
     this.crossTabHeaderStyle.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderStyle.Name          = "crossTabHeaderStyle";
     this.crossTabHeaderStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // crossTabTotalStyle
     //
     this.crossTabTotalStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(255)))), ((int)(((byte)(243)))));
     this.crossTabTotalStyle.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabTotalStyle.Name          = "crossTabTotalStyle";
     this.crossTabTotalStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.label1
     });
     this.ReportHeader.HeightF = 42.01302F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // label1
     //
     this.label1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
     this.label1.Name          = "label1";
     this.label1.SizeF         = new System.Drawing.SizeF(279.0244F, 30.01302F);
     this.label1.StyleName     = "TitleStyle";
     this.label1.Text          = "BẢNG ĐIỂM TỔNG KẾT";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.crossTab1
     });
     this.Detail.HeightF = 75F;
     this.Detail.Name    = "Detail";
     //
     // crossTab1
     //
     this.crossTab1.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
     });
     crossTabColumnDefinition1.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition2.Visible       = false;
     this.crossTab1.ColumnDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition[] {
         crossTabColumnDefinition1,
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F),
         crossTabColumnDefinition2
     });
     crossTabColumnField1.FieldName = "TENMH";
     this.crossTab1.ColumnFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField[] {
         crossTabColumnField1
     });
     this.crossTab1.DataAdapter       = this.sP_REPORT_BDTKTableAdapter1;
     this.crossTab1.DataAreaStyleName = "crossTabDataStyle";
     crossTabDataField1.FieldName     = "DIEM";
     this.crossTab1.DataFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField[] {
         crossTabDataField1
     });
     this.crossTab1.DataMember          = "SP_REPORT_BDTK";
     this.crossTab1.DataSource          = this.ds1;
     this.crossTab1.GeneralStyleName    = "crossTabGeneralStyle";
     this.crossTab1.HeaderAreaStyleName = "crossTabHeaderStyle";
     this.crossTab1.LocationFloat       = new DevExpress.Utils.PointFloat(0F, 0F);
     this.crossTab1.Name            = "crossTab1";
     crossTabRowDefinition1.Visible = false;
     this.crossTab1.RowDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition[] {
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F),
         crossTabRowDefinition1
     });
     crossTabRowField1.FieldName = "HOTEN";
     this.crossTab1.RowFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField[] {
         crossTabRowField1
     });
     this.crossTab1.SizeF = new System.Drawing.SizeF(300F, 75F);
     this.crossTab1.TotalAreaStyleName = "crossTabTotalStyle";
     //
     // xrCrossTabCell1
     //
     this.xrCrossTabCell1.ColumnIndex = 0;
     this.xrCrossTabCell1.Name        = "xrCrossTabCell1";
     this.xrCrossTabCell1.RowIndex    = 0;
     this.xrCrossTabCell1.Text        = "HOTEN";
     //
     // xrCrossTabCell2
     //
     this.xrCrossTabCell2.ColumnIndex = 1;
     this.xrCrossTabCell2.Name        = "xrCrossTabCell2";
     this.xrCrossTabCell2.RowIndex    = 1;
     //
     // xrCrossTabCell3
     //
     this.xrCrossTabCell3.ColumnIndex = 1;
     this.xrCrossTabCell3.Name        = "xrCrossTabCell3";
     this.xrCrossTabCell3.RowIndex    = 0;
     //
     // xrCrossTabCell4
     //
     this.xrCrossTabCell4.ColumnIndex = 2;
     this.xrCrossTabCell4.Name        = "xrCrossTabCell4";
     this.xrCrossTabCell4.RowIndex    = 0;
     this.xrCrossTabCell4.Text        = "Grand Total";
     //
     // xrCrossTabCell5
     //
     this.xrCrossTabCell5.ColumnIndex = 2;
     this.xrCrossTabCell5.Name        = "xrCrossTabCell5";
     this.xrCrossTabCell5.RowIndex    = 1;
     //
     // xrCrossTabCell6
     //
     this.xrCrossTabCell6.ColumnIndex = 0;
     this.xrCrossTabCell6.Name        = "xrCrossTabCell6";
     this.xrCrossTabCell6.RowIndex    = 1;
     //
     // xrCrossTabCell7
     //
     this.xrCrossTabCell7.ColumnIndex = 0;
     this.xrCrossTabCell7.Name        = "xrCrossTabCell7";
     this.xrCrossTabCell7.RowIndex    = 2;
     this.xrCrossTabCell7.Text        = "Grand Total";
     //
     // xrCrossTabCell8
     //
     this.xrCrossTabCell8.ColumnIndex = 1;
     this.xrCrossTabCell8.Name        = "xrCrossTabCell8";
     this.xrCrossTabCell8.RowIndex    = 2;
     //
     // xrCrossTabCell9
     //
     this.xrCrossTabCell9.ColumnIndex = 2;
     this.xrCrossTabCell9.Name        = "xrCrossTabCell9";
     this.xrCrossTabCell9.RowIndex    = 2;
     //
     // sP_REPORT_BDTKTableAdapter1
     //
     this.sP_REPORT_BDTKTableAdapter1.ClearBeforeFill = true;
     //
     // ds1
     //
     this.ds1.DataSetName             = "DS";
     this.ds1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // TopMargin
     //
     this.TopMargin.Name = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblAuthor
     });
     this.BottomMargin.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.StylePriority.UseFont = false;
     //
     // TitleStyle
     //
     this.TitleStyle.Font    = new System.Drawing.Font("Arial", 18F);
     this.TitleStyle.Name    = "TitleStyle";
     this.TitleStyle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // lblAuthor
     //
     this.lblAuthor.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 22.52862F);
     this.lblAuthor.Multiline     = true;
     this.lblAuthor.Name          = "lblAuthor";
     this.lblAuthor.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.lblAuthor.SizeF         = new System.Drawing.SizeF(290F, 23F);
     this.lblAuthor.Text          = "lblAuthor";
     //
     // XtraReport_BDTK
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.ReportHeader,
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1,
         this.ds1
     });
     this.Font = new System.Drawing.Font("Arial", 9.75F);
     this.HorizontalContentSplitting = DevExpress.XtraPrinting.HorizontalContentSplitting.Smart;
     this.Landscape  = true;
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.TitleStyle,
         this.crossTabGeneralStyle,
         this.crossTabHeaderStyle,
         this.crossTabDataStyle,
         this.crossTabTotalStyle
     });
     this.Version = "19.2";
     this.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     ((System.ComponentModel.ISupportInitialize)(this.crossTab1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ds1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #6
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.CrossTab.CrossTabColumnField   crossTabColumnField1   = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField   crossTabColumnField2   = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField   crossTabColumnField3   = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabDataField     crossTabDataField1     = new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition crossTabRowDefinition1 = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition crossTabRowDefinition2 = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField      crossTabRowField1      = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField      crossTabRowField2      = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     this.TopMargin             = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin          = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.Detail                = new DevExpress.XtraReports.UI.DetailBand();
     this.xrCrossTab1           = new DevExpress.XtraReports.UI.XRCrossTab();
     this.crossTabHeaderCell1   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabDataCell1     = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell2   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell3   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell4   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell1    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell5   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell6   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell7   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell2    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell8   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell3    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell4    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell5    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell9   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell10  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell6    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell7    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell8    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell11  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell12  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell9    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell10   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell11   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.objectDataSource1     = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.crossTabGeneralStyle1 = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabHeaderStyle1  = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabDataStyle1    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabTotalStyle1   = new DevExpress.XtraReports.UI.XRControlStyle();
     ((System.ComponentModel.ISupportInitialize)(this.xrCrossTab1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.Name = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.Name = "BottomMargin";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrCrossTab1
     });
     this.Detail.HeightF = 210F;
     this.Detail.Name    = "Detail";
     //
     // xrCrossTab1
     //
     this.xrCrossTab1.Cells.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.crossTabHeaderCell1,
         this.crossTabDataCell1,
         this.crossTabHeaderCell2,
         this.crossTabHeaderCell3,
         this.crossTabHeaderCell4,
         this.crossTabTotalCell1,
         this.crossTabHeaderCell5,
         this.crossTabHeaderCell6,
         this.crossTabHeaderCell7,
         this.crossTabTotalCell2,
         this.crossTabHeaderCell8,
         this.crossTabTotalCell3,
         this.crossTabTotalCell4,
         this.crossTabTotalCell5,
         this.crossTabHeaderCell9,
         this.crossTabHeaderCell10,
         this.crossTabTotalCell6,
         this.crossTabTotalCell7,
         this.crossTabTotalCell8,
         this.crossTabHeaderCell11,
         this.crossTabHeaderCell12,
         this.crossTabTotalCell9,
         this.crossTabTotalCell10,
         this.crossTabTotalCell11
     });
     this.xrCrossTab1.ColumnDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition[] {
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(88.54166F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F)
     });
     crossTabColumnField1.FieldName = "FakeData1";
     crossTabColumnField2.FieldName = "TypeName";
     crossTabColumnField3.FieldName = "SubTypeName";
     this.xrCrossTab1.ColumnFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField[] {
         crossTabColumnField1,
         crossTabColumnField2,
         crossTabColumnField3
     });
     this.xrCrossTab1.DataAreaStyleName = "crossTabDataStyle1";
     crossTabDataField1.FieldName       = "Value";
     this.xrCrossTab1.DataFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField[] {
         crossTabDataField1
     });
     this.xrCrossTab1.DataSource          = this.objectDataSource1;
     this.xrCrossTab1.GeneralStyleName    = "crossTabGeneralStyle1";
     this.xrCrossTab1.HeaderAreaStyleName = "crossTabHeaderStyle1";
     this.xrCrossTab1.LocationFloat       = new DevExpress.Utils.PointFloat(0F, 10.00001F);
     this.xrCrossTab1.Name          = "xrCrossTab1";
     crossTabRowDefinition1.Visible = false;
     crossTabRowDefinition2.Visible = false;
     this.xrCrossTab1.RowDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition[] {
         crossTabRowDefinition1,
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(50.00002F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(49.99998F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F),
         crossTabRowDefinition2,
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F)
     });
     crossTabRowField1.FieldName = "Id";
     crossTabRowField2.FieldName = "FullName";
     this.xrCrossTab1.RowFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField[] {
         crossTabRowField1,
         crossTabRowField2
     });
     this.xrCrossTab1.SizeF = new System.Drawing.SizeF(588.5416F, 200F);
     this.xrCrossTab1.TotalAreaStyleName = "crossTabTotalStyle1";
     //
     // crossTabHeaderCell1
     //
     this.crossTabHeaderCell1.BackColor     = System.Drawing.Color.White;
     this.crossTabHeaderCell1.ColumnIndex   = 0;
     this.crossTabHeaderCell1.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderCell1.Name          = "crossTabHeaderCell1";
     this.crossTabHeaderCell1.RowIndex      = 0;
     this.crossTabHeaderCell1.RowSpan       = 3;
     this.crossTabHeaderCell1.Text          = "#";
     this.crossTabHeaderCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // crossTabDataCell1
     //
     this.crossTabDataCell1.ColumnIndex      = 2;
     this.crossTabDataCell1.Name             = "crossTabDataCell1";
     this.crossTabDataCell1.RowIndex         = 3;
     this.crossTabDataCell1.TextFormatString = "{0:##;##;0}";
     //
     // crossTabHeaderCell2
     //
     this.crossTabHeaderCell2.ColumnIndex = 2;
     this.crossTabHeaderCell2.ColumnSpan  = 2;
     this.crossTabHeaderCell2.Font        = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderCell2.Name        = "crossTabHeaderCell2";
     this.crossTabHeaderCell2.RowIndex    = 0;
     //
     // crossTabHeaderCell3
     //
     this.crossTabHeaderCell3.BackColor   = System.Drawing.Color.White;
     this.crossTabHeaderCell3.ColumnIndex = 0;
     this.crossTabHeaderCell3.Name        = "crossTabHeaderCell3";
     this.crossTabHeaderCell3.RowIndex    = 3;
     //
     // crossTabHeaderCell4
     //
     this.crossTabHeaderCell4.ColumnIndex = 0;
     this.crossTabHeaderCell4.ColumnSpan  = 2;
     this.crossTabHeaderCell4.Name        = "crossTabHeaderCell4";
     this.crossTabHeaderCell4.RowIndex    = 5;
     this.crossTabHeaderCell4.Text        = "Total";
     //
     // crossTabTotalCell1
     //
     this.crossTabTotalCell1.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.crossTabTotalCell1.ColumnIndex      = 2;
     this.crossTabTotalCell1.Name             = "crossTabTotalCell1";
     this.crossTabTotalCell1.RowIndex         = 5;
     this.crossTabTotalCell1.TextFormatString = "{0:##;##;0}";
     //
     // crossTabHeaderCell5
     //
     this.crossTabHeaderCell5.BackColor     = System.Drawing.Color.White;
     this.crossTabHeaderCell5.ColumnIndex   = 1;
     this.crossTabHeaderCell5.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderCell5.Name          = "crossTabHeaderCell5";
     this.crossTabHeaderCell5.RowIndex      = 0;
     this.crossTabHeaderCell5.RowSpan       = 3;
     this.crossTabHeaderCell5.Text          = "Full Name";
     this.crossTabHeaderCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // crossTabHeaderCell6
     //
     this.crossTabHeaderCell6.BackColor   = System.Drawing.Color.White;
     this.crossTabHeaderCell6.ColumnIndex = 1;
     this.crossTabHeaderCell6.Font        = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Italic);
     this.crossTabHeaderCell6.Name        = "crossTabHeaderCell6";
     this.crossTabHeaderCell6.RowIndex    = 3;
     //
     // crossTabHeaderCell7
     //
     this.crossTabHeaderCell7.ColumnIndex      = 0;
     this.crossTabHeaderCell7.ColumnSpan       = 2;
     this.crossTabHeaderCell7.Name             = "crossTabHeaderCell7";
     this.crossTabHeaderCell7.RowIndex         = 4;
     this.crossTabHeaderCell7.TextFormatString = "Total {0}";
     //
     // crossTabTotalCell2
     //
     this.crossTabTotalCell2.ColumnIndex = 2;
     this.crossTabTotalCell2.Name        = "crossTabTotalCell2";
     this.crossTabTotalCell2.RowIndex    = 4;
     //
     // crossTabHeaderCell8
     //
     this.crossTabHeaderCell8.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.crossTabHeaderCell8.ColumnIndex   = 5;
     this.crossTabHeaderCell8.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderCell8.Name          = "crossTabHeaderCell8";
     this.crossTabHeaderCell8.RowIndex      = 0;
     this.crossTabHeaderCell8.RowSpan       = 3;
     this.crossTabHeaderCell8.Text          = "Signature";
     this.crossTabHeaderCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // crossTabTotalCell3
     //
     this.crossTabTotalCell3.ColumnIndex = 5;
     this.crossTabTotalCell3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "\'\'")
     });
     this.crossTabTotalCell3.Name     = "crossTabTotalCell3";
     this.crossTabTotalCell3.RowIndex = 3;
     //
     // crossTabTotalCell4
     //
     this.crossTabTotalCell4.ColumnIndex = 5;
     this.crossTabTotalCell4.Name        = "crossTabTotalCell4";
     this.crossTabTotalCell4.RowIndex    = 4;
     //
     // crossTabTotalCell5
     //
     this.crossTabTotalCell5.ColumnIndex = 5;
     this.crossTabTotalCell5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "\'\'")
     });
     this.crossTabTotalCell5.Name     = "crossTabTotalCell5";
     this.crossTabTotalCell5.RowIndex = 5;
     //
     // crossTabHeaderCell9
     //
     this.crossTabHeaderCell9.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.crossTabHeaderCell9.ColumnIndex = 2;
     this.crossTabHeaderCell9.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "BackColor", "iif([TypeName]=\'Withholding\',\'182, 255, 255\',?)")
     });
     this.crossTabHeaderCell9.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderCell9.Name          = "crossTabHeaderCell9";
     this.crossTabHeaderCell9.RowIndex      = 1;
     this.crossTabHeaderCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // crossTabHeaderCell10
     //
     this.crossTabHeaderCell10.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.crossTabHeaderCell10.ColumnIndex      = 4;
     this.crossTabHeaderCell10.Font             = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderCell10.Name             = "crossTabHeaderCell10";
     this.crossTabHeaderCell10.RowIndex         = 0;
     this.crossTabHeaderCell10.RowSpan          = 3;
     this.crossTabHeaderCell10.Text             = "Salary payable";
     this.crossTabHeaderCell10.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.crossTabHeaderCell10.TextFormatString = "Total {0}";
     //
     // crossTabTotalCell6
     //
     this.crossTabTotalCell6.ColumnIndex = 4;
     this.crossTabTotalCell6.Name        = "crossTabTotalCell6";
     this.crossTabTotalCell6.RowIndex    = 3;
     //
     // crossTabTotalCell7
     //
     this.crossTabTotalCell7.ColumnIndex = 4;
     this.crossTabTotalCell7.Name        = "crossTabTotalCell7";
     this.crossTabTotalCell7.RowIndex    = 4;
     //
     // crossTabTotalCell8
     //
     this.crossTabTotalCell8.ColumnIndex = 4;
     this.crossTabTotalCell8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "\'\'")
     });
     this.crossTabTotalCell8.Name     = "crossTabTotalCell8";
     this.crossTabTotalCell8.RowIndex = 5;
     //
     // crossTabHeaderCell11
     //
     this.crossTabHeaderCell11.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.crossTabHeaderCell11.ColumnIndex = 2;
     this.crossTabHeaderCell11.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "BackColor", "iif([TypeName]=\'Withholding\',\'152, 255, 255\',?)")
     });
     this.crossTabHeaderCell11.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderCell11.Name          = "crossTabHeaderCell11";
     this.crossTabHeaderCell11.RowIndex      = 2;
     this.crossTabHeaderCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // crossTabHeaderCell12
     //
     this.crossTabHeaderCell12.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.crossTabHeaderCell12.ColumnIndex = 3;
     this.crossTabHeaderCell12.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "BackColor", "iif([TypeName]=\'Withholding\',\'182, 255, 255\',?)")
     });
     this.crossTabHeaderCell12.Font             = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderCell12.Name             = "crossTabHeaderCell12";
     this.crossTabHeaderCell12.RowIndex         = 1;
     this.crossTabHeaderCell12.RowSpan          = 2;
     this.crossTabHeaderCell12.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.crossTabHeaderCell12.TextFormatString = "Total {0}";
     //
     // crossTabTotalCell9
     //
     this.crossTabTotalCell9.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.crossTabTotalCell9.ColumnIndex      = 3;
     this.crossTabTotalCell9.Name             = "crossTabTotalCell9";
     this.crossTabTotalCell9.RowIndex         = 3;
     this.crossTabTotalCell9.TextFormatString = "{0:##;##;0}";
     //
     // crossTabTotalCell10
     //
     this.crossTabTotalCell10.ColumnIndex = 3;
     this.crossTabTotalCell10.Name        = "crossTabTotalCell10";
     this.crossTabTotalCell10.RowIndex    = 4;
     //
     // crossTabTotalCell11
     //
     this.crossTabTotalCell11.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.crossTabTotalCell11.ColumnIndex = 3;
     this.crossTabTotalCell11.Name        = "crossTabTotalCell11";
     this.crossTabTotalCell11.RowIndex    = 5;
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataMember = "GetData";
     this.objectDataSource1.DataSource = typeof(CrossTabDemo1.DataItems);
     this.objectDataSource1.Name       = "objectDataSource1";
     //
     // crossTabGeneralStyle1
     //
     this.crossTabGeneralStyle1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(160)))), ((int)(((byte)(160)))));
     this.crossTabGeneralStyle1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                      | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.crossTabGeneralStyle1.Font      = new System.Drawing.Font("Arial", 9.75F);
     this.crossTabGeneralStyle1.ForeColor = System.Drawing.Color.Black;
     this.crossTabGeneralStyle1.Name      = "crossTabGeneralStyle1";
     this.crossTabGeneralStyle1.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // crossTabHeaderStyle1
     //
     this.crossTabHeaderStyle1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.crossTabHeaderStyle1.Name          = "crossTabHeaderStyle1";
     this.crossTabHeaderStyle1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.crossTabHeaderStyle1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // crossTabDataStyle1
     //
     this.crossTabDataStyle1.BackColor     = System.Drawing.Color.White;
     this.crossTabDataStyle1.Name          = "crossTabDataStyle1";
     this.crossTabDataStyle1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.crossTabDataStyle1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // crossTabTotalStyle1
     //
     this.crossTabTotalStyle1.BackColor     = System.Drawing.Color.White;
     this.crossTabTotalStyle1.Name          = "crossTabTotalStyle1";
     this.crossTabTotalStyle1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.crossTabTotalStyle1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // XtraReport1
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.Font = new System.Drawing.Font("Arial", 9.75F);
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.crossTabGeneralStyle1,
         this.crossTabHeaderStyle1,
         this.crossTabDataStyle1,
         this.crossTabTotalStyle1
     });
     this.Version = "19.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrCrossTab1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #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.StoredProcQuery      storedProcQuery1 = new DevExpress.DataAccess.Sql.StoredProcQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1  = new DevExpress.DataAccess.Sql.QueryParameter();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(Bang_diem_tong_ket));
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition1 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(68.75F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition2 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F);
     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.CrossTabRowDefinition    crossTabRowDefinition1    = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField1         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     this.sqlDataSource1       = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.crossTabGeneralStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabDataStyle    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabHeaderStyle  = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabTotalStyle   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportHeader         = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel2             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1             = new DevExpress.XtraReports.UI.XRLabel();
     this.label1          = new DevExpress.XtraReports.UI.XRLabel();
     this.Detail          = new DevExpress.XtraReports.UI.DetailBand();
     this.crossTab1       = 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.rpT_BANG_DIEM_TONG_KET_CA_LOPTableAdapter1 = new CSDLPT.DS_SERVER1TableAdapters.RPT_BANG_DIEM_TONG_KET_CA_LOPTableAdapter();
     this.dS_SERVER11  = new CSDLPT.DS_SERVER1();
     this.TopMargin    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.TitleStyle   = new DevExpress.XtraReports.UI.XRControlStyle();
     ((System.ComponentModel.ISupportInitialize)(this.crossTab1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dS_SERVER11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "CSDLPT.Properties.Settings.QLDSVConnectionStringSERVER1";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     storedProcQuery1.Name     = "RPT_BANG_DIEM_TONG_KET_CA_LOP";
     queryParameter1.Name      = "@Malop";
     queryParameter1.Type      = typeof(string);
     queryParameter1.ValueInfo = "D15CQCN1";
     storedProcQuery1.Parameters.Add(queryParameter1);
     storedProcQuery1.StoredProcName = "RPT_BANG_DIEM_TONG_KET_CA_LOP";
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         storedProcQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // crossTabGeneralStyle
     //
     this.crossTabGeneralStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(232)))), ((int)(((byte)(234)))));
     this.crossTabGeneralStyle.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.crossTabGeneralStyle.BorderWidth = 1F;
     this.crossTabGeneralStyle.Font        = new System.Drawing.Font("Arial", 9.75F);
     this.crossTabGeneralStyle.Name        = "crossTabGeneralStyle";
     this.crossTabGeneralStyle.Padding     = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     //
     // crossTabDataStyle
     //
     this.crossTabDataStyle.Name          = "crossTabDataStyle";
     this.crossTabDataStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // crossTabHeaderStyle
     //
     this.crossTabHeaderStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
     this.crossTabHeaderStyle.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderStyle.Name          = "crossTabHeaderStyle";
     this.crossTabHeaderStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // crossTabTotalStyle
     //
     this.crossTabTotalStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
     this.crossTabTotalStyle.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabTotalStyle.Name          = "crossTabTotalStyle";
     this.crossTabTotalStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2,
         this.xrLabel1,
         this.label1
     });
     this.ReportHeader.HeightF = 119.0963F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel2
     //
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(132.0417F, 63.54167F);
     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(52.08333F, 23F);
     this.xrLabel2.Text          = "Lớp : ";
     //
     // xrLabel1
     //
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(184.125F, 63.54167F);
     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(455.875F, 23F);
     this.xrLabel1.Text          = "xrLabel1";
     //
     // label1
     //
     this.label1.Font                  = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.LocationFloat         = new DevExpress.Utils.PointFloat(183.0833F, 10.00001F);
     this.label1.Name                  = "label1";
     this.label1.SizeF                 = new System.Drawing.SizeF(305.3997F, 36.26302F);
     this.label1.StyleName             = "TitleStyle";
     this.label1.StylePriority.UseFont = false;
     this.label1.Text                  = "BẢNG ĐIỂM TỔNG KẾT";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.crossTab1
     });
     this.Detail.HeightF = 95.83597F;
     this.Detail.Name    = "Detail";
     //
     // crossTab1
     //
     this.crossTab1.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
     });
     crossTabColumnDefinition1.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition2.Visible       = false;
     this.crossTab1.ColumnDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition[] {
         crossTabColumnDefinition1,
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(102.0833F),
         crossTabColumnDefinition2
     });
     crossTabColumnField1.FieldName = "TENMH";
     this.crossTab1.ColumnFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField[] {
         crossTabColumnField1
     });
     this.crossTab1.DataAdapter       = this.rpT_BANG_DIEM_TONG_KET_CA_LOPTableAdapter1;
     this.crossTab1.DataAreaStyleName = "crossTabDataStyle";
     crossTabDataField1.FieldName     = "DIEM";
     this.crossTab1.DataFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField[] {
         crossTabDataField1
     });
     this.crossTab1.DataMember          = "RPT_BANG_DIEM_TONG_KET_CA_LOP";
     this.crossTab1.DataSource          = this.dS_SERVER11;
     this.crossTab1.GeneralStyleName    = "crossTabGeneralStyle";
     this.crossTab1.HeaderAreaStyleName = "crossTabHeaderStyle";
     this.crossTab1.LocationFloat       = new DevExpress.Utils.PointFloat(0F, 0F);
     this.crossTab1.Name            = "crossTab1";
     crossTabRowDefinition1.Visible = false;
     this.crossTab1.RowDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition[] {
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(39.58333F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F),
         crossTabRowDefinition1
     });
     crossTabRowField1.FieldName = "HOTEN";
     this.crossTab1.RowFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField[] {
         crossTabRowField1
     });
     this.crossTab1.SizeF = new System.Drawing.SizeF(270.8333F, 89.58333F);
     this.crossTab1.TotalAreaStyleName = "crossTabTotalStyle";
     //
     // xrCrossTabCell1
     //
     this.xrCrossTabCell1.ColumnIndex = 0;
     this.xrCrossTabCell1.Name        = "xrCrossTabCell1";
     this.xrCrossTabCell1.RowIndex    = 0;
     this.xrCrossTabCell1.Text        = "HỌ TÊN";
     //
     // xrCrossTabCell2
     //
     this.xrCrossTabCell2.ColumnIndex = 1;
     this.xrCrossTabCell2.Name        = "xrCrossTabCell2";
     this.xrCrossTabCell2.RowIndex    = 1;
     //
     // xrCrossTabCell3
     //
     this.xrCrossTabCell3.ColumnIndex = 1;
     this.xrCrossTabCell3.Name        = "xrCrossTabCell3";
     this.xrCrossTabCell3.RowIndex    = 0;
     //
     // xrCrossTabCell4
     //
     this.xrCrossTabCell4.ColumnIndex = 2;
     this.xrCrossTabCell4.Name        = "xrCrossTabCell4";
     this.xrCrossTabCell4.RowIndex    = 0;
     this.xrCrossTabCell4.Text        = "Grand Total";
     //
     // xrCrossTabCell5
     //
     this.xrCrossTabCell5.ColumnIndex = 2;
     this.xrCrossTabCell5.Name        = "xrCrossTabCell5";
     this.xrCrossTabCell5.RowIndex    = 1;
     //
     // xrCrossTabCell6
     //
     this.xrCrossTabCell6.ColumnIndex = 0;
     this.xrCrossTabCell6.Name        = "xrCrossTabCell6";
     this.xrCrossTabCell6.RowIndex    = 1;
     //
     // xrCrossTabCell7
     //
     this.xrCrossTabCell7.ColumnIndex = 0;
     this.xrCrossTabCell7.Name        = "xrCrossTabCell7";
     this.xrCrossTabCell7.RowIndex    = 2;
     this.xrCrossTabCell7.Text        = "Grand Total";
     //
     // xrCrossTabCell8
     //
     this.xrCrossTabCell8.ColumnIndex = 1;
     this.xrCrossTabCell8.Name        = "xrCrossTabCell8";
     this.xrCrossTabCell8.RowIndex    = 2;
     //
     // xrCrossTabCell9
     //
     this.xrCrossTabCell9.ColumnIndex = 2;
     this.xrCrossTabCell9.Name        = "xrCrossTabCell9";
     this.xrCrossTabCell9.RowIndex    = 2;
     //
     // rpT_BANG_DIEM_TONG_KET_CA_LOPTableAdapter1
     //
     this.rpT_BANG_DIEM_TONG_KET_CA_LOPTableAdapter1.ClearBeforeFill = true;
     //
     // dS_SERVER11
     //
     this.dS_SERVER11.DataSetName             = "DS_SERVER1";
     this.dS_SERVER11.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // TopMargin
     //
     this.TopMargin.Name = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.Name = "BottomMargin";
     //
     // TitleStyle
     //
     this.TitleStyle.Font    = new System.Drawing.Font("Arial", 18F);
     this.TitleStyle.Name    = "TitleStyle";
     this.TitleStyle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // Bang_diem_tong_ket
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.ReportHeader,
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1,
         this.dS_SERVER11
     });
     this.Font = new System.Drawing.Font("Arial", 9.75F);
     this.HorizontalContentSplitting = DevExpress.XtraPrinting.HorizontalContentSplitting.Smart;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.TitleStyle,
         this.crossTabGeneralStyle,
         this.crossTabHeaderStyle,
         this.crossTabDataStyle,
         this.crossTabTotalStyle
     });
     this.Version = "19.2";
     this.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     ((System.ComponentModel.ISupportInitialize)(this.crossTab1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dS_SERVER11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #8
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.StoredProcQuery      storedProcQuery1 = new DevExpress.DataAccess.Sql.StoredProcQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1  = new DevExpress.DataAccess.Sql.QueryParameter();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(Xrpt_BangDiemTongKet));
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition1 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(125F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition2 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(176.7361F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition3 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(184.0278F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition4 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(99.99998F);
     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.CrossTabRowDefinition    crossTabRowDefinition1    = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition    crossTabRowDefinition2    = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition    crossTabRowDefinition3    = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField1         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField2         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField3         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     this.sqlDataSource1        = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.ReportHeader          = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrTable1              = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1           = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1          = new DevExpress.XtraReports.UI.XRTableCell();
     this.tCellMaLop            = new DevExpress.XtraReports.UI.XRTableCell();
     this.label1                = new DevExpress.XtraReports.UI.XRLabel();
     this.Detail                = new DevExpress.XtraReports.UI.DetailBand();
     this.crossTab1             = 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();
     this.xrCrossTabCell18      = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.xrCrossTabCell19      = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.TopMargin             = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin          = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.TitleStyle            = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabGeneralStyle1 = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabHeaderStyle1  = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabDataStyle1    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabTotalStyle1   = new DevExpress.XtraReports.UI.XRControlStyle();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.crossTab1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "CSDLPT_QLSV.Properties.Settings.QLDSVConnectionString_SERVER1";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     storedProcQuery1.Name     = "SP_BANGDIEMTONGKET";
     queryParameter1.Name      = "@MALOP";
     queryParameter1.Type      = typeof(string);
     queryParameter1.ValueInfo = "D08VTA01";
     storedProcQuery1.Parameters.Add(queryParameter1);
     storedProcQuery1.StoredProcName = "SP_BANGDIEMTONGKET";
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         storedProcQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1,
         this.label1
     });
     this.ReportHeader.HeightF = 104.513F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrTable1
     //
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(212.5001F, 57.63801F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(200F, 25F);
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.tCellMaLop
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.BorderColor = System.Drawing.Color.Transparent;
     this.xrTableCell1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.xrTableCell1.Multiline   = true;
     this.xrTableCell1.Name        = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseBorderColor   = false;
     this.xrTableCell1.StylePriority.UseFont          = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text          = "Lớp:";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell1.Weight        = 0.76388900756835942D;
     //
     // tCellMaLop
     //
     this.tCellMaLop.BorderColor = System.Drawing.Color.Transparent;
     this.tCellMaLop.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.tCellMaLop.Multiline   = true;
     this.tCellMaLop.Name        = "tCellMaLop";
     this.tCellMaLop.StylePriority.UseBorderColor   = false;
     this.tCellMaLop.StylePriority.UseFont          = false;
     this.tCellMaLop.StylePriority.UseTextAlignment = false;
     this.tCellMaLop.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tCellMaLop.Weight        = 1.2361109924316407D;
     //
     // label1
     //
     this.label1.BorderColor   = System.Drawing.Color.Transparent;
     this.label1.Font          = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold);
     this.label1.LocationFloat = new DevExpress.Utils.PointFloat(150F, 12F);
     this.label1.Name          = "label1";
     this.label1.SizeF         = new System.Drawing.SizeF(324.8578F, 30.01302F);
     this.label1.StyleName     = "TitleStyle";
     this.label1.StylePriority.UseBorderColor   = false;
     this.label1.StylePriority.UseFont          = false;
     this.label1.StylePriority.UseTextAlignment = false;
     this.label1.Text          = "BẢNG ĐIỂM TỔNG KẾT";
     this.label1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.crossTab1
     });
     this.Detail.HeightF = 125F;
     this.Detail.Name    = "Detail";
     //
     // crossTab1
     //
     this.crossTab1.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,
         this.xrCrossTabCell18,
         this.xrCrossTabCell19
     });
     crossTabColumnDefinition1.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition2.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition3.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition4.Visible       = false;
     this.crossTab1.ColumnDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition[] {
         crossTabColumnDefinition1,
         crossTabColumnDefinition2,
         crossTabColumnDefinition3,
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(99.99998F),
         crossTabColumnDefinition4
     });
     crossTabColumnField1.FieldName = "TENMH";
     this.crossTab1.ColumnFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField[] {
         crossTabColumnField1
     });
     this.crossTab1.DataAreaStyleName = "crossTabDataStyle1";
     crossTabDataField1.FieldName     = "DIEM";
     this.crossTab1.DataFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField[] {
         crossTabDataField1
     });
     this.crossTab1.DataMember          = "SP_BANGDIEMTONGKET";
     this.crossTab1.DataSource          = this.sqlDataSource1;
     this.crossTab1.GeneralStyleName    = "crossTabGeneralStyle1";
     this.crossTab1.HeaderAreaStyleName = "crossTabHeaderStyle1";
     this.crossTab1.LocationFloat       = new DevExpress.Utils.PointFloat(0F, 0F);
     this.crossTab1.Name            = "crossTab1";
     crossTabRowDefinition1.Visible = false;
     crossTabRowDefinition2.Visible = false;
     crossTabRowDefinition3.Visible = false;
     this.crossTab1.RowDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition[] {
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F),
         crossTabRowDefinition1,
         crossTabRowDefinition2,
         crossTabRowDefinition3
     });
     crossTabRowField1.FieldName = "MASV";
     crossTabRowField2.FieldName = "HO";
     crossTabRowField3.FieldName = "TEN";
     this.crossTab1.RowFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField[] {
         crossTabRowField1,
         crossTabRowField2,
         crossTabRowField3
     });
     this.crossTab1.SizeF = new System.Drawing.SizeF(685.7639F, 125F);
     this.crossTab1.TotalAreaStyleName = "crossTabTotalStyle1";
     //
     // xrCrossTabCell1
     //
     this.xrCrossTabCell1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(104)))), ((int)(((byte)(196)))));
     this.xrCrossTabCell1.BorderColor = System.Drawing.Color.Black;
     this.xrCrossTabCell1.BorderWidth = 0.5F;
     this.xrCrossTabCell1.ColumnIndex = 0;
     this.xrCrossTabCell1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.xrCrossTabCell1.Name        = "xrCrossTabCell1";
     this.xrCrossTabCell1.RowIndex    = 0;
     this.xrCrossTabCell1.Text        = "Mã SV";
     //
     // xrCrossTabCell2
     //
     this.xrCrossTabCell2.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(104)))), ((int)(((byte)(196)))));
     this.xrCrossTabCell2.BorderColor = System.Drawing.Color.Black;
     this.xrCrossTabCell2.BorderWidth = 0.5F;
     this.xrCrossTabCell2.ColumnIndex = 1;
     this.xrCrossTabCell2.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.xrCrossTabCell2.Name        = "xrCrossTabCell2";
     this.xrCrossTabCell2.RowIndex    = 0;
     this.xrCrossTabCell2.Text        = "Họ";
     //
     // xrCrossTabCell3
     //
     this.xrCrossTabCell3.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(104)))), ((int)(((byte)(196)))));
     this.xrCrossTabCell3.BorderColor = System.Drawing.Color.Black;
     this.xrCrossTabCell3.BorderWidth = 0.5F;
     this.xrCrossTabCell3.ColumnIndex = 2;
     this.xrCrossTabCell3.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.xrCrossTabCell3.Name        = "xrCrossTabCell3";
     this.xrCrossTabCell3.RowIndex    = 0;
     this.xrCrossTabCell3.Text        = "Tên";
     //
     // xrCrossTabCell4
     //
     this.xrCrossTabCell4.BorderColor   = System.Drawing.Color.Black;
     this.xrCrossTabCell4.BorderWidth   = 0.5F;
     this.xrCrossTabCell4.ColumnIndex   = 3;
     this.xrCrossTabCell4.Font          = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.xrCrossTabCell4.Name          = "xrCrossTabCell4";
     this.xrCrossTabCell4.RowIndex      = 1;
     this.xrCrossTabCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrCrossTabCell5
     //
     this.xrCrossTabCell5.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(104)))), ((int)(((byte)(196)))));
     this.xrCrossTabCell5.BorderColor = System.Drawing.Color.Black;
     this.xrCrossTabCell5.BorderWidth = 0.5F;
     this.xrCrossTabCell5.ColumnIndex = 3;
     this.xrCrossTabCell5.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.xrCrossTabCell5.Name        = "xrCrossTabCell5";
     this.xrCrossTabCell5.RowIndex    = 0;
     //
     // xrCrossTabCell6
     //
     this.xrCrossTabCell6.ColumnIndex = 4;
     this.xrCrossTabCell6.Name        = "xrCrossTabCell6";
     this.xrCrossTabCell6.RowIndex    = 0;
     this.xrCrossTabCell6.Text        = "Grand Total";
     //
     // xrCrossTabCell7
     //
     this.xrCrossTabCell7.ColumnIndex = 4;
     this.xrCrossTabCell7.Name        = "xrCrossTabCell7";
     this.xrCrossTabCell7.RowIndex    = 1;
     //
     // xrCrossTabCell8
     //
     this.xrCrossTabCell8.BorderColor = System.Drawing.Color.Black;
     this.xrCrossTabCell8.BorderWidth = 0.5F;
     this.xrCrossTabCell8.ColumnIndex = 0;
     this.xrCrossTabCell8.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.xrCrossTabCell8.Name        = "xrCrossTabCell8";
     this.xrCrossTabCell8.RowIndex    = 1;
     this.xrCrossTabCell8.RowSpan     = 2;
     //
     // xrCrossTabCell9
     //
     this.xrCrossTabCell9.BorderColor = System.Drawing.Color.Black;
     this.xrCrossTabCell9.BorderWidth = 0.5F;
     this.xrCrossTabCell9.ColumnIndex = 1;
     this.xrCrossTabCell9.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.xrCrossTabCell9.Name        = "xrCrossTabCell9";
     this.xrCrossTabCell9.RowIndex    = 1;
     //
     // xrCrossTabCell10
     //
     this.xrCrossTabCell10.BorderColor = System.Drawing.Color.Black;
     this.xrCrossTabCell10.BorderWidth = 0.5F;
     this.xrCrossTabCell10.ColumnIndex = 2;
     this.xrCrossTabCell10.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.xrCrossTabCell10.Name        = "xrCrossTabCell10";
     this.xrCrossTabCell10.RowIndex    = 1;
     //
     // xrCrossTabCell11
     //
     this.xrCrossTabCell11.ColumnIndex      = 1;
     this.xrCrossTabCell11.ColumnSpan       = 2;
     this.xrCrossTabCell11.Name             = "xrCrossTabCell11";
     this.xrCrossTabCell11.RowIndex         = 2;
     this.xrCrossTabCell11.TextFormatString = "Total {0}";
     //
     // xrCrossTabCell12
     //
     this.xrCrossTabCell12.ColumnIndex      = 0;
     this.xrCrossTabCell12.ColumnSpan       = 3;
     this.xrCrossTabCell12.Name             = "xrCrossTabCell12";
     this.xrCrossTabCell12.RowIndex         = 3;
     this.xrCrossTabCell12.TextFormatString = "Total {0}";
     //
     // xrCrossTabCell13
     //
     this.xrCrossTabCell13.ColumnIndex = 0;
     this.xrCrossTabCell13.ColumnSpan  = 3;
     this.xrCrossTabCell13.Name        = "xrCrossTabCell13";
     this.xrCrossTabCell13.RowIndex    = 4;
     this.xrCrossTabCell13.Text        = "Grand Total";
     //
     // xrCrossTabCell14
     //
     this.xrCrossTabCell14.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(248)))), ((int)(((byte)(253)))));
     this.xrCrossTabCell14.ColumnIndex = 3;
     this.xrCrossTabCell14.Name        = "xrCrossTabCell14";
     this.xrCrossTabCell14.RowIndex    = 2;
     //
     // xrCrossTabCell15
     //
     this.xrCrossTabCell15.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(248)))), ((int)(((byte)(253)))));
     this.xrCrossTabCell15.ColumnIndex = 3;
     this.xrCrossTabCell15.Name        = "xrCrossTabCell15";
     this.xrCrossTabCell15.RowIndex    = 3;
     //
     // xrCrossTabCell16
     //
     this.xrCrossTabCell16.ColumnIndex = 3;
     this.xrCrossTabCell16.Name        = "xrCrossTabCell16";
     this.xrCrossTabCell16.RowIndex    = 4;
     //
     // xrCrossTabCell17
     //
     this.xrCrossTabCell17.ColumnIndex = 4;
     this.xrCrossTabCell17.Name        = "xrCrossTabCell17";
     this.xrCrossTabCell17.RowIndex    = 2;
     //
     // xrCrossTabCell18
     //
     this.xrCrossTabCell18.ColumnIndex = 4;
     this.xrCrossTabCell18.Name        = "xrCrossTabCell18";
     this.xrCrossTabCell18.RowIndex    = 3;
     //
     // xrCrossTabCell19
     //
     this.xrCrossTabCell19.ColumnIndex = 4;
     this.xrCrossTabCell19.Name        = "xrCrossTabCell19";
     this.xrCrossTabCell19.RowIndex    = 4;
     //
     // TopMargin
     //
     this.TopMargin.Name = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.Name = "BottomMargin";
     //
     // TitleStyle
     //
     this.TitleStyle.Font    = new System.Drawing.Font("Arial", 18F);
     this.TitleStyle.Name    = "TitleStyle";
     this.TitleStyle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // crossTabGeneralStyle1
     //
     this.crossTabGeneralStyle1.BackColor   = System.Drawing.Color.White;
     this.crossTabGeneralStyle1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(160)))), ((int)(((byte)(160)))));
     this.crossTabGeneralStyle1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                      | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.crossTabGeneralStyle1.Font      = new System.Drawing.Font("Arial", 9.75F);
     this.crossTabGeneralStyle1.ForeColor = System.Drawing.Color.Black;
     this.crossTabGeneralStyle1.Name      = "crossTabGeneralStyle1";
     this.crossTabGeneralStyle1.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // crossTabHeaderStyle1
     //
     this.crossTabHeaderStyle1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.crossTabHeaderStyle1.Name          = "crossTabHeaderStyle1";
     this.crossTabHeaderStyle1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // crossTabDataStyle1
     //
     this.crossTabDataStyle1.Name          = "crossTabDataStyle1";
     this.crossTabDataStyle1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // crossTabTotalStyle1
     //
     this.crossTabTotalStyle1.Name          = "crossTabTotalStyle1";
     this.crossTabTotalStyle1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // Xrpt_BangDiemTongKet
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.ReportHeader,
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.Font = new System.Drawing.Font("Arial", 9.75F);
     this.HorizontalContentSplitting = DevExpress.XtraPrinting.HorizontalContentSplitting.Smart;
     this.Landscape  = true;
     this.PageHeight = 827;
     this.PageWidth  = 1169;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.TitleStyle,
         this.crossTabGeneralStyle1,
         this.crossTabHeaderStyle1,
         this.crossTabDataStyle1,
         this.crossTabTotalStyle1
     });
     this.Version = "20.1";
     this.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.crossTab1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #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.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition1 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition2 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition3 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(56.25001F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition4 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(32.29166F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition5 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(64.58332F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField      crossTabColumnField1      = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField      crossTabColumnField2      = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabDataField        crossTabDataField1        = new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition    crossTabRowDefinition1    = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(11.49296F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition    crossTabRowDefinition2    = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(24.99999F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField1         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField2         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField3         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     DevExpress.DataAccess.Sql.StoredProcQuery      storedProcQuery1 = new DevExpress.DataAccess.Sql.StoredProcQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1  = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter2  = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter3  = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter4  = new DevExpress.DataAccess.Sql.QueryParameter();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(PackingSlipCrossTab));
     this.TopMargin            = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin         = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.Detail               = new DevExpress.XtraReports.UI.DetailBand();
     this.xrCrossTab1          = new DevExpress.XtraReports.UI.XRCrossTab();
     this.crossTabHeaderCell1  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabDataCell1    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell2  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell3  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell4  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell1   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell5  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell6  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell7  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell2   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell8  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell9  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell10 = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell3   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell11 = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell4   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell5   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell6   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell7   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell12 = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell13 = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell8   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell9   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell10  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell11  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.sqlDataSource1       = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.PSWSNO               = new DevExpress.XtraReports.Parameters.Parameter();
     this.PSWSTOTBOXES         = new DevExpress.XtraReports.Parameters.Parameter();
     this.FY       = new DevExpress.XtraReports.Parameters.Parameter();
     this.UnitCode = new DevExpress.XtraReports.Parameters.Parameter();
     this.crossTabGeneralStyle1 = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabHeaderStyle1  = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabDataStyle1    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabTotalStyle1   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.xrLabel1         = new DevExpress.XtraReports.UI.XRLabel();
     this.PageHeader       = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrAccName        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrSIDPONO        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrCTName         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrCharacterComb2 = new DevExpress.XtraReports.UI.XRCharacterComb();
     this.xrCharacterComb1 = new DevExpress.XtraReports.UI.XRCharacterComb();
     this.ReportHeader     = new DevExpress.XtraReports.UI.ReportHeaderBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrCrossTab1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 23F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF = 31F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrCrossTab1
     });
     this.Detail.HeightF = 145.3333F;
     this.Detail.Name    = "Detail";
     //
     // xrCrossTab1
     //
     this.xrCrossTab1.Cells.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.crossTabHeaderCell1,
         this.crossTabDataCell1,
         this.crossTabHeaderCell2,
         this.crossTabHeaderCell3,
         this.crossTabHeaderCell4,
         this.crossTabTotalCell1,
         this.crossTabHeaderCell5,
         this.crossTabHeaderCell6,
         this.crossTabHeaderCell7,
         this.crossTabTotalCell2,
         this.crossTabHeaderCell8,
         this.crossTabHeaderCell9,
         this.crossTabHeaderCell10,
         this.crossTabTotalCell3,
         this.crossTabHeaderCell11,
         this.crossTabTotalCell4,
         this.crossTabTotalCell5,
         this.crossTabTotalCell6,
         this.crossTabTotalCell7,
         this.crossTabHeaderCell12,
         this.crossTabHeaderCell13,
         this.crossTabTotalCell8,
         this.crossTabTotalCell9,
         this.crossTabTotalCell10,
         this.crossTabTotalCell11
     });
     crossTabColumnDefinition1.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition2.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition3.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition4.Visible       = false;
     crossTabColumnDefinition5.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     this.xrCrossTab1.ColumnDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition[] {
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F),
         crossTabColumnDefinition1,
         crossTabColumnDefinition2,
         crossTabColumnDefinition3,
         crossTabColumnDefinition4,
         crossTabColumnDefinition5
     });
     crossTabColumnField1.FieldName = "SZINDEX";
     crossTabColumnField2.FieldName = "SZNAME";
     crossTabColumnField2.SortOrder = DevExpress.XtraReports.UI.XRColumnSortOrder.None;
     this.xrCrossTab1.ColumnFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField[] {
         crossTabColumnField1,
         crossTabColumnField2
     });
     this.xrCrossTab1.DataAreaStyleName = "crossTabDataStyle1";
     crossTabDataField1.FieldName       = "SIDSCANQTY";
     this.xrCrossTab1.DataFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField[] {
         crossTabDataField1
     });
     this.xrCrossTab1.DataMember          = "sp_LoadPackingSLipPrint";
     this.xrCrossTab1.DataSource          = this.sqlDataSource1;
     this.xrCrossTab1.GeneralStyleName    = "crossTabGeneralStyle1";
     this.xrCrossTab1.HeaderAreaStyleName = "crossTabHeaderStyle1";
     this.xrCrossTab1.LocationFloat       = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrCrossTab1.Name          = "xrCrossTab1";
     crossTabRowDefinition1.Visible = false;
     crossTabRowDefinition2.Visible = false;
     this.xrCrossTab1.RowDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition[] {
         crossTabRowDefinition1,
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(33.84037F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(24.99999F),
         crossTabRowDefinition2,
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(24.99999F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(24.99999F)
     });
     crossTabRowField1.FieldName = "ARTNO";
     crossTabRowField2.FieldName = "SIDARTDESC";
     crossTabRowField3.FieldName = "SIDCOLN";
     this.xrCrossTab1.RowFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField[] {
         crossTabRowField1,
         crossTabRowField2,
         crossTabRowField3
     });
     this.xrCrossTab1.SizeF = new System.Drawing.SizeF(453.125F, 145.3333F);
     this.xrCrossTab1.TotalAreaStyleName = "crossTabTotalStyle1";
     //
     // crossTabHeaderCell1
     //
     this.crossTabHeaderCell1.ColumnIndex   = 0;
     this.crossTabHeaderCell1.Font          = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderCell1.Name          = "crossTabHeaderCell1";
     this.crossTabHeaderCell1.RowIndex      = 0;
     this.crossTabHeaderCell1.RowSpan       = 2;
     this.crossTabHeaderCell1.Text          = "ART NO";
     this.crossTabHeaderCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // crossTabDataCell1
     //
     this.crossTabDataCell1.ColumnIndex = 3;
     this.crossTabDataCell1.Font        = new System.Drawing.Font("Calibri", 11.25F);
     this.crossTabDataCell1.Name        = "crossTabDataCell1";
     this.crossTabDataCell1.RowIndex    = 2;
     //
     // crossTabHeaderCell2
     //
     this.crossTabHeaderCell2.ColumnIndex   = 3;
     this.crossTabHeaderCell2.Font          = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderCell2.Name          = "crossTabHeaderCell2";
     this.crossTabHeaderCell2.RowIndex      = 1;
     this.crossTabHeaderCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // crossTabHeaderCell3
     //
     this.crossTabHeaderCell3.ColumnIndex = 0;
     this.crossTabHeaderCell3.Font        = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.crossTabHeaderCell3.Name        = "crossTabHeaderCell3";
     this.crossTabHeaderCell3.RowIndex    = 2;
     this.crossTabHeaderCell3.RowSpan     = 2;
     //
     // crossTabHeaderCell4
     //
     this.crossTabHeaderCell4.ColumnIndex = 0;
     this.crossTabHeaderCell4.ColumnSpan  = 3;
     this.crossTabHeaderCell4.Font        = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.crossTabHeaderCell4.Name        = "crossTabHeaderCell4";
     this.crossTabHeaderCell4.RowIndex    = 5;
     this.crossTabHeaderCell4.Text        = "Grand Total";
     //
     // crossTabTotalCell1
     //
     this.crossTabTotalCell1.ColumnIndex = 3;
     this.crossTabTotalCell1.Font        = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
     this.crossTabTotalCell1.Name        = "crossTabTotalCell1";
     this.crossTabTotalCell1.RowIndex    = 5;
     //
     // crossTabHeaderCell5
     //
     this.crossTabHeaderCell5.ColumnIndex   = 1;
     this.crossTabHeaderCell5.Font          = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderCell5.Name          = "crossTabHeaderCell5";
     this.crossTabHeaderCell5.RowIndex      = 0;
     this.crossTabHeaderCell5.RowSpan       = 2;
     this.crossTabHeaderCell5.Text          = "DISCRIPTION";
     this.crossTabHeaderCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // crossTabHeaderCell6
     //
     this.crossTabHeaderCell6.ColumnIndex = 1;
     this.crossTabHeaderCell6.Font        = new System.Drawing.Font("Calibri", 11.25F);
     this.crossTabHeaderCell6.Name        = "crossTabHeaderCell6";
     this.crossTabHeaderCell6.RowIndex    = 2;
     //
     // crossTabHeaderCell7
     //
     this.crossTabHeaderCell7.ColumnIndex      = 0;
     this.crossTabHeaderCell7.ColumnSpan       = 3;
     this.crossTabHeaderCell7.Font             = new System.Drawing.Font("Calibri", 11.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.crossTabHeaderCell7.Name             = "crossTabHeaderCell7";
     this.crossTabHeaderCell7.RowIndex         = 4;
     this.crossTabHeaderCell7.TextFormatString = "Total {0}";
     //
     // crossTabTotalCell2
     //
     this.crossTabTotalCell2.ColumnIndex = 3;
     this.crossTabTotalCell2.Font        = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold);
     this.crossTabTotalCell2.Name        = "crossTabTotalCell2";
     this.crossTabTotalCell2.RowIndex    = 4;
     //
     // crossTabHeaderCell8
     //
     this.crossTabHeaderCell8.ColumnIndex   = 2;
     this.crossTabHeaderCell8.Font          = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderCell8.Name          = "crossTabHeaderCell8";
     this.crossTabHeaderCell8.RowIndex      = 0;
     this.crossTabHeaderCell8.RowSpan       = 2;
     this.crossTabHeaderCell8.Text          = "COLOUR";
     this.crossTabHeaderCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // crossTabHeaderCell9
     //
     this.crossTabHeaderCell9.ColumnIndex = 2;
     this.crossTabHeaderCell9.Font        = new System.Drawing.Font("Calibri", 11.25F);
     this.crossTabHeaderCell9.Name        = "crossTabHeaderCell9";
     this.crossTabHeaderCell9.RowIndex    = 2;
     //
     // crossTabHeaderCell10
     //
     this.crossTabHeaderCell10.ColumnIndex      = 1;
     this.crossTabHeaderCell10.ColumnSpan       = 2;
     this.crossTabHeaderCell10.Name             = "crossTabHeaderCell10";
     this.crossTabHeaderCell10.RowIndex         = 3;
     this.crossTabHeaderCell10.TextFormatString = "Total {0}";
     //
     // crossTabTotalCell3
     //
     this.crossTabTotalCell3.ColumnIndex = 3;
     this.crossTabTotalCell3.Name        = "crossTabTotalCell3";
     this.crossTabTotalCell3.RowIndex    = 3;
     //
     // crossTabHeaderCell11
     //
     this.crossTabHeaderCell11.ColumnIndex = 5;
     this.crossTabHeaderCell11.Font        = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderCell11.Name        = "crossTabHeaderCell11";
     this.crossTabHeaderCell11.RowIndex    = 0;
     this.crossTabHeaderCell11.RowSpan     = 2;
     this.crossTabHeaderCell11.Text        = "Grand Total";
     //
     // crossTabTotalCell4
     //
     this.crossTabTotalCell4.ColumnIndex = 5;
     this.crossTabTotalCell4.Font        = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.crossTabTotalCell4.Name        = "crossTabTotalCell4";
     this.crossTabTotalCell4.RowIndex    = 2;
     //
     // crossTabTotalCell5
     //
     this.crossTabTotalCell5.ColumnIndex = 5;
     this.crossTabTotalCell5.Name        = "crossTabTotalCell5";
     this.crossTabTotalCell5.RowIndex    = 3;
     //
     // crossTabTotalCell6
     //
     this.crossTabTotalCell6.ColumnIndex = 5;
     this.crossTabTotalCell6.Font        = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold);
     this.crossTabTotalCell6.Name        = "crossTabTotalCell6";
     this.crossTabTotalCell6.RowIndex    = 4;
     //
     // crossTabTotalCell7
     //
     this.crossTabTotalCell7.ColumnIndex = 5;
     this.crossTabTotalCell7.Font        = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold);
     this.crossTabTotalCell7.Name        = "crossTabTotalCell7";
     this.crossTabTotalCell7.RowIndex    = 5;
     //
     // crossTabHeaderCell12
     //
     this.crossTabHeaderCell12.ColumnIndex = 3;
     this.crossTabHeaderCell12.Name        = "crossTabHeaderCell12";
     this.crossTabHeaderCell12.RowIndex    = 0;
     //
     // crossTabHeaderCell13
     //
     this.crossTabHeaderCell13.ColumnIndex = 4;
     this.crossTabHeaderCell13.Name        = "crossTabHeaderCell13";
     this.crossTabHeaderCell13.RowIndex    = 0;
     this.crossTabHeaderCell13.RowSpan     = 2;
     //
     // crossTabTotalCell8
     //
     this.crossTabTotalCell8.ColumnIndex = 4;
     this.crossTabTotalCell8.Name        = "crossTabTotalCell8";
     this.crossTabTotalCell8.RowIndex    = 2;
     //
     // crossTabTotalCell9
     //
     this.crossTabTotalCell9.ColumnIndex = 4;
     this.crossTabTotalCell9.Name        = "crossTabTotalCell9";
     this.crossTabTotalCell9.RowIndex    = 3;
     //
     // crossTabTotalCell10
     //
     this.crossTabTotalCell10.ColumnIndex = 4;
     this.crossTabTotalCell10.Name        = "crossTabTotalCell10";
     this.crossTabTotalCell10.RowIndex    = 4;
     //
     // crossTabTotalCell11
     //
     this.crossTabTotalCell11.ColumnIndex = 4;
     this.crossTabTotalCell11.Name        = "crossTabTotalCell11";
     this.crossTabTotalCell11.RowIndex    = 5;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "localhost_SEQKARTNew_Connection";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     storedProcQuery1.Name = "sp_LoadPackingSLipPrint";
     queryParameter1.Name  = "@PSWSNO";
     queryParameter1.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter1.Value = new DevExpress.DataAccess.Expression("?PSWSNO", typeof(string));
     queryParameter2.Name  = "@PSWSTOTBOXES";
     queryParameter2.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter2.Value = new DevExpress.DataAccess.Expression("?PSWSTOTBOXES", typeof(long));
     queryParameter3.Name  = "@FY";
     queryParameter3.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter3.Value = new DevExpress.DataAccess.Expression("?FY", typeof(string));
     queryParameter4.Name  = "@UnitCode";
     queryParameter4.Type  = typeof(DevExpress.DataAccess.Expression);
     queryParameter4.Value = new DevExpress.DataAccess.Expression("?UnitCode", typeof(string));
     storedProcQuery1.Parameters.Add(queryParameter1);
     storedProcQuery1.Parameters.Add(queryParameter2);
     storedProcQuery1.Parameters.Add(queryParameter3);
     storedProcQuery1.Parameters.Add(queryParameter4);
     storedProcQuery1.StoredProcName = "sp_LoadPackingSLipPrint";
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         storedProcQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // PSWSNO
     //
     this.PSWSNO.Name = "PSWSNO";
     //
     // PSWSTOTBOXES
     //
     this.PSWSTOTBOXES.Name      = "PSWSTOTBOXES";
     this.PSWSTOTBOXES.Type      = typeof(long);
     this.PSWSTOTBOXES.ValueInfo = "0";
     //
     // FY
     //
     this.FY.Name = "FY";
     //
     // UnitCode
     //
     this.UnitCode.Name = "UnitCode";
     //
     // crossTabGeneralStyle1
     //
     this.crossTabGeneralStyle1.BackColor   = System.Drawing.Color.White;
     this.crossTabGeneralStyle1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(160)))), ((int)(((byte)(160)))));
     this.crossTabGeneralStyle1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                      | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.crossTabGeneralStyle1.Font      = new System.Drawing.Font("Arial", 9.75F);
     this.crossTabGeneralStyle1.ForeColor = System.Drawing.Color.Black;
     this.crossTabGeneralStyle1.Name      = "crossTabGeneralStyle1";
     this.crossTabGeneralStyle1.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // crossTabHeaderStyle1
     //
     this.crossTabHeaderStyle1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.crossTabHeaderStyle1.Name          = "crossTabHeaderStyle1";
     this.crossTabHeaderStyle1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // crossTabDataStyle1
     //
     this.crossTabDataStyle1.Name          = "crossTabDataStyle1";
     this.crossTabDataStyle1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // crossTabTotalStyle1
     //
     this.crossTabTotalStyle1.Name          = "crossTabTotalStyle1";
     this.crossTabTotalStyle1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.CanGrow               = false;
     this.xrLabel1.Font                  = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(331.25F, 0F);
     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(104.1667F, 19F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "PACKING SLIP";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrAccName,
         this.xrSIDPONO,
         this.xrCTName,
         this.xrCharacterComb2,
         this.xrCharacterComb1,
         this.xrLabel1
     });
     this.PageHeader.HeightF = 94.74999F;
     this.PageHeader.Name    = "PageHeader";
     //
     // xrAccName
     //
     this.xrAccName.CanGrow       = false;
     this.xrAccName.LocationFloat = new DevExpress.Utils.PointFloat(10.04164F, 21.91669F);
     this.xrAccName.Multiline     = true;
     this.xrAccName.Name          = "xrAccName";
     this.xrAccName.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrAccName.SizeF         = new System.Drawing.SizeF(389.5834F, 19F);
     //
     // xrSIDPONO
     //
     this.xrSIDPONO.CanGrow       = false;
     this.xrSIDPONO.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 62F);
     this.xrSIDPONO.Multiline     = true;
     this.xrSIDPONO.Name          = "xrSIDPONO";
     this.xrSIDPONO.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrSIDPONO.SizeF         = new System.Drawing.SizeF(389.5834F, 20F);
     //
     // xrCTName
     //
     this.xrCTName.CanGrow       = false;
     this.xrCTName.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 42F);
     this.xrCTName.Multiline     = true;
     this.xrCTName.Name          = "xrCTName";
     this.xrCTName.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrCTName.SizeF         = new System.Drawing.SizeF(389.5834F, 20F);
     //
     // xrCharacterComb2
     //
     this.xrCharacterComb2.CanGrow = false;
     this.xrCharacterComb2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "?PSWSTOTBOXES")
     });
     this.xrCharacterComb2.LocationFloat = new DevExpress.Utils.PointFloat(454.2917F, 41.29166F);
     this.xrCharacterComb2.Multiline     = true;
     this.xrCharacterComb2.Name          = "xrCharacterComb2";
     this.xrCharacterComb2.SizeF         = new System.Drawing.SizeF(200F, 26.29166F);
     this.xrCharacterComb2.Text          = "xrCharacterComb1";
     //
     // xrCharacterComb1
     //
     this.xrCharacterComb1.CanGrow = false;
     this.xrCharacterComb1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "\'PS: \'+?PSWSNO")
     });
     this.xrCharacterComb1.LocationFloat = new DevExpress.Utils.PointFloat(454.2917F, 15F);
     this.xrCharacterComb1.Multiline     = true;
     this.xrCharacterComb1.Name          = "xrCharacterComb1";
     this.xrCharacterComb1.SizeF         = new System.Drawing.SizeF(200F, 26.29166F);
     this.xrCharacterComb1.Text          = "xrCharacterComb1";
     //
     // ReportHeader
     //
     this.ReportHeader.HeightF      = 0F;
     this.ReportHeader.Name         = "ReportHeader";
     this.ReportHeader.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.ReportHeader_BeforePrint);
     //
     // PackingSlipCrossTab
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail,
         this.PageHeader,
         this.ReportHeader
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataSourceSchema = null;
     this.Font             = new System.Drawing.Font("Arial", 9.75F);
     this.Margins          = new System.Drawing.Printing.Margins(39, 16, 23, 31);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.PSWSNO,
         this.PSWSTOTBOXES,
         this.FY,
         this.UnitCode
     });
     this.SnappingMode = DevExpress.XtraReports.UI.SnappingMode.None;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.crossTabGeneralStyle1,
         this.crossTabHeaderStyle1,
         this.crossTabDataStyle1,
         this.crossTabTotalStyle1
     });
     this.Version = "20.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrCrossTab1)).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.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.SelectQuery          selectQuery2       = new DevExpress.DataAccess.Sql.SelectQuery();
     DevExpress.DataAccess.Sql.Column               column11           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression11 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Table                table2             = 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.Column               column15           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression15 = new DevExpress.DataAccess.Sql.ColumnExpression();
     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();
     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.CrossTabColumnField      crossTabColumnField1      = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabDataField        crossTabDataField1        = new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField1         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     this.sqlDataSource1   = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.Detail           = new DevExpress.XtraReports.UI.DetailBand();
     this.formattingRule1  = new DevExpress.XtraReports.UI.FormattingRule();
     this.TopMargin        = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin     = new DevExpress.XtraReports.UI.BottomMarginBand();
     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.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.ReportFooter     = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.calculatedField1 = new DevExpress.XtraReports.UI.CalculatedField();
     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();
     ((System.ComponentModel.ISupportInitialize)(this.xrCrossTab1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "localhost_NorthwindConnection";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "ProductID";
     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.Name = "Products";
     selectQuery1.Tables.Add(table1);
     columnExpression11.ColumnName = "OrderID";
     table2.Name = "Orders";
     columnExpression11.Table      = table2;
     column11.Expression           = columnExpression11;
     columnExpression12.ColumnName = "OrderDate";
     columnExpression12.Table      = table2;
     column12.Expression           = columnExpression12;
     columnExpression13.ColumnName = "ShipAddress";
     columnExpression13.Table      = table2;
     column13.Expression           = columnExpression13;
     columnExpression14.ColumnName = "ShipCity";
     columnExpression14.Table      = table2;
     column14.Expression           = columnExpression14;
     columnExpression15.ColumnName = "ShipRegion";
     columnExpression15.Table      = table2;
     column15.Expression           = columnExpression15;
     columnExpression16.ColumnName = "ShipPostalCode";
     columnExpression16.Table      = table2;
     column16.Expression           = columnExpression16;
     columnExpression17.ColumnName = "ShipCountry";
     columnExpression17.Table      = table2;
     column17.Expression           = columnExpression17;
     selectQuery2.Columns.Add(column11);
     selectQuery2.Columns.Add(column12);
     selectQuery2.Columns.Add(column13);
     selectQuery2.Columns.Add(column14);
     selectQuery2.Columns.Add(column15);
     selectQuery2.Columns.Add(column16);
     selectQuery2.Columns.Add(column17);
     selectQuery2.Name = "Orders";
     selectQuery2.Tables.Add(table2);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1,
         selectQuery2
     });
     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.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // formattingRule1
     //
     this.formattingRule1.Condition          = "[DataSource.CurrentRowIndex]==[DataSource.RowCount]-1";
     this.formattingRule1.Formatting.Visible = DevExpress.Utils.DefaultBoolean.False;
     this.formattingRule1.Name = "formattingRule1";
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 47.5F;
     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       = 48.66666F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // 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;
     //
     // 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.Bottom;
     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);
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrCrossTab1
     });
     this.ReportFooter.HeightF = 134F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // calculatedField1
     //
     this.calculatedField1.DataMember = "Orders";
     this.calculatedField1.Name       = "calculatedField1";
     //
     // 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
     });
     crossTabColumnDefinition1.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     this.xrCrossTab1.ColumnDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition[] {
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(104F),
         crossTabColumnDefinition1,
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(104F)
     });
     crossTabColumnField1.FieldName     = "OrderDate";
     crossTabColumnField1.GroupInterval = DevExpress.XtraReports.UI.CrossTab.GroupInterval.DateMonthYear;
     this.xrCrossTab1.ColumnFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField[] {
         crossTabColumnField1
     });
     crossTabDataField1.FieldName = "OrderID";
     this.xrCrossTab1.DataFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField[] {
         crossTabDataField1
     });
     this.xrCrossTab1.DataMember              = "Orders";
     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.RowDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition[] {
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(84F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F)
     });
     crossTabRowField1.FieldName = "ShipRegion";
     this.xrCrossTab1.RowFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField[] {
         crossTabRowField1
     });
     this.xrCrossTab1.SizeF = new System.Drawing.SizeF(312F, 134F);
     //
     // 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.Text          = "Ship Region";
     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      = 1;
     this.xrCrossTabCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrCrossTabCell3
     //
     this.xrCrossTabCell3.Angle       = 90F;
     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.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;
     this.xrCrossTabCell3.TextFormatString = "{0:MMM, yyyy}";
     //
     // 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      = 1;
     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   = 2;
     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      = 0;
     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   = 2;
     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      = 1;
     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   = 0;
     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      = 2;
     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   = 1;
     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   = 2;
     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      = 2;
     this.xrCrossTabCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // XtraReport1
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportFooter
     });
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
         this.calculatedField1
     });
     this.DataMember = "Orders";
     this.DataSource = this.sqlDataSource1;
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(100, 100, 48, 49);
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.FieldCaption,
         this.PageInfo,
         this.DataField
     });
     this.Version = "19.2";
     this.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     ((System.ComponentModel.ISupportInitialize)(this.xrCrossTab1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #11
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.CrossTab.XRCrossTabCell           xrCrossTabCell5;
     DevExpress.DataAccess.Sql.StoredProcQuery                   storedProcQuery1          = new DevExpress.DataAccess.Sql.StoredProcQuery();
     DevExpress.DataAccess.Sql.QueryParameter                    queryParameter1           = new DevExpress.DataAccess.Sql.QueryParameter();
     System.ComponentModel.ComponentResourceManager              resources                 = new System.ComponentModel.ComponentResourceManager(typeof(BDTK));
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition1 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(285.7375F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition2 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(285.7375F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition3 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(1.954114F);
     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.CrossTabRowDefinition    crossTabRowDefinition1    = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition    crossTabRowDefinition2    = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField1         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField2         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     this.qldsvDataSet2 = new QLSV.QLDSVDataSet();
     this.sP_getBangDiemTongKetTableAdapter = new QLSV.QLDSVDataSetTableAdapters.SP_getBangDiemTongKetTableAdapter();
     this.sqlDataSource1       = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.TitleStyle           = new DevExpress.XtraReports.UI.XRControlStyle();
     this.qldsvDataSet1        = new QLSV.QLDSVDataSet();
     this.crossTabTotalStyle   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabHeaderStyle  = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabDataStyle    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabGeneralStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportHeader         = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrPanel1             = new DevExpress.XtraReports.UI.XRPanel();
     this.xrLabel1             = new DevExpress.XtraReports.UI.XRLabel();
     this.name             = new DevExpress.XtraReports.UI.XRLabel();
     this.Detail           = new DevExpress.XtraReports.UI.DetailBand();
     this.crossTab1        = 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.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.TopMargin        = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin     = new DevExpress.XtraReports.UI.BottomMarginBand();
     xrCrossTabCell5       = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     ((System.ComponentModel.ISupportInitialize)(this.qldsvDataSet2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.qldsvDataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.crossTab1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // xrCrossTabCell5
     //
     xrCrossTabCell5.ColumnIndex = 3;
     xrCrossTabCell5.Name        = "xrCrossTabCell5";
     xrCrossTabCell5.RowIndex    = 0;
     //
     // qldsvDataSet2
     //
     this.qldsvDataSet2.DataSetName             = "QLDSVDataSet";
     this.qldsvDataSet2.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.qldsvDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // sP_getBangDiemTongKetTableAdapter
     //
     this.sP_getBangDiemTongKetTableAdapter.ClearBeforeFill = true;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "QLSV.Properties.Settings.QLDSVConnectionString";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     storedProcQuery1.Name     = "SP_getBangDiemTongKet";
     queryParameter1.Name      = "@malop";
     queryParameter1.Type      = typeof(string);
     queryParameter1.ValueInfo = "D15CQCN1";
     storedProcQuery1.Parameters.Add(queryParameter1);
     storedProcQuery1.StoredProcName = "SP_getBangDiemTongKet";
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         storedProcQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // TitleStyle
     //
     this.TitleStyle.Font    = new System.Drawing.Font("Arial", 18F);
     this.TitleStyle.Name    = "TitleStyle";
     this.TitleStyle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // qldsvDataSet1
     //
     this.qldsvDataSet1.DataSetName             = "QLDSVDataSet";
     this.qldsvDataSet1.Locale                  = new System.Globalization.CultureInfo("en-US");
     this.qldsvDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // crossTabTotalStyle
     //
     this.crossTabTotalStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(227)))), ((int)(((byte)(240)))));
     this.crossTabTotalStyle.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabTotalStyle.Name          = "crossTabTotalStyle";
     this.crossTabTotalStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // crossTabHeaderStyle
     //
     this.crossTabHeaderStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(251)))), ((int)(((byte)(252)))));
     this.crossTabHeaderStyle.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderStyle.Name          = "crossTabHeaderStyle";
     this.crossTabHeaderStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // crossTabDataStyle
     //
     this.crossTabDataStyle.Name          = "crossTabDataStyle";
     this.crossTabDataStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // crossTabGeneralStyle
     //
     this.crossTabGeneralStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(232)))), ((int)(((byte)(234)))));
     this.crossTabGeneralStyle.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.crossTabGeneralStyle.BorderWidth = 1F;
     this.crossTabGeneralStyle.Font        = new System.Drawing.Font("Arial", 9.75F);
     this.crossTabGeneralStyle.Name        = "crossTabGeneralStyle";
     this.crossTabGeneralStyle.Padding     = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPanel1
     });
     this.ReportHeader.HeightF = 108.25F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrPanel1
     //
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.name
     });
     this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPanel1.Name          = "xrPanel1";
     this.xrPanel1.SizeF         = new System.Drawing.SizeF(900F, 108.25F);
     //
     // xrLabel1
     //
     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(10.00001F, 75.25001F);
     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(880F, 23F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "xrLabel1";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // name
     //
     this.name.Font                           = new System.Drawing.Font("Segoe UI", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.name.LocationFloat                  = new DevExpress.Utils.PointFloat(10.00001F, 25.16667F);
     this.name.Multiline                      = true;
     this.name.Name                           = "name";
     this.name.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.name.SizeF                          = new System.Drawing.SizeF(879.9999F, 50.08334F);
     this.name.StylePriority.UseFont          = false;
     this.name.StylePriority.UseTextAlignment = false;
     this.name.Text                           = "BẢNG ĐIỂM TỔNG KẾT";
     this.name.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.crossTab1
     });
     this.Detail.FillEmptySpace   = true;
     this.Detail.HeightF          = 125F;
     this.Detail.KeepTogether     = true;
     this.Detail.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
     this.Detail.Name             = "Detail";
     //
     // crossTab1
     //
     this.crossTab1.Cells.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrCrossTabCell1,
         this.xrCrossTabCell2,
         this.xrCrossTabCell3,
         this.xrCrossTabCell4,
         xrCrossTabCell5,
         this.xrCrossTabCell6,
         this.xrCrossTabCell7,
         this.xrCrossTabCell8,
         this.xrCrossTabCell9,
         this.xrCrossTabCell10,
         this.xrCrossTabCell11,
         this.xrCrossTabCell12,
         this.xrCrossTabCell13,
         this.xrCrossTabCell14
     });
     crossTabColumnDefinition1.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition2.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     crossTabColumnDefinition3.Visible       = false;
     this.crossTab1.ColumnDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition[] {
         crossTabColumnDefinition1,
         crossTabColumnDefinition2,
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(285.7375F),
         crossTabColumnDefinition3
     });
     crossTabColumnField1.FieldName = "TENMH";
     this.crossTab1.ColumnFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField[] {
         crossTabColumnField1
     });
     this.crossTab1.DataAreaStyleName = "crossTabDataStyle";
     crossTabDataField1.FieldName     = "DIEM";
     this.crossTab1.DataFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField[] {
         crossTabDataField1
     });
     this.crossTab1.DataMember          = "SP_getBangDiemTongKet";
     this.crossTab1.DataSource          = this.qldsvDataSet2;
     this.crossTab1.GeneralStyleName    = "crossTabGeneralStyle";
     this.crossTab1.HeaderAreaStyleName = "crossTabHeaderStyle";
     this.crossTab1.LocationFloat       = new DevExpress.Utils.PointFloat(30.83334F, 0F);
     this.crossTab1.Name            = "crossTab1";
     crossTabRowDefinition1.Visible = false;
     crossTabRowDefinition2.Visible = false;
     this.crossTab1.RowDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition[] {
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F),
         crossTabRowDefinition1,
         crossTabRowDefinition2
     });
     crossTabRowField1.FieldName = "MASV";
     crossTabRowField2.FieldName = "HOTEN";
     this.crossTab1.RowFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField[] {
         crossTabRowField1,
         crossTabRowField2
     });
     this.crossTab1.SizeF = new System.Drawing.SizeF(859.1666F, 100F);
     this.crossTab1.TotalAreaStyleName = "crossTabTotalStyle";
     //
     // xrCrossTabCell1
     //
     this.xrCrossTabCell1.ColumnIndex = 0;
     this.xrCrossTabCell1.Name        = "xrCrossTabCell1";
     this.xrCrossTabCell1.RowIndex    = 0;
     this.xrCrossTabCell1.Text        = "Mã Sinh Viên";
     //
     // xrCrossTabCell2
     //
     this.xrCrossTabCell2.ColumnIndex = 1;
     this.xrCrossTabCell2.Name        = "xrCrossTabCell2";
     this.xrCrossTabCell2.RowIndex    = 0;
     this.xrCrossTabCell2.Text        = "Họ Tên";
     //
     // xrCrossTabCell3
     //
     this.xrCrossTabCell3.ColumnIndex   = 2;
     this.xrCrossTabCell3.Name          = "xrCrossTabCell3";
     this.xrCrossTabCell3.RowIndex      = 1;
     this.xrCrossTabCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrCrossTabCell4
     //
     this.xrCrossTabCell4.ColumnIndex   = 2;
     this.xrCrossTabCell4.Name          = "xrCrossTabCell4";
     this.xrCrossTabCell4.RowIndex      = 0;
     this.xrCrossTabCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrCrossTabCell6
     //
     this.xrCrossTabCell6.ColumnIndex = 3;
     this.xrCrossTabCell6.Name        = "xrCrossTabCell6";
     this.xrCrossTabCell6.RowIndex    = 1;
     //
     // xrCrossTabCell7
     //
     this.xrCrossTabCell7.ColumnIndex = 0;
     this.xrCrossTabCell7.Name        = "xrCrossTabCell7";
     this.xrCrossTabCell7.RowIndex    = 1;
     //
     // xrCrossTabCell8
     //
     this.xrCrossTabCell8.ColumnIndex   = 1;
     this.xrCrossTabCell8.Name          = "xrCrossTabCell8";
     this.xrCrossTabCell8.RowIndex      = 1;
     this.xrCrossTabCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrCrossTabCell9
     //
     this.xrCrossTabCell9.ColumnIndex      = 0;
     this.xrCrossTabCell9.ColumnSpan       = 2;
     this.xrCrossTabCell9.Name             = "xrCrossTabCell9";
     this.xrCrossTabCell9.RowIndex         = 2;
     this.xrCrossTabCell9.TextFormatString = "Total {0}";
     //
     // xrCrossTabCell10
     //
     this.xrCrossTabCell10.ColumnIndex = 0;
     this.xrCrossTabCell10.ColumnSpan  = 2;
     this.xrCrossTabCell10.Name        = "xrCrossTabCell10";
     this.xrCrossTabCell10.RowIndex    = 3;
     this.xrCrossTabCell10.Text        = "Grand Total";
     //
     // xrCrossTabCell11
     //
     this.xrCrossTabCell11.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(241)))), ((int)(((byte)(247)))));
     this.xrCrossTabCell11.ColumnIndex = 2;
     this.xrCrossTabCell11.Name        = "xrCrossTabCell11";
     this.xrCrossTabCell11.RowIndex    = 2;
     //
     // xrCrossTabCell12
     //
     this.xrCrossTabCell12.ColumnIndex = 2;
     this.xrCrossTabCell12.Name        = "xrCrossTabCell12";
     this.xrCrossTabCell12.RowIndex    = 3;
     //
     // xrCrossTabCell13
     //
     this.xrCrossTabCell13.ColumnIndex = 3;
     this.xrCrossTabCell13.Name        = "xrCrossTabCell13";
     this.xrCrossTabCell13.RowIndex    = 2;
     //
     // xrCrossTabCell14
     //
     this.xrCrossTabCell14.ColumnIndex = 3;
     this.xrCrossTabCell14.Name        = "xrCrossTabCell14";
     this.xrCrossTabCell14.RowIndex    = 3;
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 111.4583F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.Name = "BottomMargin";
     //
     // BDTK
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.ReportHeader,
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1,
         this.qldsvDataSet1,
         this.qldsvDataSet2
     });
     this.DataAdapter = this.sP_getBangDiemTongKetTableAdapter;
     this.Font        = new System.Drawing.Font("Arial", 9.75F);
     this.HorizontalContentSplitting = DevExpress.XtraPrinting.HorizontalContentSplitting.Smart;
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(100, 100, 111, 100);
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.TitleStyle,
         this.crossTabTotalStyle,
         this.crossTabHeaderStyle,
         this.crossTabDataStyle,
         this.crossTabGeneralStyle
     });
     this.Version = "20.2";
     this.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     ((System.ComponentModel.ISupportInitialize)(this.qldsvDataSet2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.qldsvDataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.crossTab1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #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.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.CrossTabRowField    crossTabRowField1    = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     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(XtraReport1));
     this.Detail             = new DevExpress.XtraReports.UI.DetailBand();
     this.xrCrossTab1        = new DevExpress.XtraReports.UI.XRCrossTab();
     this.cellRowsAreaHeader = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.cellUnitsInStrock  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.cellCategoryName   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.cellContactTitle   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.cellColumnTotal    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.cellCategoryTotal  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.cellRowTotal       = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.cellContactTotal   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.cellGrandTotal     = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.sqlDataSource1     = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.PageFooter         = new DevExpress.XtraReports.UI.PageFooterBand();
     this.ReportHeader       = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel1           = new DevExpress.XtraReports.UI.XRLabel();
     this.topMarginBand1     = new DevExpress.XtraReports.UI.TopMarginBand();
     this.bottomMarginBand1  = new DevExpress.XtraReports.UI.BottomMarginBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrCrossTab1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrCrossTab1
     });
     this.Detail.HeightF       = 211F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrCrossTab1
     //
     this.xrCrossTab1.Cells.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.cellRowsAreaHeader,
         this.cellUnitsInStrock,
         this.cellCategoryName,
         this.cellContactTitle,
         this.cellColumnTotal,
         this.cellCategoryTotal,
         this.cellRowTotal,
         this.cellContactTotal,
         this.cellGrandTotal
     });
     this.xrCrossTab1.ColumnDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition[] {
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(104F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(104F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(104F)
     });
     crossTabColumnField1.FieldName = "CategoryName";
     this.xrCrossTab1.ColumnFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField[] {
         crossTabColumnField1
     });
     crossTabDataField1.FieldName = "UnitsInStock";
     this.xrCrossTab1.DataFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField[] {
         crossTabDataField1
     });
     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)
     });
     crossTabRowField1.FieldName = "ContactTitle";
     this.xrCrossTab1.RowFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField[] {
         crossTabRowField1
     });
     this.xrCrossTab1.SizeF = new System.Drawing.SizeF(312F, 75F);
     //
     // cellRowsAreaHeader
     //
     this.cellRowsAreaHeader.BackColor   = System.Drawing.SystemColors.Control;
     this.cellRowsAreaHeader.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.cellRowsAreaHeader.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                   | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                  | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.cellRowsAreaHeader.BorderWidth   = 1F;
     this.cellRowsAreaHeader.ColumnIndex   = 0;
     this.cellRowsAreaHeader.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.cellRowsAreaHeader.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.cellRowsAreaHeader.Name          = "cellRowsAreaHeader";
     this.cellRowsAreaHeader.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.cellRowsAreaHeader.RowIndex      = 0;
     this.cellRowsAreaHeader.Text          = "Contact Title";
     this.cellRowsAreaHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // cellUnitsInStrock
     //
     this.cellUnitsInStrock.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cellUnitsInStrock.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.cellUnitsInStrock.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                  | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.cellUnitsInStrock.BorderWidth   = 1F;
     this.cellUnitsInStrock.ColumnIndex   = 1;
     this.cellUnitsInStrock.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.cellUnitsInStrock.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.cellUnitsInStrock.Name          = "cellUnitsInStrock";
     this.cellUnitsInStrock.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.cellUnitsInStrock.RowIndex      = 1;
     this.cellUnitsInStrock.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // cellCategoryName
     //
     this.cellCategoryName.BackColor   = System.Drawing.SystemColors.Control;
     this.cellCategoryName.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.cellCategoryName.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                 | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.cellCategoryName.BorderWidth   = 1F;
     this.cellCategoryName.ColumnIndex   = 1;
     this.cellCategoryName.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.cellCategoryName.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.cellCategoryName.Name          = "cellCategoryName";
     this.cellCategoryName.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.cellCategoryName.RowIndex      = 0;
     this.cellCategoryName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // cellContactTitle
     //
     this.cellContactTitle.BackColor   = System.Drawing.SystemColors.Control;
     this.cellContactTitle.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.cellContactTitle.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                 | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.cellContactTitle.BorderWidth   = 1F;
     this.cellContactTitle.ColumnIndex   = 0;
     this.cellContactTitle.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.cellContactTitle.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.cellContactTitle.Name          = "cellContactTitle";
     this.cellContactTitle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.cellContactTitle.RowIndex      = 1;
     this.cellContactTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // cellColumnTotal
     //
     this.cellColumnTotal.BackColor   = System.Drawing.SystemColors.Control;
     this.cellColumnTotal.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.cellColumnTotal.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                | DevExpress.XtraPrinting.BorderSide.Right)
                                                                               | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.cellColumnTotal.BorderWidth   = 1F;
     this.cellColumnTotal.ColumnIndex   = 0;
     this.cellColumnTotal.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.cellColumnTotal.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.cellColumnTotal.Name          = "cellColumnTotal";
     this.cellColumnTotal.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.cellColumnTotal.RowIndex      = 2;
     this.cellColumnTotal.Text          = "Grand Total";
     this.cellColumnTotal.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // cellCategoryTotal
     //
     this.cellCategoryTotal.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cellCategoryTotal.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.cellCategoryTotal.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                  | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.cellCategoryTotal.BorderWidth   = 1F;
     this.cellCategoryTotal.ColumnIndex   = 1;
     this.cellCategoryTotal.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.cellCategoryTotal.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.cellCategoryTotal.Name          = "cellCategoryTotal";
     this.cellCategoryTotal.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.cellCategoryTotal.RowIndex      = 2;
     this.cellCategoryTotal.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // cellRowTotal
     //
     this.cellRowTotal.BackColor   = System.Drawing.SystemColors.Control;
     this.cellRowTotal.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.cellRowTotal.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                             | DevExpress.XtraPrinting.BorderSide.Right)
                                                                            | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.cellRowTotal.BorderWidth   = 1F;
     this.cellRowTotal.ColumnIndex   = 2;
     this.cellRowTotal.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.cellRowTotal.ForeColor     = System.Drawing.SystemColors.ControlText;
     this.cellRowTotal.Name          = "cellRowTotal";
     this.cellRowTotal.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.cellRowTotal.RowIndex      = 0;
     this.cellRowTotal.Text          = "Grand Total";
     this.cellRowTotal.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // cellContactTotal
     //
     this.cellContactTotal.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cellContactTotal.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.cellContactTotal.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                 | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.cellContactTotal.BorderWidth   = 1F;
     this.cellContactTotal.ColumnIndex   = 2;
     this.cellContactTotal.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.cellContactTotal.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.cellContactTotal.Name          = "cellContactTotal";
     this.cellContactTotal.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.cellContactTotal.RowIndex      = 1;
     this.cellContactTotal.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // cellGrandTotal
     //
     this.cellGrandTotal.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.cellGrandTotal.BorderColor = System.Drawing.SystemColors.ControlDark;
     this.cellGrandTotal.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                               | DevExpress.XtraPrinting.BorderSide.Right)
                                                                              | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.cellGrandTotal.BorderWidth   = 1F;
     this.cellGrandTotal.ColumnIndex   = 2;
     this.cellGrandTotal.Font          = new System.Drawing.Font("Tahoma", 8.25F);
     this.cellGrandTotal.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.cellGrandTotal.Name          = "cellGrandTotal";
     this.cellGrandTotal.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.cellGrandTotal.RowIndex      = 2;
     this.cellGrandTotal.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "Northwind";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "UnitsInStock";
     table1.MetaSerializable            = "<Meta X=\"30\" Y=\"30\" Width=\"125\" Height=\"267\" />";
     table1.Name                  = "Products";
     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 = "CategoryName";
     table3.MetaSerializable      = "<Meta X=\"340\" Y=\"30\" Width=\"125\" Height=\"134\" />";
     table3.Name                  = "Categories";
     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 = 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");
     //
     // PageFooter
     //
     this.PageFooter.HeightF       = 30F;
     this.PageFooter.Name          = "PageFooter";
     this.PageFooter.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1
     });
     this.ReportHeader.HeightF = 58F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel1
     //
     this.xrLabel1.Font                  = new System.Drawing.Font("Times New Roman", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(250F, 0F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(142F, 58F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "Report";
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 50F;
     this.topMarginBand1.Name    = "topMarginBand1";
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.HeightF = 50F;
     this.bottomMarginBand1.Name    = "bottomMarginBand1";
     //
     // XtraReport1
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.PageFooter,
         this.ReportHeader,
         this.topMarginBand1,
         this.bottomMarginBand1
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.Margins = new System.Drawing.Printing.Margins(50, 50, 50, 50);
     this.Version = "19.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrCrossTab1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #13
0
ファイル: xTab.cs プロジェクト: dadotnetkid/BrgyMgmt
 /// <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.Column               column15           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression15 = new DevExpress.DataAccess.Sql.ColumnExpression();
     DevExpress.DataAccess.Sql.Column               column16           = new DevExpress.DataAccess.Sql.Column();
     DevExpress.DataAccess.Sql.ColumnExpression     columnExpression16 = new DevExpress.DataAccess.Sql.ColumnExpression();
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(xTab));
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition1 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField      crossTabColumnField1      = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField1         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     this.sqlDataSource1       = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.crossTabGeneralStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabDataStyle    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabHeaderStyle  = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabTotalStyle   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportHeader         = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.Detail          = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin       = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin    = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.label1          = new DevExpress.XtraReports.UI.XRLabel();
     this.crossTab1       = 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.TitleStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     ((System.ComponentModel.ISupportInitialize)(this.crossTab1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "MainConnection";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "ComplaintId";
     table1.Name                   = "Complaints";
     columnExpression1.Table       = table1;
     column1.Expression            = columnExpression1;
     columnExpression2.ColumnName  = "ComplaintTitle";
     columnExpression2.Table       = table1;
     column2.Expression            = columnExpression2;
     columnExpression3.ColumnName  = "NonResidentComplainants";
     columnExpression3.Table       = table1;
     column3.Expression            = columnExpression3;
     columnExpression4.ColumnName  = "NonResidentRespondents";
     columnExpression4.Table       = table1;
     column4.Expression            = columnExpression4;
     columnExpression5.ColumnName  = "NonResidentVictims";
     columnExpression5.Table       = table1;
     column5.Expression            = columnExpression5;
     columnExpression6.ColumnName  = "IncidentLocation";
     columnExpression6.Table       = table1;
     column6.Expression            = columnExpression6;
     columnExpression7.ColumnName  = "DisputeNature";
     columnExpression7.Table       = table1;
     column7.Expression            = columnExpression7;
     columnExpression8.ColumnName  = "IncidentDateTime";
     columnExpression8.Table       = table1;
     column8.Expression            = columnExpression8;
     columnExpression9.ColumnName  = "DateTimeRecorded";
     columnExpression9.Table       = table1;
     column9.Expression            = columnExpression9;
     columnExpression10.ColumnName = "ComplainantNarrative";
     columnExpression10.Table      = table1;
     column10.Expression           = columnExpression10;
     columnExpression11.ColumnName = "CreatedBy";
     columnExpression11.Table      = table1;
     column11.Expression           = columnExpression11;
     columnExpression12.ColumnName = "LastUpdatedBy";
     columnExpression12.Table      = table1;
     column12.Expression           = columnExpression12;
     columnExpression13.ColumnName = "ModeOfSettlement";
     columnExpression13.Table      = table1;
     column13.Expression           = columnExpression13;
     columnExpression14.ColumnName = "ComplaintStatus";
     columnExpression14.Table      = table1;
     column14.Expression           = columnExpression14;
     columnExpression15.ColumnName = "GovernmentSavings";
     columnExpression15.Table      = table1;
     column15.Expression           = columnExpression15;
     columnExpression16.ColumnName = "Remarks";
     columnExpression16.Table      = table1;
     column16.Expression           = columnExpression16;
     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.Columns.Add(column15);
     selectQuery1.Columns.Add(column16);
     selectQuery1.Name = "Complaints";
     selectQuery1.Tables.Add(table1);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // crossTabGeneralStyle
     //
     this.crossTabGeneralStyle.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(232)))), ((int)(((byte)(234)))));
     this.crossTabGeneralStyle.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.crossTabGeneralStyle.BorderWidth = 1F;
     this.crossTabGeneralStyle.Font        = new System.Drawing.Font("Arial", 9.75F);
     this.crossTabGeneralStyle.Name        = "crossTabGeneralStyle";
     this.crossTabGeneralStyle.Padding     = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     //
     // crossTabDataStyle
     //
     this.crossTabDataStyle.Name          = "crossTabDataStyle";
     this.crossTabDataStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // crossTabHeaderStyle
     //
     this.crossTabHeaderStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
     this.crossTabHeaderStyle.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabHeaderStyle.Name          = "crossTabHeaderStyle";
     this.crossTabHeaderStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // crossTabTotalStyle
     //
     this.crossTabTotalStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(251)))), ((int)(((byte)(251)))));
     this.crossTabTotalStyle.Font          = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.crossTabTotalStyle.Name          = "crossTabTotalStyle";
     this.crossTabTotalStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.label1
     });
     this.ReportHeader.HeightF = 42.01302F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.crossTab1
     });
     this.Detail.HeightF = 75F;
     this.Detail.Name    = "Detail";
     //
     // TopMargin
     //
     this.TopMargin.Name = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.Name = "BottomMargin";
     //
     // label1
     //
     this.label1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
     this.label1.Name          = "label1";
     this.label1.SizeF         = new System.Drawing.SizeF(59.5786F, 30.01302F);
     this.label1.StyleName     = "TitleStyle";
     this.label1.Text          = "xTab";
     //
     // crossTab1
     //
     this.crossTab1.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
     });
     crossTabColumnDefinition1.AutoWidthMode = DevExpress.XtraReports.UI.AutoSizeMode.ShrinkAndGrow;
     this.crossTab1.ColumnDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition[] {
         crossTabColumnDefinition1,
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F)
     });
     crossTabColumnField1.FieldName = "DisputeNature";
     this.crossTab1.ColumnFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField[] {
         crossTabColumnField1
     });
     this.crossTab1.DataAreaStyleName   = "crossTabDataStyle";
     this.crossTab1.DataMember          = "Complaints";
     this.crossTab1.DataSource          = this.sqlDataSource1;
     this.crossTab1.GeneralStyleName    = "crossTabGeneralStyle";
     this.crossTab1.HeaderAreaStyleName = "crossTabHeaderStyle";
     this.crossTab1.LocationFloat       = new DevExpress.Utils.PointFloat(0F, 0F);
     this.crossTab1.Name = "crossTab1";
     this.crossTab1.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)
     });
     crossTabRowField1.FieldName = "ComplaintId";
     this.crossTab1.RowFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField[] {
         crossTabRowField1
     });
     this.crossTab1.SizeF = new System.Drawing.SizeF(300F, 75F);
     this.crossTab1.TotalAreaStyleName = "crossTabTotalStyle";
     //
     // xrCrossTabCell1
     //
     this.xrCrossTabCell1.ColumnIndex = 0;
     this.xrCrossTabCell1.Name        = "xrCrossTabCell1";
     this.xrCrossTabCell1.RowIndex    = 0;
     this.xrCrossTabCell1.Text        = "Complaint Id";
     //
     // xrCrossTabCell2
     //
     this.xrCrossTabCell2.ColumnIndex = 1;
     this.xrCrossTabCell2.Name        = "xrCrossTabCell2";
     this.xrCrossTabCell2.RowIndex    = 1;
     //
     // xrCrossTabCell3
     //
     this.xrCrossTabCell3.ColumnIndex = 1;
     this.xrCrossTabCell3.Name        = "xrCrossTabCell3";
     this.xrCrossTabCell3.RowIndex    = 0;
     //
     // xrCrossTabCell4
     //
     this.xrCrossTabCell4.ColumnIndex = 2;
     this.xrCrossTabCell4.Name        = "xrCrossTabCell4";
     this.xrCrossTabCell4.RowIndex    = 0;
     this.xrCrossTabCell4.Text        = "Grand Total";
     //
     // xrCrossTabCell5
     //
     this.xrCrossTabCell5.ColumnIndex = 2;
     this.xrCrossTabCell5.Name        = "xrCrossTabCell5";
     this.xrCrossTabCell5.RowIndex    = 1;
     //
     // xrCrossTabCell6
     //
     this.xrCrossTabCell6.ColumnIndex = 0;
     this.xrCrossTabCell6.Name        = "xrCrossTabCell6";
     this.xrCrossTabCell6.RowIndex    = 1;
     //
     // xrCrossTabCell7
     //
     this.xrCrossTabCell7.ColumnIndex = 0;
     this.xrCrossTabCell7.Name        = "xrCrossTabCell7";
     this.xrCrossTabCell7.RowIndex    = 2;
     this.xrCrossTabCell7.Text        = "Grand Total";
     //
     // xrCrossTabCell8
     //
     this.xrCrossTabCell8.ColumnIndex = 1;
     this.xrCrossTabCell8.Name        = "xrCrossTabCell8";
     this.xrCrossTabCell8.RowIndex    = 2;
     //
     // xrCrossTabCell9
     //
     this.xrCrossTabCell9.ColumnIndex = 2;
     this.xrCrossTabCell9.Name        = "xrCrossTabCell9";
     this.xrCrossTabCell9.RowIndex    = 2;
     //
     // TitleStyle
     //
     this.TitleStyle.Font    = new System.Drawing.Font("Arial", 18F);
     this.TitleStyle.Name    = "TitleStyle";
     this.TitleStyle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // xTab
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.ReportHeader,
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.Font = new System.Drawing.Font("Arial", 9.75F);
     this.HorizontalContentSplitting = DevExpress.XtraPrinting.HorizontalContentSplitting.Smart;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.TitleStyle,
         this.crossTabGeneralStyle,
         this.crossTabHeaderStyle,
         this.crossTabDataStyle,
         this.crossTabTotalStyle
     });
     this.Version = "19.2";
     this.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     ((System.ComponentModel.ISupportInitialize)(this.crossTab1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
コード例 #14
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.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition1 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition crossTabColumnDefinition2 = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField      crossTabColumnField1      = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField      crossTabColumnField2      = new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabDataField        crossTabDataField1        = new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition    crossTabRowDefinition1    = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition    crossTabRowDefinition2    = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowDefinition(25F);
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField1         = new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField();
     DevExpress.XtraReports.UI.CrossTab.CrossTabRowField         crossTabRowField2         = 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.p_IdEmpresa           = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_IdNominaTipo        = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_IdNominaTipoLiqui   = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_IdNomina            = new DevExpress.XtraReports.Parameters.Parameter();
     this.PageHeader            = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrTable3              = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow4           = new DevExpress.XtraReports.UI.XRTableRow();
     this.lb_periodo            = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable1              = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1           = new DevExpress.XtraReports.UI.XRTableRow();
     this.lbl_empresa           = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2          = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow2           = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1          = new DevExpress.XtraReports.UI.XRTableCell();
     this.PageFooter            = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrTable11             = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow8           = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell26         = new DevExpress.XtraReports.UI.XRTableCell();
     this.lbl_usuario           = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell49         = new DevExpress.XtraReports.UI.XRTableCell();
     this.lbl_fecha             = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell50         = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrPageInfo2           = new DevExpress.XtraReports.UI.XRPageInfo();
     this.p_IdSucursal          = new DevExpress.XtraReports.Parameters.Parameter();
     this.GroupHeader1          = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrCrossTab1           = new DevExpress.XtraReports.UI.XRCrossTab();
     this.crossTabHeaderCell1   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabDataCell1     = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell2   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell3   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell4   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell1    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell5   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell6   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell7   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell2    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell8   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell3    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell4    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell5    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell9   = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabHeaderCell10  = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell6    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell7    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabTotalCell8    = new DevExpress.XtraReports.UI.CrossTab.XRCrossTabCell();
     this.crossTabGeneralStyle1 = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabHeaderStyle1  = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabDataStyle1    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.crossTabTotalStyle1   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.objectDataSource1     = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrCrossTab1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).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.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("pe_nombreCompleto", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 38F;
     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       = 57F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // p_IdEmpresa
     //
     this.p_IdEmpresa.Name    = "p_IdEmpresa";
     this.p_IdEmpresa.Visible = false;
     //
     // p_IdNominaTipo
     //
     this.p_IdNominaTipo.Name    = "p_IdNominaTipo";
     this.p_IdNominaTipo.Visible = false;
     //
     // p_IdNominaTipoLiqui
     //
     this.p_IdNominaTipoLiqui.Name    = "p_IdNominaTipoLiqui";
     this.p_IdNominaTipoLiqui.Visible = false;
     //
     // p_IdNomina
     //
     this.p_IdNomina.Name    = "p_IdNomina";
     this.p_IdNomina.Visible = false;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable3,
         this.xrTable1
     });
     this.PageHeader.HeightF = 75F;
     this.PageHeader.Name    = "PageHeader";
     //
     // xrTable3
     //
     this.xrTable3.Font          = new System.Drawing.Font("Verdana", 8F);
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 50F);
     this.xrTable3.Name          = "xrTable3";
     this.xrTable3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow4
     });
     this.xrTable3.SizeF = new System.Drawing.SizeF(1095F, 25F);
     this.xrTable3.StylePriority.UseFont          = false;
     this.xrTable3.StylePriority.UsePadding       = false;
     this.xrTable3.StylePriority.UseTextAlignment = false;
     this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.lb_periodo
     });
     this.xrTableRow4.Name   = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // lb_periodo
     //
     this.lb_periodo.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Concat([AÑO],\'-\', [IdPeriodo])")
     });
     this.lb_periodo.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.lb_periodo.Name = "lb_periodo";
     this.lb_periodo.StylePriority.UseFont          = false;
     this.lb_periodo.StylePriority.UseTextAlignment = false;
     this.lb_periodo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.lb_periodo.Weight        = 3.35552648263538D;
     //
     // xrTable1
     //
     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.xrTableRow2
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(1095F, 50F);
     this.xrTable1.StylePriority.UsePadding = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.lbl_empresa,
         this.xrTableCell2
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // lbl_empresa
     //
     this.lbl_empresa.Font    = new System.Drawing.Font("Verdana", 10F);
     this.lbl_empresa.Name    = "lbl_empresa";
     this.lbl_empresa.Padding = new DevExpress.XtraPrinting.PaddingInfo(121, 0, 0, 0, 100F);
     this.lbl_empresa.StylePriority.UseFont          = false;
     this.lbl_empresa.StylePriority.UsePadding       = false;
     this.lbl_empresa.StylePriority.UseTextAlignment = false;
     this.lbl_empresa.Text          = "lbl_empresa";
     this.lbl_empresa.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.lbl_empresa.Weight        = 1.8356780005788436D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Font = new System.Drawing.Font("Verdana", 6F);
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseFont          = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text          = "ROL_030";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell2.Weight        = 0.16432199942115641D;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Font    = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Italic);
     this.xrTableCell1.Name    = "xrTableCell1";
     this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrTableCell1.StylePriority.UseFont          = false;
     this.xrTableCell1.StylePriority.UsePadding       = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text          = "DETALLE DE DESCUENTO EN PAGO UTILIDADES";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell1.Weight        = 2D;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable11
     });
     this.PageFooter.HeightF = 20F;
     this.PageFooter.Name    = "PageFooter";
     //
     // xrTable11
     //
     this.xrTable11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Right)
                                                                     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable11.Font          = new System.Drawing.Font("Verdana", 7F, System.Drawing.FontStyle.Bold);
     this.xrTable11.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable11.Name          = "xrTable11";
     this.xrTable11.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow8
     });
     this.xrTable11.SizeF = new System.Drawing.SizeF(1095F, 20F);
     this.xrTable11.StylePriority.UseBorders       = false;
     this.xrTable11.StylePriority.UseFont          = false;
     this.xrTable11.StylePriority.UseTextAlignment = false;
     this.xrTable11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow8
     //
     this.xrTableRow8.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell26,
         this.lbl_usuario,
         this.xrTableCell49,
         this.lbl_fecha,
         this.xrTableCell50
     });
     this.xrTableRow8.Name = "xrTableRow8";
     this.xrTableRow8.StylePriority.UseBorders = false;
     this.xrTableRow8.Weight = 1D;
     //
     // xrTableCell26
     //
     this.xrTableCell26.Borders = DevExpress.XtraPrinting.BorderSide.Top;
     this.xrTableCell26.Font    = new System.Drawing.Font("Verdana", 7F, System.Drawing.FontStyle.Bold);
     this.xrTableCell26.Name    = "xrTableCell26";
     this.xrTableCell26.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
     this.xrTableCell26.StylePriority.UseBorders       = false;
     this.xrTableCell26.StylePriority.UseFont          = false;
     this.xrTableCell26.StylePriority.UsePadding       = false;
     this.xrTableCell26.StylePriority.UseTextAlignment = false;
     this.xrTableCell26.Text          = "Usuario:";
     this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell26.Weight        = 3.6347848951240764D;
     //
     // lbl_usuario
     //
     this.lbl_usuario.Borders = DevExpress.XtraPrinting.BorderSide.Top;
     this.lbl_usuario.Font    = new System.Drawing.Font("Verdana", 7F);
     this.lbl_usuario.Name    = "lbl_usuario";
     this.lbl_usuario.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
     this.lbl_usuario.StylePriority.UseBorders       = false;
     this.lbl_usuario.StylePriority.UseFont          = false;
     this.lbl_usuario.StylePriority.UsePadding       = false;
     this.lbl_usuario.StylePriority.UseTextAlignment = false;
     this.lbl_usuario.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.lbl_usuario.Weight        = 1.7825572031981949D;
     //
     // xrTableCell49
     //
     this.xrTableCell49.Borders = DevExpress.XtraPrinting.BorderSide.Top;
     this.xrTableCell49.Font    = new System.Drawing.Font("Verdana", 7F, System.Drawing.FontStyle.Bold);
     this.xrTableCell49.Name    = "xrTableCell49";
     this.xrTableCell49.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F);
     this.xrTableCell49.StylePriority.UseBorders       = false;
     this.xrTableCell49.StylePriority.UseFont          = false;
     this.xrTableCell49.StylePriority.UsePadding       = false;
     this.xrTableCell49.StylePriority.UseTextAlignment = false;
     this.xrTableCell49.Text          = "Fecha impresión:";
     this.xrTableCell49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell49.Weight        = 0.89900515296219941D;
     //
     // lbl_fecha
     //
     this.lbl_fecha.Borders = DevExpress.XtraPrinting.BorderSide.Top;
     this.lbl_fecha.Font    = new System.Drawing.Font("Verdana", 7F);
     this.lbl_fecha.Name    = "lbl_fecha";
     this.lbl_fecha.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
     this.lbl_fecha.StylePriority.UseBorders       = false;
     this.lbl_fecha.StylePriority.UseFont          = false;
     this.lbl_fecha.StylePriority.UsePadding       = false;
     this.lbl_fecha.StylePriority.UseTextAlignment = false;
     this.lbl_fecha.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.lbl_fecha.Weight        = 1.0361556521958808D;
     //
     // xrTableCell50
     //
     this.xrTableCell50.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTableCell50.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo2
     });
     this.xrTableCell50.Font = new System.Drawing.Font("Verdana", 7F);
     this.xrTableCell50.Name = "xrTableCell50";
     this.xrTableCell50.StylePriority.UseBorders = false;
     this.xrTableCell50.StylePriority.UseFont    = false;
     this.xrTableCell50.Weight = 0.65816473130451092D;
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.Borders                        = DevExpress.XtraPrinting.BorderSide.Top;
     this.xrPageInfo2.Font                           = new System.Drawing.Font("Verdana", 7F);
     this.xrPageInfo2.LocationFloat                  = new DevExpress.Utils.PointFloat(1.7005F, 0F);
     this.xrPageInfo2.Name                           = "xrPageInfo2";
     this.xrPageInfo2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F);
     this.xrPageInfo2.SizeF                          = new System.Drawing.SizeF(77.46631F, 20F);
     this.xrPageInfo2.StylePriority.UseBorders       = false;
     this.xrPageInfo2.StylePriority.UseFont          = false;
     this.xrPageInfo2.StylePriority.UsePadding       = false;
     this.xrPageInfo2.StylePriority.UseTextAlignment = false;
     this.xrPageInfo2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrPageInfo2.TextFormatString               = "Página {0} de {1}";
     //
     // p_IdSucursal
     //
     this.p_IdSucursal.Name    = "p_IdSucursal";
     this.p_IdSucursal.Visible = false;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrCrossTab1
     });
     this.GroupHeader1.HeightF = 125F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // xrCrossTab1
     //
     this.xrCrossTab1.Cells.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.crossTabHeaderCell1,
         this.crossTabDataCell1,
         this.crossTabHeaderCell2,
         this.crossTabHeaderCell3,
         this.crossTabHeaderCell4,
         this.crossTabTotalCell1,
         this.crossTabHeaderCell5,
         this.crossTabHeaderCell6,
         this.crossTabHeaderCell7,
         this.crossTabTotalCell2,
         this.crossTabHeaderCell8,
         this.crossTabTotalCell3,
         this.crossTabTotalCell4,
         this.crossTabTotalCell5,
         this.crossTabHeaderCell9,
         this.crossTabHeaderCell10,
         this.crossTabTotalCell6,
         this.crossTabTotalCell7,
         this.crossTabTotalCell8
     });
     crossTabColumnDefinition1.Visible = false;
     crossTabColumnDefinition2.Visible = false;
     this.xrCrossTab1.ColumnDefinitions.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition[] {
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(206.25F),
         new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnDefinition(100F),
         crossTabColumnDefinition1,
         crossTabColumnDefinition2
     });
     crossTabColumnField1.FieldName = "ru_orden";
     crossTabColumnField2.FieldName = "rub_codigo";
     this.xrCrossTab1.ColumnFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabColumnField[] {
         crossTabColumnField1,
         crossTabColumnField2
     });
     this.xrCrossTab1.DataAreaStyleName = "crossTabDataStyle1";
     crossTabDataField1.FieldName       = "Valor";
     this.xrCrossTab1.DataFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabDataField[] {
         crossTabDataField1
     });
     this.xrCrossTab1.DataSource          = this.objectDataSource1;
     this.xrCrossTab1.GeneralStyleName    = "crossTabGeneralStyle1";
     this.xrCrossTab1.HeaderAreaStyleName = "crossTabHeaderStyle1";
     this.xrCrossTab1.LocationFloat       = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrCrossTab1.Name          = "xrCrossTab1";
     crossTabRowDefinition1.Visible = false;
     crossTabRowDefinition2.Visible = 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),
         crossTabRowDefinition1,
         crossTabRowDefinition2
     });
     crossTabRowField1.FieldName = "pe_cedulaRuc";
     crossTabRowField2.FieldName = "pe_nombreCompleto";
     this.xrCrossTab1.RowFields.AddRange(new DevExpress.XtraReports.UI.CrossTab.CrossTabRowField[] {
         crossTabRowField1,
         crossTabRowField2
     });
     this.xrCrossTab1.SizeF = new System.Drawing.SizeF(606.25F, 125F);
     this.xrCrossTab1.TotalAreaStyleName = "crossTabTotalStyle1";
     //
     // crossTabHeaderCell1
     //
     this.crossTabHeaderCell1.ColumnIndex = 0;
     this.crossTabHeaderCell1.Name        = "crossTabHeaderCell1";
     this.crossTabHeaderCell1.RowIndex    = 0;
     this.crossTabHeaderCell1.RowSpan     = 2;
     this.crossTabHeaderCell1.Text        = "Cedula";
     //
     // crossTabDataCell1
     //
     this.crossTabDataCell1.ColumnIndex   = 2;
     this.crossTabDataCell1.Name          = "crossTabDataCell1";
     this.crossTabDataCell1.NullValueText = "0.00";
     this.crossTabDataCell1.RowIndex      = 2;
     //
     // crossTabHeaderCell2
     //
     this.crossTabHeaderCell2.ColumnIndex = 2;
     this.crossTabHeaderCell2.Name        = "crossTabHeaderCell2";
     this.crossTabHeaderCell2.RowIndex    = 0;
     //
     // crossTabHeaderCell3
     //
     this.crossTabHeaderCell3.ColumnIndex = 0;
     this.crossTabHeaderCell3.Name        = "crossTabHeaderCell3";
     this.crossTabHeaderCell3.RowIndex    = 2;
     //
     // crossTabHeaderCell4
     //
     this.crossTabHeaderCell4.ColumnIndex = 0;
     this.crossTabHeaderCell4.ColumnSpan  = 2;
     this.crossTabHeaderCell4.Name        = "crossTabHeaderCell4";
     this.crossTabHeaderCell4.RowIndex    = 4;
     this.crossTabHeaderCell4.Text        = "Grand Total";
     //
     // crossTabTotalCell1
     //
     this.crossTabTotalCell1.ColumnIndex = 2;
     this.crossTabTotalCell1.Name        = "crossTabTotalCell1";
     this.crossTabTotalCell1.RowIndex    = 4;
     //
     // crossTabHeaderCell5
     //
     this.crossTabHeaderCell5.ColumnIndex = 1;
     this.crossTabHeaderCell5.Name        = "crossTabHeaderCell5";
     this.crossTabHeaderCell5.RowIndex    = 0;
     this.crossTabHeaderCell5.RowSpan     = 2;
     this.crossTabHeaderCell5.Text        = "Nombres";
     //
     // crossTabHeaderCell6
     //
     this.crossTabHeaderCell6.ColumnIndex = 1;
     this.crossTabHeaderCell6.Name        = "crossTabHeaderCell6";
     this.crossTabHeaderCell6.RowIndex    = 2;
     //
     // crossTabHeaderCell7
     //
     this.crossTabHeaderCell7.ColumnIndex      = 0;
     this.crossTabHeaderCell7.ColumnSpan       = 2;
     this.crossTabHeaderCell7.Name             = "crossTabHeaderCell7";
     this.crossTabHeaderCell7.RowIndex         = 3;
     this.crossTabHeaderCell7.TextFormatString = "Total {0}";
     //
     // crossTabTotalCell2
     //
     this.crossTabTotalCell2.ColumnIndex = 2;
     this.crossTabTotalCell2.Name        = "crossTabTotalCell2";
     this.crossTabTotalCell2.RowIndex    = 3;
     //
     // crossTabHeaderCell8
     //
     this.crossTabHeaderCell8.ColumnIndex = 4;
     this.crossTabHeaderCell8.Name        = "crossTabHeaderCell8";
     this.crossTabHeaderCell8.RowIndex    = 0;
     this.crossTabHeaderCell8.RowSpan     = 2;
     this.crossTabHeaderCell8.Text        = "Grand Total";
     //
     // crossTabTotalCell3
     //
     this.crossTabTotalCell3.ColumnIndex = 4;
     this.crossTabTotalCell3.Name        = "crossTabTotalCell3";
     this.crossTabTotalCell3.RowIndex    = 2;
     //
     // crossTabTotalCell4
     //
     this.crossTabTotalCell4.ColumnIndex = 4;
     this.crossTabTotalCell4.Name        = "crossTabTotalCell4";
     this.crossTabTotalCell4.RowIndex    = 3;
     //
     // crossTabTotalCell5
     //
     this.crossTabTotalCell5.ColumnIndex = 4;
     this.crossTabTotalCell5.Name        = "crossTabTotalCell5";
     this.crossTabTotalCell5.RowIndex    = 4;
     //
     // crossTabHeaderCell9
     //
     this.crossTabHeaderCell9.ColumnIndex = 2;
     this.crossTabHeaderCell9.Name        = "crossTabHeaderCell9";
     this.crossTabHeaderCell9.RowIndex    = 1;
     //
     // crossTabHeaderCell10
     //
     this.crossTabHeaderCell10.ColumnIndex      = 3;
     this.crossTabHeaderCell10.Name             = "crossTabHeaderCell10";
     this.crossTabHeaderCell10.RowIndex         = 0;
     this.crossTabHeaderCell10.RowSpan          = 2;
     this.crossTabHeaderCell10.TextFormatString = "Total {0}";
     //
     // crossTabTotalCell6
     //
     this.crossTabTotalCell6.ColumnIndex = 3;
     this.crossTabTotalCell6.Name        = "crossTabTotalCell6";
     this.crossTabTotalCell6.RowIndex    = 2;
     //
     // crossTabTotalCell7
     //
     this.crossTabTotalCell7.ColumnIndex = 3;
     this.crossTabTotalCell7.Name        = "crossTabTotalCell7";
     this.crossTabTotalCell7.RowIndex    = 3;
     //
     // crossTabTotalCell8
     //
     this.crossTabTotalCell8.ColumnIndex = 3;
     this.crossTabTotalCell8.Name        = "crossTabTotalCell8";
     this.crossTabTotalCell8.RowIndex    = 4;
     //
     // crossTabGeneralStyle1
     //
     this.crossTabGeneralStyle1.BackColor   = System.Drawing.Color.White;
     this.crossTabGeneralStyle1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(160)))), ((int)(((byte)(160)))), ((int)(((byte)(160)))));
     this.crossTabGeneralStyle1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                      | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.crossTabGeneralStyle1.Font      = new System.Drawing.Font("Arial", 9.75F);
     this.crossTabGeneralStyle1.ForeColor = System.Drawing.Color.Black;
     this.crossTabGeneralStyle1.Name      = "crossTabGeneralStyle1";
     this.crossTabGeneralStyle1.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // crossTabHeaderStyle1
     //
     this.crossTabHeaderStyle1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.crossTabHeaderStyle1.Name          = "crossTabHeaderStyle1";
     this.crossTabHeaderStyle1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // crossTabDataStyle1
     //
     this.crossTabDataStyle1.Name          = "crossTabDataStyle1";
     this.crossTabDataStyle1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // crossTabTotalStyle1
     //
     this.crossTabTotalStyle1.Name          = "crossTabTotalStyle1";
     this.crossTabTotalStyle1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataSource = typeof(Core.Erp.Info.Reportes.RRHH.ROL_030_Info);
     this.objectDataSource1.Name       = "objectDataSource1";
     //
     // ROL_030_Rpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.PageHeader,
         this.PageFooter,
         this.GroupHeader1
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(36, 38, 38, 57);
     this.PageHeight = 827;
     this.PageWidth  = 1169;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.p_IdEmpresa,
         this.p_IdSucursal,
         this.p_IdNominaTipo,
         this.p_IdNominaTipoLiqui,
         this.p_IdNomina
     });
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.crossTabGeneralStyle1,
         this.crossTabHeaderStyle1,
         this.crossTabDataStyle1,
         this.crossTabTotalStyle1
     });
     this.Version      = "20.1";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.ROL_030_Rpt_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrCrossTab1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }