private object GenerateObjectDataSource(string reportParamName, string dataSourceParamName)
        {
            DevExpress.DataAccess.ObjectBinding.ObjectDataSource objds = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource();
            objds.Name       = "ObjectDataSource1";
            objds.DataMember = "Items";
            objds.DataSource = typeof(DemoModel);

            // Uncomment the following line to explicitly specify the object data source parameter value.
            // var p = new DevExpress.DataAccess.ObjectBinding.Parameter("p1", typeof(int), 3);

            // The following code maps a data source parameter to the report parameter.
            var p = new DevExpress.DataAccess.ObjectBinding.Parameter(
                dataSourceParamName,
                typeof(DevExpress.DataAccess.Expression),
                new DevExpress.DataAccess.Expression("[Parameters." + reportParamName + "]", typeof(int)));

            objds.Constructor = new DevExpress.DataAccess.ObjectBinding.ObjectConstructorInfo(p);
            return(objds);
        }
예제 #2
0
        public Rpt_Inventario(string SFecha, string SEmpresa, string SFamIni, string SFamFin, string SSubIni, string SSubFin, string SIncluyeCero)
        {
            InitializeComponent();

            DevExpress.DataAccess.ObjectBinding.Parameter Fecha = new DevExpress.DataAccess.ObjectBinding.Parameter();
            Fecha.Name  = "Fecha";
            Fecha.Type  = typeof(string);
            Fecha.Value = SFecha;

            DevExpress.DataAccess.ObjectBinding.Parameter Empresa = new DevExpress.DataAccess.ObjectBinding.Parameter();
            Empresa.Name  = "Empresa";
            Empresa.Type  = typeof(string);
            Empresa.Value = SEmpresa;

            DevExpress.DataAccess.ObjectBinding.Parameter FamIni = new DevExpress.DataAccess.ObjectBinding.Parameter();
            FamIni.Name  = "FamIni";
            FamIni.Type  = typeof(string);
            FamIni.Value = SFamIni;

            DevExpress.DataAccess.ObjectBinding.Parameter FamFin = new DevExpress.DataAccess.ObjectBinding.Parameter();
            FamFin.Name  = "FamFin";
            FamFin.Type  = typeof(string);
            FamFin.Value = SFamFin;

            DevExpress.DataAccess.ObjectBinding.Parameter SubIni = new DevExpress.DataAccess.ObjectBinding.Parameter();
            SubIni.Name  = "SubIni";
            SubIni.Type  = typeof(string);
            SubIni.Value = SSubIni;

            DevExpress.DataAccess.ObjectBinding.Parameter SubFin = new DevExpress.DataAccess.ObjectBinding.Parameter();
            SubFin.Name  = "SubFin";
            SubFin.Type  = typeof(string);
            SubFin.Value = SSubFin;

            DevExpress.DataAccess.ObjectBinding.Parameter IncluyeCero = new DevExpress.DataAccess.ObjectBinding.Parameter();
            IncluyeCero.Name  = "IncluyeCero";
            IncluyeCero.Type  = typeof(string);
            IncluyeCero.Value = SIncluyeCero;

            DevExpress.DataAccess.ObjectBinding.ObjectConstructorInfo IfoContruir = new DevExpress.DataAccess.ObjectBinding.ObjectConstructorInfo(Fecha, Empresa, FamIni, FamFin, SubIni, SubFin, IncluyeCero);
            objectDataSource1.Constructor = IfoContruir;
        }
 /// <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.ObjectBinding.ObjectConstructorInfo objectConstructorInfo1 = new DevExpress.DataAccess.ObjectBinding.ObjectConstructorInfo();
     DevExpress.DataAccess.ObjectBinding.Parameter             parameter1             = new DevExpress.DataAccess.ObjectBinding.Parameter();
     this.Detail                   = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable3                 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3              = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell6             = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7             = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8             = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin                = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin             = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.reportHeaderBand1        = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel1                 = new DevExpress.XtraReports.UI.XRLabel();
     this.groupHeaderBand1         = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable1                 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1              = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1             = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2             = new DevExpress.XtraReports.UI.XRTableCell();
     this.groupHeaderBand2         = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrPanel1                 = new DevExpress.XtraReports.UI.XRPanel();
     this.xrTable2                 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2              = 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.groupFooterBand1         = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrLabel2                 = new DevExpress.XtraReports.UI.XRLabel();
     this.Title                    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.GroupCaption3            = new DevExpress.XtraReports.UI.XRControlStyle();
     this.GroupData3               = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailCaption3           = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData3              = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData3_Odd          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailCaptionBackground3 = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo                 = 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.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable3
     });
     this.Detail.HeightF       = 25F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable3
     //
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable3.Name          = "xrTable3";
     this.xrTable3.OddStyleName  = "DetailData3_Odd";
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow3
     });
     this.xrTable3.SizeF = new System.Drawing.SizeF(650F, 25F);
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell6,
         this.xrTableCell7,
         this.xrTableCell8
     });
     this.xrTableRow3.Name   = "xrTableRow3";
     this.xrTableRow3.Weight = 11.5D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CommonName]")
     });
     this.xrTableCell6.Name      = "xrTableCell6";
     this.xrTableCell6.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell6.StyleName = "DetailData3";
     this.xrTableCell6.Text      = "xrTableCell6";
     this.xrTableCell6.Weight    = 0.21888958270733178D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[SpeciesName]")
     });
     this.xrTableCell7.Name      = "xrTableCell7";
     this.xrTableCell7.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell7.StyleName = "DetailData3";
     this.xrTableCell7.Text      = "xrTableCell7";
     this.xrTableCell7.Weight    = 0.29727046086237979D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Notes]")
     });
     this.xrTableCell8.Name      = "xrTableCell8";
     this.xrTableCell8.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell8.StyleName = "DetailData3";
     this.xrTableCell8.Text      = "xrTableCell8";
     this.xrTableCell8.Weight    = 0.48383995643028843D;
     //
     // 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;
     //
     // reportHeaderBand1
     //
     this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1
     });
     this.reportHeaderBand1.HeightF = 60F;
     this.reportHeaderBand1.Name    = "reportHeaderBand1";
     //
     // xrLabel1
     //
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(6F, 6F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(638F, 26F);
     this.xrLabel1.StyleName     = "Title";
     this.xrLabel1.Text          = "Fishes";
     //
     // groupHeaderBand1
     //
     this.groupHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.groupHeaderBand1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("Category", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.groupHeaderBand1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail;
     this.groupHeaderBand1.HeightF    = 25F;
     this.groupHeaderBand1.Level      = 1;
     this.groupHeaderBand1.Name       = "groupHeaderBand1";
     //
     // 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.xrTable1.SizeF = new System.Drawing.SizeF(650F, 25F);
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name      = "xrTableCell1";
     this.xrTableCell1.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell1.StyleName = "GroupCaption3";
     this.xrTableCell1.Text      = "CATEGORY";
     this.xrTableCell1.Weight    = 0.1076923076923077D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Category]")
     });
     this.xrTableCell2.Name      = "xrTableCell2";
     this.xrTableCell2.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell2.StyleName = "GroupData3";
     this.xrTableCell2.Text      = "xrTableCell2";
     this.xrTableCell2.Weight    = 0.89230769230769236D;
     //
     // groupHeaderBand2
     //
     this.groupHeaderBand2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPanel1
     });
     this.groupHeaderBand2.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail;
     this.groupHeaderBand2.HeightF    = 48F;
     this.groupHeaderBand2.Level      = 2;
     this.groupHeaderBand2.Name       = "groupHeaderBand2";
     //
     // xrPanel1
     //
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPanel1.Name          = "xrPanel1";
     this.xrPanel1.SizeF         = new System.Drawing.SizeF(650F, 48F);
     this.xrPanel1.StyleName     = "DetailCaptionBackground3";
     //
     // xrTable2
     //
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 20F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(650F, 28F);
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell3,
         this.xrTableCell4,
         this.xrTableCell5
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Name      = "xrTableCell3";
     this.xrTableCell3.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell3.StyleName = "DetailCaption3";
     this.xrTableCell3.Text      = "Fish Common Name";
     this.xrTableCell3.Weight    = 0.21888958688318377D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name      = "xrTableCell4";
     this.xrTableCell4.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell4.StyleName = "DetailCaption3";
     this.xrTableCell4.Text      = "Fish Species Name";
     this.xrTableCell4.Weight    = 0.2972704626681536D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name      = "xrTableCell5";
     this.xrTableCell5.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell5.StyleName = "DetailCaption3";
     this.xrTableCell5.Text      = "Fish Notes";
     this.xrTableCell5.Weight    = 0.48383992697360245D;
     //
     // groupFooterBand1
     //
     this.groupFooterBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2
     });
     this.groupFooterBand1.GroupUnion = DevExpress.XtraReports.UI.GroupFooterUnion.WithLastDetail;
     this.groupFooterBand1.HeightF    = 6F;
     this.groupFooterBand1.Name       = "groupFooterBand1";
     //
     // xrLabel2
     //
     this.xrLabel2.Borders                  = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel2.LocationFloat            = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel2.Name                     = "xrLabel2";
     this.xrLabel2.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                    = new System.Drawing.SizeF(650F, 2.08F);
     this.xrLabel2.StyleName                = "GroupCaption3";
     this.xrLabel2.StylePriority.UseBorders = false;
     //
     // 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("Tahoma", 14F);
     this.Title.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.Title.Name        = "Title";
     //
     // GroupCaption3
     //
     this.GroupCaption3.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(137)))), ((int)(((byte)(137)))));
     this.GroupCaption3.BorderColor   = System.Drawing.Color.White;
     this.GroupCaption3.Borders       = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.GroupCaption3.BorderWidth   = 2F;
     this.GroupCaption3.Font          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.GroupCaption3.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(228)))), ((int)(((byte)(228)))));
     this.GroupCaption3.Name          = "GroupCaption3";
     this.GroupCaption3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100F);
     this.GroupCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // GroupData3
     //
     this.GroupData3.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(137)))), ((int)(((byte)(137)))));
     this.GroupData3.BorderColor   = System.Drawing.Color.White;
     this.GroupData3.Borders       = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.GroupData3.BorderWidth   = 2F;
     this.GroupData3.Font          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.GroupData3.ForeColor     = System.Drawing.Color.White;
     this.GroupData3.Name          = "GroupData3";
     this.GroupData3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100F);
     this.GroupData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailCaption3
     //
     this.DetailCaption3.BackColor     = System.Drawing.Color.Transparent;
     this.DetailCaption3.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailCaption3.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.DetailCaption3.Font          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.DetailCaption3.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.DetailCaption3.Name          = "DetailCaption3";
     this.DetailCaption3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData3
     //
     this.DetailData3.Font          = new System.Drawing.Font("Tahoma", 8F);
     this.DetailData3.ForeColor     = System.Drawing.Color.Black;
     this.DetailData3.Name          = "DetailData3";
     this.DetailData3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData3_Odd
     //
     this.DetailData3_Odd.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
     this.DetailData3_Odd.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailData3_Odd.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.DetailData3_Odd.BorderWidth   = 1F;
     this.DetailData3_Odd.Font          = new System.Drawing.Font("Tahoma", 8F);
     this.DetailData3_Odd.ForeColor     = System.Drawing.Color.Black;
     this.DetailData3_Odd.Name          = "DetailData3_Odd";
     this.DetailData3_Odd.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailCaptionBackground3
     //
     this.DetailCaptionBackground3.BackColor   = System.Drawing.Color.Transparent;
     this.DetailCaptionBackground3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.DetailCaptionBackground3.Borders     = DevExpress.XtraPrinting.BorderSide.Top;
     this.DetailCaptionBackground3.BorderWidth = 2F;
     this.DetailCaptionBackground3.Name        = "DetailCaptionBackground3";
     //
     // PageInfo
     //
     this.PageInfo.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.PageInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.PageInfo.Name      = "PageInfo";
     this.PageInfo.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // objectDataSource1
     //
     parameter1.Name      = "filePath";
     parameter1.Type      = typeof(string);
     parameter1.ValueInfo = "Fishes.txt";
     objectConstructorInfo1.Parameters.AddRange(new DevExpress.DataAccess.ObjectBinding.Parameter[] {
         parameter1
     });
     this.objectDataSource1.Constructor = objectConstructorInfo1;
     this.objectDataSource1.DataSource  = typeof(ObjectDataSource.Fishes);
     this.objectDataSource1.Name        = "objectDataSource1";
     //
     // XtraReport1
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.reportHeaderBand1,
         this.groupHeaderBand1,
         this.groupHeaderBand2,
         this.groupFooterBand1
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.GroupCaption3,
         this.GroupData3,
         this.DetailCaption3,
         this.DetailData3,
         this.DetailData3_Odd,
         this.DetailCaptionBackground3,
         this.PageInfo
     });
     this.Version = "18.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).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.ObjectBinding.ObjectConstructorInfo objectConstructorInfo1 = new DevExpress.DataAccess.ObjectBinding.ObjectConstructorInfo();
     DevExpress.DataAccess.ObjectBinding.Parameter             parameter1             = new DevExpress.DataAccess.ObjectBinding.Parameter();
     DevExpress.DataAccess.ObjectBinding.Parameter             parameter2             = new DevExpress.DataAccess.ObjectBinding.Parameter();
     this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     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.GroupHeader1      = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.GroupFooter1      = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrPictureBox1     = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel9          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel16         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel15         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel26         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine3           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel25         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6          = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupFooter2      = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrLabel20         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine4           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel19         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine5           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel5          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13         = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // objectDataSource1
     //
     this.objectDataSource1.Constructor = objectConstructorInfo1;
     this.objectDataSource1.DataMember  = "timkiemnhanh_PhieuTra";
     this.objectDataSource1.DataSource  = typeof(Stelia_BUS.Stelia_BUS);
     this.objectDataSource1.Name        = "objectDataSource1";
     parameter1.Name = "mapt";
     parameter1.Type = typeof(string);
     parameter2.Name = "mancc";
     parameter2.Type = typeof(string);
     this.objectDataSource1.Parameters.AddRange(new DevExpress.DataAccess.ObjectBinding.Parameter[] {
         parameter1,
         parameter2
     });
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel15,
         this.xrLine1,
         this.xrLabel16,
         this.xrLabel9,
         this.xrPictureBox1
     });
     this.TopMargin.HeightF = 136.625F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.Name = "BottomMargin";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel25,
         this.xrLabel3,
         this.xrLabel4,
         this.xrLabel6
     });
     this.Detail.HeightF = 68.41659F;
     this.Detail.Name    = "Detail";
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel10,
         this.xrLabel7,
         this.xrLabel1,
         this.xrLabel8,
         this.xrLabel2,
         this.xrLine2
     });
     this.ReportHeader.HeightF = 153.5F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel26,
         this.xrLabel11,
         this.xrLabel12,
         this.xrLabel14,
         this.xrLine3
     });
     this.GroupHeader1.HeightF = 57.79161F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // GroupFooter1
     //
     this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel13,
         this.xrLabel5,
         this.xrLine5
     });
     this.GroupFooter1.Name = "GroupFooter1";
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource(global::Stelia.Properties.Resources.Stelia, true);
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(482.1126F, 0F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(167.8874F, 69.5F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     //
     // xrLabel9
     //
     this.xrLabel9.AutoWidth     = true;
     this.xrLabel9.CanGrow       = false;
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(294.7916F, 69.49997F);
     this.xrLabel9.Multiline     = true;
     this.xrLabel9.Name          = "xrLabel9";
     this.xrLabel9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF         = new System.Drawing.SizeF(355.2084F, 25.08334F);
     this.xrLabel9.Text          = "Khu phố 6 phường Linh Trung, quận Thủ Đức, TPHCM";
     //
     // xrLabel16
     //
     this.xrLabel16.AutoWidth = true;
     this.xrLabel16.CanGrow   = false;
     this.xrLabel16.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[NGNHAP]")
     });
     this.xrLabel16.Font                  = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel16.LocationFloat         = new DevExpress.Utils.PointFloat(95.8334F, 69.49997F);
     this.xrLabel16.Multiline             = true;
     this.xrLabel16.Name                  = "xrLabel16";
     this.xrLabel16.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF                 = new System.Drawing.SizeF(154.1667F, 23F);
     this.xrLabel16.StylePriority.UseFont = false;
     //
     // xrLine1
     //
     this.xrLine1.LineStyle     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0.0001271566F, 113.625F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(650F, 23.00001F);
     //
     // xrLabel15
     //
     this.xrLabel15.AutoWidth             = true;
     this.xrLabel15.CanGrow               = false;
     this.xrLabel15.Font                  = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel15.LocationFloat         = new DevExpress.Utils.PointFloat(1.04173F, 69.49997F);
     this.xrLabel15.Multiline             = true;
     this.xrLabel15.Name                  = "xrLabel15";
     this.xrLabel15.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF                 = new System.Drawing.SizeF(94.79166F, 23F);
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.Text                  = "Ngày lập HĐ:";
     //
     // xrLabel10
     //
     this.xrLabel10.Font                  = new System.Drawing.Font("Arial", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel10.LocationFloat         = new DevExpress.Utils.PointFloat(214.5833F, 0F);
     this.xrLabel10.Multiline             = true;
     this.xrLabel10.Name                  = "xrLabel10";
     this.xrLabel10.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                 = new System.Drawing.SizeF(250F, 36.16666F);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.Text                  = "PHIẾU XUẤT KHO";
     //
     // xrLabel7
     //
     this.xrLabel7.AutoWidth             = true;
     this.xrLabel7.CanGrow               = false;
     this.xrLabel7.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel7.LocationFloat         = new DevExpress.Utils.PointFloat(214.5833F, 36.16664F);
     this.xrLabel7.Multiline             = true;
     this.xrLabel7.Name                  = "xrLabel7";
     this.xrLabel7.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                 = new System.Drawing.SizeF(132.2917F, 23F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.Text                  = "Mã phiếu  xuất:";
     //
     // xrLabel1
     //
     this.xrLabel1.AutoWidth = true;
     this.xrLabel1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MAPT]")
     });
     this.xrLabel1.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(346.875F, 36.16664F);
     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(117.7083F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     //
     // xrLabel8
     //
     this.xrLabel8.AutoWidth             = true;
     this.xrLabel8.CanGrow               = false;
     this.xrLabel8.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel8.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 81.87491F);
     this.xrLabel8.Multiline             = true;
     this.xrLabel8.Name                  = "xrLabel8";
     this.xrLabel8.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                 = new System.Drawing.SizeF(138.5417F, 23F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text                  = "Nhà cung cấp:";
     //
     // xrLabel2
     //
     this.xrLabel2.AutoWidth = true;
     this.xrLabel2.CanGrow   = false;
     this.xrLabel2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TENNCC]")
     });
     this.xrLabel2.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat         = new DevExpress.Utils.PointFloat(138.9101F, 81.87491F);
     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(511.09F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     //
     // xrLine2
     //
     this.xrLine2.LineStyle     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 130.5F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(650F, 23.00001F);
     //
     // xrLabel26
     //
     this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel26.Multiline     = true;
     this.xrLabel26.Name          = "xrLabel26";
     this.xrLabel26.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel26.SizeF         = new System.Drawing.SizeF(38.54166F, 32.2916F);
     this.xrLabel26.Text          = "STT";
     //
     // xrLabel11
     //
     this.xrLabel11.AutoWidth             = true;
     this.xrLabel11.CanGrow               = false;
     this.xrLabel11.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel11.LocationFloat         = new DevExpress.Utils.PointFloat(39.58333F, 0F);
     this.xrLabel11.Multiline             = true;
     this.xrLabel11.Name                  = "xrLabel11";
     this.xrLabel11.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                 = new System.Drawing.SizeF(387.5002F, 32.29163F);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.Text                  = "Sản phẩm";
     //
     // xrLabel12
     //
     this.xrLabel12.AutoWidth             = true;
     this.xrLabel12.CanGrow               = false;
     this.xrLabel12.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel12.LocationFloat         = new DevExpress.Utils.PointFloat(427.0835F, 0F);
     this.xrLabel12.Multiline             = true;
     this.xrLabel12.Name                  = "xrLabel12";
     this.xrLabel12.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                 = new System.Drawing.SizeF(88.5416F, 32.29163F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.Text                  = "Số lượng";
     //
     // xrLabel14
     //
     this.xrLabel14.AutoWidth                      = true;
     this.xrLabel14.CanGrow                        = false;
     this.xrLabel14.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel14.LocationFloat                  = new DevExpress.Utils.PointFloat(515.6251F, 0F);
     this.xrLabel14.Multiline                      = true;
     this.xrLabel14.Name                           = "xrLabel14";
     this.xrLabel14.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                          = new System.Drawing.SizeF(134.375F, 32.29163F);
     this.xrLabel14.StylePriority.UseFont          = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text                           = "Tổng tiền";
     this.xrLabel14.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLine3
     //
     this.xrLine3.LineStyle     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.xrLine3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 32.29163F);
     this.xrLine3.Name          = "xrLine3";
     this.xrLine3.SizeF         = new System.Drawing.SizeF(650F, 23.00001F);
     //
     // xrLabel25
     //
     this.xrLabel25.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[DataSource.CurrentRowIndex]+1")
     });
     this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(0F, 17.70833F);
     this.xrLabel25.Multiline     = true;
     this.xrLabel25.Name          = "xrLabel25";
     this.xrLabel25.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel25.SizeF         = new System.Drawing.SizeF(38.54166F, 50.70826F);
     //
     // xrLabel3
     //
     this.xrLabel3.AutoWidth = true;
     this.xrLabel3.CanGrow   = false;
     this.xrLabel3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TENSP]")
     });
     this.xrLabel3.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat         = new DevExpress.Utils.PointFloat(39.58333F, 17.70833F);
     this.xrLabel3.Multiline             = true;
     this.xrLabel3.Name                  = "xrLabel3";
     this.xrLabel3.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                 = new System.Drawing.SizeF(387.5002F, 48.00002F);
     this.xrLabel3.StylePriority.UseFont = false;
     //
     // xrLabel4
     //
     this.xrLabel4.AutoWidth = true;
     this.xrLabel4.CanGrow   = false;
     this.xrLabel4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[SOLUONG]")
     });
     this.xrLabel4.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(427.0835F, 17.70833F);
     this.xrLabel4.Multiline                      = true;
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(88.5416F, 23F);
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel6
     //
     this.xrLabel6.AutoWidth = true;
     this.xrLabel6.CanGrow   = false;
     this.xrLabel6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[THANHTIEN]")
     });
     this.xrLabel6.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(515.6251F, 17.70833F);
     this.xrLabel6.Multiline                      = true;
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(134.375F, 23F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrLabel6.TextFormatString               = "{0:#,#}";
     //
     // GroupFooter2
     //
     this.GroupFooter2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel20,
         this.xrLine4,
         this.xrLabel19
     });
     this.GroupFooter2.Level = 1;
     this.GroupFooter2.Name  = "GroupFooter2";
     //
     // xrLabel20
     //
     this.xrLabel20.AutoWidth             = true;
     this.xrLabel20.CanGrow               = false;
     this.xrLabel20.Font                  = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel20.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 33.4167F);
     this.xrLabel20.Multiline             = true;
     this.xrLabel20.Name                  = "xrLabel20";
     this.xrLabel20.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.SizeF                 = new System.Drawing.SizeF(264.5833F, 40.04543F);
     this.xrLabel20.StylePriority.UseFont = false;
     this.xrLabel20.Text                  = "Tổng giá trị xuất:";
     //
     // xrLine4
     //
     this.xrLine4.LocationFloat = new DevExpress.Utils.PointFloat(1.041673F, 0F);
     this.xrLine4.Name          = "xrLine4";
     this.xrLine4.SizeF         = new System.Drawing.SizeF(648.9583F, 23.00001F);
     //
     // xrLabel19
     //
     this.xrLabel19.AutoWidth = true;
     this.xrLabel19.CanGrow   = false;
     this.xrLabel19.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TONGTIEN]")
     });
     this.xrLabel19.Font                           = new System.Drawing.Font("Arial", 16F);
     this.xrLabel19.LocationFloat                  = new DevExpress.Utils.PointFloat(461.6477F, 33.41675F);
     this.xrLabel19.Multiline                      = true;
     this.xrLabel19.Name                           = "xrLabel19";
     this.xrLabel19.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF                          = new System.Drawing.SizeF(188.3523F, 40.04543F);
     this.xrLabel19.StylePriority.UseFont          = false;
     this.xrLabel19.StylePriority.UseTextAlignment = false;
     this.xrLabel19.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrLabel19.TextFormatString               = "{0:#,#}";
     //
     // xrLine5
     //
     this.xrLine5.LocationFloat = new DevExpress.Utils.PointFloat(1.041673F, 0F);
     this.xrLine5.Name          = "xrLine5";
     this.xrLine5.SizeF         = new System.Drawing.SizeF(648.9583F, 23.00001F);
     //
     // xrLabel5
     //
     this.xrLabel5.AutoWidth             = true;
     this.xrLabel5.CanGrow               = false;
     this.xrLabel5.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat         = new DevExpress.Utils.PointFloat(1.04173F, 23.00002F);
     this.xrLabel5.Multiline             = true;
     this.xrLabel5.Name                  = "xrLabel5";
     this.xrLabel5.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                 = new System.Drawing.SizeF(70.83352F, 32.29163F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text                  = "Ghi chú:";
     //
     // xrLabel13
     //
     this.xrLabel13.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[GHICHU]")
     });
     this.xrLabel13.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel13.LocationFloat                  = new DevExpress.Utils.PointFloat(71.87525F, 23.00002F);
     this.xrLabel13.Multiline                      = true;
     this.xrLabel13.Name                           = "xrLabel13";
     this.xrLabel13.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                          = new System.Drawing.SizeF(578.1248F, 76.99998F);
     this.xrLabel13.StylePriority.UseFont          = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // RPhieuTra
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail,
         this.ReportHeader,
         this.GroupHeader1,
         this.GroupFooter1,
         this.GroupFooter2
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     this.Font       = new System.Drawing.Font("Arial", 9.75F);
     this.Margins    = new System.Drawing.Printing.Margins(100, 100, 137, 100);
     this.Version    = "19.1";
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).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.ObjectBinding.Parameter parameter1 = new DevExpress.DataAccess.ObjectBinding.Parameter();
     this.Title             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailCaption1    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData1       = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData3_Odd   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrPictureBox1     = new DevExpress.XtraReports.UI.XRPictureBox();
     this.pageInfo2         = new DevExpress.XtraReports.UI.XRPageInfo();
     this.pageInfo1         = new DevExpress.XtraReports.UI.XRPageInfo();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeader      = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.label1            = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader1      = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.table1            = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow1         = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell1        = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell2        = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell4        = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell5        = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell6        = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell7        = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell8        = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell9        = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell10       = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell11       = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell12       = new DevExpress.XtraReports.UI.XRTableCell();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.table2            = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow2         = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell13       = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell14       = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell16       = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell17       = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell18       = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell19       = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell20       = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell21       = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell22       = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell23       = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell24       = new DevExpress.XtraReports.UI.XRTableCell();
     this.bindingSource1    = new System.Windows.Forms.BindingSource(this.components);
     this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.bindingSource2    = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Title
     //
     this.Title.BackColor   = System.Drawing.Color.Transparent;
     this.Title.BorderColor = System.Drawing.Color.Black;
     this.Title.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.Title.BorderWidth = 1F;
     this.Title.Font        = new System.Drawing.Font("Arial", 14.25F);
     this.Title.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.Title.Name        = "Title";
     //
     // DetailCaption1
     //
     this.DetailCaption1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.DetailCaption1.BorderColor   = System.Drawing.Color.White;
     this.DetailCaption1.Borders       = DevExpress.XtraPrinting.BorderSide.Left;
     this.DetailCaption1.BorderWidth   = 2F;
     this.DetailCaption1.Font          = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
     this.DetailCaption1.ForeColor     = System.Drawing.Color.White;
     this.DetailCaption1.Name          = "DetailCaption1";
     this.DetailCaption1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(15, 15, 0, 0, 254F);
     this.DetailCaption1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData1
     //
     this.DetailData1.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailData1.Borders       = DevExpress.XtraPrinting.BorderSide.Left;
     this.DetailData1.BorderWidth   = 2F;
     this.DetailData1.Font          = new System.Drawing.Font("Arial", 8.25F);
     this.DetailData1.ForeColor     = System.Drawing.Color.Black;
     this.DetailData1.Name          = "DetailData1";
     this.DetailData1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(15, 15, 0, 0, 254F);
     this.DetailData1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData3_Odd
     //
     this.DetailData3_Odd.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
     this.DetailData3_Odd.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailData3_Odd.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.DetailData3_Odd.BorderWidth   = 1F;
     this.DetailData3_Odd.Font          = new System.Drawing.Font("Arial", 8.25F);
     this.DetailData3_Odd.ForeColor     = System.Drawing.Color.Black;
     this.DetailData3_Odd.Name          = "DetailData3_Odd";
     this.DetailData3_Odd.Padding       = new DevExpress.XtraPrinting.PaddingInfo(15, 15, 0, 0, 254F);
     this.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // PageInfo
     //
     this.PageInfo.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
     this.PageInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.PageInfo.Name      = "PageInfo";
     this.PageInfo.Padding   = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPictureBox1,
         this.pageInfo2,
         this.pageInfo1
     });
     this.TopMargin.Dpi     = 254F;
     this.TopMargin.HeightF = 256.6458F;
     this.TopMargin.Name    = "TopMargin";
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Dpi           = 254F;
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(15.99999F, 0F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(661.4583F, 158.9617F);
     //
     // pageInfo2
     //
     this.pageInfo2.Dpi              = 254F;
     this.pageInfo2.LocationFloat    = new DevExpress.Utils.PointFloat(1569.895F, 58.00001F);
     this.pageInfo2.Name             = "pageInfo2";
     this.pageInfo2.SizeF            = new System.Drawing.SizeF(680.0004F, 58F);
     this.pageInfo2.StyleName        = "PageInfo";
     this.pageInfo2.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.pageInfo2.TextFormatString = "Página {0} de {1}";
     //
     // pageInfo1
     //
     this.pageInfo1.Dpi           = 254F;
     this.pageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(1569.895F, 0F);
     this.pageInfo1.Name          = "pageInfo1";
     this.pageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.pageInfo1.SizeF         = new System.Drawing.SizeF(680.0006F, 58F);
     this.pageInfo1.StyleName     = "PageInfo";
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi     = 254F;
     this.BottomMargin.HeightF = 254F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.label1
     });
     this.ReportHeader.Dpi     = 254F;
     this.ReportHeader.HeightF = 94.19168F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // label1
     //
     this.label1.Dpi           = 254F;
     this.label1.LocationFloat = new DevExpress.Utils.PointFloat(16F, 16F);
     this.label1.Name          = "label1";
     this.label1.SizeF         = new System.Drawing.SizeF(2254F, 61.45361F);
     this.label1.StyleName     = "Title";
     this.label1.Text          = "Productos";
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table1
     });
     this.GroupHeader1.Dpi        = 254F;
     this.GroupHeader1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail;
     this.GroupHeader1.HeightF    = 71.12F;
     this.GroupHeader1.Name       = "GroupHeader1";
     //
     // table1
     //
     this.table1.Dpi           = 254F;
     this.table1.Font          = new System.Drawing.Font("Arial", 7F);
     this.table1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.table1.Name          = "table1";
     this.table1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.tableRow1
     });
     this.table1.SizeF = new System.Drawing.SizeF(2270F, 71.12F);
     this.table1.StylePriority.UseFont          = false;
     this.table1.StylePriority.UseTextAlignment = false;
     this.table1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // tableRow1
     //
     this.tableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell1,
         this.tableCell2,
         this.tableCell4,
         this.tableCell5,
         this.tableCell6,
         this.tableCell7,
         this.tableCell8,
         this.tableCell9,
         this.tableCell10,
         this.tableCell11,
         this.tableCell12
     });
     this.tableRow1.Dpi    = 254F;
     this.tableRow1.Name   = "tableRow1";
     this.tableRow1.Weight = 1D;
     //
     // tableCell1
     //
     this.tableCell1.Borders   = DevExpress.XtraPrinting.BorderSide.None;
     this.tableCell1.Dpi       = 254F;
     this.tableCell1.Font      = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
     this.tableCell1.Name      = "tableCell1";
     this.tableCell1.StyleName = "DetailCaption1";
     this.tableCell1.StylePriority.UseBorders = false;
     this.tableCell1.StylePriority.UseFont    = false;
     this.tableCell1.Text   = "CODIGO";
     this.tableCell1.Weight = 0.076272577925597412D;
     //
     // tableCell2
     //
     this.tableCell2.Dpi                            = 254F;
     this.tableCell2.Font                           = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
     this.tableCell2.Name                           = "tableCell2";
     this.tableCell2.StyleName                      = "DetailCaption1";
     this.tableCell2.StylePriority.UseFont          = false;
     this.tableCell2.StylePriority.UseTextAlignment = false;
     this.tableCell2.Text                           = "DESCRIPCION";
     this.tableCell2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tableCell2.Weight                         = 0.25471688078637156D;
     //
     // tableCell4
     //
     this.tableCell4.Dpi                            = 254F;
     this.tableCell4.Font                           = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
     this.tableCell4.Name                           = "tableCell4";
     this.tableCell4.StyleName                      = "DetailCaption1";
     this.tableCell4.StylePriority.UseFont          = false;
     this.tableCell4.StylePriority.UseTextAlignment = false;
     this.tableCell4.Text                           = "P.V.P.";
     this.tableCell4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tableCell4.Weight                         = 0.073558464244224769D;
     //
     // tableCell5
     //
     this.tableCell5.Dpi                            = 254F;
     this.tableCell5.Font                           = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
     this.tableCell5.Name                           = "tableCell5";
     this.tableCell5.StyleName                      = "DetailCaption1";
     this.tableCell5.StylePriority.UseFont          = false;
     this.tableCell5.StylePriority.UseTextAlignment = false;
     this.tableCell5.Text                           = "STOCK";
     this.tableCell5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell5.Weight                         = 0.07523127640912243D;
     //
     // tableCell6
     //
     this.tableCell6.Dpi                   = 254F;
     this.tableCell6.Font                  = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
     this.tableCell6.Name                  = "tableCell6";
     this.tableCell6.StyleName             = "DetailCaption1";
     this.tableCell6.StylePriority.UseFont = false;
     this.tableCell6.Text                  = "EST.";
     this.tableCell6.Weight                = 0.042266228772808064D;
     //
     // tableCell7
     //
     this.tableCell7.Dpi                            = 254F;
     this.tableCell7.Font                           = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
     this.tableCell7.Name                           = "tableCell7";
     this.tableCell7.StyleName                      = "DetailCaption1";
     this.tableCell7.StylePriority.UseFont          = false;
     this.tableCell7.StylePriority.UseTextAlignment = false;
     this.tableCell7.Text                           = "SECCION";
     this.tableCell7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tableCell7.Weight                         = 0.11760599622502914D;
     //
     // tableCell8
     //
     this.tableCell8.Dpi                   = 254F;
     this.tableCell8.Font                  = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
     this.tableCell8.Name                  = "tableCell8";
     this.tableCell8.StyleName             = "DetailCaption1";
     this.tableCell8.StylePriority.UseFont = false;
     this.tableCell8.Text                  = "COMP";
     this.tableCell8.Weight                = 0.051721495999831883D;
     //
     // tableCell9
     //
     this.tableCell9.Dpi                            = 254F;
     this.tableCell9.Font                           = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
     this.tableCell9.Name                           = "tableCell9";
     this.tableCell9.StyleName                      = "DetailCaption1";
     this.tableCell9.StylePriority.UseFont          = false;
     this.tableCell9.StylePriority.UseTextAlignment = false;
     this.tableCell9.Text                           = "VEN";
     this.tableCell9.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tableCell9.Weight                         = 0.0416665570202689D;
     //
     // tableCell10
     //
     this.tableCell10.Dpi                            = 254F;
     this.tableCell10.Font                           = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
     this.tableCell10.Name                           = "tableCell10";
     this.tableCell10.StyleName                      = "DetailCaption1";
     this.tableCell10.StylePriority.UseFont          = false;
     this.tableCell10.StylePriority.UseTextAlignment = false;
     this.tableCell10.Text                           = "IMPUESTO";
     this.tableCell10.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tableCell10.Weight                         = 0.086803468000669959D;
     //
     // tableCell11
     //
     this.tableCell11.Dpi                            = 254F;
     this.tableCell11.Font                           = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
     this.tableCell11.Name                           = "tableCell11";
     this.tableCell11.StyleName                      = "DetailCaption1";
     this.tableCell11.StylePriority.UseFont          = false;
     this.tableCell11.StylePriority.UseTextAlignment = false;
     this.tableCell11.Text                           = "TIPO";
     this.tableCell11.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tableCell11.Weight                         = 0.078577552793815841D;
     //
     // tableCell12
     //
     this.tableCell12.Dpi                            = 254F;
     this.tableCell12.Font                           = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
     this.tableCell12.Name                           = "tableCell12";
     this.tableCell12.StyleName                      = "DetailCaption1";
     this.tableCell12.StylePriority.UseFont          = false;
     this.tableCell12.StylePriority.UseTextAlignment = false;
     this.tableCell12.Text                           = "UNIDAD";
     this.tableCell12.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tableCell12.Weight                         = 0.094580223701827337D;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table2
     });
     this.Detail.Dpi     = 254F;
     this.Detail.HeightF = 63.42F;
     this.Detail.Name    = "Detail";
     //
     // table2
     //
     this.table2.Dpi           = 254F;
     this.table2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.table2.Name          = "table2";
     this.table2.OddStyleName  = "DetailData3_Odd";
     this.table2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.tableRow2
     });
     this.table2.SizeF = new System.Drawing.SizeF(2261F, 63.42F);
     //
     // tableRow2
     //
     this.tableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell13,
         this.tableCell14,
         this.tableCell16,
         this.tableCell17,
         this.tableCell18,
         this.tableCell19,
         this.tableCell20,
         this.tableCell21,
         this.tableCell22,
         this.tableCell23,
         this.tableCell24
     });
     this.tableRow2.Dpi    = 254F;
     this.tableRow2.Name   = "tableRow2";
     this.tableRow2.Weight = 11.683999633789062D;
     //
     // tableCell13
     //
     this.tableCell13.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.tableCell13.Dpi     = 254F;
     this.tableCell13.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CODIGO]")
     });
     this.tableCell13.Name      = "tableCell13";
     this.tableCell13.StyleName = "DetailData1";
     this.tableCell13.StylePriority.UseBorders = false;
     this.tableCell13.Weight = 0.076272573873809008D;
     //
     // tableCell14
     //
     this.tableCell14.Dpi = 254F;
     this.tableCell14.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[DESCRIPCION]")
     });
     this.tableCell14.Name      = "tableCell14";
     this.tableCell14.StyleName = "DetailData1";
     this.tableCell14.Weight    = 0.25471686443253233D;
     //
     // tableCell16
     //
     this.tableCell16.Dpi = 254F;
     this.tableCell16.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Iif([IMPUESTO].[DESGLOSADO]==\'N\',[PRECIOVENTA]*(1+([IMPUESTO].[PORCENTAJE]/100))," +
                                                         "[PRECIOVENTA])")
     });
     this.tableCell16.Name      = "tableCell16";
     this.tableCell16.StyleName = "DetailData1";
     this.tableCell16.StylePriority.UseTextAlignment = false;
     this.tableCell16.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell16.TextFormatString = "{0:n3}";
     this.tableCell16.Weight           = 0.073558437999144827D;
     //
     // tableCell17
     //
     this.tableCell17.Dpi = 254F;
     this.tableCell17.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CANTIDAD]")
     });
     this.tableCell17.Name      = "tableCell17";
     this.tableCell17.StyleName = "DetailData1";
     this.tableCell17.StylePriority.UseTextAlignment = false;
     this.tableCell17.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell17.TextFormatString = "{0:n2}";
     this.tableCell17.Weight           = 0.075231326265262716D;
     //
     // tableCell18
     //
     this.tableCell18.Dpi = 254F;
     this.tableCell18.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ESTADO]")
     });
     this.tableCell18.Name      = "tableCell18";
     this.tableCell18.StyleName = "DetailData1";
     this.tableCell18.Weight    = 0.0422662824760015D;
     //
     // tableCell19
     //
     this.tableCell19.Dpi = 254F;
     this.tableCell19.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[SECCION]")
     });
     this.tableCell19.Name      = "tableCell19";
     this.tableCell19.StyleName = "DetailData1";
     this.tableCell19.StylePriority.UseTextAlignment = false;
     this.tableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell19.Weight        = 0.11760593134035532D;
     //
     // tableCell20
     //
     this.tableCell20.Dpi = 254F;
     this.tableCell20.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[SOLOCOMPRAS]")
     });
     this.tableCell20.Name      = "tableCell20";
     this.tableCell20.StyleName = "DetailData1";
     this.tableCell20.StylePriority.UseTextAlignment = false;
     this.tableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tableCell20.Weight        = 0.051721496890921183D;
     //
     // tableCell21
     //
     this.tableCell21.Dpi = 254F;
     this.tableCell21.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VENTAS]")
     });
     this.tableCell21.Name      = "tableCell21";
     this.tableCell21.StyleName = "DetailData1";
     this.tableCell21.StylePriority.UseTextAlignment = false;
     this.tableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tableCell21.Weight        = 0.0416665039272923D;
     //
     // tableCell22
     //
     this.tableCell22.Dpi = 254F;
     this.tableCell22.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[IMPUESTO.DESCRIPCION]")
     });
     this.tableCell22.Name      = "tableCell22";
     this.tableCell22.StyleName = "DetailData1";
     this.tableCell22.Weight    = 0.0868034688340778D;
     //
     // tableCell23
     //
     this.tableCell23.Dpi = 254F;
     this.tableCell23.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TIPOARTICULO1.NOMBRE]")
     });
     this.tableCell23.Name      = "tableCell23";
     this.tableCell23.StyleName = "DetailData1";
     this.tableCell23.Weight    = 0.078577553967993957D;
     //
     // tableCell24
     //
     this.tableCell24.Dpi = 254F;
     this.tableCell24.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[UNIDAD1.DESCRIPCION]")
     });
     this.tableCell24.Name      = "tableCell24";
     this.tableCell24.StyleName = "DetailData1";
     this.tableCell24.Weight    = 0.090643350457303082D;
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(ArticuloServicio);
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataMember = "getProductos";
     this.objectDataSource1.DataSource = typeof(ArticuloServicio);
     this.objectDataSource1.Name       = "objectDataSource1";
     parameter1.Name      = "codigoEmpresa";
     parameter1.Type      = typeof(long);
     parameter1.ValueInfo = "4";
     this.objectDataSource1.Parameters.AddRange(new DevExpress.DataAccess.ObjectBinding.Parameter[] {
         parameter1
     });
     //
     // bindingSource2
     //
     this.bindingSource2.DataSource = typeof(ArticuloServicio);
     //
     // ProductosReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.GroupHeader1,
         this.Detail
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.bindingSource1,
         this.objectDataSource1,
         this.bindingSource2
     });
     this.DataSource   = this.objectDataSource1;
     this.Dpi          = 254F;
     this.Font         = new System.Drawing.Font("Arial", 9.75F);
     this.Landscape    = true;
     this.Margins      = new System.Drawing.Printing.Margins(254, 254, 257, 254);
     this.PageHeight   = 2159;
     this.PageWidth    = 2794;
     this.ReportUnit   = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 25F;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.DetailCaption1,
         this.DetailData1,
         this.DetailData3_Odd,
         this.PageInfo
     });
     this.Version = "18.2";
     ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource2)).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.DataAccess.ObjectBinding.ObjectConstructorInfo objectConstructorInfo1 = new DevExpress.DataAccess.ObjectBinding.ObjectConstructorInfo();
     DevExpress.DataAccess.ObjectBinding.Parameter             parameter1             = new DevExpress.DataAccess.ObjectBinding.Parameter();
     this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel15         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel16         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox1     = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLine1           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel25         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportHeader      = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel17         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel18         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel10         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7          = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader1      = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel26         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine3           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel11         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14         = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupFooter1      = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrLine5           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel24         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine4           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel21         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel20         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel19         = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupFooter2      = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrLabel23         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel22         = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // objectDataSource1
     //
     this.objectDataSource1.Constructor = objectConstructorInfo1;
     this.objectDataSource1.DataMember  = "InHoaDon";
     this.objectDataSource1.DataSource  = typeof(void);
     this.objectDataSource1.Name        = "objectDataSource1";
     parameter1.Name = "mahd";
     parameter1.Type = typeof(string);
     this.objectDataSource1.Parameters.AddRange(new DevExpress.DataAccess.ObjectBinding.Parameter[] {
         parameter1
     });
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel15,
         this.xrLabel16,
         this.xrLabel9,
         this.xrPictureBox1,
         this.xrLine1
     });
     this.TopMargin.HeightF = 149.75F;
     this.TopMargin.Name    = "TopMargin";
     //
     // xrLabel15
     //
     this.xrLabel15.AutoWidth             = true;
     this.xrLabel15.CanGrow               = false;
     this.xrLabel15.Font                  = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel15.LocationFloat         = new DevExpress.Utils.PointFloat(1.041667F, 79.50001F);
     this.xrLabel15.Multiline             = true;
     this.xrLabel15.Name                  = "xrLabel15";
     this.xrLabel15.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF                 = new System.Drawing.SizeF(94.79166F, 23F);
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.Text                  = "Ngày lập HĐ:";
     //
     // xrLabel16
     //
     this.xrLabel16.AutoWidth = true;
     this.xrLabel16.CanGrow   = false;
     this.xrLabel16.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[NGHD]")
     });
     this.xrLabel16.Font                  = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel16.LocationFloat         = new DevExpress.Utils.PointFloat(95.83334F, 79.50001F);
     this.xrLabel16.Multiline             = true;
     this.xrLabel16.Name                  = "xrLabel16";
     this.xrLabel16.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF                 = new System.Drawing.SizeF(154.1667F, 23F);
     this.xrLabel16.StylePriority.UseFont = false;
     //
     // xrLabel9
     //
     this.xrLabel9.AutoWidth     = true;
     this.xrLabel9.CanGrow       = false;
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(294.7916F, 79.50001F);
     this.xrLabel9.Multiline     = true;
     this.xrLabel9.Name          = "xrLabel9";
     this.xrLabel9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF         = new System.Drawing.SizeF(355.2084F, 25.08334F);
     this.xrLabel9.Text          = "Khu phố 6 phường Linh Trung, quận Thủ Đức, TPHCM";
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.ImageSource   = new DevExpress.XtraPrinting.Drawing.ImageSource(global::Stelia.Properties.Resources.Stelia, true);
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(482.1126F, 10.00001F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(167.8874F, 69.5F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     //
     // xrLine1
     //
     this.xrLine1.LineStyle     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(7.947286E-05F, 123.625F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(650F, 23.00001F);
     //
     // xrLabel2
     //
     this.xrLabel2.AutoWidth = true;
     this.xrLabel2.CanGrow   = false;
     this.xrLabel2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TENKH]")
     });
     this.xrLabel2.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat         = new DevExpress.Utils.PointFloat(1.041667F, 102.3749F);
     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(213.5417F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     //
     // xrLabel1
     //
     this.xrLabel1.AutoWidth = true;
     this.xrLabel1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MAHD]")
     });
     this.xrLabel1.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(323.9583F, 46.16668F);
     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(181.25F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF = 135.7501F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel25,
         this.xrLabel6,
         this.xrLabel5,
         this.xrLabel4,
         this.xrLabel3
     });
     this.Detail.HeightF = 68.4166F;
     this.Detail.Name    = "Detail";
     //
     // xrLabel25
     //
     this.xrLabel25.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[DataSource.CurrentRowIndex]+1")
     });
     this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(0F, 17.70833F);
     this.xrLabel25.Multiline     = true;
     this.xrLabel25.Name          = "xrLabel25";
     this.xrLabel25.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel25.SizeF         = new System.Drawing.SizeF(38.54166F, 50.70826F);
     //
     // xrLabel6
     //
     this.xrLabel6.AutoWidth = true;
     this.xrLabel6.CanGrow   = false;
     this.xrLabel6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[GIATIEN]*[SOLUONG]")
     });
     this.xrLabel6.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(515.6251F, 17.70833F);
     this.xrLabel6.Multiline                      = true;
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(134.375F, 23F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrLabel6.TextFormatString               = "{0:#,#}";
     //
     // xrLabel5
     //
     this.xrLabel5.AutoWidth = true;
     this.xrLabel5.CanGrow   = false;
     this.xrLabel5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[GIATIEN]")
     });
     this.xrLabel5.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(387.5F, 17.70833F);
     this.xrLabel5.Multiline                      = true;
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(128.125F, 23F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrLabel5.TextFormatString               = "{0:#,#}";
     //
     // xrLabel4
     //
     this.xrLabel4.AutoWidth = true;
     this.xrLabel4.CanGrow   = false;
     this.xrLabel4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[SOLUONG]")
     });
     this.xrLabel4.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(312.5F, 17.70833F);
     this.xrLabel4.Multiline                      = true;
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(74.99997F, 23F);
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.AutoWidth = true;
     this.xrLabel3.CanGrow   = false;
     this.xrLabel3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TENSP]")
     });
     this.xrLabel3.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat         = new DevExpress.Utils.PointFloat(39.58333F, 17.70833F);
     this.xrLabel3.Multiline             = true;
     this.xrLabel3.Name                  = "xrLabel3";
     this.xrLabel3.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                 = new System.Drawing.SizeF(272.9167F, 48.00002F);
     this.xrLabel3.StylePriority.UseFont = false;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel17,
         this.xrLabel18,
         this.xrLine2,
         this.xrLabel10,
         this.xrLabel8,
         this.xrLabel7,
         this.xrLabel1,
         this.xrLabel2
     });
     this.ReportHeader.HeightF = 173.5F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel17
     //
     this.xrLabel17.AutoWidth             = true;
     this.xrLabel17.CanGrow               = false;
     this.xrLabel17.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel17.LocationFloat         = new DevExpress.Utils.PointFloat(566.1459F, 79.37494F);
     this.xrLabel17.Multiline             = true;
     this.xrLabel17.Name                  = "xrLabel17";
     this.xrLabel17.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF                 = new System.Drawing.SizeF(83.85413F, 22.99999F);
     this.xrLabel17.StylePriority.UseFont = false;
     this.xrLabel17.Text                  = "Nhân viên:";
     //
     // xrLabel18
     //
     this.xrLabel18.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TENNV]")
     });
     this.xrLabel18.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel18.LocationFloat                  = new DevExpress.Utils.PointFloat(433.1543F, 102.375F);
     this.xrLabel18.Multiline                      = true;
     this.xrLabel18.Name                           = "xrLabel18";
     this.xrLabel18.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF                          = new System.Drawing.SizeF(216.8457F, 23F);
     this.xrLabel18.StylePriority.UseFont          = false;
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLine2
     //
     this.xrLine2.LineStyle     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 140.5F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(650F, 23.00001F);
     //
     // xrLabel10
     //
     this.xrLabel10.Font                  = new System.Drawing.Font("Arial", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel10.LocationFloat         = new DevExpress.Utils.PointFloat(254.1667F, 10.00001F);
     this.xrLabel10.Multiline             = true;
     this.xrLabel10.Name                  = "xrLabel10";
     this.xrLabel10.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                 = new System.Drawing.SizeF(164.5833F, 36.16666F);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.Text                  = "HOÁ ĐƠN";
     //
     // xrLabel8
     //
     this.xrLabel8.AutoWidth             = true;
     this.xrLabel8.CanGrow               = false;
     this.xrLabel8.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel8.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 79.37495F);
     this.xrLabel8.Multiline             = true;
     this.xrLabel8.Name                  = "xrLabel8";
     this.xrLabel8.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                 = new System.Drawing.SizeF(106.25F, 23F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text                  = "Khách hàng:";
     //
     // xrLabel7
     //
     this.xrLabel7.AutoWidth             = true;
     this.xrLabel7.CanGrow               = false;
     this.xrLabel7.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel7.LocationFloat         = new DevExpress.Utils.PointFloat(217.7083F, 46.16668F);
     this.xrLabel7.Multiline             = true;
     this.xrLabel7.Name                  = "xrLabel7";
     this.xrLabel7.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                 = new System.Drawing.SizeF(106.25F, 23F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.Text                  = "Mã hoá đơn:";
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel26,
         this.xrLine3,
         this.xrLabel11,
         this.xrLabel12,
         this.xrLabel13,
         this.xrLabel14
     });
     this.GroupHeader1.HeightF = 65.45824F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // xrLabel26
     //
     this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel26.Multiline     = true;
     this.xrLabel26.Name          = "xrLabel26";
     this.xrLabel26.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel26.SizeF         = new System.Drawing.SizeF(38.54166F, 32.2916F);
     this.xrLabel26.Text          = "STT";
     //
     // xrLine3
     //
     this.xrLine3.LineStyle     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.xrLine3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 32.29163F);
     this.xrLine3.Name          = "xrLine3";
     this.xrLine3.SizeF         = new System.Drawing.SizeF(650F, 23.00001F);
     //
     // xrLabel11
     //
     this.xrLabel11.AutoWidth             = true;
     this.xrLabel11.CanGrow               = false;
     this.xrLabel11.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel11.LocationFloat         = new DevExpress.Utils.PointFloat(39.58333F, 0F);
     this.xrLabel11.Multiline             = true;
     this.xrLabel11.Name                  = "xrLabel11";
     this.xrLabel11.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                 = new System.Drawing.SizeF(272.9166F, 32.29163F);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.Text                  = "Sản phẩm";
     //
     // xrLabel12
     //
     this.xrLabel12.AutoWidth             = true;
     this.xrLabel12.CanGrow               = false;
     this.xrLabel12.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel12.LocationFloat         = new DevExpress.Utils.PointFloat(312.4999F, 0F);
     this.xrLabel12.Multiline             = true;
     this.xrLabel12.Name                  = "xrLabel12";
     this.xrLabel12.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                 = new System.Drawing.SizeF(74.99994F, 32.29163F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.Text                  = "Số lượng";
     //
     // xrLabel13
     //
     this.xrLabel13.AutoWidth                      = true;
     this.xrLabel13.CanGrow                        = false;
     this.xrLabel13.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel13.LocationFloat                  = new DevExpress.Utils.PointFloat(387.5F, 0F);
     this.xrLabel13.Multiline                      = true;
     this.xrLabel13.Name                           = "xrLabel13";
     this.xrLabel13.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                          = new System.Drawing.SizeF(128.125F, 32.29163F);
     this.xrLabel13.StylePriority.UseFont          = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text                           = "Giá tiền";
     this.xrLabel13.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel14
     //
     this.xrLabel14.AutoWidth                      = true;
     this.xrLabel14.CanGrow                        = false;
     this.xrLabel14.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel14.LocationFloat                  = new DevExpress.Utils.PointFloat(515.6251F, 0F);
     this.xrLabel14.Multiline                      = true;
     this.xrLabel14.Name                           = "xrLabel14";
     this.xrLabel14.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                          = new System.Drawing.SizeF(134.375F, 32.29163F);
     this.xrLabel14.StylePriority.UseFont          = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text                           = "Tổng tiền";
     this.xrLabel14.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // GroupFooter1
     //
     this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLine5,
         this.xrLabel24,
         this.xrLine4,
         this.xrLabel21,
         this.xrLabel20,
         this.xrLabel19
     });
     this.GroupFooter1.HeightF = 132.4586F;
     this.GroupFooter1.Name    = "GroupFooter1";
     //
     // xrLine5
     //
     this.xrLine5.LineStyle     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.xrLine5.LocationFloat = new DevExpress.Utils.PointFloat(1.041667F, 109.4586F);
     this.xrLine5.Name          = "xrLine5";
     this.xrLine5.SizeF         = new System.Drawing.SizeF(648.9583F, 23.00001F);
     //
     // xrLabel24
     //
     this.xrLabel24.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[GIAMGIA]")
     });
     this.xrLabel24.Font                           = new System.Drawing.Font("Arial", 12F);
     this.xrLabel24.LocationFloat                  = new DevExpress.Utils.PointFloat(482.481F, 73.4621F);
     this.xrLabel24.Multiline                      = true;
     this.xrLabel24.Name                           = "xrLabel24";
     this.xrLabel24.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel24.SizeF                          = new System.Drawing.SizeF(167.1506F, 23F);
     this.xrLabel24.StylePriority.UseFont          = false;
     this.xrLabel24.StylePriority.UseTextAlignment = false;
     this.xrLabel24.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrLabel24.TextFormatString               = "{0:#,#}";
     //
     // xrLine4
     //
     this.xrLine4.LineStyle     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.xrLine4.LocationFloat = new DevExpress.Utils.PointFloat(1.041673F, 0F);
     this.xrLine4.Name          = "xrLine4";
     this.xrLine4.SizeF         = new System.Drawing.SizeF(648.9583F, 23.00001F);
     //
     // xrLabel21
     //
     this.xrLabel21.AutoWidth             = true;
     this.xrLabel21.CanGrow               = false;
     this.xrLabel21.Font                  = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel21.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 73.46214F);
     this.xrLabel21.Multiline             = true;
     this.xrLabel21.Name                  = "xrLabel21";
     this.xrLabel21.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel21.SizeF                 = new System.Drawing.SizeF(264.5833F, 22.99997F);
     this.xrLabel21.StylePriority.UseFont = false;
     this.xrLabel21.Text                  = "Giảm giá:";
     //
     // xrLabel20
     //
     this.xrLabel20.AutoWidth             = true;
     this.xrLabel20.CanGrow               = false;
     this.xrLabel20.Font                  = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel20.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 33.4167F);
     this.xrLabel20.Multiline             = true;
     this.xrLabel20.Name                  = "xrLabel20";
     this.xrLabel20.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.SizeF                 = new System.Drawing.SizeF(264.5833F, 40.04543F);
     this.xrLabel20.StylePriority.UseFont = false;
     this.xrLabel20.Text                  = "Tổng tiền hàng:";
     //
     // xrLabel19
     //
     this.xrLabel19.AutoWidth = true;
     this.xrLabel19.CanGrow   = false;
     this.xrLabel19.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TONGTIENHANG]")
     });
     this.xrLabel19.Font                           = new System.Drawing.Font("Arial", 16F);
     this.xrLabel19.LocationFloat                  = new DevExpress.Utils.PointFloat(482.481F, 33.4167F);
     this.xrLabel19.Multiline                      = true;
     this.xrLabel19.Name                           = "xrLabel19";
     this.xrLabel19.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF                          = new System.Drawing.SizeF(167.519F, 40.04543F);
     this.xrLabel19.StylePriority.UseFont          = false;
     this.xrLabel19.StylePriority.UseTextAlignment = false;
     this.xrLabel19.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrLabel19.TextFormatString               = "{0:#,#}";
     //
     // GroupFooter2
     //
     this.GroupFooter2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel23,
         this.xrLabel22
     });
     this.GroupFooter2.Level = 1;
     this.GroupFooter2.Name  = "GroupFooter2";
     //
     // xrLabel23
     //
     this.xrLabel23.AutoWidth = true;
     this.xrLabel23.CanGrow   = false;
     this.xrLabel23.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[THANHTIEN]")
     });
     this.xrLabel23.Font                           = new System.Drawing.Font("Arial", 20F);
     this.xrLabel23.LocationFloat                  = new DevExpress.Utils.PointFloat(482.481F, 0F);
     this.xrLabel23.Multiline                      = true;
     this.xrLabel23.Name                           = "xrLabel23";
     this.xrLabel23.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel23.SizeF                          = new System.Drawing.SizeF(167.1506F, 54.9394F);
     this.xrLabel23.StylePriority.UseFont          = false;
     this.xrLabel23.StylePriority.UseTextAlignment = false;
     this.xrLabel23.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrLabel23.TextFormatString               = "{0:#,#}";
     //
     // xrLabel22
     //
     this.xrLabel22.AutoWidth             = true;
     this.xrLabel22.CanGrow               = false;
     this.xrLabel22.Font                  = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel22.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel22.Multiline             = true;
     this.xrLabel22.Name                  = "xrLabel22";
     this.xrLabel22.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel22.SizeF                 = new System.Drawing.SizeF(482.481F, 54.9394F);
     this.xrLabel22.StylePriority.UseFont = false;
     this.xrLabel22.Text                  = "THÀNH TIỀN";
     //
     // Bill
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail,
         this.ReportHeader,
         this.GroupHeader1,
         this.GroupFooter1,
         this.GroupFooter2
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     this.Font       = new System.Drawing.Font("Arial", 9.75F);
     this.Margins    = new System.Drawing.Printing.Margins(100, 100, 150, 136);
     this.Version    = "19.1";
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).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.ObjectBinding.ObjectConstructorInfo objectConstructorInfo1 = new DevExpress.DataAccess.ObjectBinding.ObjectConstructorInfo();
     DevExpress.DataAccess.ObjectBinding.Parameter             parameter1             = new DevExpress.DataAccess.ObjectBinding.Parameter();
     DevExpress.DataAccess.ObjectBinding.Parameter             parameter2             = new DevExpress.DataAccess.ObjectBinding.Parameter();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.SessionVariable   = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.UserName          = new DevExpress.XtraReports.Parameters.Parameter();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeader      = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel3
     });
     this.Detail.HeightF       = 25.00001F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel3
     //
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Text")
     });
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(50F, 0F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(599.9999F, 25F);
     this.xrLabel3.Text          = "xrLabel3";
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.SessionVariable, "Text", "Session Variable: {0}")
     });
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(325F, 25F);
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     //
     // SessionVariable
     //
     this.SessionVariable.Name    = "SessionVariable";
     this.SessionVariable.Visible = false;
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.UserName, "Text", "User Name: {0}")
     });
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(325F, 0F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(325F, 25F);
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // UserName
     //
     this.UserName.Name    = "UserName";
     this.UserName.Visible = false;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 100F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2,
         this.xrLabel1
     });
     this.ReportHeader.Font    = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ReportHeader.HeightF = 25F;
     this.ReportHeader.Name    = "ReportHeader";
     this.ReportHeader.StylePriority.UseBorders = false;
     this.ReportHeader.StylePriority.UseFont    = false;
     //
     // objectDataSource1
     //
     this.objectDataSource1.Constructor = objectConstructorInfo1;
     this.objectDataSource1.DataMember  = "GetReportData";
     this.objectDataSource1.DataSource  = typeof(T339643.ReportDataItem);
     this.objectDataSource1.Name        = "objectDataSource1";
     parameter1.Name  = "sessionVaraible";
     parameter1.Type  = typeof(DevExpress.DataAccess.Expression);
     parameter1.Value = new DevExpress.DataAccess.Expression("[Parameters.SessionVariable]", typeof(string));
     parameter2.Name  = "userName";
     parameter2.Type  = typeof(DevExpress.DataAccess.Expression);
     parameter2.Value = new DevExpress.DataAccess.Expression("[Parameters.UserName]", typeof(string));
     this.objectDataSource1.Parameters.AddRange(new DevExpress.DataAccess.ObjectBinding.Parameter[] {
         parameter1,
         parameter2
     });
     //
     // SampleReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.UserName,
         this.SessionVariable
     });
     this.Version = "15.2";
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).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.ObjectBinding.Parameter parameter1         = new DevExpress.DataAccess.ObjectBinding.Parameter();
     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();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(ReportTatCaNhanVien));
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3      = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeader      = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.pTenPhongBan      = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrTable2          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell4      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.objectDataSource2 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.objectDataSource3 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.objectDataSource4 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.objectDataSource5 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.sqlDataSource1    = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.objectDataSource6 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.Detail.HeightF       = 101.0417F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 25F);
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell3
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tenNhanVien")
     });
     this.xrTableCell1.Name   = "xrTableCell1";
     this.xrTableCell1.Weight = 2D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.objectDataSource2, "diaChi")
     });
     this.xrTableCell2.Name   = "xrTableCell2";
     this.xrTableCell2.Weight = 3.0004464721679689D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sdt")
     });
     this.xrTableCell3.Name   = "xrTableCell3";
     this.xrTableCell3.Weight = 1.4995535278320311D;
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1
     });
     this.TopMargin.HeightF       = 100F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font                  = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrPageInfo1.LocationFloat         = new DevExpress.Utils.PointFloat(447.369F, 67.00001F);
     this.xrPageInfo1.Name                  = "xrPageInfo1";
     this.xrPageInfo1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo              = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF                 = new System.Drawing.SizeF(192.631F, 23F);
     this.xrPageInfo1.StylePriority.UseFont = false;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel3,
         this.xrTable2,
         this.xrLabel1,
         this.xrLabel2
     });
     this.ReportHeader.HeightF = 144.7917F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel3
     //
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.pTenPhongBan, "Text", "")
     });
     this.xrLabel3.Font                  = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat         = new DevExpress.Utils.PointFloat(100F, 25.62501F);
     this.xrLabel3.Name                  = "xrLabel3";
     this.xrLabel3.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                 = new System.Drawing.SizeF(208.3333F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.Text                  = "xrLabel3";
     //
     // pTenPhongBan
     //
     this.pTenPhongBan.Description = "Parameter1";
     this.pTenPhongBan.Name        = "pTenPhongBan";
     //
     // xrTable2
     //
     this.xrTable2.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 119.7917F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(650F, 25F);
     this.xrTable2.StylePriority.UseFont = false;
     //
     // 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   = "Tên Nhân Viên";
     this.xrTableCell4.Weight = 2D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name   = "xrTableCell5";
     this.xrTableCell5.Text   = "Địa Chỉ";
     this.xrTableCell5.Weight = 3.0004464721679689D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Name   = "xrTableCell6";
     this.xrTableCell6.Text   = "Số Điện Thoại";
     this.xrTableCell6.Weight = 1.4995535278320311D;
     //
     // xrLabel1
     //
     this.xrLabel1.Font                       = new System.Drawing.Font("Tahoma", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.ForeColor                  = System.Drawing.Color.DodgerBlue;
     this.xrLabel1.LocationFloat              = new DevExpress.Utils.PointFloat(130.1636F, 69.37501F);
     this.xrLabel1.Name                       = "xrLabel1";
     this.xrLabel1.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                      = new System.Drawing.SizeF(369.881F, 26F);
     this.xrLabel1.StylePriority.UseFont      = false;
     this.xrLabel1.StylePriority.UseForeColor = false;
     this.xrLabel1.Text                       = "Báo Cáo Tất Cả Nhân Viên Trong Ban";
     //
     // xrLabel2
     //
     this.xrLabel2.Font                  = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat         = new DevExpress.Utils.PointFloat(10.00001F, 25.62501F);
     this.xrLabel2.Name                  = "xrLabel2";
     this.xrLabel2.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                 = new System.Drawing.SizeF(88.54166F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text                  = "Phòng ban: ";
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataMember = "PhongBan";
     this.objectDataSource1.DataSource = typeof(DAL.NhanVien);
     this.objectDataSource1.Name       = "objectDataSource1";
     //
     // objectDataSource2
     //
     this.objectDataSource2.DataSource = typeof(Entities.eNhanVien);
     this.objectDataSource2.Name       = "objectDataSource2";
     //
     // objectDataSource3
     //
     this.objectDataSource3.DataSource = typeof(DAL.NhanVien);
     this.objectDataSource3.Name       = "objectDataSource3";
     //
     // objectDataSource4
     //
     this.objectDataSource4.DataMember = "NhanViens";
     this.objectDataSource4.DataSource = typeof(DAL.PhongBan);
     this.objectDataSource4.Name       = "objectDataSource4";
     //
     // objectDataSource5
     //
     this.objectDataSource5.DataMember = "getNhanVienByIdPhongBan";
     this.objectDataSource5.DataSource = typeof(BLL.NhanVienBLL);
     this.objectDataSource5.Name       = "objectDataSource5";
     parameter1.Name  = "idPhongBan";
     parameter1.Type  = typeof(DevExpress.DataAccess.Expression);
     parameter1.Value = new DevExpress.DataAccess.Expression("[Parameters.pTenPhongBan]", typeof(string));
     this.objectDataSource5.Parameters.AddRange(new DevExpress.DataAccess.ObjectBinding.Parameter[] {
         parameter1
     });
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "DESKTOP-5FCB2HT\\SQLEXPRESS_QLLaoDong_Connection";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     columnExpression1.ColumnName       = "idPhongBan";
     table1.Name                  = "PhongBan";
     columnExpression1.Table      = table1;
     column1.Expression           = columnExpression1;
     columnExpression2.ColumnName = "tenPhongBan";
     columnExpression2.Table      = table1;
     column2.Expression           = columnExpression2;
     selectQuery1.Columns.Add(column1);
     selectQuery1.Columns.Add(column2);
     selectQuery1.Name = "PhongBan";
     selectQuery1.Tables.Add(table1);
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         selectQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // objectDataSource6
     //
     this.objectDataSource6.DataSource = typeof(Entities.eNhanVien);
     this.objectDataSource6.Name       = "objectDataSource6";
     //
     // ReportTatCaNhanVien
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1,
         this.objectDataSource2,
         this.objectDataSource3,
         this.objectDataSource4,
         this.objectDataSource5,
         this.sqlDataSource1,
         this.objectDataSource6
     });
     this.DataSource = this.objectDataSource6;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.pTenPhongBan
     });
     this.Version = "17.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraReports.UI.XRSummary                       xrSummary1             = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary                       xrSummary2             = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary                       xrSummary3             = new DevExpress.XtraReports.UI.XRSummary();
     System.ComponentModel.ComponentResourceManager            resources              = new System.ComponentModel.ComponentResourceManager(typeof(Rpt_Inventario));
     DevExpress.DataAccess.ObjectBinding.ObjectConstructorInfo objectConstructorInfo1 = new DevExpress.DataAccess.ObjectBinding.ObjectConstructorInfo();
     DevExpress.DataAccess.ObjectBinding.Parameter             parameter1             = new DevExpress.DataAccess.ObjectBinding.Parameter();
     DevExpress.DataAccess.ObjectBinding.Parameter             parameter2             = new DevExpress.DataAccess.ObjectBinding.Parameter();
     DevExpress.DataAccess.ObjectBinding.Parameter             parameter3             = new DevExpress.DataAccess.ObjectBinding.Parameter();
     DevExpress.DataAccess.ObjectBinding.Parameter             parameter4             = new DevExpress.DataAccess.ObjectBinding.Parameter();
     DevExpress.DataAccess.ObjectBinding.Parameter             parameter5             = new DevExpress.DataAccess.ObjectBinding.Parameter();
     DevExpress.DataAccess.ObjectBinding.Parameter             parameter6             = new DevExpress.DataAccess.ObjectBinding.Parameter();
     DevExpress.DataAccess.ObjectBinding.Parameter             parameter7             = new DevExpress.DataAccess.ObjectBinding.Parameter();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel6          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel17         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel18         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel16         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel19         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4          = new DevExpress.XtraReports.UI.XRLabel();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.GroupHeader1      = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel8          = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader2      = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel7          = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupFooter1      = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrLine1           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel10         = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupFooter2      = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrLabel13         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2           = new DevExpress.XtraReports.UI.XRLine();
     this.GroupFooter3      = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrLabel15         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine3           = new DevExpress.XtraReports.UI.XRLine();
     this.imageCollection1  = new DevExpress.Utils.ImageCollection(this.components);
     this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.xrLabel9          = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel6,
         this.xrLabel5,
         this.xrLabel2,
         this.xrLabel1
     });
     this.Detail.HeightF       = 14F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel6
     //
     this.xrLabel6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[v_abrevia_uni]")
     });
     this.xrLabel6.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(689F, 0F);
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(100F, 14F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "xrLabel6";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel5
     //
     this.xrLabel5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Existencia]")
     });
     this.xrLabel5.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(569.2083F, 0F);
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(100F, 14F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "xrLabel5";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrLabel5.TextFormatString               = "{0:#,###.00}";
     //
     // xrLabel2
     //
     this.xrLabel2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[v_nombre_pro]")
     });
     this.xrLabel2.Font                  = new System.Drawing.Font("Times New Roman", 8F);
     this.xrLabel2.LocationFloat         = new DevExpress.Utils.PointFloat(166.6666F, 0F);
     this.xrLabel2.Name                  = "xrLabel2";
     this.xrLabel2.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                 = new System.Drawing.SizeF(381.25F, 14F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text                  = "xrLabel2";
     //
     // xrLabel1
     //
     this.xrLabel1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[c_codigo_pro]")
     });
     this.xrLabel1.Font                  = new System.Drawing.Font("Times New Roman", 8F);
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(66.66663F, 0F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(100F, 14F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "xrLabel1";
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel9,
         this.xrLabel17,
         this.xrLabel18,
         this.xrLabel16,
         this.xrLabel19,
         this.xrLabel3,
         this.xrLabel4
     });
     this.TopMargin.HeightF       = 89.66669F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel17
     //
     this.xrLabel17.BackColor     = System.Drawing.Color.DarkGray;
     this.xrLabel17.Font          = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel17.ForeColor     = System.Drawing.Color.White;
     this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(166.6666F, 74.00002F);
     this.xrLabel17.Name          = "xrLabel17";
     this.xrLabel17.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF         = new System.Drawing.SizeF(400.54F, 14F);
     this.xrLabel17.StylePriority.UseBackColor     = false;
     this.xrLabel17.StylePriority.UseFont          = false;
     this.xrLabel17.StylePriority.UseForeColor     = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.Text          = "Producto";
     this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel18
     //
     this.xrLabel18.BackColor     = System.Drawing.Color.DarkGray;
     this.xrLabel18.BorderColor   = System.Drawing.Color.Transparent;
     this.xrLabel18.Font          = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel18.ForeColor     = System.Drawing.Color.White;
     this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(569.2083F, 74.00002F);
     this.xrLabel18.Name          = "xrLabel18";
     this.xrLabel18.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF         = new System.Drawing.SizeF(117.79F, 14F);
     this.xrLabel18.StylePriority.UseBackColor     = false;
     this.xrLabel18.StylePriority.UseBorderColor   = false;
     this.xrLabel18.StylePriority.UseFont          = false;
     this.xrLabel18.StylePriority.UseForeColor     = false;
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.Text          = "Existencia";
     this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel16
     //
     this.xrLabel16.BackColor     = System.Drawing.Color.DarkGray;
     this.xrLabel16.Font          = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel16.ForeColor     = System.Drawing.Color.White;
     this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(66.6666F, 74.00002F);
     this.xrLabel16.Name          = "xrLabel16";
     this.xrLabel16.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF         = new System.Drawing.SizeF(98F, 14F);
     this.xrLabel16.StylePriority.UseBackColor     = false;
     this.xrLabel16.StylePriority.UseFont          = false;
     this.xrLabel16.StylePriority.UseForeColor     = false;
     this.xrLabel16.StylePriority.UsePadding       = false;
     this.xrLabel16.StylePriority.UseTextAlignment = false;
     this.xrLabel16.Text          = "Codigo";
     this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel19
     //
     this.xrLabel19.BackColor     = System.Drawing.Color.DarkGray;
     this.xrLabel19.Font          = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel19.ForeColor     = System.Drawing.Color.White;
     this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(689F, 74.00002F);
     this.xrLabel19.Name          = "xrLabel19";
     this.xrLabel19.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF         = new System.Drawing.SizeF(100F, 14F);
     this.xrLabel19.StylePriority.UseBackColor     = false;
     this.xrLabel19.StylePriority.UseFont          = false;
     this.xrLabel19.StylePriority.UseForeColor     = false;
     this.xrLabel19.StylePriority.UseTextAlignment = false;
     this.xrLabel19.Text          = "Unidad";
     this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[v_nombre_eps]")
     });
     this.xrLabel3.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(54.1667F, 10.00001F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(692.7083F, 23F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "xrLabel3";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(201.0416F, 33.00001F);
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(398.9584F, 18F);
     this.xrLabel4.Text          = "Reporte de inventario valorizado a la fecha por familia de productos ";
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 37.5F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel8
     });
     this.GroupHeader1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("c_codigo_sfm", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.GroupHeader1.HeightF = 18.12499F;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // xrLabel8
     //
     this.xrLabel8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[v_nombre_sfm]")
     });
     this.xrLabel8.Font                  = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.LocationFloat         = new DevExpress.Utils.PointFloat(42.29164F, 0F);
     this.xrLabel8.Name                  = "xrLabel8";
     this.xrLabel8.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                 = new System.Drawing.SizeF(303.125F, 18.12499F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text                  = "xrLabel8";
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel7
     });
     this.GroupHeader2.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("c_codigo_fam", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.GroupHeader2.HeightF = 15.625F;
     this.GroupHeader2.Level   = 1;
     this.GroupHeader2.Name    = "GroupHeader2";
     //
     // xrLabel7
     //
     this.xrLabel7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[v_nombre_fam]")
     });
     this.xrLabel7.Font                  = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel7.LocationFloat         = new DevExpress.Utils.PointFloat(26.04167F, 0F);
     this.xrLabel7.Name                  = "xrLabel7";
     this.xrLabel7.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                 = new System.Drawing.SizeF(253.125F, 14.99999F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.Text                  = "xrLabel7";
     //
     // GroupFooter1
     //
     this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLine1,
         this.xrLabel10
     });
     this.GroupFooter1.HeightF = 20.99997F;
     this.GroupFooter1.Name    = "GroupFooter1";
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(569.2084F, 0F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(122.9167F, 5.291653F);
     //
     // xrLabel10
     //
     this.xrLabel10.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "sumSum([Existencia])")
     });
     this.xrLabel10.Font                           = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel10.LocationFloat                  = new DevExpress.Utils.PointFloat(569.2083F, 5.291653F);
     this.xrLabel10.Name                           = "xrLabel10";
     this.xrLabel10.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                          = new System.Drawing.SizeF(100F, 15.70832F);
     this.xrLabel10.StylePriority.UseFont          = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     xrSummary1.Running              = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrLabel10.Summary          = xrSummary1;
     this.xrLabel10.Text             = "xrLabel10";
     this.xrLabel10.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrLabel10.TextFormatString = "{0:#,###.00}";
     //
     // GroupFooter2
     //
     this.GroupFooter2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel13,
         this.xrLine2
     });
     this.GroupFooter2.HeightF = 25F;
     this.GroupFooter2.Level   = 1;
     this.GroupFooter2.Name    = "GroupFooter2";
     //
     // xrLabel13
     //
     this.xrLabel13.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "sumSum([Existencia])")
     });
     this.xrLabel13.Font                           = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel13.LocationFloat                  = new DevExpress.Utils.PointFloat(569.2083F, 5.291653F);
     this.xrLabel13.Name                           = "xrLabel13";
     this.xrLabel13.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                          = new System.Drawing.SizeF(100F, 15.70832F);
     this.xrLabel13.StylePriority.UseFont          = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     xrSummary2.Running              = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrLabel13.Summary          = xrSummary2;
     this.xrLabel13.Text             = "xrLabel10";
     this.xrLabel13.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrLabel13.TextFormatString = "{0:#,###.00}";
     //
     // xrLine2
     //
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(507.7501F, 0F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(184.375F, 5.291653F);
     //
     // GroupFooter3
     //
     this.GroupFooter3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel15,
         this.xrLine3
     });
     this.GroupFooter3.HeightF = 27.08333F;
     this.GroupFooter3.Level   = 2;
     this.GroupFooter3.Name    = "GroupFooter3";
     //
     // xrLabel15
     //
     this.xrLabel15.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "sumSum([Existencia])")
     });
     this.xrLabel15.Font                           = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel15.LocationFloat                  = new DevExpress.Utils.PointFloat(569.2083F, 10.00001F);
     this.xrLabel15.Name                           = "xrLabel15";
     this.xrLabel15.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF                          = new System.Drawing.SizeF(100F, 15.70832F);
     this.xrLabel15.StylePriority.UseFont          = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     xrSummary3.Running              = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrLabel15.Summary          = xrSummary3;
     this.xrLabel15.Text             = "xrLabel10";
     this.xrLabel15.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrLabel15.TextFormatString = "{0:#,###.00}";
     //
     // xrLine3
     //
     this.xrLine3.LocationFloat = new DevExpress.Utils.PointFloat(400.4583F, 3.178914E-05F);
     this.xrLine3.Name          = "xrLine3";
     this.xrLine3.SizeF         = new System.Drawing.SizeF(291.6668F, 5.291652F);
     //
     // imageCollection1
     //
     this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
     //
     // objectDataSource1
     //
     parameter1.Name      = "Fecha";
     parameter1.Type      = typeof(string);
     parameter1.ValueInfo = "20211005";
     parameter2.Name      = "Empresa";
     parameter2.Type      = typeof(string);
     parameter2.ValueInfo = "01";
     parameter3.Name      = "FamIni";
     parameter3.Type      = typeof(string);
     parameter3.ValueInfo = "00";
     parameter4.Name      = "FamFin";
     parameter4.Type      = typeof(string);
     parameter4.ValueInfo = "99";
     parameter5.Name      = "SubIni";
     parameter5.Type      = typeof(string);
     parameter5.ValueInfo = "0000";
     parameter6.Name      = "SubFin";
     parameter6.Type      = typeof(string);
     parameter6.ValueInfo = "9999";
     parameter7.Name      = "IncluyeCero";
     parameter7.Type      = typeof(string);
     parameter7.ValueInfo = "N";
     objectConstructorInfo1.Parameters.AddRange(new DevExpress.DataAccess.ObjectBinding.Parameter[] {
         parameter1,
         parameter2,
         parameter3,
         parameter4,
         parameter5,
         parameter6,
         parameter7
     });
     this.objectDataSource1.Constructor = objectConstructorInfo1;
     this.objectDataSource1.DataMember  = "Datos";
     this.objectDataSource1.DataSource  = typeof(CapaDeDatos.CLS_InventarioAlaFecha);
     this.objectDataSource1.Name        = "objectDataSource1";
     //
     // xrLabel9
     //
     this.xrLabel9.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TFecha]")
     });
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(350F, 51.00001F);
     this.xrLabel9.Name          = "xrLabel9";
     this.xrLabel9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel9.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text          = "xrLabel9";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // Rpt_Inventario
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.GroupHeader2,
         this.GroupFooter1,
         this.GroupFooter2,
         this.GroupFooter3
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(25, 26, 90, 38);
     this.Version    = "17.2";
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).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.ObjectBinding.Parameter  parameter2 = new DevExpress.DataAccess.ObjectBinding.Parameter();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(EOGReport));
     this.Detail                   = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable10                = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow10             = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell23            = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell24            = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell25            = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell26            = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin                = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin             = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrPageInfo1              = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo2              = new DevExpress.XtraReports.UI.XRPageInfo();
     this.objectDataSource1        = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.reportHeaderBand1        = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrPanel2                 = new DevExpress.XtraReports.UI.XRPanel();
     this.xrLabel15                = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14                = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13                = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12                = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11                = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1                 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox1            = new DevExpress.XtraReports.UI.XRPictureBox();
     this.groupHeaderBand1         = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable9                 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow9              = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell18            = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19            = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20            = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell21            = new DevExpress.XtraReports.UI.XRTableCell();
     this.Title                    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailCaption3           = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData3              = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData3_Odd          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailCaptionBackground3 = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo                 = new DevExpress.XtraReports.UI.XRControlStyle();
     this.parameter1               = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel10                = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2                 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3                 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5                 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4                 = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable10
     });
     this.Detail.HeightF       = 25F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable10
     //
     this.xrTable10.LocationFloat = new DevExpress.Utils.PointFloat(101.4584F, 0F);
     this.xrTable10.Name          = "xrTable10";
     this.xrTable10.OddStyleName  = "DetailData3_Odd";
     this.xrTable10.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow10
     });
     this.xrTable10.SizeF = new System.Drawing.SizeF(650F, 25F);
     //
     // xrTableRow10
     //
     this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell23,
         this.xrTableCell24,
         this.xrTableCell25,
         this.xrTableCell26
     });
     this.xrTableRow10.Name   = "xrTableRow10";
     this.xrTableRow10.Weight = 11.5D;
     //
     // xrTableCell23
     //
     this.xrTableCell23.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrTableCell23.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                              | DevExpress.XtraPrinting.BorderSide.Right)
                                                                             | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell23.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Iif(IsNullOrEmpty([small_unit]), \' عدد \' + ToStr([qty]) + \' \' + [unit_name], \' عد" +
                                                         "د \' +\nToStr([qty]) + \' \' + [unit_name] + \' و \' + [min_qty] + \' \' + [small_unit]\n" +
                                                         ")")
     });
     this.xrTableCell23.Font        = new System.Drawing.Font("Times New Roman", 10F);
     this.xrTableCell23.Name        = "xrTableCell23";
     this.xrTableCell23.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell23.RightToLeft = DevExpress.XtraReports.UI.RightToLeft.No;
     this.xrTableCell23.StyleName   = "DetailData3";
     this.xrTableCell23.StylePriority.UseBorderColor   = false;
     this.xrTableCell23.StylePriority.UseBorders       = false;
     this.xrTableCell23.StylePriority.UseFont          = false;
     this.xrTableCell23.StylePriority.UseTextAlignment = false;
     this.xrTableCell23.Text          = "xrTableCell23";
     this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell23.Weight        = 0.36576328004086034D;
     //
     // xrTableCell24
     //
     this.xrTableCell24.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrTableCell24.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                              | DevExpress.XtraPrinting.BorderSide.Right)
                                                                             | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell24.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[category_name]")
     });
     this.xrTableCell24.Font      = new System.Drawing.Font("Times New Roman", 10F);
     this.xrTableCell24.Name      = "xrTableCell24";
     this.xrTableCell24.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell24.StyleName = "DetailData3";
     this.xrTableCell24.StylePriority.UseBorderColor   = false;
     this.xrTableCell24.StylePriority.UseBorders       = false;
     this.xrTableCell24.StylePriority.UseFont          = false;
     this.xrTableCell24.StylePriority.UseTextAlignment = false;
     this.xrTableCell24.Text          = "xrTableCell24";
     this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell24.Weight        = 0.23635953637706567D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrTableCell25.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                              | DevExpress.XtraPrinting.BorderSide.Right)
                                                                             | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell25.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[product_name]")
     });
     this.xrTableCell25.Font      = new System.Drawing.Font("Times New Roman", 10F);
     this.xrTableCell25.Name      = "xrTableCell25";
     this.xrTableCell25.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell25.StyleName = "DetailData3";
     this.xrTableCell25.StylePriority.UseBorderColor   = false;
     this.xrTableCell25.StylePriority.UseBorders       = false;
     this.xrTableCell25.StylePriority.UseFont          = false;
     this.xrTableCell25.StylePriority.UseTextAlignment = false;
     this.xrTableCell25.Text          = "xrTableCell25";
     this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell25.Weight        = 0.26677105235795173D;
     //
     // xrTableCell26
     //
     this.xrTableCell26.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrTableCell26.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                              | DevExpress.XtraPrinting.BorderSide.Right)
                                                                             | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell26.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[product_id]")
     });
     this.xrTableCell26.Font      = new System.Drawing.Font("Times New Roman", 10F);
     this.xrTableCell26.Name      = "xrTableCell26";
     this.xrTableCell26.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell26.StyleName = "DetailData3";
     this.xrTableCell26.StylePriority.UseBorderColor   = false;
     this.xrTableCell26.StylePriority.UseBorders       = false;
     this.xrTableCell26.StylePriority.UseFont          = false;
     this.xrTableCell26.StylePriority.UseTextAlignment = false;
     this.xrTableCell26.Text          = "xrTableCell26";
     this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell26.Weight        = 0.13110614649699406D;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 0F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrPageInfo2
     });
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(113.4583F, 6F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo1.StyleName     = "PageInfo";
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.LocationFloat    = new DevExpress.Utils.PointFloat(438.4583F, 6F);
     this.xrPageInfo2.Name             = "xrPageInfo2";
     this.xrPageInfo2.Padding          = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.SizeF            = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo2.StyleName        = "PageInfo";
     this.xrPageInfo2.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrPageInfo2.TextFormatString = "Page {0} of {1}";
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataMember = "EOGReport";
     this.objectDataSource1.DataSource = typeof(Stock.BL.EOG);
     this.objectDataSource1.Name       = "objectDataSource1";
     parameter2.Name  = "id";
     parameter2.Type  = typeof(DevExpress.DataAccess.Expression);
     parameter2.Value = new DevExpress.DataAccess.Expression("[Parameters.parameter1]", typeof(int));
     this.objectDataSource1.Parameters.AddRange(new DevExpress.DataAccess.ObjectBinding.Parameter[] {
         parameter2
     });
     //
     // reportHeaderBand1
     //
     this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPanel2
     });
     this.reportHeaderBand1.HeightF = 157.9167F;
     this.reportHeaderBand1.Name    = "reportHeaderBand1";
     //
     // xrPanel2
     //
     this.xrPanel2.BackColor = System.Drawing.SystemColors.Control;
     this.xrPanel2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel15,
         this.xrLabel14,
         this.xrLabel13,
         this.xrLabel12,
         this.xrLabel11,
         this.xrLabel1,
         this.xrPictureBox1
     });
     this.xrPanel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPanel2.Name          = "xrPanel2";
     this.xrPanel2.SizeF         = new System.Drawing.SizeF(850F, 157.9167F);
     this.xrPanel2.StylePriority.UseBackColor = false;
     //
     // xrLabel15
     //
     this.xrLabel15.Font                           = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel15.LocationFloat                  = new DevExpress.Utils.PointFloat(387.9167F, 109.7917F);
     this.xrLabel15.Name                           = "xrLabel15";
     this.xrLabel15.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF                          = new System.Drawing.SizeF(363.5417F, 17.79166F);
     this.xrLabel15.StylePriority.UseFont          = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text                           = "تليفاكس / 1072289352 - جوال / 0536400514";
     this.xrLabel15.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel14
     //
     this.xrLabel14.Font                           = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel14.LocationFloat                  = new DevExpress.Utils.PointFloat(387.9166F, 92.00001F);
     this.xrLabel14.Name                           = "xrLabel14";
     this.xrLabel14.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                          = new System.Drawing.SizeF(363.5417F, 17.79166F);
     this.xrLabel14.StylePriority.UseFont          = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text                           = "مقابل كلية الغد الدولية";
     this.xrLabel14.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel13
     //
     this.xrLabel13.Font                           = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel13.LocationFloat                  = new DevExpress.Utils.PointFloat(387.9166F, 74.20836F);
     this.xrLabel13.Name                           = "xrLabel13";
     this.xrLabel13.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                          = new System.Drawing.SizeF(363.5417F, 17.79167F);
     this.xrLabel13.StylePriority.UseFont          = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text                           = "أبها - حي الوردتين - الحزام الدائري";
     this.xrLabel13.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel12
     //
     this.xrLabel12.Font                           = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel12.LocationFloat                  = new DevExpress.Utils.PointFloat(387.9166F, 56.41667F);
     this.xrLabel12.Name                           = "xrLabel12";
     this.xrLabel12.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                          = new System.Drawing.SizeF(363.5417F, 17.79167F);
     this.xrLabel12.StylePriority.UseFont          = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text                           = "س . ت / 5850028579";
     this.xrLabel12.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel11
     //
     this.xrLabel11.Font                           = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel11.LocationFloat                  = new DevExpress.Utils.PointFloat(387.9166F, 38.625F);
     this.xrLabel11.Name                           = "xrLabel11";
     this.xrLabel11.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                          = new System.Drawing.SizeF(363.5417F, 17.79167F);
     this.xrLabel11.StylePriority.UseFont          = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text                           = "للمـقـاولات العــامــة";
     this.xrLabel11.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel1
     //
     this.xrLabel1.Font                           = new System.Drawing.Font("Arabic Typesetting", 28F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(387.9167F, 0F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(363.5417F, 38.625F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "مؤسسة عين المشاريع";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Image         = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(101.4583F, 0F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(222.1211F, 157.9167F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // groupHeaderBand1
     //
     this.groupHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2,
         this.xrLabel3,
         this.xrLabel5,
         this.xrLabel4,
         this.xrLabel10,
         this.xrTable9
     });
     this.groupHeaderBand1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail;
     this.groupHeaderBand1.HeightF    = 180.2917F;
     this.groupHeaderBand1.Name       = "groupHeaderBand1";
     //
     // xrTable9
     //
     this.xrTable9.LocationFloat = new DevExpress.Utils.PointFloat(101.4584F, 152.2917F);
     this.xrTable9.Name          = "xrTable9";
     this.xrTable9.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow9
     });
     this.xrTable9.SizeF = new System.Drawing.SizeF(650F, 28F);
     //
     // xrTableRow9
     //
     this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell18,
         this.xrTableCell19,
         this.xrTableCell20,
         this.xrTableCell21
     });
     this.xrTableRow9.Name   = "xrTableRow9";
     this.xrTableRow9.Weight = 1D;
     //
     // xrTableCell18
     //
     this.xrTableCell18.BackColor   = System.Drawing.Color.FloralWhite;
     this.xrTableCell18.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrTableCell18.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                              | DevExpress.XtraPrinting.BorderSide.Right)
                                                                             | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell18.Font      = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrTableCell18.Name      = "xrTableCell18";
     this.xrTableCell18.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell18.StyleName = "DetailCaption3";
     this.xrTableCell18.StylePriority.UseBackColor     = false;
     this.xrTableCell18.StylePriority.UseBorderColor   = false;
     this.xrTableCell18.StylePriority.UseBorders       = false;
     this.xrTableCell18.StylePriority.UseFont          = false;
     this.xrTableCell18.StylePriority.UseTextAlignment = false;
     this.xrTableCell18.Text          = "الكمية";
     this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell18.Weight        = 0.36576324382007008D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.BackColor   = System.Drawing.Color.FloralWhite;
     this.xrTableCell19.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrTableCell19.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                              | DevExpress.XtraPrinting.BorderSide.Right)
                                                                             | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell19.Font      = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrTableCell19.Name      = "xrTableCell19";
     this.xrTableCell19.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell19.StyleName = "DetailCaption3";
     this.xrTableCell19.StylePriority.UseBackColor     = false;
     this.xrTableCell19.StylePriority.UseBorderColor   = false;
     this.xrTableCell19.StylePriority.UseBorders       = false;
     this.xrTableCell19.StylePriority.UseFont          = false;
     this.xrTableCell19.StylePriority.UseTextAlignment = false;
     this.xrTableCell19.Text          = "اسم الصنف";
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell19.Weight        = 0.23635951158798205D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.BackColor   = System.Drawing.Color.FloralWhite;
     this.xrTableCell20.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrTableCell20.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                              | DevExpress.XtraPrinting.BorderSide.Right)
                                                                             | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell20.Font      = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrTableCell20.Name      = "xrTableCell20";
     this.xrTableCell20.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell20.StyleName = "DetailCaption3";
     this.xrTableCell20.StylePriority.UseBackColor     = false;
     this.xrTableCell20.StylePriority.UseBorderColor   = false;
     this.xrTableCell20.StylePriority.UseBorders       = false;
     this.xrTableCell20.StylePriority.UseFont          = false;
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text          = "إسم المنتج";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell20.Weight        = 0.266771099365204D;
     //
     // xrTableCell21
     //
     this.xrTableCell21.BackColor   = System.Drawing.Color.FloralWhite;
     this.xrTableCell21.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrTableCell21.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                              | DevExpress.XtraPrinting.BorderSide.Right)
                                                                             | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell21.Font      = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrTableCell21.Name      = "xrTableCell21";
     this.xrTableCell21.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell21.StyleName = "DetailCaption3";
     this.xrTableCell21.StylePriority.UseBackColor     = false;
     this.xrTableCell21.StylePriority.UseBorderColor   = false;
     this.xrTableCell21.StylePriority.UseBorders       = false;
     this.xrTableCell21.StylePriority.UseFont          = false;
     this.xrTableCell21.StylePriority.UseTextAlignment = false;
     this.xrTableCell21.Text          = "رقم المنتج";
     this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell21.Weight        = 0.13110614522674377D;
     //
     // 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("Tahoma", 14F);
     this.Title.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.Title.Name        = "Title";
     //
     // DetailCaption3
     //
     this.DetailCaption3.BackColor     = System.Drawing.Color.Transparent;
     this.DetailCaption3.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailCaption3.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.DetailCaption3.Font          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.DetailCaption3.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.DetailCaption3.Name          = "DetailCaption3";
     this.DetailCaption3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData3
     //
     this.DetailData3.Font          = new System.Drawing.Font("Tahoma", 8F);
     this.DetailData3.ForeColor     = System.Drawing.Color.Black;
     this.DetailData3.Name          = "DetailData3";
     this.DetailData3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData3_Odd
     //
     this.DetailData3_Odd.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
     this.DetailData3_Odd.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailData3_Odd.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.DetailData3_Odd.BorderWidth   = 1F;
     this.DetailData3_Odd.Font          = new System.Drawing.Font("Tahoma", 8F);
     this.DetailData3_Odd.ForeColor     = System.Drawing.Color.Black;
     this.DetailData3_Odd.Name          = "DetailData3_Odd";
     this.DetailData3_Odd.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailCaptionBackground3
     //
     this.DetailCaptionBackground3.BackColor   = System.Drawing.Color.Transparent;
     this.DetailCaptionBackground3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.DetailCaptionBackground3.Borders     = DevExpress.XtraPrinting.BorderSide.Top;
     this.DetailCaptionBackground3.BorderWidth = 2F;
     this.DetailCaptionBackground3.Name        = "DetailCaptionBackground3";
     //
     // PageInfo
     //
     this.PageInfo.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.PageInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.PageInfo.Name      = "PageInfo";
     this.PageInfo.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // parameter1
     //
     this.parameter1.Name      = "parameter1";
     this.parameter1.Type      = typeof(int);
     this.parameter1.ValueInfo = "0";
     this.parameter1.Visible   = false;
     //
     // xrLabel10
     //
     this.xrLabel10.BackColor   = System.Drawing.Color.FloralWhite;
     this.xrLabel10.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrLabel10.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel10.BorderWidth   = 2F;
     this.xrLabel10.Font          = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel10.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(370.9632F, 10.00001F);
     this.xrLabel10.Name          = "xrLabel10";
     this.xrLabel10.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF         = new System.Drawing.SizeF(121.875F, 30F);
     this.xrLabel10.StylePriority.UseBackColor     = false;
     this.xrLabel10.StylePriority.UseBorderColor   = false;
     this.xrLabel10.StylePriority.UseBorders       = false;
     this.xrLabel10.StylePriority.UseBorderWidth   = false;
     this.xrLabel10.StylePriority.UseFont          = false;
     this.xrLabel10.StylePriority.UseForeColor     = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text          = "بضاعة معدمة";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel2
     //
     this.xrLabel2.BackColor   = System.Drawing.Color.FloralWhite;
     this.xrLabel2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrLabel2.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel2.BorderWidth   = 2F;
     this.xrLabel2.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(629.5833F, 66.48172F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(121.875F, 30F);
     this.xrLabel2.StylePriority.UseBackColor     = false;
     this.xrLabel2.StylePriority.UseBorderColor   = false;
     this.xrLabel2.StylePriority.UseBorders       = false;
     this.xrLabel2.StylePriority.UseBorderWidth   = false;
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseForeColor     = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text          = "إعدام رقم";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrLabel3.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel3.BorderWidth = 2F;
     this.xrLabel3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[id]")
     });
     this.xrLabel3.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(457.2501F, 66.48172F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(169.7917F, 30F);
     this.xrLabel3.StylePriority.UseBorderColor   = false;
     this.xrLabel3.StylePriority.UseBorders       = false;
     this.xrLabel3.StylePriority.UseBorderWidth   = false;
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseForeColor     = false;
     this.xrLabel3.StylePriority.UsePadding       = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text          = "رقم الاذن";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel5
     //
     this.xrLabel5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrLabel5.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel5.BorderWidth = 2F;
     this.xrLabel5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[date]")
     });
     this.xrLabel5.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(457.2501F, 100.4767F);
     this.xrLabel5.Name          = "xrLabel5";
     this.xrLabel5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrLabel5.SizeF         = new System.Drawing.SizeF(169.7917F, 30F);
     this.xrLabel5.StylePriority.UseBorderColor   = false;
     this.xrLabel5.StylePriority.UseBorders       = false;
     this.xrLabel5.StylePriority.UseBorderWidth   = false;
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseForeColor     = false;
     this.xrLabel5.StylePriority.UsePadding       = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text             = "رقم الاذن";
     this.xrLabel5.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrLabel5.TextFormatString = "{0:MMMM d, yyyy}";
     //
     // xrLabel4
     //
     this.xrLabel4.BackColor   = System.Drawing.Color.FloralWhite;
     this.xrLabel4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrLabel4.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel4.BorderWidth   = 2F;
     this.xrLabel4.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(629.5833F, 100.4767F);
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(121.875F, 30F);
     this.xrLabel4.StylePriority.UseBackColor     = false;
     this.xrLabel4.StylePriority.UseBorderColor   = false;
     this.xrLabel4.StylePriority.UseBorders       = false;
     this.xrLabel4.StylePriority.UseBorderWidth   = false;
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseForeColor     = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text          = "التاريخ";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // EOGReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.reportHeaderBand1,
         this.groupHeaderBand1
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(0, 0, 0, 100);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.parameter1
     });
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.DetailCaption3,
         this.DetailData3,
         this.DetailData3_Odd,
         this.DetailCaptionBackground3,
         this.PageInfo
     });
     this.Version = "17.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }