Ejemplo n.º 1
0
        void setHesoChuongtrinh(DevExpress.XtraReports.UI.XRTableCell companyName,
                                DevExpress.XtraReports.UI.XRTableCell companyAddress, DevExpress.XtraReports.UI.XRPictureBox companyLogo)
        {
            using (DataSet dsHeso_Chuongtrinh = objMasterService.Get_Rex_Dm_Heso_Chuongtrinh_Collection3().ToDataSet())
            {
                DataSet dsCompany_Paras = new DataSet();
                dsCompany_Paras.Tables.Add("Company_Paras");
                dsCompany_Paras.Tables[0].Columns.Add("CompanyName", typeof(string));
                dsCompany_Paras.Tables[0].Columns.Add("CompanyAddress", typeof(string));
                dsCompany_Paras.Tables[0].Columns.Add("CompanyLogo", typeof(byte[]));

                byte[] imageData = Convert.FromBase64String("" + dsHeso_Chuongtrinh.Tables[0].Select(string.Format("Ma_Heso_Chuongtrinh='{0}'", "CompanyLogo"))[0]["Heso"]);

                dsCompany_Paras.Tables[0].Rows.Add(new object[]  {
                    dsHeso_Chuongtrinh.Tables[0].Select(string.Format("Ma_Heso_Chuongtrinh='{0}'", "CompanyName"))[0]["Heso"]
                    , dsHeso_Chuongtrinh.Tables[0].Select(string.Format("Ma_Heso_Chuongtrinh='{0}'", "CompanyAddress"))[0]["Heso"]
                    , imageData
                });

                companyName.DataBindings.Add(
                    new DevExpress.XtraReports.UI.XRBinding("Text", dsCompany_Paras, dsCompany_Paras.Tables[0].TableName + ".CompanyName"));
                companyAddress.DataBindings.Add(
                    new DevExpress.XtraReports.UI.XRBinding("Text", dsCompany_Paras, dsCompany_Paras.Tables[0].TableName + ".CompanyAddress"));
                companyLogo.DataBindings.Add(
                    new DevExpress.XtraReports.UI.XRBinding("Image", dsCompany_Paras, dsCompany_Paras.Tables[0].TableName + ".CompanyLogo"));
            }
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.xrControlStyle1   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell19     = new DevExpress.XtraReports.UI.XRTableCell();
     this.dtDetail          = new System.Data.DataTable();
     this.dataColumn1       = new System.Data.DataColumn();
     this.dataColumn2       = new System.Data.DataColumn();
     this.dataColumn3       = new System.Data.DataColumn();
     this.dataColumn4       = new System.Data.DataColumn();
     this.dataColumn5       = new System.Data.DataColumn();
     this.dataColumn6       = new System.Data.DataColumn();
     this.dataColumn7       = new System.Data.DataColumn();
     this.dataColumn8       = new System.Data.DataColumn();
     this.dataColumn9       = new System.Data.DataColumn();
     this.dataColumn10      = new System.Data.DataColumn();
     this.dataColumn16      = new System.Data.DataColumn();
     this.dataColumn17      = new System.Data.DataColumn();
     this.dataColumn18      = new System.Data.DataColumn();
     this.dataColumn19      = new System.Data.DataColumn();
     this.dataColumn20      = new System.Data.DataColumn();
     this.dataColumn21      = new System.Data.DataColumn();
     this.xrTableCell16     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell22     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3      = new DevExpress.XtraReports.UI.XRTableCell();
     this.dataSet1          = new System.Data.DataSet();
     this.dtHead            = new System.Data.DataTable();
     this.dataColumn11      = new System.Data.DataColumn();
     this.dataColumn12      = new System.Data.DataColumn();
     this.dataColumn13      = new System.Data.DataColumn();
     this.dataColumn14      = new System.Data.DataColumn();
     this.dataColumn15      = new System.Data.DataColumn();
     this.xrTableCell4      = new DevExpress.XtraReports.UI.XRTableCell();
     this.GroupHeader1      = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable2          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell6      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell18     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell17     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell21     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13     = new DevExpress.XtraReports.UI.XRTableCell();
     this.ReportHeader      = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.PageFooter        = new DevExpress.XtraReports.UI.PageFooterBand();
     this.topMarginBand1    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtHead)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // xrControlStyle1
     //
     this.xrControlStyle1.BackColor       = System.Drawing.Color.Transparent;
     this.xrControlStyle1.BorderColor     = System.Drawing.Color.Black;
     this.xrControlStyle1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
     this.xrControlStyle1.Borders         = DevExpress.XtraPrinting.BorderSide.None;
     this.xrControlStyle1.BorderWidth     = 1;
     this.xrControlStyle1.Font            = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrControlStyle1.ForeColor       = System.Drawing.Color.Black;
     this.xrControlStyle1.Name            = "xrControlStyle1";
     //
     // Detail
     //
     this.Detail.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                   | DevExpress.XtraPrinting.BorderSide.Right)
                                                                  | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     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;
     //
     // xrTable1
     //
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(8F, 0F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF         = new System.Drawing.SizeF(1109F, 25F);
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell19,
         this.xrTableCell16,
         this.xrTableCell1,
         this.xrTableCell9,
         this.xrTableCell7,
         this.xrTableCell8,
         this.xrTableCell2,
         this.xrTableCell22,
         this.xrTableCell20,
         this.xrTableCell3,
         this.xrTableCell4
     });
     this.xrTableRow1.Name          = "xrTableRow1";
     this.xrTableRow1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow1.Weight        = 1;
     //
     // xrTableCell19
     //
     this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column9")
     });
     this.xrTableCell19.Name          = "xrTableCell19";
     this.xrTableCell19.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell19.Text          = "xrTableCell19";
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell19.Weight        = 0.067628494138863834;
     //
     // dtDetail
     //
     this.dtDetail.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn1,
         this.dataColumn2,
         this.dataColumn3,
         this.dataColumn4,
         this.dataColumn5,
         this.dataColumn6,
         this.dataColumn7,
         this.dataColumn8,
         this.dataColumn9,
         this.dataColumn10,
         this.dataColumn16,
         this.dataColumn17,
         this.dataColumn18,
         this.dataColumn19,
         this.dataColumn20,
         this.dataColumn21
     });
     this.dtDetail.TableName = "dtDetail";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption    = "订单号";
     this.dataColumn1.ColumnName = "Column1";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption    = "入库单号";
     this.dataColumn2.ColumnName = "Column2";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption    = "入库日期";
     this.dataColumn3.ColumnName = "Column3";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption    = "存货编码";
     this.dataColumn4.ColumnName = "Column4";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption    = "存货名称";
     this.dataColumn5.ColumnName = "Column5";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption    = "规格型号";
     this.dataColumn6.ColumnName = "Column6";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption    = "数量";
     this.dataColumn7.ColumnName = "Column7";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption    = "含税单价";
     this.dataColumn8.ColumnName = "Column8";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption    = "价税合计";
     this.dataColumn9.ColumnName = "Column9";
     //
     // dataColumn10
     //
     this.dataColumn10.ColumnName = "Column10";
     //
     // dataColumn16
     //
     this.dataColumn16.ColumnName = "Column11";
     //
     // dataColumn17
     //
     this.dataColumn17.ColumnName = "Column12";
     //
     // dataColumn18
     //
     this.dataColumn18.ColumnName = "Column13";
     //
     // dataColumn19
     //
     this.dataColumn19.ColumnName = "Column14";
     //
     // dataColumn20
     //
     this.dataColumn20.ColumnName = "Column15";
     //
     // dataColumn21
     //
     this.dataColumn21.ColumnName = "Column16";
     //
     // xrTableCell16
     //
     this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column10")
     });
     this.xrTableCell16.Name          = "xrTableCell16";
     this.xrTableCell16.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell16.Text          = "xrTableCell16";
     this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell16.Weight        = 0.090171325518485126;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Angle = 1F;
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column1")
     });
     this.xrTableCell1.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell1.Name          = "xrTableCell1";
     this.xrTableCell1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell1.Text          = "xrTableCell1";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell1.Weight        = 0.0829576194770063;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Angle = 1F;
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column2")
     });
     this.xrTableCell9.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell9.Name          = "xrTableCell9";
     this.xrTableCell9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell9.Text          = "xrTableCell9";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell9.Weight        = 0.18034265103697025;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Angle = 1F;
     this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column3")
     });
     this.xrTableCell7.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell7.Name          = "xrTableCell7";
     this.xrTableCell7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell7.Text          = "xrTableCell7";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell7.Weight        = 0.12623985572587917;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Angle = 1F;
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column4")
     });
     this.xrTableCell8.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell8.Name          = "xrTableCell8";
     this.xrTableCell8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell8.Text          = "xrTableCell8";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell8.Weight        = 0.067628494138863834;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Angle = 1F;
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column5")
     });
     this.xrTableCell2.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell2.Name          = "xrTableCell2";
     this.xrTableCell2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell2.Text          = "xrTableCell2";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell2.Weight        = 0.054102795311091072;
     //
     // xrTableCell22
     //
     this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column11")
     });
     this.xrTableCell22.Name          = "xrTableCell22";
     this.xrTableCell22.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell22.Text          = "xrTableCell22";
     this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell22.Weight        = 0.05229936880072137;
     //
     // xrTableCell20
     //
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column6")
     });
     this.xrTableCell20.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell20.Name          = "xrTableCell20";
     this.xrTableCell20.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell20.Text          = "xrTableCell20";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell20.Weight        = 0.090171325518485126;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Angle = 1F;
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column7")
     });
     this.xrTableCell3.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell3.Name          = "xrTableCell3";
     this.xrTableCell3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell3.Text          = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell3.Weight        = 0.09107303877366997;
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
         this.dtDetail,
         this.dtHead
     });
     //
     // dtHead
     //
     this.dtHead.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn11,
         this.dataColumn12,
         this.dataColumn13,
         this.dataColumn14,
         this.dataColumn15
     });
     this.dtHead.TableName = "dtHead";
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "Column1";
     //
     // dataColumn12
     //
     this.dataColumn12.ColumnName = "Column2";
     //
     // dataColumn13
     //
     this.dataColumn13.ColumnName = "Column3";
     //
     // dataColumn14
     //
     this.dataColumn14.ColumnName = "Column4";
     //
     // dataColumn15
     //
     this.dataColumn15.ColumnName = "Column5";
     //
     // xrTableCell4
     //
     this.xrTableCell4.Angle = 1F;
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column8")
     });
     this.xrTableCell4.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell4.Name          = "xrTableCell4";
     this.xrTableCell4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell4.Text          = "xrTableCell4";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell4.Weight        = 0.097385031559963933;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.GroupHeader1.HeightF       = 25F;
     this.GroupHeader1.Name          = "GroupHeader1";
     this.GroupHeader1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.GroupHeader1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable2
     //
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(8F, 0F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF         = new System.Drawing.SizeF(1109F, 25F);
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell6,
         this.xrTableCell14,
         this.xrTableCell10,
         this.xrTableCell18,
         this.xrTableCell15,
         this.xrTableCell11,
         this.xrTableCell17,
         this.xrTableCell21,
         this.xrTableCell5,
         this.xrTableCell12,
         this.xrTableCell13
     });
     this.xrTableRow2.Name          = "xrTableRow2";
     this.xrTableRow2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow2.Weight        = 1;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell6.Name          = "xrTableCell6";
     this.xrTableCell6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell6.Text          = "单据ID";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell6.Weight        = 0.067628494138863834;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell14.Name          = "xrTableCell14";
     this.xrTableCell14.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell14.Text          = "销售单号";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell14.Weight        = 0.090171325518485126;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell10.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell10.Name          = "xrTableCell10";
     this.xrTableCell10.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell10.Text          = "存货编码";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell10.Weight        = 0.0829576194770063;
     //
     // xrTableCell18
     //
     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", 8F);
     this.xrTableCell18.Name          = "xrTableCell18";
     this.xrTableCell18.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell18.Text          = "存货名称";
     this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell18.Weight        = 0.18034265103697025;
     //
     // xrTableCell15
     //
     this.xrTableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell15.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell15.Name          = "xrTableCell15";
     this.xrTableCell15.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell15.Text          = "规格型号";
     this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell15.Weight        = 0.12623985572587917;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell11.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell11.Name          = "xrTableCell11";
     this.xrTableCell11.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell11.Text          = "主计量单位";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell11.Weight        = 0.066726780883678991;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell17.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell17.Name          = "xrTableCell17";
     this.xrTableCell17.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell17.Text          = "计划数量";
     this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell17.Weight        = 0.055004508566275923;
     //
     // xrTableCell21
     //
     this.xrTableCell21.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell21.Name          = "xrTableCell21";
     this.xrTableCell21.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell21.Text          = "已下单";
     this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell21.Weight        = 0.05229936880072137;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell5.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell5.Name          = "xrTableCell5";
     this.xrTableCell5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell5.Text          = "托外结束日期";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell5.Weight        = 0.090171325518485126;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell12.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell12.Name          = "xrTableCell12";
     this.xrTableCell12.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell12.Text          = "需求日期";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell12.Weight        = 0.09107303877366997;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell13.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell13.Name          = "xrTableCell13";
     this.xrTableCell13.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell13.Text          = "供应商交货日期";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell13.Weight        = 0.097385031559963933;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrLabel2
     });
     this.ReportHeader.HeightF       = 106F;
     this.ReportHeader.Name          = "ReportHeader";
     this.ReportHeader.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.ReportHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.Font          = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(408F, 17F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(350F, 42F);
     this.xrLabel1.Text          = "委外计划供应商确认";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtHead, "Column1")
     });
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(8F, 75F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(283F, 25F);
     this.xrLabel2.Text          = "xrLabel2";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(1050F, 8F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(50F, 25F);
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1
     });
     this.PageFooter.HeightF       = 39F;
     this.PageFooter.Name          = "PageFooter";
     this.PageFooter.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 20F;
     this.topMarginBand1.Name    = "topMarginBand1";
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // RepOMPlanVen
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.GroupHeader1,
         this.ReportHeader,
         this.PageFooter,
         this.topMarginBand1,
         this.bottomMarginBand1
     });
     this.DataSource = this.dataSet1;
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(20, 20, 20, 100);
     this.PageHeight = 827;
     this.PageWidth  = 1169;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.xrControlStyle1
     });
     this.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.Version       = "11.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtHead)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 3
0
 private void InitializeComponent()
 {
     this.topMarginBand1    = new DevExpress.XtraReports.UI.TopMarginBand();
     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.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.detailBand1       = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable2          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell4      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6      = new DevExpress.XtraReports.UI.XRTableCell();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // topMarginBand1
     //
     this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1,
         this.xrLabel1
     });
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // xrTable1
     //
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(54.16667F, 75F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(595.8333F, 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.Name   = "xrTableCell1";
     this.xrTableCell1.Text   = "xrTableCell1";
     this.xrTableCell1.Weight = 1D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Name   = "xrTableCell2";
     this.xrTableCell2.Text   = "xrTableCell2";
     this.xrTableCell2.Weight = 1D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.StylePriority.UseBorders = false;
     this.xrTableCell3.Text   = "xrTableCell3";
     this.xrTableCell3.Weight = 1D;
     //
     // xrLabel1
     //
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(200F, 21.875F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(201.0416F, 23F);
     this.xrLabel1.Text          = "生产线日报表";
     //
     // detailBand1
     //
     this.detailBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.detailBand1.HeightF = 25F;
     this.detailBand1.Name    = "detailBand1";
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(54.16667F, 0F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(595.8333F, 25F);
     this.xrTable2.StylePriority.UseBorders = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell4,
         this.xrTableCell5,
         this.xrTableCell6
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name   = "xrTableCell4";
     this.xrTableCell4.Text   = "xrTableCell4";
     this.xrTableCell4.Weight = 1D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name   = "xrTableCell5";
     this.xrTableCell5.Text   = "xrTableCell5";
     this.xrTableCell5.Weight = 1D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Name   = "xrTableCell6";
     this.xrTableCell6.Text   = "xrTableCell6";
     this.xrTableCell6.Weight = 1D;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // Class2
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.topMarginBand1,
         this.detailBand1,
         this.bottomMarginBand1
     });
     this.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                            | DevExpress.XtraPrinting.BorderSide.Right)
                                                           | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.Version = "11.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary5 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary6 = new DevExpress.XtraReports.UI.XRSummary();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow12 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell();
     this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrTable5 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow13 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell54 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell55 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell56 = new DevExpress.XtraReports.UI.XRTableCell();
     this.GroupFooter2 = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrTable6 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow14 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell57 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell58 = new DevExpress.XtraReports.UI.XRTableCell();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail.HeightF = 32F;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(739.9999F, 32F);
     this.xrTable1.StylePriority.UseBorders = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell1,
     this.xrTableCell2,
     this.xrTableCell3,
     this.xrTableCell4,
     this.xrTableCell5,
     this.xrTableCell7,
     this.xrTableCell8,
     this.xrTableCell9,
     this.xrTableCell10});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 0, 0, 100F);
     this.xrTableRow1.StylePriority.UsePadding = false;
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryReferenceNumber")});
     this.xrTableCell1.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell1.StylePriority.UseFont = false;
     this.xrTableCell1.StylePriority.UsePadding = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text = "xrTableCell1";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell1.Weight = 0.41959902958198836D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Date")});
     this.xrTableCell2.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell2.Multiline = true;
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell2.StylePriority.UseFont = false;
     this.xrTableCell2.StylePriority.UsePadding = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "xrTableCell2";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell2.Weight = 0.4152275038708616D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryOrderNumber")});
     this.xrTableCell3.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell3.StylePriority.UseFont = false;
     this.xrTableCell3.StylePriority.UsePadding = false;
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     this.xrTableCell3.Text = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell3.Weight = 0.43263328792440364D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "VehiclePlateNumber")});
     this.xrTableCell4.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell4.StylePriority.UseFont = false;
     this.xrTableCell4.StylePriority.UsePadding = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "xrTableCell4";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell4.Weight = 0.42288092680410844D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "WareHouseNumber")});
     this.xrTableCell5.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell5.StylePriority.UseFont = false;
     this.xrTableCell5.StylePriority.UsePadding = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text = "xrTableCell5";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell5.Weight = 0.28815700944980671D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryQuantity")});
     this.xrTableCell7.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell7.StylePriority.UseFont = false;
     this.xrTableCell7.StylePriority.UsePadding = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text = "xrTableCell7";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell7.Weight = 0.5433871099480021D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryBag")});
     this.xrTableCell8.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell8.Multiline = true;
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UsePadding = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "xrTableCell8";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell8.Weight = 0.41959961287783537D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryNet")});
     this.xrTableCell9.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell9.StylePriority.UseFont = false;
     this.xrTableCell9.StylePriority.UsePadding = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text = "xrTableCell9";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell9.Weight = 0.415227358005694D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Project")});
     this.xrTableCell10.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell10.StylePriority.UseFont = false;
     this.xrTableCell10.StylePriority.UsePadding = false;
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.Text = "xrTableCell10";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell10.Weight = 0.436843286637451D;
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 54.16667F;
     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 = 26.62503F;
     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.xrTable2,
     this.xrTable4,
     this.xrTable3});
     this.GroupHeader1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("SINumber", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.GroupHeader1.HeightF = 240.2084F;
     this.GroupHeader1.Level = 1;
     this.GroupHeader1.Name = "GroupHeader1";
     this.GroupHeader1.RepeatEveryPage = true;
     //
     // xrTable2
     //
     this.xrTable2.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 173.5417F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable2.SizeF = new System.Drawing.SizeF(740F, 66.66667F);
     this.xrTable2.StylePriority.UseBackColor = false;
     this.xrTable2.StylePriority.UseBorders = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell14,
     this.xrTableCell15,
     this.xrTableCell16,
     this.xrTableCell17,
     this.xrTableCell18,
     this.xrTableCell20,
     this.xrTableCell21,
     this.xrTableCell22,
     this.xrTableCell24});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell14.Multiline = true;
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseFont = false;
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text = "Delivery Reference Number";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell14.Weight = 0.41959899756296148D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell15.Multiline = true;
     this.xrTableCell15.Name = "xrTableCell15";
     this.xrTableCell15.StylePriority.UseFont = false;
     this.xrTableCell15.StylePriority.UseTextAlignment = false;
     this.xrTableCell15.Text = "Delivery\r\nDate";
     this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell15.Weight = 0.415227439832808D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell16.Multiline = true;
     this.xrTableCell16.Name = "xrTableCell16";
     this.xrTableCell16.StylePriority.UseFont = false;
     this.xrTableCell16.StylePriority.UseTextAlignment = false;
     this.xrTableCell16.Text = "Delivery\r\n Order\r\nNumber";
     this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell16.Weight = 0.43263327371022736D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell17.Multiline = true;
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.StylePriority.UseFont = false;
     this.xrTableCell17.StylePriority.UseTextAlignment = false;
     this.xrTableCell17.Text = "Vehicle \r\nPlate \r\nNumber";
     this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell17.Weight = 0.42288114111256025D;
     //
     // xrTableCell18
     //
     this.xrTableCell18.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell18.Multiline = true;
     this.xrTableCell18.Name = "xrTableCell18";
     this.xrTableCell18.StylePriority.UseFont = false;
     this.xrTableCell18.StylePriority.UseTextAlignment = false;
     this.xrTableCell18.Text = "Ware\r\nHouse NO";
     this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell18.Weight = 0.28815667065655237D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.StylePriority.UseFont = false;
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "Delivery Quantity";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell20.Weight = 0.54338744076114187D;
     //
     // xrTableCell21
     //
     this.xrTableCell21.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell21.Multiline = true;
     this.xrTableCell21.Name = "xrTableCell21";
     this.xrTableCell21.StylePriority.UseFont = false;
     this.xrTableCell21.StylePriority.UseTextAlignment = false;
     this.xrTableCell21.Text = "Delivery\r\nBag";
     this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell21.Weight = 0.41959935672562088D;
     //
     // xrTableCell22
     //
     this.xrTableCell22.Font = new System.Drawing.Font("Verdana", 9.75F);
     this.xrTableCell22.Multiline = true;
     this.xrTableCell22.Name = "xrTableCell22";
     this.xrTableCell22.StylePriority.UseFont = false;
     this.xrTableCell22.StylePriority.UseTextAlignment = false;
     this.xrTableCell22.Text = "Delivery Net";
     this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell22.Weight = 0.415227358005694D;
     //
     // xrTableCell24
     //
     this.xrTableCell24.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell24.Multiline = true;
     this.xrTableCell24.Name = "xrTableCell24";
     this.xrTableCell24.StylePriority.UseFont = false;
     this.xrTableCell24.StylePriority.UseTextAlignment = false;
     this.xrTableCell24.Text = "Project";
     this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell24.Weight = 0.43684344673258524D;
     //
     // xrTable4
     //
     this.xrTable4.BorderColor = System.Drawing.Color.Transparent;
     this.xrTable4.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(389.9583F, 9.999981F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow6,
     this.xrTableRow7,
     this.xrTableRow8,
     this.xrTableRow11,
     this.xrTableRow12});
     this.xrTable4.SizeF = new System.Drawing.SizeF(351.0417F, 140.625F);
     this.xrTable4.StylePriority.UseBorderColor = false;
     this.xrTable4.StylePriority.UseFont = false;
     //
     // xrTableRow6
     //
     this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell28,
     this.xrTableCell29,
     this.xrTableCell30});
     this.xrTableRow6.Name = "xrTableRow6";
     this.xrTableRow6.Weight = 1D;
     //
     // xrTableCell28
     //
     this.xrTableCell28.Name = "xrTableCell28";
     this.xrTableCell28.Text = "Commodity";
     this.xrTableCell28.Weight = 0.84411335785456543D;
     //
     // xrTableCell29
     //
     this.xrTableCell29.Name = "xrTableCell29";
     this.xrTableCell29.Weight = 0.070519255014212412D;
     //
     // xrTableCell30
     //
     this.xrTableCell30.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Commodity")});
     this.xrTableCell30.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell30.Name = "xrTableCell30";
     this.xrTableCell30.StylePriority.UseFont = false;
     this.xrTableCell30.Text = "xrTableCell30";
     this.xrTableCell30.Weight = 1.0873477107705969D;
     //
     // xrTableRow7
     //
     this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell31,
     this.xrTableCell32,
     this.xrTableCell33});
     this.xrTableRow7.Name = "xrTableRow7";
     this.xrTableRow7.Weight = 1D;
     //
     // xrTableCell31
     //
     this.xrTableCell31.Name = "xrTableCell31";
     this.xrTableCell31.Text = "Sub Commodity";
     this.xrTableCell31.Weight = 0.84411335785456543D;
     //
     // xrTableCell32
     //
     this.xrTableCell32.Name = "xrTableCell32";
     this.xrTableCell32.Weight = 0.070519255014212412D;
     //
     // xrTableCell33
     //
     this.xrTableCell33.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "SubCommodity")});
     this.xrTableCell33.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell33.Name = "xrTableCell33";
     this.xrTableCell33.StylePriority.UseFont = false;
     this.xrTableCell33.Text = "xrTableCell33";
     this.xrTableCell33.Weight = 1.0873477107705969D;
     //
     // xrTableRow8
     //
     this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell34,
     this.xrTableCell35,
     this.xrTableCell36});
     this.xrTableRow8.Name = "xrTableRow8";
     this.xrTableRow8.Weight = 1D;
     //
     // xrTableCell34
     //
     this.xrTableCell34.Name = "xrTableCell34";
     this.xrTableCell34.Text = "Ware House Category";
     this.xrTableCell34.Weight = 0.84411335785456543D;
     //
     // xrTableCell35
     //
     this.xrTableCell35.Name = "xrTableCell35";
     this.xrTableCell35.Weight = 0.070519255014212412D;
     //
     // xrTableCell36
     //
     this.xrTableCell36.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "HubOwner")});
     this.xrTableCell36.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell36.Name = "xrTableCell36";
     this.xrTableCell36.StylePriority.UseFont = false;
     this.xrTableCell36.Text = "xrTableCell36";
     this.xrTableCell36.Weight = 1.0873477107705969D;
     //
     // xrTableRow11
     //
     this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell43,
     this.xrTableCell44,
     this.xrTableCell45});
     this.xrTableRow11.Name = "xrTableRow11";
     this.xrTableRow11.Weight = 1D;
     //
     // xrTableCell43
     //
     this.xrTableCell43.Name = "xrTableCell43";
     this.xrTableCell43.Text = "Shipped by";
     this.xrTableCell43.Weight = 0.84411335785456543D;
     //
     // xrTableCell44
     //
     this.xrTableCell44.Name = "xrTableCell44";
     this.xrTableCell44.Weight = 0.070519255014212412D;
     //
     // xrTableCell45
     //
     this.xrTableCell45.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ShippedBy")});
     this.xrTableCell45.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell45.Name = "xrTableCell45";
     this.xrTableCell45.StylePriority.UseFont = false;
     this.xrTableCell45.Text = "xrTableCell45";
     this.xrTableCell45.Weight = 1.0873477107705969D;
     //
     // xrTableRow12
     //
     this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell46,
     this.xrTableCell47,
     this.xrTableCell48});
     this.xrTableRow12.Name = "xrTableRow12";
     this.xrTableRow12.Weight = 1D;
     //
     // xrTableCell46
     //
     this.xrTableCell46.Name = "xrTableCell46";
     this.xrTableCell46.Text = "Delivery Type";
     this.xrTableCell46.Weight = 0.84411335785456543D;
     //
     // xrTableCell47
     //
     this.xrTableCell47.Name = "xrTableCell47";
     this.xrTableCell47.Weight = 0.070519255014212412D;
     //
     // xrTableCell48
     //
     this.xrTableCell48.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryType")});
     this.xrTableCell48.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell48.Name = "xrTableCell48";
     this.xrTableCell48.StylePriority.UseFont = false;
     this.xrTableCell48.Text = "xrTableCell48";
     this.xrTableCell48.Weight = 1.0873477107705969D;
     //
     // xrTable3
     //
     this.xrTable3.BorderColor = System.Drawing.Color.Transparent;
     this.xrTable3.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(10F, 10F);
     this.xrTable3.Name = "xrTable3";
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow3,
     this.xrTableRow4,
     this.xrTableRow5,
     this.xrTableRow10,
     this.xrTableRow9});
     this.xrTable3.SizeF = new System.Drawing.SizeF(351.0417F, 140.625F);
     this.xrTable3.StylePriority.UseBorderColor = false;
     this.xrTable3.StylePriority.UseFont = false;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell6,
     this.xrTableCell11,
     this.xrTableCell12});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Text = "Hub";
     this.xrTableCell6.Weight = 0.43564359065916924D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.Weight = 0.075028218139158276D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Hub")});
     this.xrTableCell12.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseFont = false;
     this.xrTableCell12.Text = "xrTableCell12";
     this.xrTableCell12.Weight = 1.4913085148410472D;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell13,
     this.xrTableCell19,
     this.xrTableCell23});
     this.xrTableRow4.Name = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.Text = "SI Number";
     this.xrTableCell13.Weight = 0.43564359065916924D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.Name = "xrTableCell19";
     this.xrTableCell19.Weight = 0.075028218139158276D;
     //
     // xrTableCell23
     //
     this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "SINumber")});
     this.xrTableCell23.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell23.Name = "xrTableCell23";
     this.xrTableCell23.StylePriority.UseFont = false;
     this.xrTableCell23.Text = "xrTableCell23";
     this.xrTableCell23.Weight = 1.4913085148410472D;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell25,
     this.xrTableCell26,
     this.xrTableCell27});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.Text = "Vessel";
     this.xrTableCell25.Weight = 0.43564359065916924D;
     //
     // xrTableCell26
     //
     this.xrTableCell26.Name = "xrTableCell26";
     this.xrTableCell26.Weight = 0.075028218139158276D;
     //
     // xrTableCell27
     //
     this.xrTableCell27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Vessel")});
     this.xrTableCell27.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell27.Name = "xrTableCell27";
     this.xrTableCell27.StylePriority.UseFont = false;
     this.xrTableCell27.Text = "xrTableCell27";
     this.xrTableCell27.Weight = 1.4913085148410472D;
     //
     // xrTableRow10
     //
     this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell40,
     this.xrTableCell41,
     this.xrTableCell42});
     this.xrTableRow10.Name = "xrTableRow10";
     this.xrTableRow10.Weight = 1D;
     //
     // xrTableCell40
     //
     this.xrTableCell40.Name = "xrTableCell40";
     this.xrTableCell40.Text = "Port";
     this.xrTableCell40.Weight = 0.43564359065916924D;
     //
     // xrTableCell41
     //
     this.xrTableCell41.Name = "xrTableCell41";
     this.xrTableCell41.Weight = 0.075028218139158276D;
     //
     // xrTableCell42
     //
     this.xrTableCell42.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "PortName")});
     this.xrTableCell42.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell42.Name = "xrTableCell42";
     this.xrTableCell42.StylePriority.UseFont = false;
     this.xrTableCell42.Text = "xrTableCell42";
     this.xrTableCell42.Weight = 1.4913085148410472D;
     //
     // xrTableRow9
     //
     this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell37,
     this.xrTableCell38,
     this.xrTableCell39});
     this.xrTableRow9.Name = "xrTableRow9";
     this.xrTableRow9.Weight = 1D;
     //
     // xrTableCell37
     //
     this.xrTableCell37.Name = "xrTableCell37";
     this.xrTableCell37.Text = "Donor";
     this.xrTableCell37.Weight = 0.43564359065916924D;
     //
     // xrTableCell38
     //
     this.xrTableCell38.Name = "xrTableCell38";
     this.xrTableCell38.Weight = 0.075028218139158276D;
     //
     // xrTableCell39
     //
     this.xrTableCell39.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Donor")});
     this.xrTableCell39.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell39.Name = "xrTableCell39";
     this.xrTableCell39.StylePriority.UseFont = false;
     this.xrTableCell39.Text = "xrTableCell39";
     this.xrTableCell39.Weight = 1.4913085148410472D;
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel1});
     this.GroupHeader2.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("TransportedBy", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.GroupHeader2.HeightF = 26.04167F;
     this.GroupHeader2.Name = "GroupHeader2";
     //
     // xrLabel1
     //
     this.xrLabel1.BackColor = System.Drawing.Color.Wheat;
     this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "TransportedBy")});
     this.xrLabel1.Font = new System.Drawing.Font("Verdana", 9.75F);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(739.9999F, 26.04167F);
     this.xrLabel1.StylePriority.UseBackColor = false;
     this.xrLabel1.StylePriority.UseBorders = false;
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text = "xrLabel1";
     //
     // GroupFooter1
     //
     this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable5});
     this.GroupFooter1.HeightF = 32F;
     this.GroupFooter1.Name = "GroupFooter1";
     //
     // xrTable5
     //
     this.xrTable5.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTable5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable5.Name = "xrTable5";
     this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow13});
     this.xrTable5.SizeF = new System.Drawing.SizeF(739.9999F, 32F);
     this.xrTable5.StylePriority.UseBackColor = false;
     this.xrTable5.StylePriority.UseBorders = false;
     //
     // xrTableRow13
     //
     this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell53,
     this.xrTableCell54,
     this.xrTableCell55,
     this.xrTableCell56,
     this.xrTableCell57});
     this.xrTableRow13.Name = "xrTableRow13";
     this.xrTableRow13.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 0, 0, 100F);
     this.xrTableRow13.StylePriority.UsePadding = false;
     this.xrTableRow13.Weight = 1D;
     //
     // xrTableCell53
     //
     this.xrTableCell53.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "TransportedBy")});
     this.xrTableCell53.Font = new System.Drawing.Font("Verdana", 9.75F);
     this.xrTableCell53.Name = "xrTableCell53";
     this.xrTableCell53.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell53.StylePriority.UseFont = false;
     this.xrTableCell53.StylePriority.UsePadding = false;
     this.xrTableCell53.StylePriority.UseTextAlignment = false;
     this.xrTableCell53.Text = "xrTableCell53";
     this.xrTableCell53.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell53.Weight = 1.9784979246479357D;
     //
     // xrTableCell54
     //
     this.xrTableCell54.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryQuantity")});
     this.xrTableCell54.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell54.Name = "xrTableCell54";
     this.xrTableCell54.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell54.StylePriority.UseFont = false;
     this.xrTableCell54.StylePriority.UsePadding = false;
     this.xrTableCell54.StylePriority.UseTextAlignment = false;
     xrSummary1.FormatString = "{0:#,###.###}";
     xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrTableCell54.Summary = xrSummary1;
     this.xrTableCell54.Text = "xrTableCell54";
     this.xrTableCell54.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell54.Weight = 0.54338694293123524D;
     //
     // xrTableCell55
     //
     this.xrTableCell55.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryBag")});
     this.xrTableCell55.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell55.Multiline = true;
     this.xrTableCell55.Name = "xrTableCell55";
     this.xrTableCell55.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell55.StylePriority.UseFont = false;
     this.xrTableCell55.StylePriority.UsePadding = false;
     this.xrTableCell55.StylePriority.UseTextAlignment = false;
     xrSummary2.FormatString = "{0:#,###.###}";
     xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrTableCell55.Summary = xrSummary2;
     this.xrTableCell55.Text = "xrTableCell55";
     this.xrTableCell55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell55.Weight = 0.41959961287783537D;
     //
     // xrTableCell56
     //
     this.xrTableCell56.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryNet")});
     this.xrTableCell56.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell56.Name = "xrTableCell56";
     this.xrTableCell56.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell56.StylePriority.UseFont = false;
     this.xrTableCell56.StylePriority.UsePadding = false;
     this.xrTableCell56.StylePriority.UseTextAlignment = false;
     xrSummary3.FormatString = "{0:#,###.###}";
     xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrTableCell56.Summary = xrSummary3;
     this.xrTableCell56.Text = "xrTableCell56";
     this.xrTableCell56.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell56.Weight = 0.41522706652555974D;
     //
     // GroupFooter2
     //
     this.GroupFooter2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable6});
     this.GroupFooter2.HeightF = 32F;
     this.GroupFooter2.Level = 1;
     this.GroupFooter2.Name = "GroupFooter2";
     this.GroupFooter2.PageBreak = DevExpress.XtraReports.UI.PageBreak.AfterBand;
     //
     // xrTable6
     //
     this.xrTable6.BackColor = System.Drawing.Color.Wheat;
     this.xrTable6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable6.Name = "xrTable6";
     this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow14});
     this.xrTable6.SizeF = new System.Drawing.SizeF(739.9999F, 32F);
     this.xrTable6.StylePriority.UseBackColor = false;
     this.xrTable6.StylePriority.UseBorders = false;
     //
     // xrTableRow14
     //
     this.xrTableRow14.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell49,
     this.xrTableCell50,
     this.xrTableCell51,
     this.xrTableCell52,
     this.xrTableCell58});
     this.xrTableRow14.Name = "xrTableRow14";
     this.xrTableRow14.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 0, 0, 100F);
     this.xrTableRow14.StylePriority.UsePadding = false;
     this.xrTableRow14.Weight = 1D;
     //
     // xrTableCell49
     //
     this.xrTableCell49.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTableCell49.Name = "xrTableCell49";
     this.xrTableCell49.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell49.StylePriority.UseFont = false;
     this.xrTableCell49.StylePriority.UsePadding = false;
     this.xrTableCell49.StylePriority.UseTextAlignment = false;
     this.xrTableCell49.Text = "Grand Total ";
     this.xrTableCell49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell49.Weight = 1.9784979094586364D;
     //
     // xrTableCell50
     //
     this.xrTableCell50.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryQuantity")});
     this.xrTableCell50.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell50.Name = "xrTableCell50";
     this.xrTableCell50.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell50.StylePriority.UseFont = false;
     this.xrTableCell50.StylePriority.UsePadding = false;
     this.xrTableCell50.StylePriority.UseTextAlignment = false;
     xrSummary4.FormatString = "{0:#,###.###}";
     xrSummary4.Running = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrTableCell50.Summary = xrSummary4;
     this.xrTableCell50.Text = "xrTableCell54";
     this.xrTableCell50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell50.Weight = 0.5433869581205345D;
     //
     // xrTableCell51
     //
     this.xrTableCell51.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryBag")});
     this.xrTableCell51.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell51.Multiline = true;
     this.xrTableCell51.Name = "xrTableCell51";
     this.xrTableCell51.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell51.StylePriority.UseFont = false;
     this.xrTableCell51.StylePriority.UsePadding = false;
     this.xrTableCell51.StylePriority.UseTextAlignment = false;
     xrSummary5.FormatString = "{0:#,###.###}";
     xrSummary5.Running = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrTableCell51.Summary = xrSummary5;
     this.xrTableCell51.Text = "xrTableCell55";
     this.xrTableCell51.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell51.Weight = 0.41959961287783537D;
     //
     // xrTableCell52
     //
     this.xrTableCell52.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryNet")});
     this.xrTableCell52.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell52.Name = "xrTableCell52";
     this.xrTableCell52.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell52.StylePriority.UseFont = false;
     this.xrTableCell52.StylePriority.UsePadding = false;
     this.xrTableCell52.StylePriority.UseTextAlignment = false;
     xrSummary6.FormatString = "{0:#,###.###}";
     xrSummary6.Running = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrTableCell52.Summary = xrSummary6;
     this.xrTableCell52.Text = "xrTableCell56";
     this.xrTableCell52.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell52.Weight = 0.41522769231001622D;
     //
     // xrTableCell57
     //
     this.xrTableCell57.Name = "xrTableCell57";
     this.xrTableCell57.Weight = 0.436843265225357D;
     //
     // xrTableCell58
     //
     this.xrTableCell58.Name = "xrTableCell58";
     this.xrTableCell58.Weight = 0.43684263944090052D;
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(Cats.Models.Hub.ViewModels.Report.Data.DeliveryRows);
     //
     // DonationReportByProgram
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin,
     this.GroupHeader1,
     this.GroupHeader2,
     this.GroupFooter1,
     this.GroupFooter2});
     this.DataSource = this.bindingSource1;
     this.Margins = new System.Drawing.Printing.Margins(49, 50, 54, 27);
     this.Version = "10.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).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.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings1 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
     DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings2 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
     DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary5 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary6 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary7 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary8 = new DevExpress.XtraReports.UI.XRSummary();
     this.XPCDSyndicate = new DevExpress.Xpo.XPServerCollectionSource(this.components);
     this.sessionCDSyndicate = new DevExpress.Xpo.Session(this.components);
     this.XPTBLDofatSarf = new DevExpress.Xpo.XPServerCollectionSource(this.components);
     this.sessionTBLDofatSarf = new DevExpress.Xpo.Session(this.components);
     this.dsQueries = new RetirementCenter.DataSources.dsQueries();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xtcMemberName = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xtcSyndicate = new DevExpress.XtraReports.UI.XRTableCell();
     this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xlDofatSarf = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xpbLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xlSyndicate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.dsReports = new RetirementCenter.DataSources.dsReports();
     this.pramSyndicateId = new DevExpress.XtraReports.Parameters.Parameter();
     this.pramDofatSarfId = new DevExpress.XtraReports.Parameters.Parameter();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.rep09TableAdapter = new RetirementCenter.DataSources.dsReportsTableAdapters.Rep09TableAdapter();
     this.calcTotalEstktaa = new DevExpress.XtraReports.UI.CalculatedField();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.calcSafi = new DevExpress.XtraReports.UI.CalculatedField();
     ((System.ComponentModel.ISupportInitialize)(this.XPCDSyndicate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionCDSyndicate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.XPTBLDofatSarf)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionTBLDofatSarf)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // XPCDSyndicate
     //
     this.XPCDSyndicate.ObjectType = typeof(RetirementCenter.DataSources.dsQueries.CDSyndicateDataTable);
     this.XPCDSyndicate.Session = this.sessionCDSyndicate;
     //
     // sessionCDSyndicate
     //
     this.sessionCDSyndicate.TrackPropertiesModifications = false;
     //
     // XPTBLDofatSarf
     //
     this.XPTBLDofatSarf.ObjectType = typeof(RetirementCenter.DataSources.dsQueries.TBLDofatSarfDataTable);
     this.XPTBLDofatSarf.Session = this.sessionTBLDofatSarf;
     //
     // sessionTBLDofatSarf
     //
     this.sessionTBLDofatSarf.TrackPropertiesModifications = false;
     //
     // dsQueries
     //
     this.dsQueries.DataSetName = "dsQueries";
     this.dsQueries.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail.HeightF = 25F;
     this.Detail.MultiColumn.ColumnWidth = 326F;
     this.Detail.Name = "Detail";
     this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("SubCommitteId", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.Detail.StylePriority.UsePadding = false;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(100F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(943.585F, 25F);
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseFont = false;
     this.xrTable1.StylePriority.UsePadding = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell8,
     this.xrTableCell19,
     this.xrTableCell7,
     this.xtcMemberName,
     this.xrTableCell6,
     this.xrTableCell20,
     this.xtcSyndicate});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep09.calcSafi", "{0:f2}")});
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.Text = "xrTableCell8";
     this.xrTableCell8.Weight = 0.45191113969738705D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep09.calcTotalEstktaa", "{0:f2}")});
     this.xrTableCell19.Name = "xrTableCell19";
     this.xrTableCell19.NullValueText = "0";
     this.xrTableCell19.StylePriority.UseTextAlignment = false;
     xrSummary1.FormatString = "{0:f2}";
     this.xrTableCell19.Summary = xrSummary1;
     this.xrTableCell19.Text = "xrTableCell19";
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell19.Weight = 0.45191113969738705D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep09.estktaa", "{0:f2}")});
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.Text = "xrTableCell7";
     this.xrTableCell7.Weight = 0.4519111208352562D;
     //
     // xtcMemberName
     //
     this.xtcMemberName.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep09.rsmmonth", "{0:f2}")});
     this.xtcMemberName.Name = "xtcMemberName";
     this.xtcMemberName.NullValueText = "0";
     this.xtcMemberName.StylePriority.UseTextAlignment = false;
     this.xtcMemberName.Text = "xtcMemberName";
     this.xtcMemberName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xtcMemberName.Weight = 0.4519111208352562D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep09.eshtrakmonth", "{0:f2}")});
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Text = "xrTableCell6";
     this.xrTableCell6.Weight = 0.42484298984968305D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep09.monymonth", "{0:f2}")});
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.NullValueText = "0";
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "xrTableCell20";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell20.Weight = 0.42484298984968305D;
     //
     // xtcSyndicate
     //
     this.xtcSyndicate.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep09.SubCommitte")});
     this.xtcSyndicate.Name = "xtcSyndicate";
     this.xtcSyndicate.StylePriority.UseTextAlignment = false;
     this.xtcSyndicate.Text = "xtcSyndicate";
     this.xtcSyndicate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xtcSyndicate.Weight = 0.86213871280892129D;
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 6.41667F;
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // xlDofatSarf
     //
     this.xlDofatSarf.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlDofatSarf.LocationFloat = new DevExpress.Utils.PointFloat(385.1667F, 83.3958F);
     this.xlDofatSarf.Name = "xlDofatSarf";
     this.xlDofatSarf.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlDofatSarf.SizeF = new System.Drawing.SizeF(199.4706F, 23.00001F);
     this.xlDofatSarf.StylePriority.UseFont = false;
     this.xlDofatSarf.StylePriority.UseTextAlignment = false;
     this.xlDofatSarf.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(584.6373F, 83.3958F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(188.3626F, 23F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text = "بيان صرف معاشات الدفعة ";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xpbLogo
     //
     this.xpbLogo.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Image", null, "AppOptions.CompanyLogo")});
     this.xpbLogo.LocationFloat = new DevExpress.Utils.PointFloat(10F, 10.00001F);
     this.xpbLogo.Name = "xpbLogo";
     this.xpbLogo.SizeF = new System.Drawing.SizeF(100F, 80F);
     this.xpbLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(100F, 250.4167F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow3});
     this.xrTable2.SizeF = new System.Drawing.SizeF(943.585F, 31.77084F);
     this.xrTable2.StylePriority.UseBackColor = false;
     this.xrTable2.StylePriority.UseBorders = false;
     this.xrTable2.StylePriority.UseFont = false;
     this.xrTable2.StylePriority.UseForeColor = false;
     this.xrTable2.StylePriority.UsePadding = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell5,
     this.xrTableCell1,
     this.xrTableCell4,
     this.xrTableCell2,
     this.xrTableCell3,
     this.xrTableCell24,
     this.xrTableCell25});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Text = "الصافي";
     this.xrTableCell5.Weight = 0.52981399464607359D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text = "جملة الاستقطاع";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell1.Weight = 0.52981399464607359D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.Text = "استقطاع";
     this.xrTableCell4.Weight = 0.52981399464607359D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "رسم";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell2.Weight = 0.52981399464607359D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.Text = "اشتراك";
     this.xrTableCell3.Weight = 0.49807974829364682D;
     //
     // xrTableCell24
     //
     this.xrTableCell24.Name = "xrTableCell24";
     this.xrTableCell24.StylePriority.UseTextAlignment = false;
     this.xrTableCell24.Text = "جملة المبلغ";
     this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell24.Weight = 0.49807974829364682D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.StylePriority.UseTextAlignment = false;
     this.xrTableCell25.Text = "اللجنة";
     this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell25.Weight = 1.0107589547893445D;
     //
     // xlSyndicate
     //
     this.xlSyndicate.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlSyndicate.LocationFloat = new DevExpress.Utils.PointFloat(385.1667F, 50.06247F);
     this.xlSyndicate.Name = "xlSyndicate";
     this.xlSyndicate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlSyndicate.SizeF = new System.Drawing.SizeF(258.5417F, 23F);
     this.xlSyndicate.StylePriority.UseFont = false;
     this.xlSyndicate.StylePriority.UseTextAlignment = false;
     this.xlSyndicate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(643.7083F, 50.06247F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(130.2083F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text = "فرعية";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(889.4178F, 39F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(216.6667F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "ادارة المعـــــاشـــــات";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(948.7929F, 10.00001F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(157.2917F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text = "نقابة المهن التعليمية";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.HeightF = 26.20837F;
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // dsReports
     //
     this.dsReports.DataSetName = "dsReports";
     this.dsReports.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // pramSyndicateId
     //
     this.pramSyndicateId.Description = "الفرعية";
     dynamicListLookUpSettings1.DataAdapter = null;
     dynamicListLookUpSettings1.DataMember = null;
     dynamicListLookUpSettings1.DataSource = this.XPCDSyndicate;
     dynamicListLookUpSettings1.DisplayMember = "Syndicate";
     dynamicListLookUpSettings1.ValueMember = "SyndicateId";
     this.pramSyndicateId.LookUpSettings = dynamicListLookUpSettings1;
     this.pramSyndicateId.Name = "pramSyndicateId";
     this.pramSyndicateId.Type = typeof(int);
     this.pramSyndicateId.ValueInfo = "0";
     //
     // pramDofatSarfId
     //
     this.pramDofatSarfId.Description = "دفعة الصرف";
     dynamicListLookUpSettings2.DataAdapter = null;
     dynamicListLookUpSettings2.DataMember = null;
     dynamicListLookUpSettings2.DataSource = this.XPTBLDofatSarf;
     dynamicListLookUpSettings2.DisplayMember = "DofatSarf";
     dynamicListLookUpSettings2.ValueMember = "DofatSarfId";
     this.pramDofatSarfId.LookUpSettings = dynamicListLookUpSettings2;
     this.pramDofatSarfId.Name = "pramDofatSarfId";
     this.pramDofatSarfId.Type = typeof(int);
     this.pramDofatSarfId.ValueInfo = "0";
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel11,
     this.xrLabel10,
     this.xrLabel8,
     this.xrTable4,
     this.xrLabel7});
     this.ReportFooter.HeightF = 186.4583F;
     this.ReportFooter.Name = "ReportFooter";
     //
     // xrLabel11
     //
     this.xrLabel11.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(255.2224F, 143.0417F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(208.1542F, 23F);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text = "مدير إدارة الحسابات";
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel10
     //
     this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(548.9724F, 143.0417F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(208.1542F, 23F);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text = "مدير إدارة المعاشات";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel8
     //
     this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(721.889F, 110.4791F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(321.6959F, 23F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text = "تحريراً في";
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTable4
     //
     this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(100F, 20.83333F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow5});
     this.xrTable4.SizeF = new System.Drawing.SizeF(943.585F, 25F);
     this.xrTable4.StylePriority.UseBorders = false;
     this.xrTable4.StylePriority.UseFont = false;
     this.xrTable4.StylePriority.UsePadding = false;
     this.xrTable4.StylePriority.UseTextAlignment = false;
     this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell11,
     this.xrTableCell38,
     this.xrTableCell10,
     this.xrTableCell39,
     this.xrTableCell9,
     this.xrTableCell40,
     this.xrTableCell44});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep09.calcSafi")});
     this.xrTableCell11.Name = "xrTableCell11";
     xrSummary2.FormatString = "{0:f2}";
     xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell11.Summary = xrSummary2;
     this.xrTableCell11.Text = "xrTableCell11";
     this.xrTableCell11.Weight = 0.50736092396792953D;
     //
     // xrTableCell38
     //
     this.xrTableCell38.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep09.calcTotalEstktaa")});
     this.xrTableCell38.Name = "xrTableCell38";
     this.xrTableCell38.NullValueText = "0";
     this.xrTableCell38.StylePriority.UseTextAlignment = false;
     xrSummary3.FormatString = "{0:f2}";
     xrSummary3.IgnoreNullValues = true;
     xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell38.Summary = xrSummary3;
     this.xrTableCell38.Text = "xrTableCell38";
     this.xrTableCell38.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell38.Weight = 0.50736092396792953D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep09.estktaa")});
     this.xrTableCell10.Name = "xrTableCell10";
     xrSummary4.FormatString = "{0:f2}";
     xrSummary4.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell10.Summary = xrSummary4;
     this.xrTableCell10.Text = "xrTableCell10";
     this.xrTableCell10.Weight = 0.5073610629537747D;
     //
     // xrTableCell39
     //
     this.xrTableCell39.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep09.rsmmonth")});
     this.xrTableCell39.Name = "xrTableCell39";
     this.xrTableCell39.NullValueText = "0";
     this.xrTableCell39.StylePriority.UseTextAlignment = false;
     xrSummary5.FormatString = "{0:f2}";
     xrSummary5.IgnoreNullValues = true;
     xrSummary5.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell39.Summary = xrSummary5;
     this.xrTableCell39.Text = "xrTableCell39";
     this.xrTableCell39.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell39.Weight = 0.5073610629537747D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep09.eshtrakmonth")});
     this.xrTableCell9.Name = "xrTableCell9";
     xrSummary6.FormatString = "{0:f2}";
     xrSummary6.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell9.Summary = xrSummary6;
     this.xrTableCell9.Text = "xrTableCell9";
     this.xrTableCell9.Weight = 0.47697128829751984D;
     //
     // xrTableCell40
     //
     this.xrTableCell40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep09.monymonth")});
     this.xrTableCell40.Name = "xrTableCell40";
     this.xrTableCell40.NullValueText = "0";
     this.xrTableCell40.StylePriority.UseTextAlignment = false;
     xrSummary7.FormatString = "{0:f2}";
     xrSummary7.IgnoreNullValues = true;
     xrSummary7.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell40.Summary = xrSummary7;
     this.xrTableCell40.Text = "xrTableCell40";
     this.xrTableCell40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell40.Weight = 0.47697128829751984D;
     //
     // xrTableCell44
     //
     this.xrTableCell44.Name = "xrTableCell44";
     this.xrTableCell44.StylePriority.UseTextAlignment = false;
     xrSummary8.IgnoreNullValues = true;
     this.xrTableCell44.Summary = xrSummary8;
     this.xrTableCell44.Text = "الجمـــــــــــلة";
     this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell44.Weight = 0.967924020158963D;
     //
     // xrLabel7
     //
     this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(721.889F, 78.18747F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(321.6959F, 23F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text = "هذا ولسيادتكم وافر التقدير والاحترام";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // rep09TableAdapter
     //
     this.rep09TableAdapter.ClearBeforeFill = true;
     //
     // calcTotalEstktaa
     //
     this.calcTotalEstktaa.DataMember = "Rep09";
     this.calcTotalEstktaa.Expression = "[eshtrakmonth] + [estktaa] + [rsmmonth]";
     this.calcTotalEstktaa.FieldType = DevExpress.XtraReports.UI.FieldType.Double;
     this.calcTotalEstktaa.Name = "calcTotalEstktaa";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel6,
     this.xrLabel5,
     this.xrLabel4,
     this.xpbLogo,
     this.xrLabel2,
     this.xrLabel3,
     this.xlSyndicate,
     this.xrTable2,
     this.xrLabel1,
     this.xrLabel9,
     this.xlDofatSarf});
     this.PageHeader.HeightF = 292.1875F;
     this.PageHeader.Name = "PageHeader";
     //
     // xrLabel6
     //
     this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(175F, 200F);
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF = new System.Drawing.SizeF(787.3209F, 23F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text = "الرجاء من سيادتكم التكرم بالموافقة على صرف معاشات الأعضاء والورثة للنقابة الفرعية" +
     " سالفة الذكر وفق البيان التالي ";
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel5
     //
     this.xrLabel5.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(595.8474F, 164.7291F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(133.1542F, 23F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text = "تحية طيبة وبعد";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel4
     //
     this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(721.889F, 141.7291F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(321.6959F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "السيد الاستاذ : أمين صندوق نقابة المهن التعليمية";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // calcSafi
     //
     this.calcSafi.DataMember = "Rep09";
     this.calcSafi.Expression = "[monymonth] - [calcTotalEstktaa]";
     this.calcSafi.Name = "calcSafi";
     //
     // XRep09
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.topMarginBand1,
     this.bottomMarginBand1,
     this.ReportFooter,
     this.PageHeader});
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
     this.calcTotalEstktaa,
     this.calcSafi});
     this.DataMember = "Rep09";
     this.DataSource = this.dsReports;
     this.DrawGrid = false;
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(12, 12, 6, 26);
     this.PageHeight = 827;
     this.PageWidth = 1169;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
     this.pramSyndicateId,
     this.pramDofatSarfId});
     this.ReportPrintOptions.DetailCountOnEmptyDataSource = 10;
     this.Version = "12.2";
     this.ParametersRequestBeforeShow += new System.EventHandler<DevExpress.XtraReports.Parameters.ParametersRequestEventArgs>(this.XRep01_ParametersRequestBeforeShow);
     this.ParametersRequestSubmit += new System.EventHandler<DevExpress.XtraReports.Parameters.ParametersRequestEventArgs>(this.XRep01_ParametersRequestSubmit);
     ((System.ComponentModel.ISupportInitialize)(this.XPCDSyndicate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionCDSyndicate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.XPTBLDofatSarf)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionTBLDofatSarf)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary5 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary6 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary7 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary8 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary9 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary10 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary11 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary12 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary13 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary14 = new DevExpress.XtraReports.UI.XRSummary();
     this.dsQueries = new RetirementCenter.DataSources.dsQueries();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrSubreport1 = new DevExpress.XtraReports.UI.XRSubreport();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell54 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell();
     this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel();
     this.xlTo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
     this.xlFrom = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel();
     this.xlSubCommitte = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
     this.xlDofatSarf = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xpbLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell55 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xlSyndicate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.dsReports = new RetirementCenter.DataSources.dsReports();
     this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell();
     this.calcTotalEstktaa = new DevExpress.XtraReports.UI.CalculatedField();
     this.calcTotal = new DevExpress.XtraReports.UI.CalculatedField();
     this.xlGroupAutoNo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.FR_ClearZero = new DevExpress.XtraReports.UI.FormattingRule();
     this.rep26TableAdapter = new RetirementCenter.DataSources.dsReportsTableAdapters.Rep26TableAdapter();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.lblSarfTypeedad = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // dsQueries
     //
     this.dsQueries.DataSetName = "dsQueries";
     this.dsQueries.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrSubreport1,
     this.xrTable1});
     this.Detail.HeightF = 23F;
     this.Detail.KeepTogether = true;
     this.Detail.MultiColumn.ColumnWidth = 326F;
     this.Detail.Name = "Detail";
     this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("monymonth", DevExpress.XtraReports.UI.XRColumnSortOrder.Descending)});
     this.Detail.StylePriority.UsePadding = false;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrSubreport1
     //
     this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(697.9167F, 6.25F);
     this.xrSubreport1.Name = "xrSubreport1";
     this.xrSubreport1.SizeF = new System.Drawing.SizeF(2.083313F, 1.041667F);
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(1106.084F, 23F);
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseFont = false;
     this.xrTable1.StylePriority.UsePadding = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell16,
     this.xrTableCell23,
     this.xrTableCell15,
     this.xrTableCell18,
     this.xrTableCell19,
     this.xrTableCell20,
     this.xrTableCell54,
     this.xrTableCell51,
     this.xrTableCell22});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.Name = "xrTableCell16";
     this.xrTableCell16.Weight = 0.54438188321919267D;
     //
     // xrTableCell23
     //
     this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.calcTotal", "{0:f2}")});
     this.xrTableCell23.Name = "xrTableCell23";
     this.xrTableCell23.NullValueText = "0";
     this.xrTableCell23.StylePriority.UseTextAlignment = false;
     this.xrTableCell23.Text = "xrTableCell23";
     this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell23.Weight = 0.40915886241170646D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.calcTotalEstktaa", "{0:f2}")});
     this.xrTableCell15.Name = "xrTableCell15";
     this.xrTableCell15.NullValueText = "0";
     this.xrTableCell15.StylePriority.UseTextAlignment = false;
     this.xrTableCell15.Text = "xrTableCell15";
     this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell15.Weight = 0.32698401204734318D;
     //
     // xrTableCell18
     //
     this.xrTableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.estktaa", "{0:f2}")});
     this.xrTableCell18.Name = "xrTableCell18";
     this.xrTableCell18.NullValueText = "0";
     this.xrTableCell18.StylePriority.UseTextAlignment = false;
     this.xrTableCell18.Text = "xrTableCell18";
     this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell18.Weight = 0.268869959423958D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.rsmmonth", "{0:f2}")});
     this.xrTableCell19.Name = "xrTableCell19";
     this.xrTableCell19.NullValueText = "0";
     this.xrTableCell19.StylePriority.UseTextAlignment = false;
     this.xrTableCell19.Text = "xrTableCell19";
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell19.Weight = 0.25125279614582341D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.monymonth", "{0:f2}")});
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.NullValueText = "0";
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "xrTableCell20";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell20.Weight = 0.37687989295464763D;
     //
     // xrTableCell54
     //
     this.xrTableCell54.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.WarasaType")});
     this.xrTableCell54.Name = "xrTableCell54";
     this.xrTableCell54.StylePriority.UseTextAlignment = false;
     this.xrTableCell54.Text = "xrTableCell54";
     this.xrTableCell54.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell54.Weight = 0.30359707486859627D;
     //
     // xrTableCell51
     //
     this.xrTableCell51.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.personName")});
     this.xrTableCell51.Name = "xrTableCell51";
     this.xrTableCell51.Weight = 0.81509040950250111D;
     //
     // xrTableCell22
     //
     this.xrTableCell22.Name = "xrTableCell22";
     this.xrTableCell22.Weight = 1.3355703404225789D;
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 6.41667F;
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // xrLabel16
     //
     this.xrLabel16.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(985.8755F, 77.41667F);
     this.xrLabel16.Name = "xrLabel16";
     this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF = new System.Drawing.SizeF(130.2083F, 23F);
     this.xrLabel16.StylePriority.UseFont = false;
     this.xrLabel16.StylePriority.UseTextAlignment = false;
     this.xrLabel16.Text = "ورثة";
     this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlTo
     //
     this.xlTo.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlTo.LocationFloat = new DevExpress.Utils.PointFloat(315.7931F, 77.41667F);
     this.xlTo.Name = "xlTo";
     this.xlTo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlTo.SizeF = new System.Drawing.SizeF(141.7069F, 23F);
     this.xlTo.StylePriority.UseFont = false;
     this.xlTo.StylePriority.UseTextAlignment = false;
     this.xlTo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel14
     //
     this.xrLabel14.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(602.4999F, 77.41667F);
     this.xrLabel14.Name = "xrLabel14";
     this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF = new System.Drawing.SizeF(47.9166F, 23F);
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text = "من";
     this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlFrom
     //
     this.xlFrom.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlFrom.LocationFloat = new DevExpress.Utils.PointFloat(488.75F, 77.41667F);
     this.xlFrom.Name = "xlFrom";
     this.xlFrom.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlFrom.SizeF = new System.Drawing.SizeF(113.7499F, 23F);
     this.xlFrom.StylePriority.UseFont = false;
     this.xlFrom.StylePriority.UseTextAlignment = false;
     this.xlFrom.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel15
     //
     this.xrLabel15.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(457.5001F, 77.41667F);
     this.xrLabel15.Name = "xrLabel15";
     this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF = new System.Drawing.SizeF(31.24991F, 23F);
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text = "الي";
     this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlSubCommitte
     //
     this.xlSubCommitte.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlSubCommitte.LocationFloat = new DevExpress.Utils.PointFloat(193.3334F, 20.41667F);
     this.xlSubCommitte.Name = "xlSubCommitte";
     this.xlSubCommitte.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlSubCommitte.SizeF = new System.Drawing.SizeF(186.6666F, 23F);
     this.xlSubCommitte.StylePriority.UseFont = false;
     this.xlSubCommitte.StylePriority.UseTextAlignment = false;
     this.xlSubCommitte.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel13
     //
     this.xrLabel13.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(380F, 20.41667F);
     this.xrLabel13.Name = "xrLabel13";
     this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF = new System.Drawing.SizeF(47.9166F, 23F);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text = "اللجنة";
     this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlDofatSarf
     //
     this.xlDofatSarf.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlDofatSarf.LocationFloat = new DevExpress.Utils.PointFloat(315.7931F, 49.41667F);
     this.xlDofatSarf.Name = "xlDofatSarf";
     this.xlDofatSarf.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlDofatSarf.SizeF = new System.Drawing.SizeF(187.8332F, 23.00001F);
     this.xlDofatSarf.StylePriority.UseFont = false;
     this.xlDofatSarf.StylePriority.UseTextAlignment = false;
     this.xlDofatSarf.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(503.6263F, 49.41667F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text = "كشف معاشات الورثة عن";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xpbLogo
     //
     this.xpbLogo.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Image", null, "AppOptions.CompanyLogo")});
     this.xpbLogo.LocationFloat = new DevExpress.Utils.PointFloat(10F, 10.00001F);
     this.xpbLogo.Name = "xpbLogo";
     this.xpbLogo.SizeF = new System.Drawing.SizeF(100F, 80F);
     this.xpbLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(10F, 122.4999F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2,
     this.xrTableRow3});
     this.xrTable2.SizeF = new System.Drawing.SizeF(1106.085F, 63.54167F);
     this.xrTable2.StylePriority.UseBackColor = false;
     this.xrTable2.StylePriority.UseBorders = false;
     this.xrTable2.StylePriority.UseFont = false;
     this.xrTable2.StylePriority.UseForeColor = false;
     this.xrTable2.StylePriority.UsePadding = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell13,
     this.xrTableCell4,
     this.xrTableCell52,
     this.xrTableCell9});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.Weight = 1.2805242004053032D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "الاستقطاعات";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell4.Weight = 0.520122824424044D;
     //
     // xrTableCell52
     //
     this.xrTableCell52.Name = "xrTableCell52";
     this.xrTableCell52.Weight = 2.0424857104914325D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.Weight = 0.788654795966207D;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell12,
     this.xrTableCell14,
     this.xrTableCell6,
     this.xrTableCell17,
     this.xrTableCell8,
     this.xrTableCell2,
     this.xrTableCell55,
     this.xrTableCell53,
     this.xrTableCell24,
     this.xrTableCell25,
     this.xrTableCell49,
     this.xrTableCell10});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseTextAlignment = false;
     this.xrTableCell12.Text = "ملاحظات";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell12.Weight = 0.54438167413534633D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text = "الصافي";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell14.Weight = 0.40915870556031808D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text = "جملة";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell6.Weight = 0.32698388717422489D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.StylePriority.UseFont = false;
     this.xrTableCell17.StylePriority.UseTextAlignment = false;
     this.xrTableCell17.Text = "استقطاع";
     this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell17.Weight = 0.268869858102156D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "رسم";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell8.Weight = 0.25125282687377604D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseFont = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "جملة المبلغ";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell2.Weight = 0.37687974958323983D;
     //
     // xrTableCell55
     //
     this.xrTableCell55.Name = "xrTableCell55";
     this.xrTableCell55.StylePriority.UseTextAlignment = false;
     this.xrTableCell55.Text = "صفتهم";
     this.xrTableCell55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell55.Weight = 0.30359689094972109D;
     //
     // xrTableCell53
     //
     this.xrTableCell53.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTableCell53.Name = "xrTableCell53";
     this.xrTableCell53.StylePriority.UseFont = false;
     this.xrTableCell53.Text = "أسماء المستحقين";
     this.xrTableCell53.Weight = 0.81509034782594147D;
     //
     // xrTableCell24
     //
     this.xrTableCell24.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTableCell24.Name = "xrTableCell24";
     this.xrTableCell24.StylePriority.UseFont = false;
     this.xrTableCell24.Text = "اسم صاحب المعاش";
     this.xrTableCell24.Weight = 0.546918307449737D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.StylePriority.UseTextAlignment = false;
     this.xrTableCell25.Text = "رقم الصرف";
     this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell25.Weight = 0.31755563499830508D;
     //
     // xrTableCell49
     //
     this.xrTableCell49.Name = "xrTableCell49";
     this.xrTableCell49.Text = "رقم موحد";
     this.xrTableCell49.Weight = 0.27219083654987009D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.Text = "م";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell10.Weight = 0.19890881208435116D;
     //
     // xlSyndicate
     //
     this.xlSyndicate.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlSyndicate.LocationFloat = new DevExpress.Utils.PointFloat(427.9166F, 20.41667F);
     this.xlSyndicate.Name = "xlSyndicate";
     this.xlSyndicate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlSyndicate.SizeF = new System.Drawing.SizeF(146.4584F, 23F);
     this.xlSyndicate.StylePriority.UseFont = false;
     this.xlSyndicate.StylePriority.UseTextAlignment = false;
     this.xlSyndicate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(585.8334F, 20.41667F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(130.2083F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text = "النفابة الفرعية";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(899.4167F, 39F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(216.6667F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "ادارة المعـــــاشـــــات";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(958.7919F, 10.00001F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(157.2917F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text = "نقابة المهن التعليمية";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.HeightF = 1.041667F;
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // dsReports
     //
     this.dsReports.DataSetName = "dsReports";
     this.dsReports.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel6,
     this.xrLabel5,
     this.xrLabel4,
     this.xrLabel12,
     this.xrLabel17,
     this.xrLabel18,
     this.xrLabel19,
     this.xrPageInfo1,
     this.xrTable3});
     this.PageFooter.HeightF = 134.5417F;
     this.PageFooter.Name = "PageFooter";
     //
     // xrLabel6
     //
     this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(735F, 98.12498F);
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text = "ادارة الحسابات";
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel5
     //
     this.xrLabel5.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(221.4584F, 98.12502F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text = "يعتمد";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel4
     //
     this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(476.6667F, 98.12502F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "راجعه";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel12
     //
     this.xrLabel12.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Underline);
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(71.16589F, 38.00002F);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF = new System.Drawing.SizeF(1044.917F, 23F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text = "تمت المراجعة وفق قواعد الاستحقاق للمعاشات والتاكد من عدم الصرف للدفعة المحددة وعد" +
     "م التوريد للبنك من خلال أرشيف الصرف وعلى مسئوليتا";
     this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel17
     //
     this.xrLabel17.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(735F, 73.12498F);
     this.xrLabel17.Name = "xrLabel17";
     this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel17.StylePriority.UseFont = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.Text = "إدارة المعاشات";
     this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel18
     //
     this.xrLabel18.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(476.6667F, 73.12502F);
     this.xrLabel18.Name = "xrLabel18";
     this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel18.StylePriority.UseFont = false;
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.Text = "راجعه";
     this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel19
     //
     this.xrLabel19.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(221.4584F, 73.12502F);
     this.xrLabel19.Name = "xrLabel19";
     this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel19.StylePriority.UseFont = false;
     this.xrLabel19.StylePriority.UseTextAlignment = false;
     this.xrLabel19.Text = "يعتمد";
     this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(1006.085F, 101.125F);
     this.xrPageInfo1.Name = "xrPageInfo1";
     this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.SizeF = new System.Drawing.SizeF(100F, 20F);
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrTable3
     //
     this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable3.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 0F);
     this.xrTable3.Name = "xrTable3";
     this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow4});
     this.xrTable3.SizeF = new System.Drawing.SizeF(1106.085F, 25F);
     this.xrTable3.StylePriority.UseBorders = false;
     this.xrTable3.StylePriority.UseFont = false;
     this.xrTable3.StylePriority.UsePadding = false;
     this.xrTable3.StylePriority.UseTextAlignment = false;
     this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell31,
     this.xrTableCell3,
     this.xrTableCell7,
     this.xrTableCell26,
     this.xrTableCell27,
     this.xrTableCell29,
     this.xrTableCell30,
     this.xrTableCell32,
     this.xrTableCell34});
     this.xrTableRow4.Name = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // xrTableCell31
     //
     this.xrTableCell31.Name = "xrTableCell31";
     this.xrTableCell31.Weight = 0.54438167206270982D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.calcTotal")});
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.NullValueText = "0";
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     xrSummary1.FormatString = "{0:f2}";
     xrSummary1.IgnoreNullValues = true;
     xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell3.Summary = xrSummary1;
     this.xrTableCell3.Text = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell3.Weight = 0.40915870348768141D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.calcTotalEstktaa")});
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.NullValueText = "0";
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     xrSummary2.FormatString = "{0:f2}";
     xrSummary2.IgnoreNullValues = true;
     xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell7.Summary = xrSummary2;
     this.xrTableCell7.Text = "xrTableCell7";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell7.Weight = 0.32698388875187445D;
     //
     // xrTableCell26
     //
     this.xrTableCell26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.estktaa")});
     this.xrTableCell26.Name = "xrTableCell26";
     this.xrTableCell26.NullValueText = "0";
     this.xrTableCell26.StylePriority.UseTextAlignment = false;
     xrSummary3.FormatString = "{0:f2}";
     xrSummary3.IgnoreNullValues = true;
     xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell26.Summary = xrSummary3;
     this.xrTableCell26.Text = "xrTableCell26";
     this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell26.Weight = 0.26886965753303849D;
     //
     // xrTableCell27
     //
     this.xrTableCell27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.rsmmonth")});
     this.xrTableCell27.Name = "xrTableCell27";
     this.xrTableCell27.NullValueText = "0";
     this.xrTableCell27.StylePriority.UseTextAlignment = false;
     xrSummary4.FormatString = "{0:f2}";
     xrSummary4.IgnoreNullValues = true;
     xrSummary4.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell27.Summary = xrSummary4;
     this.xrTableCell27.Text = "xrTableCell27";
     this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell27.Weight = 0.251253085029312D;
     //
     // xrTableCell29
     //
     this.xrTableCell29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.monymonth")});
     this.xrTableCell29.Name = "xrTableCell29";
     this.xrTableCell29.NullValueText = "0";
     this.xrTableCell29.StylePriority.UseTextAlignment = false;
     xrSummary5.FormatString = "{0:f2}";
     xrSummary5.IgnoreNullValues = true;
     xrSummary5.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell29.Summary = xrSummary5;
     this.xrTableCell29.Text = "xrTableCell29";
     this.xrTableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell29.Weight = 0.37687997012505925D;
     //
     // xrTableCell30
     //
     this.xrTableCell30.Name = "xrTableCell30";
     this.xrTableCell30.StylePriority.UseTextAlignment = false;
     this.xrTableCell30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell30.Weight = 1.417137108859543D;
     //
     // xrTableCell32
     //
     this.xrTableCell32.Name = "xrTableCell32";
     this.xrTableCell32.StylePriority.UseTextAlignment = false;
     this.xrTableCell32.Text = "اجمالي الصفحة";
     this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell32.Weight = 0.82774574312309346D;
     //
     // xrTableCell34
     //
     this.xrTableCell34.Name = "xrTableCell34";
     this.xrTableCell34.StylePriority.UseTextAlignment = false;
     xrSummary6.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     xrSummary6.IgnoreNullValues = true;
     xrSummary6.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell34.Summary = xrSummary6;
     this.xrTableCell34.Text = "م";
     this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell34.Weight = 0.20937770231467517D;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable4});
     this.ReportFooter.HeightF = 25F;
     this.ReportFooter.KeepTogether = true;
     this.ReportFooter.Name = "ReportFooter";
     this.ReportFooter.PrintAtBottom = true;
     //
     // xrTable4
     //
     this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(9.999023F, 0F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow5});
     this.xrTable4.SizeF = new System.Drawing.SizeF(1106.085F, 25F);
     this.xrTable4.StylePriority.UseBorders = false;
     this.xrTable4.StylePriority.UseFont = false;
     this.xrTable4.StylePriority.UsePadding = false;
     this.xrTable4.StylePriority.UseTextAlignment = false;
     this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell21,
     this.xrTableCell35,
     this.xrTableCell36,
     this.xrTableCell37,
     this.xrTableCell38,
     this.xrTableCell40,
     this.xrTableCell41,
     this.xrTableCell44,
     this.xrTableCell45});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // xrTableCell21
     //
     this.xrTableCell21.Name = "xrTableCell21";
     this.xrTableCell21.Weight = 0.54438173595967188D;
     //
     // xrTableCell35
     //
     this.xrTableCell35.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.calcTotal")});
     this.xrTableCell35.Name = "xrTableCell35";
     this.xrTableCell35.NullValueText = "0";
     this.xrTableCell35.StylePriority.UseTextAlignment = false;
     xrSummary7.FormatString = "{0:f2}";
     xrSummary7.IgnoreNullValues = true;
     xrSummary7.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell35.Summary = xrSummary7;
     this.xrTableCell35.Text = "xrTableCell35";
     this.xrTableCell35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell35.Weight = 0.40916272899629907D;
     //
     // xrTableCell36
     //
     this.xrTableCell36.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.calcTotalEstktaa")});
     this.xrTableCell36.Name = "xrTableCell36";
     this.xrTableCell36.NullValueText = "0";
     this.xrTableCell36.StylePriority.UseTextAlignment = false;
     xrSummary8.FormatString = "{0:f2}";
     xrSummary8.IgnoreNullValues = true;
     xrSummary8.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell36.Summary = xrSummary8;
     this.xrTableCell36.Text = "xrTableCell36";
     this.xrTableCell36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell36.Weight = 0.32698388875187445D;
     //
     // xrTableCell37
     //
     this.xrTableCell37.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.estktaa")});
     this.xrTableCell37.Name = "xrTableCell37";
     this.xrTableCell37.NullValueText = "0";
     this.xrTableCell37.StylePriority.UseTextAlignment = false;
     xrSummary9.FormatString = "{0:f2}";
     xrSummary9.IgnoreNullValues = true;
     xrSummary9.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell37.Summary = xrSummary9;
     this.xrTableCell37.Text = "xrTableCell37";
     this.xrTableCell37.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell37.Weight = 0.26886991312088732D;
     //
     // xrTableCell38
     //
     this.xrTableCell38.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.rsmmonth")});
     this.xrTableCell38.Name = "xrTableCell38";
     this.xrTableCell38.NullValueText = "0";
     this.xrTableCell38.StylePriority.UseTextAlignment = false;
     xrSummary10.FormatString = "{0:f2}";
     xrSummary10.IgnoreNullValues = true;
     xrSummary10.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell38.Summary = xrSummary10;
     this.xrTableCell38.Text = "xrTableCell38";
     this.xrTableCell38.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell38.Weight = 0.25125282944146321D;
     //
     // xrTableCell40
     //
     this.xrTableCell40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.monymonth")});
     this.xrTableCell40.Name = "xrTableCell40";
     this.xrTableCell40.NullValueText = "0";
     this.xrTableCell40.StylePriority.UseTextAlignment = false;
     xrSummary11.FormatString = "{0:f2}";
     xrSummary11.IgnoreNullValues = true;
     xrSummary11.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell40.Summary = xrSummary11;
     this.xrTableCell40.Text = "xrTableCell40";
     this.xrTableCell40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell40.Weight = 0.3768797464856915D;
     //
     // xrTableCell41
     //
     this.xrTableCell41.Name = "xrTableCell41";
     this.xrTableCell41.StylePriority.UseTextAlignment = false;
     this.xrTableCell41.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell41.Weight = 1.4171330993251659D;
     //
     // xrTableCell44
     //
     this.xrTableCell44.Name = "xrTableCell44";
     this.xrTableCell44.StylePriority.UseTextAlignment = false;
     xrSummary12.IgnoreNullValues = true;
     this.xrTableCell44.Summary = xrSummary12;
     this.xrTableCell44.Text = "اجمالي اللجنة";
     this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell44.Weight = 0.82774635570973776D;
     //
     // xrTableCell45
     //
     this.xrTableCell45.Name = "xrTableCell45";
     this.xrTableCell45.StylePriority.UseTextAlignment = false;
     xrSummary13.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     xrSummary13.IgnoreNullValues = true;
     xrSummary13.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell45.Summary = xrSummary13;
     this.xrTableCell45.Text = "م";
     this.xrTableCell45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell45.Weight = 0.2093772334961955D;
     //
     // calcTotalEstktaa
     //
     this.calcTotalEstktaa.DataMember = "rep26";
     this.calcTotalEstktaa.Expression = "[eshtrakmonth] + [rsmmonth] + [estktaa]";
     this.calcTotalEstktaa.Name = "calcTotalEstktaa";
     //
     // calcTotal
     //
     this.calcTotal.DataMember = "rep26";
     this.calcTotal.Expression = "[monymonth] - [calcTotalEstktaa]\r\n";
     this.calcTotal.Name = "calcTotal";
     //
     // xlGroupAutoNo
     //
     this.xlGroupAutoNo.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xlGroupAutoNo.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xlGroupAutoNo.LocationFloat = new DevExpress.Utils.PointFloat(1058.585F, 0F);
     this.xlGroupAutoNo.Name = "xlGroupAutoNo";
     this.xlGroupAutoNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlGroupAutoNo.SizeF = new System.Drawing.SizeF(57.4989F, 23F);
     this.xlGroupAutoNo.StylePriority.UseBorders = false;
     this.xlGroupAutoNo.StylePriority.UseFont = false;
     this.xlGroupAutoNo.StylePriority.UseTextAlignment = false;
     xrSummary14.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     this.xlGroupAutoNo.Summary = xrSummary14;
     this.xlGroupAutoNo.Text = "م";
     this.xlGroupAutoNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xlGroupAutoNo.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xlGroupAutoNo_BeforePrint);
     //
     // xrLabel10
     //
     this.xrLabel10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.sarfnumber")});
     this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(917.7516F, 0F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(75.83325F, 23F);
     this.xrLabel10.StylePriority.UseBorders = false;
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text = "xrLabel10";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel11
     //
     this.xrLabel11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.MMashatId")});
     this.xrLabel11.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(993.5849F, 0F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(65F, 23F);
     this.xrLabel11.StylePriority.UseBorders = false;
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text = "xrLabel11";
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel8
     //
     this.xrLabel8.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep26.MMashatName")});
     this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 0F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(907.7518F, 23F);
     this.xrLabel8.StylePriority.UseBorders = false;
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text = "xrLabel8";
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel8,
     this.xrLabel11,
     this.xrLabel10,
     this.xlGroupAutoNo});
     this.GroupHeader2.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("sarfnumber", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
     new DevExpress.XtraReports.UI.GroupField("MMashatName", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.GroupHeader2.HeightF = 23F;
     this.GroupHeader2.KeepTogether = true;
     this.GroupHeader2.Name = "GroupHeader2";
     //
     // FR_ClearZero
     //
     this.FR_ClearZero.Name = "FR_ClearZero";
     //
     // rep26TableAdapter
     //
     this.rep26TableAdapter.ClearBeforeFill = true;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.lblSarfTypeedad,
     this.xpbLogo,
     this.xrLabel2,
     this.xrLabel3,
     this.xlSyndicate,
     this.xrTable2,
     this.xrLabel1,
     this.xrLabel9,
     this.xlDofatSarf,
     this.xrLabel13,
     this.xlSubCommitte,
     this.xrLabel15,
     this.xlFrom,
     this.xrLabel14,
     this.xlTo,
     this.xrLabel16});
     this.PageHeader.HeightF = 186.0416F;
     this.PageHeader.Name = "PageHeader";
     //
     // lblSarfTypeedad
     //
     this.lblSarfTypeedad.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.lblSarfTypeedad.LocationFloat = new DevExpress.Utils.PointFloat(847.3338F, 77.41667F);
     this.lblSarfTypeedad.Name = "lblSarfTypeedad";
     this.lblSarfTypeedad.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblSarfTypeedad.SizeF = new System.Drawing.SizeF(130.2083F, 23F);
     this.lblSarfTypeedad.StylePriority.UseFont = false;
     this.lblSarfTypeedad.StylePriority.UseTextAlignment = false;
     this.lblSarfTypeedad.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // XRep26
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.topMarginBand1,
     this.bottomMarginBand1,
     this.PageFooter,
     this.ReportFooter,
     this.GroupHeader2,
     this.PageHeader});
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
     this.calcTotalEstktaa,
     this.calcTotal});
     this.DataMember = "rep26";
     this.DataSource = this.dsReports;
     this.DrawGrid = false;
     this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
     this.FR_ClearZero});
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(12, 12, 6, 1);
     this.PageHeight = 827;
     this.PageWidth = 1169;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.ReportPrintOptions.DetailCountOnEmptyDataSource = 10;
     this.Version = "12.2";
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GoodsReceivingNote));
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabelAccounts = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPOrderNoValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrInvoiceNoValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrClusterValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrCluster = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPOrderNo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrInvoiceNo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrAirWayNoValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTransitTransferNoValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrInsurancePolicyNoValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrInsurancePolicyNo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrAirWayNo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTransitTransferNo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrReceivedDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrReceiptConfValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrReceiptConf = new DevExpress.XtraReports.UI.XRLabel();
     this.xrReceivedDateValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrWareHouse = new DevExpress.XtraReports.UI.XRLabel();
     this.xrWareHouseValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.pxLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrReceivedBy = new DevExpress.XtraReports.UI.XRLabel();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrCommodityType = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrConfirmedBy = new DevExpress.XtraReports.UI.XRLabel();
     this.formattingRule1 = new DevExpress.XtraReports.UI.FormattingRule();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable2});
     this.Detail.Dpi = 254F;
     this.Detail.HeightF = 46F;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable2
     //
     this.xrTable2.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTable2.Dpi = 254F;
     this.xrTable2.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(2.294111F, 0F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(25, 0, 0, 0, 254F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable2.SizeF = new System.Drawing.SizeF(2606.85F, 45.72F);
     this.xrTable2.StylePriority.UseBorderColor = false;
     this.xrTable2.StylePriority.UseBorders = false;
     this.xrTable2.StylePriority.UsePadding = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell10,
     this.xrTableCell20,
     this.xrTableCell11,
     this.xrTableCell12,
     this.xrTableCell13,
     this.xrTableCell14,
     this.xrTableCell15,
     this.xrTableCell16,
     this.xrTableCell17,
     this.xrTableCell18});
     this.xrTableRow2.Dpi = 254F;
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "LineNumber")});
     this.xrTableCell10.Dpi = 254F;
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseBorderColor = false;
     this.xrTableCell10.StylePriority.UseBorders = false;
     this.xrTableCell10.Text = "xrTableCell10";
     this.xrTableCell10.Weight = 0.1505049535493215D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell20.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "StockCode")});
     this.xrTableCell20.Dpi = 254F;
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.StylePriority.UseBorderColor = false;
     this.xrTableCell20.StylePriority.UseBorders = false;
     this.xrTableCell20.Text = "xrTableCell20";
     this.xrTableCell20.Weight = 0.35155098788952055D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ItemName")});
     this.xrTableCell11.Dpi = 254F;
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseBorderColor = false;
     this.xrTableCell11.StylePriority.UseBorders = false;
     this.xrTableCell11.Text = "xrTableCell11";
     this.xrTableCell11.Weight = 0.97640143793192091D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Unit")});
     this.xrTableCell12.Dpi = 254F;
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseBorderColor = false;
     this.xrTableCell12.StylePriority.UseBorders = false;
     this.xrTableCell12.Text = "xrTableCell12";
     this.xrTableCell12.Weight = 0.21407084965914686D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoicedQty", "{0:#,###.##}")});
     this.xrTableCell13.Dpi = 254F;
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseBorderColor = false;
     this.xrTableCell13.StylePriority.UseBorders = false;
     this.xrTableCell13.Text = "xrTableCell13";
     this.xrTableCell13.Weight = 0.3402615640229984D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ReceivedQty", "{0:#,###.##}")});
     this.xrTableCell14.Dpi = 254F;
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseBorderColor = false;
     this.xrTableCell14.StylePriority.UseBorders = false;
     this.xrTableCell14.Text = "xrTableCell14";
     this.xrTableCell14.Weight = 0.34144732613708312D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Manufacturer")});
     this.xrTableCell15.Dpi = 254F;
     this.xrTableCell15.Name = "xrTableCell15";
     this.xrTableCell15.StylePriority.UseBorderColor = false;
     this.xrTableCell15.StylePriority.UseBorders = false;
     this.xrTableCell15.Text = "xrTableCell15";
     this.xrTableCell15.Weight = 0.80246051287012388D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "BatchNo")});
     this.xrTableCell16.Dpi = 254F;
     this.xrTableCell16.Name = "xrTableCell16";
     this.xrTableCell16.StylePriority.UseBorderColor = false;
     this.xrTableCell16.StylePriority.UseBorders = false;
     this.xrTableCell16.Text = "xrTableCell16";
     this.xrTableCell16.Weight = 0.34563668856408158D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ExpiryDate", "{0:M/d/yyyy}")});
     this.xrTableCell17.Dpi = 254F;
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.StylePriority.UseBorderColor = false;
     this.xrTableCell17.StylePriority.UseBorders = false;
     this.xrTableCell17.Text = "xrTableCell17";
     this.xrTableCell17.Weight = 0.31046894150284693D;
     //
     // xrTableCell18
     //
     this.xrTableCell18.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell18.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "StoreName")});
     this.xrTableCell18.Dpi = 254F;
     this.xrTableCell18.Name = "xrTableCell18";
     this.xrTableCell18.StylePriority.UseBorderColor = false;
     this.xrTableCell18.StylePriority.UseBorders = false;
     this.xrTableCell18.Text = "xrTableCell18";
     this.xrTableCell18.Weight = 0.25559013494933197D;
     //
     // TopMargin
     //
     this.TopMargin.BorderWidth = 0;
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabelAccounts,
     this.xrLabel5,
     this.xrLabel4,
     this.xrPageInfo1,
     this.xrPOrderNoValue,
     this.xrInvoiceNoValue,
     this.xrClusterValue,
     this.xrCluster,
     this.xrPOrderNo,
     this.xrDate,
     this.xrInvoiceNo,
     this.xrAirWayNoValue,
     this.xrTransitTransferNoValue,
     this.xrInsurancePolicyNoValue,
     this.xrInsurancePolicyNo,
     this.xrAirWayNo,
     this.xrTransitTransferNo,
     this.xrReceivedDate,
     this.xrReceiptConfValue,
     this.xrReceiptConf,
     this.xrReceivedDateValue,
     this.xrWareHouse,
     this.xrWareHouseValue,
     this.xrLabel2,
     this.pxLogo});
     this.TopMargin.Dpi = 254F;
     this.TopMargin.HeightF = 978F;
     this.TopMargin.Name = "TopMargin";
     this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.TopMargin.StylePriority.UseBorderWidth = false;
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabelAccounts
     //
     this.xrLabelAccounts.BackColor = System.Drawing.Color.Transparent;
     this.xrLabelAccounts.Dpi = 254F;
     this.xrLabelAccounts.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
     this.xrLabelAccounts.LocationFloat = new DevExpress.Utils.PointFloat(0F, 899.0251F);
     this.xrLabelAccounts.Name = "xrLabelAccounts";
     this.xrLabelAccounts.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabelAccounts.SizeF = new System.Drawing.SizeF(1206.757F, 53.97498F);
     this.xrLabelAccounts.StylePriority.UseBackColor = false;
     this.xrLabelAccounts.StylePriority.UseFont = false;
     this.xrLabelAccounts.StylePriority.UseTextAlignment = false;
     this.xrLabelAccounts.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel5
     //
     this.xrLabel5.BorderColor = System.Drawing.Color.DarkGray;
     this.xrLabel5.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel5.BorderWidth = 1;
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupplierName")});
     this.xrLabel5.Dpi = 254F;
     this.xrLabel5.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(322.4161F, 764.3289F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(511.7336F, 47.94238F);
     this.xrLabel5.StylePriority.UseBorderColor = false;
     this.xrLabel5.StylePriority.UseBorderDashStyle = false;
     this.xrLabel5.StylePriority.UseBorders = false;
     this.xrLabel5.StylePriority.UseBorderWidth = false;
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text = "xrLabel5";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel4
     //
     this.xrLabel4.BorderColor = System.Drawing.Color.DarkGray;
     this.xrLabel4.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel4.BorderWidth = 0;
     this.xrLabel4.Dpi = 254F;
     this.xrLabel4.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(3.116977F, 764.3293F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(319.2991F, 47.94238F);
     this.xrLabel4.StylePriority.UseBorderColor = false;
     this.xrLabel4.StylePriority.UseBorderDashStyle = false;
     this.xrLabel4.StylePriority.UseBorders = false;
     this.xrLabel4.StylePriority.UseBorderWidth = false;
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "Supplier :";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrPageInfo1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrPageInfo1.BorderWidth = 1;
     this.xrPageInfo1.Dpi = 254F;
     this.xrPageInfo1.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPageInfo1.Format = "{0:M/d/yyyy}";
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(2212.774F, 456.1418F);
     this.xrPageInfo1.Name = "xrPageInfo1";
     this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF = new System.Drawing.SizeF(396.3701F, 47.94241F);
     this.xrPageInfo1.StylePriority.UseBorderDashStyle = false;
     this.xrPageInfo1.StylePriority.UseBorders = false;
     this.xrPageInfo1.StylePriority.UseBorderWidth = false;
     this.xrPageInfo1.StylePriority.UseFont = false;
     //
     // xrPOrderNoValue
     //
     this.xrPOrderNoValue.BorderColor = System.Drawing.Color.DarkGray;
     this.xrPOrderNoValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrPOrderNoValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrPOrderNoValue.BorderWidth = 1;
     this.xrPOrderNoValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "PONumber")});
     this.xrPOrderNoValue.Dpi = 254F;
     this.xrPOrderNoValue.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrPOrderNoValue.LocationFloat = new DevExpress.Utils.PointFloat(321.0988F, 618.7015F);
     this.xrPOrderNoValue.Name = "xrPOrderNoValue";
     this.xrPOrderNoValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrPOrderNoValue.SizeF = new System.Drawing.SizeF(513.051F, 47.94238F);
     this.xrPOrderNoValue.StylePriority.UseBorderColor = false;
     this.xrPOrderNoValue.StylePriority.UseBorderDashStyle = false;
     this.xrPOrderNoValue.StylePriority.UseBorders = false;
     this.xrPOrderNoValue.StylePriority.UseBorderWidth = false;
     this.xrPOrderNoValue.StylePriority.UseFont = false;
     this.xrPOrderNoValue.StylePriority.UseTextAlignment = false;
     this.xrPOrderNoValue.Text = "xrPOrderNoValue";
     this.xrPOrderNoValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrInvoiceNoValue
     //
     this.xrInvoiceNoValue.BorderColor = System.Drawing.Color.DarkGray;
     this.xrInvoiceNoValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrInvoiceNoValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrInvoiceNoValue.BorderWidth = 1;
     this.xrInvoiceNoValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "STVOrInvoiceNo")});
     this.xrInvoiceNoValue.Dpi = 254F;
     this.xrInvoiceNoValue.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrInvoiceNoValue.LocationFloat = new DevExpress.Utils.PointFloat(1135.32F, 618.7015F);
     this.xrInvoiceNoValue.Name = "xrInvoiceNoValue";
     this.xrInvoiceNoValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrInvoiceNoValue.SizeF = new System.Drawing.SizeF(427.4147F, 47.94232F);
     this.xrInvoiceNoValue.StylePriority.UseBorderColor = false;
     this.xrInvoiceNoValue.StylePriority.UseBorderDashStyle = false;
     this.xrInvoiceNoValue.StylePriority.UseBorders = false;
     this.xrInvoiceNoValue.StylePriority.UseBorderWidth = false;
     this.xrInvoiceNoValue.StylePriority.UseFont = false;
     this.xrInvoiceNoValue.StylePriority.UseTextAlignment = false;
     this.xrInvoiceNoValue.Text = "xrInvoiceNoValue";
     this.xrInvoiceNoValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrClusterValue
     //
     this.xrClusterValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrClusterValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrClusterValue.BorderWidth = 1;
     this.xrClusterValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ClusterName")});
     this.xrClusterValue.Dpi = 254F;
     this.xrClusterValue.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrClusterValue.LocationFloat = new DevExpress.Utils.PointFloat(1135.32F, 693.2081F);
     this.xrClusterValue.Name = "xrClusterValue";
     this.xrClusterValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrClusterValue.SizeF = new System.Drawing.SizeF(430.3971F, 47.9425F);
     this.xrClusterValue.StylePriority.UseBorderDashStyle = false;
     this.xrClusterValue.StylePriority.UseBorders = false;
     this.xrClusterValue.StylePriority.UseBorderWidth = false;
     this.xrClusterValue.StylePriority.UseFont = false;
     this.xrClusterValue.StylePriority.UseTextAlignment = false;
     this.xrClusterValue.Text = "xrClusterValue";
     this.xrClusterValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrCluster
     //
     this.xrCluster.BorderColor = System.Drawing.Color.DarkGray;
     this.xrCluster.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrCluster.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrCluster.BorderWidth = 0;
     this.xrCluster.Dpi = 254F;
     this.xrCluster.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrCluster.LocationFloat = new DevExpress.Utils.PointFloat(857.476F, 693.2081F);
     this.xrCluster.Name = "xrCluster";
     this.xrCluster.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrCluster.SizeF = new System.Drawing.SizeF(277.8439F, 47.94232F);
     this.xrCluster.StylePriority.UseBorderColor = false;
     this.xrCluster.StylePriority.UseBorderDashStyle = false;
     this.xrCluster.StylePriority.UseBorders = false;
     this.xrCluster.StylePriority.UseBorderWidth = false;
     this.xrCluster.StylePriority.UseFont = false;
     this.xrCluster.StylePriority.UseTextAlignment = false;
     this.xrCluster.Text = "Cluster :";
     this.xrCluster.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrPOrderNo
     //
     this.xrPOrderNo.BorderColor = System.Drawing.Color.DarkGray;
     this.xrPOrderNo.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrPOrderNo.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrPOrderNo.BorderWidth = 0;
     this.xrPOrderNo.Dpi = 254F;
     this.xrPOrderNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrPOrderNo.LocationFloat = new DevExpress.Utils.PointFloat(0F, 618.7014F);
     this.xrPOrderNo.Name = "xrPOrderNo";
     this.xrPOrderNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrPOrderNo.SizeF = new System.Drawing.SizeF(321.0988F, 47.94238F);
     this.xrPOrderNo.StylePriority.UseBorderColor = false;
     this.xrPOrderNo.StylePriority.UseBorderDashStyle = false;
     this.xrPOrderNo.StylePriority.UseBorders = false;
     this.xrPOrderNo.StylePriority.UseBorderWidth = false;
     this.xrPOrderNo.StylePriority.UseFont = false;
     this.xrPOrderNo.StylePriority.UseTextAlignment = false;
     this.xrPOrderNo.Text = "Order No. :";
     this.xrPOrderNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrDate
     //
     this.xrDate.BorderColor = System.Drawing.Color.DarkGray;
     this.xrDate.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrDate.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrDate.BorderWidth = 0;
     this.xrDate.Dpi = 254F;
     this.xrDate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrDate.LocationFloat = new DevExpress.Utils.PointFloat(1899.617F, 456.1414F);
     this.xrDate.Name = "xrDate";
     this.xrDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrDate.SizeF = new System.Drawing.SizeF(277.8447F, 47.94232F);
     this.xrDate.StylePriority.UseBorderColor = false;
     this.xrDate.StylePriority.UseBorderDashStyle = false;
     this.xrDate.StylePriority.UseBorders = false;
     this.xrDate.StylePriority.UseBorderWidth = false;
     this.xrDate.StylePriority.UseFont = false;
     this.xrDate.StylePriority.UseTextAlignment = false;
     this.xrDate.Text = "Date :";
     this.xrDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrInvoiceNo
     //
     this.xrInvoiceNo.BorderColor = System.Drawing.Color.DarkGray;
     this.xrInvoiceNo.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrInvoiceNo.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrInvoiceNo.BorderWidth = 0;
     this.xrInvoiceNo.Dpi = 254F;
     this.xrInvoiceNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrInvoiceNo.LocationFloat = new DevExpress.Utils.PointFloat(857.4761F, 618.7015F);
     this.xrInvoiceNo.Name = "xrInvoiceNo";
     this.xrInvoiceNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrInvoiceNo.SizeF = new System.Drawing.SizeF(277.8434F, 47.9425F);
     this.xrInvoiceNo.StylePriority.UseBorderColor = false;
     this.xrInvoiceNo.StylePriority.UseBorderDashStyle = false;
     this.xrInvoiceNo.StylePriority.UseBorders = false;
     this.xrInvoiceNo.StylePriority.UseBorderWidth = false;
     this.xrInvoiceNo.StylePriority.UseFont = false;
     this.xrInvoiceNo.StylePriority.UseTextAlignment = false;
     this.xrInvoiceNo.Text = "Invoice No. :";
     this.xrInvoiceNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrAirWayNoValue
     //
     this.xrAirWayNoValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrAirWayNoValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrAirWayNoValue.BorderWidth = 1;
     this.xrAirWayNoValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "WayBillNo")});
     this.xrAirWayNoValue.Dpi = 254F;
     this.xrAirWayNoValue.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrAirWayNoValue.LocationFloat = new DevExpress.Utils.PointFloat(2223.498F, 618.7015F);
     this.xrAirWayNoValue.Name = "xrAirWayNoValue";
     this.xrAirWayNoValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrAirWayNoValue.SizeF = new System.Drawing.SizeF(365.5022F, 47.94226F);
     this.xrAirWayNoValue.StylePriority.UseBorderDashStyle = false;
     this.xrAirWayNoValue.StylePriority.UseBorders = false;
     this.xrAirWayNoValue.StylePriority.UseBorderWidth = false;
     this.xrAirWayNoValue.StylePriority.UseFont = false;
     this.xrAirWayNoValue.StylePriority.UseTextAlignment = false;
     this.xrAirWayNoValue.Text = "xrAirWayNoValue";
     this.xrAirWayNoValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTransitTransferNoValue
     //
     this.xrTransitTransferNoValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrTransitTransferNoValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTransitTransferNoValue.BorderWidth = 1;
     this.xrTransitTransferNoValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "TransitTransferNo")});
     this.xrTransitTransferNoValue.Dpi = 254F;
     this.xrTransitTransferNoValue.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrTransitTransferNoValue.LocationFloat = new DevExpress.Utils.PointFloat(2223.498F, 693.2083F);
     this.xrTransitTransferNoValue.Name = "xrTransitTransferNoValue";
     this.xrTransitTransferNoValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTransitTransferNoValue.SizeF = new System.Drawing.SizeF(365.5024F, 47.94232F);
     this.xrTransitTransferNoValue.StylePriority.UseBorderDashStyle = false;
     this.xrTransitTransferNoValue.StylePriority.UseBorders = false;
     this.xrTransitTransferNoValue.StylePriority.UseBorderWidth = false;
     this.xrTransitTransferNoValue.StylePriority.UseFont = false;
     this.xrTransitTransferNoValue.StylePriority.UseTextAlignment = false;
     this.xrTransitTransferNoValue.Text = "xrTransitTransferNoValue";
     this.xrTransitTransferNoValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrInsurancePolicyNoValue
     //
     this.xrInsurancePolicyNoValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrInsurancePolicyNoValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrInsurancePolicyNoValue.BorderWidth = 1;
     this.xrInsurancePolicyNoValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "InsurancePolicyNo")});
     this.xrInsurancePolicyNoValue.Dpi = 254F;
     this.xrInsurancePolicyNoValue.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrInsurancePolicyNoValue.LocationFloat = new DevExpress.Utils.PointFloat(2223.498F, 764.3289F);
     this.xrInsurancePolicyNoValue.Name = "xrInsurancePolicyNoValue";
     this.xrInsurancePolicyNoValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrInsurancePolicyNoValue.SizeF = new System.Drawing.SizeF(365.5024F, 47.94232F);
     this.xrInsurancePolicyNoValue.StylePriority.UseBorderDashStyle = false;
     this.xrInsurancePolicyNoValue.StylePriority.UseBorders = false;
     this.xrInsurancePolicyNoValue.StylePriority.UseBorderWidth = false;
     this.xrInsurancePolicyNoValue.StylePriority.UseFont = false;
     this.xrInsurancePolicyNoValue.StylePriority.UseTextAlignment = false;
     this.xrInsurancePolicyNoValue.Text = "xrInsurancePolicyNoValue";
     this.xrInsurancePolicyNoValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrInsurancePolicyNo
     //
     this.xrInsurancePolicyNo.BorderColor = System.Drawing.Color.DarkGray;
     this.xrInsurancePolicyNo.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrInsurancePolicyNo.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrInsurancePolicyNo.BorderWidth = 0;
     this.xrInsurancePolicyNo.Dpi = 254F;
     this.xrInsurancePolicyNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrInsurancePolicyNo.LocationFloat = new DevExpress.Utils.PointFloat(1584.605F, 764.3289F);
     this.xrInsurancePolicyNo.Name = "xrInsurancePolicyNo";
     this.xrInsurancePolicyNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrInsurancePolicyNo.SizeF = new System.Drawing.SizeF(637.5713F, 47.94238F);
     this.xrInsurancePolicyNo.StylePriority.UseBorderColor = false;
     this.xrInsurancePolicyNo.StylePriority.UseBorderDashStyle = false;
     this.xrInsurancePolicyNo.StylePriority.UseBorders = false;
     this.xrInsurancePolicyNo.StylePriority.UseBorderWidth = false;
     this.xrInsurancePolicyNo.StylePriority.UseFont = false;
     this.xrInsurancePolicyNo.StylePriority.UseTextAlignment = false;
     this.xrInsurancePolicyNo.Text = "Insurance Policy No. :";
     this.xrInsurancePolicyNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrAirWayNo
     //
     this.xrAirWayNo.BorderColor = System.Drawing.Color.DarkGray;
     this.xrAirWayNo.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrAirWayNo.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrAirWayNo.BorderWidth = 0;
     this.xrAirWayNo.Dpi = 254F;
     this.xrAirWayNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrAirWayNo.LocationFloat = new DevExpress.Utils.PointFloat(1584.605F, 618.7015F);
     this.xrAirWayNo.Name = "xrAirWayNo";
     this.xrAirWayNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrAirWayNo.SizeF = new System.Drawing.SizeF(637.5713F, 47.94238F);
     this.xrAirWayNo.StylePriority.UseBorderColor = false;
     this.xrAirWayNo.StylePriority.UseBorderDashStyle = false;
     this.xrAirWayNo.StylePriority.UseBorders = false;
     this.xrAirWayNo.StylePriority.UseBorderWidth = false;
     this.xrAirWayNo.StylePriority.UseFont = false;
     this.xrAirWayNo.StylePriority.UseTextAlignment = false;
     this.xrAirWayNo.Text = "Air way Bill/ Bill of Land No./Way bill No. :";
     this.xrAirWayNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTransitTransferNo
     //
     this.xrTransitTransferNo.BorderColor = System.Drawing.Color.DarkGray;
     this.xrTransitTransferNo.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrTransitTransferNo.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTransitTransferNo.BorderWidth = 0;
     this.xrTransitTransferNo.Dpi = 254F;
     this.xrTransitTransferNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrTransitTransferNo.LocationFloat = new DevExpress.Utils.PointFloat(1584.605F, 693.2081F);
     this.xrTransitTransferNo.Name = "xrTransitTransferNo";
     this.xrTransitTransferNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTransitTransferNo.SizeF = new System.Drawing.SizeF(637.571F, 47.94244F);
     this.xrTransitTransferNo.StylePriority.UseBorderColor = false;
     this.xrTransitTransferNo.StylePriority.UseBorderDashStyle = false;
     this.xrTransitTransferNo.StylePriority.UseBorders = false;
     this.xrTransitTransferNo.StylePriority.UseBorderWidth = false;
     this.xrTransitTransferNo.StylePriority.UseFont = false;
     this.xrTransitTransferNo.StylePriority.UseTextAlignment = false;
     this.xrTransitTransferNo.Text = "Transit Transfer Voucher No. :";
     this.xrTransitTransferNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrReceivedDate
     //
     this.xrReceivedDate.BorderColor = System.Drawing.Color.DarkGray;
     this.xrReceivedDate.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrReceivedDate.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrReceivedDate.BorderWidth = 0;
     this.xrReceivedDate.Dpi = 254F;
     this.xrReceivedDate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrReceivedDate.LocationFloat = new DevExpress.Utils.PointFloat(3.116977F, 693.2083F);
     this.xrReceivedDate.Name = "xrReceivedDate";
     this.xrReceivedDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrReceivedDate.SizeF = new System.Drawing.SizeF(319.2991F, 47.94238F);
     this.xrReceivedDate.StylePriority.UseBorderColor = false;
     this.xrReceivedDate.StylePriority.UseBorderDashStyle = false;
     this.xrReceivedDate.StylePriority.UseBorders = false;
     this.xrReceivedDate.StylePriority.UseBorderWidth = false;
     this.xrReceivedDate.StylePriority.UseFont = false;
     this.xrReceivedDate.StylePriority.UseTextAlignment = false;
     this.xrReceivedDate.Text = "Received Date :";
     this.xrReceivedDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrReceiptConfValue
     //
     this.xrReceiptConfValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrReceiptConfValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrReceiptConfValue.BorderWidth = 1;
     this.xrReceiptConfValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "GoodReceivingNote.ReceiptConfirmation ")});
     this.xrReceiptConfValue.Dpi = 254F;
     this.xrReceiptConfValue.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrReceiptConfValue.LocationFloat = new DevExpress.Utils.PointFloat(2212.774F, 381.635F);
     this.xrReceiptConfValue.Name = "xrReceiptConfValue";
     this.xrReceiptConfValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrReceiptConfValue.SizeF = new System.Drawing.SizeF(396.3701F, 47.94244F);
     this.xrReceiptConfValue.StylePriority.UseBorderDashStyle = false;
     this.xrReceiptConfValue.StylePriority.UseBorders = false;
     this.xrReceiptConfValue.StylePriority.UseBorderWidth = false;
     this.xrReceiptConfValue.StylePriority.UseFont = false;
     this.xrReceiptConfValue.StylePriority.UseTextAlignment = false;
     this.xrReceiptConfValue.Text = "xrReceiptConfValue";
     this.xrReceiptConfValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrReceiptConf
     //
     this.xrReceiptConf.BorderColor = System.Drawing.Color.DarkGray;
     this.xrReceiptConf.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrReceiptConf.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrReceiptConf.BorderWidth = 0;
     this.xrReceiptConf.Dpi = 254F;
     this.xrReceiptConf.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrReceiptConf.LocationFloat = new DevExpress.Utils.PointFloat(1899.617F, 381.635F);
     this.xrReceiptConf.Name = "xrReceiptConf";
     this.xrReceiptConf.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrReceiptConf.SizeF = new System.Drawing.SizeF(277.8442F, 47.94244F);
     this.xrReceiptConf.StylePriority.UseBorderColor = false;
     this.xrReceiptConf.StylePriority.UseBorderDashStyle = false;
     this.xrReceiptConf.StylePriority.UseBorders = false;
     this.xrReceiptConf.StylePriority.UseBorderWidth = false;
     this.xrReceiptConf.StylePriority.UseFont = false;
     this.xrReceiptConf.StylePriority.UseTextAlignment = false;
     this.xrReceiptConf.Text = "GRN No. :";
     this.xrReceiptConf.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrReceivedDateValue
     //
     this.xrReceivedDateValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrReceivedDateValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrReceivedDateValue.BorderWidth = 1;
     this.xrReceivedDateValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ReceivedDate", "{0:M/d/yyyy}")});
     this.xrReceivedDateValue.Dpi = 254F;
     this.xrReceivedDateValue.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrReceivedDateValue.LocationFloat = new DevExpress.Utils.PointFloat(322.416F, 693.2087F);
     this.xrReceivedDateValue.Name = "xrReceivedDateValue";
     this.xrReceivedDateValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrReceivedDateValue.SizeF = new System.Drawing.SizeF(513.051F, 47.9425F);
     this.xrReceivedDateValue.StylePriority.UseBorderDashStyle = false;
     this.xrReceivedDateValue.StylePriority.UseBorders = false;
     this.xrReceivedDateValue.StylePriority.UseBorderWidth = false;
     this.xrReceivedDateValue.StylePriority.UseFont = false;
     this.xrReceivedDateValue.StylePriority.UseTextAlignment = false;
     this.xrReceivedDateValue.Text = "xrReceivedDateValue";
     this.xrReceivedDateValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrWareHouse
     //
     this.xrWareHouse.BorderColor = System.Drawing.Color.DarkGray;
     this.xrWareHouse.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrWareHouse.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrWareHouse.BorderWidth = 0;
     this.xrWareHouse.Dpi = 254F;
     this.xrWareHouse.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrWareHouse.LocationFloat = new DevExpress.Utils.PointFloat(857.4761F, 764.3289F);
     this.xrWareHouse.Name = "xrWareHouse";
     this.xrWareHouse.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrWareHouse.SizeF = new System.Drawing.SizeF(277.8434F, 47.94238F);
     this.xrWareHouse.StylePriority.UseBorderColor = false;
     this.xrWareHouse.StylePriority.UseBorderDashStyle = false;
     this.xrWareHouse.StylePriority.UseBorders = false;
     this.xrWareHouse.StylePriority.UseBorderWidth = false;
     this.xrWareHouse.StylePriority.UseFont = false;
     this.xrWareHouse.StylePriority.UseTextAlignment = false;
     this.xrWareHouse.Text = "Warehouse :";
     this.xrWareHouse.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrWareHouseValue
     //
     this.xrWareHouseValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrWareHouseValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrWareHouseValue.BorderWidth = 1;
     this.xrWareHouseValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Warehouse")});
     this.xrWareHouseValue.Dpi = 254F;
     this.xrWareHouseValue.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrWareHouseValue.LocationFloat = new DevExpress.Utils.PointFloat(1135.32F, 764.3291F);
     this.xrWareHouseValue.Name = "xrWareHouseValue";
     this.xrWareHouseValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrWareHouseValue.SizeF = new System.Drawing.SizeF(430.3971F, 47.94257F);
     this.xrWareHouseValue.StylePriority.UseBorderDashStyle = false;
     this.xrWareHouseValue.StylePriority.UseBorders = false;
     this.xrWareHouseValue.StylePriority.UseBorderWidth = false;
     this.xrWareHouseValue.StylePriority.UseFont = false;
     this.xrWareHouseValue.StylePriority.UseTextAlignment = false;
     this.xrWareHouseValue.Text = "xrWareHouseValue";
     this.xrWareHouseValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.BackColor = System.Drawing.Color.White;
     this.xrLabel2.BorderColor = System.Drawing.Color.White;
     this.xrLabel2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel2.Dpi = 254F;
     this.xrLabel2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(785.4369F, 419.2057F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(988.8384F, 84.87842F);
     this.xrLabel2.StylePriority.UseBackColor = false;
     this.xrLabel2.StylePriority.UseBorderColor = false;
     this.xrLabel2.StylePriority.UseBorders = false;
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "Goods Receiving Note";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // pxLogo
     //
     this.pxLogo.BorderColor = System.Drawing.Color.Transparent;
     this.pxLogo.BorderWidth = 0;
     this.pxLogo.Dpi = 254F;
     this.pxLogo.Image = ((System.Drawing.Image)(resources.GetObject("pxLogo.Image")));
     this.pxLogo.LocationFloat = new DevExpress.Utils.PointFloat(0F, 123.2958F);
     this.pxLogo.Name = "pxLogo";
     this.pxLogo.SizeF = new System.Drawing.SizeF(2578.1F, 244.5807F);
     this.pxLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     this.pxLogo.StylePriority.UseBorderColor = false;
     this.pxLogo.StylePriority.UseBorderWidth = false;
     //
     // xrReceivedBy
     //
     this.xrReceivedBy.BorderColor = System.Drawing.Color.DarkGray;
     this.xrReceivedBy.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrReceivedBy.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrReceivedBy.BorderWidth = 0;
     this.xrReceivedBy.Dpi = 254F;
     this.xrReceivedBy.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrReceivedBy.LocationFloat = new DevExpress.Utils.PointFloat(1055.388F, 564.809F);
     this.xrReceivedBy.Name = "xrReceivedBy";
     this.xrReceivedBy.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrReceivedBy.SizeF = new System.Drawing.SizeF(217.34F, 47.94258F);
     this.xrReceivedBy.StylePriority.UseBorderColor = false;
     this.xrReceivedBy.StylePriority.UseBorderDashStyle = false;
     this.xrReceivedBy.StylePriority.UseBorders = false;
     this.xrReceivedBy.StylePriority.UseBorderWidth = false;
     this.xrReceivedBy.StylePriority.UseFont = false;
     this.xrReceivedBy.StylePriority.UseTextAlignment = false;
     this.xrReceivedBy.Text = "Received By :";
     this.xrReceivedBy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi = 254F;
     this.BottomMargin.HeightF = 254F;
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1,
     this.xrCommodityType});
     this.GroupHeader1.Dpi = 254F;
     this.GroupHeader1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("CommodityType", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.GroupHeader1.HeightF = 110F;
     this.GroupHeader1.Name = "GroupHeader1";
     this.GroupHeader1.PageBreak = DevExpress.XtraReports.UI.PageBreak.BeforeBand;
     //
     // xrTable1
     //
     this.xrTable1.BackColor = System.Drawing.Color.LightGray;
     this.xrTable1.Dpi = 254F;
     this.xrTable1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 64.135F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(2609.144F, 45.72F);
     this.xrTable1.StylePriority.UseBackColor = false;
     this.xrTable1.StylePriority.UseFont = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell1,
     this.xrTableCell19,
     this.xrTableCell6,
     this.xrTableCell7,
     this.xrTableCell2,
     this.xrTableCell8,
     this.xrTableCell9,
     this.xrTableCell4,
     this.xrTableCell5,
     this.xrTableCell3});
     this.xrTableRow1.Dpi = 254F;
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell1.Dpi = 254F;
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseBorders = false;
     this.xrTableCell1.Text = "No";
     this.xrTableCell1.Weight = 0.15363409018959712D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell19.Dpi = 254F;
     this.xrTableCell19.Name = "xrTableCell19";
     this.xrTableCell19.StylePriority.UseBorders = false;
     this.xrTableCell19.Text = "Stock Code";
     this.xrTableCell19.Weight = 0.34842191203342271D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell6.Dpi = 254F;
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseBorders = false;
     this.xrTableCell6.Text = "Item Name";
     this.xrTableCell6.Weight = 0.97549078371716935D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell7.Dpi = 254F;
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseBorders = false;
     this.xrTableCell7.Text = "Unit";
     this.xrTableCell7.Weight = 0.21341961611450436D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell2.Dpi = 254F;
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseBorders = false;
     this.xrTableCell2.Text = "Invoiced Qty";
     this.xrTableCell2.Weight = 0.33922641089760075D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell8.Dpi = 254F;
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseBorders = false;
     this.xrTableCell8.Text = "Received Qty";
     this.xrTableCell8.Weight = 0.3404083365255498D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell9.Dpi = 254F;
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseBorders = false;
     this.xrTableCell9.Text = "Manufacturer";
     this.xrTableCell9.Weight = 0.800018674815262D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell4.Dpi = 254F;
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseBorders = false;
     this.xrTableCell4.Text = "Batch No";
     this.xrTableCell4.Weight = 0.3445857608973264D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell5.Dpi = 254F;
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseBorders = false;
     this.xrTableCell5.Text = "Expiry Date";
     this.xrTableCell5.Weight = 0.30952365669944437D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell3.Dpi = 254F;
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.StylePriority.UseBorders = false;
     this.xrTableCell3.Text = "Store";
     this.xrTableCell3.Weight = 0.25481300951379177D;
     //
     // xrCommodityType
     //
     this.xrCommodityType.BackColor = System.Drawing.Color.LightGray;
     this.xrCommodityType.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "GoodReceivingNote.CommodityType")});
     this.xrCommodityType.Dpi = 254F;
     this.xrCommodityType.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.xrCommodityType.LocationFloat = new DevExpress.Utils.PointFloat(0F, 10.15999F);
     this.xrCommodityType.Name = "xrCommodityType";
     this.xrCommodityType.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrCommodityType.SizeF = new System.Drawing.SizeF(944.9915F, 53.97498F);
     this.xrCommodityType.StylePriority.UseBackColor = false;
     this.xrCommodityType.StylePriority.UseFont = false;
     this.xrCommodityType.StylePriority.UseTextAlignment = false;
     this.xrCommodityType.Text = "xrCommodityType";
     this.xrCommodityType.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel3
     //
     this.xrLabel3.BorderColor = System.Drawing.Color.DarkGray;
     this.xrLabel3.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel3.BorderWidth = 1;
     this.xrLabel3.Dpi = 254F;
     this.xrLabel3.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(2078.295F, 567.3491F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(510.7046F, 47.94257F);
     this.xrLabel3.StylePriority.UseBorderColor = false;
     this.xrLabel3.StylePriority.UseBorderDashStyle = false;
     this.xrLabel3.StylePriority.UseBorders = false;
     this.xrLabel3.StylePriority.UseBorderWidth = false;
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.BorderColor = System.Drawing.Color.DarkGray;
     this.xrLabel1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel1.BorderWidth = 1;
     this.xrLabel1.Dpi = 254F;
     this.xrLabel1.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(1286.592F, 564.809F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(517.9017F, 47.94258F);
     this.xrLabel1.StylePriority.UseBorderColor = false;
     this.xrLabel1.StylePriority.UseBorderDashStyle = false;
     this.xrLabel1.StylePriority.UseBorders = false;
     this.xrLabel1.StylePriority.UseBorderWidth = false;
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrConfirmedBy
     //
     this.xrConfirmedBy.BorderColor = System.Drawing.Color.DarkGray;
     this.xrConfirmedBy.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrConfirmedBy.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrConfirmedBy.BorderWidth = 0;
     this.xrConfirmedBy.Dpi = 254F;
     this.xrConfirmedBy.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrConfirmedBy.LocationFloat = new DevExpress.Utils.PointFloat(1819.734F, 567.3491F);
     this.xrConfirmedBy.Multiline = true;
     this.xrConfirmedBy.Name = "xrConfirmedBy";
     this.xrConfirmedBy.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrConfirmedBy.SizeF = new System.Drawing.SizeF(242.051F, 47.9425F);
     this.xrConfirmedBy.StylePriority.UseBorderColor = false;
     this.xrConfirmedBy.StylePriority.UseBorderDashStyle = false;
     this.xrConfirmedBy.StylePriority.UseBorders = false;
     this.xrConfirmedBy.StylePriority.UseBorderWidth = false;
     this.xrConfirmedBy.StylePriority.UseFont = false;
     this.xrConfirmedBy.StylePriority.UseTextAlignment = false;
     this.xrConfirmedBy.Text = "Confirmed By :\r\n";
     this.xrConfirmedBy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // formattingRule1
     //
     this.formattingRule1.Name = "formattingRule1";
     //
     // bindingSource1
     //
     this.bindingSource1.DataMember = "GoodReceivingNote";
     this.bindingSource1.DataSource = typeof(HCMIS.Desktop.Reports.Helpers.TheDataSet);
     //
     // GroupFooter1
     //
     this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel3,
     this.xrConfirmedBy,
     this.xrLabel1,
     this.xrReceivedBy});
     this.GroupFooter1.Dpi = 254F;
     this.GroupFooter1.HeightF = 640.2917F;
     this.GroupFooter1.Name = "GroupFooter1";
     //
     // GoodsReceivingNote
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin,
     this.GroupHeader1,
     this.GroupFooter1});
     this.DataSource = this.bindingSource1;
     this.Dpi = 254F;
     this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
     this.formattingRule1});
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(124, 56, 978, 254);
     this.PageHeight = 2159;
     this.PageWidth = 2794;
     this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 31.75F;
     this.Version = "11.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 8
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary();
     this.detailBand1 = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel15   = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel17   = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel18   = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel19   = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel20   = new DevExpress.XtraReports.UI.XRLabel();
     this.table2      = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow2   = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell7  = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell8  = new DevExpress.XtraReports.UI.XRTableCell();
     this.ReportGroupFooterBandStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.groupHeaderBand1           = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel8                   = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportEvenStyle            = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportHeaderBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportOddStyle             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportGroupHeaderBandStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportDetailBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.pageHeaderBand1            = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel1                   = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3                   = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4                   = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5                   = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6                   = new DevExpress.XtraReports.UI.XRLabel();
     this.bottomMarginBand1          = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportFooterBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.groupFooterBand1           = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.topMarginBand1             = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel14                  = new DevExpress.XtraReports.UI.XRLabel();
     this.totalBindingSource         = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.table2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.totalBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detailBand1
     //
     this.detailBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel15,
         this.xrLabel17,
         this.xrLabel18,
         this.xrLabel19,
         this.xrLabel20
     });
     this.detailBand1.Dpi                     = 254F;
     this.detailBand1.EvenStyleName           = "ReportEvenStyle";
     this.detailBand1.HeightF                 = 69.29163F;
     this.detailBand1.KeepTogether            = true;
     this.detailBand1.MultiColumn.ColumnCount = 5;
     this.detailBand1.MultiColumn.Mode        = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnWidth;
     this.detailBand1.Name                    = "detailBand1";
     this.detailBand1.OddStyleName            = "ReportOddStyle";
     this.detailBand1.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("date", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("time_begin", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.detailBand1.StyleName = "ReportDetailBandStyle";
     //
     // xrLabel15
     //
     this.xrLabel15.AnchorHorizontal = ((DevExpress.XtraReports.UI.HorizontalAnchorStyles)((DevExpress.XtraReports.UI.HorizontalAnchorStyles.Left | DevExpress.XtraReports.UI.HorizontalAnchorStyles.Right)));
     this.xrLabel15.AnchorVertical   = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom)));
     this.xrLabel15.BackColor        = System.Drawing.Color.Transparent;
     this.xrLabel15.Borders          = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                               | DevExpress.XtraPrinting.BorderSide.Right)
                                                                              | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel15.CanGrow = false;
     this.xrLabel15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "date", "{0:d}")
     });
     this.xrLabel15.Dpi           = 254F;
     this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel15.Multiline     = true;
     this.xrLabel15.Name          = "xrLabel15";
     this.xrLabel15.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel15.SizeF         = new System.Drawing.SizeF(393.2084F, 69.29163F);
     this.xrLabel15.StylePriority.UseBackColor     = false;
     this.xrLabel15.StylePriority.UseBorders       = false;
     this.xrLabel15.StylePriority.UsePadding       = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text          = "xrLabel15";
     this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel15.WordWrap      = false;
     //
     // xrLabel17
     //
     this.xrLabel17.AnchorHorizontal = ((DevExpress.XtraReports.UI.HorizontalAnchorStyles)((DevExpress.XtraReports.UI.HorizontalAnchorStyles.Left | DevExpress.XtraReports.UI.HorizontalAnchorStyles.Right)));
     this.xrLabel17.AnchorVertical   = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom)));
     this.xrLabel17.BackColor        = System.Drawing.Color.Transparent;
     this.xrLabel17.Borders          = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
                                                                              | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel17.CanGrow = false;
     this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "time_begin", "{0:t}")
     });
     this.xrLabel17.Dpi           = 254F;
     this.xrLabel17.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(393.2084F, 0F);
     this.xrLabel17.Multiline     = true;
     this.xrLabel17.Name          = "xrLabel17";
     this.xrLabel17.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel17.SizeF         = new System.Drawing.SizeF(283.0542F, 69.29163F);
     this.xrLabel17.StylePriority.UseBackColor     = false;
     this.xrLabel17.StylePriority.UseBorders       = false;
     this.xrLabel17.StylePriority.UseForeColor     = false;
     this.xrLabel17.StylePriority.UsePadding       = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.Text          = "xrLabel17";
     this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel17.WordWrap      = false;
     //
     // xrLabel18
     //
     this.xrLabel18.AnchorHorizontal = ((DevExpress.XtraReports.UI.HorizontalAnchorStyles)((DevExpress.XtraReports.UI.HorizontalAnchorStyles.Left | DevExpress.XtraReports.UI.HorizontalAnchorStyles.Right)));
     this.xrLabel18.AnchorVertical   = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom)));
     this.xrLabel18.AutoWidth        = true;
     this.xrLabel18.BackColor        = System.Drawing.Color.Transparent;
     this.xrLabel18.Borders          = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
                                                                              | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel18.CanGrow = false;
     this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "time_end", "{0:t}")
     });
     this.xrLabel18.Dpi           = 254F;
     this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(676.2625F, 0F);
     this.xrLabel18.Multiline     = true;
     this.xrLabel18.Name          = "xrLabel18";
     this.xrLabel18.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel18.SizeF         = new System.Drawing.SizeF(320.0962F, 69.29163F);
     this.xrLabel18.StylePriority.UseBackColor     = false;
     this.xrLabel18.StylePriority.UseBorders       = false;
     this.xrLabel18.StylePriority.UsePadding       = false;
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.Text          = "xrLabel18";
     this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel18.WordWrap      = false;
     //
     // xrLabel19
     //
     this.xrLabel19.AnchorHorizontal = ((DevExpress.XtraReports.UI.HorizontalAnchorStyles)((DevExpress.XtraReports.UI.HorizontalAnchorStyles.Left | DevExpress.XtraReports.UI.HorizontalAnchorStyles.Right)));
     this.xrLabel19.AnchorVertical   = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom)));
     this.xrLabel19.BackColor        = System.Drawing.Color.Transparent;
     this.xrLabel19.Borders          = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
                                                                              | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel19.CanGrow = false;
     this.xrLabel19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "time_span")
     });
     this.xrLabel19.Dpi           = 254F;
     this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(996.3588F, 0F);
     this.xrLabel19.Multiline     = true;
     this.xrLabel19.Name          = "xrLabel19";
     this.xrLabel19.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel19.SizeF         = new System.Drawing.SizeF(301.575F, 69.29163F);
     this.xrLabel19.StylePriority.UseBackColor     = false;
     this.xrLabel19.StylePriority.UseBorders       = false;
     this.xrLabel19.StylePriority.UsePadding       = false;
     this.xrLabel19.StylePriority.UseTextAlignment = false;
     this.xrLabel19.Text          = "xrLabel19";
     this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel19.WordWrap      = false;
     //
     // xrLabel20
     //
     this.xrLabel20.AnchorHorizontal = DevExpress.XtraReports.UI.HorizontalAnchorStyles.Left;
     this.xrLabel20.AnchorVertical   = DevExpress.XtraReports.UI.VerticalAnchorStyles.Top;
     this.xrLabel20.BackColor        = System.Drawing.Color.Transparent;
     this.xrLabel20.Borders          = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
                                                                              | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "other")
     });
     this.xrLabel20.Dpi           = 254F;
     this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(1297.934F, 0F);
     this.xrLabel20.Multiline     = true;
     this.xrLabel20.Name          = "xrLabel20";
     this.xrLabel20.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel20.SizeF         = new System.Drawing.SizeF(1164.066F, 69.29163F);
     this.xrLabel20.StylePriority.UseBackColor     = false;
     this.xrLabel20.StylePriority.UseBorders       = false;
     this.xrLabel20.StylePriority.UsePadding       = false;
     this.xrLabel20.StylePriority.UseTextAlignment = false;
     this.xrLabel20.Text          = "xrLabel20";
     this.xrLabel20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // table2
     //
     this.table2.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.table2.BorderColor   = System.Drawing.Color.Black;
     this.table2.Dpi           = 254F;
     this.table2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.table2.Name          = "table2";
     this.table2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.tableRow2
     });
     this.table2.SizeF = new System.Drawing.SizeF(1906.375F, 64F);
     this.table2.StylePriority.UseBackColor   = false;
     this.table2.StylePriority.UseBorderColor = false;
     //
     // tableRow2
     //
     this.tableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell7,
         this.tableCell8
     });
     this.tableRow2.Dpi    = 254F;
     this.tableRow2.Name   = "tableRow2";
     this.tableRow2.Weight = 10.46953028649871D;
     //
     // tableCell7
     //
     this.tableCell7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.tableCell7.Borders   = DevExpress.XtraPrinting.BorderSide.Left;
     this.tableCell7.Dpi       = 254F;
     this.tableCell7.Font      = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.tableCell7.Name      = "tableCell7";
     this.tableCell7.StylePriority.UseBackColor = false;
     this.tableCell7.StylePriority.UseBorders   = false;
     this.tableCell7.StylePriority.UseFont      = false;
     this.tableCell7.Text     = "Вид работ:";
     this.tableCell7.Weight   = 0.23698146928885625D;
     this.tableCell7.WordWrap = false;
     //
     // tableCell8
     //
     this.tableCell8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.tableCell8.Borders   = DevExpress.XtraPrinting.BorderSide.Left;
     this.tableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "work")
     });
     this.tableCell8.Dpi  = 254F;
     this.tableCell8.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Italic);
     this.tableCell8.Name = "tableCell8";
     this.tableCell8.StylePriority.UseBackColor = false;
     this.tableCell8.StylePriority.UseBorders   = false;
     this.tableCell8.StylePriority.UseFont      = false;
     this.tableCell8.Weight   = 1.7297903320182018D;
     this.tableCell8.WordWrap = false;
     //
     // ReportGroupFooterBandStyle
     //
     this.ReportGroupFooterBandStyle.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.ReportGroupFooterBandStyle.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(255)))));
     this.ReportGroupFooterBandStyle.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
     this.ReportGroupFooterBandStyle.Font            = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Bold);
     this.ReportGroupFooterBandStyle.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.ReportGroupFooterBandStyle.Name            = "ReportGroupFooterBandStyle";
     this.ReportGroupFooterBandStyle.Padding         = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportGroupFooterBandStyle.TextAlignment   = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // groupHeaderBand1
     //
     this.groupHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table2,
         this.xrLabel8
     });
     this.groupHeaderBand1.Dpi = 254F;
     this.groupHeaderBand1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("work", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.groupHeaderBand1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail;
     this.groupHeaderBand1.HeightF    = 64F;
     this.groupHeaderBand1.Name       = "groupHeaderBand1";
     this.groupHeaderBand1.StyleName  = "ReportGroupHeaderBandStyle";
     //
     // xrLabel8
     //
     this.xrLabel8.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.xrLabel8.BorderColor     = System.Drawing.Color.Black;
     this.xrLabel8.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
     this.xrLabel8.Borders         = DevExpress.XtraPrinting.BorderSide.Right;
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "time_span")
     });
     this.xrLabel8.Dpi           = 254F;
     this.xrLabel8.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(1906.375F, 0F);
     this.xrLabel8.Name          = "xrLabel8";
     this.xrLabel8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel8.SizeF         = new System.Drawing.SizeF(555.6254F, 64F);
     this.xrLabel8.StylePriority.UseBackColor       = false;
     this.xrLabel8.StylePriority.UseBorderColor     = false;
     this.xrLabel8.StylePriority.UseBorderDashStyle = false;
     this.xrLabel8.StylePriority.UseBorders         = false;
     this.xrLabel8.StylePriority.UseFont            = false;
     this.xrLabel8.StylePriority.UseForeColor       = false;
     this.xrLabel8.StylePriority.UsePadding         = false;
     this.xrLabel8.StylePriority.UseTextAlignment   = false;
     xrSummary1.FormatString          = "Всего: {0}";
     xrSummary1.IgnoreNullValues      = true;
     xrSummary1.Running               = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrLabel8.Summary            = xrSummary1;
     this.xrLabel8.Text               = "xrLabel8";
     this.xrLabel8.TextAlignment      = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrLabel8.WordWrap           = false;
     this.xrLabel8.SummaryCalculated += new DevExpress.XtraReports.UI.TextFormatEventHandler(this.xrLabel8_SummaryCalculated);
     this.xrLabel8.SummaryGetResult  += new DevExpress.XtraReports.UI.SummaryGetResultHandler(this.xrLabel8_SummaryGetResult);
     this.xrLabel8.SummaryReset      += new System.EventHandler(this.xrLabel8_SummaryReset);
     this.xrLabel8.SummaryRowChanged += new System.EventHandler(this.xrLabel8_SummaryRowChanged);
     //
     // ReportEvenStyle
     //
     this.ReportEvenStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportEvenStyle.Name          = "ReportEvenStyle";
     this.ReportEvenStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportEvenStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportHeaderBandStyle
     //
     this.ReportHeaderBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportHeaderBandStyle.Name          = "ReportHeaderBandStyle";
     this.ReportHeaderBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportHeaderBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportOddStyle
     //
     this.ReportOddStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportOddStyle.Name          = "ReportOddStyle";
     this.ReportOddStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportOddStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportGroupHeaderBandStyle
     //
     this.ReportGroupHeaderBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportGroupHeaderBandStyle.Name          = "ReportGroupHeaderBandStyle";
     this.ReportGroupHeaderBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 0, 0, 0, 254F);
     this.ReportGroupHeaderBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportDetailBandStyle
     //
     this.ReportDetailBandStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportDetailBandStyle.Name          = "ReportDetailBandStyle";
     this.ReportDetailBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportDetailBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // pageHeaderBand1
     //
     this.pageHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrLabel3,
         this.xrLabel4,
         this.xrLabel5,
         this.xrLabel6
     });
     this.pageHeaderBand1.Dpi       = 254F;
     this.pageHeaderBand1.HeightF   = 114.2708F;
     this.pageHeaderBand1.Name      = "pageHeaderBand1";
     this.pageHeaderBand1.StyleName = "ReportHeaderBandStyle";
     //
     // xrLabel1
     //
     this.xrLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(218)))), ((int)(((byte)(251)))));
     this.xrLabel1.Borders   = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel1.Dpi           = 254F;
     this.xrLabel1.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(393.2084F, 114.2708F);
     this.xrLabel1.StylePriority.UseBackColor     = false;
     this.xrLabel1.StylePriority.UseBorders       = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UsePadding       = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "Дата";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(218)))), ((int)(((byte)(251)))));
     this.xrLabel3.Borders   = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel3.Dpi           = 254F;
     this.xrLabel3.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(393.2084F, 0F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(283.0541F, 114.2708F);
     this.xrLabel3.StylePriority.UseBackColor     = false;
     this.xrLabel3.StylePriority.UseBorders       = false;
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UsePadding       = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text          = "Время начала";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(218)))), ((int)(((byte)(251)))));
     this.xrLabel4.Borders   = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel4.Dpi           = 254F;
     this.xrLabel4.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(676.2625F, 0F);
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(320.0962F, 114.2708F);
     this.xrLabel4.StylePriority.UseBackColor     = false;
     this.xrLabel4.StylePriority.UseBorders       = false;
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UsePadding       = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text          = "Время окончания";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel5
     //
     this.xrLabel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(218)))), ((int)(((byte)(251)))));
     this.xrLabel5.Borders   = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel5.Dpi           = 254F;
     this.xrLabel5.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(996.3588F, 0F);
     this.xrLabel5.Name          = "xrLabel5";
     this.xrLabel5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel5.SizeF         = new System.Drawing.SizeF(301.575F, 114.2708F);
     this.xrLabel5.StylePriority.UseBackColor     = false;
     this.xrLabel5.StylePriority.UseBorders       = false;
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UsePadding       = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text          = "Времени всего";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel6
     //
     this.xrLabel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(218)))), ((int)(((byte)(251)))));
     this.xrLabel6.Borders   = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                       | DevExpress.XtraPrinting.BorderSide.Right)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel6.Dpi           = 254F;
     this.xrLabel6.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(1297.934F, 0F);
     this.xrLabel6.Name          = "xrLabel6";
     this.xrLabel6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel6.SizeF         = new System.Drawing.SizeF(1164.066F, 114.2708F);
     this.xrLabel6.StylePriority.UseBackColor     = false;
     this.xrLabel6.StylePriority.UseBorders       = false;
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UsePadding       = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text          = "Прочее";
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.Dpi     = 254F;
     this.bottomMarginBand1.HeightF = 215.8957F;
     this.bottomMarginBand1.Name    = "bottomMarginBand1";
     //
     // ReportFooterBandStyle
     //
     this.ReportFooterBandStyle.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.ReportFooterBandStyle.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(191)))), ((int)(((byte)(255)))));
     this.ReportFooterBandStyle.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
     this.ReportFooterBandStyle.Font            = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Bold);
     this.ReportFooterBandStyle.ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.ReportFooterBandStyle.Name            = "ReportFooterBandStyle";
     this.ReportFooterBandStyle.Padding         = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportFooterBandStyle.TextAlignment   = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // groupFooterBand1
     //
     this.groupFooterBand1.Dpi       = 254F;
     this.groupFooterBand1.Expanded  = false;
     this.groupFooterBand1.HeightF   = 0F;
     this.groupFooterBand1.Name      = "groupFooterBand1";
     this.groupFooterBand1.StyleName = "ReportGroupFooterBandStyle";
     //
     // topMarginBand1
     //
     this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel14
     });
     this.topMarginBand1.Dpi     = 254F;
     this.topMarginBand1.HeightF = 331F;
     this.topMarginBand1.Name    = "topMarginBand1";
     //
     // xrLabel14
     //
     this.xrLabel14.Dpi                            = 254F;
     this.xrLabel14.Font                           = new System.Drawing.Font("Times New Roman", 16F);
     this.xrLabel14.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 123.0209F);
     this.xrLabel14.Multiline                      = true;
     this.xrLabel14.Name                           = "xrLabel14";
     this.xrLabel14.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel14.SizeF                          = new System.Drawing.SizeF(2462F, 207.4833F);
     this.xrLabel14.StylePriority.UseFont          = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text                           = "Отчет по видам работ за период с";
     this.xrLabel14.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // totalBindingSource
     //
     this.totalBindingSource.DataMember = "total";
     //
     // no_forms_report_work
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.topMarginBand1,
         this.pageHeaderBand1,
         this.groupHeaderBand1,
         this.detailBand1,
         this.groupFooterBand1,
         this.bottomMarginBand1
     });
     this.Dpi          = 254F;
     this.Landscape    = true;
     this.Margins      = new System.Drawing.Printing.Margins(254, 254, 331, 216);
     this.PageHeight   = 2100;
     this.PageWidth    = 2970;
     this.PaperKind    = System.Drawing.Printing.PaperKind.A4;
     this.ReportUnit   = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 25F;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.ReportHeaderBandStyle,
         this.ReportGroupHeaderBandStyle,
         this.ReportDetailBandStyle,
         this.ReportGroupFooterBandStyle,
         this.ReportFooterBandStyle,
         this.ReportOddStyle,
         this.ReportEvenStyle
     });
     this.Version = "16.2";
     ((System.ComponentModel.ISupportInitialize)(this.table2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.totalBindingSource)).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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReceiptConfirmationPrintoutStore));
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell55 = new DevExpress.XtraReports.UI.XRTableCell();
     this.bindingSourceShortage = new System.Windows.Forms.BindingSource(this.components);
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.pxLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrNumberOfCasesValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPurchaseOrderNo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPurchaseOrderNoValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrNumberOfCases = new DevExpress.XtraReports.UI.XRLabel();
     this.xrAir = new DevExpress.XtraReports.UI.XRLabel();
     this.xrAirValue = new DevExpress.XtraReports.UI.XRLabel();
     this.Date = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.GRVNO = new DevExpress.XtraReports.UI.XRLabel();
     this.xrGRVLabel = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell54 = new DevExpress.XtraReports.UI.XRTableCell();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrLabelReportPrintedBy = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.CheckedBy = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.PreparedBy = new DevExpress.XtraReports.UI.XRLabel();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrFromFacilityValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrFromFacility = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabelStoreName = new DevExpress.XtraReports.UI.XRLabel();
     this.xrSTVNoValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrSTV = new DevExpress.XtraReports.UI.XRLabel();
     this.BranchName = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrInsuranceValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrInsurance = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTransitValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTransit = new DevExpress.XtraReports.UI.XRLabel();
     this.xrInvoiceNoValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrInvoiceNo = new DevExpress.XtraReports.UI.XRLabel();
     this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
     this.topMarginBand2 = new DevExpress.XtraReports.UI.TopMarginBand();
     this.topMarginBand3 = new DevExpress.XtraReports.UI.TopMarginBand();
     this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrShortageReport = new DevExpress.XtraReports.UI.XRSubreport();
     this.receiptConfirmationShortagePrintout1 = new HCMIS.Desktop.Reports.ReceiptConfirmationShortagePrintout();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceShortage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.receiptConfirmationShortagePrintout1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail.Dpi = 254F;
     this.Detail.HeightF = 50.8F;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.xrTable1.Dpi = 254F;
     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(2659F, 50.8F);
     this.xrTable1.StylePriority.UseBorderColor = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell8,
     this.xrTableCell4,
     this.xrTableCell3,
     this.xrTableCell6,
     this.xrTableCell5,
     this.xrTableCell26,
     this.xrTableCell1,
     this.xrTableCell10,
     this.xrTableCell7,
     this.xrTableCell55});
     this.xrTableRow1.Dpi = 254F;
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell8.BorderWidth = 1;
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "LineNum")});
     this.xrTableCell8.Dpi = 254F;
     this.xrTableCell8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell8.StylePriority.UseBorderColor = false;
     this.xrTableCell8.StylePriority.UseBorders = false;
     this.xrTableCell8.StylePriority.UseBorderWidth = false;
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UsePadding = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "xrTableCell8";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell8.Weight = 0.052306956236848431D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell4.BorderWidth = 1;
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "StockCode")});
     this.xrTableCell4.Dpi = 254F;
     this.xrTableCell4.Font = new System.Drawing.Font("Tahoma", 8F);
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseBorderColor = false;
     this.xrTableCell4.StylePriority.UseBorders = false;
     this.xrTableCell4.StylePriority.UseBorderWidth = false;
     this.xrTableCell4.StylePriority.UseFont = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "xrTableCell4";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell4.Weight = 0.13297759497666847D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell3.BorderWidth = 1;
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "FullItemName")});
     this.xrTableCell3.Dpi = 254F;
     this.xrTableCell3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell3.StylePriority.UseBorderColor = false;
     this.xrTableCell3.StylePriority.UseBorders = false;
     this.xrTableCell3.StylePriority.UseBorderWidth = false;
     this.xrTableCell3.StylePriority.UseFont = false;
     this.xrTableCell3.StylePriority.UsePadding = false;
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     this.xrTableCell3.Text = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell3.Weight = 0.51693581180638015D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell6.BorderWidth = 1;
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Unit")});
     this.xrTableCell6.Dpi = 254F;
     this.xrTableCell6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 0, 0, 254F);
     this.xrTableCell6.StylePriority.UseBorderColor = false;
     this.xrTableCell6.StylePriority.UseBorders = false;
     this.xrTableCell6.StylePriority.UseBorderWidth = false;
     this.xrTableCell6.StylePriority.UseFont = false;
     this.xrTableCell6.StylePriority.UsePadding = false;
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text = "xrTableCell6";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell6.Weight = 0.098164910258419114D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell5.BorderWidth = 1;
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "InvoicedQty", "{0:#,###.##}")});
     this.xrTableCell5.Dpi = 254F;
     this.xrTableCell5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 0, 0, 254F);
     this.xrTableCell5.StylePriority.UseBorderColor = false;
     this.xrTableCell5.StylePriority.UseBorders = false;
     this.xrTableCell5.StylePriority.UseBorderWidth = false;
     this.xrTableCell5.StylePriority.UseFont = false;
     this.xrTableCell5.StylePriority.UsePadding = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text = "xrTableCell5";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell5.Weight = 0.12937658343250175D;
     //
     // xrTableCell26
     //
     this.xrTableCell26.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell26.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
     this.xrTableCell26.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell26.BorderWidth = 1;
     this.xrTableCell26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ReceivedQtyPacks", "{0:#,###.##}")});
     this.xrTableCell26.Dpi = 254F;
     this.xrTableCell26.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell26.Name = "xrTableCell26";
     this.xrTableCell26.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 0, 0, 254F);
     this.xrTableCell26.StylePriority.UseBorderColor = false;
     this.xrTableCell26.StylePriority.UseBorderDashStyle = false;
     this.xrTableCell26.StylePriority.UseBorders = false;
     this.xrTableCell26.StylePriority.UseBorderWidth = false;
     this.xrTableCell26.StylePriority.UseFont = false;
     this.xrTableCell26.StylePriority.UsePadding = false;
     this.xrTableCell26.StylePriority.UseTextAlignment = false;
     this.xrTableCell26.Text = "xrTableCell26";
     this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell26.Weight = 0.13842715016684254D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell1.BorderWidth = 1;
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ManufacturerName")});
     this.xrTableCell1.Dpi = 254F;
     this.xrTableCell1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 0, 0, 254F);
     this.xrTableCell1.StylePriority.UseBorderColor = false;
     this.xrTableCell1.StylePriority.UseBorders = false;
     this.xrTableCell1.StylePriority.UseBorderWidth = false;
     this.xrTableCell1.StylePriority.UseFont = false;
     this.xrTableCell1.StylePriority.UsePadding = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text = "xrTableCell1";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell1.Weight = 0.27532459182089958D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell10.BorderWidth = 1;
     this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "BatchNumber")});
     this.xrTableCell10.Dpi = 254F;
     this.xrTableCell10.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 0, 0, 254F);
     this.xrTableCell10.StylePriority.UseBorderColor = false;
     this.xrTableCell10.StylePriority.UseBorders = false;
     this.xrTableCell10.StylePriority.UseBorderWidth = false;
     this.xrTableCell10.StylePriority.UseFont = false;
     this.xrTableCell10.StylePriority.UsePadding = false;
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.Text = "xrTableCell10";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell10.Weight = 0.13677999054596354D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell7.BorderWidth = 1;
     this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ExpiryDate", "{0:M/d/yyyy}")});
     this.xrTableCell7.Dpi = 254F;
     this.xrTableCell7.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 0, 0, 254F);
     this.xrTableCell7.StylePriority.UseBorderColor = false;
     this.xrTableCell7.StylePriority.UseBorders = false;
     this.xrTableCell7.StylePriority.UseBorderWidth = false;
     this.xrTableCell7.StylePriority.UseFont = false;
     this.xrTableCell7.StylePriority.UsePadding = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text = "xrTableCell7";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell7.Weight = 0.12390372849514614D;
     //
     // xrTableCell55
     //
     this.xrTableCell55.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell55.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell55.BorderWidth = 1;
     this.xrTableCell55.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "PhysicalStoreName")});
     this.xrTableCell55.Dpi = 254F;
     this.xrTableCell55.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell55.Name = "xrTableCell55";
     this.xrTableCell55.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 0, 0, 254F);
     this.xrTableCell55.StylePriority.UseBorderColor = false;
     this.xrTableCell55.StylePriority.UseBorders = false;
     this.xrTableCell55.StylePriority.UseBorderWidth = false;
     this.xrTableCell55.StylePriority.UseFont = false;
     this.xrTableCell55.StylePriority.UsePadding = false;
     this.xrTableCell55.StylePriority.UseTextAlignment = false;
     this.xrTableCell55.Text = "xrTableCell55";
     this.xrTableCell55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell55.Weight = 0.073340378929963285D;
     //
     // bindingSourceShortage
     //
     this.bindingSourceShortage.DataSource = typeof(HCMIS.Desktop.Reports.Helpers.TheDataSet.ReceiptConfirmationShortagePrintoutDataTable);
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.pxLogo});
     this.TopMargin.Dpi = 254F;
     this.TopMargin.HeightF = 587F;
     this.TopMargin.Name = "TopMargin";
     this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // pxLogo
     //
     this.pxLogo.BorderColor = System.Drawing.Color.Transparent;
     this.pxLogo.BorderWidth = 0;
     this.pxLogo.Dpi = 254F;
     this.pxLogo.Image = ((System.Drawing.Image)(resources.GetObject("pxLogo.Image")));
     this.pxLogo.LocationFloat = new DevExpress.Utils.PointFloat(293.1887F, 342.1277F);
     this.pxLogo.Name = "pxLogo";
     this.pxLogo.SizeF = new System.Drawing.SizeF(1939.396F, 244.5807F);
     this.pxLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     this.pxLogo.StylePriority.UseBorderColor = false;
     this.pxLogo.StylePriority.UseBorderWidth = false;
     //
     // xrNumberOfCasesValue
     //
     this.xrNumberOfCasesValue.BorderColor = System.Drawing.Color.DarkGray;
     this.xrNumberOfCasesValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrNumberOfCasesValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrNumberOfCasesValue.BorderWidth = 1;
     this.xrNumberOfCasesValue.Dpi = 254F;
     this.xrNumberOfCasesValue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrNumberOfCasesValue.LocationFloat = new DevExpress.Utils.PointFloat(320.1459F, 255.1879F);
     this.xrNumberOfCasesValue.Name = "xrNumberOfCasesValue";
     this.xrNumberOfCasesValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrNumberOfCasesValue.SizeF = new System.Drawing.SizeF(612.0051F, 47.94245F);
     this.xrNumberOfCasesValue.StylePriority.UseBorderColor = false;
     this.xrNumberOfCasesValue.StylePriority.UseBorderDashStyle = false;
     this.xrNumberOfCasesValue.StylePriority.UseBorders = false;
     this.xrNumberOfCasesValue.StylePriority.UseBorderWidth = false;
     this.xrNumberOfCasesValue.StylePriority.UseFont = false;
     this.xrNumberOfCasesValue.StylePriority.UseTextAlignment = false;
     this.xrNumberOfCasesValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrPurchaseOrderNo
     //
     this.xrPurchaseOrderNo.Dpi = 254F;
     this.xrPurchaseOrderNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrPurchaseOrderNo.LocationFloat = new DevExpress.Utils.PointFloat(7.937662F, 128.1874F);
     this.xrPurchaseOrderNo.Name = "xrPurchaseOrderNo";
     this.xrPurchaseOrderNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrPurchaseOrderNo.SizeF = new System.Drawing.SizeF(261.9375F, 47.94247F);
     this.xrPurchaseOrderNo.StylePriority.UseFont = false;
     this.xrPurchaseOrderNo.StylePriority.UseTextAlignment = false;
     this.xrPurchaseOrderNo.Text = "Purchase Order No.";
     this.xrPurchaseOrderNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrPurchaseOrderNoValue
     //
     this.xrPurchaseOrderNoValue.BorderColor = System.Drawing.Color.DarkGray;
     this.xrPurchaseOrderNoValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrPurchaseOrderNoValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrPurchaseOrderNoValue.BorderWidth = 1;
     this.xrPurchaseOrderNoValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "PONumber")});
     this.xrPurchaseOrderNoValue.Dpi = 254F;
     this.xrPurchaseOrderNoValue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrPurchaseOrderNoValue.LocationFloat = new DevExpress.Utils.PointFloat(320.1459F, 128.1874F);
     this.xrPurchaseOrderNoValue.Name = "xrPurchaseOrderNoValue";
     this.xrPurchaseOrderNoValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrPurchaseOrderNoValue.SizeF = new System.Drawing.SizeF(612.0051F, 47.94245F);
     this.xrPurchaseOrderNoValue.StylePriority.UseBorderColor = false;
     this.xrPurchaseOrderNoValue.StylePriority.UseBorderDashStyle = false;
     this.xrPurchaseOrderNoValue.StylePriority.UseBorders = false;
     this.xrPurchaseOrderNoValue.StylePriority.UseBorderWidth = false;
     this.xrPurchaseOrderNoValue.StylePriority.UseFont = false;
     this.xrPurchaseOrderNoValue.StylePriority.UseTextAlignment = false;
     this.xrPurchaseOrderNoValue.Text = "xrPurchaseOrderNoValue";
     this.xrPurchaseOrderNoValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrNumberOfCases
     //
     this.xrNumberOfCases.Dpi = 254F;
     this.xrNumberOfCases.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrNumberOfCases.LocationFloat = new DevExpress.Utils.PointFloat(7.937904F, 255.1879F);
     this.xrNumberOfCases.Name = "xrNumberOfCases";
     this.xrNumberOfCases.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrNumberOfCases.SizeF = new System.Drawing.SizeF(285.7498F, 47.94248F);
     this.xrNumberOfCases.StylePriority.UseFont = false;
     this.xrNumberOfCases.StylePriority.UseTextAlignment = false;
     this.xrNumberOfCases.Text = "Number of Cases";
     this.xrNumberOfCases.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrAir
     //
     this.xrAir.Dpi = 254F;
     this.xrAir.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrAir.LocationFloat = new DevExpress.Utils.PointFloat(1028.338F, 128.1874F);
     this.xrAir.Name = "xrAir";
     this.xrAir.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrAir.SizeF = new System.Drawing.SizeF(587.3747F, 47.94247F);
     this.xrAir.StylePriority.UseFont = false;
     this.xrAir.StylePriority.UseTextAlignment = false;
     this.xrAir.Text = "Air Way Bill/Bill of Landing No./way bill No.";
     this.xrAir.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrAirValue
     //
     this.xrAirValue.BorderColor = System.Drawing.Color.DarkGray;
     this.xrAirValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrAirValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrAirValue.BorderWidth = 1;
     this.xrAirValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "WayBillNo")});
     this.xrAirValue.Dpi = 254F;
     this.xrAirValue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrAirValue.LocationFloat = new DevExpress.Utils.PointFloat(1632.012F, 128.1874F);
     this.xrAirValue.Name = "xrAirValue";
     this.xrAirValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrAirValue.SizeF = new System.Drawing.SizeF(338.642F, 47.9425F);
     this.xrAirValue.StylePriority.UseBorderColor = false;
     this.xrAirValue.StylePriority.UseBorderDashStyle = false;
     this.xrAirValue.StylePriority.UseBorders = false;
     this.xrAirValue.StylePriority.UseBorderWidth = false;
     this.xrAirValue.StylePriority.UseFont = false;
     this.xrAirValue.StylePriority.UseTextAlignment = false;
     this.xrAirValue.Text = "xrAirValue";
     this.xrAirValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // Date
     //
     this.Date.BorderColor = System.Drawing.Color.Gray;
     this.Date.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.Date.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.Date.BorderWidth = 1;
     this.Date.Dpi = 254F;
     this.Date.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Date.LocationFloat = new DevExpress.Utils.PointFloat(2264.718F, 191.6875F);
     this.Date.Name = "Date";
     this.Date.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.Date.SizeF = new System.Drawing.SizeF(368.1697F, 47.94242F);
     this.Date.StylePriority.UseBorderColor = false;
     this.Date.StylePriority.UseBorderDashStyle = false;
     this.Date.StylePriority.UseBorders = false;
     this.Date.StylePriority.UseBorderWidth = false;
     this.Date.StylePriority.UseFont = false;
     this.Date.StylePriority.UseTextAlignment = false;
     this.Date.Text = "Date";
     this.Date.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.Dpi = 254F;
     this.xrLabel2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(2042.468F, 191.6875F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(222.25F, 47.94247F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "Date";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // GRVNO
     //
     this.GRVNO.BorderColor = System.Drawing.Color.DarkGray;
     this.GRVNO.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.GRVNO.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.GRVNO.BorderWidth = 1;
     this.GRVNO.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "PrintedGRVNumber")});
     this.GRVNO.Dpi = 254F;
     this.GRVNO.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.GRVNO.LocationFloat = new DevExpress.Utils.PointFloat(2264.718F, 128.1874F);
     this.GRVNO.Name = "GRVNO";
     this.GRVNO.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.GRVNO.SizeF = new System.Drawing.SizeF(368.1697F, 47.94242F);
     this.GRVNO.StylePriority.UseBorderColor = false;
     this.GRVNO.StylePriority.UseBorderDashStyle = false;
     this.GRVNO.StylePriority.UseBorders = false;
     this.GRVNO.StylePriority.UseBorderWidth = false;
     this.GRVNO.StylePriority.UseFont = false;
     this.GRVNO.StylePriority.UseTextAlignment = false;
     this.GRVNO.Text = "[PrintedGRVNumber]";
     this.GRVNO.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrGRVLabel
     //
     this.xrGRVLabel.Dpi = 254F;
     this.xrGRVLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrGRVLabel.LocationFloat = new DevExpress.Utils.PointFloat(2042.468F, 128.1874F);
     this.xrGRVLabel.Name = "xrGRVLabel";
     this.xrGRVLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrGRVLabel.SizeF = new System.Drawing.SizeF(222.25F, 47.94247F);
     this.xrGRVLabel.StylePriority.UseFont = false;
     this.xrGRVLabel.StylePriority.UseTextAlignment = false;
     this.xrGRVLabel.Text = "GRV No.";
     this.xrGRVLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTable2
     //
     this.xrTable2.BorderColor = System.Drawing.Color.Gray;
     this.xrTable2.Dpi = 254F;
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 55.0333F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable2.SizeF = new System.Drawing.SizeF(2659F, 50.8F);
     this.xrTable2.StylePriority.UseBorderColor = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell11,
     this.xrTableCell2,
     this.xrTableCell12,
     this.xrTableCell13,
     this.xrTableCell14,
     this.xrTableCell25,
     this.xrTableCell18,
     this.xrTableCell19,
     this.xrTableCell20,
     this.xrTableCell54});
     this.xrTableRow2.Dpi = 254F;
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.BorderColor = System.Drawing.Color.Gray;
     this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell11.BorderWidth = 1;
     this.xrTableCell11.Dpi = 254F;
     this.xrTableCell11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell11.StylePriority.UseBorderColor = false;
     this.xrTableCell11.StylePriority.UseBorders = false;
     this.xrTableCell11.StylePriority.UseBorderWidth = false;
     this.xrTableCell11.StylePriority.UseFont = false;
     this.xrTableCell11.StylePriority.UsePadding = false;
     this.xrTableCell11.StylePriority.UseTextAlignment = false;
     this.xrTableCell11.Text = "No";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell11.Weight = 0.0525157492261005D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell2.BorderWidth = 1;
     this.xrTableCell2.Dpi = 254F;
     this.xrTableCell2.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 254F);
     this.xrTableCell2.StylePriority.UseBorderColor = false;
     this.xrTableCell2.StylePriority.UseBorders = false;
     this.xrTableCell2.StylePriority.UseBorderWidth = false;
     this.xrTableCell2.StylePriority.UseFont = false;
     this.xrTableCell2.StylePriority.UsePadding = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "Stock Code";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell2.Weight = 0.13350844316385457D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.BorderColor = System.Drawing.Color.Gray;
     this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell12.BorderWidth = 1;
     this.xrTableCell12.Dpi = 254F;
     this.xrTableCell12.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell12.StylePriority.UseBorderColor = false;
     this.xrTableCell12.StylePriority.UseBorders = false;
     this.xrTableCell12.StylePriority.UseBorderWidth = false;
     this.xrTableCell12.StylePriority.UseFont = false;
     this.xrTableCell12.StylePriority.UsePadding = false;
     this.xrTableCell12.StylePriority.UseTextAlignment = false;
     this.xrTableCell12.Text = "Item Name";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell12.Weight = 0.518999286435458D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.BorderColor = System.Drawing.Color.Gray;
     this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell13.BorderWidth = 1;
     this.xrTableCell13.Dpi = 254F;
     this.xrTableCell13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell13.StylePriority.UseBorderColor = false;
     this.xrTableCell13.StylePriority.UseBorders = false;
     this.xrTableCell13.StylePriority.UseBorderWidth = false;
     this.xrTableCell13.StylePriority.UseFont = false;
     this.xrTableCell13.StylePriority.UsePadding = false;
     this.xrTableCell13.StylePriority.UseTextAlignment = false;
     this.xrTableCell13.Text = "Unit";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell13.Weight = 0.09855677119514597D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell14.BorderWidth = 1;
     this.xrTableCell14.Dpi = 254F;
     this.xrTableCell14.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell14.StylePriority.UseBorders = false;
     this.xrTableCell14.StylePriority.UseBorderWidth = false;
     this.xrTableCell14.StylePriority.UseFont = false;
     this.xrTableCell14.StylePriority.UsePadding = false;
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text = "Invoiced Qty";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell14.Weight = 0.12989304159919002D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell25.BorderWidth = 1;
     this.xrTableCell25.Dpi = 254F;
     this.xrTableCell25.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell25.StylePriority.UseBorders = false;
     this.xrTableCell25.StylePriority.UseBorderWidth = false;
     this.xrTableCell25.StylePriority.UseFont = false;
     this.xrTableCell25.StylePriority.UsePadding = false;
     this.xrTableCell25.StylePriority.UseTextAlignment = false;
     this.xrTableCell25.Text = "Received Qty";
     this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell25.Weight = 0.13897980328411735D;
     //
     // xrTableCell18
     //
     this.xrTableCell18.BorderColor = System.Drawing.Color.Gray;
     this.xrTableCell18.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell18.BorderWidth = 1;
     this.xrTableCell18.Dpi = 254F;
     this.xrTableCell18.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell18.Name = "xrTableCell18";
     this.xrTableCell18.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell18.StylePriority.UseBorderColor = false;
     this.xrTableCell18.StylePriority.UseBorders = false;
     this.xrTableCell18.StylePriority.UseBorderWidth = false;
     this.xrTableCell18.StylePriority.UseFont = false;
     this.xrTableCell18.StylePriority.UsePadding = false;
     this.xrTableCell18.StylePriority.UseTextAlignment = false;
     this.xrTableCell18.Text = "Manufacturer";
     this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell18.Weight = 0.27642373355203365D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.BorderColor = System.Drawing.Color.Gray;
     this.xrTableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell19.BorderWidth = 1;
     this.xrTableCell19.Dpi = 254F;
     this.xrTableCell19.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell19.Name = "xrTableCell19";
     this.xrTableCell19.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell19.StylePriority.UseBorderColor = false;
     this.xrTableCell19.StylePriority.UseBorders = false;
     this.xrTableCell19.StylePriority.UseBorderWidth = false;
     this.xrTableCell19.StylePriority.UseFont = false;
     this.xrTableCell19.StylePriority.UsePadding = false;
     this.xrTableCell19.StylePriority.UseTextAlignment = false;
     this.xrTableCell19.Text = "Batch No";
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell19.Weight = 0.13732569608942458D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.BorderColor = System.Drawing.Color.Gray;
     this.xrTableCell20.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell20.BorderWidth = 1;
     this.xrTableCell20.Dpi = 254F;
     this.xrTableCell20.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell20.StylePriority.UseBorderColor = false;
     this.xrTableCell20.StylePriority.UseBorders = false;
     this.xrTableCell20.StylePriority.UseBorderWidth = false;
     this.xrTableCell20.StylePriority.UseFont = false;
     this.xrTableCell20.StylePriority.UsePadding = false;
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "Expiry Date";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell20.Weight = 0.12439849866142397D;
     //
     // xrTableCell54
     //
     this.xrTableCell54.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell54.BorderWidth = 1;
     this.xrTableCell54.Dpi = 254F;
     this.xrTableCell54.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrTableCell54.Name = "xrTableCell54";
     this.xrTableCell54.Padding = new DevExpress.XtraPrinting.PaddingInfo(16, 16, 0, 0, 254F);
     this.xrTableCell54.StylePriority.UseBorders = false;
     this.xrTableCell54.StylePriority.UseBorderWidth = false;
     this.xrTableCell54.StylePriority.UseFont = false;
     this.xrTableCell54.StylePriority.UsePadding = false;
     this.xrTableCell54.StylePriority.UseTextAlignment = false;
     this.xrTableCell54.Text = "Store";
     this.xrTableCell54.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell54.Weight = 0.073632917886959331D;
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabelReportPrintedBy,
     this.xrLabel18,
     this.xrLabel17,
     this.xrLabel16,
     this.xrLabel15,
     this.xrLabel10,
     this.xrLabel3,
     this.xrLabel1,
     this.CheckedBy,
     this.xrLabel12,
     this.xrLabel4,
     this.xrLabel6,
     this.xrPageInfo1,
     this.xrLabel5,
     this.PreparedBy});
     this.BottomMargin.Dpi = 254F;
     this.BottomMargin.HeightF = 218F;
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabelReportPrintedBy
     //
     this.xrLabelReportPrintedBy.Dpi = 254F;
     this.xrLabelReportPrintedBy.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabelReportPrintedBy.ForeColor = System.Drawing.Color.Gray;
     this.xrLabelReportPrintedBy.LocationFloat = new DevExpress.Utils.PointFloat(1563.119F, 132.2917F);
     this.xrLabelReportPrintedBy.Name = "xrLabelReportPrintedBy";
     this.xrLabelReportPrintedBy.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabelReportPrintedBy.SizeF = new System.Drawing.SizeF(979.632F, 47.94247F);
     this.xrLabelReportPrintedBy.StylePriority.UseFont = false;
     this.xrLabelReportPrintedBy.StylePriority.UseForeColor = false;
     this.xrLabelReportPrintedBy.StylePriority.UseTextAlignment = false;
     this.xrLabelReportPrintedBy.Text = "Printed By {} on {}";
     this.xrLabelReportPrintedBy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel18
     //
     this.xrLabel18.Dpi = 254F;
     this.xrLabel18.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(7.937904F, 72.94257F);
     this.xrLabel18.Name = "xrLabel18";
     this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel18.SizeF = new System.Drawing.SizeF(245.6697F, 47.94247F);
     this.xrLabel18.StylePriority.UseFont = false;
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.Text = "Signature:";
     this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel17
     //
     this.xrLabel17.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel17.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel17.BorderWidth = 1;
     this.xrLabel17.Dpi = 254F;
     this.xrLabel17.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(1999.72F, 72.94257F);
     this.xrLabel17.Name = "xrLabel17";
     this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel17.SizeF = new System.Drawing.SizeF(274.7705F, 47.94247F);
     this.xrLabel17.StylePriority.UseBorderDashStyle = false;
     this.xrLabel17.StylePriority.UseBorders = false;
     this.xrLabel17.StylePriority.UseBorderWidth = false;
     this.xrLabel17.StylePriority.UseFont = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel16
     //
     this.xrLabel16.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel16.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel16.BorderWidth = 1;
     this.xrLabel16.Dpi = 254F;
     this.xrLabel16.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(1302.817F, 72.94257F);
     this.xrLabel16.Name = "xrLabel16";
     this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel16.SizeF = new System.Drawing.SizeF(274.7705F, 47.94247F);
     this.xrLabel16.StylePriority.UseBorderDashStyle = false;
     this.xrLabel16.StylePriority.UseBorders = false;
     this.xrLabel16.StylePriority.UseBorderWidth = false;
     this.xrLabel16.StylePriority.UseFont = false;
     this.xrLabel16.StylePriority.UseTextAlignment = false;
     this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel15
     //
     this.xrLabel15.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel15.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel15.BorderWidth = 1;
     this.xrLabel15.Dpi = 254F;
     this.xrLabel15.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(795.7071F, 72.94257F);
     this.xrLabel15.Name = "xrLabel15";
     this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel15.SizeF = new System.Drawing.SizeF(242.4334F, 47.94247F);
     this.xrLabel15.StylePriority.UseBorderDashStyle = false;
     this.xrLabel15.StylePriority.UseBorders = false;
     this.xrLabel15.StylePriority.UseBorderWidth = false;
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel10
     //
     this.xrLabel10.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel10.BorderWidth = 1;
     this.xrLabel10.Dpi = 254F;
     this.xrLabel10.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(253.6076F, 72.94257F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(258.3084F, 47.94247F);
     this.xrLabel10.StylePriority.UseBorderDashStyle = false;
     this.xrLabel10.StylePriority.UseBorders = false;
     this.xrLabel10.StylePriority.UseBorderWidth = false;
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel3
     //
     this.xrLabel3.Dpi = 254F;
     this.xrLabel3.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(1651.96F, 0F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(347.76F, 47.94244F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text = "Received By (Name)";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel1.BorderWidth = 1;
     this.xrLabel1.Dpi = 254F;
     this.xrLabel1.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(1999.72F, 8.074442E-05F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(274.7706F, 47.9425F);
     this.xrLabel1.StylePriority.UseBorderDashStyle = false;
     this.xrLabel1.StylePriority.UseBorders = false;
     this.xrLabel1.StylePriority.UseBorderWidth = false;
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // CheckedBy
     //
     this.CheckedBy.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.CheckedBy.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.CheckedBy.BorderWidth = 1;
     this.CheckedBy.Dpi = 254F;
     this.CheckedBy.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.CheckedBy.LocationFloat = new DevExpress.Utils.PointFloat(1302.817F, 8.074442E-05F);
     this.CheckedBy.Name = "CheckedBy";
     this.CheckedBy.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.CheckedBy.SizeF = new System.Drawing.SizeF(274.7705F, 47.94247F);
     this.CheckedBy.StylePriority.UseBorderDashStyle = false;
     this.CheckedBy.StylePriority.UseBorders = false;
     this.CheckedBy.StylePriority.UseBorderWidth = false;
     this.CheckedBy.StylePriority.UseFont = false;
     this.CheckedBy.StylePriority.UseTextAlignment = false;
     this.CheckedBy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel12
     //
     this.xrLabel12.Dpi = 254F;
     this.xrLabel12.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(1067.73F, 0F);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel12.SizeF = new System.Drawing.SizeF(235.0867F, 47.94247F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text = "Confirmed By:";
     this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel4
     //
     this.xrLabel4.Dpi = 254F;
     this.xrLabel4.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(7.937904F, 0F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(245.6697F, 47.94247F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "Prepared By:";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel6
     //
     this.xrLabel6.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel6.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel6.BorderWidth = 1;
     this.xrLabel6.Dpi = 254F;
     this.xrLabel6.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(795.7071F, 0F);
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel6.SizeF = new System.Drawing.SizeF(242.4334F, 47.94254F);
     this.xrLabel6.StylePriority.UseBorderDashStyle = false;
     this.xrLabel6.StylePriority.UseBorders = false;
     this.xrLabel6.StylePriority.UseBorderWidth = false;
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi = 254F;
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(2557.534F, 83.00414F);
     this.xrPageInfo1.Name = "xrPageInfo1";
     this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrPageInfo1.SizeF = new System.Drawing.SizeF(67.4165F, 44.97916F);
     //
     // xrLabel5
     //
     this.xrLabel5.Dpi = 254F;
     this.xrLabel5.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(547.3177F, 0F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(248.3894F, 47.94249F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text = "Delivered By:";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // PreparedBy
     //
     this.PreparedBy.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.PreparedBy.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.PreparedBy.BorderWidth = 1;
     this.PreparedBy.Dpi = 254F;
     this.PreparedBy.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.PreparedBy.LocationFloat = new DevExpress.Utils.PointFloat(253.6076F, 0F);
     this.PreparedBy.Name = "PreparedBy";
     this.PreparedBy.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.PreparedBy.SizeF = new System.Drawing.SizeF(258.3084F, 47.94247F);
     this.PreparedBy.StylePriority.UseBorderDashStyle = false;
     this.PreparedBy.StylePriority.UseBorders = false;
     this.PreparedBy.StylePriority.UseBorderWidth = false;
     this.PreparedBy.StylePriority.UseFont = false;
     this.PreparedBy.StylePriority.UseTextAlignment = false;
     this.PreparedBy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(HCMIS.Desktop.Reports.Helpers.TheDataSet.ReceiptConfirmationPrintoutDataTable);
     //
     // xrLabel25
     //
     this.xrLabel25.BackColor = System.Drawing.Color.LightGray;
     this.xrLabel25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "CommodityType")});
     this.xrLabel25.Dpi = 254F;
     this.xrLabel25.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(7.937419F, 0F);
     this.xrLabel25.Name = "xrLabel25";
     this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel25.SizeF = new System.Drawing.SizeF(970.7802F, 53.97498F);
     this.xrLabel25.StylePriority.UseBackColor = false;
     this.xrLabel25.StylePriority.UseFont = false;
     this.xrLabel25.StylePriority.UseTextAlignment = false;
     this.xrLabel25.Text = "xrLabel25";
     this.xrLabel25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrFromFacilityValue
     //
     this.xrFromFacilityValue.BorderColor = System.Drawing.Color.DarkGray;
     this.xrFromFacilityValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrFromFacilityValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrFromFacilityValue.BorderWidth = 1;
     this.xrFromFacilityValue.Dpi = 254F;
     this.xrFromFacilityValue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrFromFacilityValue.LocationFloat = new DevExpress.Utils.PointFloat(320.1459F, 318.7745F);
     this.xrFromFacilityValue.Name = "xrFromFacilityValue";
     this.xrFromFacilityValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrFromFacilityValue.SizeF = new System.Drawing.SizeF(612.0051F, 47.94238F);
     this.xrFromFacilityValue.StylePriority.UseBorderColor = false;
     this.xrFromFacilityValue.StylePriority.UseBorderDashStyle = false;
     this.xrFromFacilityValue.StylePriority.UseBorders = false;
     this.xrFromFacilityValue.StylePriority.UseBorderWidth = false;
     this.xrFromFacilityValue.StylePriority.UseFont = false;
     this.xrFromFacilityValue.StylePriority.UseTextAlignment = false;
     this.xrFromFacilityValue.Text = "xrFromFacilityValue";
     this.xrFromFacilityValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrFromFacilityValue.Visible = false;
     //
     // xrFromFacility
     //
     this.xrFromFacility.Dpi = 254F;
     this.xrFromFacility.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrFromFacility.LocationFloat = new DevExpress.Utils.PointFloat(7.937904F, 318.7745F);
     this.xrFromFacility.Name = "xrFromFacility";
     this.xrFromFacility.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrFromFacility.SizeF = new System.Drawing.SizeF(285.7498F, 47.9425F);
     this.xrFromFacility.StylePriority.UseFont = false;
     this.xrFromFacility.StylePriority.UseTextAlignment = false;
     this.xrFromFacility.Text = "Returned From";
     this.xrFromFacility.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrFromFacility.Visible = false;
     //
     // xrLabel9
     //
     this.xrLabel9.Dpi = 254F;
     this.xrLabel9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(1028.338F, 318.7745F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(351.8956F, 47.94244F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text = "Supplier:";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel7
     //
     this.xrLabel7.BackColor = System.Drawing.Color.Transparent;
     this.xrLabel7.Dpi = 254F;
     this.xrLabel7.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(928.6875F, 10.58333F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(942.3157F, 53.97497F);
     this.xrLabel7.StylePriority.UseBackColor = false;
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text = "Goods Receiving Notification Form";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.BackColor = System.Drawing.Color.Transparent;
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupplierName")});
     this.xrLabel8.Dpi = 254F;
     this.xrLabel8.Font = new System.Drawing.Font("Tahoma", 9F);
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(1402.103F, 318.7748F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(568.551F, 47.94223F);
     this.xrLabel8.StylePriority.UseBackColor = false;
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text = "xrLabel9";
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabelStoreName
     //
     this.xrLabelStoreName.BackColor = System.Drawing.Color.LightGray;
     this.xrLabelStoreName.Dpi = 254F;
     this.xrLabelStoreName.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabelStoreName.LocationFloat = new DevExpress.Utils.PointFloat(7.937419F, 379.1828F);
     this.xrLabelStoreName.Name = "xrLabelStoreName";
     this.xrLabelStoreName.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabelStoreName.SizeF = new System.Drawing.SizeF(970.7802F, 47.94226F);
     this.xrLabelStoreName.StylePriority.UseBackColor = false;
     this.xrLabelStoreName.StylePriority.UseFont = false;
     this.xrLabelStoreName.StylePriority.UseTextAlignment = false;
     this.xrLabelStoreName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrSTVNoValue
     //
     this.xrSTVNoValue.BorderColor = System.Drawing.Color.Gray;
     this.xrSTVNoValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrSTVNoValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrSTVNoValue.BorderWidth = 1;
     this.xrSTVNoValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "STVNo")});
     this.xrSTVNoValue.Dpi = 254F;
     this.xrSTVNoValue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrSTVNoValue.LocationFloat = new DevExpress.Utils.PointFloat(2264.72F, 318.7748F);
     this.xrSTVNoValue.Name = "xrSTVNoValue";
     this.xrSTVNoValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrSTVNoValue.SizeF = new System.Drawing.SizeF(368.1697F, 47.94242F);
     this.xrSTVNoValue.StylePriority.UseBorderColor = false;
     this.xrSTVNoValue.StylePriority.UseBorderDashStyle = false;
     this.xrSTVNoValue.StylePriority.UseBorders = false;
     this.xrSTVNoValue.StylePriority.UseBorderWidth = false;
     this.xrSTVNoValue.StylePriority.UseFont = false;
     this.xrSTVNoValue.StylePriority.UseTextAlignment = false;
     this.xrSTVNoValue.Text = "xrSTVNoValue";
     this.xrSTVNoValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrSTVNoValue.Visible = false;
     //
     // xrSTV
     //
     this.xrSTV.Dpi = 254F;
     this.xrSTV.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrSTV.LocationFloat = new DevExpress.Utils.PointFloat(2042.468F, 318.7748F);
     this.xrSTV.Name = "xrSTV";
     this.xrSTV.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrSTV.SizeF = new System.Drawing.SizeF(222.25F, 47.94247F);
     this.xrSTV.StylePriority.UseFont = false;
     this.xrSTV.StylePriority.UseTextAlignment = false;
     this.xrSTV.Text = "STV No.";
     this.xrSTV.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrSTV.Visible = false;
     //
     // BranchName
     //
     this.BranchName.BackColor = System.Drawing.Color.LightGray;
     this.BranchName.Dpi = 254F;
     this.BranchName.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.BranchName.LocationFloat = new DevExpress.Utils.PointFloat(7.937419F, 67.33334F);
     this.BranchName.Name = "BranchName";
     this.BranchName.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.BranchName.SizeF = new System.Drawing.SizeF(924.2136F, 53.97497F);
     this.BranchName.StylePriority.UseBackColor = false;
     this.BranchName.StylePriority.UseFont = false;
     this.BranchName.StylePriority.UseTextAlignment = false;
     this.BranchName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel14
     //
     this.xrLabel14.BorderColor = System.Drawing.Color.Gray;
     this.xrLabel14.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel14.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel14.BorderWidth = 1;
     this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "PhysicalStoreTypeName", "{0:M/d/yyyy}")});
     this.xrLabel14.Dpi = 254F;
     this.xrLabel14.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(2264.718F, 255.1879F);
     this.xrLabel14.Name = "xrLabel14";
     this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel14.SizeF = new System.Drawing.SizeF(368.1697F, 47.94242F);
     this.xrLabel14.StylePriority.UseBorderColor = false;
     this.xrLabel14.StylePriority.UseBorderDashStyle = false;
     this.xrLabel14.StylePriority.UseBorders = false;
     this.xrLabel14.StylePriority.UseBorderWidth = false;
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text = "xrLabel14";
     this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel11
     //
     this.xrLabel11.Dpi = 254F;
     this.xrLabel11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(2042.468F, 255.1879F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(222.25F, 47.94247F);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text = "Warehouse";
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrInsuranceValue
     //
     this.xrInsuranceValue.BorderColor = System.Drawing.Color.DarkGray;
     this.xrInsuranceValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrInsuranceValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrInsuranceValue.BorderWidth = 1;
     this.xrInsuranceValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "InsurancePolicyNo")});
     this.xrInsuranceValue.Dpi = 254F;
     this.xrInsuranceValue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrInsuranceValue.LocationFloat = new DevExpress.Utils.PointFloat(1632.012F, 255.1878F);
     this.xrInsuranceValue.Name = "xrInsuranceValue";
     this.xrInsuranceValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrInsuranceValue.SizeF = new System.Drawing.SizeF(338.6418F, 47.94251F);
     this.xrInsuranceValue.StylePriority.UseBorderColor = false;
     this.xrInsuranceValue.StylePriority.UseBorderDashStyle = false;
     this.xrInsuranceValue.StylePriority.UseBorders = false;
     this.xrInsuranceValue.StylePriority.UseBorderWidth = false;
     this.xrInsuranceValue.StylePriority.UseFont = false;
     this.xrInsuranceValue.StylePriority.UseTextAlignment = false;
     this.xrInsuranceValue.Text = "xrInsuranceValue";
     this.xrInsuranceValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrInsurance
     //
     this.xrInsurance.Dpi = 254F;
     this.xrInsurance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrInsurance.LocationFloat = new DevExpress.Utils.PointFloat(1028.339F, 255.1878F);
     this.xrInsurance.Name = "xrInsurance";
     this.xrInsurance.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrInsurance.SizeF = new System.Drawing.SizeF(351.8956F, 47.94244F);
     this.xrInsurance.StylePriority.UseFont = false;
     this.xrInsurance.StylePriority.UseTextAlignment = false;
     this.xrInsurance.Text = "Insurance Policy No.";
     this.xrInsurance.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTransitValue
     //
     this.xrTransitValue.BorderColor = System.Drawing.Color.DarkGray;
     this.xrTransitValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrTransitValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTransitValue.BorderWidth = 1;
     this.xrTransitValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "TransitTransferNo")});
     this.xrTransitValue.Dpi = 254F;
     this.xrTransitValue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTransitValue.LocationFloat = new DevExpress.Utils.PointFloat(1632.012F, 191.6873F);
     this.xrTransitValue.Name = "xrTransitValue";
     this.xrTransitValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTransitValue.SizeF = new System.Drawing.SizeF(338.642F, 47.94249F);
     this.xrTransitValue.StylePriority.UseBorderColor = false;
     this.xrTransitValue.StylePriority.UseBorderDashStyle = false;
     this.xrTransitValue.StylePriority.UseBorders = false;
     this.xrTransitValue.StylePriority.UseBorderWidth = false;
     this.xrTransitValue.StylePriority.UseFont = false;
     this.xrTransitValue.StylePriority.UseTextAlignment = false;
     this.xrTransitValue.Text = "xrTransitValue";
     this.xrTransitValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTransit
     //
     this.xrTransit.Dpi = 254F;
     this.xrTransit.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTransit.LocationFloat = new DevExpress.Utils.PointFloat(1028.339F, 191.6873F);
     this.xrTransit.Name = "xrTransit";
     this.xrTransit.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTransit.SizeF = new System.Drawing.SizeF(463.0208F, 47.94246F);
     this.xrTransit.StylePriority.UseFont = false;
     this.xrTransit.StylePriority.UseTextAlignment = false;
     this.xrTransit.Text = "Transit Transfer Voucher No.";
     this.xrTransit.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrInvoiceNoValue
     //
     this.xrInvoiceNoValue.BorderColor = System.Drawing.Color.DarkGray;
     this.xrInvoiceNoValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrInvoiceNoValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrInvoiceNoValue.BorderWidth = 1;
     this.xrInvoiceNoValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "STVOrInvoiceNo")});
     this.xrInvoiceNoValue.Dpi = 254F;
     this.xrInvoiceNoValue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrInvoiceNoValue.LocationFloat = new DevExpress.Utils.PointFloat(320.1459F, 191.6875F);
     this.xrInvoiceNoValue.Name = "xrInvoiceNoValue";
     this.xrInvoiceNoValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrInvoiceNoValue.SizeF = new System.Drawing.SizeF(612.0051F, 47.94245F);
     this.xrInvoiceNoValue.StylePriority.UseBorderColor = false;
     this.xrInvoiceNoValue.StylePriority.UseBorderDashStyle = false;
     this.xrInvoiceNoValue.StylePriority.UseBorders = false;
     this.xrInvoiceNoValue.StylePriority.UseBorderWidth = false;
     this.xrInvoiceNoValue.StylePriority.UseFont = false;
     this.xrInvoiceNoValue.StylePriority.UseTextAlignment = false;
     this.xrInvoiceNoValue.Text = "xrInvoiceNoValue";
     this.xrInvoiceNoValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrInvoiceNo
     //
     this.xrInvoiceNo.Dpi = 254F;
     this.xrInvoiceNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrInvoiceNo.LocationFloat = new DevExpress.Utils.PointFloat(7.937904F, 191.6875F);
     this.xrInvoiceNo.Name = "xrInvoiceNo";
     this.xrInvoiceNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrInvoiceNo.SizeF = new System.Drawing.SizeF(246.0623F, 47.94247F);
     this.xrInvoiceNo.StylePriority.UseFont = false;
     this.xrInvoiceNo.StylePriority.UseTextAlignment = false;
     this.xrInvoiceNo.Text = "Invoice No.";
     this.xrInvoiceNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // topMarginBand1
     //
     this.topMarginBand1.Dpi = 254F;
     this.topMarginBand1.HeightF = 586.7083F;
     this.topMarginBand1.Name = "topMarginBand1";
     this.topMarginBand1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.topMarginBand1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // topMarginBand2
     //
     this.topMarginBand2.Dpi = 254F;
     this.topMarginBand2.HeightF = 586.7083F;
     this.topMarginBand2.Name = "topMarginBand2";
     this.topMarginBand2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.topMarginBand2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // topMarginBand3
     //
     this.topMarginBand3.Dpi = 254F;
     this.topMarginBand3.HeightF = 586.7083F;
     this.topMarginBand3.Name = "topMarginBand3";
     this.topMarginBand3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.topMarginBand3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel25,
     this.xrTable2});
     this.GroupHeader2.Dpi = 254F;
     this.GroupHeader2.HeightF = 105.8333F;
     this.GroupHeader2.Name = "GroupHeader2";
     this.GroupHeader2.RepeatEveryPage = true;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.BranchName,
     this.Date,
     this.GRVNO,
     this.xrGRVLabel,
     this.xrNumberOfCasesValue,
     this.xrPurchaseOrderNoValue,
     this.xrAir,
     this.xrAirValue,
     this.xrInvoiceNoValue,
     this.xrTransit,
     this.xrTransitValue,
     this.xrInsurance,
     this.xrInsuranceValue,
     this.xrLabel11,
     this.xrLabel14,
     this.xrLabel2,
     this.xrSTV,
     this.xrSTVNoValue,
     this.xrLabelStoreName,
     this.xrLabel8,
     this.xrLabel7,
     this.xrLabel9,
     this.xrFromFacilityValue,
     this.xrPurchaseOrderNo,
     this.xrNumberOfCases,
     this.xrInvoiceNo,
     this.xrFromFacility});
     this.PageHeader.Dpi = 254F;
     this.PageHeader.HeightF = 427.125F;
     this.PageHeader.Name = "PageHeader";
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrShortageReport});
     this.ReportFooter.Dpi = 254F;
     this.ReportFooter.HeightF = 283.1042F;
     this.ReportFooter.KeepTogether = true;
     this.ReportFooter.Name = "ReportFooter";
     //
     // xrShortageReport
     //
     this.xrShortageReport.Dpi = 254F;
     this.xrShortageReport.LocationFloat = new DevExpress.Utils.PointFloat(2.875874F, 25.00001F);
     this.xrShortageReport.Name = "xrShortageReport";
     this.xrShortageReport.ReportSource = this.receiptConfirmationShortagePrintout1;
     this.xrShortageReport.SizeF = new System.Drawing.SizeF(2632.124F, 254F);
     //
     // ReceiptConfirmationPrintoutStore
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.TopMargin,
     this.Detail,
     this.BottomMargin,
     this.GroupHeader2,
     this.PageHeader,
     this.ReportFooter});
     this.BorderWidth = 0;
     this.DataSource = this.bindingSource1;
     this.Dpi = 254F;
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(53, 81, 587, 218);
     this.PageHeight = 2159;
     this.PageWidth = 2794;
     this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 31.75F;
     this.Version = "11.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSourceShortage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.receiptConfirmationShortagePrintout1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RptFH));
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTableDetail = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrXh = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrOuerIid = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrOuterSkuId = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrGenuineSurface = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrImitSurface = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrSurface = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrNum = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrRemark = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrTable6 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrPrintTime = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrtBNo = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xtrReceiverName = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrReceiveTime = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow12 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrComServMobile = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrComName = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow13 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrReceiverAddress = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrCompanyAdres = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow14 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLogisticsCom = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrComPhone = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrShops = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable5 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrSum = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrPackageCount = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrKF = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrRemarkMain = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrBillNo = new DevExpress.XtraReports.UI.XRTableCell();
     this.GroupFooter = new DevExpress.XtraReports.UI.GroupFooterBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrTableDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTableDetail});
     this.Detail.Dpi = 254F;
     this.Detail.HeightF = 68.08F;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.Detail.Scripts.OnAfterPrint = "Detail_AfterPrint";
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTableDetail
     //
     this.xrTableDetail.Dpi = 254F;
     this.xrTableDetail.LocationFloat = new DevExpress.Utils.PointFloat(25.40018F, 0F);
     this.xrTableDetail.Name = "xrTableDetail";
     this.xrTableDetail.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow11});
     this.xrTableDetail.Scripts.OnBeforePrint = "xrTable1_BeforePrint";
     this.xrTableDetail.SizeF = new System.Drawing.SizeF(1933.028F, 68.08F);
     //
     // xrTableRow11
     //
     this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrXh,
     this.xrOuerIid,
     this.xrOuterSkuId,
     this.xrGenuineSurface,
     this.xrImitSurface,
     this.xrSurface,
     this.xrNum,
     this.xrRemark});
     this.xrTableRow11.Dpi = 254F;
     this.xrTableRow11.Name = "xrTableRow11";
     this.xrTableRow11.Weight = 0.96777264102778393D;
     //
     // xrXh
     //
     this.xrXh.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrXh.Dpi = 254F;
     this.xrXh.Name = "xrXh";
     this.xrXh.StylePriority.UseBorders = false;
     this.xrXh.StylePriority.UseTextAlignment = false;
     this.xrXh.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrXh.Weight = 0.27348735971932225D;
     //
     // xrOuerIid
     //
     this.xrOuerIid.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrOuerIid.Dpi = 254F;
     this.xrOuerIid.Name = "xrOuerIid";
     this.xrOuerIid.Padding = new DevExpress.XtraPrinting.PaddingInfo(11, 0, 0, 0, 254F);
     this.xrOuerIid.SnapLineMargin = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 254F);
     this.xrOuerIid.StylePriority.UseBorders = false;
     this.xrOuerIid.StylePriority.UsePadding = false;
     this.xrOuerIid.StylePriority.UseTextAlignment = false;
     this.xrOuerIid.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrOuerIid.Weight = 0.3557879280862758D;
     //
     // xrOuterSkuId
     //
     this.xrOuterSkuId.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrOuterSkuId.Dpi = 254F;
     this.xrOuterSkuId.Name = "xrOuterSkuId";
     this.xrOuterSkuId.Padding = new DevExpress.XtraPrinting.PaddingInfo(11, 0, 0, 0, 254F);
     this.xrOuterSkuId.SnapLineMargin = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 254F);
     this.xrOuterSkuId.StylePriority.UseBorders = false;
     this.xrOuterSkuId.StylePriority.UsePadding = false;
     this.xrOuterSkuId.StylePriority.UseTextAlignment = false;
     this.xrOuterSkuId.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrOuterSkuId.Weight = 0.3861972886801609D;
     //
     // xrGenuineSurface
     //
     this.xrGenuineSurface.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrGenuineSurface.Dpi = 254F;
     this.xrGenuineSurface.Name = "xrGenuineSurface";
     this.xrGenuineSurface.Padding = new DevExpress.XtraPrinting.PaddingInfo(11, 0, 0, 0, 254F);
     this.xrGenuineSurface.SnapLineMargin = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 254F);
     this.xrGenuineSurface.StylePriority.UseBorders = false;
     this.xrGenuineSurface.StylePriority.UsePadding = false;
     this.xrGenuineSurface.StylePriority.UseTextAlignment = false;
     this.xrGenuineSurface.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrGenuineSurface.Weight = 0.3546845640219603D;
     //
     // xrImitSurface
     //
     this.xrImitSurface.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrImitSurface.Dpi = 254F;
     this.xrImitSurface.Name = "xrImitSurface";
     this.xrImitSurface.StylePriority.UseBorders = false;
     this.xrImitSurface.Weight = 0.35450214750337644D;
     //
     // xrSurface
     //
     this.xrSurface.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrSurface.Dpi = 254F;
     this.xrSurface.Name = "xrSurface";
     this.xrSurface.Padding = new DevExpress.XtraPrinting.PaddingInfo(11, 0, 0, 0, 254F);
     this.xrSurface.SnapLineMargin = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 254F);
     this.xrSurface.StylePriority.UseBorders = false;
     this.xrSurface.StylePriority.UsePadding = false;
     this.xrSurface.StylePriority.UseTextAlignment = false;
     this.xrSurface.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrSurface.Weight = 0.3710223634973584D;
     //
     // xrNum
     //
     this.xrNum.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrNum.Dpi = 254F;
     this.xrNum.Name = "xrNum";
     this.xrNum.SnapLineMargin = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 254F);
     this.xrNum.StylePriority.UseBorders = false;
     this.xrNum.StylePriority.UseTextAlignment = false;
     this.xrNum.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrNum.Weight = 0.36783045775749634D;
     //
     // xrRemark
     //
     this.xrRemark.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrRemark.Dpi = 254F;
     this.xrRemark.Name = "xrRemark";
     this.xrRemark.Padding = new DevExpress.XtraPrinting.PaddingInfo(11, 0, 0, 0, 254F);
     this.xrRemark.SnapLineMargin = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 254F);
     this.xrRemark.StylePriority.UseBorders = false;
     this.xrRemark.StylePriority.UsePadding = false;
     this.xrRemark.StylePriority.UseTextAlignment = false;
     this.xrRemark.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrRemark.Weight = 0.773957382251196D;
     //
     // TopMargin
     //
     this.TopMargin.Dpi = 254F;
     this.TopMargin.HeightF = 84F;
     this.TopMargin.Name = "TopMargin";
     this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi = 254F;
     this.BottomMargin.HeightF = 61F;
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable6,
     this.xrTable3,
     this.xrTable4,
     this.xrTable2});
     this.PageHeader.Dpi = 254F;
     this.PageHeader.HeightF = 450.9438F;
     this.PageHeader.Name = "PageHeader";
     //
     // xrTable6
     //
     this.xrTable6.Dpi = 254F;
     this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(25.40018F, 39.75012F);
     this.xrTable6.Name = "xrTable6";
     this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow5});
     this.xrTable6.SizeF = new System.Drawing.SizeF(300.9339F, 66.89163F);
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrPrintTime});
     this.xrTableRow5.Dpi = 254F;
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // xrPrintTime
     //
     this.xrPrintTime.Dpi = 254F;
     this.xrPrintTime.Name = "xrPrintTime";
     this.xrPrintTime.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 254F);
     this.xrPrintTime.StylePriority.UsePadding = false;
     this.xrPrintTime.StylePriority.UseTextAlignment = false;
     this.xrPrintTime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrPrintTime.Visible = false;
     this.xrPrintTime.Weight = 1.9814310664569566D;
     //
     // xrTable3
     //
     this.xrTable3.Dpi = 254F;
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(1564.89F, 39.75011F);
     this.xrTable3.Name = "xrTable3";
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable3.SizeF = new System.Drawing.SizeF(393.5381F, 66.89163F);
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell1,
     this.xrtBNo});
     this.xrTableRow1.Dpi = 254F;
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Dpi = 254F;
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text = "NO:";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell1.Weight = 0.36519870614800465D;
     //
     // xrtBNo
     //
     this.xrtBNo.Dpi = 254F;
     this.xrtBNo.Name = "xrtBNo";
     this.xrtBNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 254F);
     this.xrtBNo.StylePriority.UsePadding = false;
     this.xrtBNo.StylePriority.UseTextAlignment = false;
     this.xrtBNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrtBNo.Weight = 1.6162323603089519D;
     //
     // xrTable4
     //
     this.xrTable4.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTable4.Dpi = 254F;
     this.xrTable4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(25.40002F, 106.6417F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow6,
     this.xrTableRow12,
     this.xrTableRow13,
     this.xrTableRow14,
     this.xrTableRow3});
     this.xrTable4.SizeF = new System.Drawing.SizeF(1933.029F, 344.3021F);
     this.xrTable4.StylePriority.UseBorders = false;
     this.xrTable4.StylePriority.UseFont = false;
     //
     // xrTableRow6
     //
     this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell6,
     this.xtrReceiverName,
     this.xrTableCell15,
     this.xrReceiveTime});
     this.xrTableRow6.Dpi = 254F;
     this.xrTableRow6.Name = "xrTableRow6";
     this.xrTableRow6.Weight = 0.16349909097433799D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.xrTableCell6.Dpi = 254F;
     this.xrTableCell6.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell6.StylePriority.UseBorders = false;
     this.xrTableCell6.StylePriority.UseFont = false;
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text = "客户名称";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell6.Weight = 0.086007596298190325D;
     //
     // xtrReceiverName
     //
     this.xtrReceiverName.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.xtrReceiverName.Dpi = 254F;
     this.xtrReceiverName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xtrReceiverName.Name = "xtrReceiverName";
     this.xtrReceiverName.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 254F);
     this.xtrReceiverName.StylePriority.UseBorders = false;
     this.xtrReceiverName.StylePriority.UseFont = false;
     this.xtrReceiverName.StylePriority.UsePadding = false;
     this.xtrReceiverName.StylePriority.UseTextAlignment = false;
     this.xtrReceiverName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xtrReceiverName.Weight = 0.45637086120243081D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell15.Dpi = 254F;
     this.xrTableCell15.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell15.Name = "xrTableCell15";
     this.xrTableCell15.StylePriority.UseBorders = false;
     this.xrTableCell15.StylePriority.UseFont = false;
     this.xrTableCell15.StylePriority.UseTextAlignment = false;
     this.xrTableCell15.Text = "出货时间";
     this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell15.Weight = 0.11752480959249972D;
     //
     // xrReceiveTime
     //
     this.xrReceiveTime.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrReceiveTime.Dpi = 254F;
     this.xrReceiveTime.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrReceiveTime.Name = "xrReceiveTime";
     this.xrReceiveTime.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 254F);
     this.xrReceiveTime.StylePriority.UseBorders = false;
     this.xrReceiveTime.StylePriority.UseFont = false;
     this.xrReceiveTime.StylePriority.UsePadding = false;
     this.xrReceiveTime.StylePriority.UseTextAlignment = false;
     this.xrReceiveTime.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrReceiveTime.Weight = 0.35823086877434585D;
     //
     // xrTableRow12
     //
     this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell4,
     this.xrComServMobile,
     this.xrTableCell7,
     this.xrComName});
     this.xrTableRow12.Dpi = 254F;
     this.xrTableRow12.Name = "xrTableRow12";
     this.xrTableRow12.Weight = 0.12790697144399998D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.xrTableCell4.Dpi = 254F;
     this.xrTableCell4.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell4.StylePriority.UseBorders = false;
     this.xrTableCell4.StylePriority.UseFont = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "联系电话";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell4.Weight = 0.086007596298190325D;
     //
     // xrComServMobile
     //
     this.xrComServMobile.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.xrComServMobile.Dpi = 254F;
     this.xrComServMobile.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrComServMobile.Name = "xrComServMobile";
     this.xrComServMobile.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 254F);
     this.xrComServMobile.StylePriority.UseBorders = false;
     this.xrComServMobile.StylePriority.UseFont = false;
     this.xrComServMobile.StylePriority.UsePadding = false;
     this.xrComServMobile.StylePriority.UseTextAlignment = false;
     this.xrComServMobile.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrComServMobile.Weight = 0.45637084341113321D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.xrTableCell7.Dpi = 254F;
     this.xrTableCell7.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell7.StylePriority.UseBorders = false;
     this.xrTableCell7.StylePriority.UseFont = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text = "公司名称";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell7.Weight = 0.1166789512010792D;
     //
     // xrComName
     //
     this.xrComName.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrComName.Dpi = 254F;
     this.xrComName.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrComName.Name = "xrComName";
     this.xrComName.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 254F);
     this.xrComName.StylePriority.UseBorders = false;
     this.xrComName.StylePriority.UseFont = false;
     this.xrComName.StylePriority.UsePadding = false;
     this.xrComName.StylePriority.UseTextAlignment = false;
     this.xrComName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrComName.Weight = 0.3590767449570641D;
     //
     // xrTableRow13
     //
     this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell22,
     this.xrReceiverAddress,
     this.xrTableCell39,
     this.xrCompanyAdres});
     this.xrTableRow13.Dpi = 254F;
     this.xrTableRow13.Name = "xrTableRow13";
     this.xrTableRow13.Weight = 0.12883439754518322D;
     //
     // xrTableCell22
     //
     this.xrTableCell22.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.xrTableCell22.Dpi = 254F;
     this.xrTableCell22.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell22.Name = "xrTableCell22";
     this.xrTableCell22.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell22.StylePriority.UseBorders = false;
     this.xrTableCell22.StylePriority.UseFont = false;
     this.xrTableCell22.StylePriority.UseTextAlignment = false;
     this.xrTableCell22.Text = "收货地址";
     this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell22.Weight = 0.086007596298190325D;
     //
     // xrReceiverAddress
     //
     this.xrReceiverAddress.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.xrReceiverAddress.Dpi = 254F;
     this.xrReceiverAddress.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrReceiverAddress.Name = "xrReceiverAddress";
     this.xrReceiverAddress.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 254F);
     this.xrReceiverAddress.StylePriority.UseBorders = false;
     this.xrReceiverAddress.StylePriority.UseFont = false;
     this.xrReceiverAddress.StylePriority.UsePadding = false;
     this.xrReceiverAddress.StylePriority.UseTextAlignment = false;
     this.xrReceiverAddress.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrReceiverAddress.Weight = 0.45637084341113321D;
     //
     // xrTableCell39
     //
     this.xrTableCell39.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.xrTableCell39.Dpi = 254F;
     this.xrTableCell39.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell39.Name = "xrTableCell39";
     this.xrTableCell39.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell39.StylePriority.UseBorders = false;
     this.xrTableCell39.StylePriority.UseFont = false;
     this.xrTableCell39.StylePriority.UseTextAlignment = false;
     this.xrTableCell39.Text = "公司地址";
     this.xrTableCell39.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell39.Weight = 0.1166789512010792D;
     //
     // xrCompanyAdres
     //
     this.xrCompanyAdres.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrCompanyAdres.Dpi = 254F;
     this.xrCompanyAdres.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrCompanyAdres.Name = "xrCompanyAdres";
     this.xrCompanyAdres.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 254F);
     this.xrCompanyAdres.StylePriority.UseBorders = false;
     this.xrCompanyAdres.StylePriority.UseFont = false;
     this.xrCompanyAdres.StylePriority.UsePadding = false;
     this.xrCompanyAdres.StylePriority.UseTextAlignment = false;
     this.xrCompanyAdres.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrCompanyAdres.Weight = 0.3590767449570641D;
     //
     // xrTableRow14
     //
     this.xrTableRow14.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell41,
     this.xrLogisticsCom,
     this.xrTableCell49,
     this.xrComPhone});
     this.xrTableRow14.Dpi = 254F;
     this.xrTableRow14.Name = "xrTableRow14";
     this.xrTableRow14.Weight = 0.14049358857749644D;
     //
     // xrTableCell41
     //
     this.xrTableCell41.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.xrTableCell41.Dpi = 254F;
     this.xrTableCell41.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell41.Name = "xrTableCell41";
     this.xrTableCell41.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell41.StylePriority.UseBorders = false;
     this.xrTableCell41.StylePriority.UseFont = false;
     this.xrTableCell41.StylePriority.UseTextAlignment = false;
     this.xrTableCell41.Text = "物流信息";
     this.xrTableCell41.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell41.Weight = 0.086007596298190311D;
     //
     // xrLogisticsCom
     //
     this.xrLogisticsCom.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.xrLogisticsCom.Dpi = 254F;
     this.xrLogisticsCom.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLogisticsCom.Name = "xrLogisticsCom";
     this.xrLogisticsCom.StylePriority.UseBorders = false;
     this.xrLogisticsCom.StylePriority.UseFont = false;
     this.xrLogisticsCom.StylePriority.UseTextAlignment = false;
     this.xrLogisticsCom.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLogisticsCom.Weight = 0.45637126080979951D;
     //
     // xrTableCell49
     //
     this.xrTableCell49.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.xrTableCell49.Dpi = 254F;
     this.xrTableCell49.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell49.Name = "xrTableCell49";
     this.xrTableCell49.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell49.StylePriority.UseBorders = false;
     this.xrTableCell49.StylePriority.UseFont = false;
     this.xrTableCell49.StylePriority.UseTextAlignment = false;
     this.xrTableCell49.Text = "公司电话";
     this.xrTableCell49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell49.Weight = 0.11667856594987368D;
     //
     // xrComPhone
     //
     this.xrComPhone.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrComPhone.Dpi = 254F;
     this.xrComPhone.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrComPhone.Name = "xrComPhone";
     this.xrComPhone.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 254F);
     this.xrComPhone.StylePriority.UseBorders = false;
     this.xrComPhone.StylePriority.UseFont = false;
     this.xrComPhone.StylePriority.UsePadding = false;
     this.xrComPhone.StylePriority.UseTextAlignment = false;
     this.xrComPhone.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrComPhone.Weight = 0.359076712809603D;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell2,
     this.xrTableCell13,
     this.xrTableCell8,
     this.xrTableCell5,
     this.xrTableCell14,
     this.xrTableCell16,
     this.xrTableCell9,
     this.xrTableCell11});
     this.xrTableRow3.Dpi = 254F;
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 0.14973501354449509D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell2.Dpi = 254F;
     this.xrTableCell2.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseBorders = false;
     this.xrTableCell2.StylePriority.UseFont = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "序号";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell2.Weight = 0.0860075880506171D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell13.Dpi = 254F;
     this.xrTableCell13.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseBorders = false;
     this.xrTableCell13.StylePriority.UseFont = false;
     this.xrTableCell13.StylePriority.UseTextAlignment = false;
     this.xrTableCell13.Text = " 产品名称";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell13.Weight = 0.11188968848126789D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell8.Dpi = 254F;
     this.xrTableCell8.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseBorders = false;
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "产品规格";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell8.Weight = 0.12145302549838095D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell5.Dpi = 254F;
     this.xrTableCell5.Font = new System.Drawing.Font("微软雅黑", 9.75F);
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseBorders = false;
     this.xrTableCell5.StylePriority.UseFont = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text = "仿真皮料";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell5.Weight = 0.11154278340531913D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell14.Dpi = 254F;
     this.xrTableCell14.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseBorders = false;
     this.xrTableCell14.StylePriority.UseFont = false;
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text = "仿皮料";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell14.Weight = 0.11148541626118172D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell16.Dpi = 254F;
     this.xrTableCell16.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell16.Name = "xrTableCell16";
     this.xrTableCell16.StylePriority.UseBorders = false;
     this.xrTableCell16.StylePriority.UseFont = false;
     this.xrTableCell16.StylePriority.UseTextAlignment = false;
     this.xrTableCell16.Text = "皮料";
     this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell16.Weight = 0.11668073706507354D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell9.Dpi = 254F;
     this.xrTableCell9.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseBorders = false;
     this.xrTableCell9.StylePriority.UseFont = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text = "数量";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell9.Weight = 0.11567693259564763D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell11.Dpi = 254F;
     this.xrTableCell11.Font = new System.Drawing.Font("微软雅黑", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseBorders = false;
     this.xrTableCell11.StylePriority.UseFont = false;
     this.xrTableCell11.StylePriority.UseTextAlignment = false;
     this.xrTableCell11.Text = "备注";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell11.Weight = 0.24339796450997875D;
     //
     // xrTable2
     //
     this.xrTable2.Dpi = 254F;
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(419.244F, 0F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable2.SizeF = new System.Drawing.SizeF(1145.646F, 81.49164F);
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrShops});
     this.xrTableRow2.Dpi = 254F;
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrShops
     //
     this.xrShops.Dpi = 254F;
     this.xrShops.Font = new System.Drawing.Font("新宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrShops.Name = "xrShops";
     this.xrShops.StylePriority.UseFont = false;
     this.xrShops.StylePriority.UseTextAlignment = false;
     this.xrShops.Text = "发货单";
     this.xrShops.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrShops.Weight = 3.0104165649414063D;
     //
     // xrTable5
     //
     this.xrTable5.Borders = DevExpress.XtraPrinting.BorderSide.Top;
     this.xrTable5.Dpi = 254F;
     this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(25.40115F, 0F);
     this.xrTable5.Name = "xrTable5";
     this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow4,
     this.xrTableRow7,
     this.xrTableRow8});
     this.xrTable5.SizeF = new System.Drawing.SizeF(1933.028F, 331.1458F);
     this.xrTable5.StylePriority.UseBorders = false;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell3,
     this.xrTableCell21,
     this.xrTableCell23,
     this.xrTableCell27,
     this.xrTableCell28,
     this.xrTableCell17,
     this.xrSum,
     this.xrPackageCount});
     this.xrTableRow4.Dpi = 254F;
     this.xrTableRow4.Name = "xrTableRow4";
     this.xrTableRow4.Weight = 0.76685306452392688D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Borders = DevExpress.XtraPrinting.BorderSide.Left;
     this.xrTableCell3.Dpi = 254F;
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.StylePriority.UseBorders = false;
     this.xrTableCell3.Weight = 0.21118915184914822D;
     //
     // xrTableCell21
     //
     this.xrTableCell21.Borders = DevExpress.XtraPrinting.BorderSide.Left;
     this.xrTableCell21.Dpi = 254F;
     this.xrTableCell21.Name = "xrTableCell21";
     this.xrTableCell21.StylePriority.UseBorders = false;
     this.xrTableCell21.Weight = 0.27474105133618004D;
     //
     // xrTableCell23
     //
     this.xrTableCell23.Borders = DevExpress.XtraPrinting.BorderSide.Left;
     this.xrTableCell23.Dpi = 254F;
     this.xrTableCell23.Name = "xrTableCell23";
     this.xrTableCell23.StylePriority.UseBorders = false;
     this.xrTableCell23.Weight = 0.298224717592568D;
     //
     // xrTableCell27
     //
     this.xrTableCell27.Borders = DevExpress.XtraPrinting.BorderSide.Left;
     this.xrTableCell27.Dpi = 254F;
     this.xrTableCell27.Name = "xrTableCell27";
     this.xrTableCell27.StylePriority.UseBorders = false;
     this.xrTableCell27.Weight = 0.27389035161815678D;
     //
     // xrTableCell28
     //
     this.xrTableCell28.Borders = DevExpress.XtraPrinting.BorderSide.Left;
     this.xrTableCell28.Dpi = 254F;
     this.xrTableCell28.Name = "xrTableCell28";
     this.xrTableCell28.StylePriority.UseBorders = false;
     this.xrTableCell28.StylePriority.UseTextAlignment = false;
     this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell28.Weight = 0.27375057905644384D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Borders = DevExpress.XtraPrinting.BorderSide.Left;
     this.xrTableCell17.Dpi = 254F;
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.StylePriority.UseBorders = false;
     this.xrTableCell17.StylePriority.UseTextAlignment = false;
     this.xrTableCell17.Text = "合计";
     this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell17.Weight = 0.2865064532101157D;
     //
     // xrSum
     //
     this.xrSum.Borders = DevExpress.XtraPrinting.BorderSide.Left;
     this.xrSum.Dpi = 254F;
     this.xrSum.Name = "xrSum";
     this.xrSum.StylePriority.UseBorders = false;
     this.xrSum.StylePriority.UseTextAlignment = false;
     this.xrSum.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrSum.Weight = 0.28404148003141094D;
     //
     // xrPackageCount
     //
     this.xrPackageCount.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrPackageCount.Dpi = 254F;
     this.xrPackageCount.Name = "xrPackageCount";
     this.xrPackageCount.StylePriority.UseBorders = false;
     this.xrPackageCount.StylePriority.UseTextAlignment = false;
     this.xrPackageCount.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrPackageCount.Weight = 0.59765621530597635D;
     //
     // xrTableRow7
     //
     this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell30,
     this.xrKF,
     this.xrTableCell35,
     this.xrTableCell36});
     this.xrTableRow7.Dpi = 254F;
     this.xrTableRow7.Name = "xrTableRow7";
     this.xrTableRow7.Weight = 0.94797032031023987D;
     //
     // xrTableCell30
     //
     this.xrTableCell30.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell30.Dpi = 254F;
     this.xrTableCell30.Name = "xrTableCell30";
     this.xrTableCell30.StylePriority.UseBorders = false;
     this.xrTableCell30.StylePriority.UseTextAlignment = false;
     this.xrTableCell30.Text = "经办人";
     this.xrTableCell30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell30.Weight = 0.21118915184914822D;
     //
     // xrKF
     //
     this.xrKF.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrKF.Dpi = 254F;
     this.xrKF.Name = "xrKF";
     this.xrKF.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 0, 0, 0, 254F);
     this.xrKF.StylePriority.UseBorders = false;
     this.xrKF.StylePriority.UsePadding = false;
     this.xrKF.StylePriority.UseTextAlignment = false;
     this.xrKF.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrKF.Weight = 1.1206066376798067D;
     //
     // xrTableCell35
     //
     this.xrTableCell35.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell35.Dpi = 254F;
     this.xrTableCell35.Name = "xrTableCell35";
     this.xrTableCell35.StylePriority.UseBorders = false;
     this.xrTableCell35.StylePriority.UseTextAlignment = false;
     this.xrTableCell35.Text = "收货人";
     this.xrTableCell35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell35.Weight = 0.2865064649451794D;
     //
     // xrTableCell36
     //
     this.xrTableCell36.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell36.Dpi = 254F;
     this.xrTableCell36.Name = "xrTableCell36";
     this.xrTableCell36.StylePriority.UseBorders = false;
     this.xrTableCell36.StylePriority.UseTextAlignment = false;
     this.xrTableCell36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell36.Weight = 0.88169774552586533D;
     //
     // xrTableRow8
     //
     this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell20,
     this.xrRemarkMain});
     this.xrTableRow8.Dpi = 254F;
     this.xrTableRow8.Name = "xrTableRow8";
     this.xrTableRow8.Weight = 2.12249487362805D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell20.Dpi = 254F;
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.StylePriority.UseBorders = false;
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "备注";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell20.Weight = 0.25342696913668639D;
     //
     // xrRemarkMain
     //
     this.xrRemarkMain.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrRemarkMain.Dpi = 254F;
     this.xrRemarkMain.Name = "xrRemarkMain";
     this.xrRemarkMain.Padding = new DevExpress.XtraPrinting.PaddingInfo(11, 0, 0, 0, 254F);
     this.xrRemarkMain.StylePriority.UseBorders = false;
     this.xrRemarkMain.StylePriority.UsePadding = false;
     this.xrRemarkMain.StylePriority.UseTextAlignment = false;
     this.xrRemarkMain.Text = "1、货物签收时请仔细核对件数、外包装有无明显的破损,若有问题,请及时联系 !                                         2、" +
     "收货后,请尽快拆封检查并通风透气,若有问题,请及时拍照并与我们联系!";
     this.xrRemarkMain.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrRemarkMain.Weight = 2.7465730308633134D;
     //
     // xrBillNo
     //
     this.xrBillNo.Dpi = 254F;
     this.xrBillNo.Name = "xrBillNo";
     this.xrBillNo.Text = "xrBillNo";
     this.xrBillNo.Weight = 2.4073660815058857D;
     //
     // GroupFooter
     //
     this.GroupFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable5});
     this.GroupFooter.Dpi = 254F;
     this.GroupFooter.HeightF = 331.1458F;
     this.GroupFooter.Name = "GroupFooter";
     //
     // RptFH
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin,
     this.PageHeader,
     this.GroupFooter});
     this.Dpi = 254F;
     this.Margins = new System.Drawing.Printing.Margins(3, 0, 84, 61);
     this.PageHeight = 1385;
     this.PageWidth = 2093;
     this.PaperKind = System.Drawing.Printing.PaperKind.Custom;
     this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.Scripts.OnBandHeightChanged = "KSRpt_BandHeightChanged";
     this.Scripts.OnBeforePrint = "KSRpt_BeforePrint";
     this.Scripts.OnFillEmptySpace = "KSRpt_FillEmptySpace";
     this.ScriptsSource = resources.GetString("$this.ScriptsSource");
     this.ShowPrintMarginsWarning = false;
     this.SnapGridSize = 31.75F;
     this.Version = "12.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTableDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 11
0
 private void InitializeComponent()
 {
     this.components                 = new System.ComponentModel.Container();
     this.topMarginBand1             = new DevExpress.XtraReports.UI.TopMarginBand();
     this.pageHeaderBand1            = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.table1                     = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow1                  = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell1                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell2                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell3                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell4                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell5                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell6                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell7                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell8                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell9                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell10                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell11                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell12                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell13                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell14                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell15                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell16                = new DevExpress.XtraReports.UI.XRTableCell();
     this.detailBand1                = new DevExpress.XtraReports.UI.DetailBand();
     this.table2                     = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow2                  = new DevExpress.XtraReports.UI.XRTableRow();
     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.tableCell25                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell26                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell27                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell28                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell29                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell30                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell31                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell32                = new DevExpress.XtraReports.UI.XRTableCell();
     this.bottomMarginBand1          = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeaderBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportGroupHeaderBandStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportDetailBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportGroupFooterBandStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportFooterBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportOddStyle             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportEvenStyle            = new DevExpress.XtraReports.UI.XRControlStyle();
     this.payoffDefaultBindingSource = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.payoffDefaultBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // topMarginBand1
     //
     this.topMarginBand1.Dpi     = 254F;
     this.topMarginBand1.HeightF = 100F;
     this.topMarginBand1.Name    = "topMarginBand1";
     //
     // pageHeaderBand1
     //
     this.pageHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table1
     });
     this.pageHeaderBand1.Dpi       = 254F;
     this.pageHeaderBand1.HeightF   = 64F;
     this.pageHeaderBand1.Name      = "pageHeaderBand1";
     this.pageHeaderBand1.StyleName = "ReportHeaderBandStyle";
     //
     // table1
     //
     this.table1.Dpi           = 254F;
     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(3692F, 64F);
     //
     // tableRow1
     //
     this.tableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell1,
         this.tableCell2,
         this.tableCell3,
         this.tableCell4,
         this.tableCell5,
         this.tableCell6,
         this.tableCell7,
         this.tableCell8,
         this.tableCell9,
         this.tableCell10,
         this.tableCell11,
         this.tableCell12,
         this.tableCell13,
         this.tableCell14,
         this.tableCell15,
         this.tableCell16
     });
     this.tableRow1.Dpi    = 254F;
     this.tableRow1.Name   = "tableRow1";
     this.tableRow1.Weight = 10.46953028649871D;
     //
     // tableCell1
     //
     this.tableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell1.Dpi    = 254F;
     this.tableCell1.Name   = "tableCell1";
     this.tableCell1.Text   = "Mal Grubu Tanýmý 2";
     this.tableCell1.Weight = 0.15874999950418231D;
     //
     // tableCell2
     //
     this.tableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell2.Dpi    = 254F;
     this.tableCell2.Name   = "tableCell2";
     this.tableCell2.Text   = "L/B";
     this.tableCell2.Weight = 0.15874999950418231D;
     //
     // tableCell3
     //
     this.tableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell3.Dpi    = 254F;
     this.tableCell3.Name   = "tableCell3";
     this.tableCell3.Text   = "PYP";
     this.tableCell3.Weight = 0.15874999950418231D;
     //
     // tableCell4
     //
     this.tableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell4.Dpi    = 254F;
     this.tableCell4.Name   = "tableCell4";
     this.tableCell4.Text   = "Malzeme";
     this.tableCell4.Weight = 0.15874999950418231D;
     //
     // tableCell5
     //
     this.tableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell5.Dpi    = 254F;
     this.tableCell5.Name   = "tableCell5";
     this.tableCell5.Text   = "Malzeme kýsa metni";
     this.tableCell5.Weight = 0.15874999950418231D;
     //
     // tableCell6
     //
     this.tableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell6.Dpi    = 254F;
     this.tableCell6.Name   = "tableCell6";
     this.tableCell6.Text   = "TÖB";
     this.tableCell6.Weight = 0.15874999950418231D;
     //
     // tableCell7
     //
     this.tableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell7.Dpi    = 254F;
     this.tableCell7.Name   = "tableCell7";
     this.tableCell7.Text   = "BRM.FYT(IP)";
     this.tableCell7.Weight = 0.15874999950418231D;
     //
     // tableCell8
     //
     this.tableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell8.Dpi    = 254F;
     this.tableCell8.Name   = "tableCell8";
     this.tableCell8.Text   = "PAYOFFDEFAULT_DEF12";
     this.tableCell8.Weight = 0.15874999950418231D;
     //
     // tableCell9
     //
     this.tableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell9.Dpi    = 254F;
     this.tableCell9.Name   = "tableCell9";
     this.tableCell9.Text   = "PAYOFFDEFAULT_DEF13";
     this.tableCell9.Weight = 0.15874999950418231D;
     //
     // tableCell10
     //
     this.tableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell10.Dpi    = 254F;
     this.tableCell10.Name   = "tableCell10";
     this.tableCell10.Text   = "PAYOFFDEFAULT_DEF14";
     this.tableCell10.Weight = 0.15874999950418231D;
     //
     // tableCell11
     //
     this.tableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell11.Dpi    = 254F;
     this.tableCell11.Name   = "tableCell11";
     this.tableCell11.Text   = "PAYOFFDEFAULT_DEF15";
     this.tableCell11.Weight = 0.15874999950418231D;
     //
     // tableCell12
     //
     this.tableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell12.Dpi    = 254F;
     this.tableCell12.Name   = "tableCell12";
     this.tableCell12.Text   = "PAYOFFDEFAULT_DEF16";
     this.tableCell12.Weight = 0.15874999950418231D;
     //
     // tableCell13
     //
     this.tableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell13.Dpi    = 254F;
     this.tableCell13.Name   = "tableCell13";
     this.tableCell13.Text   = "PAYOFFDEFAULT_DEF17";
     this.tableCell13.Weight = 0.15874999950418231D;
     //
     // tableCell14
     //
     this.tableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell14.Dpi    = 254F;
     this.tableCell14.Name   = "tableCell14";
     this.tableCell14.Text   = "PAYOFFDEFAULT_DEF18";
     this.tableCell14.Weight = 0.15874999950418231D;
     //
     // tableCell15
     //
     this.tableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell15.Dpi    = 254F;
     this.tableCell15.Name   = "tableCell15";
     this.tableCell15.Text   = "PAYOFFDEFAULT_DEF19";
     this.tableCell15.Weight = 0.15874999950418231D;
     //
     // tableCell16
     //
     this.tableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                        | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell16.Dpi    = 254F;
     this.tableCell16.Name   = "tableCell16";
     this.tableCell16.Text   = "PAYOFFDEFAULT_DEF20";
     this.tableCell16.Weight = 0.15874999950418231D;
     //
     // detailBand1
     //
     this.detailBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table2
     });
     this.detailBand1.Dpi           = 254F;
     this.detailBand1.EvenStyleName = "ReportEvenStyle";
     this.detailBand1.HeightF       = 64F;
     this.detailBand1.Name          = "detailBand1";
     this.detailBand1.OddStyleName  = "ReportOddStyle";
     this.detailBand1.StyleName     = "ReportDetailBandStyle";
     //
     // table2
     //
     this.table2.Dpi           = 254F;
     this.table2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.table2.Name          = "table2";
     this.table2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.tableRow2
     });
     this.table2.SizeF = new System.Drawing.SizeF(3692F, 64F);
     //
     // tableRow2
     //
     this.tableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell17,
         this.tableCell18,
         this.tableCell19,
         this.tableCell20,
         this.tableCell21,
         this.tableCell22,
         this.tableCell23,
         this.tableCell24,
         this.tableCell25,
         this.tableCell26,
         this.tableCell27,
         this.tableCell28,
         this.tableCell29,
         this.tableCell30,
         this.tableCell31,
         this.tableCell32
     });
     this.tableRow2.Dpi    = 254F;
     this.tableRow2.Name   = "tableRow2";
     this.tableRow2.Weight = 10.46953028649871D;
     //
     // tableCell17
     //
     this.tableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell17.Dpi     = 254F;
     this.tableCell17.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF1]")
     });
     this.tableCell17.Name          = "tableCell17";
     this.tableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell17.Weight        = 0.15874999950418231D;
     this.tableCell17.WordWrap      = false;
     //
     // tableCell18
     //
     this.tableCell18.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell18.Dpi     = 254F;
     this.tableCell18.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF2]")
     });
     this.tableCell18.Name          = "tableCell18";
     this.tableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell18.Weight        = 0.15874999950418231D;
     this.tableCell18.WordWrap      = false;
     //
     // tableCell19
     //
     this.tableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell19.Dpi     = 254F;
     this.tableCell19.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF3]")
     });
     this.tableCell19.Name          = "tableCell19";
     this.tableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell19.Weight        = 0.15874999950418231D;
     this.tableCell19.WordWrap      = false;
     //
     // tableCell20
     //
     this.tableCell20.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell20.Dpi     = 254F;
     this.tableCell20.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF4]")
     });
     this.tableCell20.Name          = "tableCell20";
     this.tableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell20.Weight        = 0.15874999950418231D;
     this.tableCell20.WordWrap      = false;
     //
     // tableCell21
     //
     this.tableCell21.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell21.Dpi     = 254F;
     this.tableCell21.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF5]")
     });
     this.tableCell21.Name          = "tableCell21";
     this.tableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell21.Weight        = 0.15874999950418231D;
     this.tableCell21.WordWrap      = false;
     //
     // tableCell22
     //
     this.tableCell22.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell22.Dpi     = 254F;
     this.tableCell22.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF6]")
     });
     this.tableCell22.Name          = "tableCell22";
     this.tableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell22.Weight        = 0.15874999950418231D;
     this.tableCell22.WordWrap      = false;
     //
     // tableCell23
     //
     this.tableCell23.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell23.Dpi     = 254F;
     this.tableCell23.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF7]")
     });
     this.tableCell23.Name          = "tableCell23";
     this.tableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell23.Weight        = 0.15874999950418231D;
     this.tableCell23.WordWrap      = false;
     //
     // tableCell24
     //
     this.tableCell24.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell24.Dpi     = 254F;
     this.tableCell24.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF12]")
     });
     this.tableCell24.Name          = "tableCell24";
     this.tableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell24.Weight        = 0.15874999950418231D;
     this.tableCell24.WordWrap      = false;
     //
     // tableCell25
     //
     this.tableCell25.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell25.Dpi     = 254F;
     this.tableCell25.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF13]")
     });
     this.tableCell25.Name          = "tableCell25";
     this.tableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell25.Weight        = 0.15874999950418231D;
     this.tableCell25.WordWrap      = false;
     //
     // tableCell26
     //
     this.tableCell26.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell26.Dpi     = 254F;
     this.tableCell26.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF14]")
     });
     this.tableCell26.Name          = "tableCell26";
     this.tableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell26.Weight        = 0.15874999950418231D;
     this.tableCell26.WordWrap      = false;
     //
     // tableCell27
     //
     this.tableCell27.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell27.Dpi     = 254F;
     this.tableCell27.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF15]")
     });
     this.tableCell27.Name          = "tableCell27";
     this.tableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell27.Weight        = 0.15874999950418231D;
     this.tableCell27.WordWrap      = false;
     //
     // tableCell28
     //
     this.tableCell28.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell28.Dpi     = 254F;
     this.tableCell28.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF16]")
     });
     this.tableCell28.Name          = "tableCell28";
     this.tableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell28.Weight        = 0.15874999950418231D;
     this.tableCell28.WordWrap      = false;
     //
     // tableCell29
     //
     this.tableCell29.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell29.Dpi     = 254F;
     this.tableCell29.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF17]")
     });
     this.tableCell29.Name          = "tableCell29";
     this.tableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell29.Weight        = 0.15874999950418231D;
     this.tableCell29.WordWrap      = false;
     //
     // tableCell30
     //
     this.tableCell30.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell30.Dpi     = 254F;
     this.tableCell30.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF18]")
     });
     this.tableCell30.Name          = "tableCell30";
     this.tableCell30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell30.Weight        = 0.15874999950418231D;
     this.tableCell30.WordWrap      = false;
     //
     // tableCell31
     //
     this.tableCell31.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell31.Dpi     = 254F;
     this.tableCell31.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF19]")
     });
     this.tableCell31.Name          = "tableCell31";
     this.tableCell31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell31.Weight        = 0.15874999950418231D;
     this.tableCell31.WordWrap      = false;
     //
     // tableCell32
     //
     this.tableCell32.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell32.Dpi = 254F;
     this.tableCell32.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PAYOFFDEFAULT_DEF20]")
     });
     this.tableCell32.Name          = "tableCell32";
     this.tableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell32.Weight        = 0.15874999950418231D;
     this.tableCell32.WordWrap      = false;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.Dpi     = 254F;
     this.bottomMarginBand1.HeightF = 100F;
     this.bottomMarginBand1.Name    = "bottomMarginBand1";
     //
     // ReportHeaderBandStyle
     //
     this.ReportHeaderBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportHeaderBandStyle.Name          = "ReportHeaderBandStyle";
     this.ReportHeaderBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportHeaderBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportGroupHeaderBandStyle
     //
     this.ReportGroupHeaderBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportGroupHeaderBandStyle.Name          = "ReportGroupHeaderBandStyle";
     this.ReportGroupHeaderBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 0, 0, 0, 254F);
     this.ReportGroupHeaderBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportDetailBandStyle
     //
     this.ReportDetailBandStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportDetailBandStyle.Name          = "ReportDetailBandStyle";
     this.ReportDetailBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportDetailBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportGroupFooterBandStyle
     //
     this.ReportGroupFooterBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportGroupFooterBandStyle.Name          = "ReportGroupFooterBandStyle";
     this.ReportGroupFooterBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportGroupFooterBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportFooterBandStyle
     //
     this.ReportFooterBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportFooterBandStyle.Name          = "ReportFooterBandStyle";
     this.ReportFooterBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportFooterBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportOddStyle
     //
     this.ReportOddStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportOddStyle.Name          = "ReportOddStyle";
     this.ReportOddStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportOddStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportEvenStyle
     //
     this.ReportEvenStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportEvenStyle.Name          = "ReportEvenStyle";
     this.ReportEvenStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportEvenStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // payoffDefaultBindingSource
     //
     this.payoffDefaultBindingSource.DataSource = typeof(WiodySM.Data.Model.Entity.PayoffDefault);
     //
     // PayoffAlvReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.topMarginBand1,
         this.pageHeaderBand1,
         this.detailBand1,
         this.bottomMarginBand1
     });
     this.DataSource   = this.payoffDefaultBindingSource;
     this.Dpi          = 254F;
     this.Margins      = new System.Drawing.Printing.Margins(254, 254, 100, 100);
     this.PageHeight   = 10000;
     this.PageWidth    = 4200;
     this.PaperKind    = System.Drawing.Printing.PaperKind.Custom;
     this.ReportUnit   = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 25F;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.ReportHeaderBandStyle,
         this.ReportGroupHeaderBandStyle,
         this.ReportDetailBandStyle,
         this.ReportGroupFooterBandStyle,
         this.ReportFooterBandStyle,
         this.ReportOddStyle,
         this.ReportEvenStyle
     });
     this.Version = "17.2";
     ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.payoffDefaultBindingSource)).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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReceiptConfirmationShortagePrintoutStore));
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell55 = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.pxLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrNumberOfCasesValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPurchaseOrderNo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPurchaseOrderNoValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrNumberOfCases = new DevExpress.XtraReports.UI.XRLabel();
     this.xrAir = new DevExpress.XtraReports.UI.XRLabel();
     this.xrAirValue = new DevExpress.XtraReports.UI.XRLabel();
     this.Date = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.GRVNO = new DevExpress.XtraReports.UI.XRLabel();
     this.xrGRVLabel = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell54 = new DevExpress.XtraReports.UI.XRTableCell();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.PreparedBy = new DevExpress.XtraReports.UI.XRLabel();
     this.xrDamagedTitle = new DevExpress.XtraReports.UI.XRLabel();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader3 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabelStoreName = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.BranchName = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrInsuranceValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrInsurance = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTransitValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTransit = new DevExpress.XtraReports.UI.XRLabel();
     this.xrInvoiceNoValue = new DevExpress.XtraReports.UI.XRLabel();
     this.xrInvoiceNo = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupFooter3 = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.GroupHeader4 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail.Dpi = 254F;
     this.Detail.HeightF = 56.2917F;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.BorderColor = System.Drawing.SystemColors.ControlDarkDark;
     this.xrTable1.Dpi = 254F;
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(8.074442E-05F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(2648F, 50.8F);
     this.xrTable1.StylePriority.UseBorderColor = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell8,
     this.xrTableCell4,
     this.xrTableCell3,
     this.xrTableCell6,
     this.xrTableCell5,
     this.xrTableCell26,
     this.xrTableCell9,
     this.xrTableCell1,
     this.xrTableCell55});
     this.xrTableRow1.Dpi = 254F;
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell8.BorderWidth = 1;
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "LineNum")});
     this.xrTableCell8.Dpi = 254F;
     this.xrTableCell8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell8.StylePriority.UseBorderColor = false;
     this.xrTableCell8.StylePriority.UseBorders = false;
     this.xrTableCell8.StylePriority.UseBorderWidth = false;
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UsePadding = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "xrTableCell8";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell8.Weight = 0.0525157492261005D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell4.BorderWidth = 1;
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "StockCode")});
     this.xrTableCell4.Dpi = 254F;
     this.xrTableCell4.Font = new System.Drawing.Font("Tahoma", 8F);
     this.xrTableCell4.Multiline = true;
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 254F);
     this.xrTableCell4.StylePriority.UseBorderColor = false;
     this.xrTableCell4.StylePriority.UseBorders = false;
     this.xrTableCell4.StylePriority.UseBorderWidth = false;
     this.xrTableCell4.StylePriority.UseFont = false;
     this.xrTableCell4.StylePriority.UsePadding = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "xrTableCell4";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell4.Weight = 0.11842558324865898D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell3.BorderWidth = 1;
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "FullItemName")});
     this.xrTableCell3.Dpi = 254F;
     this.xrTableCell3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell3.StylePriority.UseBorderColor = false;
     this.xrTableCell3.StylePriority.UseBorders = false;
     this.xrTableCell3.StylePriority.UseBorderWidth = false;
     this.xrTableCell3.StylePriority.UseFont = false;
     this.xrTableCell3.StylePriority.UsePadding = false;
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     this.xrTableCell3.Text = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell3.Weight = 0.36790485676617685D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell6.BorderWidth = 1;
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Unit")});
     this.xrTableCell6.Dpi = 254F;
     this.xrTableCell6.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 0, 0, 254F);
     this.xrTableCell6.StylePriority.UseBorderColor = false;
     this.xrTableCell6.StylePriority.UseBorders = false;
     this.xrTableCell6.StylePriority.UseBorderWidth = false;
     this.xrTableCell6.StylePriority.UseFont = false;
     this.xrTableCell6.StylePriority.UsePadding = false;
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text = "xrTableCell6";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell6.Weight = 0.10748494533739657D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell5.BorderWidth = 1;
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DamagedQtyPacks", "{0:#,###.##}")});
     this.xrTableCell5.Dpi = 254F;
     this.xrTableCell5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 0, 0, 254F);
     this.xrTableCell5.StylePriority.UseBorderColor = false;
     this.xrTableCell5.StylePriority.UseBorders = false;
     this.xrTableCell5.StylePriority.UseBorderWidth = false;
     this.xrTableCell5.StylePriority.UseFont = false;
     this.xrTableCell5.StylePriority.UsePadding = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text = "xrTableCell5";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell5.Weight = 0.13600481298630873D;
     //
     // xrTableCell26
     //
     this.xrTableCell26.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell26.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
     this.xrTableCell26.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell26.BorderWidth = 1;
     this.xrTableCell26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ShortlandedQtyPacks", "{0:#,###.##}")});
     this.xrTableCell26.Dpi = 254F;
     this.xrTableCell26.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell26.Name = "xrTableCell26";
     this.xrTableCell26.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 0, 0, 254F);
     this.xrTableCell26.StylePriority.UseBorderColor = false;
     this.xrTableCell26.StylePriority.UseBorderDashStyle = false;
     this.xrTableCell26.StylePriority.UseBorders = false;
     this.xrTableCell26.StylePriority.UseBorderWidth = false;
     this.xrTableCell26.StylePriority.UseFont = false;
     this.xrTableCell26.StylePriority.UsePadding = false;
     this.xrTableCell26.StylePriority.UseTextAlignment = false;
     this.xrTableCell26.Text = "xrTableCell26";
     this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell26.Weight = 0.15784107130557148D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell9.BorderWidth = 1;
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "NotReceivedQtyPacks", "{0:#,###.##}")});
     this.xrTableCell9.Dpi = 254F;
     this.xrTableCell9.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 0, 0, 254F);
     this.xrTableCell9.StylePriority.UseBorderColor = false;
     this.xrTableCell9.StylePriority.UseBorders = false;
     this.xrTableCell9.StylePriority.UseBorderWidth = false;
     this.xrTableCell9.StylePriority.UseFont = false;
     this.xrTableCell9.StylePriority.UsePadding = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text = "xrTableCell9";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell9.Weight = 0.17082183753134797D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell1.BorderWidth = 1;
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ManufacturerName")});
     this.xrTableCell1.Dpi = 254F;
     this.xrTableCell1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 0, 0, 254F);
     this.xrTableCell1.StylePriority.UseBorderColor = false;
     this.xrTableCell1.StylePriority.UseBorders = false;
     this.xrTableCell1.StylePriority.UseBorderWidth = false;
     this.xrTableCell1.StylePriority.UseFont = false;
     this.xrTableCell1.StylePriority.UsePadding = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text = "xrTableCell1";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell1.Weight = 0.27992161015427725D;
     //
     // xrTableCell55
     //
     this.xrTableCell55.BorderColor = System.Drawing.Color.Silver;
     this.xrTableCell55.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell55.BorderWidth = 1;
     this.xrTableCell55.Dpi = 254F;
     this.xrTableCell55.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell55.Name = "xrTableCell55";
     this.xrTableCell55.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 13, 0, 0, 254F);
     this.xrTableCell55.StylePriority.UseBorderColor = false;
     this.xrTableCell55.StylePriority.UseBorders = false;
     this.xrTableCell55.StylePriority.UseBorderWidth = false;
     this.xrTableCell55.StylePriority.UseFont = false;
     this.xrTableCell55.StylePriority.UsePadding = false;
     this.xrTableCell55.StylePriority.UseTextAlignment = false;
     this.xrTableCell55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell55.Weight = 0.28634644126103259D;
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.pxLogo});
     this.TopMargin.Dpi = 254F;
     this.TopMargin.HeightF = 508.4167F;
     this.TopMargin.Name = "TopMargin";
     this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // pxLogo
     //
     this.pxLogo.BorderColor = System.Drawing.Color.Transparent;
     this.pxLogo.BorderWidth = 0;
     this.pxLogo.Dpi = 254F;
     this.pxLogo.Image = ((System.Drawing.Image)(resources.GetObject("pxLogo.Image")));
     this.pxLogo.LocationFloat = new DevExpress.Utils.PointFloat(357.1875F, 251.3542F);
     this.pxLogo.Name = "pxLogo";
     this.pxLogo.SizeF = new System.Drawing.SizeF(1939.396F, 244.5807F);
     this.pxLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     this.pxLogo.StylePriority.UseBorderColor = false;
     this.pxLogo.StylePriority.UseBorderWidth = false;
     //
     // xrNumberOfCasesValue
     //
     this.xrNumberOfCasesValue.BorderColor = System.Drawing.Color.DarkGray;
     this.xrNumberOfCasesValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrNumberOfCasesValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrNumberOfCasesValue.BorderWidth = 1;
     this.xrNumberOfCasesValue.Dpi = 254F;
     this.xrNumberOfCasesValue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrNumberOfCasesValue.LocationFloat = new DevExpress.Utils.PointFloat(312.2088F, 269.8754F);
     this.xrNumberOfCasesValue.Name = "xrNumberOfCasesValue";
     this.xrNumberOfCasesValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrNumberOfCasesValue.SizeF = new System.Drawing.SizeF(612.0051F, 47.94245F);
     this.xrNumberOfCasesValue.StylePriority.UseBorderColor = false;
     this.xrNumberOfCasesValue.StylePriority.UseBorderDashStyle = false;
     this.xrNumberOfCasesValue.StylePriority.UseBorders = false;
     this.xrNumberOfCasesValue.StylePriority.UseBorderWidth = false;
     this.xrNumberOfCasesValue.StylePriority.UseFont = false;
     this.xrNumberOfCasesValue.StylePriority.UseTextAlignment = false;
     this.xrNumberOfCasesValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrPurchaseOrderNo
     //
     this.xrPurchaseOrderNo.Dpi = 254F;
     this.xrPurchaseOrderNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrPurchaseOrderNo.LocationFloat = new DevExpress.Utils.PointFloat(7.937783F, 142.875F);
     this.xrPurchaseOrderNo.Name = "xrPurchaseOrderNo";
     this.xrPurchaseOrderNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrPurchaseOrderNo.SizeF = new System.Drawing.SizeF(261.9375F, 47.94247F);
     this.xrPurchaseOrderNo.StylePriority.UseFont = false;
     this.xrPurchaseOrderNo.StylePriority.UseTextAlignment = false;
     this.xrPurchaseOrderNo.Text = "Purchase Order No.";
     this.xrPurchaseOrderNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrPurchaseOrderNoValue
     //
     this.xrPurchaseOrderNoValue.BorderColor = System.Drawing.Color.DarkGray;
     this.xrPurchaseOrderNoValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrPurchaseOrderNoValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrPurchaseOrderNoValue.BorderWidth = 1;
     this.xrPurchaseOrderNoValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "PONumber")});
     this.xrPurchaseOrderNoValue.Dpi = 254F;
     this.xrPurchaseOrderNoValue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrPurchaseOrderNoValue.LocationFloat = new DevExpress.Utils.PointFloat(312.2088F, 142.875F);
     this.xrPurchaseOrderNoValue.Name = "xrPurchaseOrderNoValue";
     this.xrPurchaseOrderNoValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrPurchaseOrderNoValue.SizeF = new System.Drawing.SizeF(612.0051F, 47.94245F);
     this.xrPurchaseOrderNoValue.StylePriority.UseBorderColor = false;
     this.xrPurchaseOrderNoValue.StylePriority.UseBorderDashStyle = false;
     this.xrPurchaseOrderNoValue.StylePriority.UseBorders = false;
     this.xrPurchaseOrderNoValue.StylePriority.UseBorderWidth = false;
     this.xrPurchaseOrderNoValue.StylePriority.UseFont = false;
     this.xrPurchaseOrderNoValue.StylePriority.UseTextAlignment = false;
     this.xrPurchaseOrderNoValue.Text = "xrPurchaseOrderNoValue";
     this.xrPurchaseOrderNoValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrNumberOfCases
     //
     this.xrNumberOfCases.Dpi = 254F;
     this.xrNumberOfCases.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrNumberOfCases.LocationFloat = new DevExpress.Utils.PointFloat(7.937984F, 269.8754F);
     this.xrNumberOfCases.Name = "xrNumberOfCases";
     this.xrNumberOfCases.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrNumberOfCases.SizeF = new System.Drawing.SizeF(285.7498F, 47.94248F);
     this.xrNumberOfCases.StylePriority.UseFont = false;
     this.xrNumberOfCases.StylePriority.UseTextAlignment = false;
     this.xrNumberOfCases.Text = "Number of Cases";
     this.xrNumberOfCases.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrAir
     //
     this.xrAir.Dpi = 254F;
     this.xrAir.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrAir.LocationFloat = new DevExpress.Utils.PointFloat(1020.401F, 142.875F);
     this.xrAir.Name = "xrAir";
     this.xrAir.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrAir.SizeF = new System.Drawing.SizeF(587.3747F, 47.94247F);
     this.xrAir.StylePriority.UseFont = false;
     this.xrAir.StylePriority.UseTextAlignment = false;
     this.xrAir.Text = "Air Way Bill/Bill of Landing No./way bill No.";
     this.xrAir.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrAirValue
     //
     this.xrAirValue.BorderColor = System.Drawing.Color.DarkGray;
     this.xrAirValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrAirValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrAirValue.BorderWidth = 1;
     this.xrAirValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "WayBillNo")});
     this.xrAirValue.Dpi = 254F;
     this.xrAirValue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrAirValue.LocationFloat = new DevExpress.Utils.PointFloat(1624.075F, 142.875F);
     this.xrAirValue.Name = "xrAirValue";
     this.xrAirValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrAirValue.SizeF = new System.Drawing.SizeF(338.642F, 47.9425F);
     this.xrAirValue.StylePriority.UseBorderColor = false;
     this.xrAirValue.StylePriority.UseBorderDashStyle = false;
     this.xrAirValue.StylePriority.UseBorders = false;
     this.xrAirValue.StylePriority.UseBorderWidth = false;
     this.xrAirValue.StylePriority.UseFont = false;
     this.xrAirValue.StylePriority.UseTextAlignment = false;
     this.xrAirValue.Text = "xrAirValue";
     this.xrAirValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // Date
     //
     this.Date.BorderColor = System.Drawing.Color.Gray;
     this.Date.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.Date.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.Date.BorderWidth = 1;
     this.Date.Dpi = 254F;
     this.Date.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Date.LocationFloat = new DevExpress.Utils.PointFloat(2256.781F, 206.375F);
     this.Date.Name = "Date";
     this.Date.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.Date.SizeF = new System.Drawing.SizeF(368.1697F, 47.94242F);
     this.Date.StylePriority.UseBorderColor = false;
     this.Date.StylePriority.UseBorderDashStyle = false;
     this.Date.StylePriority.UseBorders = false;
     this.Date.StylePriority.UseBorderWidth = false;
     this.Date.StylePriority.UseFont = false;
     this.Date.StylePriority.UseTextAlignment = false;
     this.Date.Text = "Date";
     this.Date.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.Dpi = 254F;
     this.xrLabel2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(2034.531F, 206.375F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(222.25F, 47.94247F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "Date";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // GRVNO
     //
     this.GRVNO.BorderColor = System.Drawing.Color.DarkGray;
     this.GRVNO.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.GRVNO.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.GRVNO.BorderWidth = 1;
     this.GRVNO.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "PrintedGRVNumber")});
     this.GRVNO.Dpi = 254F;
     this.GRVNO.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.GRVNO.LocationFloat = new DevExpress.Utils.PointFloat(2256.781F, 142.875F);
     this.GRVNO.Name = "GRVNO";
     this.GRVNO.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.GRVNO.SizeF = new System.Drawing.SizeF(368.1697F, 47.94242F);
     this.GRVNO.StylePriority.UseBorderColor = false;
     this.GRVNO.StylePriority.UseBorderDashStyle = false;
     this.GRVNO.StylePriority.UseBorders = false;
     this.GRVNO.StylePriority.UseBorderWidth = false;
     this.GRVNO.StylePriority.UseFont = false;
     this.GRVNO.StylePriority.UseTextAlignment = false;
     this.GRVNO.Text = "[PrintedGRVNumber]";
     this.GRVNO.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.GRVNO.PrintOnPage += new DevExpress.XtraReports.UI.PrintOnPageEventHandler(this.GRVNO_PrintOnPage);
     //
     // xrGRVLabel
     //
     this.xrGRVLabel.Dpi = 254F;
     this.xrGRVLabel.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrGRVLabel.LocationFloat = new DevExpress.Utils.PointFloat(2034.531F, 142.875F);
     this.xrGRVLabel.Name = "xrGRVLabel";
     this.xrGRVLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrGRVLabel.SizeF = new System.Drawing.SizeF(222.25F, 47.94247F);
     this.xrGRVLabel.StylePriority.UseFont = false;
     this.xrGRVLabel.StylePriority.UseTextAlignment = false;
     this.xrGRVLabel.Text = "GRNF No.";
     this.xrGRVLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTable2
     //
     this.xrTable2.BorderColor = System.Drawing.Color.Gray;
     this.xrTable2.Dpi = 254F;
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 60.32497F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable2.SizeF = new System.Drawing.SizeF(2648F, 50.8F);
     this.xrTable2.StylePriority.UseBorderColor = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell11,
     this.xrTableCell2,
     this.xrTableCell12,
     this.xrTableCell13,
     this.xrTableCell14,
     this.xrTableCell25,
     this.xrTableCell7,
     this.xrTableCell18,
     this.xrTableCell54});
     this.xrTableRow2.Dpi = 254F;
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.BorderColor = System.Drawing.Color.Gray;
     this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell11.BorderWidth = 1;
     this.xrTableCell11.Dpi = 254F;
     this.xrTableCell11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell11.StylePriority.UseBorderColor = false;
     this.xrTableCell11.StylePriority.UseBorders = false;
     this.xrTableCell11.StylePriority.UseBorderWidth = false;
     this.xrTableCell11.StylePriority.UseFont = false;
     this.xrTableCell11.StylePriority.UsePadding = false;
     this.xrTableCell11.StylePriority.UseTextAlignment = false;
     this.xrTableCell11.Text = "No";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell11.Weight = 0.0525157492261005D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell2.BorderWidth = 1;
     this.xrTableCell2.Dpi = 254F;
     this.xrTableCell2.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 254F);
     this.xrTableCell2.StylePriority.UseBorders = false;
     this.xrTableCell2.StylePriority.UseBorderWidth = false;
     this.xrTableCell2.StylePriority.UseFont = false;
     this.xrTableCell2.StylePriority.UsePadding = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "Stock Code";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell2.Weight = 0.11842560788048598D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.BorderColor = System.Drawing.Color.Gray;
     this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell12.BorderWidth = 1;
     this.xrTableCell12.Dpi = 254F;
     this.xrTableCell12.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell12.StylePriority.UseBorderColor = false;
     this.xrTableCell12.StylePriority.UseBorders = false;
     this.xrTableCell12.StylePriority.UseBorderWidth = false;
     this.xrTableCell12.StylePriority.UseFont = false;
     this.xrTableCell12.StylePriority.UsePadding = false;
     this.xrTableCell12.StylePriority.UseTextAlignment = false;
     this.xrTableCell12.Text = "Item Name";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell12.Weight = 0.36790481606486375D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.BorderColor = System.Drawing.Color.Gray;
     this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell13.BorderWidth = 1;
     this.xrTableCell13.Dpi = 254F;
     this.xrTableCell13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell13.StylePriority.UseBorderColor = false;
     this.xrTableCell13.StylePriority.UseBorders = false;
     this.xrTableCell13.StylePriority.UseBorderWidth = false;
     this.xrTableCell13.StylePriority.UseFont = false;
     this.xrTableCell13.StylePriority.UsePadding = false;
     this.xrTableCell13.StylePriority.UseTextAlignment = false;
     this.xrTableCell13.Text = "Unit";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell13.Weight = 0.10748488214720679D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell14.BorderWidth = 1;
     this.xrTableCell14.Dpi = 254F;
     this.xrTableCell14.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell14.StylePriority.UseBorders = false;
     this.xrTableCell14.StylePriority.UseBorderWidth = false;
     this.xrTableCell14.StylePriority.UseFont = false;
     this.xrTableCell14.StylePriority.UsePadding = false;
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text = "Damaged Qty";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell14.Weight = 0.13600483377029776D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell25.BorderWidth = 1;
     this.xrTableCell25.Dpi = 254F;
     this.xrTableCell25.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell25.StylePriority.UseBorders = false;
     this.xrTableCell25.StylePriority.UseBorderWidth = false;
     this.xrTableCell25.StylePriority.UseFont = false;
     this.xrTableCell25.StylePriority.UsePadding = false;
     this.xrTableCell25.StylePriority.UseTextAlignment = false;
     this.xrTableCell25.Text = "ShortlandedQty";
     this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell25.Weight = 0.15784112202915024D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell7.BorderWidth = 1;
     this.xrTableCell7.Dpi = 254F;
     this.xrTableCell7.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell7.StylePriority.UseBorders = false;
     this.xrTableCell7.StylePriority.UseBorderWidth = false;
     this.xrTableCell7.StylePriority.UseFont = false;
     this.xrTableCell7.StylePriority.UsePadding = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text = "Not Received";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell7.Weight = 0.17082184720111512D;
     //
     // xrTableCell18
     //
     this.xrTableCell18.BorderColor = System.Drawing.Color.Gray;
     this.xrTableCell18.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell18.BorderWidth = 1;
     this.xrTableCell18.Dpi = 254F;
     this.xrTableCell18.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell18.Name = "xrTableCell18";
     this.xrTableCell18.Padding = new DevExpress.XtraPrinting.PaddingInfo(13, 0, 0, 0, 254F);
     this.xrTableCell18.StylePriority.UseBorderColor = false;
     this.xrTableCell18.StylePriority.UseBorders = false;
     this.xrTableCell18.StylePriority.UseBorderWidth = false;
     this.xrTableCell18.StylePriority.UseFont = false;
     this.xrTableCell18.StylePriority.UsePadding = false;
     this.xrTableCell18.StylePriority.UseTextAlignment = false;
     this.xrTableCell18.Text = "Manufacturer";
     this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell18.Weight = 0.279921235520455D;
     //
     // xrTableCell54
     //
     this.xrTableCell54.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell54.BorderWidth = 1;
     this.xrTableCell54.Dpi = 254F;
     this.xrTableCell54.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrTableCell54.Name = "xrTableCell54";
     this.xrTableCell54.Padding = new DevExpress.XtraPrinting.PaddingInfo(16, 16, 0, 0, 254F);
     this.xrTableCell54.StylePriority.UseBorders = false;
     this.xrTableCell54.StylePriority.UseBorderWidth = false;
     this.xrTableCell54.StylePriority.UseFont = false;
     this.xrTableCell54.StylePriority.UsePadding = false;
     this.xrTableCell54.StylePriority.UseTextAlignment = false;
     this.xrTableCell54.Text = "Remarks";
     this.xrTableCell54.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell54.Weight = 0.28634650469550882D;
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel3,
     this.xrLabel1,
     this.xrLabel13,
     this.xrLabel12,
     this.xrLabel4,
     this.xrLabel6,
     this.xrPageInfo1,
     this.xrLabel5,
     this.PreparedBy});
     this.BottomMargin.Dpi = 254F;
     this.BottomMargin.HeightF = 354.4879F;
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel3
     //
     this.xrLabel3.Dpi = 254F;
     this.xrLabel3.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(1780.147F, 25F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(452.4375F, 47.94244F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text = "Received By (Name & Sign)";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel1.BorderWidth = 1;
     this.xrLabel1.Dpi = 254F;
     this.xrLabel1.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(2252.261F, 25F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(372.6895F, 47.9425F);
     this.xrLabel1.StylePriority.UseBorderDashStyle = false;
     this.xrLabel1.StylePriority.UseBorders = false;
     this.xrLabel1.StylePriority.UseBorderWidth = false;
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel13
     //
     this.xrLabel13.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel13.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel13.BorderWidth = 1;
     this.xrLabel13.Dpi = 254F;
     this.xrLabel13.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(1470.691F, 25F);
     this.xrLabel13.Name = "xrLabel13";
     this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel13.SizeF = new System.Drawing.SizeF(274.7705F, 47.94247F);
     this.xrLabel13.StylePriority.UseBorderDashStyle = false;
     this.xrLabel13.StylePriority.UseBorders = false;
     this.xrLabel13.StylePriority.UseBorderWidth = false;
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel12
     //
     this.xrLabel12.Dpi = 254F;
     this.xrLabel12.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(1182.688F, 25F);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel12.SizeF = new System.Drawing.SizeF(285.75F, 47.94247F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text = "Checked By:";
     this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel4
     //
     this.xrLabel4.Dpi = 254F;
     this.xrLabel4.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(25.00001F, 25F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(222.25F, 47.94247F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "Prepared By:";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel6
     //
     this.xrLabel6.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel6.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel6.BorderWidth = 1;
     this.xrLabel6.Dpi = 254F;
     this.xrLabel6.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(812.7695F, 25F);
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel6.SizeF = new System.Drawing.SizeF(342.9751F, 47.94254F);
     this.xrLabel6.StylePriority.UseBorderDashStyle = false;
     this.xrLabel6.StylePriority.UseBorders = false;
     this.xrLabel6.StylePriority.UseBorderWidth = false;
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi = 254F;
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(2557.534F, 298.9254F);
     this.xrPageInfo1.Name = "xrPageInfo1";
     this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrPageInfo1.SizeF = new System.Drawing.SizeF(67.4165F, 44.97916F);
     //
     // xrLabel5
     //
     this.xrLabel5.Dpi = 254F;
     this.xrLabel5.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(572.3176F, 25F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(214.3125F, 47.94249F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text = "Delivered By:";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // PreparedBy
     //
     this.PreparedBy.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.PreparedBy.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.PreparedBy.BorderWidth = 1;
     this.PreparedBy.Dpi = 254F;
     this.PreparedBy.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.PreparedBy.LocationFloat = new DevExpress.Utils.PointFloat(260.0866F, 25F);
     this.PreparedBy.Name = "PreparedBy";
     this.PreparedBy.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.PreparedBy.SizeF = new System.Drawing.SizeF(284.7667F, 47.94247F);
     this.PreparedBy.StylePriority.UseBorderDashStyle = false;
     this.PreparedBy.StylePriority.UseBorders = false;
     this.PreparedBy.StylePriority.UseBorderWidth = false;
     this.PreparedBy.StylePriority.UseFont = false;
     this.PreparedBy.StylePriority.UseTextAlignment = false;
     this.PreparedBy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrDamagedTitle
     //
     this.xrDamagedTitle.Dpi = 254F;
     this.xrDamagedTitle.Font = new System.Drawing.Font("Times New Roman", 15F, System.Drawing.FontStyle.Bold);
     this.xrDamagedTitle.LocationFloat = new DevExpress.Utils.PointFloat(1020.401F, 387.226F);
     this.xrDamagedTitle.Name = "xrDamagedTitle";
     this.xrDamagedTitle.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrDamagedTitle.SizeF = new System.Drawing.SizeF(942.3148F, 61.0658F);
     this.xrDamagedTitle.StylePriority.UseFont = false;
     this.xrDamagedTitle.StylePriority.UseTextAlignment = false;
     this.xrDamagedTitle.Text = "Discrepancy";
     this.xrDamagedTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(HCMIS.Desktop.Reports.Helpers.TheDataSet.ReceiptConfirmationShortagePrintoutDataTable);
     //
     // xrLabel9
     //
     this.xrLabel9.BackColor = System.Drawing.Color.Transparent;
     this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "SupplierName")});
     this.xrLabel9.Dpi = 254F;
     this.xrLabel9.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(1470.691F, 328.7001F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(492.0259F, 42.65082F);
     this.xrLabel9.StylePriority.UseBackColor = false;
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text = "xrLabel9";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable2,
     this.xrLabel25});
     this.GroupHeader2.Dpi = 254F;
     this.GroupHeader2.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("CommodityType", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.GroupHeader2.HeightF = 111.125F;
     this.GroupHeader2.Level = 1;
     this.GroupHeader2.Name = "GroupHeader2";
     //
     // xrLabel25
     //
     this.xrLabel25.BackColor = System.Drawing.Color.LightGray;
     this.xrLabel25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "CommodityType")});
     this.xrLabel25.Dpi = 254F;
     this.xrLabel25.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(0F, 6.349985F);
     this.xrLabel25.Name = "xrLabel25";
     this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel25.SizeF = new System.Drawing.SizeF(970.7802F, 53.97498F);
     this.xrLabel25.StylePriority.UseBackColor = false;
     this.xrLabel25.StylePriority.UseFont = false;
     this.xrLabel25.StylePriority.UseTextAlignment = false;
     this.xrLabel25.Text = "xrLabel25";
     this.xrLabel25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // GroupHeader3
     //
     this.GroupHeader3.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabelStoreName,
     this.xrLabel8,
     this.xrLabel7,
     this.BranchName,
     this.xrLabel14,
     this.xrLabel11,
     this.xrInsuranceValue,
     this.xrInsurance,
     this.xrTransitValue,
     this.xrTransit,
     this.xrInvoiceNoValue,
     this.xrInvoiceNo,
     this.xrAirValue,
     this.xrAir,
     this.xrNumberOfCases,
     this.xrPurchaseOrderNoValue,
     this.xrPurchaseOrderNo,
     this.xrNumberOfCasesValue,
     this.xrGRVLabel,
     this.GRVNO,
     this.Date,
     this.xrLabel2,
     this.xrLabel9,
     this.xrDamagedTitle});
     this.GroupHeader3.Dpi = 254F;
     this.GroupHeader3.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("PrintedGRVNumber", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
     new DevExpress.XtraReports.UI.GroupField("PhysicalStoreTypeName", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.GroupHeader3.HeightF = 448.2917F;
     this.GroupHeader3.Level = 2;
     this.GroupHeader3.Name = "GroupHeader3";
     this.GroupHeader3.PageBreak = DevExpress.XtraReports.UI.PageBreak.BeforeBand;
     //
     // xrLabelStoreName
     //
     this.xrLabelStoreName.BackColor = System.Drawing.Color.LightGray;
     this.xrLabelStoreName.Dpi = 254F;
     this.xrLabelStoreName.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabelStoreName.LocationFloat = new DevExpress.Utils.PointFloat(7.938025F, 387.226F);
     this.xrLabelStoreName.Name = "xrLabelStoreName";
     this.xrLabelStoreName.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabelStoreName.SizeF = new System.Drawing.SizeF(970.7802F, 47.94226F);
     this.xrLabelStoreName.StylePriority.UseBackColor = false;
     this.xrLabelStoreName.StylePriority.UseFont = false;
     this.xrLabelStoreName.StylePriority.UseTextAlignment = false;
     this.xrLabelStoreName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel8
     //
     this.xrLabel8.Dpi = 254F;
     this.xrLabel8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(1020.402F, 328.7001F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(351.8954F, 42.65082F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text = "Supplier:";
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel7
     //
     this.xrLabel7.Dpi = 254F;
     this.xrLabel7.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(1020.401F, 0F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(942.3158F, 58.42F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text = "Goods Receiving Notification Form";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // BranchName
     //
     this.BranchName.BackColor = System.Drawing.Color.LightGray;
     this.BranchName.Dpi = 254F;
     this.BranchName.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.BranchName.LocationFloat = new DevExpress.Utils.PointFloat(8.074442E-05F, 82.02084F);
     this.BranchName.Name = "BranchName";
     this.BranchName.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.BranchName.SizeF = new System.Drawing.SizeF(970.7802F, 53.97497F);
     this.BranchName.StylePriority.UseBackColor = false;
     this.BranchName.StylePriority.UseFont = false;
     this.BranchName.StylePriority.UseTextAlignment = false;
     this.BranchName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel14
     //
     this.xrLabel14.BorderColor = System.Drawing.Color.Gray;
     this.xrLabel14.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel14.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel14.BorderWidth = 1;
     this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "PhysicalStoreTypeName", "{0:M/d/yyyy}")});
     this.xrLabel14.Dpi = 254F;
     this.xrLabel14.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(2256.781F, 269.8754F);
     this.xrLabel14.Name = "xrLabel14";
     this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel14.SizeF = new System.Drawing.SizeF(368.1697F, 47.94242F);
     this.xrLabel14.StylePriority.UseBorderColor = false;
     this.xrLabel14.StylePriority.UseBorderDashStyle = false;
     this.xrLabel14.StylePriority.UseBorders = false;
     this.xrLabel14.StylePriority.UseBorderWidth = false;
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text = "xrLabel14";
     this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel11
     //
     this.xrLabel11.Dpi = 254F;
     this.xrLabel11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(2034.531F, 269.8754F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(222.25F, 47.94247F);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text = "Warehouse";
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrInsuranceValue
     //
     this.xrInsuranceValue.BorderColor = System.Drawing.Color.DarkGray;
     this.xrInsuranceValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrInsuranceValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrInsuranceValue.BorderWidth = 1;
     this.xrInsuranceValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "TransitTransferNo")});
     this.xrInsuranceValue.Dpi = 254F;
     this.xrInsuranceValue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrInsuranceValue.LocationFloat = new DevExpress.Utils.PointFloat(1624.075F, 269.8753F);
     this.xrInsuranceValue.Name = "xrInsuranceValue";
     this.xrInsuranceValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrInsuranceValue.SizeF = new System.Drawing.SizeF(338.6418F, 47.94251F);
     this.xrInsuranceValue.StylePriority.UseBorderColor = false;
     this.xrInsuranceValue.StylePriority.UseBorderDashStyle = false;
     this.xrInsuranceValue.StylePriority.UseBorders = false;
     this.xrInsuranceValue.StylePriority.UseBorderWidth = false;
     this.xrInsuranceValue.StylePriority.UseFont = false;
     this.xrInsuranceValue.StylePriority.UseTextAlignment = false;
     this.xrInsuranceValue.Text = "xrInsuranceValue";
     this.xrInsuranceValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrInsurance
     //
     this.xrInsurance.Dpi = 254F;
     this.xrInsurance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrInsurance.LocationFloat = new DevExpress.Utils.PointFloat(1020.402F, 269.8753F);
     this.xrInsurance.Name = "xrInsurance";
     this.xrInsurance.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrInsurance.SizeF = new System.Drawing.SizeF(351.8956F, 47.94244F);
     this.xrInsurance.StylePriority.UseFont = false;
     this.xrInsurance.StylePriority.UseTextAlignment = false;
     this.xrInsurance.Text = "Insurance Policy No.";
     this.xrInsurance.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTransitValue
     //
     this.xrTransitValue.BorderColor = System.Drawing.Color.DarkGray;
     this.xrTransitValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrTransitValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTransitValue.BorderWidth = 1;
     this.xrTransitValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "TransitTransferNo")});
     this.xrTransitValue.Dpi = 254F;
     this.xrTransitValue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTransitValue.LocationFloat = new DevExpress.Utils.PointFloat(1624.075F, 206.3749F);
     this.xrTransitValue.Name = "xrTransitValue";
     this.xrTransitValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTransitValue.SizeF = new System.Drawing.SizeF(338.642F, 47.94249F);
     this.xrTransitValue.StylePriority.UseBorderColor = false;
     this.xrTransitValue.StylePriority.UseBorderDashStyle = false;
     this.xrTransitValue.StylePriority.UseBorders = false;
     this.xrTransitValue.StylePriority.UseBorderWidth = false;
     this.xrTransitValue.StylePriority.UseFont = false;
     this.xrTransitValue.StylePriority.UseTextAlignment = false;
     this.xrTransitValue.Text = "xrTransitValue";
     this.xrTransitValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTransit
     //
     this.xrTransit.Dpi = 254F;
     this.xrTransit.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTransit.LocationFloat = new DevExpress.Utils.PointFloat(1020.402F, 206.3749F);
     this.xrTransit.Name = "xrTransit";
     this.xrTransit.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTransit.SizeF = new System.Drawing.SizeF(463.0208F, 47.94246F);
     this.xrTransit.StylePriority.UseFont = false;
     this.xrTransit.StylePriority.UseTextAlignment = false;
     this.xrTransit.Text = "Transit Transfer Voucher No.";
     this.xrTransit.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrInvoiceNoValue
     //
     this.xrInvoiceNoValue.BorderColor = System.Drawing.Color.DarkGray;
     this.xrInvoiceNoValue.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrInvoiceNoValue.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrInvoiceNoValue.BorderWidth = 1;
     this.xrInvoiceNoValue.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "STVOrInvoiceNo")});
     this.xrInvoiceNoValue.Dpi = 254F;
     this.xrInvoiceNoValue.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrInvoiceNoValue.LocationFloat = new DevExpress.Utils.PointFloat(312.2088F, 206.375F);
     this.xrInvoiceNoValue.Name = "xrInvoiceNoValue";
     this.xrInvoiceNoValue.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrInvoiceNoValue.SizeF = new System.Drawing.SizeF(612.0051F, 47.94245F);
     this.xrInvoiceNoValue.StylePriority.UseBorderColor = false;
     this.xrInvoiceNoValue.StylePriority.UseBorderDashStyle = false;
     this.xrInvoiceNoValue.StylePriority.UseBorders = false;
     this.xrInvoiceNoValue.StylePriority.UseBorderWidth = false;
     this.xrInvoiceNoValue.StylePriority.UseFont = false;
     this.xrInvoiceNoValue.StylePriority.UseTextAlignment = false;
     this.xrInvoiceNoValue.Text = "xrInvoiceNoValue";
     this.xrInvoiceNoValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrInvoiceNo
     //
     this.xrInvoiceNo.Dpi = 254F;
     this.xrInvoiceNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrInvoiceNo.LocationFloat = new DevExpress.Utils.PointFloat(7.938025F, 206.375F);
     this.xrInvoiceNo.Name = "xrInvoiceNo";
     this.xrInvoiceNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrInvoiceNo.SizeF = new System.Drawing.SizeF(246.0623F, 47.94247F);
     this.xrInvoiceNo.StylePriority.UseFont = false;
     this.xrInvoiceNo.StylePriority.UseTextAlignment = false;
     this.xrInvoiceNo.Text = "Invoice No.";
     this.xrInvoiceNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // GroupFooter3
     //
     this.GroupFooter3.Dpi = 254F;
     this.GroupFooter3.HeightF = 111.125F;
     this.GroupFooter3.Name = "GroupFooter3";
     //
     // GroupHeader4
     //
     this.GroupHeader4.Dpi = 254F;
     this.GroupHeader4.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("SupplierName", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.GroupHeader4.HeightF = 0F;
     this.GroupHeader4.Name = "GroupHeader4";
     //
     // ReceiptConfirmationShortagePrintoutStore
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.GroupHeader3,
     this.Detail,
     this.TopMargin,
     this.BottomMargin,
     this.GroupHeader2,
     this.GroupHeader4,
     this.GroupFooter3});
     this.BorderWidth = 0;
     this.DataSource = this.bindingSource1;
     this.Dpi = 254F;
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(87, 34, 508, 354);
     this.PageHeight = 2159;
     this.PageWidth = 2794;
     this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 31.75F;
     this.Version = "11.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(xrQuote));
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tlcALF_ARTI = new DevExpress.XtraReports.UI.XRTableCell();
     this.tlcNUM_PREC_UNIT = new DevExpress.XtraReports.UI.XRTableCell();
     this.tlcNUM_IMPO = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
     this.lblNUM_SUBT = new DevExpress.XtraReports.UI.XRTableCell();
     this.bdsDocument = new System.Windows.Forms.BindingSource(this.components);
     this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.lblFECHA = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox();
     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.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.lblCOND_COME = new DevExpress.XtraReports.UI.XRLabel();
     this.bdsDocumentLines = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bdsDocument)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bdsDocumentLines)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable2});
     this.Detail.Font = new System.Drawing.Font("Times New Roman", 9.75F);
     this.Detail.HeightF = 15F;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.StylePriority.UseFont = false;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable2
     //
     this.xrTable2.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTable2.Font = new System.Drawing.Font("Tahoma", 8F);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable2.SizeF = new System.Drawing.SizeF(822F, 15F);
     this.xrTable2.StylePriority.UseBorders = false;
     this.xrTable2.StylePriority.UseFont = false;
     this.xrTable2.StylePriority.UsePadding = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell4,
     this.xrTableCell5,
     this.xrTableCell6,
     this.tlcALF_ARTI,
     this.tlcNUM_PREC_UNIT,
     this.tlcNUM_IMPO});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "NUM_LINE")});
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell4.Weight = 0.6770834350585937D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "NUM_CANT", "{0:f0}")});
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell5.Weight = 1.121249694824219D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ALF_CODI_ARTI")});
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseFont = false;
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell6.Weight = 0.8058331298828123D;
     //
     // tlcALF_ARTI
     //
     this.tlcALF_ARTI.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ALF_ARTI")});
     this.tlcALF_ARTI.Name = "tlcALF_ARTI";
     this.tlcALF_ARTI.StylePriority.UseFont = false;
     this.tlcALF_ARTI.StylePriority.UseTextAlignment = false;
     this.tlcALF_ARTI.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tlcALF_ARTI.Weight = 3.2708322143554684D;
     //
     // tlcNUM_PREC_UNIT
     //
     this.tlcNUM_PREC_UNIT.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "NUM_PREC_UNIT", "{0:#,##0.00}")});
     this.tlcNUM_PREC_UNIT.Name = "tlcNUM_PREC_UNIT";
     this.tlcNUM_PREC_UNIT.StylePriority.UseFont = false;
     this.tlcNUM_PREC_UNIT.StylePriority.UseTextAlignment = false;
     this.tlcNUM_PREC_UNIT.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tlcNUM_PREC_UNIT.Weight = 1.1458343505859374D;
     //
     // tlcNUM_IMPO
     //
     this.tlcNUM_IMPO.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "NUM_IMPO", "{0:#,##0.00}")});
     this.tlcNUM_IMPO.Name = "tlcNUM_IMPO";
     this.tlcNUM_IMPO.StylePriority.UseFont = false;
     this.tlcNUM_IMPO.StylePriority.UseTextAlignment = false;
     this.tlcNUM_IMPO.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tlcNUM_IMPO.Weight = 1.1991671752929687D;
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 12F;
     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 = 14F;
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable3
     //
     this.xrTable3.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTable3.Font = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(587.4998F, 0F);
     this.xrTable3.Name = "xrTable3";
     this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow6});
     this.xrTable3.SizeF = new System.Drawing.SizeF(234.5002F, 22.5F);
     this.xrTable3.StylePriority.UseBorders = false;
     this.xrTable3.StylePriority.UseFont = false;
     this.xrTable3.StylePriority.UsePadding = false;
     //
     // xrTableRow6
     //
     this.xrTableRow6.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell17,
     this.lblNUM_SUBT});
     this.xrTableRow6.Name = "xrTableRow6";
     this.xrTableRow6.StylePriority.UseBorders = false;
     this.xrTableRow6.Weight = 1D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell17.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.StylePriority.UseBorders = false;
     this.xrTableCell17.StylePriority.UseFont = false;
     this.xrTableCell17.StylePriority.UseTextAlignment = false;
     this.xrTableCell17.Text = "TOTAL:";
     this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell17.Weight = 0.75999002989801312D;
     //
     // lblNUM_SUBT
     //
     this.lblNUM_SUBT.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblNUM_SUBT.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", this.bdsDocument, "NUM_SUBT", "{0:#,##0.00}")});
     this.lblNUM_SUBT.Font = new System.Drawing.Font("Tahoma", 8F);
     this.lblNUM_SUBT.Name = "lblNUM_SUBT";
     this.lblNUM_SUBT.StylePriority.UseBorders = false;
     this.lblNUM_SUBT.StylePriority.UseFont = false;
     this.lblNUM_SUBT.StylePriority.UseTextAlignment = false;
     this.lblNUM_SUBT.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.lblNUM_SUBT.Weight = 0.79536251178486417D;
     //
     // bdsDocument
     //
     this.bdsDocument.DataSource = typeof(BusinessEntities.Sales.BESVTC_COTI);
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel17,
     this.xrLabel16,
     this.xrLabel15,
     this.xrLabel14,
     this.xrLabel12,
     this.xrLabel11,
     this.xrLabel5,
     this.xrLabel10,
     this.xrLabel9,
     this.xrLabel7,
     this.xrLabel2,
     this.xrLabel1,
     this.lblFECHA,
     this.xrPictureBox2,
     this.xrTable1,
     this.xrLabel8,
     this.xrLabel4,
     this.xrLabel13});
     this.ReportHeader.HeightF = 230.6251F;
     this.ReportHeader.Name = "ReportHeader";
     //
     // xrLabel17
     //
     this.xrLabel17.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", this.bdsDocument, "ALF_DIRE")});
     this.xrLabel17.Font = new System.Drawing.Font("Tahoma", 9F);
     this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(86.66669F, 155.9167F);
     this.xrLabel17.Name = "xrLabel17";
     this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel17.SizeF = new System.Drawing.SizeF(513.3332F, 16F);
     this.xrLabel17.StylePriority.UseBorders = false;
     this.xrLabel17.StylePriority.UseFont = false;
     this.xrLabel17.StylePriority.UsePadding = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel16
     //
     this.xrLabel16.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel16.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(10F, 155.9167F);
     this.xrLabel16.Name = "xrLabel16";
     this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel16.SizeF = new System.Drawing.SizeF(76.66669F, 16.33339F);
     this.xrLabel16.StylePriority.UseBorders = false;
     this.xrLabel16.StylePriority.UseFont = false;
     this.xrLabel16.StylePriority.UsePadding = false;
     this.xrLabel16.StylePriority.UseTextAlignment = false;
     this.xrLabel16.Text = "Dirección:";
     this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel15
     //
     this.xrLabel15.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel15.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(679.5833F, 4F);
     this.xrLabel15.Name = "xrLabel15";
     this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel15.SizeF = new System.Drawing.SizeF(140.6667F, 16.33339F);
     this.xrLabel15.StylePriority.UseBorders = false;
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.StylePriority.UsePadding = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text = "COTIZACIÓN";
     this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel14
     //
     this.xrLabel14.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel14.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(10.00002F, 139.5833F);
     this.xrLabel14.Name = "xrLabel14";
     this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel14.SizeF = new System.Drawing.SizeF(61.04165F, 16.33339F);
     this.xrLabel14.StylePriority.UseBorders = false;
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.StylePriority.UsePadding = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text = "Cliente:";
     this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel12
     //
     this.xrLabel12.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel12.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 122.5834F);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel12.SizeF = new System.Drawing.SizeF(137.7083F, 16.33339F);
     this.xrLabel12.StylePriority.UseBorders = false;
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.StylePriority.UsePadding = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text = "Ejecutivo comercial:";
     this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel11
     //
     this.xrLabel11.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", this.bdsDocument, "ALF_PROY")});
     this.xrLabel11.Font = new System.Drawing.Font("Tahoma", 9F);
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(82.83894F, 105.9166F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(455.4944F, 15.99999F);
     this.xrLabel11.StylePriority.UseBorders = false;
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.StylePriority.UsePadding = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel5
     //
     this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel5.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 105.9166F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(72.83892F, 16.33339F);
     this.xrLabel5.StylePriority.UseBorders = false;
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.StylePriority.UsePadding = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text = "Proyecto:";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel10
     //
     this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel10.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 172.5833F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(71.66669F, 16.33339F);
     this.xrLabel10.StylePriority.UseBorders = false;
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.StylePriority.UsePadding = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text = "Atención:";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel9
     //
     this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel9.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 89.58322F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(108.5472F, 16.33339F);
     this.xrLabel9.StylePriority.UseBorders = false;
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.StylePriority.UsePadding = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text = "Nro Cotización:";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel7
     //
     this.xrLabel7.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dash;
     this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel7.BorderWidth = 1F;
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", this.bdsDocument, "ALF_ATEN")});
     this.xrLabel7.Font = new System.Drawing.Font("Tahoma", 9F);
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(81.66669F, 172.9167F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(589.0077F, 15.99997F);
     this.xrLabel7.StylePriority.UseBorderDashStyle = false;
     this.xrLabel7.StylePriority.UseBorders = false;
     this.xrLabel7.StylePriority.UseBorderWidth = false;
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.StylePriority.UsePadding = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel2.Font = new System.Drawing.Font("Tahoma", 9F);
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(9.000015F, 188.9167F);
     this.xrLabel2.Multiline = true;
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(461.4167F, 18.79167F);
     this.xrLabel2.StylePriority.UseBorders = false;
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UsePadding = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "Tenemos el agrado de poner a su fina consideración el siguiente presupuesto:";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", this.bdsDocument, "ALF_NOMB")});
     this.xrLabel1.Font = new System.Drawing.Font("Tahoma", 9F);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(71.04166F, 139.9167F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(528.9582F, 16F);
     this.xrLabel1.StylePriority.UseBorders = false;
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UsePadding = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblFECHA
     //
     this.lblFECHA.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.lblFECHA.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", this.bdsDocument, "ALF_FECH_LARG")});
     this.lblFECHA.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold);
     this.lblFECHA.LocationFloat = new DevExpress.Utils.PointFloat(548.6666F, 24.33335F);
     this.lblFECHA.Multiline = true;
     this.lblFECHA.Name = "lblFECHA";
     this.lblFECHA.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.lblFECHA.SizeF = new System.Drawing.SizeF(273.3334F, 22.66666F);
     this.lblFECHA.StylePriority.UseBorders = false;
     this.lblFECHA.StylePriority.UseFont = false;
     this.lblFECHA.StylePriority.UsePadding = false;
     this.lblFECHA.StylePriority.UseTextAlignment = false;
     this.lblFECHA.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrPictureBox2
     //
     this.xrPictureBox2.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrPictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox2.Image")));
     this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 0F);
     this.xrPictureBox2.Name = "xrPictureBox2";
     this.xrPictureBox2.SizeF = new System.Drawing.SizeF(293.2577F, 88.95834F);
     this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     this.xrPictureBox2.StylePriority.UseBorders = false;
     //
     // xrTable1
     //
     this.xrTable1.BackColor = System.Drawing.Color.Black;
     this.xrTable1.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTable1.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.xrTable1.ForeColor = System.Drawing.Color.White;
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 207.7084F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(822F, 22.91669F);
     this.xrTable1.StylePriority.UseBackColor = false;
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseFont = false;
     this.xrTable1.StylePriority.UseForeColor = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell1,
     this.xrTableCell2,
     this.xrTableCell3,
     this.xrTableCell7,
     this.xrTableCell8,
     this.xrTableCell10});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.Text = "Item";
     this.xrTableCell1.Weight = 0.67708335876464854D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.Text = "Cantidad";
     this.xrTableCell2.Weight = 0.91666664123535169D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.Text = "Código";
     this.xrTableCell3.Weight = 1.0104165649414063D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Multiline = true;
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.Text = "Descripción";
     this.xrTableCell7.Weight = 3.270832214355468D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.Text = "P. Unit USD";
     this.xrTableCell8.Weight = 1.1458343505859374D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.Text = "Precio Total";
     this.xrTableCell10.Weight = 1.1991668701171874D;
     //
     // xrLabel8
     //
     this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", this.bdsDocument, "ALF_EJEC_COME")});
     this.xrLabel8.Font = new System.Drawing.Font("Tahoma", 9F);
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(147.7083F, 122.9168F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(452.2916F, 16F);
     this.xrLabel8.StylePriority.UseBorders = false;
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.StylePriority.UsePadding = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel4
     //
     this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel4.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(599.9999F, 47.00002F);
     this.xrLabel4.Multiline = true;
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(222.0001F, 80.24998F);
     this.xrLabel4.StylePriority.UseBorders = false;
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.StylePriority.UsePadding = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "PUNTO SEGURO PERU SAC.\r\nRUC: 20551866930\r\nDIRECCIÓN: AV. LARCO 656 OF 3B\r\nDISTRIT" +
     "O: MIRAFLORES\r\nTELÉFONO: 4478500";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel13
     //
     this.xrLabel13.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", this.bdsDocument, "COD_COTI")});
     this.xrLabel13.Font = new System.Drawing.Font("Tahoma", 9F);
     this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(118.5472F, 89.91663F);
     this.xrLabel13.Name = "xrLabel13";
     this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel13.SizeF = new System.Drawing.SizeF(91.66108F, 16F);
     this.xrLabel13.StylePriority.UseBorders = false;
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.StylePriority.UsePadding = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel6,
     this.xrLabel3,
     this.xrTable3,
     this.lblCOND_COME});
     this.PageFooter.HeightF = 183.5417F;
     this.PageFooter.Name = "PageFooter";
     //
     // xrLabel6
     //
     this.xrLabel6.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel6.Font = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(522.8332F, 48.25F);
     this.xrLabel6.Multiline = true;
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel6.SizeF = new System.Drawing.SizeF(297.4168F, 51.08334F);
     this.xrLabel6.StylePriority.UseBorders = false;
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.StylePriority.UsePadding = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text = "PUNTO SEGURO PERU SAC.\r\nRUC: 20551866930\r\nAV. LARCO656 OFICINA 3B - MIRAFLORES - " +
     "LIMA - PERÚ";
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel3
     //
     this.xrLabel3.BackColor = System.Drawing.Color.Black;
     this.xrLabel3.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.ForeColor = System.Drawing.Color.White;
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 26F);
     this.xrLabel3.Multiline = true;
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(822F, 18.79167F);
     this.xrLabel3.StylePriority.UseBackColor = false;
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.StylePriority.UseForeColor = false;
     this.xrLabel3.StylePriority.UsePadding = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text = "Condiciones Comerciales";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblCOND_COME
     //
     this.lblCOND_COME.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.lblCOND_COME.Font = new System.Drawing.Font("Tahoma", 9F);
     this.lblCOND_COME.LocationFloat = new DevExpress.Utils.PointFloat(0F, 48.25001F);
     this.lblCOND_COME.Multiline = true;
     this.lblCOND_COME.Name = "lblCOND_COME";
     this.lblCOND_COME.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.lblCOND_COME.SizeF = new System.Drawing.SizeF(502.7084F, 125.2917F);
     this.lblCOND_COME.StylePriority.UseBorders = false;
     this.lblCOND_COME.StylePriority.UseFont = false;
     this.lblCOND_COME.StylePriority.UsePadding = false;
     this.lblCOND_COME.StylePriority.UseTextAlignment = false;
     this.lblCOND_COME.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // bdsDocumentLines
     //
     this.bdsDocumentLines.DataSource = typeof(BusinessEntities.Sales.BESVTD_COTI);
     //
     // xrQuote
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin,
     this.ReportHeader,
     this.PageFooter});
     this.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.DataSource = this.bdsDocumentLines;
     this.DisplayName = "Orden de Compra";
     this.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.Margins = new System.Drawing.Printing.Margins(14, 14, 12, 14);
     this.ShowPrintMarginsWarning = false;
     this.Version = "14.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bdsDocument)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bdsDocumentLines)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 14
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = global::Resources.InvoiceReport.ResourceManager;
     this.topMarginBand1        = new DevExpress.XtraReports.UI.TopMarginBand();
     this.detailBand1           = new DevExpress.XtraReports.UI.DetailBand();
     this.RatingPictureBox      = new DevExpress.XtraReports.UI.XRPictureBox();
     this.HotelDescriptionLabel = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15             = new DevExpress.XtraReports.UI.XRLabel();
     this.TotalPriceLabel       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13             = new DevExpress.XtraReports.UI.XRLabel();
     this.PriceTable            = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1           = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1          = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3          = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLine3                   = new DevExpress.XtraReports.UI.XRLine();
     this.CheckOutLabel             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11                 = new DevExpress.XtraReports.UI.XRLabel();
     this.CheckInLabel              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9                  = new DevExpress.XtraReports.UI.XRLabel();
     this.HotelAddressLabel         = new DevExpress.XtraReports.UI.XRLabel();
     this.HotelNameLabel2           = new DevExpress.XtraReports.UI.XRLabel();
     this.HotelSmallImagePictureBox = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLine2                   = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel6                  = new DevExpress.XtraReports.UI.XRLabel();
     this.HotelLargeImagePictureBox = new DevExpress.XtraReports.UI.XRPictureBox();
     this.HotelAddressLine2Label    = new DevExpress.XtraReports.UI.XRLabel();
     this.HotelAddressLine1Label    = new DevExpress.XtraReports.UI.XRLabel();
     this.HotelNameLabel1           = new DevExpress.XtraReports.UI.XRLabel();
     this.bottomMarginBand1         = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeader              = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel2                  = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1                  = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox1             = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLine1                   = new DevExpress.XtraReports.UI.XRLine();
     this.ReportFooter              = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrPictureBox4             = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLine4                   = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel17                 = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.PriceTable)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 53.04166F;
     this.topMarginBand1.Name    = "topMarginBand1";
     //
     // detailBand1
     //
     this.detailBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.RatingPictureBox,
         this.HotelDescriptionLabel,
         this.xrLabel15,
         this.TotalPriceLabel,
         this.xrLabel13,
         this.PriceTable,
         this.xrLine3,
         this.CheckOutLabel,
         this.xrLabel11,
         this.CheckInLabel,
         this.xrLabel9,
         this.HotelAddressLabel,
         this.HotelNameLabel2,
         this.HotelSmallImagePictureBox,
         this.xrLine2,
         this.xrLabel6,
         this.HotelLargeImagePictureBox,
         this.HotelAddressLine2Label,
         this.HotelAddressLine1Label,
         this.HotelNameLabel1
     });
     this.detailBand1.HeightF = 614.5417F;
     this.detailBand1.Name    = "detailBand1";
     //
     // RatingPictureBox
     //
     this.RatingPictureBox.Image         = ((System.Drawing.Image)(resources.GetObject("RatingPictureBox.Image")));
     this.RatingPictureBox.LocationFloat = new DevExpress.Utils.PointFloat(195F, 0F);
     this.RatingPictureBox.Name          = "RatingPictureBox";
     this.RatingPictureBox.SizeF         = new System.Drawing.SizeF(180.2084F, 37.7917F);
     //
     // HotelDescriptionLabel
     //
     this.HotelDescriptionLabel.AutoWidth                  = true;
     this.HotelDescriptionLabel.Font                       = new System.Drawing.Font("Segoe UI", 10.5F);
     this.HotelDescriptionLabel.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
     this.HotelDescriptionLabel.LocationFloat              = new DevExpress.Utils.PointFloat(6.357829E-05F, 514.9167F);
     this.HotelDescriptionLabel.Multiline                  = true;
     this.HotelDescriptionLabel.Name                       = "HotelDescriptionLabel";
     this.HotelDescriptionLabel.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.HotelDescriptionLabel.SizeF                      = new System.Drawing.SizeF(750.9998F, 69.875F);
     this.HotelDescriptionLabel.StylePriority.UseFont      = false;
     this.HotelDescriptionLabel.StylePriority.UseForeColor = false;
     this.HotelDescriptionLabel.Text                       = "HotelDescriptionLabel";
     //
     // xrLabel15
     //
     this.xrLabel15.Font                  = new System.Drawing.Font("Segoe UI", 13.5F);
     this.xrLabel15.LocationFloat         = new DevExpress.Utils.PointFloat(6.357829E-05F, 485F);
     this.xrLabel15.Name                  = "xrLabel15";
     this.xrLabel15.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF                 = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.Text                  = "Description";
     //
     // TotalPriceLabel
     //
     this.TotalPriceLabel.Font                           = new System.Drawing.Font("Segoe UI", 18F);
     this.TotalPriceLabel.ForeColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
     this.TotalPriceLabel.LocationFloat                  = new DevExpress.Utils.PointFloat(624.1669F, 325.6667F);
     this.TotalPriceLabel.Name                           = "TotalPriceLabel";
     this.TotalPriceLabel.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F);
     this.TotalPriceLabel.SizeF                          = new System.Drawing.SizeF(126.8336F, 36.5416F);
     this.TotalPriceLabel.StylePriority.UseFont          = false;
     this.TotalPriceLabel.StylePriority.UseForeColor     = false;
     this.TotalPriceLabel.StylePriority.UsePadding       = false;
     this.TotalPriceLabel.StylePriority.UseTextAlignment = false;
     this.TotalPriceLabel.Text                           = "$1000.00";
     this.TotalPriceLabel.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomRight;
     //
     // xrLabel13
     //
     this.xrLabel13.Font                           = new System.Drawing.Font("Segoe UI", 10.5F);
     this.xrLabel13.ForeColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(103)))), ((int)(((byte)(103)))), ((int)(((byte)(103)))));
     this.xrLabel13.LocationFloat                  = new DevExpress.Utils.PointFloat(473.7501F, 325.6667F);
     this.xrLabel13.Name                           = "xrLabel13";
     this.xrLabel13.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 2, 0, 3, 100F);
     this.xrLabel13.SizeF                          = new System.Drawing.SizeF(150.4168F, 36.54166F);
     this.xrLabel13.StylePriority.UseFont          = false;
     this.xrLabel13.StylePriority.UseForeColor     = false;
     this.xrLabel13.StylePriority.UsePadding       = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text                           = "TOTAL";
     this.xrLabel13.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // PriceTable
     //
     this.PriceTable.BorderColor   = System.Drawing.Color.Transparent;
     this.PriceTable.Font          = new System.Drawing.Font("Segoe UI", 10.5F);
     this.PriceTable.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(103)))), ((int)(((byte)(103)))), ((int)(((byte)(103)))));
     this.PriceTable.LocationFloat = new DevExpress.Utils.PointFloat(473.7501F, 300.6667F);
     this.PriceTable.Name          = "PriceTable";
     this.PriceTable.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.PriceTable.SizeF = new System.Drawing.SizeF(277.2503F, 25F);
     this.PriceTable.StylePriority.UseBorderColor = false;
     this.PriceTable.StylePriority.UseFont        = false;
     this.PriceTable.StylePriority.UseForeColor   = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell3
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name   = "xrTableCell1";
     this.xrTableCell1.Text   = "xrTableCell1";
     this.xrTableCell1.Weight = 2.3621389289424295D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
     this.xrTableCell3.Name      = "xrTableCell3";
     this.xrTableCell3.StylePriority.UseForeColor     = false;
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     this.xrTableCell3.Text          = "$323.22";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrTableCell3.Weight        = 1.1866659014754952D;
     //
     // xrLine3
     //
     this.xrLine3.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     this.xrLine3.LocationFloat = new DevExpress.Utils.PointFloat(473.7501F, 277.6667F);
     this.xrLine3.Name          = "xrLine3";
     this.xrLine3.SizeF         = new System.Drawing.SizeF(277.2503F, 23F);
     this.xrLine3.StylePriority.UseForeColor = false;
     //
     // CheckOutLabel
     //
     this.CheckOutLabel.Font                  = new System.Drawing.Font("Segoe UI", 10.5F);
     this.CheckOutLabel.LocationFloat         = new DevExpress.Utils.PointFloat(577.0834F, 246.7084F);
     this.CheckOutLabel.Name                  = "CheckOutLabel";
     this.CheckOutLabel.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.CheckOutLabel.SizeF                 = new System.Drawing.SizeF(100F, 23F);
     this.CheckOutLabel.StylePriority.UseFont = false;
     this.CheckOutLabel.Text                  = "03/20/2014";
     //
     // xrLabel11
     //
     this.xrLabel11.Font                       = new System.Drawing.Font("Segoe UI", 10.5F);
     this.xrLabel11.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(103)))), ((int)(((byte)(103)))), ((int)(((byte)(103)))));
     this.xrLabel11.LocationFloat              = new DevExpress.Utils.PointFloat(577.0833F, 223.7083F);
     this.xrLabel11.Name                       = "xrLabel11";
     this.xrLabel11.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                      = new System.Drawing.SizeF(100F, 23.00002F);
     this.xrLabel11.StylePriority.UseFont      = false;
     this.xrLabel11.StylePriority.UseForeColor = false;
     this.xrLabel11.Text                       = "Check out";
     //
     // CheckInLabel
     //
     this.CheckInLabel.Font                     = new System.Drawing.Font("Segoe UI", 10.5F);
     this.CheckInLabel.LocationFloat            = new DevExpress.Utils.PointFloat(473.7501F, 246.7084F);
     this.CheckInLabel.Name                     = "CheckInLabel";
     this.CheckInLabel.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(0, 2, 0, 0, 100F);
     this.CheckInLabel.SizeF                    = new System.Drawing.SizeF(100F, 23F);
     this.CheckInLabel.StylePriority.UseFont    = false;
     this.CheckInLabel.StylePriority.UsePadding = false;
     this.CheckInLabel.Text                     = "03/20/2014";
     //
     // xrLabel9
     //
     this.xrLabel9.Font                       = new System.Drawing.Font("Segoe UI", 10.5F);
     this.xrLabel9.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(103)))), ((int)(((byte)(103)))), ((int)(((byte)(103)))));
     this.xrLabel9.LocationFloat              = new DevExpress.Utils.PointFloat(473.7501F, 223.7083F);
     this.xrLabel9.Name                       = "xrLabel9";
     this.xrLabel9.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(0, 2, 0, 0, 100F);
     this.xrLabel9.SizeF                      = new System.Drawing.SizeF(100F, 23.00002F);
     this.xrLabel9.StylePriority.UseFont      = false;
     this.xrLabel9.StylePriority.UseForeColor = false;
     this.xrLabel9.StylePriority.UsePadding   = false;
     this.xrLabel9.Text                       = "Check in";
     //
     // HotelAddressLabel
     //
     this.HotelAddressLabel.Font                       = new System.Drawing.Font("Segoe UI", 10.5F);
     this.HotelAddressLabel.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(103)))), ((int)(((byte)(103)))), ((int)(((byte)(103)))));
     this.HotelAddressLabel.LocationFloat              = new DevExpress.Utils.PointFloat(554.1667F, 166.2916F);
     this.HotelAddressLabel.Multiline                  = true;
     this.HotelAddressLabel.Name                       = "HotelAddressLabel";
     this.HotelAddressLabel.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F);
     this.HotelAddressLabel.SizeF                      = new System.Drawing.SizeF(196.8333F, 22.99998F);
     this.HotelAddressLabel.StylePriority.UseFont      = false;
     this.HotelAddressLabel.StylePriority.UseForeColor = false;
     this.HotelAddressLabel.StylePriority.UsePadding   = false;
     this.HotelAddressLabel.Text                       = "Hollywood Hotel / The Hotel";
     //
     // HotelNameLabel2
     //
     this.HotelNameLabel2.Font                       = new System.Drawing.Font("Segoe UI", 10.5F);
     this.HotelNameLabel2.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
     this.HotelNameLabel2.LocationFloat              = new DevExpress.Utils.PointFloat(554.1666F, 143.2916F);
     this.HotelNameLabel2.Multiline                  = true;
     this.HotelNameLabel2.Name                       = "HotelNameLabel2";
     this.HotelNameLabel2.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(2, 0, 0, 0, 100F);
     this.HotelNameLabel2.SizeF                      = new System.Drawing.SizeF(196.8334F, 23F);
     this.HotelNameLabel2.StylePriority.UseFont      = false;
     this.HotelNameLabel2.StylePriority.UseForeColor = false;
     this.HotelNameLabel2.StylePriority.UsePadding   = false;
     this.HotelNameLabel2.Text                       = "Hollywood Hotel / The Hotel";
     //
     // HotelSmallImagePictureBox
     //
     this.HotelSmallImagePictureBox.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(199)))), ((int)(((byte)(199)))));
     this.HotelSmallImagePictureBox.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.HotelSmallImagePictureBox.LocationFloat = new DevExpress.Utils.PointFloat(473.7501F, 143.2916F);
     this.HotelSmallImagePictureBox.Name          = "HotelSmallImagePictureBox";
     this.HotelSmallImagePictureBox.Padding       = new DevExpress.XtraPrinting.PaddingInfo(4, 4, 4, 4, 100F);
     this.HotelSmallImagePictureBox.SizeF         = new System.Drawing.SizeF(69.99997F, 70F);
     this.HotelSmallImagePictureBox.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     this.HotelSmallImagePictureBox.StylePriority.UseBorderColor = false;
     this.HotelSmallImagePictureBox.StylePriority.UseBorders     = false;
     this.HotelSmallImagePictureBox.StylePriority.UsePadding     = false;
     //
     // xrLine2
     //
     this.xrLine2.BorderWidth   = 1F;
     this.xrLine2.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(473.7501F, 113F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(277.2498F, 18.83335F);
     this.xrLine2.StylePriority.UseBorderWidth = false;
     this.xrLine2.StylePriority.UseForeColor   = false;
     //
     // xrLabel6
     //
     this.xrLabel6.Font                           = new System.Drawing.Font("Segoe UI", 13.5F);
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(473.7501F, 89.99999F);
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(277.25F, 22.99998F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UsePadding       = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "Your Reservation Summary";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // HotelLargeImagePictureBox
     //
     this.HotelLargeImagePictureBox.LocationFloat = new DevExpress.Utils.PointFloat(0F, 89.99999F);
     this.HotelLargeImagePictureBox.Name          = "HotelLargeImagePictureBox";
     this.HotelLargeImagePictureBox.SizeF         = new System.Drawing.SizeF(445.2083F, 372.9166F);
     //
     // HotelAddressLine2Label
     //
     this.HotelAddressLine2Label.AutoWidth                  = true;
     this.HotelAddressLine2Label.Font                       = new System.Drawing.Font("Segoe UI", 12F);
     this.HotelAddressLine2Label.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(103)))), ((int)(((byte)(103)))), ((int)(((byte)(103)))));
     this.HotelAddressLine2Label.LocationFloat              = new DevExpress.Utils.PointFloat(0F, 60.79175F);
     this.HotelAddressLine2Label.Multiline                  = true;
     this.HotelAddressLine2Label.Name                       = "HotelAddressLine2Label";
     this.HotelAddressLine2Label.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.HotelAddressLine2Label.SizeF                      = new System.Drawing.SizeF(250.4167F, 22.99998F);
     this.HotelAddressLine2Label.StylePriority.UseFont      = false;
     this.HotelAddressLine2Label.StylePriority.UseForeColor = false;
     this.HotelAddressLine2Label.Text                       = "Address Line 2";
     //
     // HotelAddressLine1Label
     //
     this.HotelAddressLine1Label.AutoWidth                  = true;
     this.HotelAddressLine1Label.Font                       = new System.Drawing.Font("Segoe UI", 12F);
     this.HotelAddressLine1Label.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(103)))), ((int)(((byte)(103)))), ((int)(((byte)(103)))));
     this.HotelAddressLine1Label.LocationFloat              = new DevExpress.Utils.PointFloat(0F, 37.79173F);
     this.HotelAddressLine1Label.Name                       = "HotelAddressLine1Label";
     this.HotelAddressLine1Label.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.HotelAddressLine1Label.SizeF                      = new System.Drawing.SizeF(250.4167F, 23F);
     this.HotelAddressLine1Label.StylePriority.UseFont      = false;
     this.HotelAddressLine1Label.StylePriority.UseForeColor = false;
     this.HotelAddressLine1Label.Text                       = "Address Line 1";
     //
     // HotelNameLabel1
     //
     this.HotelNameLabel1.AutoWidth                  = true;
     this.HotelNameLabel1.Font                       = new System.Drawing.Font("Times New Roman", 18F);
     this.HotelNameLabel1.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
     this.HotelNameLabel1.LocationFloat              = new DevExpress.Utils.PointFloat(6.357829E-05F, 4F);
     this.HotelNameLabel1.Name                       = "HotelNameLabel1";
     this.HotelNameLabel1.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.HotelNameLabel1.SizeF                      = new System.Drawing.SizeF(179.5833F, 30.29167F);
     this.HotelNameLabel1.StylePriority.UseFont      = false;
     this.HotelNameLabel1.StylePriority.UseForeColor = false;
     this.HotelNameLabel1.Text                       = "Hollywood Hotel";
     this.HotelNameLabel1.WordWrap                   = false;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.HeightF = 17F;
     this.bottomMarginBand1.Name    = "bottomMarginBand1";
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2,
         this.xrLabel1,
         this.xrPictureBox1,
         this.xrLine1
     });
     this.ReportHeader.HeightF = 86.625F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel2
     //
     this.xrLabel2.Font                       = new System.Drawing.Font("Segoe UI", 10F);
     this.xrLabel2.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(103)))), ((int)(((byte)(103)))), ((int)(((byte)(103)))));
     this.xrLabel2.LocationFloat              = new DevExpress.Utils.PointFloat(215.6249F, 3F);
     this.xrLabel2.Name                       = "xrLabel2";
     this.xrLabel2.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                      = new System.Drawing.SizeF(229.5834F, 19F);
     this.xrLabel2.StylePriority.UseFont      = false;
     this.xrLabel2.StylePriority.UseForeColor = false;
     this.xrLabel2.Text                       = "ASP.NET CONTROLS AND LIBRARIES";
     //
     // xrLabel1
     //
     this.xrLabel1.Font                       = new System.Drawing.Font("Segoe UI", 10F);
     this.xrLabel1.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(103)))), ((int)(((byte)(103)))), ((int)(((byte)(103)))));
     this.xrLabel1.LocationFloat              = new DevExpress.Utils.PointFloat(215.6249F, 22.20832F);
     this.xrLabel1.Name                       = "xrLabel1";
     this.xrLabel1.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                      = new System.Drawing.SizeF(214.5833F, 17.79167F);
     this.xrLabel1.StylePriority.UseFont      = false;
     this.xrLabel1.StylePriority.UseForeColor = false;
     this.xrLabel1.Text                       = "POWERED BY DEVEXPRESS";
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Image         = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(189.5833F, 40F);
     //
     // xrLine1
     //
     this.xrLine1.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     this.xrLine1.LineDirection = DevExpress.XtraReports.UI.LineDirection.Vertical;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(189.5833F, 0F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(26.04164F, 39.99999F);
     this.xrLine1.StylePriority.UseForeColor = false;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPictureBox4,
         this.xrLine4,
         this.xrLabel17
     });
     this.ReportFooter.HeightF       = 77F;
     this.ReportFooter.Name          = "ReportFooter";
     this.ReportFooter.PrintAtBottom = true;
     //
     // xrPictureBox4
     //
     this.xrPictureBox4.Image         = ((System.Drawing.Image)(resources.GetObject("xrPictureBox4.Image")));
     this.xrPictureBox4.LocationFloat = new DevExpress.Utils.PointFloat(577.0833F, 33.41668F);
     this.xrPictureBox4.Name          = "xrPictureBox4";
     this.xrPictureBox4.SizeF         = new System.Drawing.SizeF(173.9167F, 37.58335F);
     //
     // xrLine4
     //
     this.xrLine4.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
     this.xrLine4.LineWidth     = 2;
     this.xrLine4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLine4.Name          = "xrLine4";
     this.xrLine4.SizeF         = new System.Drawing.SizeF(751.0001F, 23.00002F);
     this.xrLine4.StylePriority.UseForeColor = false;
     //
     // xrLabel17
     //
     this.xrLabel17.AutoWidth                  = true;
     this.xrLabel17.Font                       = new System.Drawing.Font("Segoe UI", 9.75F);
     this.xrLabel17.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(103)))), ((int)(((byte)(103)))), ((int)(((byte)(103)))));
     this.xrLabel17.LocationFloat              = new DevExpress.Utils.PointFloat(6.357829E-05F, 23.00002F);
     this.xrLabel17.Name                       = "xrLabel17";
     this.xrLabel17.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF                      = new System.Drawing.SizeF(568.5417F, 48.00002F);
     this.xrLabel17.StylePriority.UseFont      = false;
     this.xrLabel17.StylePriority.UseForeColor = false;
     this.xrLabel17.Text                       = "This ASP.NET web report was generated with DevExpress Reporting which is included" +
                                                 " in DevExpress ASP.NET Subscription and supports both WebForms and MVC. ";
     //
     // InvoiceReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.topMarginBand1,
         this.detailBand1,
         this.bottomMarginBand1,
         this.ReportHeader,
         this.ReportFooter
     });
     this.Margins = new System.Drawing.Printing.Margins(50, 49, 53, 17);
     this.Version = "14.2";
     ((System.ComponentModel.ISupportInitialize)(this.PriceTable)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.xrControlStyle1   = new DevExpress.XtraReports.UI.XRControlStyle();
     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.dtDetail          = new System.Data.DataTable();
     this.dataColumn1       = new System.Data.DataColumn();
     this.dataColumn2       = new System.Data.DataColumn();
     this.dataColumn3       = new System.Data.DataColumn();
     this.dataColumn4       = new System.Data.DataColumn();
     this.dataColumn5       = new System.Data.DataColumn();
     this.dataColumn6       = new System.Data.DataColumn();
     this.dataColumn7       = new System.Data.DataColumn();
     this.dataColumn8       = new System.Data.DataColumn();
     this.dataColumn9       = new System.Data.DataColumn();
     this.xrTableCell9      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3      = new DevExpress.XtraReports.UI.XRTableCell();
     this.dataSet1          = new System.Data.DataSet();
     this.dtHead            = new System.Data.DataTable();
     this.dataColumn11      = new System.Data.DataColumn();
     this.dataColumn12      = new System.Data.DataColumn();
     this.dataColumn13      = new System.Data.DataColumn();
     this.dataColumn14      = new System.Data.DataColumn();
     this.dataColumn15      = new System.Data.DataColumn();
     this.dataColumn10      = new System.Data.DataColumn();
     this.dataColumn16      = new System.Data.DataColumn();
     this.dataColumn17      = new System.Data.DataColumn();
     this.dataColumn18      = new System.Data.DataColumn();
     this.xrTableCell4      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6      = new DevExpress.XtraReports.UI.XRTableCell();
     this.PageFooter        = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.GroupHeader1      = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable2          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell10     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell18     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell17     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12     = new DevExpress.XtraReports.UI.XRTableCell();
     this.ReportHeader      = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9          = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupFooter1      = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrTable3          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell5      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell21     = new DevExpress.XtraReports.UI.XRTableCell();
     this.ReportFooter      = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel6          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine2           = new DevExpress.XtraReports.UI.XRLine();
     this.topMarginBand1    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtHead)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // xrControlStyle1
     //
     this.xrControlStyle1.BackColor       = System.Drawing.Color.Transparent;
     this.xrControlStyle1.BorderColor     = System.Drawing.Color.Black;
     this.xrControlStyle1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
     this.xrControlStyle1.Borders         = DevExpress.XtraPrinting.BorderSide.None;
     this.xrControlStyle1.BorderWidth     = 1;
     this.xrControlStyle1.Font            = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrControlStyle1.ForeColor       = System.Drawing.Color.Black;
     this.xrControlStyle1.Name            = "xrControlStyle1";
     //
     // Detail
     //
     this.Detail.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                   | DevExpress.XtraPrinting.BorderSide.Right)
                                                                  | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     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;
     //
     // xrTable1
     //
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(8F, 0F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF         = new System.Drawing.SizeF(776F, 25F);
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell9,
         this.xrTableCell7,
         this.xrTableCell8,
         this.xrTableCell2,
         this.xrTableCell20,
         this.xrTableCell3,
         this.xrTableCell4,
         this.xrTableCell6
     });
     this.xrTableRow1.Name          = "xrTableRow1";
     this.xrTableRow1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow1.Weight        = 1;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Angle = 1F;
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column1")
     });
     this.xrTableCell1.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell1.Name          = "xrTableCell1";
     this.xrTableCell1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell1.Text          = "xrTableCell1";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell1.Weight        = 0.10695876288659793;
     //
     // dtDetail
     //
     this.dtDetail.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn1,
         this.dataColumn2,
         this.dataColumn3,
         this.dataColumn4,
         this.dataColumn5,
         this.dataColumn6,
         this.dataColumn7,
         this.dataColumn8,
         this.dataColumn9
     });
     this.dtDetail.TableName = "dtDetail";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption    = "订单号";
     this.dataColumn1.ColumnName = "Column1";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption    = "入库单号";
     this.dataColumn2.ColumnName = "Column2";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption    = "入库日期";
     this.dataColumn3.ColumnName = "Column3";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption    = "存货编码";
     this.dataColumn4.ColumnName = "Column4";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption    = "存货名称";
     this.dataColumn5.ColumnName = "Column5";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption    = "规格型号";
     this.dataColumn6.ColumnName = "Column6";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption    = "数量";
     this.dataColumn7.ColumnName = "Column7";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption    = "含税单价";
     this.dataColumn8.ColumnName = "Column8";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption    = "价税合计";
     this.dataColumn9.ColumnName = "Column9";
     //
     // xrTableCell9
     //
     this.xrTableCell9.Angle = 1F;
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column2")
     });
     this.xrTableCell9.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell9.Name          = "xrTableCell9";
     this.xrTableCell9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell9.Text          = "xrTableCell9";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell9.Weight        = 0.08505154639175258;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Angle = 1F;
     this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column3")
     });
     this.xrTableCell7.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell7.Name          = "xrTableCell7";
     this.xrTableCell7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell7.Text          = "xrTableCell7";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell7.Weight        = 0.086340206185567009;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Angle = 1F;
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column4")
     });
     this.xrTableCell8.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell8.Name          = "xrTableCell8";
     this.xrTableCell8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell8.Text          = "xrTableCell8";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell8.Weight        = 0.14948453608247422;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Angle = 1F;
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column5")
     });
     this.xrTableCell2.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell2.Name          = "xrTableCell2";
     this.xrTableCell2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell2.Text          = "xrTableCell2";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell2.Weight        = 0.20618556701030927;
     //
     // xrTableCell20
     //
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column6")
     });
     this.xrTableCell20.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell20.Name          = "xrTableCell20";
     this.xrTableCell20.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell20.Text          = "xrTableCell20";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell20.Weight        = 0.13917525773195877;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Angle = 1F;
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column7")
     });
     this.xrTableCell3.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell3.Name          = "xrTableCell3";
     this.xrTableCell3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell3.Text          = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell3.Weight        = 0.074742268041237112;
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
         this.dtDetail,
         this.dtHead
     });
     //
     // dtHead
     //
     this.dtHead.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn11,
         this.dataColumn12,
         this.dataColumn13,
         this.dataColumn14,
         this.dataColumn15,
         this.dataColumn10,
         this.dataColumn16,
         this.dataColumn17,
         this.dataColumn18
     });
     this.dtHead.TableName = "dtHead";
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "Column1";
     //
     // dataColumn12
     //
     this.dataColumn12.ColumnName = "Column2";
     //
     // dataColumn13
     //
     this.dataColumn13.ColumnName = "Column3";
     //
     // dataColumn14
     //
     this.dataColumn14.ColumnName = "Column4";
     //
     // dataColumn15
     //
     this.dataColumn15.ColumnName = "Column5";
     //
     // dataColumn10
     //
     this.dataColumn10.ColumnName = "Column6";
     //
     // dataColumn16
     //
     this.dataColumn16.ColumnName = "Column7";
     //
     // dataColumn17
     //
     this.dataColumn17.ColumnName = "Column8";
     //
     // dataColumn18
     //
     this.dataColumn18.ColumnName = "Column9";
     //
     // xrTableCell4
     //
     this.xrTableCell4.Angle = 1F;
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column8")
     });
     this.xrTableCell4.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell4.Name          = "xrTableCell4";
     this.xrTableCell4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell4.Text          = "xrTableCell4";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell4.Weight        = 0.064432989690721643;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Angle = 1F;
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column9")
     });
     this.xrTableCell6.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell6.Name          = "xrTableCell6";
     this.xrTableCell6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell6.Text          = "xrTableCell6";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell6.Weight        = 0.087628865979381437;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1
     });
     this.PageFooter.HeightF       = 33F;
     this.PageFooter.Name          = "PageFooter";
     this.PageFooter.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(733F, 8F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(50F, 25F);
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.GroupHeader1.HeightF       = 25F;
     this.GroupHeader1.Name          = "GroupHeader1";
     this.GroupHeader1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.GroupHeader1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable2
     //
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(8F, 0F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF         = new System.Drawing.SizeF(775F, 25F);
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell10,
         this.xrTableCell18,
         this.xrTableCell15,
         this.xrTableCell11,
         this.xrTableCell17,
         this.xrTableCell19,
         this.xrTableCell14,
         this.xrTableCell16,
         this.xrTableCell12
     });
     this.xrTableRow2.Name          = "xrTableRow2";
     this.xrTableRow2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow2.Weight        = 1;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell10.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell10.Name          = "xrTableCell10";
     this.xrTableCell10.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell10.Text          = "订单号";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell10.Weight        = 0.10709677419354839;
     //
     // xrTableCell18
     //
     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", 8F);
     this.xrTableCell18.Name          = "xrTableCell18";
     this.xrTableCell18.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell18.Text          = "入库单号";
     this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell18.Weight        = 0.085161290322580643;
     //
     // xrTableCell15
     //
     this.xrTableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell15.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell15.Name          = "xrTableCell15";
     this.xrTableCell15.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell15.Text          = "入库日期";
     this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell15.Weight        = 0.086451612903225811;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell11.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell11.Name          = "xrTableCell11";
     this.xrTableCell11.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell11.Text          = "存货编码";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell11.Weight        = 0.14967741935483872;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell17.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell17.Name          = "xrTableCell17";
     this.xrTableCell17.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell17.Text          = "存货名称";
     this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell17.Weight        = 0.20645161290322581;
     //
     // xrTableCell19
     //
     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", 8F);
     this.xrTableCell19.Name          = "xrTableCell19";
     this.xrTableCell19.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell19.Text          = "规格型号";
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell19.Weight        = 0.13935483870967741;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell14.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell14.Name          = "xrTableCell14";
     this.xrTableCell14.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell14.Text          = "含税单价";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell14.Weight        = 0.07483870967741936;
     //
     // xrTableCell16
     //
     this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell16.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell16.Name          = "xrTableCell16";
     this.xrTableCell16.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell16.Text          = "数量";
     this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell16.Weight        = 0.063225806451612909;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell12.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell12.Name          = "xrTableCell12";
     this.xrTableCell12.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell12.Text          = "价税合计";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell12.Weight        = 0.087741935483870964;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrLabel2,
         this.xrLabel7,
         this.xrLabel8,
         this.xrLabel9
     });
     this.ReportHeader.HeightF       = 169F;
     this.ReportHeader.Name          = "ReportHeader";
     this.ReportHeader.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.ReportHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.Font          = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(317F, 33F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(258F, 42F);
     this.xrLabel1.Text          = "对  账  单";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtHead, "Column1")
     });
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(42F, 92F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(283F, 25F);
     this.xrLabel2.Text          = "xrLabel2";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel7
     //
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtHead, "Column2")
     });
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(42F, 133F);
     this.xrLabel7.Name          = "xrLabel7";
     this.xrLabel7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel7.SizeF         = new System.Drawing.SizeF(283F, 25F);
     this.xrLabel7.Text          = "xrLabel7";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel8
     //
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtHead, "Column3")
     });
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(417F, 133F);
     this.xrLabel8.Name          = "xrLabel8";
     this.xrLabel8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel8.SizeF         = new System.Drawing.SizeF(142F, 25F);
     this.xrLabel8.Text          = "xrLabel8";
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel9
     //
     this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtHead, "Column4")
     });
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(600F, 133F);
     this.xrLabel9.Name          = "xrLabel9";
     this.xrLabel9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel9.SizeF         = new System.Drawing.SizeF(142F, 25F);
     this.xrLabel9.Text          = "xrLabel9";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // GroupFooter1
     //
     this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable3
     });
     this.GroupFooter1.HeightF       = 91F;
     this.GroupFooter1.Name          = "GroupFooter1";
     this.GroupFooter1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.GroupFooter1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable3
     //
     this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(8F, 0F);
     this.xrTable3.Name          = "xrTable3";
     this.xrTable3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow3
     });
     this.xrTable3.SizeF         = new System.Drawing.SizeF(775F, 33F);
     this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell5,
         this.xrTableCell13,
         this.xrTableCell21
     });
     this.xrTableRow3.Name          = "xrTableRow3";
     this.xrTableRow3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow3.Weight        = 1;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name          = "xrTableCell5";
     this.xrTableCell5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell5.Text          = "合计";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell5.Weight        = 0.8490322580645161;
     //
     // xrTableCell13
     //
     this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtHead, "Column6")
     });
     this.xrTableCell13.Name          = "xrTableCell13";
     this.xrTableCell13.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell13.Weight        = 0.063225806451612909;
     //
     // xrTableCell21
     //
     this.xrTableCell21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtHead, "Column7")
     });
     this.xrTableCell21.Name          = "xrTableCell21";
     this.xrTableCell21.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell21.Weight        = 0.087741935483870964;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel6,
         this.xrLabel5,
         this.xrLine1,
         this.xrLine2
     });
     this.ReportFooter.HeightF       = 57F;
     this.ReportFooter.Name          = "ReportFooter";
     this.ReportFooter.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.ReportFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel6
     //
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(358F, 17F);
     this.xrLabel6.Name          = "xrLabel6";
     this.xrLabel6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel6.SizeF         = new System.Drawing.SizeF(66F, 25F);
     this.xrLabel6.Text          = "审核:";
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel5
     //
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(567F, 17F);
     this.xrLabel5.Name          = "xrLabel5";
     this.xrLabel5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel5.SizeF         = new System.Drawing.SizeF(100F, 25F);
     this.xrLabel5.Text          = "制单:";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(658F, 25F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrLine1.SizeF         = new System.Drawing.SizeF(100F, 25F);
     //
     // xrLine2
     //
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(425F, 25F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrLine2.SizeF         = new System.Drawing.SizeF(100F, 25F);
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 20F;
     this.topMarginBand1.Name    = "topMarginBand1";
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // RepRDInChk
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.PageFooter,
         this.GroupHeader1,
         this.ReportHeader,
         this.GroupFooter1,
         this.ReportFooter,
         this.topMarginBand1,
         this.bottomMarginBand1
     });
     this.DataSource = this.dataSet1;
     this.Margins    = new System.Drawing.Printing.Margins(20, 20, 20, 100);
     this.PageHeight = 1169;
     this.PageWidth  = 827;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.xrControlStyle1
     });
     this.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.Version       = "11.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtHead)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraReports.UI.XRControlStyle xrControlStyle1 = new DevExpress.XtraReports.UI.XRControlStyle();
     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.dtDetail      = new System.Data.DataTable();
     this.dataColumn1   = new System.Data.DataColumn();
     this.dataColumn2   = new System.Data.DataColumn();
     this.dataColumn3   = new System.Data.DataColumn();
     this.dataColumn4   = new System.Data.DataColumn();
     this.dataColumn5   = new System.Data.DataColumn();
     this.dataColumn6   = new System.Data.DataColumn();
     this.dataColumn7   = new System.Data.DataColumn();
     this.dataColumn8   = new System.Data.DataColumn();
     this.dataColumn9   = new System.Data.DataColumn();
     this.xrTableCell9  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3  = new DevExpress.XtraReports.UI.XRTableCell();
     this.dataSet1      = new System.Data.DataSet();
     this.dtHead        = new System.Data.DataTable();
     this.dataColumn11  = new System.Data.DataColumn();
     this.dataColumn12  = new System.Data.DataColumn();
     this.dataColumn13  = new System.Data.DataColumn();
     this.dataColumn14  = new System.Data.DataColumn();
     this.dataColumn15  = new System.Data.DataColumn();
     this.dataColumn10  = new System.Data.DataColumn();
     this.dataColumn16  = new System.Data.DataColumn();
     this.dataColumn17  = new System.Data.DataColumn();
     this.dataColumn18  = new System.Data.DataColumn();
     this.xrTableCell4  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6  = new DevExpress.XtraReports.UI.XRTableCell();
     this.PageFooter    = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo1   = new DevExpress.XtraReports.UI.XRPageInfo();
     this.GroupHeader1  = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable2      = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2   = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.ReportHeader  = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel1      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9      = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupFooter1  = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrTable3      = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3   = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell5  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell();
     this.ReportFooter  = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel6      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1       = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine2       = new DevExpress.XtraReports.UI.XRLine();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtHead)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                   | DevExpress.XtraPrinting.BorderSide.Right)
                                                                  | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.Detail.Height = 25;
     this.Detail.Name   = "Detail";
     this.Detail.ParentStyleUsing.UseBorders = false;
     //
     // xrTable1
     //
     this.xrTable1.Location = new System.Drawing.Point(8, 0);
     this.xrTable1.Name     = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.Size = new System.Drawing.Size(776, 25);
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell9,
         this.xrTableCell7,
         this.xrTableCell8,
         this.xrTableCell2,
         this.xrTableCell20,
         this.xrTableCell3,
         this.xrTableCell4,
         this.xrTableCell6
     });
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Size = new System.Drawing.Size(776, 25);
     //
     // xrTableCell1
     //
     this.xrTableCell1.Angle = 1F;
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column1", "")
     });
     this.xrTableCell1.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell1.Location = new System.Drawing.Point(0, 0);
     this.xrTableCell1.Name     = "xrTableCell1";
     this.xrTableCell1.ParentStyleUsing.UseFont = false;
     this.xrTableCell1.Size = new System.Drawing.Size(83, 25);
     this.xrTableCell1.Text = "xrTableCell1";
     //
     // dtDetail
     //
     this.dtDetail.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn1,
         this.dataColumn2,
         this.dataColumn3,
         this.dataColumn4,
         this.dataColumn5,
         this.dataColumn6,
         this.dataColumn7,
         this.dataColumn8,
         this.dataColumn9
     });
     this.dtDetail.TableName = "dtDetail";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption    = "订单号";
     this.dataColumn1.ColumnName = "Column1";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption    = "入库单号";
     this.dataColumn2.ColumnName = "Column2";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption    = "入库日期";
     this.dataColumn3.ColumnName = "Column3";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption    = "存货编码";
     this.dataColumn4.ColumnName = "Column4";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption    = "存货名称";
     this.dataColumn5.ColumnName = "Column5";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption    = "规格型号";
     this.dataColumn6.ColumnName = "Column6";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption    = "数量";
     this.dataColumn7.ColumnName = "Column7";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption    = "含税单价";
     this.dataColumn8.ColumnName = "Column8";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption    = "价税合计";
     this.dataColumn9.ColumnName = "Column9";
     //
     // xrTableCell9
     //
     this.xrTableCell9.Angle = 1F;
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column2", "")
     });
     this.xrTableCell9.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell9.Location = new System.Drawing.Point(83, 0);
     this.xrTableCell9.Name     = "xrTableCell9";
     this.xrTableCell9.ParentStyleUsing.UseFont = false;
     this.xrTableCell9.Size = new System.Drawing.Size(66, 25);
     this.xrTableCell9.Text = "xrTableCell9";
     //
     // xrTableCell7
     //
     this.xrTableCell7.Angle = 1F;
     this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column3", "")
     });
     this.xrTableCell7.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell7.Location = new System.Drawing.Point(149, 0);
     this.xrTableCell7.Name     = "xrTableCell7";
     this.xrTableCell7.ParentStyleUsing.UseFont = false;
     this.xrTableCell7.Size = new System.Drawing.Size(67, 25);
     this.xrTableCell7.Text = "xrTableCell7";
     //
     // xrTableCell8
     //
     this.xrTableCell8.Angle = 1F;
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column4", "")
     });
     this.xrTableCell8.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell8.Location = new System.Drawing.Point(216, 0);
     this.xrTableCell8.Name     = "xrTableCell8";
     this.xrTableCell8.ParentStyleUsing.UseFont = false;
     this.xrTableCell8.Size = new System.Drawing.Size(116, 25);
     this.xrTableCell8.Text = "xrTableCell8";
     //
     // xrTableCell2
     //
     this.xrTableCell2.Angle = 1F;
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column5", "")
     });
     this.xrTableCell2.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell2.Location = new System.Drawing.Point(332, 0);
     this.xrTableCell2.Name     = "xrTableCell2";
     this.xrTableCell2.ParentStyleUsing.UseFont = false;
     this.xrTableCell2.Size = new System.Drawing.Size(160, 25);
     this.xrTableCell2.Text = "xrTableCell2";
     //
     // xrTableCell20
     //
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtDetail, "Column6", "")
     });
     this.xrTableCell20.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell20.Location = new System.Drawing.Point(492, 0);
     this.xrTableCell20.Name     = "xrTableCell20";
     this.xrTableCell20.ParentStyleUsing.UseFont = false;
     this.xrTableCell20.Size = new System.Drawing.Size(108, 25);
     this.xrTableCell20.Text = "xrTableCell20";
     //
     // xrTableCell3
     //
     this.xrTableCell3.Angle = 1F;
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dataSet1, "Column7", "")
     });
     this.xrTableCell3.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell3.Location = new System.Drawing.Point(600, 0);
     this.xrTableCell3.Name     = "xrTableCell3";
     this.xrTableCell3.ParentStyleUsing.UseFont = false;
     this.xrTableCell3.Size = new System.Drawing.Size(58, 25);
     this.xrTableCell3.Text = "xrTableCell3";
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
         this.dtDetail,
         this.dtHead
     });
     //
     // dtHead
     //
     this.dtHead.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn11,
         this.dataColumn12,
         this.dataColumn13,
         this.dataColumn14,
         this.dataColumn15,
         this.dataColumn10,
         this.dataColumn16,
         this.dataColumn17,
         this.dataColumn18
     });
     this.dtHead.TableName = "dtHead";
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "Column1";
     //
     // dataColumn12
     //
     this.dataColumn12.ColumnName = "Column2";
     //
     // dataColumn13
     //
     this.dataColumn13.ColumnName = "Column3";
     //
     // dataColumn14
     //
     this.dataColumn14.ColumnName = "Column4";
     //
     // dataColumn15
     //
     this.dataColumn15.ColumnName = "Column5";
     //
     // dataColumn10
     //
     this.dataColumn10.ColumnName = "Column6";
     //
     // dataColumn16
     //
     this.dataColumn16.ColumnName = "Column7";
     //
     // dataColumn17
     //
     this.dataColumn17.ColumnName = "Column8";
     //
     // dataColumn18
     //
     this.dataColumn18.ColumnName = "Column9";
     //
     // xrTableCell4
     //
     this.xrTableCell4.Angle = 1F;
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dataSet1, "Column8", "")
     });
     this.xrTableCell4.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell4.Location = new System.Drawing.Point(658, 0);
     this.xrTableCell4.Name     = "xrTableCell4";
     this.xrTableCell4.ParentStyleUsing.UseFont = false;
     this.xrTableCell4.Size = new System.Drawing.Size(50, 25);
     this.xrTableCell4.Text = "xrTableCell4";
     //
     // xrTableCell6
     //
     this.xrTableCell6.Angle = 1F;
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dataSet1, "Column9", "")
     });
     this.xrTableCell6.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell6.Location = new System.Drawing.Point(708, 0);
     this.xrTableCell6.Name     = "xrTableCell6";
     this.xrTableCell6.ParentStyleUsing.UseFont = false;
     this.xrTableCell6.Size = new System.Drawing.Size(68, 25);
     this.xrTableCell6.Text = "xrTableCell6";
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1
     });
     this.PageFooter.Height = 33;
     this.PageFooter.Name   = "PageFooter";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Location = new System.Drawing.Point(733, 8);
     this.xrPageInfo1.Name     = "xrPageInfo1";
     this.xrPageInfo1.Size     = new System.Drawing.Size(50, 25);
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.GroupHeader1.Height = 25;
     this.GroupHeader1.Name   = "GroupHeader1";
     //
     // xrTable2
     //
     this.xrTable2.Location = new System.Drawing.Point(8, 0);
     this.xrTable2.Name     = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.Size = new System.Drawing.Size(775, 25);
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell10,
         this.xrTableCell18,
         this.xrTableCell15,
         this.xrTableCell11,
         this.xrTableCell17,
         this.xrTableCell19,
         this.xrTableCell14,
         this.xrTableCell16,
         this.xrTableCell12
     });
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Size = new System.Drawing.Size(775, 25);
     //
     // xrTableCell10
     //
     this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell10.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell10.Location = new System.Drawing.Point(0, 0);
     this.xrTableCell10.Name     = "xrTableCell10";
     this.xrTableCell10.ParentStyleUsing.UseBorders = false;
     this.xrTableCell10.ParentStyleUsing.UseFont    = false;
     this.xrTableCell10.Size = new System.Drawing.Size(83, 25);
     this.xrTableCell10.Text = "订单号";
     //
     // xrTableCell18
     //
     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", 8F);
     this.xrTableCell18.Location = new System.Drawing.Point(83, 0);
     this.xrTableCell18.Name     = "xrTableCell18";
     this.xrTableCell18.ParentStyleUsing.UseBorders = false;
     this.xrTableCell18.ParentStyleUsing.UseFont    = false;
     this.xrTableCell18.Size = new System.Drawing.Size(66, 25);
     this.xrTableCell18.Text = "入库单号";
     //
     // xrTableCell15
     //
     this.xrTableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell15.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell15.Location = new System.Drawing.Point(149, 0);
     this.xrTableCell15.Name     = "xrTableCell15";
     this.xrTableCell15.ParentStyleUsing.UseBorders = false;
     this.xrTableCell15.ParentStyleUsing.UseFont    = false;
     this.xrTableCell15.Size = new System.Drawing.Size(67, 25);
     this.xrTableCell15.Text = "入库日期";
     //
     // xrTableCell11
     //
     this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell11.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell11.Location = new System.Drawing.Point(216, 0);
     this.xrTableCell11.Name     = "xrTableCell11";
     this.xrTableCell11.ParentStyleUsing.UseBorders = false;
     this.xrTableCell11.ParentStyleUsing.UseFont    = false;
     this.xrTableCell11.Size = new System.Drawing.Size(116, 25);
     this.xrTableCell11.Text = "存货编码";
     //
     // xrTableCell17
     //
     this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell17.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell17.Location = new System.Drawing.Point(332, 0);
     this.xrTableCell17.Name     = "xrTableCell17";
     this.xrTableCell17.ParentStyleUsing.UseBorders = false;
     this.xrTableCell17.ParentStyleUsing.UseFont    = false;
     this.xrTableCell17.Size = new System.Drawing.Size(160, 25);
     this.xrTableCell17.Text = "存货名称";
     //
     // xrTableCell19
     //
     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", 8F);
     this.xrTableCell19.Location = new System.Drawing.Point(492, 0);
     this.xrTableCell19.Name     = "xrTableCell19";
     this.xrTableCell19.ParentStyleUsing.UseBorders = false;
     this.xrTableCell19.ParentStyleUsing.UseFont    = false;
     this.xrTableCell19.Size = new System.Drawing.Size(108, 25);
     this.xrTableCell19.Text = "规格型号";
     //
     // xrTableCell14
     //
     this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell14.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell14.Location = new System.Drawing.Point(600, 0);
     this.xrTableCell14.Name     = "xrTableCell14";
     this.xrTableCell14.ParentStyleUsing.UseBorders = false;
     this.xrTableCell14.ParentStyleUsing.UseFont    = false;
     this.xrTableCell14.Size = new System.Drawing.Size(58, 25);
     this.xrTableCell14.Text = "含税单价";
     //
     // xrTableCell16
     //
     this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell16.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell16.Location = new System.Drawing.Point(658, 0);
     this.xrTableCell16.Name     = "xrTableCell16";
     this.xrTableCell16.ParentStyleUsing.UseBorders = false;
     this.xrTableCell16.ParentStyleUsing.UseFont    = false;
     this.xrTableCell16.Size = new System.Drawing.Size(49, 25);
     this.xrTableCell16.Text = "数量";
     //
     // xrTableCell12
     //
     this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell12.Font     = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell12.Location = new System.Drawing.Point(707, 0);
     this.xrTableCell12.Name     = "xrTableCell12";
     this.xrTableCell12.ParentStyleUsing.UseBorders = false;
     this.xrTableCell12.ParentStyleUsing.UseFont    = false;
     this.xrTableCell12.Size = new System.Drawing.Size(68, 25);
     this.xrTableCell12.Text = "价税合计";
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrLabel2,
         this.xrLabel7,
         this.xrLabel8,
         this.xrLabel9
     });
     this.ReportHeader.Height = 169;
     this.ReportHeader.Name   = "ReportHeader";
     //
     // xrLabel1
     //
     this.xrLabel1.Font     = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.Location = new System.Drawing.Point(317, 33);
     this.xrLabel1.Name     = "xrLabel1";
     this.xrLabel1.ParentStyleUsing.UseFont = false;
     this.xrLabel1.Size = new System.Drawing.Size(258, 42);
     this.xrLabel1.Text = "对  账  单";
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtHead, "Column1", "")
     });
     this.xrLabel2.Location = new System.Drawing.Point(42, 92);
     this.xrLabel2.Name     = "xrLabel2";
     this.xrLabel2.Size     = new System.Drawing.Size(283, 25);
     this.xrLabel2.Text     = "xrLabel2";
     //
     // xrLabel7
     //
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtHead, "Column2", "")
     });
     this.xrLabel7.Location = new System.Drawing.Point(42, 133);
     this.xrLabel7.Name     = "xrLabel7";
     this.xrLabel7.Size     = new System.Drawing.Size(283, 25);
     this.xrLabel7.Text     = "xrLabel7";
     //
     // xrLabel8
     //
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtHead, "Column3", "")
     });
     this.xrLabel8.Location = new System.Drawing.Point(417, 133);
     this.xrLabel8.Name     = "xrLabel8";
     this.xrLabel8.Size     = new System.Drawing.Size(142, 25);
     this.xrLabel8.Text     = "xrLabel8";
     //
     // xrLabel9
     //
     this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtHead, "Column4", "")
     });
     this.xrLabel9.Location = new System.Drawing.Point(600, 133);
     this.xrLabel9.Name     = "xrLabel9";
     this.xrLabel9.Size     = new System.Drawing.Size(142, 25);
     this.xrLabel9.Text     = "xrLabel9";
     //
     // GroupFooter1
     //
     this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable3
     });
     this.GroupFooter1.Height = 91;
     this.GroupFooter1.Name   = "GroupFooter1";
     //
     // xrTable3
     //
     this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable3.Location = new System.Drawing.Point(8, 0);
     this.xrTable3.Name     = "xrTable3";
     this.xrTable3.ParentStyleUsing.UseBorders = false;
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow3
     });
     this.xrTable3.Size = new System.Drawing.Size(775, 33);
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell5,
         this.xrTableCell13,
         this.xrTableCell21
     });
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Size = new System.Drawing.Size(775, 33);
     //
     // xrTableCell5
     //
     this.xrTableCell5.Location = new System.Drawing.Point(0, 0);
     this.xrTableCell5.Name     = "xrTableCell5";
     this.xrTableCell5.Size     = new System.Drawing.Size(658, 33);
     this.xrTableCell5.Text     = "合计";
     //
     // xrTableCell13
     //
     this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtHead, "Column6", "")
     });
     this.xrTableCell13.Location = new System.Drawing.Point(658, 0);
     this.xrTableCell13.Name     = "xrTableCell13";
     this.xrTableCell13.Size     = new System.Drawing.Size(49, 33);
     //
     // xrTableCell21
     //
     this.xrTableCell21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dtHead, "Column7", "")
     });
     this.xrTableCell21.Location = new System.Drawing.Point(707, 0);
     this.xrTableCell21.Name     = "xrTableCell21";
     this.xrTableCell21.Size     = new System.Drawing.Size(68, 33);
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel6,
         this.xrLabel5,
         this.xrLine1,
         this.xrLine2
     });
     this.ReportFooter.Height = 57;
     this.ReportFooter.Name   = "ReportFooter";
     //
     // xrLabel6
     //
     this.xrLabel6.Location = new System.Drawing.Point(358, 17);
     this.xrLabel6.Name     = "xrLabel6";
     this.xrLabel6.Size     = new System.Drawing.Size(66, 25);
     this.xrLabel6.Text     = "审核:";
     //
     // xrLabel5
     //
     this.xrLabel5.Location = new System.Drawing.Point(567, 17);
     this.xrLabel5.Name     = "xrLabel5";
     this.xrLabel5.Size     = new System.Drawing.Size(100, 25);
     this.xrLabel5.Text     = "制单:";
     //
     // xrLine1
     //
     this.xrLine1.Location = new System.Drawing.Point(658, 25);
     this.xrLine1.Name     = "xrLine1";
     this.xrLine1.Size     = new System.Drawing.Size(100, 25);
     //
     // xrLine2
     //
     this.xrLine2.Location = new System.Drawing.Point(425, 25);
     this.xrLine2.Name     = "xrLine2";
     this.xrLine2.Size     = new System.Drawing.Size(100, 25);
     //
     // RepRDInChk
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.PageFooter,
         this.GroupHeader1,
         this.ReportHeader,
         this.GroupFooter1,
         this.ReportFooter
     });
     this.DataSource           = this.dataSet1;
     this.Margins              = new System.Drawing.Printing.Margins(20, 20, 20, 100);
     this.PageHeight           = 1169;
     this.PageWidth            = 827;
     this.PaperKind            = System.Drawing.Printing.PaperKind.A4;
     xrControlStyle1.BackColor = System.Drawing.Color.Transparent;
     this.StyleSheet.Add("Style1", xrControlStyle1);
     this.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dtHead)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.xrControlStyle1   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell2      = new DevExpress.XtraReports.UI.XRTableCell();
     this.dataSet1          = new System.Data.DataSet();
     this.dataTable1        = new System.Data.DataTable();
     this.dataColumn1       = new System.Data.DataColumn();
     this.dataColumn2       = new System.Data.DataColumn();
     this.dataColumn3       = new System.Data.DataColumn();
     this.dataColumn4       = new System.Data.DataColumn();
     this.dataColumn5       = new System.Data.DataColumn();
     this.dataColumn6       = new System.Data.DataColumn();
     this.dataColumn7       = new System.Data.DataColumn();
     this.dataColumn8       = new System.Data.DataColumn();
     this.dataColumn9       = new System.Data.DataColumn();
     this.dataColumn10      = new System.Data.DataColumn();
     this.dataColumn16      = new System.Data.DataColumn();
     this.dataColumn17      = new System.Data.DataColumn();
     this.dataColumn18      = new System.Data.DataColumn();
     this.dataColumn19      = new System.Data.DataColumn();
     this.dataColumn20      = new System.Data.DataColumn();
     this.dataColumn21      = new System.Data.DataColumn();
     this.dataColumn22      = new System.Data.DataColumn();
     this.dataColumn23      = new System.Data.DataColumn();
     this.dataTable2        = new System.Data.DataTable();
     this.dataColumn11      = new System.Data.DataColumn();
     this.dataColumn12      = new System.Data.DataColumn();
     this.dataColumn13      = new System.Data.DataColumn();
     this.dataColumn14      = new System.Data.DataColumn();
     this.dataColumn15      = new System.Data.DataColumn();
     this.dataColumn24      = new System.Data.DataColumn();
     this.dataColumn25      = new System.Data.DataColumn();
     this.dataColumn26      = new System.Data.DataColumn();
     this.dataColumn27      = new System.Data.DataColumn();
     this.dataColumn28      = new System.Data.DataColumn();
     this.dataColumn29      = new System.Data.DataColumn();
     this.dataColumn30      = new System.Data.DataColumn();
     this.dataColumn31      = new System.Data.DataColumn();
     this.dataColumn32      = new System.Data.DataColumn();
     this.dataColumn33      = new System.Data.DataColumn();
     this.dataColumn34      = new System.Data.DataColumn();
     this.dataColumn35      = new System.Data.DataColumn();
     this.dataColumn36      = new System.Data.DataColumn();
     this.dataColumn37      = new System.Data.DataColumn();
     this.dataColumn38      = new System.Data.DataColumn();
     this.xrTableCell3      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13     = new DevExpress.XtraReports.UI.XRTableCell();
     this.GroupHeader1      = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable2          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell18     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell17     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell21     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell27     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1      = new DevExpress.XtraReports.UI.XRTableCell();
     this.PageHeader        = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel4          = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter        = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.topMarginBand1    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // xrControlStyle1
     //
     this.xrControlStyle1.BackColor       = System.Drawing.Color.Transparent;
     this.xrControlStyle1.BorderColor     = System.Drawing.Color.Black;
     this.xrControlStyle1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
     this.xrControlStyle1.Borders         = DevExpress.XtraPrinting.BorderSide.None;
     this.xrControlStyle1.BorderWidth     = 1;
     this.xrControlStyle1.Font            = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrControlStyle1.ForeColor       = System.Drawing.Color.Black;
     this.xrControlStyle1.Name            = "xrControlStyle1";
     //
     // Detail
     //
     this.Detail.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                   | DevExpress.XtraPrinting.BorderSide.Right)
                                                                  | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.Detail.Dpi           = 254F;
     this.Detail.HeightF       = 64F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.Dpi           = 254F;
     this.xrTable1.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(42F, 0F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 120F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF         = new System.Drawing.SizeF(1969F, 64F);
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell2,
         this.xrTableCell3,
         this.xrTableCell4,
         this.xrTableCell5,
         this.xrTableCell6,
         this.xrTableCell8,
         this.xrTableCell9,
         this.xrTableCell10,
         this.xrTableCell12,
         this.xrTableCell13
     });
     this.xrTableRow1.Dpi           = 254F;
     this.xrTableRow1.Name          = "xrTableRow1";
     this.xrTableRow1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 120F);
     this.xrTableRow1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow1.Weight        = 1;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column1")
     });
     this.xrTableCell2.Dpi           = 254F;
     this.xrTableCell2.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell2.Name          = "xrTableCell2";
     this.xrTableCell2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell2.Text          = "厂商";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell2.Weight        = 0.22549517521584561;
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
         this.dataTable1,
         this.dataTable2
     });
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn1,
         this.dataColumn2,
         this.dataColumn3,
         this.dataColumn4,
         this.dataColumn5,
         this.dataColumn6,
         this.dataColumn7,
         this.dataColumn8,
         this.dataColumn9,
         this.dataColumn10,
         this.dataColumn16,
         this.dataColumn17,
         this.dataColumn18,
         this.dataColumn19,
         this.dataColumn20,
         this.dataColumn21,
         this.dataColumn22,
         this.dataColumn23
     });
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption    = "序号";
     this.dataColumn1.ColumnName = "Column1";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption    = "订单号";
     this.dataColumn2.ColumnName = "Column2";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption    = "存货编码";
     this.dataColumn3.ColumnName = "Column3";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption    = "存货名称";
     this.dataColumn4.ColumnName = "Column4";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption    = "规格型号";
     this.dataColumn5.ColumnName = "Column5";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption    = "计量单位";
     this.dataColumn6.ColumnName = "Column6";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption    = "辅计量";
     this.dataColumn7.ColumnName = "Column7";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption    = "数量";
     this.dataColumn8.ColumnName = "Column8";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption    = "件数";
     this.dataColumn9.ColumnName = "Column9";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption    = "条码";
     this.dataColumn10.ColumnName = "Column10";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption    = "订单交期";
     this.dataColumn16.ColumnName = "Column11";
     //
     // dataColumn17
     //
     this.dataColumn17.ColumnName = "Column12";
     //
     // dataColumn18
     //
     this.dataColumn18.ColumnName = "Column13";
     //
     // dataColumn19
     //
     this.dataColumn19.ColumnName = "Column14";
     //
     // dataColumn20
     //
     this.dataColumn20.ColumnName = "Column15";
     //
     // dataColumn21
     //
     this.dataColumn21.ColumnName = "Column16";
     //
     // dataColumn22
     //
     this.dataColumn22.ColumnName = "Column17";
     //
     // dataColumn23
     //
     this.dataColumn23.ColumnName = "Column18";
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn11,
         this.dataColumn12,
         this.dataColumn13,
         this.dataColumn14,
         this.dataColumn15,
         this.dataColumn24,
         this.dataColumn25,
         this.dataColumn26,
         this.dataColumn27,
         this.dataColumn28,
         this.dataColumn29,
         this.dataColumn30,
         this.dataColumn31,
         this.dataColumn32,
         this.dataColumn33,
         this.dataColumn34,
         this.dataColumn35,
         this.dataColumn36,
         this.dataColumn37,
         this.dataColumn38
     });
     this.dataTable2.TableName = "Table2";
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "Column1";
     //
     // dataColumn12
     //
     this.dataColumn12.ColumnName = "Column2";
     //
     // dataColumn13
     //
     this.dataColumn13.ColumnName = "Column3";
     //
     // dataColumn14
     //
     this.dataColumn14.ColumnName = "Column4";
     //
     // dataColumn15
     //
     this.dataColumn15.ColumnName = "Column5";
     //
     // dataColumn24
     //
     this.dataColumn24.ColumnName = "Column6";
     //
     // dataColumn25
     //
     this.dataColumn25.ColumnName = "Column7";
     //
     // dataColumn26
     //
     this.dataColumn26.ColumnName = "Column8";
     //
     // dataColumn27
     //
     this.dataColumn27.ColumnName = "Column9";
     //
     // dataColumn28
     //
     this.dataColumn28.ColumnName = "Column10";
     //
     // dataColumn29
     //
     this.dataColumn29.ColumnName = "Column11";
     //
     // dataColumn30
     //
     this.dataColumn30.ColumnName = "Column12";
     //
     // dataColumn31
     //
     this.dataColumn31.ColumnName = "Column13";
     //
     // dataColumn32
     //
     this.dataColumn32.ColumnName = "Column14";
     //
     // dataColumn33
     //
     this.dataColumn33.ColumnName = "Column15";
     //
     // dataColumn34
     //
     this.dataColumn34.ColumnName = "Column16";
     //
     // dataColumn35
     //
     this.dataColumn35.ColumnName = "Column17";
     //
     // dataColumn36
     //
     this.dataColumn36.ColumnName = "Column18";
     //
     // dataColumn37
     //
     this.dataColumn37.ColumnName = "Column19";
     //
     // dataColumn38
     //
     this.dataColumn38.ColumnName = "Column20";
     //
     // xrTableCell3
     //
     this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column10")
     });
     this.xrTableCell3.Dpi           = 254F;
     this.xrTableCell3.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell3.Name          = "xrTableCell3";
     this.xrTableCell3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell3.Text          = "日期";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell3.Weight        = 0.097003555104113764;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column3")
     });
     this.xrTableCell4.Dpi           = 254F;
     this.xrTableCell4.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell4.Name          = "xrTableCell4";
     this.xrTableCell4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell4.Text          = "单据号";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell4.Weight        = 0.086338242762823772;
     //
     // xrTableCell5
     //
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column2")
     });
     this.xrTableCell5.Dpi           = 254F;
     this.xrTableCell5.Name          = "xrTableCell5";
     this.xrTableCell5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell5.Text          = "单据类型";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell5.Weight        = 0.097003555104113764;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column4")
     });
     this.xrTableCell6.Dpi           = 254F;
     this.xrTableCell6.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell6.Name          = "xrTableCell6";
     this.xrTableCell6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell6.Text          = "铁栈板";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell6.Weight        = 0.074657186389029961;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column5")
     });
     this.xrTableCell8.Dpi           = 254F;
     this.xrTableCell8.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell8.Name          = "xrTableCell8";
     this.xrTableCell8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell8.Text          = "木栈板";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell8.Weight        = 0.086338242762823772;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column6")
     });
     this.xrTableCell9.Dpi           = 254F;
     this.xrTableCell9.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell9.Name          = "xrTableCell9";
     this.xrTableCell9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell9.Text          = "铁箱子";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell9.Weight        = 0.074657186389029961;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column7")
     });
     this.xrTableCell10.Dpi           = 254F;
     this.xrTableCell10.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell10.Name          = "xrTableCell10";
     this.xrTableCell10.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell10.Text          = "铁架子";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell10.Weight        = 0.086846114779075667;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column8")
     });
     this.xrTableCell12.Dpi           = 254F;
     this.xrTableCell12.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell12.Name          = "xrTableCell12";
     this.xrTableCell12.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell12.Text          = "周转箱";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell12.Weight        = 0.083798882681564241;
     //
     // xrTableCell13
     //
     this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column9")
     });
     this.xrTableCell13.Dpi           = 254F;
     this.xrTableCell13.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell13.Name          = "xrTableCell13";
     this.xrTableCell13.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell13.Text          = "木箱子";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell13.Weight        = 0.087861858811579485;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.GroupHeader1.Dpi           = 254F;
     this.GroupHeader1.HeightF       = 64F;
     this.GroupHeader1.Name          = "GroupHeader1";
     this.GroupHeader1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.GroupHeader1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.Dpi           = 254F;
     this.xrTable2.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(42F, 0F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 120F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF         = new System.Drawing.SizeF(1969F, 64F);
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell18,
         this.xrTableCell11,
         this.xrTableCell17,
         this.xrTableCell7,
         this.xrTableCell19,
         this.xrTableCell14,
         this.xrTableCell16,
         this.xrTableCell21,
         this.xrTableCell27,
         this.xrTableCell1
     });
     this.xrTableRow2.Dpi           = 254F;
     this.xrTableRow2.Name          = "xrTableRow2";
     this.xrTableRow2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 120F);
     this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow2.Weight        = 1;
     //
     // xrTableCell18
     //
     this.xrTableCell18.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell18.Dpi           = 254F;
     this.xrTableCell18.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell18.Name          = "xrTableCell18";
     this.xrTableCell18.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell18.Text          = "厂商";
     this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell18.Weight        = 0.22549517521584561;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell11.Dpi           = 254F;
     this.xrTableCell11.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell11.Name          = "xrTableCell11";
     this.xrTableCell11.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell11.Text          = "日期";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell11.Weight        = 0.097003555104113764;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell17.Dpi           = 254F;
     this.xrTableCell17.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell17.Name          = "xrTableCell17";
     this.xrTableCell17.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell17.Text          = "单据号";
     this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell17.Weight        = 0.086338242762823772;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Dpi           = 254F;
     this.xrTableCell7.Name          = "xrTableCell7";
     this.xrTableCell7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell7.Text          = "单据类型";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell7.Weight        = 0.097003555104113764;
     //
     // xrTableCell19
     //
     this.xrTableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell19.Dpi           = 254F;
     this.xrTableCell19.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell19.Name          = "xrTableCell19";
     this.xrTableCell19.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell19.Text          = "铁栈板";
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell19.Weight        = 0.074657186389029961;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell14.Dpi           = 254F;
     this.xrTableCell14.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell14.Name          = "xrTableCell14";
     this.xrTableCell14.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell14.Text          = "木栈板";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell14.Weight        = 0.086338242762823772;
     //
     // xrTableCell16
     //
     this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell16.Dpi           = 254F;
     this.xrTableCell16.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell16.Name          = "xrTableCell16";
     this.xrTableCell16.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell16.Text          = "铁箱子";
     this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell16.Weight        = 0.074657186389029961;
     //
     // xrTableCell21
     //
     this.xrTableCell21.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell21.Dpi           = 254F;
     this.xrTableCell21.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell21.Name          = "xrTableCell21";
     this.xrTableCell21.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell21.Text          = "铁架子";
     this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell21.Weight        = 0.086846114779075667;
     //
     // xrTableCell27
     //
     this.xrTableCell27.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                          | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell27.Dpi           = 254F;
     this.xrTableCell27.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell27.Name          = "xrTableCell27";
     this.xrTableCell27.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell27.Text          = "周转箱";
     this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell27.Weight        = 0.083798882681564241;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Dpi           = 254F;
     this.xrTableCell1.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTableCell1.Name          = "xrTableCell1";
     this.xrTableCell1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrTableCell1.Text          = "木箱子";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell1.Weight        = 0.087861858811579485;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel4
     });
     this.PageHeader.Dpi           = 254F;
     this.PageHeader.HeightF       = 180F;
     this.PageHeader.Name          = "PageHeader";
     this.PageHeader.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel4
     //
     this.xrLabel4.Dpi           = 254F;
     this.xrLabel4.Font          = new System.Drawing.Font("Times New Roman", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(698F, 21F);
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(866F, 148F);
     this.xrLabel4.Text          = "栈板确认单";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel3,
         this.xrLabel1,
         this.xrLabel2
     });
     this.PageFooter.Dpi           = 254F;
     this.PageFooter.HeightF       = 190F;
     this.PageFooter.Name          = "PageFooter";
     this.PageFooter.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel3
     //
     this.xrLabel3.Dpi           = 254F;
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(783F, 85F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(214F, 63F);
     this.xrLabel3.Text          = "收货人";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.Dpi           = 254F;
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(1397F, 85F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(213F, 63F);
     this.xrLabel1.Text          = "确认人";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dataTable1, "Column11")
     });
     this.xrLabel2.Dpi           = 254F;
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(106F, 85F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 120F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(635F, 63F);
     this.xrLabel2.Text          = "xrLabel2";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // topMarginBand1
     //
     this.topMarginBand1.Dpi     = 254F;
     this.topMarginBand1.HeightF = 51F;
     this.topMarginBand1.Name    = "topMarginBand1";
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.Dpi     = 254F;
     this.bottomMarginBand1.HeightF = 43F;
     this.bottomMarginBand1.Name    = "bottomMarginBand1";
     //
     // 栈板厂商收发登记
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.GroupHeader1,
         this.PageHeader,
         this.PageFooter,
         this.topMarginBand1,
         this.bottomMarginBand1
     });
     this.DataSource = this.dataSet1;
     this.Dpi        = 254F;
     this.Margins    = new System.Drawing.Printing.Margins(0, 0, 51, 43);
     this.PageHeight = 1400;
     this.PageWidth  = 2043;
     this.PaperKind  = System.Drawing.Printing.PaperKind.Custom;
     this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.xrControlStyle1
     });
     this.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.Version       = "11.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.lbCust_bill_id = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.labPage = new DevExpress.XtraReports.UI.XRLabel();
     this.labWareNO = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow14 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell111 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbRemark = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow13 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell109 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow16 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell110 = new DevExpress.XtraReports.UI.XRTableCell();
     this.lab = new DevExpress.XtraReports.UI.XRLabel();
     this.labCustom = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.labName = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.labDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
     this.labTitle = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.lbCust_bill_id,
     this.xrLabel2,
     this.labPage,
     this.labWareNO,
     this.xrLabel3,
     this.xrLabel14,
     this.xrTable2,
     this.xrTable4,
     this.xrTable1,
     this.xrLabel13,
     this.xrLabel12,
     this.labTitle});
     this.Detail.HeightF = 840.6666F;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // lbCust_bill_id
     //
     this.lbCust_bill_id.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbCust_bill_id.LocationFloat = new DevExpress.Utils.PointFloat(150.8466F, 91.87502F);
     this.lbCust_bill_id.Name = "lbCust_bill_id";
     this.lbCust_bill_id.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbCust_bill_id.SizeF = new System.Drawing.SizeF(169.7917F, 23F);
     this.lbCust_bill_id.StylePriority.UseFont = false;
     this.lbCust_bill_id.StylePriority.UseTextAlignment = false;
     this.lbCust_bill_id.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(50.93185F, 91.87501F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(99.91479F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "核增表编号:";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // labPage
     //
     this.labPage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labPage.LocationFloat = new DevExpress.Utils.PointFloat(525.2645F, 737.8184F);
     this.labPage.Name = "labPage";
     this.labPage.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labPage.SizeF = new System.Drawing.SizeF(175.7903F, 30.29175F);
     this.labPage.StylePriority.UseFont = false;
     this.labPage.StylePriority.UseTextAlignment = false;
     this.labPage.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // labWareNO
     //
     this.labWareNO.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labWareNO.LocationFloat = new DevExpress.Utils.PointFloat(834.3529F, 93.75F);
     this.labWareNO.Name = "labWareNO";
     this.labWareNO.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labWareNO.SizeF = new System.Drawing.SizeF(244.3695F, 23F);
     this.labWareNO.StylePriority.UseFont = false;
     this.labWareNO.StylePriority.UseTextAlignment = false;
     this.labWareNO.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(731.2278F, 94.70819F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(103.1251F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text = "入仓单编号:";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel14
     //
     this.xrLabel14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(47.50001F, 737.8183F);
     this.xrLabel14.Name = "xrLabel14";
     this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF = new System.Drawing.SizeF(284.2126F, 30.29181F);
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text = "第一联:主管海关存查联";
     this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(23.74947F, 674.2766F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow14});
     this.xrTable2.SizeF = new System.Drawing.SizeF(1087.25F, 63.54169F);
     this.xrTable2.StylePriority.UseBorders = false;
     //
     // xrTableRow14
     //
     this.xrTableRow14.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell111,
     this.tbRemark});
     this.xrTableRow14.Name = "xrTableRow14";
     this.xrTableRow14.Weight = 1D;
     //
     // xrTableCell111
     //
     this.xrTableCell111.Name = "xrTableCell111";
     this.xrTableCell111.StylePriority.UseTextAlignment = false;
     this.xrTableCell111.Text = "备注";
     this.xrTableCell111.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell111.Weight = 0.29707393718920172D;
     //
     // tbRemark
     //
     this.tbRemark.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbRemark.Name = "tbRemark";
     this.tbRemark.StylePriority.UseFont = false;
     this.tbRemark.StylePriority.UseTextAlignment = false;
     this.tbRemark.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbRemark.Weight = 2.7029249240951096D;
     //
     // xrTable4
     //
     this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(23.74947F, 610.7349F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow13,
     this.xrTableRow16});
     this.xrTable4.SizeF = new System.Drawing.SizeF(1087.25F, 63.54163F);
     this.xrTable4.StylePriority.UseBorders = false;
     //
     // xrTableRow13
     //
     this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell109});
     this.xrTableRow13.Name = "xrTableRow13";
     this.xrTableRow13.Weight = 1D;
     //
     // xrTableCell109
     //
     this.xrTableCell109.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell109.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell109.Name = "xrTableCell109";
     this.xrTableCell109.StylePriority.UseBorders = false;
     this.xrTableCell109.StylePriority.UseFont = false;
     this.xrTableCell109.StylePriority.UseTextAlignment = false;
     this.xrTableCell109.Text = "     上述货物存入我仓,申报无误。";
     this.xrTableCell109.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell109.Weight = 3D;
     //
     // xrTableRow16
     //
     this.xrTableRow16.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell110});
     this.xrTableRow16.Name = "xrTableRow16";
     this.xrTableRow16.Weight = 1D;
     //
     // xrTableCell110
     //
     this.xrTableCell110.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell110.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.lab,
     this.labCustom,
     this.xrLabel6,
     this.xrLabel5,
     this.labName,
     this.xrLabel7,
     this.xrLabel4,
     this.xrLabel8,
     this.xrLabel9,
     this.xrLabel10,
     this.labDate,
     this.xrLabel11});
     this.xrTableCell110.Name = "xrTableCell110";
     this.xrTableCell110.StylePriority.UseBorders = false;
     this.xrTableCell110.StylePriority.UseTextAlignment = false;
     this.xrTableCell110.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell110.Weight = 3D;
     //
     // lab
     //
     this.lab.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.lab.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lab.LocationFloat = new DevExpress.Utils.PointFloat(394.9946F, 0.0003814697F);
     this.lab.Name = "lab";
     this.lab.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lab.SizeF = new System.Drawing.SizeF(130.0313F, 23F);
     this.lab.StylePriority.UseBorders = false;
     this.lab.StylePriority.UseFont = false;
     //
     // labCustom
     //
     this.labCustom.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labCustom.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labCustom.LocationFloat = new DevExpress.Utils.PointFloat(55.80085F, 0.0003814697F);
     this.labCustom.Name = "labCustom";
     this.labCustom.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labCustom.SizeF = new System.Drawing.SizeF(113.9057F, 23F);
     this.labCustom.StylePriority.UseBorders = false;
     this.labCustom.StylePriority.UseFont = false;
     //
     // xrLabel6
     //
     this.xrLabel6.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel6.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(169.7066F, 0.0003178914F);
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF = new System.Drawing.SizeF(41.43881F, 23.00002F);
     this.xrLabel6.StylePriority.UseBorders = false;
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.Text = "海关";
     //
     // xrLabel5
     //
     this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel5.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(212.111F, 0.0003178914F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(68.97784F, 23F);
     this.xrLabel5.StylePriority.UseBorders = false;
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text = "报关员:";
     //
     // labName
     //
     this.labName.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labName.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labName.LocationFloat = new DevExpress.Utils.PointFloat(281.0888F, 0F);
     this.labName.Name = "labName";
     this.labName.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labName.SizeF = new System.Drawing.SizeF(60.78061F, 22.99994F);
     this.labName.StylePriority.UseBorders = false;
     this.labName.StylePriority.UseFont = false;
     //
     // xrLabel7
     //
     this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel7.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(341.8694F, 0F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(53.12515F, 22.99998F);
     this.xrLabel7.StylePriority.UseBorders = false;
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.Text = "货主:";
     //
     // xrLabel4
     //
     this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel4.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(33.92588F, 0.000445048F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(21.87498F, 23.00002F);
     this.xrLabel4.StylePriority.UseBorders = false;
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "致";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel8.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(525.0258F, 0F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(73.9906F, 23F);
     this.xrLabel8.StylePriority.UseBorders = false;
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text = "仓库员:";
     //
     // xrLabel9
     //
     this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel9.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(599.0163F, 0.0003814697F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(85.90564F, 23.00006F);
     this.xrLabel9.StylePriority.UseBorders = false;
     this.xrLabel9.StylePriority.UseFont = false;
     //
     // xrLabel10
     //
     this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel10.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(684.922F, 0F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(74.97522F, 22.99994F);
     this.xrLabel10.StylePriority.UseBorders = false;
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.Text = "申报日期:";
     //
     // labDate
     //
     this.labDate.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labDate.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labDate.LocationFloat = new DevExpress.Utils.PointFloat(759.8973F, 0F);
     this.labDate.Name = "labDate";
     this.labDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labDate.SizeF = new System.Drawing.SizeF(127.7914F, 23F);
     this.labDate.StylePriority.UseBorders = false;
     this.labDate.StylePriority.UseFont = false;
     this.labDate.StylePriority.UseTextAlignment = false;
     this.labDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel11
     //
     this.xrLabel11.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel11.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(887.6886F, 0.0003814697F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel11.StylePriority.UseBorders = false;
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.Text = "仓库(盖章):";
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(23.74947F, 117.7082F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2,
     this.xrTableRow3,
     this.xrTableRow4,
     this.xrTableRow5,
     this.xrTableRow6,
     this.xrTableRow7,
     this.xrTableRow1,
     this.xrTableRow8,
     this.xrTableRow9,
     this.xrTableRow10,
     this.xrTableRow11});
     this.xrTable1.SizeF = new System.Drawing.SizeF(1087.25F, 493.0267F);
     this.xrTable1.StylePriority.UseBorders = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell9,
     this.xrTableCell5,
     this.xrTableCell11,
     this.xrTableCell10,
     this.xrTableCell12,
     this.xrTableCell6,
     this.xrTableCell7,
     this.xrTableCell13,
     this.xrTableCell8});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseFont = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text = "序号";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell9.Weight = 0.33974358974358976D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseFont = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text = "商品编码";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell5.Weight = 0.66025641025641013D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseFont = false;
     this.xrTableCell11.StylePriority.UseTextAlignment = false;
     this.xrTableCell11.Text = "货物名称、规格型号";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell11.Weight = 2.67186073629386D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseFont = false;
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.Text = "数量";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell10.Weight = 0.4377115983371942D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseFont = false;
     this.xrTableCell12.StylePriority.UseTextAlignment = false;
     this.xrTableCell12.Text = "单位";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell12.Weight = 0.36813679031589952D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseFont = false;
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text = "毛重/净重";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell6.Weight = 0.58483139065908341D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseFont = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text = "币制";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell7.Weight = 0.52742650396102375D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseFont = false;
     this.xrTableCell13.StylePriority.UseTextAlignment = false;
     this.xrTableCell13.Text = "单价";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell13.Weight = 0.48005401408678505D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "总价";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell8.Weight = 0.52690154246794874D;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq1,
     this.cCode1,
     this.cName1,
     this.cNum1,
     this.cUnit1,
     this.cWeight1,
     this.cCoin1,
     this.cPrice1,
     this.cTotal1});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // cseq1
     //
     this.cseq1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cseq1.Name = "cseq1";
     this.cseq1.StylePriority.UseFont = false;
     this.cseq1.StylePriority.UseTextAlignment = false;
     this.cseq1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq1.Weight = 0.33974358974358976D;
     //
     // cCode1
     //
     this.cCode1.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCode1.Name = "cCode1";
     this.cCode1.StylePriority.UseFont = false;
     this.cCode1.StylePriority.UseTextAlignment = false;
     this.cCode1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode1.Weight = 0.66025641025641013D;
     //
     // cName1
     //
     this.cName1.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName1.Multiline = true;
     this.cName1.Name = "cName1";
     this.cName1.StylePriority.UseFont = false;
     this.cName1.StylePriority.UseTextAlignment = false;
     this.cName1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName1.Weight = 2.6718606014247217D;
     //
     // cNum1
     //
     this.cNum1.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum1.Multiline = true;
     this.cNum1.Name = "cNum1";
     this.cNum1.StylePriority.UseFont = false;
     this.cNum1.StylePriority.UseTextAlignment = false;
     this.cNum1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum1.Weight = 0.43771195798801843D;
     //
     // cUnit1
     //
     this.cUnit1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit1.Multiline = true;
     this.cUnit1.Name = "cUnit1";
     this.cUnit1.StylePriority.UseFont = false;
     this.cUnit1.StylePriority.UseTextAlignment = false;
     this.cUnit1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit1.Weight = 0.36813643066507534D;
     //
     // cWeight1
     //
     this.cWeight1.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight1.Multiline = true;
     this.cWeight1.Name = "cWeight1";
     this.cWeight1.StylePriority.UseFont = false;
     this.cWeight1.StylePriority.UseTextAlignment = false;
     this.cWeight1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight1.Weight = 0.58483215491716334D;
     //
     // cCoin1
     //
     this.cCoin1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin1.Name = "cCoin1";
     this.cCoin1.StylePriority.UseFont = false;
     this.cCoin1.StylePriority.UseTextAlignment = false;
     this.cCoin1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin1.Weight = 0.52742695352455382D;
     //
     // cPrice1
     //
     this.cPrice1.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice1.Name = "cPrice1";
     this.cPrice1.StylePriority.UseFont = false;
     this.cPrice1.StylePriority.UseTextAlignment = false;
     this.cPrice1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice1.Weight = 0.48005293513431258D;
     //
     // cTotal1
     //
     this.cTotal1.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal1.Name = "cTotal1";
     this.cTotal1.StylePriority.UseFont = false;
     this.cTotal1.StylePriority.UseTextAlignment = false;
     this.cTotal1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal1.Weight = 0.52690154246794874D;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq2,
     this.cCode2,
     this.cName2,
     this.cNum2,
     this.cUnit2,
     this.cWeight2,
     this.cCoin2,
     this.cPrice2,
     this.cTotal2});
     this.xrTableRow4.Name = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // cseq2
     //
     this.cseq2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cseq2.Name = "cseq2";
     this.cseq2.StylePriority.UseFont = false;
     this.cseq2.StylePriority.UseTextAlignment = false;
     this.cseq2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq2.Weight = 0.33974358974358976D;
     //
     // cCode2
     //
     this.cCode2.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCode2.Name = "cCode2";
     this.cCode2.StylePriority.UseFont = false;
     this.cCode2.StylePriority.UseTextAlignment = false;
     this.cCode2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode2.Weight = 0.66025641025641013D;
     //
     // cName2
     //
     this.cName2.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName2.Multiline = true;
     this.cName2.Name = "cName2";
     this.cName2.StylePriority.UseFont = false;
     this.cName2.StylePriority.UseTextAlignment = false;
     this.cName2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName2.Weight = 2.6718602417739077D;
     //
     // cNum2
     //
     this.cNum2.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum2.Multiline = true;
     this.cNum2.Name = "cNum2";
     this.cNum2.StylePriority.UseFont = false;
     this.cNum2.StylePriority.UseTextAlignment = false;
     this.cNum2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum2.Weight = 0.4377123176388425D;
     //
     // cUnit2
     //
     this.cUnit2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit2.Multiline = true;
     this.cUnit2.Name = "cUnit2";
     this.cUnit2.StylePriority.UseFont = false;
     this.cUnit2.StylePriority.UseTextAlignment = false;
     this.cUnit2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit2.Weight = 0.3681360710142414D;
     //
     // cWeight2
     //
     this.cWeight2.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight2.Multiline = true;
     this.cWeight2.Name = "cWeight2";
     this.cWeight2.StylePriority.UseFont = false;
     this.cWeight2.StylePriority.UseTextAlignment = false;
     this.cWeight2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight2.Weight = 0.58483251456798757D;
     //
     // cCoin2
     //
     this.cCoin2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin2.Name = "cCoin2";
     this.cCoin2.StylePriority.UseFont = false;
     this.cCoin2.StylePriority.UseTextAlignment = false;
     this.cCoin2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin2.Weight = 0.52742717202492018D;
     //
     // cPrice2
     //
     this.cPrice2.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice2.Name = "cPrice2";
     this.cPrice2.StylePriority.UseFont = false;
     this.cPrice2.StylePriority.UseTextAlignment = false;
     this.cPrice2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice2.Weight = 0.48005221583266411D;
     //
     // cTotal2
     //
     this.cTotal2.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal2.Name = "cTotal2";
     this.cTotal2.StylePriority.UseFont = false;
     this.cTotal2.StylePriority.UseTextAlignment = false;
     this.cTotal2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal2.Weight = 0.52690204326923085D;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq3,
     this.cCode3,
     this.cName3,
     this.cNum3,
     this.cUnit3,
     this.cWeight3,
     this.cCoin3,
     this.cPrice3,
     this.cTotal3});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // cseq3
     //
     this.cseq3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cseq3.Name = "cseq3";
     this.cseq3.StylePriority.UseFont = false;
     this.cseq3.StylePriority.UseTextAlignment = false;
     this.cseq3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq3.Weight = 0.33974358974358976D;
     //
     // cCode3
     //
     this.cCode3.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCode3.Name = "cCode3";
     this.cCode3.StylePriority.UseFont = false;
     this.cCode3.StylePriority.UseTextAlignment = false;
     this.cCode3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode3.Weight = 0.66025641025641013D;
     //
     // cName3
     //
     this.cName3.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName3.Multiline = true;
     this.cName3.Name = "cName3";
     this.cName3.StylePriority.UseFont = false;
     this.cName3.StylePriority.UseTextAlignment = false;
     this.cName3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName3.Weight = 2.6718612308136742D;
     //
     // cNum3
     //
     this.cNum3.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum3.Multiline = true;
     this.cNum3.Name = "cNum3";
     this.cNum3.StylePriority.UseFont = false;
     this.cNum3.StylePriority.UseTextAlignment = false;
     this.cNum3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum3.Weight = 0.43771096894825179D;
     //
     // cUnit3
     //
     this.cUnit3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit3.Multiline = true;
     this.cUnit3.Name = "cUnit3";
     this.cUnit3.StylePriority.UseFont = false;
     this.cUnit3.StylePriority.UseTextAlignment = false;
     this.cUnit3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit3.Weight = 0.36813616092694734D;
     //
     // cWeight3
     //
     this.cWeight3.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight3.Multiline = true;
     this.cWeight3.Name = "cWeight3";
     this.cWeight3.StylePriority.UseFont = false;
     this.cWeight3.StylePriority.UseTextAlignment = false;
     this.cWeight3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight3.Weight = 0.58483251456798735D;
     //
     // cCoin3
     //
     this.cCoin3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin3.Name = "cCoin3";
     this.cCoin3.StylePriority.UseFont = false;
     this.cCoin3.StylePriority.UseTextAlignment = false;
     this.cCoin3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin3.Weight = 0.52742685733044914D;
     //
     // cPrice3
     //
     this.cPrice3.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice3.Name = "cPrice3";
     this.cPrice3.StylePriority.UseFont = false;
     this.cPrice3.StylePriority.UseTextAlignment = false;
     this.cPrice3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice3.Weight = 0.48005330106653543D;
     //
     // cTotal3
     //
     this.cTotal3.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal3.Name = "cTotal3";
     this.cTotal3.StylePriority.UseFont = false;
     this.cTotal3.StylePriority.UseTextAlignment = false;
     this.cTotal3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal3.Weight = 0.52690154246794874D;
     //
     // xrTableRow6
     //
     this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq4,
     this.cCode4,
     this.cName4,
     this.cNum4,
     this.cUnit4,
     this.cWeight4,
     this.cCoin4,
     this.cPrice4,
     this.cTotal4});
     this.xrTableRow6.Name = "xrTableRow6";
     this.xrTableRow6.Weight = 1D;
     //
     // cseq4
     //
     this.cseq4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cseq4.Name = "cseq4";
     this.cseq4.StylePriority.UseFont = false;
     this.cseq4.StylePriority.UseTextAlignment = false;
     this.cseq4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq4.Weight = 0.33974358974358976D;
     //
     // cCode4
     //
     this.cCode4.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCode4.Name = "cCode4";
     this.cCode4.StylePriority.UseFont = false;
     this.cCode4.StylePriority.UseTextAlignment = false;
     this.cCode4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode4.Weight = 0.66025641025641013D;
     //
     // cName4
     //
     this.cName4.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName4.Multiline = true;
     this.cName4.Name = "cName4";
     this.cName4.StylePriority.UseFont = false;
     this.cName4.StylePriority.UseTextAlignment = false;
     this.cName4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName4.Weight = 2.6718614106389684D;
     //
     // cNum4
     //
     this.cNum4.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum4.Multiline = true;
     this.cNum4.Name = "cNum4";
     this.cNum4.StylePriority.UseFont = false;
     this.cNum4.StylePriority.UseTextAlignment = false;
     this.cNum4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum4.Weight = 0.43771015973397576D;
     //
     // cUnit4
     //
     this.cUnit4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit4.Multiline = true;
     this.cUnit4.Name = "cUnit4";
     this.cUnit4.StylePriority.UseFont = false;
     this.cUnit4.StylePriority.UseTextAlignment = false;
     this.cUnit4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit4.Weight = 0.36813750961753811D;
     //
     // cWeight4
     //
     this.cWeight4.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight4.Multiline = true;
     this.cWeight4.Name = "cWeight4";
     this.cWeight4.StylePriority.UseFont = false;
     this.cWeight4.StylePriority.UseTextAlignment = false;
     this.cWeight4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight4.Weight = 0.58483184022273127D;
     //
     // cCoin4
     //
     this.cCoin4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin4.Name = "cCoin4";
     this.cCoin4.StylePriority.UseFont = false;
     this.cCoin4.StylePriority.UseTextAlignment = false;
     this.cCoin4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin4.Weight = 0.52742753795714326D;
     //
     // cPrice4
     //
     this.cPrice4.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice4.Name = "cPrice4";
     this.cPrice4.StylePriority.UseFont = false;
     this.cPrice4.StylePriority.UseTextAlignment = false;
     this.cPrice4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice4.Weight = 0.48005257548348834D;
     //
     // cTotal4
     //
     this.cTotal4.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal4.Name = "cTotal4";
     this.cTotal4.StylePriority.UseFont = false;
     this.cTotal4.StylePriority.UseTextAlignment = false;
     this.cTotal4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal4.Weight = 0.52690154246794874D;
     //
     // xrTableRow7
     //
     this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq5,
     this.cCode5,
     this.cName5,
     this.cNum5,
     this.cUnit5,
     this.cWeight5,
     this.cCoin5,
     this.cPrice5,
     this.cTotal5});
     this.xrTableRow7.Name = "xrTableRow7";
     this.xrTableRow7.Weight = 1D;
     //
     // cseq5
     //
     this.cseq5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cseq5.Name = "cseq5";
     this.cseq5.StylePriority.UseFont = false;
     this.cseq5.StylePriority.UseTextAlignment = false;
     this.cseq5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq5.Weight = 0.33974358974358976D;
     //
     // cCode5
     //
     this.cCode5.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCode5.Name = "cCode5";
     this.cCode5.StylePriority.UseFont = false;
     this.cCode5.StylePriority.UseTextAlignment = false;
     this.cCode5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode5.Weight = 0.66025641025641013D;
     //
     // cName5
     //
     this.cName5.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName5.Multiline = true;
     this.cName5.Name = "cName5";
     this.cName5.StylePriority.UseFont = false;
     this.cName5.StylePriority.UseTextAlignment = false;
     this.cName5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName5.Weight = 2.6718600619484167D;
     //
     // cNum5
     //
     this.cNum5.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum5.Multiline = true;
     this.cNum5.Name = "cNum5";
     this.cNum5.StylePriority.UseFont = false;
     this.cNum5.StylePriority.UseTextAlignment = false;
     this.cNum5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum5.Weight = 0.43771213781335194D;
     //
     // cUnit5
     //
     this.cUnit5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit5.Multiline = true;
     this.cUnit5.Name = "cUnit5";
     this.cUnit5.StylePriority.UseFont = false;
     this.cUnit5.StylePriority.UseTextAlignment = false;
     this.cUnit5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit5.Weight = 0.36813544162537748D;
     //
     // cWeight5
     //
     this.cWeight5.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight5.Multiline = true;
     this.cWeight5.Name = "cWeight5";
     this.cWeight5.StylePriority.UseFont = false;
     this.cWeight5.StylePriority.UseTextAlignment = false;
     this.cWeight5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight5.Weight = 0.584832694393478D;
     //
     // cCoin5
     //
     this.cCoin5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin5.Name = "cCoin5";
     this.cCoin5.StylePriority.UseFont = false;
     this.cCoin5.StylePriority.UseTextAlignment = false;
     this.cCoin5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin5.Weight = 0.52742633041701037D;
     //
     // cPrice5
     //
     this.cPrice5.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice5.Name = "cPrice5";
     this.cPrice5.StylePriority.UseFont = false;
     this.cPrice5.StylePriority.UseTextAlignment = false;
     this.cPrice5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice5.Weight = 0.48005436745621044D;
     //
     // cTotal5
     //
     this.cTotal5.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal5.Name = "cTotal5";
     this.cTotal5.StylePriority.UseFont = false;
     this.cTotal5.StylePriority.UseTextAlignment = false;
     this.cTotal5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal5.Weight = 0.52690154246794874D;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq6,
     this.cCode6,
     this.cName6,
     this.cNum6,
     this.cUnit6,
     this.cWeight6,
     this.cCoin6,
     this.cPrice6,
     this.cTotal6});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // cseq6
     //
     this.cseq6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cseq6.Name = "cseq6";
     this.cseq6.StylePriority.UseFont = false;
     this.cseq6.StylePriority.UseTextAlignment = false;
     this.cseq6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq6.Weight = 0.33974358974358976D;
     //
     // cCode6
     //
     this.cCode6.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCode6.Name = "cCode6";
     this.cCode6.StylePriority.UseFont = false;
     this.cCode6.StylePriority.UseTextAlignment = false;
     this.cCode6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode6.Weight = 0.66025641025641013D;
     //
     // cName6
     //
     this.cName6.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName6.Multiline = true;
     this.cName6.Name = "cName6";
     this.cName6.StylePriority.UseFont = false;
     this.cName6.StylePriority.UseTextAlignment = false;
     this.cName6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName6.Weight = 2.6718601518611229D;
     //
     // cNum6
     //
     this.cNum6.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum6.Multiline = true;
     this.cNum6.Name = "cNum6";
     this.cNum6.StylePriority.UseFont = false;
     this.cNum6.StylePriority.UseTextAlignment = false;
     this.cNum6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum6.Weight = 0.43771123868629147D;
     //
     // cUnit6
     //
     this.cUnit6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit6.Multiline = true;
     this.cUnit6.Name = "cUnit6";
     this.cUnit6.StylePriority.UseFont = false;
     this.cUnit6.StylePriority.UseTextAlignment = false;
     this.cUnit6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit6.Weight = 0.36813697014138025D;
     //
     // cWeight6
     //
     this.cWeight6.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight6.Multiline = true;
     this.cWeight6.Name = "cWeight6";
     this.cWeight6.StylePriority.UseFont = false;
     this.cWeight6.StylePriority.UseTextAlignment = false;
     this.cWeight6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight6.Weight = 0.58483233474265373D;
     //
     // cCoin6
     //
     this.cCoin6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin6.Name = "cCoin6";
     this.cCoin6.StylePriority.UseFont = false;
     this.cCoin6.StylePriority.UseTextAlignment = false;
     this.cCoin6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin6.Weight = 0.52742776902030708D;
     //
     // cPrice6
     //
     this.cPrice6.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice6.Name = "cPrice6";
     this.cPrice6.StylePriority.UseFont = false;
     this.cPrice6.StylePriority.UseTextAlignment = false;
     this.cPrice6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice6.Weight = 0.4800525692020895D;
     //
     // cTotal6
     //
     this.cTotal6.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal6.Name = "cTotal6";
     this.cTotal6.StylePriority.UseFont = false;
     this.cTotal6.StylePriority.UseTextAlignment = false;
     this.cTotal6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal6.Weight = 0.52690154246794874D;
     //
     // xrTableRow8
     //
     this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq7,
     this.cCode7,
     this.cName7,
     this.cNum7,
     this.cUnit7,
     this.cWeight7,
     this.cCoin7,
     this.cPrice7,
     this.cTotal7});
     this.xrTableRow8.Name = "xrTableRow8";
     this.xrTableRow8.Weight = 1D;
     //
     // cseq7
     //
     this.cseq7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cseq7.Name = "cseq7";
     this.cseq7.StylePriority.UseFont = false;
     this.cseq7.StylePriority.UseTextAlignment = false;
     this.cseq7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq7.Weight = 0.33974358974358976D;
     //
     // cCode7
     //
     this.cCode7.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCode7.Name = "cCode7";
     this.cCode7.StylePriority.UseFont = false;
     this.cCode7.StylePriority.UseTextAlignment = false;
     this.cCode7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode7.Weight = 0.66025641025641013D;
     //
     // cName7
     //
     this.cName7.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName7.Multiline = true;
     this.cName7.Name = "cName7";
     this.cName7.StylePriority.UseFont = false;
     this.cName7.StylePriority.UseTextAlignment = false;
     this.cName7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName7.Weight = 2.67186159046442D;
     //
     // cNum7
     //
     this.cNum7.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum7.Multiline = true;
     this.cNum7.Name = "cNum7";
     this.cNum7.StylePriority.UseFont = false;
     this.cNum7.StylePriority.UseTextAlignment = false;
     this.cNum7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum7.Weight = 0.43770944043217053D;
     //
     // cUnit7
     //
     this.cUnit7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit7.Multiline = true;
     this.cUnit7.Name = "cUnit7";
     this.cUnit7.StylePriority.UseFont = false;
     this.cUnit7.StylePriority.UseTextAlignment = false;
     this.cUnit7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit7.Weight = 0.36813786926844072D;
     //
     // cWeight7
     //
     this.cWeight7.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight7.Multiline = true;
     this.cWeight7.Name = "cWeight7";
     this.cWeight7.StylePriority.UseFont = false;
     this.cWeight7.StylePriority.UseTextAlignment = false;
     this.cWeight7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight7.Weight = 0.58483251456806584D;
     //
     // cCoin7
     //
     this.cCoin7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin7.Name = "cCoin7";
     this.cCoin7.StylePriority.UseFont = false;
     this.cCoin7.StylePriority.UseTextAlignment = false;
     this.cCoin7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin7.Weight = 0.52742722954407084D;
     //
     // cPrice7
     //
     this.cPrice7.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice7.Name = "cPrice7";
     this.cPrice7.StylePriority.UseFont = false;
     this.cPrice7.StylePriority.UseTextAlignment = false;
     this.cPrice7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice7.Weight = 0.48005238937667738D;
     //
     // cTotal7
     //
     this.cTotal7.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal7.Name = "cTotal7";
     this.cTotal7.StylePriority.UseFont = false;
     this.cTotal7.StylePriority.UseTextAlignment = false;
     this.cTotal7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal7.Weight = 0.52690154246794874D;
     //
     // xrTableRow9
     //
     this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq8,
     this.cCode8,
     this.cName8,
     this.cNum8,
     this.cUnit8,
     this.cWeight8,
     this.cCoin8,
     this.cPrice8,
     this.cTotal8});
     this.xrTableRow9.Name = "xrTableRow9";
     this.xrTableRow9.Weight = 1D;
     //
     // cseq8
     //
     this.cseq8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cseq8.Name = "cseq8";
     this.cseq8.StylePriority.UseFont = false;
     this.cseq8.StylePriority.UseTextAlignment = false;
     this.cseq8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq8.Weight = 0.33974358974358976D;
     //
     // cCode8
     //
     this.cCode8.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCode8.Name = "cCode8";
     this.cCode8.StylePriority.UseFont = false;
     this.cCode8.StylePriority.UseTextAlignment = false;
     this.cCode8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode8.Weight = 0.66025641025641013D;
     //
     // cName8
     //
     this.cName8.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName8.Multiline = true;
     this.cName8.Name = "cName8";
     this.cName8.StylePriority.UseFont = false;
     this.cName8.StylePriority.UseTextAlignment = false;
     this.cName8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName8.Weight = 2.6718600619484167D;
     //
     // cNum8
     //
     this.cNum8.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum8.Multiline = true;
     this.cNum8.Name = "cNum8";
     this.cNum8.StylePriority.UseFont = false;
     this.cNum8.StylePriority.UseTextAlignment = false;
     this.cNum8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum8.Weight = 0.43771051938464312D;
     //
     // cUnit8
     //
     this.cUnit8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit8.Multiline = true;
     this.cUnit8.Name = "cUnit8";
     this.cUnit8.StylePriority.UseFont = false;
     this.cUnit8.StylePriority.UseTextAlignment = false;
     this.cUnit8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit8.Weight = 0.36813679031596813D;
     //
     // cWeight8
     //
     this.cWeight8.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight8.Multiline = true;
     this.cWeight8.Name = "cWeight8";
     this.cWeight8.StylePriority.UseFont = false;
     this.cWeight8.StylePriority.UseTextAlignment = false;
     this.cWeight8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight8.Weight = 0.58483359352053843D;
     //
     // cCoin8
     //
     this.cCoin8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin8.Name = "cCoin8";
     this.cCoin8.StylePriority.UseFont = false;
     this.cCoin8.StylePriority.UseTextAlignment = false;
     this.cCoin8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin8.Weight = 0.52742722954407084D;
     //
     // cPrice8
     //
     this.cPrice8.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice8.Name = "cPrice8";
     this.cPrice8.StylePriority.UseFont = false;
     this.cPrice8.StylePriority.UseTextAlignment = false;
     this.cPrice8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice8.Weight = 0.48005283894020767D;
     //
     // cTotal8
     //
     this.cTotal8.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal8.Name = "cTotal8";
     this.cTotal8.StylePriority.UseFont = false;
     this.cTotal8.StylePriority.UseTextAlignment = false;
     this.cTotal8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal8.Weight = 0.52690154246794874D;
     //
     // xrTableRow10
     //
     this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq9,
     this.cCode9,
     this.cName9,
     this.cNum9,
     this.cUnit9,
     this.cWeight9,
     this.cCoin9,
     this.cPrice9,
     this.cTotal9});
     this.xrTableRow10.Name = "xrTableRow10";
     this.xrTableRow10.Weight = 1D;
     //
     // cseq9
     //
     this.cseq9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cseq9.Name = "cseq9";
     this.cseq9.StylePriority.UseFont = false;
     this.cseq9.StylePriority.UseTextAlignment = false;
     this.cseq9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq9.Weight = 0.33974358974358976D;
     //
     // cCode9
     //
     this.cCode9.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCode9.Name = "cCode9";
     this.cCode9.StylePriority.UseFont = false;
     this.cCode9.StylePriority.UseTextAlignment = false;
     this.cCode9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode9.Weight = 0.66025641025641013D;
     //
     // cName9
     //
     this.cName9.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName9.Multiline = true;
     this.cName9.Name = "cName9";
     this.cName9.StylePriority.UseFont = false;
     this.cName9.StylePriority.UseTextAlignment = false;
     this.cName9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName9.Weight = 2.6718615005517137D;
     //
     // cNum9
     //
     this.cNum9.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum9.Multiline = true;
     this.cNum9.Name = "cNum9";
     this.cNum9.StylePriority.UseFont = false;
     this.cNum9.StylePriority.UseTextAlignment = false;
     this.cNum9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum9.Weight = 0.43771051938464312D;
     //
     // cUnit9
     //
     this.cUnit9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit9.Multiline = true;
     this.cUnit9.Name = "cUnit9";
     this.cUnit9.StylePriority.UseFont = false;
     this.cUnit9.StylePriority.UseTextAlignment = false;
     this.cUnit9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit9.Weight = 0.36813679031596813D;
     //
     // cWeight9
     //
     this.cWeight9.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight9.Multiline = true;
     this.cWeight9.Name = "cWeight9";
     this.cWeight9.StylePriority.UseFont = false;
     this.cWeight9.StylePriority.UseTextAlignment = false;
     this.cWeight9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight9.Weight = 0.58483179526641749D;
     //
     // cCoin9
     //
     this.cCoin9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin9.Name = "cCoin9";
     this.cCoin9.StylePriority.UseFont = false;
     this.cCoin9.StylePriority.UseTextAlignment = false;
     this.cCoin9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin9.Weight = 0.52742758919489507D;
     //
     // cPrice9
     //
     this.cPrice9.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice9.Name = "cPrice9";
     this.cPrice9.StylePriority.UseFont = false;
     this.cPrice9.StylePriority.UseTextAlignment = false;
     this.cPrice9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice9.Weight = 0.48005283894020767D;
     //
     // cTotal9
     //
     this.cTotal9.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal9.Name = "cTotal9";
     this.cTotal9.StylePriority.UseFont = false;
     this.cTotal9.StylePriority.UseTextAlignment = false;
     this.cTotal9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal9.Weight = 0.52690154246794874D;
     //
     // xrTableRow11
     //
     this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq10,
     this.cCode10,
     this.cName10,
     this.cNum10,
     this.cUnit10,
     this.cWeight10,
     this.cCoin10,
     this.cPrice10,
     this.cTotal10});
     this.xrTableRow11.Name = "xrTableRow11";
     this.xrTableRow11.Weight = 1D;
     //
     // cseq10
     //
     this.cseq10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cseq10.Name = "cseq10";
     this.cseq10.StylePriority.UseFont = false;
     this.cseq10.StylePriority.UseTextAlignment = false;
     this.cseq10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq10.Weight = 0.33974358974358976D;
     //
     // cCode10
     //
     this.cCode10.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCode10.Name = "cCode10";
     this.cCode10.StylePriority.UseFont = false;
     this.cCode10.StylePriority.UseTextAlignment = false;
     this.cCode10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode10.Weight = 0.66025641025641013D;
     //
     // cName10
     //
     this.cName10.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName10.Multiline = true;
     this.cName10.Name = "cName10";
     this.cName10.StylePriority.UseFont = false;
     this.cName10.StylePriority.UseTextAlignment = false;
     this.cName10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName10.Weight = 2.671860421599241D;
     //
     // cNum10
     //
     this.cNum10.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum10.Multiline = true;
     this.cNum10.Name = "cNum10";
     this.cNum10.StylePriority.UseFont = false;
     this.cNum10.StylePriority.UseTextAlignment = false;
     this.cNum10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum10.Weight = 0.43770980008299476D;
     //
     // cUnit10
     //
     this.cUnit10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit10.Multiline = true;
     this.cUnit10.Name = "cUnit10";
     this.cUnit10.StylePriority.UseFont = false;
     this.cUnit10.StylePriority.UseTextAlignment = false;
     this.cUnit10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit10.Weight = 0.36813679031596813D;
     //
     // cWeight10
     //
     this.cWeight10.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight10.Multiline = true;
     this.cWeight10.Name = "cWeight10";
     this.cWeight10.StylePriority.UseFont = false;
     this.cWeight10.StylePriority.UseTextAlignment = false;
     this.cWeight10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight10.Weight = 0.58483395317136255D;
     //
     // cCoin10
     //
     this.cCoin10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin10.Name = "cCoin10";
     this.cCoin10.StylePriority.UseFont = false;
     this.cCoin10.StylePriority.UseTextAlignment = false;
     this.cCoin10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin10.Weight = 0.52742579094077413D;
     //
     // cPrice10
     //
     this.cPrice10.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice10.Name = "cPrice10";
     this.cPrice10.StylePriority.UseFont = false;
     this.cPrice10.StylePriority.UseTextAlignment = false;
     this.cPrice10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice10.Weight = 0.48005427754350438D;
     //
     // cTotal10
     //
     this.cTotal10.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal10.Name = "cTotal10";
     this.cTotal10.StylePriority.UseFont = false;
     this.cTotal10.StylePriority.UseTextAlignment = false;
     this.cTotal10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal10.Weight = 0.52690154246794874D;
     //
     // xrLabel13
     //
     this.xrLabel13.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(597.7717F, 35.00001F);
     this.xrLabel13.Name = "xrLabel13";
     this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF = new System.Drawing.SizeF(300.328F, 44.875F);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text = "仓 清 单   (续页)";
     this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel12
     //
     this.xrLabel12.Font = new System.Drawing.Font("宋体", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(548.7753F, 9.375F);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF = new System.Drawing.SizeF(48.99628F, 70.50001F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text = "入";
     this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
     //
     // labTitle
     //
     this.labTitle.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labTitle.LocationFloat = new DevExpress.Utils.PointFloat(249.421F, 35.00001F);
     this.labTitle.Name = "labTitle";
     this.labTitle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labTitle.SizeF = new System.Drawing.SizeF(299.3544F, 44.875F);
     this.labTitle.StylePriority.UseFont = false;
     this.labTitle.StylePriority.UseTextAlignment = false;
     this.labTitle.Text = "出 口 监 管 仓 货 物";
     this.labTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 1F;
     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 = 10F;
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // Report_ExSupEx
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin});
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(24, 19, 1, 10);
     this.PageHeight = 827;
     this.PageWidth = 1169;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Version = "12.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.BarCode.Code128Generator code128Generator1 = new DevExpress.XtraPrinting.BarCode.Code128Generator();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Report_ExSup));
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.BarCode = new DevExpress.XtraReports.UI.XRBarCode();
     this.lbCnsNo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6 = 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.xrTable5 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell64 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbzgCode = new DevExpress.XtraReports.UI.XRTableCell();
     this.lbPkgs = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow12 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell70 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow16 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell76 = new DevExpress.XtraReports.UI.XRTableCell();
     this.lab = new DevExpress.XtraReports.UI.XRLabel();
     this.labCustom = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.labName = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.labAdmin = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.labDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow13 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell67 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbremark = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbblank = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow14 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell72 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbExamine = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow15 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell75 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbView = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbWareName = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbreferdoc = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell59 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbdeliverUnit = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell63 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbSumWeight = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell60 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbtotalValue = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell61 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbPlace = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell68 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbOutCountry = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell69 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbtaxRebate = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell65 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbTradetype = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell66 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbInWaretype = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.labWareNO = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.labCustomCode = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.BarCode,
     this.lbCnsNo,
     this.xrLabel6,
     this.xrLabel14,
     this.xrLabel13,
     this.xrLabel12,
     this.xrTable5,
     this.xrTable4,
     this.xrTable2,
     this.xrTable1,
     this.xrPictureBox1,
     this.xrLabel1,
     this.labWareNO,
     this.xrLabel2,
     this.labCustomCode,
     this.xrLabel3});
     this.Detail.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Detail.HeightF = 859.3749F;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.StylePriority.UseFont = false;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BarCode
     //
     this.BarCode.LocationFloat = new DevExpress.Utils.PointFloat(772.9572F, 3.000001F);
     this.BarCode.Name = "BarCode";
     this.BarCode.Padding = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 100F);
     this.BarCode.SizeF = new System.Drawing.SizeF(380F, 45F);
     this.BarCode.Symbology = code128Generator1;
     //
     // lbCnsNo
     //
     this.lbCnsNo.LocationFloat = new DevExpress.Utils.PointFloat(499.3739F, 102F);
     this.lbCnsNo.Name = "lbCnsNo";
     this.lbCnsNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbCnsNo.SizeF = new System.Drawing.SizeF(153.125F, 23F);
     this.lbCnsNo.StylePriority.UseTextAlignment = false;
     this.lbCnsNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel6
     //
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(379.3759F, 102F);
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF = new System.Drawing.SizeF(119.998F, 23F);
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text = "电子账册编号:";
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel14
     //
     this.xrLabel14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(44.19907F, 750.3333F);
     this.xrLabel14.Name = "xrLabel14";
     this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF = new System.Drawing.SizeF(506.1787F, 25.08331F);
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text = "第一联:主管海关存查联";
     this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel13
     //
     this.xrLabel13.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(599.374F, 25.62501F);
     this.xrLabel13.Name = "xrLabel13";
     this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF = new System.Drawing.SizeF(215.953F, 44.875F);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text = "仓 清 单";
     this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel12
     //
     this.xrLabel12.Font = new System.Drawing.Font("宋体", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(550.3777F, 0F);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF = new System.Drawing.SizeF(48.99628F, 70.50001F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text = "入";
     this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
     //
     // xrTable5
     //
     this.xrTable5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(25.35176F, 636.7917F);
     this.xrTable5.Name = "xrTable5";
     this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow10});
     this.xrTable5.SizeF = new System.Drawing.SizeF(1119.542F, 49.99994F);
     this.xrTable5.StylePriority.UseBorders = false;
     //
     // xrTableRow10
     //
     this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell64,
     this.tbzgCode});
     this.xrTableRow10.Name = "xrTableRow10";
     this.xrTableRow10.Weight = 1D;
     //
     // xrTableCell64
     //
     this.xrTableCell64.Name = "xrTableCell64";
     this.xrTableCell64.StylePriority.UseTextAlignment = false;
     this.xrTableCell64.Text = "转关条形码";
     this.xrTableCell64.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell64.Weight = 0.45627600085734571D;
     //
     // tbzgCode
     //
     this.tbzgCode.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.lbPkgs,
     this.xrLabel9});
     this.tbzgCode.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbzgCode.Name = "tbzgCode";
     this.tbzgCode.StylePriority.UseFont = false;
     this.tbzgCode.Weight = 2.5537420554998773D;
     //
     // lbPkgs
     //
     this.lbPkgs.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.lbPkgs.LocationFloat = new DevExpress.Utils.PointFloat(778.732F, 15.00006F);
     this.lbPkgs.Name = "lbPkgs";
     this.lbPkgs.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.lbPkgs.SizeF = new System.Drawing.SizeF(171.1033F, 23F);
     this.lbPkgs.StylePriority.UseBorders = false;
     this.lbPkgs.StylePriority.UseTextAlignment = false;
     this.lbPkgs.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel9
     //
     this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(677.7321F, 15.00004F);
     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.UseBorders = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text = "合计总件数";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTable4
     //
     this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(25.35176F, 556.5834F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow12,
     this.xrTableRow16});
     this.xrTable4.SizeF = new System.Drawing.SizeF(1119.542F, 80.20831F);
     this.xrTable4.StylePriority.UseBorders = false;
     //
     // xrTableRow12
     //
     this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell70});
     this.xrTableRow12.Name = "xrTableRow12";
     this.xrTableRow12.Weight = 1D;
     //
     // xrTableCell70
     //
     this.xrTableCell70.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell70.Name = "xrTableCell70";
     this.xrTableCell70.StylePriority.UseBorders = false;
     this.xrTableCell70.StylePriority.UseTextAlignment = false;
     this.xrTableCell70.Text = "     上述货物存入我仓,申报无误。";
     this.xrTableCell70.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell70.Weight = 3D;
     //
     // xrTableRow16
     //
     this.xrTableRow16.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell76});
     this.xrTableRow16.Name = "xrTableRow16";
     this.xrTableRow16.Weight = 1D;
     //
     // xrTableCell76
     //
     this.xrTableCell76.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell76.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.lab,
     this.labCustom,
     this.xrLabel5,
     this.labName,
     this.xrLabel7,
     this.xrLabel4,
     this.xrLabel8,
     this.labAdmin,
     this.xrLabel10,
     this.labDate,
     this.xrLabel11});
     this.xrTableCell76.Name = "xrTableCell76";
     this.xrTableCell76.StylePriority.UseBorders = false;
     this.xrTableCell76.StylePriority.UseTextAlignment = false;
     this.xrTableCell76.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell76.Weight = 3D;
     //
     // lab
     //
     this.lab.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.lab.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lab.LocationFloat = new DevExpress.Utils.PointFloat(394.9946F, 9.999939F);
     this.lab.Name = "lab";
     this.lab.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lab.SizeF = new System.Drawing.SizeF(130.0313F, 23F);
     this.lab.StylePriority.UseBorders = false;
     this.lab.StylePriority.UseFont = false;
     this.lab.StylePriority.UseTextAlignment = false;
     this.lab.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // labCustom
     //
     this.labCustom.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labCustom.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labCustom.LocationFloat = new DevExpress.Utils.PointFloat(55.80087F, 9.999939F);
     this.labCustom.Name = "labCustom";
     this.labCustom.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labCustom.SizeF = new System.Drawing.SizeF(156.3101F, 23F);
     this.labCustom.StylePriority.UseBorders = false;
     this.labCustom.StylePriority.UseFont = false;
     this.labCustom.StylePriority.UseTextAlignment = false;
     this.labCustom.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel5
     //
     this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(212.111F, 9.999847F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(68.97784F, 23F);
     this.xrLabel5.StylePriority.UseBorders = false;
     this.xrLabel5.Text = "报关员:";
     //
     // labName
     //
     this.labName.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labName.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labName.LocationFloat = new DevExpress.Utils.PointFloat(281.0888F, 9.99953F);
     this.labName.Name = "labName";
     this.labName.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labName.SizeF = new System.Drawing.SizeF(60.78061F, 22.99994F);
     this.labName.StylePriority.UseBorders = false;
     this.labName.StylePriority.UseFont = false;
     this.labName.StylePriority.UseTextAlignment = false;
     this.labName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel7
     //
     this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(341.8694F, 9.999593F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(53.12515F, 22.99998F);
     this.xrLabel7.StylePriority.UseBorders = false;
     this.xrLabel7.Text = "货主:";
     //
     // xrLabel4
     //
     this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(33.92588F, 9.999974F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(21.87498F, 23.00002F);
     this.xrLabel4.StylePriority.UseBorders = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "致";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(525.0258F, 9.999402F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(73.9906F, 23F);
     this.xrLabel8.StylePriority.UseBorders = false;
     this.xrLabel8.Text = "仓库员:";
     //
     // labAdmin
     //
     this.labAdmin.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labAdmin.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labAdmin.LocationFloat = new DevExpress.Utils.PointFloat(599.0164F, 9.999329F);
     this.labAdmin.Name = "labAdmin";
     this.labAdmin.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labAdmin.SizeF = new System.Drawing.SizeF(85.90564F, 23.00006F);
     this.labAdmin.StylePriority.UseBorders = false;
     this.labAdmin.StylePriority.UseFont = false;
     this.labAdmin.StylePriority.UseTextAlignment = false;
     this.labAdmin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel10
     //
     this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(684.922F, 9.999573F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(81.93347F, 22.99994F);
     this.xrLabel10.StylePriority.UseBorders = false;
     this.xrLabel10.Text = "申报日期:";
     //
     // labDate
     //
     this.labDate.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labDate.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labDate.LocationFloat = new DevExpress.Utils.PointFloat(766.8554F, 9.999573F);
     this.labDate.Name = "labDate";
     this.labDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labDate.SizeF = new System.Drawing.SizeF(163.2679F, 23F);
     this.labDate.StylePriority.UseBorders = false;
     this.labDate.StylePriority.UseFont = false;
     this.labDate.StylePriority.UseTextAlignment = false;
     this.labDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel11
     //
     this.xrLabel11.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(930.1233F, 9.999911F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel11.StylePriority.UseBorders = false;
     this.xrLabel11.Text = "仓库(盖章):";
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(25.35176F, 686.7916F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow13});
     this.xrTable2.SizeF = new System.Drawing.SizeF(1119.542F, 63.54169F);
     this.xrTable2.StylePriority.UseBorders = false;
     //
     // xrTableRow13
     //
     this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell67,
     this.tbremark,
     this.tbblank});
     this.xrTableRow13.Name = "xrTableRow13";
     this.xrTableRow13.Weight = 1D;
     //
     // xrTableCell67
     //
     this.xrTableCell67.Name = "xrTableCell67";
     this.xrTableCell67.StylePriority.UseTextAlignment = false;
     this.xrTableCell67.Text = "备注";
     this.xrTableCell67.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell67.Weight = 0.29707393718920172D;
     //
     // tbremark
     //
     this.tbremark.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tbremark.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbremark.Name = "tbremark";
     this.tbremark.StylePriority.UseBorders = false;
     this.tbremark.StylePriority.UseFont = false;
     this.tbremark.StylePriority.UseTextAlignment = false;
     this.tbremark.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbremark.Weight = 1.3514624620475548D;
     //
     // tbblank
     //
     this.tbblank.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tbblank.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable3});
     this.tbblank.Name = "tbblank";
     this.tbblank.StylePriority.UseBorders = false;
     this.tbblank.StylePriority.UseTextAlignment = false;
     this.tbblank.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbblank.Weight = 1.3514624620475548D;
     //
     // xrTable3
     //
     this.xrTable3.Borders = DevExpress.XtraPrinting.BorderSide.Left;
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(309.5778F, 0F);
     this.xrTable3.Name = "xrTable3";
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow14,
     this.xrTableRow15});
     this.xrTable3.SizeF = new System.Drawing.SizeF(192.762F, 63.54169F);
     this.xrTable3.StylePriority.UseBorders = false;
     //
     // xrTableRow14
     //
     this.xrTableRow14.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell72,
     this.tbExamine});
     this.xrTableRow14.Name = "xrTableRow14";
     this.xrTableRow14.Weight = 1D;
     //
     // xrTableCell72
     //
     this.xrTableCell72.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell72.Name = "xrTableCell72";
     this.xrTableCell72.StylePriority.UseBorders = false;
     this.xrTableCell72.StylePriority.UseTextAlignment = false;
     this.xrTableCell72.Text = "海关审核";
     this.xrTableCell72.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell72.Weight = 1.2767388451028967D;
     //
     // tbExamine
     //
     this.tbExamine.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.tbExamine.Name = "tbExamine";
     this.tbExamine.StylePriority.UseBorders = false;
     this.tbExamine.StylePriority.UseTextAlignment = false;
     this.tbExamine.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbExamine.Weight = 1.1047225675521422D;
     //
     // xrTableRow15
     //
     this.xrTableRow15.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell75,
     this.tbView});
     this.xrTableRow15.Name = "xrTableRow15";
     this.xrTableRow15.Weight = 1D;
     //
     // xrTableCell75
     //
     this.xrTableCell75.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell75.Name = "xrTableCell75";
     this.xrTableCell75.StylePriority.UseBorders = false;
     this.xrTableCell75.StylePriority.UseTextAlignment = false;
     this.xrTableCell75.Text = "海关查验";
     this.xrTableCell75.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell75.Weight = 1.2767398950966413D;
     //
     // tbView
     //
     this.tbView.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.tbView.Name = "tbView";
     this.tbView.StylePriority.UseBorders = false;
     this.tbView.StylePriority.UseTextAlignment = false;
     this.tbView.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbView.Weight = 1.1047215175583975D;
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTable1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(25.35176F, 125F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1,
     this.xrTableRow2,
     this.xrTableRow3,
     this.xrTableRow4,
     this.xrTableRow5,
     this.xrTableRow6,
     this.xrTableRow7,
     this.xrTableRow8,
     this.xrTableRow9});
     this.xrTable1.SizeF = new System.Drawing.SizeF(1119.542F, 431.5834F);
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseFont = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell2,
     this.tbWareName,
     this.xrTableCell4,
     this.tbreferdoc});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseFont = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "仓库名称";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell2.Weight = 1D;
     //
     // tbWareName
     //
     this.tbWareName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbWareName.Name = "tbWareName";
     this.tbWareName.StylePriority.UseFont = false;
     this.tbWareName.StylePriority.UseTextAlignment = false;
     this.tbWareName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbWareName.Weight = 3.8482907652243581D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseFont = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "报关单号";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell4.Weight = 0.61277694310897457D;
     //
     // tbreferdoc
     //
     this.tbreferdoc.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbreferdoc.Name = "tbreferdoc";
     this.tbreferdoc.StylePriority.UseFont = false;
     this.tbreferdoc.StylePriority.UseTextAlignment = false;
     this.tbreferdoc.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbreferdoc.Weight = 1.1358548677884617D;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell9,
     this.xrTableCell5,
     this.xrTableCell11,
     this.xrTableCell10,
     this.xrTableCell12,
     this.xrTableCell6,
     this.xrTableCell7,
     this.xrTableCell13,
     this.xrTableCell8});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseFont = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text = "序号";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell9.Weight = 0.33974358974358976D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseFont = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text = "商品编码";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell5.Weight = 0.66025641025641013D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseFont = false;
     this.xrTableCell11.StylePriority.UseTextAlignment = false;
     this.xrTableCell11.Text = "货物名称、规格型号";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell11.Weight = 2.518409598090253D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseFont = false;
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.Text = "数量";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell10.Weight = 0.400738504570953D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseFont = false;
     this.xrTableCell12.StylePriority.UseTextAlignment = false;
     this.xrTableCell12.Text = "单位";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell12.Weight = 0.36828186446710615D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseFont = false;
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text = "毛重/净重";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell6.Weight = 0.56086079809604583D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseFont = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text = "币制";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell7.Weight = 0.61277744391025668D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseFont = false;
     this.xrTableCell13.StylePriority.UseTextAlignment = false;
     this.xrTableCell13.Text = "单价";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell13.Weight = 0.60895282451923083D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "总价";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell8.Weight = 0.52690154246794874D;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq1,
     this.cCode1,
     this.cName1,
     this.cNum1,
     this.cUnit1,
     this.cWeight1,
     this.cCoin1,
     this.cPrice1,
     this.cTotal1});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // cseq1
     //
     this.cseq1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cseq1.Name = "cseq1";
     this.cseq1.StylePriority.UseFont = false;
     this.cseq1.StylePriority.UseTextAlignment = false;
     this.cseq1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq1.Weight = 0.33974358974358976D;
     //
     // cCode1
     //
     this.cCode1.Name = "cCode1";
     this.cCode1.StylePriority.UseTextAlignment = false;
     this.cCode1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode1.Weight = 0.66025641025641013D;
     //
     // cName1
     //
     this.cName1.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cName1.Multiline = true;
     this.cName1.Name = "cName1";
     this.cName1.StylePriority.UseFont = false;
     this.cName1.StylePriority.UseTextAlignment = false;
     this.cName1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName1.Weight = 2.51840923843935D;
     //
     // cNum1
     //
     this.cNum1.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cNum1.Multiline = true;
     this.cNum1.Name = "cNum1";
     this.cNum1.StylePriority.UseFont = false;
     this.cNum1.StylePriority.UseTextAlignment = false;
     this.cNum1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum1.Weight = 0.400738504570953D;
     //
     // cUnit1
     //
     this.cUnit1.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cUnit1.Multiline = true;
     this.cUnit1.Name = "cUnit1";
     this.cUnit1.StylePriority.UseFont = false;
     this.cUnit1.StylePriority.UseTextAlignment = false;
     this.cUnit1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit1.Weight = 0.36828186446710615D;
     //
     // cWeight1
     //
     this.cWeight1.Multiline = true;
     this.cWeight1.Name = "cWeight1";
     this.cWeight1.StylePriority.UseTextAlignment = false;
     this.cWeight1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight1.Weight = 0.56086115774694845D;
     //
     // cCoin1
     //
     this.cCoin1.Name = "cCoin1";
     this.cCoin1.StylePriority.UseTextAlignment = false;
     this.cCoin1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin1.Weight = 0.61277744391025668D;
     //
     // cPrice1
     //
     this.cPrice1.Name = "cPrice1";
     this.cPrice1.StylePriority.UseTextAlignment = false;
     this.cPrice1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice1.Weight = 0.60895282451923083D;
     //
     // cTotal1
     //
     this.cTotal1.Name = "cTotal1";
     this.cTotal1.StylePriority.UseTextAlignment = false;
     this.cTotal1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal1.Weight = 0.52690154246794874D;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq2,
     this.cCode2,
     this.cName2,
     this.cNum2,
     this.cUnit2,
     this.cWeight2,
     this.cCoin2,
     this.cPrice2,
     this.cTotal2});
     this.xrTableRow4.Name = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // cseq2
     //
     this.cseq2.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cseq2.Name = "cseq2";
     this.cseq2.StylePriority.UseFont = false;
     this.cseq2.StylePriority.UseTextAlignment = false;
     this.cseq2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq2.Weight = 0.33974358974358976D;
     //
     // cCode2
     //
     this.cCode2.Name = "cCode2";
     this.cCode2.StylePriority.UseTextAlignment = false;
     this.cCode2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode2.Weight = 0.66025641025641013D;
     //
     // cName2
     //
     this.cName2.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cName2.Multiline = true;
     this.cName2.Name = "cName2";
     this.cName2.StylePriority.UseFont = false;
     this.cName2.StylePriority.UseTextAlignment = false;
     this.cName2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName2.Weight = 2.5184092833957132D;
     //
     // cNum2
     //
     this.cNum2.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cNum2.Multiline = true;
     this.cNum2.Name = "cNum2";
     this.cNum2.StylePriority.UseFont = false;
     this.cNum2.StylePriority.UseTextAlignment = false;
     this.cNum2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum2.Weight = 0.40073850457095295D;
     //
     // cUnit2
     //
     this.cUnit2.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cUnit2.Multiline = true;
     this.cUnit2.Name = "cUnit2";
     this.cUnit2.StylePriority.UseFont = false;
     this.cUnit2.StylePriority.UseTextAlignment = false;
     this.cUnit2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit2.Weight = 0.36828181951074335D;
     //
     // cWeight2
     //
     this.cWeight2.Multiline = true;
     this.cWeight2.Name = "cWeight2";
     this.cWeight2.StylePriority.UseTextAlignment = false;
     this.cWeight2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight2.Weight = 0.56086115774694845D;
     //
     // cCoin2
     //
     this.cCoin2.Name = "cCoin2";
     this.cCoin2.StylePriority.UseTextAlignment = false;
     this.cCoin2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin2.Weight = 0.61277694310897457D;
     //
     // cPrice2
     //
     this.cPrice2.Name = "cPrice2";
     this.cPrice2.StylePriority.UseTextAlignment = false;
     this.cPrice2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice2.Weight = 0.60895282451923083D;
     //
     // cTotal2
     //
     this.cTotal2.Name = "cTotal2";
     this.cTotal2.StylePriority.UseTextAlignment = false;
     this.cTotal2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal2.Weight = 0.52690204326923085D;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq3,
     this.cCode3,
     this.cName3,
     this.cNum3,
     this.cUnit3,
     this.cWeight3,
     this.cCoin3,
     this.cPrice3,
     this.cTotal3});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // cseq3
     //
     this.cseq3.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cseq3.Name = "cseq3";
     this.cseq3.StylePriority.UseFont = false;
     this.cseq3.StylePriority.UseTextAlignment = false;
     this.cseq3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq3.Weight = 0.33974358974358976D;
     //
     // cCode3
     //
     this.cCode3.Name = "cCode3";
     this.cCode3.StylePriority.UseTextAlignment = false;
     this.cCode3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode3.Weight = 0.66025641025641013D;
     //
     // cName3
     //
     this.cName3.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cName3.Multiline = true;
     this.cName3.Name = "cName3";
     this.cName3.StylePriority.UseFont = false;
     this.cName3.StylePriority.UseTextAlignment = false;
     this.cName3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName3.Weight = 2.5184092833957132D;
     //
     // cNum3
     //
     this.cNum3.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cNum3.Multiline = true;
     this.cNum3.Name = "cNum3";
     this.cNum3.StylePriority.UseFont = false;
     this.cNum3.StylePriority.UseTextAlignment = false;
     this.cNum3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum3.Weight = 0.40073850457095295D;
     //
     // cUnit3
     //
     this.cUnit3.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cUnit3.Multiline = true;
     this.cUnit3.Name = "cUnit3";
     this.cUnit3.StylePriority.UseFont = false;
     this.cUnit3.StylePriority.UseTextAlignment = false;
     this.cUnit3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit3.Weight = 0.36828181951074335D;
     //
     // cWeight3
     //
     this.cWeight3.Multiline = true;
     this.cWeight3.Name = "cWeight3";
     this.cWeight3.StylePriority.UseTextAlignment = false;
     this.cWeight3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight3.Weight = 0.56086115774694845D;
     //
     // cCoin3
     //
     this.cCoin3.Name = "cCoin3";
     this.cCoin3.StylePriority.UseTextAlignment = false;
     this.cCoin3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin3.Weight = 0.61277694310897457D;
     //
     // cPrice3
     //
     this.cPrice3.Name = "cPrice3";
     this.cPrice3.StylePriority.UseTextAlignment = false;
     this.cPrice3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice3.Weight = 0.60895332532051283D;
     //
     // cTotal3
     //
     this.cTotal3.Name = "cTotal3";
     this.cTotal3.StylePriority.UseTextAlignment = false;
     this.cTotal3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal3.Weight = 0.52690154246794874D;
     //
     // xrTableRow6
     //
     this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq4,
     this.cCode4,
     this.cName4,
     this.cNum4,
     this.cUnit4,
     this.cWeight4,
     this.cCoin4,
     this.cPrice4,
     this.cTotal4});
     this.xrTableRow6.Name = "xrTableRow6";
     this.xrTableRow6.Weight = 1D;
     //
     // cseq4
     //
     this.cseq4.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cseq4.Name = "cseq4";
     this.cseq4.StylePriority.UseFont = false;
     this.cseq4.StylePriority.UseTextAlignment = false;
     this.cseq4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq4.Weight = 0.33974358974358976D;
     //
     // cCode4
     //
     this.cCode4.Name = "cCode4";
     this.cCode4.StylePriority.UseTextAlignment = false;
     this.cCode4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode4.Weight = 0.66025641025641013D;
     //
     // cName4
     //
     this.cName4.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cName4.Multiline = true;
     this.cName4.Name = "cName4";
     this.cName4.StylePriority.UseFont = false;
     this.cName4.StylePriority.UseTextAlignment = false;
     this.cName4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName4.Weight = 2.518408743919359D;
     //
     // cNum4
     //
     this.cNum4.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cNum4.Multiline = true;
     this.cNum4.Name = "cNum4";
     this.cNum4.StylePriority.UseFont = false;
     this.cNum4.StylePriority.UseTextAlignment = false;
     this.cNum4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum4.Weight = 0.40073886422185556D;
     //
     // cUnit4
     //
     this.cUnit4.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cUnit4.Multiline = true;
     this.cUnit4.Name = "cUnit4";
     this.cUnit4.StylePriority.UseFont = false;
     this.cUnit4.StylePriority.UseTextAlignment = false;
     this.cUnit4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit4.Weight = 0.36828181951074335D;
     //
     // cWeight4
     //
     this.cWeight4.Multiline = true;
     this.cWeight4.Name = "cWeight4";
     this.cWeight4.StylePriority.UseTextAlignment = false;
     this.cWeight4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight4.Weight = 0.56086133757239975D;
     //
     // cCoin4
     //
     this.cCoin4.Name = "cCoin4";
     this.cCoin4.StylePriority.UseTextAlignment = false;
     this.cCoin4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin4.Weight = 0.61277744391025668D;
     //
     // cPrice4
     //
     this.cPrice4.Name = "cPrice4";
     this.cPrice4.StylePriority.UseTextAlignment = false;
     this.cPrice4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice4.Weight = 0.60895282451923083D;
     //
     // cTotal4
     //
     this.cTotal4.Name = "cTotal4";
     this.cTotal4.StylePriority.UseTextAlignment = false;
     this.cTotal4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal4.Weight = 0.52690154246794874D;
     //
     // xrTableRow7
     //
     this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq5,
     this.cCode5,
     this.cName5,
     this.cNum5,
     this.cUnit5,
     this.cWeight5,
     this.cCoin5,
     this.cPrice5,
     this.cTotal5});
     this.xrTableRow7.Name = "xrTableRow7";
     this.xrTableRow7.Weight = 1D;
     //
     // cseq5
     //
     this.cseq5.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cseq5.Name = "cseq5";
     this.cseq5.StylePriority.UseFont = false;
     this.cseq5.StylePriority.UseTextAlignment = false;
     this.cseq5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq5.Weight = 0.33974358974358976D;
     //
     // cCode5
     //
     this.cCode5.Name = "cCode5";
     this.cCode5.StylePriority.UseTextAlignment = false;
     this.cCode5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode5.Weight = 0.66025641025641013D;
     //
     // cName5
     //
     this.cName5.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cName5.Multiline = true;
     this.cName5.Name = "cName5";
     this.cName5.StylePriority.UseFont = false;
     this.cName5.StylePriority.UseTextAlignment = false;
     this.cName5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName5.Weight = 2.5184089237448104D;
     //
     // cNum5
     //
     this.cNum5.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cNum5.Multiline = true;
     this.cNum5.Name = "cNum5";
     this.cNum5.StylePriority.UseFont = false;
     this.cNum5.StylePriority.UseTextAlignment = false;
     this.cNum5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum5.Weight = 0.40073814492005033D;
     //
     // cUnit5
     //
     this.cUnit5.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cUnit5.Multiline = true;
     this.cUnit5.Name = "cUnit5";
     this.cUnit5.StylePriority.UseFont = false;
     this.cUnit5.StylePriority.UseTextAlignment = false;
     this.cUnit5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit5.Weight = 0.36828217916164596D;
     //
     // cWeight5
     //
     this.cWeight5.Multiline = true;
     this.cWeight5.Name = "cWeight5";
     this.cWeight5.StylePriority.UseTextAlignment = false;
     this.cWeight5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight5.Weight = 0.56086151739785106D;
     //
     // cCoin5
     //
     this.cCoin5.Name = "cCoin5";
     this.cCoin5.StylePriority.UseTextAlignment = false;
     this.cCoin5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin5.Weight = 0.61277794471153868D;
     //
     // cPrice5
     //
     this.cPrice5.Name = "cPrice5";
     this.cPrice5.StylePriority.UseTextAlignment = false;
     this.cPrice5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice5.Weight = 0.60895232371794872D;
     //
     // cTotal5
     //
     this.cTotal5.Name = "cTotal5";
     this.cTotal5.StylePriority.UseTextAlignment = false;
     this.cTotal5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal5.Weight = 0.52690154246794874D;
     //
     // xrTableRow8
     //
     this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell59,
     this.tbdeliverUnit,
     this.xrTableCell63,
     this.tbSumWeight,
     this.xrTableCell60,
     this.tbtotalValue});
     this.xrTableRow8.Name = "xrTableRow8";
     this.xrTableRow8.Weight = 1D;
     //
     // xrTableCell59
     //
     this.xrTableCell59.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell59.Name = "xrTableCell59";
     this.xrTableCell59.StylePriority.UseFont = false;
     this.xrTableCell59.StylePriority.UseTextAlignment = false;
     this.xrTableCell59.Text = "发货单位";
     this.xrTableCell59.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell59.Weight = 0.6532580264313721D;
     //
     // tbdeliverUnit
     //
     this.tbdeliverUnit.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbdeliverUnit.Name = "tbdeliverUnit";
     this.tbdeliverUnit.StylePriority.UseFont = false;
     this.tbdeliverUnit.StylePriority.UseTextAlignment = false;
     this.tbdeliverUnit.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbdeliverUnit.Weight = 2.8651507817818862D;
     //
     // xrTableCell63
     //
     this.xrTableCell63.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.xrTableCell63.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell63.Name = "xrTableCell63";
     this.xrTableCell63.StylePriority.UseBorders = false;
     this.xrTableCell63.StylePriority.UseFont = false;
     this.xrTableCell63.StylePriority.UseTextAlignment = false;
     this.xrTableCell63.Text = "   合计总量";
     this.xrTableCell63.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell63.Weight = 0.76902155078756307D;
     //
     // tbSumWeight
     //
     this.tbSumWeight.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)));
     this.tbSumWeight.Multiline = true;
     this.tbSumWeight.Name = "tbSumWeight";
     this.tbSumWeight.StylePriority.UseBorders = false;
     this.tbSumWeight.StylePriority.UseTextAlignment = false;
     this.tbSumWeight.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbSumWeight.Weight = 1.1736368485312294D;
     //
     // xrTableCell60
     //
     this.xrTableCell60.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell60.Name = "xrTableCell60";
     this.xrTableCell60.StylePriority.UseFont = false;
     this.xrTableCell60.StylePriority.UseTextAlignment = false;
     this.xrTableCell60.Text = "合计总价";
     this.xrTableCell60.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell60.Weight = 0.60895382612179483D;
     //
     // tbtotalValue
     //
     this.tbtotalValue.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbtotalValue.Name = "tbtotalValue";
     this.tbtotalValue.StylePriority.UseFont = false;
     this.tbtotalValue.StylePriority.UseTextAlignment = false;
     this.tbtotalValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbtotalValue.Weight = 0.52690154246794862D;
     //
     // xrTableRow9
     //
     this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell61,
     this.tbPlace,
     this.xrTableCell68,
     this.tbOutCountry,
     this.xrTableCell69,
     this.tbtaxRebate,
     this.xrTableCell65,
     this.tbTradetype,
     this.xrTableCell66,
     this.tbInWaretype});
     this.xrTableRow9.Name = "xrTableRow9";
     this.xrTableRow9.Weight = 1D;
     //
     // xrTableCell61
     //
     this.xrTableCell61.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell61.Name = "xrTableCell61";
     this.xrTableCell61.StylePriority.UseFont = false;
     this.xrTableCell61.StylePriority.UseTextAlignment = false;
     this.xrTableCell61.Text = "存放地点";
     this.xrTableCell61.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell61.Weight = 0.6532580264313721D;
     //
     // tbPlace
     //
     this.tbPlace.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbPlace.Name = "tbPlace";
     this.tbPlace.StylePriority.UseFont = false;
     this.tbPlace.StylePriority.UseTextAlignment = false;
     this.tbPlace.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbPlace.Weight = 0.9113786422384994D;
     //
     // xrTableCell68
     //
     this.xrTableCell68.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell68.Name = "xrTableCell68";
     this.xrTableCell68.StylePriority.UseFont = false;
     this.xrTableCell68.StylePriority.UseTextAlignment = false;
     this.xrTableCell68.Text = "出口国别";
     this.xrTableCell68.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell68.Weight = 0.83039538261217927D;
     //
     // tbOutCountry
     //
     this.tbOutCountry.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbOutCountry.Name = "tbOutCountry";
     this.tbOutCountry.StylePriority.UseFont = false;
     this.tbOutCountry.StylePriority.UseTextAlignment = false;
     this.tbOutCountry.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbOutCountry.Weight = 0.77964718549679479D;
     //
     // xrTableCell69
     //
     this.xrTableCell69.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell69.Name = "xrTableCell69";
     this.xrTableCell69.StylePriority.UseFont = false;
     this.xrTableCell69.StylePriority.UseTextAlignment = false;
     this.xrTableCell69.Text = "是否退税";
     this.xrTableCell69.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell69.Weight = 0.64070562900640993D;
     //
     // tbtaxRebate
     //
     this.tbtaxRebate.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbtaxRebate.Name = "tbtaxRebate";
     this.tbtaxRebate.StylePriority.UseFont = false;
     this.tbtaxRebate.StylePriority.UseTextAlignment = false;
     this.tbtaxRebate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbtaxRebate.Weight = 0.31495668068910238D;
     //
     // xrTableCell65
     //
     this.xrTableCell65.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell65.Name = "xrTableCell65";
     this.xrTableCell65.StylePriority.UseFont = false;
     this.xrTableCell65.StylePriority.UseTextAlignment = false;
     this.xrTableCell65.Text = "贸易方式";
     this.xrTableCell65.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell65.Weight = 0.61277694310897457D;
     //
     // tbTradetype
     //
     this.tbTradetype.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbTradetype.Name = "tbTradetype";
     this.tbTradetype.StylePriority.UseFont = false;
     this.tbTradetype.StylePriority.UseTextAlignment = false;
     this.tbTradetype.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbTradetype.Weight = 0.717950721153846D;
     //
     // xrTableCell66
     //
     this.xrTableCell66.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell66.Name = "xrTableCell66";
     this.xrTableCell66.StylePriority.UseFont = false;
     this.xrTableCell66.StylePriority.UseTextAlignment = false;
     this.xrTableCell66.Text = "入仓方式";
     this.xrTableCell66.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell66.Weight = 0.60895182291666661D;
     //
     // tbInWaretype
     //
     this.tbInWaretype.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbInWaretype.Name = "tbInWaretype";
     this.tbInWaretype.StylePriority.UseFont = false;
     this.tbInWaretype.StylePriority.UseTextAlignment = false;
     this.tbInWaretype.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbInWaretype.Weight = 0.52690154246794862D;
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(25.35176F, 12.62495F);
     this.xrPictureBox1.Name = "xrPictureBox1";
     this.xrPictureBox1.SizeF = new System.Drawing.SizeF(89.61581F, 89.37505F);
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(251.0234F, 25.62501F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(299.3544F, 44.875F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text = "出 口 监 管 仓 货 物";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // labWareNO
     //
     this.labWareNO.LocationFloat = new DevExpress.Utils.PointFloat(159.1925F, 102F);
     this.labWareNO.Name = "labWareNO";
     this.labWareNO.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labWareNO.SizeF = new System.Drawing.SizeF(169.7917F, 23F);
     this.labWareNO.StylePriority.UseTextAlignment = false;
     this.labWareNO.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(59.27773F, 102F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(99.91479F, 23F);
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "核增表编号:";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // labCustomCode
     //
     this.labCustomCode.LocationFloat = new DevExpress.Utils.PointFloat(901.5822F, 102F);
     this.labCustomCode.Name = "labCustomCode";
     this.labCustomCode.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labCustomCode.SizeF = new System.Drawing.SizeF(243.3116F, 23F);
     this.labCustomCode.StylePriority.UseTextAlignment = false;
     this.labCustomCode.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel3
     //
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(798.4572F, 102F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(103.1251F, 23F);
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text = "入仓单编号:";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 15F;
     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 = 8F;
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // Report_ExSup
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin});
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(2, 8, 15, 8);
     this.PageHeight = 827;
     this.PageWidth = 1169;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Version = "12.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     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;
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 13.12501F;
     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 = 25F;
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.BorderColor = System.Drawing.Color.Silver;
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(740F, 25F);
     this.xrTable1.StylePriority.UseBorderColor = false;
     this.xrTable1.StylePriority.UseBorders = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell9,
     this.xrTableCell2,
     this.xrTableCell1,
     this.xrTableCell3,
     this.xrTableCell4,
     this.xrTableCell5,
     this.xrTableCell6});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "BudgetYear")});
     this.xrTableCell9.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell9.StylePriority.UseFont = false;
     this.xrTableCell9.StylePriority.UsePadding = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text = "[BudgetYear]";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell9.Weight = 0.26647824924784447D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Program")});
     this.xrTableCell1.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell1.StylePriority.UseFont = false;
     this.xrTableCell1.StylePriority.UsePadding = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text = "xrTableCell1";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell1.Weight = 0.26373105743987335D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Quarter")});
     this.xrTableCell2.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell2.StylePriority.UseFont = false;
     this.xrTableCell2.StylePriority.UsePadding = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "xrTableCell2";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell2.Weight = 0.2664782090056787D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Product")});
     this.xrTableCell3.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell3.StylePriority.UseFont = false;
     this.xrTableCell3.StylePriority.UsePadding = false;
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     this.xrTableCell3.Text = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell3.Weight = 0.52471486270852707D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Quantity")});
     this.xrTableCell4.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell4.StylePriority.UseFont = false;
     this.xrTableCell4.StylePriority.UsePadding = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "xrTableCell4";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell4.Weight = 0.1950511616351826D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "MeasurementUnit")});
     this.xrTableCell5.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell5.StylePriority.UseFont = false;
     this.xrTableCell5.StylePriority.UsePadding = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text = "xrTableCell5";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell5.Weight = 0.23076469538097208D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "CommodityType")});
     this.xrTableCell6.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell6.StylePriority.UseFont = false;
     this.xrTableCell6.StylePriority.UsePadding = false;
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text = "xrTableCell6";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell6.Visible = false;
     this.xrTableCell6.Weight = 0.23076469538097208D;
     //
     // xrTable2
     //
     this.xrTable2.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTable2.BorderColor = System.Drawing.Color.Silver;
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 10.00001F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable2.SizeF = new System.Drawing.SizeF(740F, 25F);
     this.xrTable2.StylePriority.UseBackColor = false;
     this.xrTable2.StylePriority.UseBorderColor = false;
     this.xrTable2.StylePriority.UseBorders = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell7,
     this.xrTableCell8,
     this.xrTableCell10,
     this.xrTableCell11,
     this.xrTableCell12,
     this.xrTableCell13,
     this.xrTableCell14});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseFont = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text = "Budget Year";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell7.Weight = 0.26647824924784447D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "Quarter";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell8.Weight = 0.2664782090056787D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseFont = false;
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.Text = "Program";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell10.Weight = 0.26373105743987335D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseFont = false;
     this.xrTableCell11.StylePriority.UseTextAlignment = false;
     this.xrTableCell11.Text = "Product";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell11.Weight = 0.52471486270852707D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseFont = false;
     this.xrTableCell12.StylePriority.UseTextAlignment = false;
     this.xrTableCell12.Text = "Quantity";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell12.Weight = 0.1950511616351826D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseFont = false;
     this.xrTableCell13.StylePriority.UseTextAlignment = false;
     this.xrTableCell13.Text = "Unit";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell13.Weight = 0.23076469538097208D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseFont = false;
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text = "Commodity Type";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell14.Visible = false;
     this.xrTableCell14.Weight = 0.23076469538097208D;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable2});
     this.PageHeader.HeightF = 35F;
     this.PageHeader.Name = "PageHeader";
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(DRMFSS.BLL.ViewModels.Report.Data.ReceiveRow);
     //
     // rptReceiveReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin,
     this.PageHeader});
     this.DataSource = this.bindingSource1;
     this.Margins = new System.Drawing.Printing.Margins(51, 48, 13, 25);
     this.Version = "11.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).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()
 {
     DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings1 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
     DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary5 = new DevExpress.XtraReports.UI.XRSummary();
     this.dsReports = new RetirementCenter.DataSources.dsReports();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xtcSyndicate = new DevExpress.XtraReports.UI.XRTableCell();
     this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xlDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xpbLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.pramDate = new DevExpress.XtraReports.Parameters.Parameter();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.calcTotalEstktaa = new DevExpress.XtraReports.UI.CalculatedField();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.calcSafi = new DevExpress.XtraReports.UI.CalculatedField();
     this.rep12_BTableAdapter = new RetirementCenter.DataSources.dsReportsTableAdapters.Rep12_BTableAdapter();
     this.rep12_ATableAdapter1 = new RetirementCenter.DataSources.dsReportsTableAdapters.Rep12_ATableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // dsReports
     //
     this.dsReports.DataSetName = "dsReports";
     this.dsReports.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail.HeightF = 25F;
     this.Detail.MultiColumn.ColumnWidth = 326F;
     this.Detail.Name = "Detail";
     this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("SubCommitteId", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.Detail.StylePriority.UsePadding = false;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(100F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(626.1249F, 25F);
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseFont = false;
     this.xrTable1.StylePriority.UsePadding = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell6,
     this.xrTableCell2,
     this.xrTableCell20,
     this.xtcSyndicate});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep12_B.summony", "{0:n2}")});
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Text = "xrTableCell6";
     this.xrTableCell6.Weight = 0.78856600750101935D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep12_B.Num", "{0:#,#}")});
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.Text = "xrTableCell2";
     this.xrTableCell2.Weight = 0.78856600750101935D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep12_B.Syndicate")});
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.NullValueText = "0";
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "xrTableCell20";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell20.Weight = 1.3495400583876123D;
     //
     // xtcSyndicate
     //
     this.xtcSyndicate.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep12_B.Syndicate")});
     this.xtcSyndicate.Name = "xtcSyndicate";
     this.xtcSyndicate.StylePriority.UseTextAlignment = false;
     xrSummary1.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xtcSyndicate.Summary = xrSummary1;
     this.xtcSyndicate.Text = "xtcSyndicate";
     this.xtcSyndicate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xtcSyndicate.Weight = 0.5927971401839226D;
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 6.41667F;
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // xlDate
     //
     this.xlDate.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlDate.LocationFloat = new DevExpress.Utils.PointFloat(218.3968F, 83.3958F);
     this.xlDate.Name = "xlDate";
     this.xlDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlDate.SizeF = new System.Drawing.SizeF(124.4705F, 23.00001F);
     this.xlDate.StylePriority.UseFont = false;
     this.xlDate.StylePriority.UseTextAlignment = false;
     this.xlDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(342.8673F, 83.3958F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(259.0369F, 23F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text = "بيان توريد الدفعات للبنك ورثة بتاريخ";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xpbLogo
     //
     this.xpbLogo.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Image", null, "AppOptions.CompanyLogo")});
     this.xpbLogo.LocationFloat = new DevExpress.Utils.PointFloat(10F, 10.00001F);
     this.xpbLogo.Name = "xpbLogo";
     this.xpbLogo.SizeF = new System.Drawing.SizeF(100F, 80F);
     this.xpbLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(100F, 131.3958F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow3});
     this.xrTable2.SizeF = new System.Drawing.SizeF(626.1249F, 31.77084F);
     this.xrTable2.StylePriority.UseBackColor = false;
     this.xrTable2.StylePriority.UseBorders = false;
     this.xrTable2.StylePriority.UseFont = false;
     this.xrTable2.StylePriority.UseForeColor = false;
     this.xrTable2.StylePriority.UsePadding = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell3,
     this.xrTableCell1,
     this.xrTableCell24,
     this.xrTableCell25});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.Text = "المبلغ";
     this.xrTableCell3.Weight = 0.92450314973224157D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.Text = "العدد";
     this.xrTableCell1.Weight = 0.92450314973224157D;
     //
     // xrTableCell24
     //
     this.xrTableCell24.Name = "xrTableCell24";
     this.xrTableCell24.StylePriority.UseTextAlignment = false;
     this.xrTableCell24.Text = "الفرعية";
     this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell24.Weight = 1.5821810220038721D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.StylePriority.UseTextAlignment = false;
     this.xrTableCell25.Text = "مسلسل";
     this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell25.Weight = 0.69498710849257783D;
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(576.3332F, 39F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(216.6667F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "ادارة المعـــــاشـــــات";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(635.7083F, 10.00001F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(157.2917F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text = "نقابة المهن التعليمية";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.HeightF = 26.20837F;
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // pramDate
     //
     this.pramDate.Description = "التاريخ";
     dynamicListLookUpSettings1.DataAdapter = null;
     dynamicListLookUpSettings1.DataMember = "Rep12_A";
     dynamicListLookUpSettings1.DataSource = this.dsReports;
     dynamicListLookUpSettings1.DisplayMember = "sendbankdate";
     dynamicListLookUpSettings1.ValueMember = "sendbankdate";
     this.pramDate.LookUpSettings = dynamicListLookUpSettings1;
     this.pramDate.Name = "pramDate";
     this.pramDate.Type = typeof(System.DateTime);
     this.pramDate.ValueInfo = "07/25/2015 19:15:03";
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel11,
     this.xrLabel10,
     this.xrLabel8,
     this.xrTable4,
     this.xrLabel7});
     this.ReportFooter.HeightF = 186.4583F;
     this.ReportFooter.Name = "ReportFooter";
     //
     // xrLabel11
     //
     this.xrLabel11.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(100F, 143.0417F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(208.1542F, 23F);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text = "مدير إدارة الحسابات";
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel10
     //
     this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(393.75F, 143.0417F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(208.1542F, 23F);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text = "مدير إدارة المعاشات";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel8
     //
     this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(451.304F, 110.4791F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(321.6959F, 23F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text = "تحريراً في";
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTable4
     //
     this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(100F, 20.83333F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow5});
     this.xrTable4.SizeF = new System.Drawing.SizeF(626.1249F, 25F);
     this.xrTable4.StylePriority.UseBorders = false;
     this.xrTable4.StylePriority.UseFont = false;
     this.xrTable4.StylePriority.UsePadding = false;
     this.xrTable4.StylePriority.UseTextAlignment = false;
     this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell9,
     this.xrTableCell4,
     this.xrTableCell40,
     this.xrTableCell44});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep12_B.summony")});
     this.xrTableCell9.Name = "xrTableCell9";
     xrSummary2.FormatString = "{0:n2}";
     xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell9.Summary = xrSummary2;
     this.xrTableCell9.Text = "xrTableCell9";
     this.xrTableCell9.Weight = 0.88532370113262493D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep12_B.Num")});
     this.xrTableCell4.Name = "xrTableCell4";
     xrSummary3.FormatString = "{0:#,#}";
     xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell4.Summary = xrSummary3;
     this.xrTableCell4.Text = "xrTableCell4";
     this.xrTableCell4.Weight = 0.88532370113262493D;
     //
     // xrTableCell40
     //
     this.xrTableCell40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep12_B.Syndicate")});
     this.xrTableCell40.Name = "xrTableCell40";
     this.xrTableCell40.NullValueText = "0";
     this.xrTableCell40.StylePriority.UseTextAlignment = false;
     xrSummary4.FormatString = "{0:#,#}";
     xrSummary4.Func = DevExpress.XtraReports.UI.SummaryFunc.Count;
     xrSummary4.IgnoreNullValues = true;
     xrSummary4.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell40.Summary = xrSummary4;
     this.xrTableCell40.Text = "xrTableCell40";
     this.xrTableCell40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell40.Weight = 1.5151290855511697D;
     //
     // xrTableCell44
     //
     this.xrTableCell44.Name = "xrTableCell44";
     this.xrTableCell44.StylePriority.UseTextAlignment = false;
     xrSummary5.IgnoreNullValues = true;
     this.xrTableCell44.Summary = xrSummary5;
     this.xrTableCell44.Text = "الجمـــــــــــلة";
     this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell44.Weight = 0.66553408278099146D;
     //
     // xrLabel7
     //
     this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(451.304F, 78.18747F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(321.6959F, 23F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text = "هذا ولسيادتكم وافر التقدير والاحترام";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // calcTotalEstktaa
     //
     this.calcTotalEstktaa.DataMember = "Rep09";
     this.calcTotalEstktaa.Expression = "[eshtrakmonth] + [estktaa] + [rsmmonth]";
     this.calcTotalEstktaa.FieldType = DevExpress.XtraReports.UI.FieldType.Double;
     this.calcTotalEstktaa.Name = "calcTotalEstktaa";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xpbLogo,
     this.xrLabel2,
     this.xrTable2,
     this.xrLabel1,
     this.xrLabel9,
     this.xlDate});
     this.PageHeader.HeightF = 163.1667F;
     this.PageHeader.Name = "PageHeader";
     //
     // calcSafi
     //
     this.calcSafi.DataMember = "Rep09";
     this.calcSafi.Expression = "[monymonth] - [calcTotalEstktaa]";
     this.calcSafi.Name = "calcSafi";
     //
     // rep12_BTableAdapter
     //
     this.rep12_BTableAdapter.ClearBeforeFill = true;
     //
     // rep12_ATableAdapter1
     //
     this.rep12_ATableAdapter1.ClearBeforeFill = true;
     //
     // XRep12
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.topMarginBand1,
     this.bottomMarginBand1,
     this.ReportFooter,
     this.PageHeader});
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
     this.calcTotalEstktaa,
     this.calcSafi});
     this.DataAdapter = this.rep12_BTableAdapter;
     this.DataMember = "Rep12_B";
     this.DataSource = this.dsReports;
     this.DrawGrid = false;
     this.Margins = new System.Drawing.Printing.Margins(12, 12, 6, 26);
     this.PageHeight = 1169;
     this.PageWidth = 827;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
     this.pramDate});
     this.ReportPrintOptions.DetailCountOnEmptyDataSource = 10;
     this.Version = "12.2";
     this.ParametersRequestBeforeShow += new System.EventHandler<DevExpress.XtraReports.Parameters.ParametersRequestEventArgs>(this.XRep01_ParametersRequestBeforeShow);
     this.ParametersRequestSubmit += new System.EventHandler<DevExpress.XtraReports.Parameters.ParametersRequestEventArgs>(this.XRep01_ParametersRequestSubmit);
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xtcMemberName = new DevExpress.XtraReports.UI.XRTableCell();
     this.xtcMemberShipNumber = new DevExpress.XtraReports.UI.XRTableCell();
     this.xtcSyndicate = new DevExpress.XtraReports.UI.XRTableCell();
     this.xtcNo = new DevExpress.XtraReports.UI.XRTableCell();
     this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xpbLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     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.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xlHafzaDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.xlSyndicate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xlMandoopName = new DevExpress.XtraReports.UI.XRLabel();
     this.xlHafzaId = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xlCount = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail.HeightF = 25F;
     this.Detail.MultiColumn.ColumnWidth = 326F;
     this.Detail.Name = "Detail";
     this.Detail.StylePriority.UsePadding = false;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 11F);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(92.00001F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(484.4998F, 25F);
     this.xrTable1.StylePriority.UseFont = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xtcMemberName,
     this.xtcMemberShipNumber,
     this.xtcSyndicate,
     this.xtcNo});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xtcMemberName
     //
     this.xtcMemberName.Name = "xtcMemberName";
     this.xtcMemberName.Text = "الاسم";
     this.xtcMemberName.Weight = 1.9270834350585937D;
     //
     // xtcMemberShipNumber
     //
     this.xtcMemberShipNumber.Name = "xtcMemberShipNumber";
     this.xtcMemberShipNumber.Text = "رقم العضوية";
     this.xtcMemberShipNumber.Weight = 1.251248779296875D;
     //
     // xtcSyndicate
     //
     this.xtcSyndicate.Name = "xtcSyndicate";
     this.xtcSyndicate.StylePriority.UseTextAlignment = false;
     this.xtcSyndicate.Text = "اللجنة";
     this.xtcSyndicate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xtcSyndicate.Weight = 1.1029180908203125D;
     //
     // xtcNo
     //
     this.xtcNo.Name = "xtcNo";
     this.xtcNo.StylePriority.UseTextAlignment = false;
     xrSummary1.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xtcNo.Summary = xrSummary1;
     this.xtcNo.Text = "مسلسل";
     this.xtcNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xtcNo.Weight = 0.56374816894531243D;
     this.xtcNo.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xtcNo_BeforePrint);
     //
     // topMarginBand1
     //
     this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xpbLogo,
     this.xrTable2,
     this.xrLabel9,
     this.xlHafzaDate,
     this.xrLabel7,
     this.xlSyndicate,
     this.xrLabel4,
     this.xlMandoopName,
     this.xlHafzaId,
     this.xrLabel3,
     this.xrLabel2,
     this.xrLabel1});
     this.topMarginBand1.HeightF = 160.625F;
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // xpbLogo
     //
     this.xpbLogo.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 10.00001F);
     this.xpbLogo.Name = "xpbLogo";
     this.xpbLogo.SizeF = new System.Drawing.SizeF(100F, 80F);
     //
     // xrTable2
     //
     this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(92.00001F, 135.625F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable2.SizeF = new System.Drawing.SizeF(484.4998F, 25F);
     this.xrTable2.StylePriority.UseBackColor = false;
     this.xrTable2.StylePriority.UseFont = false;
     this.xrTable2.StylePriority.UseForeColor = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell4,
     this.xrTableCell5,
     this.xrTableCell7,
     this.xrTableCell6});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.Text = "الاسم";
     this.xrTableCell4.Weight = 1.9270834350585937D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Text = "رقم العضوية";
     this.xrTableCell5.Weight = 1.251248779296875D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text = "اللجنة";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell7.Weight = 1.1029180908203125D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text = "مسلسل";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell6.Weight = 0.56374816894531243D;
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 13F);
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(123.5417F, 101.5834F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(113.5416F, 23F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text = "التاريخ";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlHafzaDate
     //
     this.xlHafzaDate.Font = new System.Drawing.Font("Times New Roman", 13F);
     this.xlHafzaDate.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 101.5834F);
     this.xlHafzaDate.Name = "xlHafzaDate";
     this.xlHafzaDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlHafzaDate.SizeF = new System.Drawing.SizeF(113.5416F, 23F);
     this.xlHafzaDate.StylePriority.UseFont = false;
     this.xlHafzaDate.StylePriority.UseTextAlignment = false;
     this.xlHafzaDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel7
     //
     this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 13F);
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(677.4583F, 75.54179F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(113.5416F, 23F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text = "النقابة الفرعية";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlSyndicate
     //
     this.xlSyndicate.Font = new System.Drawing.Font("Times New Roman", 13F);
     this.xlSyndicate.LocationFloat = new DevExpress.Utils.PointFloat(563.9167F, 75.54179F);
     this.xlSyndicate.Name = "xlSyndicate";
     this.xlSyndicate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlSyndicate.SizeF = new System.Drawing.SizeF(113.5416F, 23F);
     this.xlSyndicate.StylePriority.UseFont = false;
     this.xlSyndicate.StylePriority.UseTextAlignment = false;
     this.xlSyndicate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel4
     //
     this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 13F);
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(677.4583F, 101.5834F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(113.5416F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "المستلم";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlMandoopName
     //
     this.xlMandoopName.Font = new System.Drawing.Font("Times New Roman", 13F);
     this.xlMandoopName.LocationFloat = new DevExpress.Utils.PointFloat(563.9167F, 101.5834F);
     this.xlMandoopName.Name = "xlMandoopName";
     this.xlMandoopName.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlMandoopName.SizeF = new System.Drawing.SizeF(113.5416F, 23F);
     this.xlMandoopName.StylePriority.UseFont = false;
     this.xlMandoopName.StylePriority.UseTextAlignment = false;
     this.xlMandoopName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlHafzaId
     //
     this.xlHafzaId.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xlHafzaId.LocationFloat = new DevExpress.Utils.PointFloat(293.9584F, 52.54179F);
     this.xlHafzaId.Name = "xlHafzaId";
     this.xlHafzaId.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlHafzaId.SizeF = new System.Drawing.SizeF(113.5416F, 23F);
     this.xlHafzaId.StylePriority.UseFont = false;
     this.xlHafzaId.StylePriority.UseTextAlignment = false;
     this.xlHafzaId.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(407.5F, 52.54179F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(113.5416F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text = "حافظة تسليم رقم";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(588.3332F, 39.00001F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(216.6667F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "ادارة المعلومات ودعم اتخاذ القرار";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(647.7083F, 10.00001F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(157.2917F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text = "نقابة المهن التعليمية";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xlCount,
     this.xrLabel12,
     this.xrLabel11,
     this.xrLabel10,
     this.xrLabel8,
     this.xrLabel6,
     this.xrLabel5});
     this.bottomMarginBand1.HeightF = 150F;
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // xlCount
     //
     this.xlCount.Font = new System.Drawing.Font("Times New Roman", 13F, System.Drawing.FontStyle.Bold);
     this.xlCount.LocationFloat = new DevExpress.Utils.PointFloat(577.9167F, 33F);
     this.xlCount.Name = "xlCount";
     this.xlCount.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlCount.SizeF = new System.Drawing.SizeF(113.5416F, 23F);
     this.xlCount.StylePriority.UseFont = false;
     this.xlCount.StylePriority.UseTextAlignment = false;
     this.xlCount.Text = "0";
     this.xlCount.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel12
     //
     this.xrLabel12.Font = new System.Drawing.Font("Times New Roman", 13F, System.Drawing.FontStyle.Bold);
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(475.7291F, 127F);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF = new System.Drawing.SizeF(79.16669F, 22.99998F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text = "التوقيع";
     this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel11
     //
     this.xrLabel11.Font = new System.Drawing.Font("Times New Roman", 13F, System.Drawing.FontStyle.Bold);
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(475.7291F, 97.00004F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(79.16669F, 23F);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text = "الاسم";
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel10
     //
     this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 13F, System.Drawing.FontStyle.Bold);
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(260.1041F, 67.99999F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(294.7916F, 23F);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text = "استلمت الكارنيهات حسب البيان الموضح اعلاه";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 13F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(577.9167F, 10.00001F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(113.5416F, 23F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text = "عدد الكارنيهات";
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel6
     //
     this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 13F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(691.4581F, 32.99999F);
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF = new System.Drawing.SizeF(113.5416F, 23F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text = "---";
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel5
     //
     this.xrLabel5.Font = new System.Drawing.Font("Times New Roman", 13F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(691.4583F, 10.00001F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(113.5416F, 23F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text = "احصاء عددي";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // XRep01
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.topMarginBand1,
     this.bottomMarginBand1});
     this.DrawGrid = false;
     this.Margins = new System.Drawing.Printing.Margins(12, 0, 161, 150);
     this.PageHeight = 1169;
     this.PageWidth = 827;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.ReportPrintOptions.DetailCountOnEmptyDataSource = 10;
     this.Version = "12.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings1 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
     DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings2 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
     DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary5 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary6 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary7 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary8 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary9 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary10 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary11 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary12 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary13 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary14 = new DevExpress.XtraReports.UI.XRSummary();
     this.XPCDSyndicate = new DevExpress.Xpo.XPServerCollectionSource(this.components);
     this.sessionCDSyndicate = new DevExpress.Xpo.Session(this.components);
     this.XPTBLDofatSarf = new DevExpress.Xpo.XPServerCollectionSource(this.components);
     this.sessionTBLDofatSarf = new DevExpress.Xpo.Session(this.components);
     this.dsQueries = new RetirementCenter.DataSources.dsQueries();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrSubreport1 = new DevExpress.XtraReports.UI.XRSubreport();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
     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.xtcMemberShipNumber = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell54 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell();
     this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel();
     this.xlSubCommitte = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
     this.xlDofatSarf = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xpbLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell55 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xlSyndicate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.dsReports = new RetirementCenter.DataSources.dsReports();
     this.pramSyndicateId = new DevExpress.XtraReports.Parameters.Parameter();
     this.pramDofatSarfId = new DevExpress.XtraReports.Parameters.Parameter();
     this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell();
     this.calcTotalEstktaa = new DevExpress.XtraReports.UI.CalculatedField();
     this.calcTotal = new DevExpress.XtraReports.UI.CalculatedField();
     this.XPCDSubCommitte = new DevExpress.Xpo.XPServerCollectionSource(this.components);
     this.sessionCDSubCommitte = new DevExpress.Xpo.Session(this.components);
     this.pramSubCommitteId = new DevExpress.XtraReports.Parameters.Parameter();
     this.cdSubCommitteTableAdapter = new RetirementCenter.DataSources.dsQueriesTableAdapters.CDSubCommitteTableAdapter();
     this.rep03TableAdapter = new RetirementCenter.DataSources.dsReportsTableAdapters.Rep03TableAdapter();
     this.xlGroupAutoNo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.FR_ClearZero = new DevExpress.XtraReports.UI.FormattingRule();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     ((System.ComponentModel.ISupportInitialize)(this.XPCDSyndicate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionCDSyndicate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.XPTBLDofatSarf)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionTBLDofatSarf)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.XPCDSubCommitte)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionCDSubCommitte)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // XPCDSyndicate
     //
     this.XPCDSyndicate.ObjectType = typeof(RetirementCenter.DataSources.dsQueries.CDSyndicateDataTable);
     this.XPCDSyndicate.Session = this.sessionCDSyndicate;
     //
     // sessionCDSyndicate
     //
     this.sessionCDSyndicate.TrackPropertiesModifications = false;
     //
     // XPTBLDofatSarf
     //
     this.XPTBLDofatSarf.ObjectType = typeof(RetirementCenter.DataSources.dsQueries.TBLDofatSarfDataTable);
     this.XPTBLDofatSarf.Session = this.sessionTBLDofatSarf;
     //
     // sessionTBLDofatSarf
     //
     this.sessionTBLDofatSarf.TrackPropertiesModifications = false;
     //
     // dsQueries
     //
     this.dsQueries.DataSetName = "dsQueries";
     this.dsQueries.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrSubreport1,
     this.xrTable1});
     this.Detail.HeightF = 23F;
     this.Detail.KeepTogether = true;
     this.Detail.MultiColumn.ColumnWidth = 326F;
     this.Detail.Name = "Detail";
     this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("monymonth", DevExpress.XtraReports.UI.XRColumnSortOrder.Descending)});
     this.Detail.StylePriority.UsePadding = false;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrSubreport1
     //
     this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(697.9167F, 6.25F);
     this.xrSubreport1.Name = "xrSubreport1";
     this.xrSubreport1.SizeF = new System.Drawing.SizeF(2.083313F, 1.041667F);
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(1106.084F, 23F);
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseFont = false;
     this.xrTable1.StylePriority.UseForeColor = false;
     this.xrTable1.StylePriority.UsePadding = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell42,
     this.xrTableCell23,
     this.xrTableCell15,
     this.xrTableCell18,
     this.xrTableCell19,
     this.xrTableCell20,
     this.xrTableCell21,
     this.xtcMemberShipNumber,
     this.xrTableCell54,
     this.xrTableCell51,
     this.xrTableCell22});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell42
     //
     this.xrTableCell42.Name = "xrTableCell42";
     this.xrTableCell42.Weight = 0.54438197906467289D;
     //
     // xrTableCell23
     //
     this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.calcTotal", "{0:f2}")});
     this.xrTableCell23.Name = "xrTableCell23";
     this.xrTableCell23.NullValueText = "0";
     this.xrTableCell23.StylePriority.UseTextAlignment = false;
     this.xrTableCell23.Text = "xrTableCell23";
     this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell23.Weight = 0.37687957427757612D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.calcTotalEstktaa", "{0:f2}")});
     this.xrTableCell15.Name = "xrTableCell15";
     this.xrTableCell15.NullValueText = "0";
     this.xrTableCell15.StylePriority.UseTextAlignment = false;
     this.xrTableCell15.Text = "xrTableCell15";
     this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell15.Weight = 0.3350043298903011D;
     //
     // xrTableCell18
     //
     this.xrTableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.estktaa", "{0:f2}")});
     this.xrTableCell18.Name = "xrTableCell18";
     this.xrTableCell18.NullValueText = "0";
     this.xrTableCell18.StylePriority.UseTextAlignment = false;
     this.xrTableCell18.Text = "xrTableCell18";
     this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell18.Weight = 0.25125279338109124D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.rsmmonth", "{0:f2}")});
     this.xrTableCell19.Name = "xrTableCell19";
     this.xrTableCell19.NullValueText = "0";
     this.xrTableCell19.StylePriority.UseTextAlignment = false;
     this.xrTableCell19.Text = "xrTableCell19";
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell19.Weight = 0.25125381849761325D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.monymonth", "{0:f2}")});
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.NullValueText = "0";
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "xrTableCell20";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell20.Weight = 0.29312845094739859D;
     //
     // xrTableCell21
     //
     this.xrTableCell21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.sarfdateto", "{0:yyyy-MM-dd}")});
     this.xrTableCell21.Name = "xrTableCell21";
     this.xrTableCell21.StylePriority.UseTextAlignment = false;
     this.xrTableCell21.Text = "xrTableCell21";
     this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell21.Weight = 0.37687975724480033D;
     //
     // xtcMemberShipNumber
     //
     this.xtcMemberShipNumber.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.sarfdatefrom", "{0:yyyy-MM-dd}")});
     this.xtcMemberShipNumber.Name = "xtcMemberShipNumber";
     this.xtcMemberShipNumber.StylePriority.UseTextAlignment = false;
     this.xtcMemberShipNumber.Text = "xtcMemberShipNumber";
     this.xtcMemberShipNumber.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xtcMemberShipNumber.Weight = 0.37687976336439988D;
     //
     // xrTableCell54
     //
     this.xrTableCell54.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.WarasaType")});
     this.xrTableCell54.Name = "xrTableCell54";
     this.xrTableCell54.StylePriority.UseTextAlignment = false;
     this.xrTableCell54.Text = "xrTableCell54";
     this.xrTableCell54.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell54.Weight = 0.20937765210974857D;
     //
     // xrTableCell51
     //
     this.xrTableCell51.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.personName")});
     this.xrTableCell51.Name = "xrTableCell51";
     this.xrTableCell51.Weight = 0.62813293769081024D;
     //
     // xrTableCell22
     //
     this.xrTableCell22.Name = "xrTableCell22";
     this.xrTableCell22.Weight = 0.98861417452793554D;
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 4.333337F;
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // xrLabel16
     //
     this.xrLabel16.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(985.8755F, 83.3958F);
     this.xrLabel16.Name = "xrLabel16";
     this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF = new System.Drawing.SizeF(130.2083F, 23F);
     this.xrLabel16.StylePriority.UseFont = false;
     this.xrLabel16.StylePriority.UseTextAlignment = false;
     this.xrLabel16.Text = "اضافات الورثة";
     this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlSubCommitte
     //
     this.xlSubCommitte.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlSubCommitte.LocationFloat = new DevExpress.Utils.PointFloat(236.2501F, 50.06247F);
     this.xlSubCommitte.Name = "xlSubCommitte";
     this.xlSubCommitte.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlSubCommitte.SizeF = new System.Drawing.SizeF(215.8333F, 23F);
     this.xlSubCommitte.StylePriority.UseFont = false;
     this.xlSubCommitte.StylePriority.UseTextAlignment = false;
     this.xlSubCommitte.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel13
     //
     this.xrLabel13.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(452.0834F, 50.06247F);
     this.xrLabel13.Name = "xrLabel13";
     this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF = new System.Drawing.SizeF(47.9166F, 23F);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text = "اللجنة";
     this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlDofatSarf
     //
     this.xlDofatSarf.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlDofatSarf.LocationFloat = new DevExpress.Utils.PointFloat(362.3348F, 83.3958F);
     this.xlDofatSarf.Name = "xlDofatSarf";
     this.xlDofatSarf.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlDofatSarf.SizeF = new System.Drawing.SizeF(187.8332F, 23.00001F);
     this.xlDofatSarf.StylePriority.UseFont = false;
     this.xlDofatSarf.StylePriority.UseTextAlignment = false;
     this.xlDofatSarf.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(561.6265F, 83.3958F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text = "كشف معاشات الورثة عن";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xpbLogo
     //
     this.xpbLogo.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Image", null, "AppOptions.CompanyLogo")});
     this.xpbLogo.LocationFloat = new DevExpress.Utils.PointFloat(10F, 10.00001F);
     this.xpbLogo.Name = "xpbLogo";
     this.xpbLogo.SizeF = new System.Drawing.SizeF(100F, 80F);
     this.xpbLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(10F, 122.4999F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2,
     this.xrTableRow3});
     this.xrTable2.SizeF = new System.Drawing.SizeF(1106.085F, 63.54167F);
     this.xrTable2.StylePriority.UseBackColor = false;
     this.xrTable2.StylePriority.UseBorders = false;
     this.xrTable2.StylePriority.UseFont = false;
     this.xrTable2.StylePriority.UseForeColor = false;
     this.xrTable2.StylePriority.UsePadding = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell13,
     this.xrTableCell4,
     this.xrTableCell5,
     this.xrTableCell11,
     this.xrTableCell52,
     this.xrTableCell9});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.Weight = 1.2562653992270239D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "الاستقطاعات";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell4.Weight = 0.50250630415576369D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Weight = 0.29312808609115482D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseTextAlignment = false;
     this.xrTableCell11.Text = "المدة";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell11.Weight = 0.7537594814182329D;
     //
     // xrTableCell52
     //
     this.xrTableCell52.Name = "xrTableCell52";
     this.xrTableCell52.Weight = 1.0374734644286043D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.Weight = 0.788654795966207D;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell33,
     this.xrTableCell14,
     this.xrTableCell6,
     this.xrTableCell17,
     this.xrTableCell8,
     this.xrTableCell2,
     this.xrTableCell16,
     this.xrTableCell12,
     this.xrTableCell55,
     this.xrTableCell53,
     this.xrTableCell24,
     this.xrTableCell25,
     this.xrTableCell49,
     this.xrTableCell10});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell33
     //
     this.xrTableCell33.Name = "xrTableCell33";
     this.xrTableCell33.StylePriority.UseTextAlignment = false;
     this.xrTableCell33.Text = "التوقيع";
     this.xrTableCell33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell33.Weight = 0.54438167413534644D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text = "الصافي";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell14.Weight = 0.37687962158556187D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text = "جملة";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell6.Weight = 0.33500409009949916D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.StylePriority.UseFont = false;
     this.xrTableCell17.StylePriority.UseTextAlignment = false;
     this.xrTableCell17.Text = "استقطاع";
     this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell17.Weight = 0.25125282665817822D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "رسم";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell8.Weight = 0.25125346584339792D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseFont = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "جملة المبلغ";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell2.Weight = 0.29312846772049872D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.Name = "xrTableCell16";
     this.xrTableCell16.StylePriority.UseTextAlignment = false;
     this.xrTableCell16.Text = "إلى";
     this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell16.Weight = 0.37687961032795242D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseTextAlignment = false;
     this.xrTableCell12.Text = "من";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell12.Weight = 0.37687961036715273D;
     //
     // xrTableCell55
     //
     this.xrTableCell55.Name = "xrTableCell55";
     this.xrTableCell55.StylePriority.UseTextAlignment = false;
     this.xrTableCell55.Text = "صفتهم";
     this.xrTableCell55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell55.Weight = 0.20937778490717929D;
     //
     // xrTableCell53
     //
     this.xrTableCell53.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTableCell53.Name = "xrTableCell53";
     this.xrTableCell53.StylePriority.UseFont = false;
     this.xrTableCell53.Text = "أسماء المستحقين";
     this.xrTableCell53.Weight = 0.41639988492890972D;
     //
     // xrTableCell24
     //
     this.xrTableCell24.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTableCell24.Name = "xrTableCell24";
     this.xrTableCell24.StylePriority.UseFont = false;
     this.xrTableCell24.Text = "اسم صاحب المعاش";
     this.xrTableCell24.Weight = 0.41169521108078433D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.StylePriority.UseTextAlignment = false;
     this.xrTableCell25.Text = "رقم الصرف";
     this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell25.Weight = 0.31755563499830508D;
     //
     // xrTableCell49
     //
     this.xrTableCell49.Name = "xrTableCell49";
     this.xrTableCell49.Text = "رقم موحد";
     this.xrTableCell49.Weight = 0.27219083654987009D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.Text = "م";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell10.Weight = 0.19890881208435116D;
     //
     // xlSyndicate
     //
     this.xlSyndicate.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlSyndicate.LocationFloat = new DevExpress.Utils.PointFloat(500F, 50.06247F);
     this.xlSyndicate.Name = "xlSyndicate";
     this.xlSyndicate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlSyndicate.SizeF = new System.Drawing.SizeF(158.417F, 23F);
     this.xlSyndicate.StylePriority.UseFont = false;
     this.xlSyndicate.StylePriority.UseTextAlignment = false;
     this.xlSyndicate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(669.8751F, 50.06247F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(130.2083F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text = "النفابة الفرعية";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(899.4177F, 39F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(216.6667F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "ادارة المعـــــاشـــــات";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(958.7928F, 10.00001F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(157.2917F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text = "نقابة المهن التعليمية";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.HeightF = 26.20837F;
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // dsReports
     //
     this.dsReports.DataSetName = "dsReports";
     this.dsReports.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // pramSyndicateId
     //
     this.pramSyndicateId.Description = "الفرعية";
     dynamicListLookUpSettings1.DataAdapter = null;
     dynamicListLookUpSettings1.DataMember = null;
     dynamicListLookUpSettings1.DataSource = this.XPCDSyndicate;
     dynamicListLookUpSettings1.DisplayMember = "Syndicate";
     dynamicListLookUpSettings1.ValueMember = "SyndicateId";
     this.pramSyndicateId.LookUpSettings = dynamicListLookUpSettings1;
     this.pramSyndicateId.Name = "pramSyndicateId";
     this.pramSyndicateId.Type = typeof(int);
     this.pramSyndicateId.ValueInfo = "0";
     //
     // pramDofatSarfId
     //
     this.pramDofatSarfId.Description = "دفعة الصرف";
     dynamicListLookUpSettings2.DataAdapter = null;
     dynamicListLookUpSettings2.DataMember = null;
     dynamicListLookUpSettings2.DataSource = this.XPTBLDofatSarf;
     dynamicListLookUpSettings2.DisplayMember = "DofatSarf";
     dynamicListLookUpSettings2.ValueMember = "DofatSarfId";
     this.pramDofatSarfId.LookUpSettings = dynamicListLookUpSettings2;
     this.pramDofatSarfId.Name = "pramDofatSarfId";
     this.pramDofatSarfId.Type = typeof(int);
     this.pramDofatSarfId.ValueInfo = "0";
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel12,
     this.xrLabel14,
     this.xrLabel15,
     this.xrLabel17,
     this.xrLabel18,
     this.xrLabel19,
     this.xrPageInfo1,
     this.xrTable3});
     this.PageFooter.HeightF = 127.6667F;
     this.PageFooter.Name = "PageFooter";
     this.PageFooter.PrintOn = ((DevExpress.XtraReports.UI.PrintOnPages)((DevExpress.XtraReports.UI.PrintOnPages.NotWithReportHeader | DevExpress.XtraReports.UI.PrintOnPages.NotWithReportFooter)));
     //
     // xrLabel12
     //
     this.xrLabel12.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(740.5826F, 48F);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF = new System.Drawing.SizeF(333.7099F, 23F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text = "تم الصرف بمعرفتي وتحت مسئوليتي";
     this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel14
     //
     this.xrLabel14.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(885.7508F, 70.99999F);
     this.xrLabel14.Name = "xrLabel14";
     this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text = "امبن صندوق اللجنة";
     this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel15
     //
     this.xrLabel15.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(684.7091F, 70.99999F);
     this.xrLabel15.Name = "xrLabel15";
     this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text = "امبن صندوق الفرعية";
     this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel17
     //
     this.xrLabel17.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(476.3758F, 70.99999F);
     this.xrLabel17.Name = "xrLabel17";
     this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel17.StylePriority.UseFont = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.Text = "رئيس الفرعية";
     this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel18
     //
     this.xrLabel18.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(274.2924F, 70.99999F);
     this.xrLabel18.Name = "xrLabel18";
     this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel18.StylePriority.UseFont = false;
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.Text = "مدير المعاشات";
     this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel19
     //
     this.xrLabel19.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(70.70752F, 70.99999F);
     this.xrLabel19.Name = "xrLabel19";
     this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel19.StylePriority.UseFont = false;
     this.xrLabel19.StylePriority.UseTextAlignment = false;
     this.xrLabel19.Text = "يعتمد امين الصندوق";
     this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(1006.085F, 107.6667F);
     this.xrPageInfo1.Name = "xrPageInfo1";
     this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.SizeF = new System.Drawing.SizeF(100F, 20F);
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrTable3
     //
     this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable3.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(9.999023F, 0F);
     this.xrTable3.Name = "xrTable3";
     this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow4});
     this.xrTable3.SizeF = new System.Drawing.SizeF(1106.085F, 25F);
     this.xrTable3.StylePriority.UseBorders = false;
     this.xrTable3.StylePriority.UseFont = false;
     this.xrTable3.StylePriority.UsePadding = false;
     this.xrTable3.StylePriority.UseTextAlignment = false;
     this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell46,
     this.xrTableCell3,
     this.xrTableCell7,
     this.xrTableCell26,
     this.xrTableCell27,
     this.xrTableCell29,
     this.xrTableCell30,
     this.xrTableCell32,
     this.xrTableCell34});
     this.xrTableRow4.Name = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // xrTableCell46
     //
     this.xrTableCell46.Name = "xrTableCell46";
     this.xrTableCell46.Weight = 0.54438572951980846D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.calcTotal")});
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.NullValueText = "0";
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     xrSummary1.FormatString = "{0:f2}";
     xrSummary1.IgnoreNullValues = true;
     xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell3.Summary = xrSummary1;
     this.xrTableCell3.Text = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell3.Weight = 0.37687961951292531D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.calcTotalEstktaa")});
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.NullValueText = "0";
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     xrSummary2.FormatString = "{0:f2}";
     xrSummary2.IgnoreNullValues = true;
     xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell7.Summary = xrSummary2;
     this.xrTableCell7.Text = "xrTableCell7";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell7.Weight = 0.33500417154835133D;
     //
     // xrTableCell26
     //
     this.xrTableCell26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.estktaa")});
     this.xrTableCell26.Name = "xrTableCell26";
     this.xrTableCell26.NullValueText = "0";
     this.xrTableCell26.StylePriority.UseTextAlignment = false;
     xrSummary3.FormatString = "{0:f2}";
     xrSummary3.IgnoreNullValues = true;
     xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell26.Summary = xrSummary3;
     this.xrTableCell26.Text = "xrTableCell26";
     this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell26.Weight = 0.25125268998602296D;
     //
     // xrTableCell27
     //
     this.xrTableCell27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.rsmmonth")});
     this.xrTableCell27.Name = "xrTableCell27";
     this.xrTableCell27.NullValueText = "0";
     this.xrTableCell27.StylePriority.UseTextAlignment = false;
     xrSummary4.FormatString = "{0:f2}";
     xrSummary4.IgnoreNullValues = true;
     xrSummary4.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell27.Summary = xrSummary4;
     this.xrTableCell27.Text = "xrTableCell27";
     this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell27.Weight = 0.25125359620500942D;
     //
     // xrTableCell29
     //
     this.xrTableCell29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.monymonth")});
     this.xrTableCell29.Name = "xrTableCell29";
     this.xrTableCell29.NullValueText = "0";
     this.xrTableCell29.StylePriority.UseTextAlignment = false;
     xrSummary5.FormatString = "{0:f2}";
     xrSummary5.IgnoreNullValues = true;
     xrSummary5.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell29.Summary = xrSummary5;
     this.xrTableCell29.Text = "xrTableCell29";
     this.xrTableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell29.Weight = 0.29312846462295067D;
     //
     // xrTableCell30
     //
     this.xrTableCell30.Name = "xrTableCell30";
     this.xrTableCell30.StylePriority.UseTextAlignment = false;
     this.xrTableCell30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell30.Weight = 1.5427598144541501D;
     //
     // xrTableCell32
     //
     this.xrTableCell32.Name = "xrTableCell32";
     this.xrTableCell32.StylePriority.UseTextAlignment = false;
     this.xrTableCell32.Text = "اجمالي الصفحة";
     this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell32.Weight = 0.82774574312309346D;
     //
     // xrTableCell34
     //
     this.xrTableCell34.Name = "xrTableCell34";
     this.xrTableCell34.StylePriority.UseTextAlignment = false;
     xrSummary6.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     xrSummary6.IgnoreNullValues = true;
     xrSummary6.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell34.Summary = xrSummary6;
     this.xrTableCell34.Text = "م";
     this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell34.Weight = 0.20937770231467517D;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable4});
     this.ReportFooter.HeightF = 25F;
     this.ReportFooter.KeepTogether = true;
     this.ReportFooter.Name = "ReportFooter";
     this.ReportFooter.PrintAtBottom = true;
     //
     // xrTable4
     //
     this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(9.999023F, 0F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow5});
     this.xrTable4.SizeF = new System.Drawing.SizeF(1106.085F, 25F);
     this.xrTable4.StylePriority.UseBorders = false;
     this.xrTable4.StylePriority.UseFont = false;
     this.xrTable4.StylePriority.UsePadding = false;
     this.xrTable4.StylePriority.UseTextAlignment = false;
     this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell43,
     this.xrTableCell35,
     this.xrTableCell36,
     this.xrTableCell37,
     this.xrTableCell38,
     this.xrTableCell40,
     this.xrTableCell41,
     this.xrTableCell44,
     this.xrTableCell45});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // xrTableCell43
     //
     this.xrTableCell43.Name = "xrTableCell43";
     this.xrTableCell43.Weight = 0.54438585731373279D;
     //
     // xrTableCell35
     //
     this.xrTableCell35.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.calcTotal")});
     this.xrTableCell35.Name = "xrTableCell35";
     this.xrTableCell35.NullValueText = "0";
     this.xrTableCell35.StylePriority.UseTextAlignment = false;
     xrSummary7.FormatString = "{0:f2}";
     xrSummary7.IgnoreNullValues = true;
     xrSummary7.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell35.Summary = xrSummary7;
     this.xrTableCell35.Text = "xrTableCell35";
     this.xrTableCell35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell35.Weight = 0.37687942782203865D;
     //
     // xrTableCell36
     //
     this.xrTableCell36.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.calcTotalEstktaa")});
     this.xrTableCell36.Name = "xrTableCell36";
     this.xrTableCell36.NullValueText = "0";
     this.xrTableCell36.StylePriority.UseTextAlignment = false;
     xrSummary8.FormatString = "{0:f2}";
     xrSummary8.IgnoreNullValues = true;
     xrSummary8.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell36.Summary = xrSummary8;
     this.xrTableCell36.Text = "xrTableCell36";
     this.xrTableCell36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell36.Weight = 0.33500426739379463D;
     //
     // xrTableCell37
     //
     this.xrTableCell37.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.estktaa")});
     this.xrTableCell37.Name = "xrTableCell37";
     this.xrTableCell37.NullValueText = "0";
     this.xrTableCell37.StylePriority.UseTextAlignment = false;
     xrSummary9.FormatString = "{0:f2}";
     xrSummary9.IgnoreNullValues = true;
     xrSummary9.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell37.Summary = xrSummary9;
     this.xrTableCell37.Text = "xrTableCell37";
     this.xrTableCell37.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell37.Weight = 0.251252689986023D;
     //
     // xrTableCell38
     //
     this.xrTableCell38.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.rsmmonth")});
     this.xrTableCell38.Name = "xrTableCell38";
     this.xrTableCell38.NullValueText = "0";
     this.xrTableCell38.StylePriority.UseTextAlignment = false;
     xrSummary10.FormatString = "{0:f2}";
     xrSummary10.IgnoreNullValues = true;
     xrSummary10.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell38.Summary = xrSummary10;
     this.xrTableCell38.Text = "xrTableCell38";
     this.xrTableCell38.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell38.Weight = 0.25125359620500948D;
     //
     // xrTableCell40
     //
     this.xrTableCell40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.monymonth")});
     this.xrTableCell40.Name = "xrTableCell40";
     this.xrTableCell40.NullValueText = "0";
     this.xrTableCell40.StylePriority.UseTextAlignment = false;
     xrSummary11.FormatString = "{0:f2}";
     xrSummary11.IgnoreNullValues = true;
     xrSummary11.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell40.Summary = xrSummary11;
     this.xrTableCell40.Text = "xrTableCell40";
     this.xrTableCell40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell40.Weight = 0.29312820903510178D;
     //
     // xrTableCell41
     //
     this.xrTableCell41.Name = "xrTableCell41";
     this.xrTableCell41.StylePriority.UseTextAlignment = false;
     this.xrTableCell41.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell41.Weight = 1.5427598943253529D;
     //
     // xrTableCell44
     //
     this.xrTableCell44.Name = "xrTableCell44";
     this.xrTableCell44.StylePriority.UseTextAlignment = false;
     xrSummary12.IgnoreNullValues = true;
     this.xrTableCell44.Summary = xrSummary12;
     this.xrTableCell44.Text = "اجمالي اللجنة";
     this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell44.Weight = 0.82774635570973776D;
     //
     // xrTableCell45
     //
     this.xrTableCell45.Name = "xrTableCell45";
     this.xrTableCell45.StylePriority.UseTextAlignment = false;
     xrSummary13.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     xrSummary13.IgnoreNullValues = true;
     xrSummary13.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell45.Summary = xrSummary13;
     this.xrTableCell45.Text = "م";
     this.xrTableCell45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell45.Weight = 0.2093772334961955D;
     //
     // calcTotalEstktaa
     //
     this.calcTotalEstktaa.DataMember = "Rep03";
     this.calcTotalEstktaa.Expression = "[eshtrakmonth] + [rsmmonth] + [estktaa]";
     this.calcTotalEstktaa.Name = "calcTotalEstktaa";
     //
     // calcTotal
     //
     this.calcTotal.DataMember = "Rep03";
     this.calcTotal.Expression = "[monymonth] - [calcTotalEstktaa]\r\n";
     this.calcTotal.Name = "calcTotal";
     //
     // XPCDSubCommitte
     //
     this.XPCDSubCommitte.ObjectType = typeof(RetirementCenter.DataSources.dsQueries.CDSubCommitteDataTable);
     this.XPCDSubCommitte.Session = this.sessionCDSubCommitte;
     //
     // sessionCDSubCommitte
     //
     this.sessionCDSubCommitte.TrackPropertiesModifications = false;
     //
     // pramSubCommitteId
     //
     this.pramSubCommitteId.Description = "اللجنة";
     this.pramSubCommitteId.Name = "pramSubCommitteId";
     this.pramSubCommitteId.Type = typeof(short);
     this.pramSubCommitteId.ValueInfo = "0";
     //
     // cdSubCommitteTableAdapter
     //
     this.cdSubCommitteTableAdapter.ClearBeforeFill = true;
     //
     // rep03TableAdapter
     //
     this.rep03TableAdapter.ClearBeforeFill = true;
     //
     // xlGroupAutoNo
     //
     this.xlGroupAutoNo.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xlGroupAutoNo.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xlGroupAutoNo.LocationFloat = new DevExpress.Utils.PointFloat(1058.585F, 0F);
     this.xlGroupAutoNo.Name = "xlGroupAutoNo";
     this.xlGroupAutoNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlGroupAutoNo.SizeF = new System.Drawing.SizeF(57.4989F, 23F);
     this.xlGroupAutoNo.StylePriority.UseBorders = false;
     this.xlGroupAutoNo.StylePriority.UseFont = false;
     this.xlGroupAutoNo.StylePriority.UseTextAlignment = false;
     xrSummary14.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     this.xlGroupAutoNo.Summary = xrSummary14;
     this.xlGroupAutoNo.Text = "م";
     this.xlGroupAutoNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xlGroupAutoNo.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xlGroupAutoNo_BeforePrint);
     //
     // xrLabel10
     //
     this.xrLabel10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.sarfnumber")});
     this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(917.7516F, 0F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(75.83325F, 23F);
     this.xrLabel10.StylePriority.UseBorders = false;
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text = "xrLabel10";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel11
     //
     this.xrLabel11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.MMashatId")});
     this.xrLabel11.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(993.5849F, 0F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(65F, 23F);
     this.xrLabel11.StylePriority.UseBorders = false;
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text = "xrLabel11";
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel8
     //
     this.xrLabel8.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep03.MMashatName")});
     this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 0F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(907.7518F, 23F);
     this.xrLabel8.StylePriority.UseBorders = false;
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text = "xrLabel8";
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel8,
     this.xrLabel11,
     this.xrLabel10,
     this.xlGroupAutoNo});
     this.GroupHeader2.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("sarfnumber", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
     new DevExpress.XtraReports.UI.GroupField("MMashatName", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.GroupHeader2.HeightF = 23F;
     this.GroupHeader2.KeepTogether = true;
     this.GroupHeader2.Name = "GroupHeader2";
     //
     // FR_ClearZero
     //
     this.FR_ClearZero.Name = "FR_ClearZero";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xpbLogo,
     this.xrLabel2,
     this.xrLabel3,
     this.xlSyndicate,
     this.xrTable2,
     this.xrLabel1,
     this.xrLabel9,
     this.xlDofatSarf,
     this.xrLabel13,
     this.xlSubCommitte,
     this.xrLabel16});
     this.PageHeader.HeightF = 186.0416F;
     this.PageHeader.Name = "PageHeader";
     //
     // XRep03b
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.topMarginBand1,
     this.bottomMarginBand1,
     this.PageFooter,
     this.ReportFooter,
     this.GroupHeader2,
     this.PageHeader});
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
     this.calcTotalEstktaa,
     this.calcTotal});
     this.DataMember = "Rep03";
     this.DataSource = this.dsReports;
     this.DrawGrid = false;
     this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
     this.FR_ClearZero});
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(12, 12, 4, 26);
     this.PageHeight = 827;
     this.PageWidth = 1169;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
     this.pramDofatSarfId,
     this.pramSyndicateId,
     this.pramSubCommitteId});
     this.ReportPrintOptions.DetailCountOnEmptyDataSource = 10;
     this.Version = "12.2";
     this.ParametersRequestBeforeShow += new System.EventHandler<DevExpress.XtraReports.Parameters.ParametersRequestEventArgs>(this.XRep01_ParametersRequestBeforeShow);
     this.ParametersRequestSubmit += new System.EventHandler<DevExpress.XtraReports.Parameters.ParametersRequestEventArgs>(this.XRep01_ParametersRequestSubmit);
     ((System.ComponentModel.ISupportInitialize)(this.XPCDSyndicate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionCDSyndicate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.XPTBLDofatSarf)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionTBLDofatSarf)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.XPCDSubCommitte)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionCDSubCommitte)).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()
 {
     DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings1 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
     DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings2 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
     this.rep16A_ATableAdapter = new RetirementCenter.DataSources.dsReportsTableAdapters.Rep16A_ATableAdapter();
     this.dsReports = new RetirementCenter.DataSources.dsReports();
     this.dsQueries = new RetirementCenter.DataSources.dsQueries();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xpbLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.pramDof = new DevExpress.XtraReports.Parameters.Parameter();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.calcTotalEstktaa = new DevExpress.XtraReports.UI.CalculatedField();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlSyn = new DevExpress.XtraReports.UI.XRLabel();
     this.calcSafi = new DevExpress.XtraReports.UI.CalculatedField();
     this.pramSyn = new DevExpress.XtraReports.Parameters.Parameter();
     this.rep16A_BTableAdapter = new RetirementCenter.DataSources.dsReportsTableAdapters.Rep16A_BTableAdapter();
     this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell();
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // rep16A_ATableAdapter
     //
     this.rep16A_ATableAdapter.ClearBeforeFill = true;
     //
     // dsReports
     //
     this.dsReports.DataSetName = "dsReports";
     this.dsReports.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // dsQueries
     //
     this.dsQueries.DataSetName = "dsQueries";
     this.dsQueries.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail.HeightF = 25F;
     this.Detail.MultiColumn.ColumnWidth = 326F;
     this.Detail.Name = "Detail";
     this.Detail.StylePriority.UsePadding = false;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(799.9945F, 25F);
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseFont = false;
     this.xrTable1.StylePriority.UsePadding = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell18,
     this.xrTableCell14,
     this.xrTableCell13,
     this.xrTableCell17,
     this.xrTableCell20});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell18
     //
     this.xrTableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep16A_B.SubCommitte")});
     this.xrTableCell18.Name = "xrTableCell18";
     this.xrTableCell18.Text = "xrTableCell18";
     this.xrTableCell18.Weight = 0.79873108029718587D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep16A_B.Syndicate")});
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.Text = "xrTableCell14";
     this.xrTableCell14.Weight = 0.79580500565545886D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep16A_B.personNID")});
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.Text = "xrTableCell13";
     this.xrTableCell13.Weight = 0.78600595779985771D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep16A_B.WarasaType")});
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.Text = "xrTableCell17";
     this.xrTableCell17.Weight = 0.83282881210573312D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep16A_B.PersonId")});
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.NullValueText = "0";
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "xrTableCell20";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell20.Weight = 0.306098357715338D;
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 6.41667F;
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(251.0417F, 37.5F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(259.0369F, 23F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text = "سجل صرف المعاشات";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xpbLogo
     //
     this.xpbLogo.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Image", null, "AppOptions.CompanyLogo")});
     this.xpbLogo.LocationFloat = new DevExpress.Utils.PointFloat(10F, 10.00001F);
     this.xpbLogo.Name = "xpbLogo";
     this.xpbLogo.SizeF = new System.Drawing.SizeF(100F, 80F);
     this.xpbLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 132.4375F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow3});
     this.xrTable2.SizeF = new System.Drawing.SizeF(799.9945F, 31.77084F);
     this.xrTable2.StylePriority.UseBackColor = false;
     this.xrTable2.StylePriority.UseBorders = false;
     this.xrTable2.StylePriority.UseFont = false;
     this.xrTable2.StylePriority.UseForeColor = false;
     this.xrTable2.StylePriority.UsePadding = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell5,
     this.xrTableCell4,
     this.xrTableCell9,
     this.xrTableCell24,
     this.xrTableCell25});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Text = "لجنة";
     this.xrTableCell5.Weight = 0.93642065142094655D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.Text = "فرعية";
     this.xrTableCell4.Weight = 0.93299018417058344D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.Text = "رقم قومي";
     this.xrTableCell9.Weight = 0.92150171332944142D;
     //
     // xrTableCell24
     //
     this.xrTableCell24.Name = "xrTableCell24";
     this.xrTableCell24.StylePriority.UseTextAlignment = false;
     this.xrTableCell24.Text = "اسم الفئة";
     this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell24.Weight = 0.97639662931929283D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.StylePriority.UseTextAlignment = false;
     this.xrTableCell25.Text = "كود";
     this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell25.Weight = 0.35886525172066897D;
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(583.3278F, 40.04167F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(216.6667F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "ادارة المعـــــاشـــــات";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(642.7029F, 11.04167F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(157.2917F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text = "نقابة المهن التعليمية";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.HeightF = 26.20837F;
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // pramDof
     //
     this.pramDof.Description = "الدفعة";
     dynamicListLookUpSettings1.DataAdapter = this.rep16A_ATableAdapter;
     dynamicListLookUpSettings1.DataMember = "Rep16A_A";
     dynamicListLookUpSettings1.DataSource = this.dsReports;
     dynamicListLookUpSettings1.DisplayMember = "DofatSarf";
     dynamicListLookUpSettings1.ValueMember = "DofatSarfId";
     this.pramDof.LookUpSettings = dynamicListLookUpSettings1;
     this.pramDof.Name = "pramDof";
     this.pramDof.Type = typeof(short);
     this.pramDof.ValueInfo = "0";
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel11,
     this.xrLabel10,
     this.xrLabel8,
     this.xrLabel7});
     this.ReportFooter.HeightF = 186.4583F;
     this.ReportFooter.Name = "ReportFooter";
     //
     // xrLabel11
     //
     this.xrLabel11.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(67.53842F, 149.2917F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(208.1542F, 23F);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text = "مدير إدارة الحسابات";
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel10
     //
     this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(527.3074F, 149.2917F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(208.1542F, 23F);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text = "مدير إدارة المعاشات";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel8
     //
     this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(478.2986F, 89.64577F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(321.6959F, 23F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text = "تحريراً في";
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel7
     //
     this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(478.2986F, 57.3541F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(321.6959F, 23F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text = "هذا ولسيادتكم وافر التقدير والاحترام";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // calcTotalEstktaa
     //
     this.calcTotalEstktaa.DataMember = "Rep09";
     this.calcTotalEstktaa.Expression = "[eshtrakmonth] + [estktaa] + [rsmmonth]";
     this.calcTotalEstktaa.FieldType = DevExpress.XtraReports.UI.FieldType.Double;
     this.calcTotalEstktaa.Name = "calcTotalEstktaa";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel4,
     this.xrlSyn,
     this.xpbLogo,
     this.xrLabel2,
     this.xrTable2,
     this.xrLabel1,
     this.xrLabel9});
     this.PageHeader.HeightF = 164.2083F;
     this.PageHeader.Name = "PageHeader";
     //
     // xrLabel4
     //
     this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(636.6666F, 90.68747F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(110.4232F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "النقابة الفرعية ";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrlSyn
     //
     this.xrlSyn.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xrlSyn.LocationFloat = new DevExpress.Utils.PointFloat(392.4044F, 90.68747F);
     this.xrlSyn.Name = "xrlSyn";
     this.xrlSyn.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlSyn.SizeF = new System.Drawing.SizeF(244.2622F, 23.00001F);
     this.xrlSyn.StylePriority.UseFont = false;
     this.xrlSyn.StylePriority.UseTextAlignment = false;
     this.xrlSyn.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // calcSafi
     //
     this.calcSafi.DataMember = "Rep09";
     this.calcSafi.Expression = "[monymonth] - [calcTotalEstktaa]";
     this.calcSafi.Name = "calcSafi";
     //
     // pramSyn
     //
     this.pramSyn.Description = "الفرعية";
     dynamicListLookUpSettings2.DataAdapter = null;
     dynamicListLookUpSettings2.DataMember = "CDSyndicate";
     dynamicListLookUpSettings2.DataSource = this.dsQueries;
     dynamicListLookUpSettings2.DisplayMember = "Syndicate";
     dynamicListLookUpSettings2.ValueMember = "SyndicateId";
     this.pramSyn.LookUpSettings = dynamicListLookUpSettings2;
     this.pramSyn.Name = "pramSyn";
     this.pramSyn.Type = typeof(short);
     this.pramSyn.ValueInfo = "0";
     //
     // rep16A_BTableAdapter
     //
     this.rep16A_BTableAdapter.ClearBeforeFill = true;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable3});
     this.GroupHeader1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("MMashatName", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.GroupHeader1.HeightF = 66.66666F;
     this.GroupHeader1.Name = "GroupHeader1";
     //
     // xrTable3
     //
     this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable3.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(323.7445F, 10.00001F);
     this.xrTable3.Name = "xrTable3";
     this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable3.SizeF = new System.Drawing.SizeF(476.25F, 31.77084F);
     this.xrTable3.StylePriority.UseBackColor = false;
     this.xrTable3.StylePriority.UseBorders = false;
     this.xrTable3.StylePriority.UseFont = false;
     this.xrTable3.StylePriority.UseForeColor = false;
     this.xrTable3.StylePriority.UsePadding = false;
     this.xrTable3.StylePriority.UseTextAlignment = false;
     this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell29,
     this.xrTableCell30,
     this.xrTableCell34,
     this.xrTableCell35});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell29
     //
     this.xrTableCell29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep16A_B.sarfnumber")});
     this.xrTableCell29.Name = "xrTableCell29";
     this.xrTableCell29.Text = "xrTableCell29";
     this.xrTableCell29.Weight = 0.520921397840191D;
     //
     // xrTableCell30
     //
     this.xrTableCell30.Name = "xrTableCell30";
     this.xrTableCell30.Text = "رقم الصرف";
     this.xrTableCell30.Weight = 0.22861993277525283D;
     //
     // xrTableCell34
     //
     this.xrTableCell34.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep16A_B.MMashatName")});
     this.xrTableCell34.Name = "xrTableCell34";
     this.xrTableCell34.StylePriority.UseTextAlignment = false;
     this.xrTableCell34.Text = "xrTableCell34";
     this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell34.Weight = 0.76720899760184669D;
     //
     // xrTableCell35
     //
     this.xrTableCell35.Name = "xrTableCell35";
     this.xrTableCell35.StylePriority.UseTextAlignment = false;
     this.xrTableCell35.Text = "اسم الاب";
     this.xrTableCell35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell35.Weight = 0.19948597944113244D;
     //
     // XRep16A
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.topMarginBand1,
     this.bottomMarginBand1,
     this.ReportFooter,
     this.PageHeader,
     this.GroupHeader1});
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
     this.calcTotalEstktaa,
     this.calcSafi});
     this.DataAdapter = this.rep16A_BTableAdapter;
     this.DataMember = "Rep16A_B";
     this.DataSource = this.dsReports;
     this.DrawGrid = false;
     this.Margins = new System.Drawing.Printing.Margins(12, 12, 6, 26);
     this.PageHeight = 1169;
     this.PageWidth = 827;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
     this.pramDof,
     this.pramSyn});
     this.ReportPrintOptions.DetailCountOnEmptyDataSource = 10;
     this.Version = "12.2";
     this.ParametersRequestBeforeShow += new System.EventHandler<DevExpress.XtraReports.Parameters.ParametersRequestEventArgs>(this.XRep01_ParametersRequestBeforeShow);
     this.ParametersRequestSubmit += new System.EventHandler<DevExpress.XtraReports.Parameters.ParametersRequestEventArgs>(this.XRep01_ParametersRequestSubmit);
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 25
0
        private void InsertDataTable(DataTable dt, bool dk)
        {
            xtra.xrTableRow1.Cells.Clear();
            xtra.xrTable1.Rows.Clear();
            int j = 0;

            foreach (DataRow row in dt.Rows)
            {
                if (j == 0)
                {
                    DevExpress.XtraReports.UI.XRTableRow row_new1 = new DevExpress.XtraReports.UI.XRTableRow();
                    row_new1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom)));
                    row_new1.Font    = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
                    row_new1.StylePriority.UseBorders = false;
                    row_new1.StylePriority.UseFont    = false;
                    row_new1.Weight = 1D;

                    table_Columns.BeginLoadData();
                    int i = 0, n = 0;
                    while (i < dt.Columns.Count)
                    {
                        if (!dk)
                        {
                            doRong[i]   = 150;
                            xuatHien[i] = 1;
                            DataRow rowTable = table_Columns.NewRow();
                            rowTable[0] = i + 1;
                            rowTable[1] = dt.Columns[i].ColumnName.ToString();
                            rowTable[2] = doRong[i];
                            rowTable[3] = xuatHien[i];
                            table_Columns.Rows.Add(rowTable);
                        }

                        if (xuatHien[i] == 1)
                        {
                            DevExpress.XtraReports.UI.XRTableCell column = new DevExpress.XtraReports.UI.XRTableCell();
                            column.Text = dt.Columns[i].ColumnName.ToString();
                            row_new1.Cells.Add(column);
                            row_new1.Cells[n].WidthF = doRong[i];
                            n++;
                        }
                        i++;
                    }
                    table_Columns.EndLoadData();
                    xtra.xrTable1.Rows.Add(row_new1);
                }

                int k = 0, m = 0;
                DevExpress.XtraReports.UI.XRTableRow row_new = new DevExpress.XtraReports.UI.XRTableRow();
                row_new.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top) | DevExpress.XtraPrinting.BorderSide.Right) | DevExpress.XtraPrinting.BorderSide.Bottom)));
                row_new.StylePriority.UseBorders = false;
                row_new.StylePriority.UseFont    = false;
                row_new.Weight = 1D;

                foreach (DataColumn column in dt.Columns)
                {
                    if (xuatHien[k] == 1)
                    {
                        DevExpress.XtraReports.UI.XRTableCell column_new = new DevExpress.XtraReports.UI.XRTableCell();
                        column_new.Text = row[column].ToString();
                        row_new.Cells.Add(column_new);
                        row_new.Cells[m].WidthF = doRong[k];
                        m++;
                    }
                    k++;
                }

                xtra.xrTable1.Rows.Add(row_new);
                j++;
            }
        }
 /// <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();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail.HeightF = 25F;
     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.BorderColor = System.Drawing.Color.Silver;
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(640F, 25F);
     this.xrTable1.StylePriority.UseBorderColor = false;
     this.xrTable1.StylePriority.UseBorders = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell6,
     this.xrTableCell9,
     this.xrTableCell2,
     this.xrTableCell1,
     this.xrTableCell3,
     this.xrTableCell4});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Region")});
     this.xrTableCell6.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell6.StylePriority.UseFont = false;
     this.xrTableCell6.StylePriority.UsePadding = false;
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text = "xrTableCell6";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell6.Weight = 0.23904339855329132D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "BudgetYear")});
     this.xrTableCell9.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell9.StylePriority.UseFont = false;
     this.xrTableCell9.StylePriority.UsePadding = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text = "[BudgetYear]";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell9.Weight = 0.23625906213870968D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Quarter")});
     this.xrTableCell2.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell2.StylePriority.UseFont = false;
     this.xrTableCell2.StylePriority.UsePadding = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "xrTableCell2";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell2.Weight = 0.20522309338673322D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Program")});
     this.xrTableCell1.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell1.StylePriority.UseFont = false;
     this.xrTableCell1.StylePriority.UsePadding = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text = "xrTableCell1";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell1.Weight = 0.45584941354045488D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Month")});
     this.xrTableCell3.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell3.StylePriority.UseFont = false;
     this.xrTableCell3.StylePriority.UsePadding = false;
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     this.xrTableCell3.Text = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell3.Weight = 0.27691002303218454D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DistributedAmount")});
     this.xrTableCell4.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell4.StylePriority.UseFont = false;
     this.xrTableCell4.StylePriority.UsePadding = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "xrTableCell4";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell4.Weight = 0.29740294949915635D;
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 11.45833F;
     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 = 5.208333F;
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(DRMFSS.BLL.ViewModels.Report.Data.DistributionRows);
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable2});
     this.PageHeader.HeightF = 43.85417F;
     this.PageHeader.Name = "PageHeader";
     //
     // xrTable2
     //
     this.xrTable2.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTable2.BorderColor = System.Drawing.Color.Silver;
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 18.85417F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable2.SizeF = new System.Drawing.SizeF(640F, 25F);
     this.xrTable2.StylePriority.UseBackColor = false;
     this.xrTable2.StylePriority.UseBorderColor = false;
     this.xrTable2.StylePriority.UseBorders = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell7,
     this.xrTableCell8,
     this.xrTableCell10,
     this.xrTableCell11,
     this.xrTableCell12,
     this.xrTableCell13});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseFont = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text = "Region";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell7.Weight = 0.27639393357087016D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "Budget Year";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell8.Weight = 0.27317444354424764D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseFont = false;
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.Text = "Quarter";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell10.Weight = 0.2372893372313277D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseFont = false;
     this.xrTableCell11.StylePriority.UseTextAlignment = false;
     this.xrTableCell11.Text = "Program";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell11.Weight = 0.52707589100838137D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseFont = false;
     this.xrTableCell12.StylePriority.UseTextAlignment = false;
     this.xrTableCell12.Text = "Month";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell12.Weight = 0.32017705504865196D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseFont = false;
     this.xrTableCell13.StylePriority.UseTextAlignment = false;
     this.xrTableCell13.Text = "Amount";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell13.Weight = 0.3438722703955715D;
     //
     // DistributionReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin,
     this.PageHeader});
     this.DataSource = this.bindingSource1;
     this.Margins = new System.Drawing.Printing.Margins(100, 100, 11, 5);
     this.Version = "11.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xsd_JMRAS071 = new Erp.Facility.JARA.Report.xsd_JMRAS07();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xsd_JMRAS071)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable2});
     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;
     //
     // xrTable2
     //
     this.xrTable2.Borders = DevExpress.XtraPrinting.BorderSide.Top;
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 5, 0, 100F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable2.SizeF = new System.Drawing.SizeF(255F, 25F);
     this.xrTable2.StylePriority.UseBorders = false;
     this.xrTable2.StylePriority.UseBorderWidth = false;
     this.xrTable2.StylePriority.UsePadding = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.BackColor = System.Drawing.Color.WhiteSmoke;
     this.xrTableRow2.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTableRow2.BorderWidth = 2;
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell19,
     this.xrTableCell20,
     this.xrTableCell1});
     this.xrTableRow2.Font = new System.Drawing.Font("굴림체", 9F);
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 0, 100F);
     this.xrTableRow2.StylePriority.UseBackColor = false;
     this.xrTableRow2.StylePriority.UseBorders = false;
     this.xrTableRow2.StylePriority.UseBorderWidth = false;
     this.xrTableRow2.StylePriority.UseFont = false;
     this.xrTableRow2.StylePriority.UsePadding = false;
     this.xrTableRow2.StylePriority.UseTextAlignment = false;
     this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableRow2.Weight = 1;
     //
     // xrTableCell19
     //
     this.xrTableCell19.BackColor = System.Drawing.Color.Transparent;
     this.xrTableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell19.BorderWidth = 1;
     this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "dtWp3.JQTY", "{0:n0}")});
     this.xrTableCell19.Name = "xrTableCell19";
     this.xrTableCell19.StylePriority.UseBackColor = false;
     this.xrTableCell19.StylePriority.UseBorders = false;
     this.xrTableCell19.StylePriority.UseBorderWidth = false;
     this.xrTableCell19.StylePriority.UseTextAlignment = false;
     this.xrTableCell19.Text = "B형";
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrTableCell19.Weight = 0.18904160907368434;
     //
     // xrTableCell20
     //
     this.xrTableCell20.BackColor = System.Drawing.Color.Transparent;
     this.xrTableCell20.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell20.BorderWidth = 1;
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "dtWp3.TQTY", "{0:n0}")});
     this.xrTableCell20.Font = new System.Drawing.Font("굴림체", 8F);
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.StylePriority.UseBackColor = false;
     this.xrTableCell20.StylePriority.UseBorders = false;
     this.xrTableCell20.StylePriority.UseBorderWidth = false;
     this.xrTableCell20.StylePriority.UseFont = false;
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "C형이상";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrTableCell20.Weight = 0.18904160390130648;
     //
     // xrTableCell1
     //
     this.xrTableCell1.BackColor = System.Drawing.Color.Transparent;
     this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell1.BorderWidth = 1;
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "dtWp3.UP_QTY", "{0:n0}")});
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseBackColor = false;
     this.xrTableCell1.StylePriority.UseBorders = false;
     this.xrTableCell1.StylePriority.UseBorderWidth = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text = "xrTableCell1";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrTableCell1.Weight = 0.18904160323666636;
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 0F;
     this.TopMargin.Name = "TopMargin";
     this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF = 0F;
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xsd_JMRAS071
     //
     this.xsd_JMRAS071.DataSetName = "xsd_JMRAS07";
     this.xsd_JMRAS071.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // JMRAP07_04
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin});
     this.DataMember = "dtWp3";
     this.DataSource = this.xsd_JMRAS071;
     this.Margins = new System.Drawing.Printing.Margins(0, 0, 0, 0);
     this.PageHeight = 1169;
     this.PageWidth = 255;
     this.PaperKind = System.Drawing.Printing.PaperKind.Custom;
     this.Version = "10.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xsd_JMRAS071)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 28
0
 private void InitializeComponent()
 {
     this.topMarginBand1    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.detailBand1       = new DevExpress.XtraReports.UI.DetailBand();
     this.xrPivotGrid1      = new DevExpress.XtraReports.UI.XRPivotGrid();
     this.xrPivotGridField6 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField();
     this.xrPivotGridField1 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField();
     this.xrPivotGridField2 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField();
     this.xrPivotGridField3 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField();
     this.xrPivotGridField4 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField();
     this.xrPivotGridField5 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField();
     this.xrPivotGridField7 = new DevExpress.XtraReports.UI.PivotGrid.XRPivotGridField();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportFooter      = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrTable1          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1      = new DevExpress.XtraReports.UI.XRTableCell();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // topMarginBand1
     //
     this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel3,
         this.xrLabel1,
         this.xrLabel2
     });
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // xrLabel3
     //
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(628.0835F, 77F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text          = "2015/12/1";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel1
     //
     this.xrLabel1.Font                  = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(86.45834F, 14.66667F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "报表编号";
     //
     // xrLabel2
     //
     this.xrLabel2.AutoWidth                      = true;
     this.xrLabel2.Font                           = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(263.5417F, 39.58333F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(197.9168F, 23F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "制造单元完工日报表";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel2.WordWrap                       = false;
     //
     // detailBand1
     //
     this.detailBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPivotGrid1
     });
     this.detailBand1.Name = "detailBand1";
     //
     // xrPivotGrid1
     //
     this.xrPivotGrid1.Appearance.Cell.BackColor                     = System.Drawing.Color.White;
     this.xrPivotGrid1.Appearance.Cell.Font                          = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrPivotGrid1.Appearance.Cell.TextAlignment                 = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrPivotGrid1.Appearance.CustomTotalCell.BackColor          = System.Drawing.Color.White;
     this.xrPivotGrid1.Appearance.CustomTotalCell.Font               = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrPivotGrid1.Appearance.CustomTotalCell.TextAlignment      = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrPivotGrid1.Appearance.FieldHeader.BackColor              = System.Drawing.Color.White;
     this.xrPivotGrid1.Appearance.FieldHeader.Font                   = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrPivotGrid1.Appearance.FieldHeader.TextAlignment          = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrPivotGrid1.Appearance.FieldValue.BackColor               = System.Drawing.Color.White;
     this.xrPivotGrid1.Appearance.FieldValue.Font                    = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrPivotGrid1.Appearance.FieldValue.TextAlignment           = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrPivotGrid1.Appearance.FieldValueGrandTotal.BackColor     = System.Drawing.Color.White;
     this.xrPivotGrid1.Appearance.FieldValueGrandTotal.Font          = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrPivotGrid1.Appearance.FieldValueGrandTotal.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrPivotGrid1.Appearance.FieldValueTotal.BackColor          = System.Drawing.Color.White;
     this.xrPivotGrid1.Appearance.FieldValueTotal.Font               = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrPivotGrid1.Appearance.FieldValueTotal.TextAlignment      = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrPivotGrid1.Appearance.FilterSeparator.BackColor          = System.Drawing.Color.White;
     this.xrPivotGrid1.Appearance.FilterSeparator.Font               = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrPivotGrid1.Appearance.FilterSeparator.TextAlignment      = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrPivotGrid1.Appearance.GrandTotalCell.BackColor           = System.Drawing.Color.White;
     this.xrPivotGrid1.Appearance.GrandTotalCell.Font                = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrPivotGrid1.Appearance.GrandTotalCell.TextAlignment       = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrPivotGrid1.Appearance.HeaderGroupLine.BackColor          = System.Drawing.Color.White;
     this.xrPivotGrid1.Appearance.HeaderGroupLine.Font               = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrPivotGrid1.Appearance.HeaderGroupLine.TextAlignment      = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrPivotGrid1.Appearance.Lines.Font                         = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrPivotGrid1.Appearance.Lines.TextAlignment                = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrPivotGrid1.Appearance.TotalCell.BackColor                = System.Drawing.Color.White;
     this.xrPivotGrid1.Appearance.TotalCell.Font                     = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrPivotGrid1.Appearance.TotalCell.TextAlignment            = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrPivotGrid1.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
         this.xrPivotGridField6,
         this.xrPivotGridField1,
         this.xrPivotGridField2,
         this.xrPivotGridField3,
         this.xrPivotGridField4,
         this.xrPivotGridField5,
         this.xrPivotGridField7
     });
     this.xrPivotGrid1.LocationFloat = new DevExpress.Utils.PointFloat(3.178914E-05F, 0F);
     this.xrPivotGrid1.Name          = "xrPivotGrid1";
     this.xrPivotGrid1.OptionsChartDataSource.UpdateDelay     = 300;
     this.xrPivotGrid1.OptionsDataField.AreaIndex             = 2;
     this.xrPivotGrid1.OptionsView.RowTotalsLocation          = DevExpress.XtraPivotGrid.PivotRowTotalsLocation.Near;
     this.xrPivotGrid1.OptionsView.ShowColumnGrandTotalHeader = false;
     this.xrPivotGrid1.OptionsView.ShowColumnHeaders          = false;
     this.xrPivotGrid1.OptionsView.ShowColumnTotals           = false;
     this.xrPivotGrid1.OptionsView.ShowDataHeaders            = false;
     this.xrPivotGrid1.OptionsView.ShowFilterHeaders          = false;
     this.xrPivotGrid1.OptionsView.ShowFilterSeparatorBar     = false;
     this.xrPivotGrid1.OptionsView.ShowHorzLines           = false;
     this.xrPivotGrid1.OptionsView.ShowRowGrandTotalHeader = false;
     this.xrPivotGrid1.OptionsView.ShowRowGrandTotals      = false;
     this.xrPivotGrid1.OptionsView.ShowRowTotals           = false;
     this.xrPivotGrid1.OptionsView.ShowVertLines           = false;
     this.xrPivotGrid1.SizeF = new System.Drawing.SizeF(728.0834F, 100F);
     //
     // xrPivotGridField6
     //
     this.xrPivotGridField6.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.xrPivotGridField6.AreaIndex = 0;
     this.xrPivotGridField6.Caption   = "生产部门";
     this.xrPivotGridField6.FieldName = "DEPT";
     this.xrPivotGridField6.Name      = "xrPivotGridField6";
     this.xrPivotGridField6.Width     = 80;
     //
     // xrPivotGridField1
     //
     this.xrPivotGridField1.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.xrPivotGridField1.AreaIndex = 1;
     this.xrPivotGridField1.Caption   = "生产线";
     this.xrPivotGridField1.FieldName = "PLINE_NAME";
     this.xrPivotGridField1.Name      = "xrPivotGridField1";
     this.xrPivotGridField1.Width     = 260;
     //
     // xrPivotGridField2
     //
     this.xrPivotGridField2.Area             = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.xrPivotGridField2.AreaIndex        = 2;
     this.xrPivotGridField2.Caption          = "合同号";
     this.xrPivotGridField2.FieldName        = "PROJECT_CODE";
     this.xrPivotGridField2.Name             = "xrPivotGridField2";
     this.xrPivotGridField2.TotalsVisibility = DevExpress.XtraPivotGrid.PivotTotalsVisibility.None;
     this.xrPivotGridField2.UnboundFieldName = "xrPivotGridField2";
     this.xrPivotGridField2.Width            = 80;
     //
     // xrPivotGridField3
     //
     this.xrPivotGridField3.AllowedAreas = DevExpress.XtraPivotGrid.PivotGridAllowedAreas.RowArea;
     this.xrPivotGridField3.Area         = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.xrPivotGridField3.AreaIndex    = 4;
     this.xrPivotGridField3.Caption      = "成品号";
     this.xrPivotGridField3.FieldName    = "PRODUCT_CODE";
     this.xrPivotGridField3.Name         = "xrPivotGridField3";
     this.xrPivotGridField3.SummaryType  = DevExpress.Data.PivotGrid.PivotSummaryType.Custom;
     //
     // xrPivotGridField4
     //
     this.xrPivotGridField4.Area        = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.xrPivotGridField4.AreaIndex   = 5;
     this.xrPivotGridField4.Caption     = "入库地点";
     this.xrPivotGridField4.FieldName   = "STORE_CODE";
     this.xrPivotGridField4.Name        = "xrPivotGridField4";
     this.xrPivotGridField4.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Var;
     this.xrPivotGridField4.Width       = 80;
     //
     // xrPivotGridField5
     //
     this.xrPivotGridField5.Area           = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.xrPivotGridField5.AreaIndex      = 0;
     this.xrPivotGridField5.Caption        = "备注";
     this.xrPivotGridField5.EmptyCellText  = "   ";
     this.xrPivotGridField5.EmptyValueText = "   ";
     this.xrPivotGridField5.GrandTotalText = "   ";
     this.xrPivotGridField5.Name           = "xrPivotGridField5";
     this.xrPivotGridField5.Width          = 23;
     //
     // xrPivotGridField7
     //
     this.xrPivotGridField7.Area      = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.xrPivotGridField7.AreaIndex = 3;
     this.xrPivotGridField7.Caption   = "订单数量";
     this.xrPivotGridField7.FieldName = "ORDER_NUM";
     this.xrPivotGridField7.Name      = "xrPivotGridField7";
     this.xrPivotGridField7.Width     = 80;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.HeightF = 30F;
     this.bottomMarginBand1.Name    = "bottomMarginBand1";
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.ReportFooter.HeightF = 26.04167F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // xrTable1
     //
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(3.178914E-05F, 0F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(728.0834F, 25F);
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name   = "xrTableCell1";
     this.xrTableCell1.Text   = "总计";
     this.xrTableCell1.Weight = 3D;
     //
     // Report_Exp2000_1
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.topMarginBand1,
         this.detailBand1,
         this.bottomMarginBand1,
         this.ReportFooter
     });
     this.Margins = new System.Drawing.Printing.Margins(53, 60, 100, 30);
     this.Version = "11.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.BarCode.Code128Generator code128Generator1 = new DevExpress.XtraPrinting.BarCode.Code128Generator();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Report_ckjgcc));
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.BarCode = new DevExpress.XtraReports.UI.XRBarCode();
     this.lbCnsNo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable6 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell97 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbRemark = new DevExpress.XtraReports.UI.XRTableCell();
     this.lbRemark = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable7 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell99 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell100 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow17 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell101 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell102 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable5 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow();
     this.tbVar = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbzgCode = new DevExpress.XtraReports.UI.XRTableCell();
     this.lbJZXH = new DevExpress.XtraReports.UI.XRLabel();
     this.tbSum = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow18 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbTotalPkgs = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow12 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell94 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow16 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell95 = new DevExpress.XtraReports.UI.XRTableCell();
     this.lab = new DevExpress.XtraReports.UI.XRLabel();
     this.labCustom = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.labName = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.labDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow13 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell66 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow14 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell60 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbcarCcode = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell62 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbOutCountry = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow15 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell61 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbCarNO = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell63 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbOutType = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell68 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbTotalW = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbTotal = new DevExpress.XtraReports.UI.XRTableCell();
     this.labCustomCode = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.labWareNO = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbWareName = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbreferdoc = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbBoatCode = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbLoadCarCode = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell64 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbdeliverUnit = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell70 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbOut = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell74 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbFZCode = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.COldBill_id1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cInseq1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cOutseq1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPlace1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
     this.COldBill_id2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cInseq2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cOutseq2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPlace2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.COldBill_id3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cInseq3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cOutseq3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPlace3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
     this.COldBill_id4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cInseq4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cOutseq4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPlace4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow();
     this.COldBill_id5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cInseq5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cOutseq5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPlace5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
     this.tbTitle = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSum)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.BarCode,
     this.lbCnsNo,
     this.xrLabel15,
     this.xrLabel14,
     this.xrTable6,
     this.xrTable5,
     this.xrTable4,
     this.xrTable2,
     this.labCustomCode,
     this.xrLabel3,
     this.labWareNO,
     this.xrLabel2,
     this.xrTable1,
     this.xrPictureBox1,
     this.xrLabel13,
     this.xrLabel12,
     this.tbTitle});
     this.Detail.HeightF = 765.2439F;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BarCode
     //
     this.BarCode.LocationFloat = new DevExpress.Utils.PointFloat(766.189F, 7.000007F);
     this.BarCode.Name = "BarCode";
     this.BarCode.Padding = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 100F);
     this.BarCode.SizeF = new System.Drawing.SizeF(380F, 45F);
     this.BarCode.Symbology = code128Generator1;
     //
     // lbCnsNo
     //
     this.lbCnsNo.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbCnsNo.LocationFloat = new DevExpress.Utils.PointFloat(549.6988F, 79.56254F);
     this.lbCnsNo.Name = "lbCnsNo";
     this.lbCnsNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbCnsNo.SizeF = new System.Drawing.SizeF(153.125F, 23F);
     this.lbCnsNo.StylePriority.UseFont = false;
     this.lbCnsNo.StylePriority.UseTextAlignment = false;
     this.lbCnsNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel15
     //
     this.xrLabel15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(429.7008F, 79.56254F);
     this.xrLabel15.Name = "xrLabel15";
     this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF = new System.Drawing.SizeF(119.998F, 23F);
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text = "电子账册编号:";
     this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel14
     //
     this.xrLabel14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(30.92588F, 737.4885F);
     this.xrLabel14.Name = "xrLabel14";
     this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF = new System.Drawing.SizeF(307.9435F, 20.21985F);
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text = "第一联:主管海关存查联";
     this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTable6
     //
     this.xrTable6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(10.00004F, 683.9468F);
     this.xrTable6.Name = "xrTable6";
     this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow9});
     this.xrTable6.SizeF = new System.Drawing.SizeF(1119.542F, 52.08337F);
     this.xrTable6.StylePriority.UseBorders = false;
     //
     // xrTableRow9
     //
     this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell97,
     this.tbRemark});
     this.xrTableRow9.Name = "xrTableRow9";
     this.xrTableRow9.Weight = 1D;
     //
     // xrTableCell97
     //
     this.xrTableCell97.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell97.Name = "xrTableCell97";
     this.xrTableCell97.StylePriority.UseFont = false;
     this.xrTableCell97.StylePriority.UseTextAlignment = false;
     this.xrTableCell97.Text = "备注";
     this.xrTableCell97.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell97.Weight = 0.29707393718920172D;
     //
     // tbRemark
     //
     this.tbRemark.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.lbRemark,
     this.xrTable7});
     this.tbRemark.Name = "tbRemark";
     this.tbRemark.StylePriority.UseTextAlignment = false;
     this.tbRemark.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbRemark.Weight = 2.7029249240951096D;
     //
     // lbRemark
     //
     this.lbRemark.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.lbRemark.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbRemark.LocationFloat = new DevExpress.Utils.PointFloat(1.335144E-05F, 20.54175F);
     this.lbRemark.Name = "lbRemark";
     this.lbRemark.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.lbRemark.SizeF = new System.Drawing.SizeF(815.9174F, 23F);
     this.lbRemark.StylePriority.UseBorders = false;
     this.lbRemark.StylePriority.UseFont = false;
     //
     // xrTable7
     //
     this.xrTable7.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable7.LocationFloat = new DevExpress.Utils.PointFloat(815.9174F, 0F);
     this.xrTable7.Name = "xrTable7";
     this.xrTable7.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow11,
     this.xrTableRow17});
     this.xrTable7.SizeF = new System.Drawing.SizeF(192.762F, 52.08337F);
     this.xrTable7.StylePriority.UseBorders = false;
     //
     // xrTableRow11
     //
     this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell99,
     this.xrTableCell100});
     this.xrTableRow11.Name = "xrTableRow11";
     this.xrTableRow11.Weight = 1D;
     //
     // xrTableCell99
     //
     this.xrTableCell99.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell99.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell99.Name = "xrTableCell99";
     this.xrTableCell99.StylePriority.UseBorders = false;
     this.xrTableCell99.StylePriority.UseFont = false;
     this.xrTableCell99.StylePriority.UseTextAlignment = false;
     this.xrTableCell99.Text = "海关审核";
     this.xrTableCell99.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell99.Weight = 1.2767388451028967D;
     //
     // xrTableCell100
     //
     this.xrTableCell100.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableCell100.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell100.Name = "xrTableCell100";
     this.xrTableCell100.StylePriority.UseBorders = false;
     this.xrTableCell100.StylePriority.UseFont = false;
     this.xrTableCell100.StylePriority.UseTextAlignment = false;
     this.xrTableCell100.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell100.Weight = 1.1047225675521422D;
     //
     // xrTableRow17
     //
     this.xrTableRow17.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell101,
     this.xrTableCell102});
     this.xrTableRow17.Name = "xrTableRow17";
     this.xrTableRow17.Weight = 1D;
     //
     // xrTableCell101
     //
     this.xrTableCell101.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell101.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell101.Name = "xrTableCell101";
     this.xrTableCell101.StylePriority.UseBorders = false;
     this.xrTableCell101.StylePriority.UseFont = false;
     this.xrTableCell101.StylePriority.UseTextAlignment = false;
     this.xrTableCell101.Text = "海关查验";
     this.xrTableCell101.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell101.Weight = 1.2767398950966413D;
     //
     // xrTableCell102
     //
     this.xrTableCell102.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTableCell102.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell102.Name = "xrTableCell102";
     this.xrTableCell102.StylePriority.UseBorders = false;
     this.xrTableCell102.StylePriority.UseFont = false;
     this.xrTableCell102.StylePriority.UseTextAlignment = false;
     this.xrTableCell102.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell102.Weight = 1.1047215175583975D;
     //
     // xrTable5
     //
     this.xrTable5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(9.999959F, 639.9052F);
     this.xrTable5.Name = "xrTable5";
     this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow8});
     this.xrTable5.SizeF = new System.Drawing.SizeF(1119.542F, 43.74994F);
     this.xrTable5.StylePriority.UseBorders = false;
     //
     // xrTableRow8
     //
     this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.tbVar,
     this.tbzgCode});
     this.xrTableRow8.Name = "xrTableRow8";
     this.xrTableRow8.Weight = 1D;
     //
     // tbVar
     //
     this.tbVar.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbVar.Name = "tbVar";
     this.tbVar.StylePriority.UseFont = false;
     this.tbVar.StylePriority.UseTextAlignment = false;
     this.tbVar.Text = "集装箱号";
     this.tbVar.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbVar.Weight = 0.29806630020110852D;
     //
     // tbzgCode
     //
     this.tbzgCode.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.lbJZXH,
     this.tbSum});
     this.tbzgCode.Name = "tbzgCode";
     this.tbzgCode.Weight = 2.7119517561561146D;
     //
     // lbJZXH
     //
     this.lbJZXH.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.lbJZXH.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbJZXH.LocationFloat = new DevExpress.Utils.PointFloat(0F, 13.99997F);
     this.lbJZXH.Name = "lbJZXH";
     this.lbJZXH.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbJZXH.SizeF = new System.Drawing.SizeF(815.9174F, 23F);
     this.lbJZXH.StylePriority.UseBorders = false;
     this.lbJZXH.StylePriority.UseFont = false;
     //
     // tbSum
     //
     this.tbSum.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tbSum.LocationFloat = new DevExpress.Utils.PointFloat(815.9174F, 0F);
     this.tbSum.Name = "tbSum";
     this.tbSum.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow18});
     this.tbSum.SizeF = new System.Drawing.SizeF(192.762F, 43.74994F);
     this.tbSum.StylePriority.UseBorders = false;
     //
     // xrTableRow18
     //
     this.xrTableRow18.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell17,
     this.tbTotalPkgs});
     this.xrTableRow18.Name = "xrTableRow18";
     this.xrTableRow18.Weight = 1D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell17.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.StylePriority.UseBorders = false;
     this.xrTableCell17.StylePriority.UseFont = false;
     this.xrTableCell17.StylePriority.UseTextAlignment = false;
     this.xrTableCell17.Text = "合计总件数";
     this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell17.Weight = 1.2767489767601714D;
     //
     // tbTotalPkgs
     //
     this.tbTotalPkgs.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tbTotalPkgs.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbTotalPkgs.Name = "tbTotalPkgs";
     this.tbTotalPkgs.StylePriority.UseBorders = false;
     this.tbTotalPkgs.StylePriority.UseFont = false;
     this.tbTotalPkgs.StylePriority.UseTextAlignment = false;
     this.tbTotalPkgs.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbTotalPkgs.Weight = 1.1047124358948675D;
     //
     // xrTable4
     //
     this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 570.1136F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow12,
     this.xrTableRow16});
     this.xrTable4.SizeF = new System.Drawing.SizeF(1119.542F, 69.79163F);
     this.xrTable4.StylePriority.UseBorders = false;
     //
     // xrTableRow12
     //
     this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell94});
     this.xrTableRow12.Name = "xrTableRow12";
     this.xrTableRow12.Weight = 1D;
     //
     // xrTableCell94
     //
     this.xrTableCell94.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell94.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell94.Name = "xrTableCell94";
     this.xrTableCell94.StylePriority.UseBorders = false;
     this.xrTableCell94.StylePriority.UseFont = false;
     this.xrTableCell94.StylePriority.UseTextAlignment = false;
     this.xrTableCell94.Text = "     上述货物存入我仓,申报无误。";
     this.xrTableCell94.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell94.Weight = 3D;
     //
     // xrTableRow16
     //
     this.xrTableRow16.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell95});
     this.xrTableRow16.Name = "xrTableRow16";
     this.xrTableRow16.Weight = 1D;
     //
     // xrTableCell95
     //
     this.xrTableCell95.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell95.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.lab,
     this.labCustom,
     this.xrLabel5,
     this.labName,
     this.xrLabel7,
     this.xrLabel4,
     this.xrLabel8,
     this.xrLabel9,
     this.xrLabel10,
     this.labDate,
     this.xrLabel11});
     this.xrTableCell95.Name = "xrTableCell95";
     this.xrTableCell95.StylePriority.UseBorders = false;
     this.xrTableCell95.StylePriority.UseTextAlignment = false;
     this.xrTableCell95.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell95.Weight = 3D;
     //
     // lab
     //
     this.lab.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.lab.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lab.LocationFloat = new DevExpress.Utils.PointFloat(373.3529F, 6.999402F);
     this.lab.Name = "lab";
     this.lab.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lab.SizeF = new System.Drawing.SizeF(130.0313F, 23F);
     this.lab.StylePriority.UseBorders = false;
     this.lab.StylePriority.UseFont = false;
     //
     // labCustom
     //
     this.labCustom.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labCustom.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labCustom.LocationFloat = new DevExpress.Utils.PointFloat(55.80087F, 7F);
     this.labCustom.Name = "labCustom";
     this.labCustom.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labCustom.SizeF = new System.Drawing.SizeF(113.9058F, 23F);
     this.labCustom.StylePriority.UseBorders = false;
     this.labCustom.StylePriority.UseFont = false;
     this.labCustom.StylePriority.UseTextAlignment = false;
     this.labCustom.Text = "梅林海关";
     this.labCustom.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel5
     //
     this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel5.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(169.7066F, 6.999911F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(68.97784F, 23F);
     this.xrLabel5.StylePriority.UseBorders = false;
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text = "报关员:";
     //
     // labName
     //
     this.labName.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labName.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labName.LocationFloat = new DevExpress.Utils.PointFloat(238.6844F, 7.0001F);
     this.labName.Name = "labName";
     this.labName.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labName.SizeF = new System.Drawing.SizeF(81.54337F, 22.99988F);
     this.labName.StylePriority.UseBorders = false;
     this.labName.StylePriority.UseFont = false;
     //
     // xrLabel7
     //
     this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel7.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(320.2278F, 6.999593F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(53.12515F, 22.99998F);
     this.xrLabel7.StylePriority.UseBorders = false;
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.Text = "货主:";
     //
     // xrLabel4
     //
     this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel4.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(33.92588F, 6.999974F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(21.87498F, 23.00002F);
     this.xrLabel4.StylePriority.UseBorders = false;
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "致";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel8.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(503.3841F, 7.00012F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(64.61566F, 23F);
     this.xrLabel8.StylePriority.UseBorders = false;
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text = "仓库员:";
     //
     // xrLabel9
     //
     this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel9.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(567.9998F, 6.999466F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(85.90564F, 23.00006F);
     this.xrLabel9.StylePriority.UseBorders = false;
     this.xrLabel9.StylePriority.UseFont = false;
     //
     // xrLabel10
     //
     this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel10.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(653.9054F, 6.999593F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(87.44971F, 22.99994F);
     this.xrLabel10.StylePriority.UseBorders = false;
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.Text = "申报日期:";
     //
     // labDate
     //
     this.labDate.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labDate.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labDate.LocationFloat = new DevExpress.Utils.PointFloat(741.3551F, 6.999634F);
     this.labDate.Name = "labDate";
     this.labDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labDate.SizeF = new System.Drawing.SizeF(134.8754F, 23F);
     this.labDate.StylePriority.UseBorders = false;
     this.labDate.StylePriority.UseFont = false;
     //
     // xrLabel11
     //
     this.xrLabel11.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel11.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(876.2303F, 6.999878F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(86.45831F, 23F);
     this.xrLabel11.StylePriority.UseBorders = false;
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.Text = "仓库(盖章):";
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 506.5719F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow13});
     this.xrTable2.SizeF = new System.Drawing.SizeF(1119.542F, 63.54169F);
     this.xrTable2.StylePriority.UseBorders = false;
     //
     // xrTableRow13
     //
     this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell66,
     this.xrTableCell68,
     this.tbTotalW,
     this.xrTableCell1,
     this.tbTotal});
     this.xrTableRow13.Name = "xrTableRow13";
     this.xrTableRow13.Weight = 1D;
     //
     // xrTableCell66
     //
     this.xrTableCell66.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable3});
     this.xrTableCell66.Name = "xrTableCell66";
     this.xrTableCell66.StylePriority.UseBorders = false;
     this.xrTableCell66.Weight = 1.8783029124500925D;
     //
     // xrTable3
     //
     this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable3.Name = "xrTable3";
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow14,
     this.xrTableRow15});
     this.xrTable3.SizeF = new System.Drawing.SizeF(700.9465F, 63.54169F);
     this.xrTable3.StylePriority.UseBorders = false;
     //
     // xrTableRow14
     //
     this.xrTableRow14.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell60,
     this.tbcarCcode,
     this.xrTableCell62,
     this.tbOutCountry});
     this.xrTableRow14.Name = "xrTableRow14";
     this.xrTableRow14.Weight = 1D;
     //
     // xrTableCell60
     //
     this.xrTableCell60.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell60.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell60.Name = "xrTableCell60";
     this.xrTableCell60.StylePriority.UseBorders = false;
     this.xrTableCell60.StylePriority.UseFont = false;
     this.xrTableCell60.StylePriority.UseTextAlignment = false;
     this.xrTableCell60.Text = "司机本海关编号";
     this.xrTableCell60.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell60.Weight = 1.4931829641573249D;
     //
     // tbcarCcode
     //
     this.tbcarCcode.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbcarCcode.Name = "tbcarCcode";
     this.tbcarCcode.StylePriority.UseFont = false;
     this.tbcarCcode.StylePriority.UseTextAlignment = false;
     this.tbcarCcode.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbcarCcode.Weight = 2.103772334308005D;
     //
     // xrTableCell62
     //
     this.xrTableCell62.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell62.Name = "xrTableCell62";
     this.xrTableCell62.StylePriority.UseFont = false;
     this.xrTableCell62.StylePriority.UseTextAlignment = false;
     this.xrTableCell62.Text = "出口国别";
     this.xrTableCell62.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell62.Weight = 1.2225701650866654D;
     //
     // tbOutCountry
     //
     this.tbOutCountry.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.tbOutCountry.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbOutCountry.Name = "tbOutCountry";
     this.tbOutCountry.StylePriority.UseBorders = false;
     this.tbOutCountry.StylePriority.UseFont = false;
     this.tbOutCountry.StylePriority.UseTextAlignment = false;
     this.tbOutCountry.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbOutCountry.Weight = 3.84025839901898D;
     //
     // xrTableRow15
     //
     this.xrTableRow15.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell61,
     this.tbCarNO,
     this.xrTableCell63,
     this.tbOutType});
     this.xrTableRow15.Name = "xrTableRow15";
     this.xrTableRow15.Weight = 1D;
     //
     // xrTableCell61
     //
     this.xrTableCell61.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell61.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell61.Name = "xrTableCell61";
     this.xrTableCell61.StylePriority.UseBorders = false;
     this.xrTableCell61.StylePriority.UseFont = false;
     this.xrTableCell61.StylePriority.UseTextAlignment = false;
     this.xrTableCell61.Text = "车牌号";
     this.xrTableCell61.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell61.Weight = 1.4931828830707015D;
     //
     // tbCarNO
     //
     this.tbCarNO.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)));
     this.tbCarNO.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbCarNO.Name = "tbCarNO";
     this.tbCarNO.StylePriority.UseBorders = false;
     this.tbCarNO.StylePriority.UseFont = false;
     this.tbCarNO.StylePriority.UseTextAlignment = false;
     this.tbCarNO.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbCarNO.Weight = 2.1037729361576543D;
     //
     // xrTableCell63
     //
     this.xrTableCell63.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell63.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell63.Name = "xrTableCell63";
     this.xrTableCell63.StylePriority.UseBorders = false;
     this.xrTableCell63.StylePriority.UseFont = false;
     this.xrTableCell63.StylePriority.UseTextAlignment = false;
     this.xrTableCell63.Text = "出仓方式";
     this.xrTableCell63.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell63.Weight = 1.2225696905106378D;
     //
     // tbOutType
     //
     this.tbOutType.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.tbOutType.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbOutType.Name = "tbOutType";
     this.tbOutType.StylePriority.UseBorders = false;
     this.tbOutType.StylePriority.UseFont = false;
     this.tbOutType.StylePriority.UseTextAlignment = false;
     this.tbOutType.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbOutType.Weight = 3.8402583528319822D;
     //
     // xrTableCell68
     //
     this.xrTableCell68.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.xrTableCell68.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell68.Name = "xrTableCell68";
     this.xrTableCell68.StylePriority.UseBorders = false;
     this.xrTableCell68.StylePriority.UseFont = false;
     this.xrTableCell68.StylePriority.UseTextAlignment = false;
     this.xrTableCell68.Text = "合计总量";
     this.xrTableCell68.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell68.Weight = 0.33726324218922943D;
     //
     // tbTotalW
     //
     this.tbTotalW.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)));
     this.tbTotalW.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbTotalW.Multiline = true;
     this.tbTotalW.Name = "tbTotalW";
     this.tbTotalW.StylePriority.UseBorders = false;
     this.tbTotalW.StylePriority.UseFont = false;
     this.tbTotalW.StylePriority.UseTextAlignment = false;
     this.tbTotalW.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbTotalW.Weight = 0.33488631413664605D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseFont = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text = "合计总价";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell1.Weight = 0.20993215666018D;
     //
     // tbTotal
     //
     this.tbTotal.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbTotal.Name = "tbTotal";
     this.tbTotal.StylePriority.UseFont = false;
     this.tbTotal.StylePriority.UseTextAlignment = false;
     this.tbTotal.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbTotal.Weight = 0.23961423584816316D;
     //
     // labCustomCode
     //
     this.labCustomCode.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labCustomCode.LocationFloat = new DevExpress.Utils.PointFloat(885.0626F, 79.56254F);
     this.labCustomCode.Name = "labCustomCode";
     this.labCustomCode.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labCustomCode.SizeF = new System.Drawing.SizeF(214.5834F, 23F);
     this.labCustomCode.StylePriority.UseFont = false;
     this.labCustomCode.StylePriority.UseTextAlignment = false;
     this.labCustomCode.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(781.9376F, 79.56254F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(103.1251F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text = "出仓单编号:";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // labWareNO
     //
     this.labWareNO.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labWareNO.LocationFloat = new DevExpress.Utils.PointFloat(209.3018F, 79.56254F);
     this.labWareNO.Name = "labWareNO";
     this.labWareNO.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labWareNO.SizeF = new System.Drawing.SizeF(220.399F, 23F);
     this.labWareNO.StylePriority.UseFont = false;
     this.labWareNO.StylePriority.UseTextAlignment = false;
     this.labWareNO.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(99.61577F, 79.56254F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(109.686F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "核扣表编号:";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 102.5626F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1,
     this.xrTableRow10,
     this.xrTableRow2,
     this.xrTableRow3,
     this.xrTableRow4,
     this.xrTableRow5,
     this.xrTableRow6,
     this.xrTableRow7});
     this.xrTable1.SizeF = new System.Drawing.SizeF(1119.542F, 404.0093F);
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell2,
     this.tbWareName,
     this.xrTableCell4,
     this.tbreferdoc,
     this.tbBoatCode,
     this.tbLoadCarCode});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Font = new System.Drawing.Font("宋体", 12F);
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseFont = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "仓库名称";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell2.Weight = 1D;
     //
     // tbWareName
     //
     this.tbWareName.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbWareName.Name = "tbWareName";
     this.tbWareName.StylePriority.UseFont = false;
     this.tbWareName.StylePriority.UseTextAlignment = false;
     this.tbWareName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbWareName.Weight = 2.1746786725205909D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseFont = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "报关单号";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell4.Weight = 0.52477146538276642D;
     //
     // tbreferdoc
     //
     this.tbreferdoc.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbreferdoc.Name = "tbreferdoc";
     this.tbreferdoc.StylePriority.UseFont = false;
     this.tbreferdoc.StylePriority.UseTextAlignment = false;
     this.tbreferdoc.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbreferdoc.Weight = 1.4487361141335788D;
     //
     // tbBoatCode
     //
     this.tbBoatCode.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbBoatCode.Name = "tbBoatCode";
     this.tbBoatCode.StylePriority.UseFont = false;
     this.tbBoatCode.StylePriority.UseTextAlignment = false;
     this.tbBoatCode.Text = "装船单号";
     this.tbBoatCode.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbBoatCode.Weight = 0.46019450896581571D;
     //
     // tbLoadCarCode
     //
     this.tbLoadCarCode.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbLoadCarCode.Name = "tbLoadCarCode";
     this.tbLoadCarCode.StylePriority.UseFont = false;
     this.tbLoadCarCode.StylePriority.UseTextAlignment = false;
     this.tbLoadCarCode.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbLoadCarCode.Weight = 0.9885418151190426D;
     //
     // xrTableRow10
     //
     this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell64,
     this.tbdeliverUnit,
     this.xrTableCell70,
     this.tbOut,
     this.xrTableCell74,
     this.tbFZCode});
     this.xrTableRow10.Name = "xrTableRow10";
     this.xrTableRow10.Weight = 1D;
     //
     // xrTableCell64
     //
     this.xrTableCell64.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell64.Name = "xrTableCell64";
     this.xrTableCell64.StylePriority.UseFont = false;
     this.xrTableCell64.StylePriority.UseTextAlignment = false;
     this.xrTableCell64.Text = "发货单位";
     this.xrTableCell64.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell64.Weight = 1D;
     //
     // tbdeliverUnit
     //
     this.tbdeliverUnit.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbdeliverUnit.Name = "tbdeliverUnit";
     this.tbdeliverUnit.StylePriority.UseFont = false;
     this.tbdeliverUnit.StylePriority.UseTextAlignment = false;
     this.tbdeliverUnit.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbdeliverUnit.Weight = 2.1746790321714151D;
     //
     // xrTableCell70
     //
     this.xrTableCell70.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell70.Name = "xrTableCell70";
     this.xrTableCell70.StylePriority.UseFont = false;
     this.xrTableCell70.StylePriority.UseTextAlignment = false;
     this.xrTableCell70.Text = "出口口岸";
     this.xrTableCell70.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell70.Weight = 0.52477110573194263D;
     //
     // tbOut
     //
     this.tbOut.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbOut.Name = "tbOut";
     this.tbOut.StylePriority.UseFont = false;
     this.tbOut.StylePriority.UseTextAlignment = false;
     this.tbOut.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbOut.Weight = 1.4487361141335788D;
     //
     // xrTableCell74
     //
     this.xrTableCell74.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell74.Name = "xrTableCell74";
     this.xrTableCell74.StylePriority.UseFont = false;
     this.xrTableCell74.StylePriority.UseTextAlignment = false;
     this.xrTableCell74.Text = "封志号";
     this.xrTableCell74.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell74.Weight = 0.46019414931499147D;
     //
     // tbFZCode
     //
     this.tbFZCode.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbFZCode.Name = "tbFZCode";
     this.tbFZCode.StylePriority.UseFont = false;
     this.tbFZCode.StylePriority.UseTextAlignment = false;
     this.tbFZCode.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbFZCode.Weight = 0.98854217476986683D;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell9,
     this.xrTableCell5,
     this.xrTableCell11,
     this.xrTableCell10,
     this.xrTableCell12,
     this.xrTableCell14,
     this.xrTableCell16,
     this.xrTableCell6,
     this.xrTableCell15,
     this.xrTableCell7,
     this.xrTableCell13,
     this.xrTableCell8});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseFont = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text = "核增表编号";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell9.Weight = 0.71218339493560512D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseFont = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text = "核增表序号";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell5.Weight = 0.28781660506439483D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseFont = false;
     this.xrTableCell11.StylePriority.UseTextAlignment = false;
     this.xrTableCell11.Text = "出仓单序号";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell11.Weight = 0.35168095716648107D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseFont = false;
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.Text = "存放地点";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell10.Weight = 0.36391064230315395D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseFont = false;
     this.xrTableCell12.StylePriority.UseTextAlignment = false;
     this.xrTableCell12.Text = "商品编码";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell12.Weight = 0.58311299040608389D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseFont = false;
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text = "货物名称、规格型号";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell14.Weight = 1.9175693351093461D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell16.Name = "xrTableCell16";
     this.xrTableCell16.StylePriority.UseFont = false;
     this.xrTableCell16.StylePriority.UseTextAlignment = false;
     this.xrTableCell16.Text = "数量";
     this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell16.Weight = 0.36381701772156705D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseFont = false;
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text = "单位";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell6.Weight = 0.29188363850482679D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell15.Name = "xrTableCell15";
     this.xrTableCell15.StylePriority.UseFont = false;
     this.xrTableCell15.StylePriority.UseTextAlignment = false;
     this.xrTableCell15.Text = "毛重/净重";
     this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell15.Weight = 0.61364484981698908D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseFont = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text = "币制";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell7.Weight = 0.32531709987576318D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseFont = false;
     this.xrTableCell13.StylePriority.UseTextAlignment = false;
     this.xrTableCell13.Text = "单价";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell13.Weight = 0.31064408986150671D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "总价";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell8.Weight = 0.47534195535607621D;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.COldBill_id1,
     this.cInseq1,
     this.cOutseq1,
     this.cPlace1,
     this.cCode1,
     this.cName1,
     this.cNum1,
     this.cUnit1,
     this.cWeight1,
     this.cCoin1,
     this.cPrice1,
     this.cTotal1});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // COldBill_id1
     //
     this.COldBill_id1.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.COldBill_id1.Name = "COldBill_id1";
     this.COldBill_id1.StylePriority.UseFont = false;
     this.COldBill_id1.StylePriority.UseTextAlignment = false;
     this.COldBill_id1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.COldBill_id1.Weight = 0.71218348484831107D;
     //
     // cInseq1
     //
     this.cInseq1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cInseq1.Name = "cInseq1";
     this.cInseq1.StylePriority.UseFont = false;
     this.cInseq1.Weight = 0.28781651515168877D;
     //
     // cOutseq1
     //
     this.cOutseq1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cOutseq1.Name = "cOutseq1";
     this.cOutseq1.StylePriority.UseFont = false;
     this.cOutseq1.Weight = 0.35168095716648107D;
     //
     // cPlace1
     //
     this.cPlace1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPlace1.Name = "cPlace1";
     this.cPlace1.StylePriority.UseFont = false;
     this.cPlace1.Weight = 0.36391064230315395D;
     //
     // cCode1
     //
     this.cCode1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCode1.Name = "cCode1";
     this.cCode1.StylePriority.UseFont = false;
     this.cCode1.Weight = 0.58311299040608389D;
     //
     // cName1
     //
     this.cName1.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName1.Multiline = true;
     this.cName1.Name = "cName1";
     this.cName1.StylePriority.UseFont = false;
     this.cName1.StylePriority.UseTextAlignment = false;
     this.cName1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName1.Weight = 1.917569604847464D;
     //
     // cNum1
     //
     this.cNum1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum1.Multiline = true;
     this.cNum1.Name = "cNum1";
     this.cNum1.StylePriority.UseFont = false;
     this.cNum1.StylePriority.UseTextAlignment = false;
     this.cNum1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum1.Weight = 0.3638173773723915D;
     //
     // cUnit1
     //
     this.cUnit1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit1.Multiline = true;
     this.cUnit1.Name = "cUnit1";
     this.cUnit1.StylePriority.UseFont = false;
     this.cUnit1.Weight = 0.29188327885400267D;
     //
     // cWeight1
     //
     this.cWeight1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight1.Multiline = true;
     this.cWeight1.Name = "cWeight1";
     this.cWeight1.StylePriority.UseFont = false;
     this.cWeight1.StylePriority.UseTextAlignment = false;
     this.cWeight1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight1.Weight = 0.61364451264434117D;
     //
     // cCoin1
     //
     this.cCoin1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin1.Name = "cCoin1";
     this.cCoin1.StylePriority.UseFont = false;
     this.cCoin1.Weight = 0.32531712235393984D;
     //
     // cPrice1
     //
     this.cPrice1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cPrice1.Name = "cPrice1";
     this.cPrice1.StylePriority.UseFont = false;
     this.cPrice1.Weight = 0.31064408986150666D;
     //
     // cTotal1
     //
     this.cTotal1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal1.Name = "cTotal1";
     this.cTotal1.StylePriority.UseFont = false;
     this.cTotal1.Weight = 0.47534200031242924D;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.COldBill_id2,
     this.cInseq2,
     this.cOutseq2,
     this.cPlace2,
     this.cCode2,
     this.cName2,
     this.cNum2,
     this.cUnit2,
     this.cWeight2,
     this.cCoin2,
     this.cPrice2,
     this.cTotal2});
     this.xrTableRow4.Name = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // COldBill_id2
     //
     this.COldBill_id2.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.COldBill_id2.Name = "COldBill_id2";
     this.COldBill_id2.StylePriority.UseFont = false;
     this.COldBill_id2.Weight = 0.71218357476101712D;
     //
     // cInseq2
     //
     this.cInseq2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cInseq2.Name = "cInseq2";
     this.cInseq2.StylePriority.UseFont = false;
     this.cInseq2.Weight = 0.28781642523898271D;
     //
     // cOutseq2
     //
     this.cOutseq2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cOutseq2.Name = "cOutseq2";
     this.cOutseq2.StylePriority.UseFont = false;
     this.cOutseq2.Weight = 0.35168095716648107D;
     //
     // cPlace2
     //
     this.cPlace2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPlace2.Name = "cPlace2";
     this.cPlace2.StylePriority.UseFont = false;
     this.cPlace2.Weight = 0.36391064230315395D;
     //
     // cCode2
     //
     this.cCode2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCode2.Name = "cCode2";
     this.cCode2.StylePriority.UseFont = false;
     this.cCode2.Weight = 0.58311299040608389D;
     //
     // cName2
     //
     this.cName2.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName2.Multiline = true;
     this.cName2.Name = "cName2";
     this.cName2.StylePriority.UseFont = false;
     this.cName2.StylePriority.UseTextAlignment = false;
     this.cName2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName2.Weight = 1.9175694025438757D;
     //
     // cNum2
     //
     this.cNum2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum2.Multiline = true;
     this.cNum2.Name = "cNum2";
     this.cNum2.StylePriority.UseFont = false;
     this.cNum2.StylePriority.UseTextAlignment = false;
     this.cNum2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum2.Weight = 0.36381668054891952D;
     //
     // cUnit2
     //
     this.cUnit2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit2.Multiline = true;
     this.cUnit2.Name = "cUnit2";
     this.cUnit2.StylePriority.UseFont = false;
     this.cUnit2.Weight = 0.291883998155651D;
     //
     // cWeight2
     //
     this.cWeight2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight2.Multiline = true;
     this.cWeight2.Name = "cWeight2";
     this.cWeight2.StylePriority.UseFont = false;
     this.cWeight2.StylePriority.UseTextAlignment = false;
     this.cWeight2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight2.Weight = 0.61364469246975328D;
     //
     // cCoin2
     //
     this.cCoin2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin2.Name = "cCoin2";
     this.cCoin2.StylePriority.UseFont = false;
     this.cCoin2.Weight = 0.32531712235393984D;
     //
     // cPrice2
     //
     this.cPrice2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cPrice2.Name = "cPrice2";
     this.cPrice2.StylePriority.UseFont = false;
     this.cPrice2.Weight = 0.31064408986150671D;
     //
     // cTotal2
     //
     this.cTotal2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal2.Name = "cTotal2";
     this.cTotal2.StylePriority.UseFont = false;
     this.cTotal2.Weight = 0.47534200031242924D;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.COldBill_id3,
     this.cInseq3,
     this.cOutseq3,
     this.cPlace3,
     this.cCode3,
     this.cName3,
     this.cNum3,
     this.cUnit3,
     this.cWeight3,
     this.cCoin3,
     this.cPrice3,
     this.cTotal3});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // COldBill_id3
     //
     this.COldBill_id3.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.COldBill_id3.Name = "COldBill_id3";
     this.COldBill_id3.StylePriority.UseFont = false;
     this.COldBill_id3.Weight = 0.71218366467372318D;
     //
     // cInseq3
     //
     this.cInseq3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cInseq3.Name = "cInseq3";
     this.cInseq3.StylePriority.UseFont = false;
     this.cInseq3.Weight = 0.28781633532627671D;
     //
     // cOutseq3
     //
     this.cOutseq3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cOutseq3.Name = "cOutseq3";
     this.cOutseq3.StylePriority.UseFont = false;
     this.cOutseq3.Weight = 0.35168095716648107D;
     //
     // cPlace3
     //
     this.cPlace3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPlace3.Name = "cPlace3";
     this.cPlace3.StylePriority.UseFont = false;
     this.cPlace3.Weight = 0.36391064230315395D;
     //
     // cCode3
     //
     this.cCode3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCode3.Name = "cCode3";
     this.cCode3.StylePriority.UseFont = false;
     this.cCode3.Weight = 0.58311299040608389D;
     //
     // cName3
     //
     this.cName3.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName3.Multiline = true;
     this.cName3.Name = "cName3";
     this.cName3.StylePriority.UseFont = false;
     this.cName3.StylePriority.UseTextAlignment = false;
     this.cName3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName3.Weight = 1.9175688630676393D;
     //
     // cNum3
     //
     this.cNum3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum3.Multiline = true;
     this.cNum3.Name = "cNum3";
     this.cNum3.StylePriority.UseFont = false;
     this.cNum3.StylePriority.UseTextAlignment = false;
     this.cNum3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum3.Weight = 0.36381847880304052D;
     //
     // cUnit3
     //
     this.cUnit3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit3.Multiline = true;
     this.cUnit3.Name = "cUnit3";
     this.cUnit3.StylePriority.UseFont = false;
     this.cUnit3.Weight = 0.29188291920317849D;
     //
     // cWeight3
     //
     this.cWeight3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight3.Multiline = true;
     this.cWeight3.Name = "cWeight3";
     this.cWeight3.StylePriority.UseFont = false;
     this.cWeight3.StylePriority.UseTextAlignment = false;
     this.cWeight3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight3.Weight = 0.61364451264434117D;
     //
     // cCoin3
     //
     this.cCoin3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin3.Name = "cCoin3";
     this.cCoin3.StylePriority.UseFont = false;
     this.cCoin3.Weight = 0.32531712235393984D;
     //
     // cPrice3
     //
     this.cPrice3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cPrice3.Name = "cPrice3";
     this.cPrice3.StylePriority.UseFont = false;
     this.cPrice3.Weight = 0.31064408986150677D;
     //
     // cTotal3
     //
     this.cTotal3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal3.Name = "cTotal3";
     this.cTotal3.StylePriority.UseFont = false;
     this.cTotal3.Weight = 0.47534200031242924D;
     //
     // xrTableRow6
     //
     this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.COldBill_id4,
     this.cInseq4,
     this.cOutseq4,
     this.cPlace4,
     this.cCode4,
     this.cName4,
     this.cNum4,
     this.cUnit4,
     this.cWeight4,
     this.cCoin4,
     this.cPrice4,
     this.cTotal4});
     this.xrTableRow6.Name = "xrTableRow6";
     this.xrTableRow6.Weight = 1D;
     //
     // COldBill_id4
     //
     this.COldBill_id4.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.COldBill_id4.Name = "COldBill_id4";
     this.COldBill_id4.StylePriority.UseFont = false;
     this.COldBill_id4.Weight = 0.71218348484831107D;
     //
     // cInseq4
     //
     this.cInseq4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cInseq4.Name = "cInseq4";
     this.cInseq4.StylePriority.UseFont = false;
     this.cInseq4.Weight = 0.28781651515168877D;
     //
     // cOutseq4
     //
     this.cOutseq4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cOutseq4.Name = "cOutseq4";
     this.cOutseq4.StylePriority.UseFont = false;
     this.cOutseq4.Weight = 0.35168095716648107D;
     //
     // cPlace4
     //
     this.cPlace4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPlace4.Name = "cPlace4";
     this.cPlace4.StylePriority.UseFont = false;
     this.cPlace4.Weight = 0.36391064230315395D;
     //
     // cCode4
     //
     this.cCode4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCode4.Name = "cCode4";
     this.cCode4.StylePriority.UseFont = false;
     this.cCode4.Weight = 0.58311299040608389D;
     //
     // cName4
     //
     this.cName4.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName4.Multiline = true;
     this.cName4.Name = "cName4";
     this.cName4.StylePriority.UseFont = false;
     this.cName4.StylePriority.UseTextAlignment = false;
     this.cName4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName4.Weight = 1.9175699420201118D;
     //
     // cNum4
     //
     this.cNum4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum4.Multiline = true;
     this.cNum4.Name = "cNum4";
     this.cNum4.StylePriority.UseFont = false;
     this.cNum4.StylePriority.UseTextAlignment = false;
     this.cNum4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum4.Weight = 0.36381775950139217D;
     //
     // cUnit4
     //
     this.cUnit4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit4.Multiline = true;
     this.cUnit4.Name = "cUnit4";
     this.cUnit4.StylePriority.UseFont = false;
     this.cUnit4.Weight = 0.29188255955235431D;
     //
     // cWeight4
     //
     this.cWeight4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight4.Multiline = true;
     this.cWeight4.Name = "cWeight4";
     this.cWeight4.StylePriority.UseFont = false;
     this.cWeight4.StylePriority.UseTextAlignment = false;
     this.cWeight4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight4.Weight = 0.61364451264434117D;
     //
     // cCoin4
     //
     this.cCoin4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin4.Name = "cCoin4";
     this.cCoin4.StylePriority.UseFont = false;
     this.cCoin4.Weight = 0.32531712235393984D;
     //
     // cPrice4
     //
     this.cPrice4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cPrice4.Name = "cPrice4";
     this.cPrice4.StylePriority.UseFont = false;
     this.cPrice4.Weight = 0.31064408986150677D;
     //
     // cTotal4
     //
     this.cTotal4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal4.Name = "cTotal4";
     this.cTotal4.StylePriority.UseFont = false;
     this.cTotal4.Weight = 0.47534200031242924D;
     //
     // xrTableRow7
     //
     this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.COldBill_id5,
     this.cInseq5,
     this.cOutseq5,
     this.cPlace5,
     this.cCode5,
     this.cName5,
     this.cNum5,
     this.cUnit5,
     this.cWeight5,
     this.cCoin5,
     this.cPrice5,
     this.cTotal5});
     this.xrTableRow7.Name = "xrTableRow7";
     this.xrTableRow7.Weight = 1D;
     //
     // COldBill_id5
     //
     this.COldBill_id5.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.COldBill_id5.Name = "COldBill_id5";
     this.COldBill_id5.StylePriority.UseFont = false;
     this.COldBill_id5.Weight = 0.71218348484831107D;
     //
     // cInseq5
     //
     this.cInseq5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cInseq5.Name = "cInseq5";
     this.cInseq5.StylePriority.UseFont = false;
     this.cInseq5.Weight = 0.28781651515168877D;
     //
     // cOutseq5
     //
     this.cOutseq5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cOutseq5.Name = "cOutseq5";
     this.cOutseq5.StylePriority.UseFont = false;
     this.cOutseq5.Weight = 0.35168095716648107D;
     //
     // cPlace5
     //
     this.cPlace5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPlace5.Name = "cPlace5";
     this.cPlace5.StylePriority.UseFont = false;
     this.cPlace5.Weight = 0.36391064230315395D;
     //
     // cCode5
     //
     this.cCode5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCode5.Name = "cCode5";
     this.cCode5.StylePriority.UseFont = false;
     this.cCode5.Weight = 0.58311299040608389D;
     //
     // cName5
     //
     this.cName5.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName5.Multiline = true;
     this.cName5.Name = "cName5";
     this.cName5.StylePriority.UseFont = false;
     this.cName5.StylePriority.UseTextAlignment = false;
     this.cName5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName5.Weight = 1.9175695823692878D;
     //
     // cNum5
     //
     this.cNum5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum5.Multiline = true;
     this.cNum5.Name = "cNum5";
     this.cNum5.StylePriority.UseFont = false;
     this.cNum5.StylePriority.UseTextAlignment = false;
     this.cNum5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum5.Weight = 0.36381632089809535D;
     //
     // cUnit5
     //
     this.cUnit5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit5.Multiline = true;
     this.cUnit5.Name = "cUnit5";
     this.cUnit5.StylePriority.UseFont = false;
     this.cUnit5.Weight = 0.291883998155651D;
     //
     // cWeight5
     //
     this.cWeight5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight5.Multiline = true;
     this.cWeight5.Name = "cWeight5";
     this.cWeight5.StylePriority.UseFont = false;
     this.cWeight5.StylePriority.UseTextAlignment = false;
     this.cWeight5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight5.Weight = 0.61364487229516529D;
     //
     // cCoin5
     //
     this.cCoin5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin5.Name = "cCoin5";
     this.cCoin5.StylePriority.UseFont = false;
     this.cCoin5.Weight = 0.32531676270311555D;
     //
     // cPrice5
     //
     this.cPrice5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cPrice5.Name = "cPrice5";
     this.cPrice5.StylePriority.UseFont = false;
     this.cPrice5.Weight = 0.31064444951233094D;
     //
     // cTotal5
     //
     this.cTotal5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal5.Name = "cTotal5";
     this.cTotal5.StylePriority.UseFont = false;
     this.cTotal5.Weight = 0.47534200031242924D;
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(9.999959F, 2.687504F);
     this.xrPictureBox1.Name = "xrPictureBox1";
     this.xrPictureBox1.SizeF = new System.Drawing.SizeF(89.61581F, 89.37505F);
     //
     // xrLabel13
     //
     this.xrLabel13.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(549.6989F, 26.31251F);
     this.xrLabel13.Name = "xrLabel13";
     this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF = new System.Drawing.SizeF(215.953F, 44.875F);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text = "仓 清 单";
     this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel12
     //
     this.xrLabel12.Font = new System.Drawing.Font("宋体", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(500.7025F, 0.6875038F);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF = new System.Drawing.SizeF(48.99628F, 70.50001F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text = "出";
     this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
     //
     // tbTitle
     //
     this.tbTitle.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbTitle.LocationFloat = new DevExpress.Utils.PointFloat(201.3482F, 26.31251F);
     this.tbTitle.Name = "tbTitle";
     this.tbTitle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.tbTitle.SizeF = new System.Drawing.SizeF(299.3544F, 44.875F);
     this.tbTitle.StylePriority.UseFont = false;
     this.tbTitle.StylePriority.UseTextAlignment = false;
     this.tbTitle.Text = "出 口 监 管 仓 货 物";
     this.tbTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 11F;
     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 = 4.573171F;
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // Report_ckjgcc
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin});
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(6, 12, 11, 5);
     this.PageHeight = 827;
     this.PageWidth = 1169;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Version = "12.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSum)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PriceList));
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.GRVNo = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel();
     this.HubName = new DevExpress.XtraReports.UI.XRLabel();
     this.pxLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     this.Date = new DevExpress.XtraReports.UI.XRLabel();
     this.lblDate = new DevExpress.XtraReports.UI.XRLabel();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine4 = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine3 = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.theDataSet = new TheDataSet();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.theDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail.HeightF = 22.91667F;
     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(0.0004053116F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(1032.332F, 22.91667F);
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell1,
     this.xrTableCell2,
     this.xrTableCell3,
     this.xrTableCell4,
     this.xrTableCell5,
     this.xrTableCell6,
     this.xrTableCell7,
     this.xrTableCell8,
     this.GRVNo});
     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, "Particular")});
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.Text = "xrTableCell1";
     this.xrTableCell1.Weight = 2.0062488878515774D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Unit")});
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.Text = "xrTableCell2";
     this.xrTableCell2.Weight = 0.749997403987904D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "UnitCost", "{0:ETB #,##0.#0}")});
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     this.xrTableCell3.Text = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrTableCell3.Weight = 1.0000002288816354D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "UnitsSelling", "{0:ETB #,##0.#0}")});
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "xrTableCell4";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrTableCell4.Weight = 1.2291662639540455D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ExpDate")});
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text = "xrTableCell5";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell5.Weight = 1.0625002469601022D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Supplier")});
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Text = "xrTableCell6";
     this.xrTableCell6.Weight = 0.97916567577517755D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Program")});
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.Text = "xrTableCell7";
     this.xrTableCell7.Weight = 1.1045764323452856D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Manufacturer")});
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.Text = "xrTableCell8";
     this.xrTableCell8.Weight = 1.5141693272457908D;
     //
     // GRVNo
     //
     this.GRVNo.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "GRVNo")});
     this.GRVNo.Font = new System.Drawing.Font("Times New Roman", 8.75F);
     this.GRVNo.Name = "GRVNo";
     this.GRVNo.StylePriority.UseFont = false;
     this.GRVNo.StylePriority.UseTextAlignment = false;
     this.GRVNo.Text = "[GRVNo]";
     this.GRVNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.GRVNo.Weight = 0.67749583019199533D;
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel23,
     this.HubName,
     this.pxLogo});
     this.TopMargin.HeightF = 190F;
     this.TopMargin.Name = "TopMargin";
     this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel23
     //
     this.xrLabel23.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
     this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(0F, 128.0833F);
     this.xrLabel23.Name = "xrLabel23";
     this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel23.SizeF = new System.Drawing.SizeF(1025F, 23.00002F);
     this.xrLabel23.StylePriority.UseFont = false;
     this.xrLabel23.StylePriority.UseTextAlignment = false;
     this.xrLabel23.Text = "Price List";
     this.xrLabel23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // HubName
     //
     this.HubName.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.HubName.LocationFloat = new DevExpress.Utils.PointFloat(389.8751F, 151.0833F);
     this.HubName.Name = "HubName";
     this.HubName.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.HubName.SizeF = new System.Drawing.SizeF(258.6666F, 28.20833F);
     this.HubName.StylePriority.UseFont = false;
     this.HubName.StylePriority.UseTextAlignment = false;
     this.HubName.Text = "PFSA Hawassa Branch";
     this.HubName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // pxLogo
     //
     this.pxLogo.BorderColor = System.Drawing.Color.Transparent;
     this.pxLogo.BorderWidth = 0;
     this.pxLogo.Image = ((System.Drawing.Image)(resources.GetObject("pxLogo.Image")));
     this.pxLogo.LocationFloat = new DevExpress.Utils.PointFloat(139.5417F, 23F);
     this.pxLogo.Name = "pxLogo";
     this.pxLogo.SizeF = new System.Drawing.SizeF(763.5417F, 96.2916F);
     this.pxLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     this.pxLogo.StylePriority.UseBorderColor = false;
     this.pxLogo.StylePriority.UseBorderWidth = false;
     //
     // Date
     //
     this.Date.Font = new System.Drawing.Font("Times New Roman", 11F);
     this.Date.LocationFloat = new DevExpress.Utils.PointFloat(836.7918F, 10.00001F);
     this.Date.Name = "Date";
     this.Date.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.Date.SizeF = new System.Drawing.SizeF(188.2081F, 23F);
     this.Date.StylePriority.UseFont = false;
     //
     // lblDate
     //
     this.lblDate.Font = new System.Drawing.Font("Times New Roman", 11F);
     this.lblDate.LocationFloat = new DevExpress.Utils.PointFloat(779.9582F, 10.00001F);
     this.lblDate.Name = "lblDate";
     this.lblDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblDate.SizeF = new System.Drawing.SizeF(56.83356F, 23F);
     this.lblDate.StylePriority.UseFont = false;
     this.lblDate.Text = "Printed:";
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF = 5F;
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel22
     //
     this.xrLabel22.BackColor = System.Drawing.Color.White;
     this.xrLabel22.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(0.0004053116F, 10.00001F);
     this.xrLabel22.Name = "xrLabel22";
     this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel22.SizeF = new System.Drawing.SizeF(87.49987F, 23F);
     this.xrLabel22.StylePriority.UseBackColor = false;
     this.xrLabel22.StylePriority.UseFont = false;
     this.xrLabel22.Text = "Category: ";
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(702.7083F, 45.33326F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(110.4577F, 23F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.Text = "Program";
     //
     // xrLabel8
     //
     this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(604.7918F, 45.33326F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(97.9165F, 23F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text = "Supplier";
     //
     // xrLabel7
     //
     this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(498.5417F, 45.33326F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(106.2501F, 23F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text = "Expiry Date";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel6
     //
     this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(375.6251F, 45.33332F);
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF = new System.Drawing.SizeF(122.9166F, 23F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text = "Unit Selling";
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel5
     //
     this.xrLabel5.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(275.6251F, 45.33326F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text = "Unit Cost";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel4
     //
     this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(200.6253F, 45.33332F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(74.99979F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.Text = "Unit";
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0.0002622604F, 45.33332F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(200.625F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.Text = "Particular";
     //
     // xrLabel1
     //
     this.xrLabel1.BackColor = System.Drawing.Color.White;
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Category")});
     this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(90.2084F, 10.00001F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(250F, 23F);
     this.xrLabel1.StylePriority.UseBackColor = false;
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text = "[Category]";
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(HCMIS.Desktop.Reports.Helpers.TheDataSet.PriceListDataTable);
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel29,
     this.xrLabel28,
     this.xrLabel27,
     this.xrLabel26,
     this.xrLabel25,
     this.xrLabel24,
     this.xrLabel21,
     this.xrLabel2,
     this.xrLabel22,
     this.xrLabel3,
     this.xrLabel4,
     this.xrLabel5,
     this.xrLabel6,
     this.xrLabel7,
     this.xrLabel8,
     this.xrLabel9,
     this.xrLabel1});
     this.GroupHeader2.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("Category", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.GroupHeader2.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WholePage;
     this.GroupHeader2.HeightF = 68.33339F;
     this.GroupHeader2.Name = "GroupHeader2";
     this.GroupHeader2.RepeatEveryPage = true;
     //
     // xrLabel29
     //
     this.xrLabel29.BackColor = System.Drawing.Color.White;
     this.xrLabel29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Category")});
     this.xrLabel29.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel29.LocationFloat = new DevExpress.Utils.PointFloat(92.91652F, 10.00001F);
     this.xrLabel29.Name = "xrLabel29";
     this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel29.SizeF = new System.Drawing.SizeF(250F, 23F);
     this.xrLabel29.StylePriority.UseBackColor = false;
     this.xrLabel29.StylePriority.UseFont = false;
     this.xrLabel29.Text = "[Category]";
     //
     // xrLabel28
     //
     this.xrLabel28.BackColor = System.Drawing.Color.White;
     this.xrLabel28.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel28.LocationFloat = new DevExpress.Utils.PointFloat(2.708523F, 10.00001F);
     this.xrLabel28.Name = "xrLabel28";
     this.xrLabel28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel28.SizeF = new System.Drawing.SizeF(87.49987F, 23F);
     this.xrLabel28.StylePriority.UseBackColor = false;
     this.xrLabel28.StylePriority.UseFont = false;
     this.xrLabel28.Text = "Category: ";
     //
     // xrLabel27
     //
     this.xrLabel27.BackColor = System.Drawing.Color.White;
     this.xrLabel27.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel27.LocationFloat = new DevExpress.Utils.PointFloat(0.0004053116F, 10.00001F);
     this.xrLabel27.Name = "xrLabel27";
     this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel27.SizeF = new System.Drawing.SizeF(87.49987F, 23F);
     this.xrLabel27.StylePriority.UseBackColor = false;
     this.xrLabel27.StylePriority.UseFont = false;
     this.xrLabel27.Text = "Category: ";
     //
     // xrLabel26
     //
     this.xrLabel26.BackColor = System.Drawing.Color.White;
     this.xrLabel26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Category")});
     this.xrLabel26.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(90.2084F, 10.00001F);
     this.xrLabel26.Name = "xrLabel26";
     this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel26.SizeF = new System.Drawing.SizeF(250F, 23F);
     this.xrLabel26.StylePriority.UseBackColor = false;
     this.xrLabel26.StylePriority.UseFont = false;
     this.xrLabel26.Text = "[Category]";
     //
     // xrLabel25
     //
     this.xrLabel25.BackColor = System.Drawing.Color.White;
     this.xrLabel25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Category")});
     this.xrLabel25.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(90.2084F, 10.00001F);
     this.xrLabel25.Name = "xrLabel25";
     this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel25.SizeF = new System.Drawing.SizeF(250F, 23F);
     this.xrLabel25.StylePriority.UseBackColor = false;
     this.xrLabel25.StylePriority.UseFont = false;
     this.xrLabel25.Text = "[Category]";
     //
     // xrLabel24
     //
     this.xrLabel24.BackColor = System.Drawing.Color.White;
     this.xrLabel24.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel24.LocationFloat = new DevExpress.Utils.PointFloat(0.0004053116F, 10.00001F);
     this.xrLabel24.Name = "xrLabel24";
     this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel24.SizeF = new System.Drawing.SizeF(87.49987F, 23F);
     this.xrLabel24.StylePriority.UseBackColor = false;
     this.xrLabel24.StylePriority.UseFont = false;
     this.xrLabel24.Text = "Category: ";
     //
     // xrLabel21
     //
     this.xrLabel21.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(813.166F, 45.33339F);
     this.xrLabel21.Name = "xrLabel21";
     this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel21.SizeF = new System.Drawing.SizeF(151.4172F, 23F);
     this.xrLabel21.StylePriority.UseFont = false;
     this.xrLabel21.StylePriority.UseTextAlignment = false;
     this.xrLabel21.Text = "Manufacturer";
     this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(964.5831F, 45.33326F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(70.41681F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "GRV";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrPageInfo1,
     this.xrLabel20,
     this.xrLine4,
     this.xrLabel19,
     this.xrLine3,
     this.xrLabel18,
     this.xrLabel17,
     this.xrLabel16,
     this.xrLabel15,
     this.xrLabel14,
     this.xrLabel13,
     this.xrLabel12,
     this.xrLabel11,
     this.xrLabel10,
     this.Date,
     this.lblDate});
     this.PageFooter.HeightF = 120.8333F;
     this.PageFooter.Name = "PageFooter";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Format = "Page {0} of {1}";
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(823.2507F, 71.54166F);
     this.xrPageInfo1.Name = "xrPageInfo1";
     this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.SizeF = new System.Drawing.SizeF(201.7496F, 23F);
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel20
     //
     this.xrLabel20.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(413.125F, 10.00001F);
     this.xrLabel20.Name = "xrLabel20";
     this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.SizeF = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel20.StylePriority.UseFont = false;
     this.xrLabel20.Text = "Checked By:";
     //
     // xrLine4
     //
     this.xrLine4.LocationFloat = new DevExpress.Utils.PointFloat(513.125F, 22.50001F);
     this.xrLine4.Name = "xrLine4";
     this.xrLine4.SizeF = new System.Drawing.SizeF(226.0417F, 10.58333F);
     //
     // xrLabel19
     //
     this.xrLabel19.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(13.12498F, 10.00001F);
     this.xrLabel19.Name = "xrLabel19";
     this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel19.StylePriority.UseFont = false;
     this.xrLabel19.Text = "Printed By:";
     //
     // xrLine3
     //
     this.xrLine3.LocationFloat = new DevExpress.Utils.PointFloat(114.1667F, 22.50001F);
     this.xrLine3.Name = "xrLine3";
     this.xrLine3.SizeF = new System.Drawing.SizeF(226.0417F, 10.58333F);
     //
     // xrLabel18
     //
     this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(513.125F, 67.37499F);
     this.xrLabel18.Name = "xrLabel18";
     this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF = new System.Drawing.SizeF(100F, 18.83332F);
     this.xrLabel18.Text = "16";
     //
     // xrLabel17
     //
     this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(413.125F, 67.37499F);
     this.xrLabel17.Name = "xrLabel17";
     this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF = new System.Drawing.SizeF(100F, 18.83334F);
     this.xrLabel17.Text = "P.O.Box";
     //
     // xrLabel16
     //
     this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(513.125F, 48.54164F);
     this.xrLabel16.Name = "xrLabel16";
     this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF = new System.Drawing.SizeF(125F, 18.83334F);
     this.xrLabel16.Text = "046 - 2205186";
     //
     // xrLabel15
     //
     this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(413.125F, 48.54164F);
     this.xrLabel15.Name = "xrLabel15";
     this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF = new System.Drawing.SizeF(100F, 18.83334F);
     this.xrLabel15.Text = "Fax:";
     //
     // xrLabel14
     //
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(114.1667F, 82.83329F);
     this.xrLabel14.Name = "xrLabel14";
     this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF = new System.Drawing.SizeF(150F, 15.4583F);
     this.xrLabel14.Text = "0462 - 221 0231";
     //
     // xrLabel13
     //
     this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(114.1667F, 67.37499F);
     this.xrLabel13.Name = "xrLabel13";
     this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF = new System.Drawing.SizeF(150F, 15.45831F);
     this.xrLabel13.Text = "0462 - 220 2217";
     //
     // xrLabel12
     //
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(114.1667F, 48.54164F);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF = new System.Drawing.SizeF(150F, 18.83334F);
     this.xrLabel12.Text = "0462 - 220 2216";
     //
     // xrLabel11
     //
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(14.16664F, 48.54164F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(100F, 18.83334F);
     this.xrLabel11.Text = "Tel. No.";
     //
     // xrLabel10
     //
     this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 8F);
     this.xrLabel10.ForeColor = System.Drawing.Color.Gray;
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(823.2507F, 48.54164F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(201.7498F, 23F);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.StylePriority.UseForeColor = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text = "Generated by HCMIS Version 3.0";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // GroupFooter1
     //
     this.GroupFooter1.GroupUnion = DevExpress.XtraReports.UI.GroupFooterUnion.WithLastDetail;
     this.GroupFooter1.HeightF = 17.70833F;
     this.GroupFooter1.Name = "GroupFooter1";
     this.GroupFooter1.PageBreak = DevExpress.XtraReports.UI.PageBreak.AfterBand;
     //
     // theDataSet
     //
     this.theDataSet.DataSetName = "TheDataSet";
     this.theDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // PriceList
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin,
     this.GroupHeader2,
     this.PageFooter,
     this.GroupFooter1});
     this.DataSource = this.bindingSource1;
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(41, 24, 190, 5);
     this.PageHeight = 850;
     this.PageWidth = 1100;
     this.Version = "11.2";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.PriceList_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.theDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 31
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable8 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell();
     this.dataSet1 = new System.Data.DataSet();
     this.dataTable1 = new System.Data.DataTable();
     this.dataColumn1 = new System.Data.DataColumn();
     this.dataColumn2 = new System.Data.DataColumn();
     this.dataColumn3 = new System.Data.DataColumn();
     this.dataColumn4 = new System.Data.DataColumn();
     this.dataColumn5 = new System.Data.DataColumn();
     this.dataColumn6 = new System.Data.DataColumn();
     this.dataColumn7 = new System.Data.DataColumn();
     this.dataColumn8 = new System.Data.DataColumn();
     this.dataColumn9 = new System.Data.DataColumn();
     this.dataColumn10 = new System.Data.DataColumn();
     this.dataColumn11 = new System.Data.DataColumn();
     this.dataColumn12 = new System.Data.DataColumn();
     this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable7 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable6 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable5 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable12 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow12 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell();
     this.Total4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable11 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell();
     this.Total3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable10 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell();
     this.Total2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable9 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
     this.Total1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.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.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.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.LBPart = new DevExpress.XtraReports.UI.XRLabel();
     this.LBTeks = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.LBShippingNum = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.LBDate = new DevExpress.XtraReports.UI.XRLabel();
     this.LBSender = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
     this.LBTotalPartWeight = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.LBTotalWeight = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable8 ) ).BeginInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.dataSet1 ) ).BeginInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.dataTable1 ) ).BeginInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable7 ) ).BeginInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable6 ) ).BeginInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable5 ) ).BeginInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable12 ) ).BeginInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable11 ) ).BeginInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable10 ) ).BeginInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable9 ) ).BeginInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable4 ) ).BeginInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable3 ) ).BeginInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable2 ) ).BeginInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable1 ) ).BeginInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this ) ).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable8,
     this.xrTable7,
     this.xrTable6,
     this.xrTable5});
     this.Detail.HeightF = 20F;
     this.Detail.MultiColumn.ColumnCount = 4;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable8
     //
     this.xrTable8.Borders = ( ( DevExpress.XtraPrinting.BorderSide ) ( ( ( DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top )
             | DevExpress.XtraPrinting.BorderSide.Right ) ) );
     this.xrTable8.LocationFloat = new DevExpress.Utils.PointFloat(600F, 0F);
     this.xrTable8.Name = "xrTable8";
     this.xrTable8.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable8.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow8});
     this.xrTable8.SizeF = new System.Drawing.SizeF(200F, 20F);
     this.xrTable8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTable8.Visible = false;
     //
     // xrTableRow8
     //
     this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell22,
     this.xrTableCell23,
     this.xrTableCell24});
     this.xrTableRow8.Name = "xrTableRow8";
     this.xrTableRow8.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow8.Weight = 1D;
     //
     // xrTableCell22
     //
     this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.Column10")});
     this.xrTableCell22.Name = "xrTableCell22";
     this.xrTableCell22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell22.Text = "xrTableCell22";
     this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell22.Weight = 0.22D;
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "dataSet1";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
     this.dataTable1});
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
     this.dataColumn1,
     this.dataColumn2,
     this.dataColumn3,
     this.dataColumn4,
     this.dataColumn5,
     this.dataColumn6,
     this.dataColumn7,
     this.dataColumn8,
     this.dataColumn9,
     this.dataColumn10,
     this.dataColumn11,
     this.dataColumn12});
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "Column1";
     //
     // dataColumn2
     //
     this.dataColumn2.ColumnName = "Column2";
     //
     // dataColumn3
     //
     this.dataColumn3.ColumnName = "Column3";
     //
     // dataColumn4
     //
     this.dataColumn4.ColumnName = "Column4";
     //
     // dataColumn5
     //
     this.dataColumn5.ColumnName = "Column5";
     //
     // dataColumn6
     //
     this.dataColumn6.ColumnName = "Column6";
     //
     // dataColumn7
     //
     this.dataColumn7.ColumnName = "Column7";
     //
     // dataColumn8
     //
     this.dataColumn8.ColumnName = "Column8";
     //
     // dataColumn9
     //
     this.dataColumn9.ColumnName = "Column9";
     //
     // dataColumn10
     //
     this.dataColumn10.ColumnName = "Column10";
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "Column11";
     //
     // dataColumn12
     //
     this.dataColumn12.ColumnName = "Column12";
     //
     // xrTableCell23
     //
     this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.Column11")});
     this.xrTableCell23.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrTableCell23.Name = "xrTableCell23";
     this.xrTableCell23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell23.Text = "xrTableCell23";
     this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell23.Weight = 0.29D;
     //
     // xrTableCell24
     //
     this.xrTableCell24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.Column12")});
     this.xrTableCell24.Name = "xrTableCell24";
     this.xrTableCell24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell24.Text = "xrTableCell24";
     this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell24.Weight = 0.49D;
     //
     // xrTable7
     //
     this.xrTable7.Borders = ( ( DevExpress.XtraPrinting.BorderSide ) ( ( ( DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top )
             | DevExpress.XtraPrinting.BorderSide.Right ) ) );
     this.xrTable7.LocationFloat = new DevExpress.Utils.PointFloat(400F, 0F);
     this.xrTable7.Name = "xrTable7";
     this.xrTable7.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable7.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow7});
     this.xrTable7.SizeF = new System.Drawing.SizeF(200F, 20F);
     this.xrTable7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTable7.Visible = false;
     //
     // xrTableRow7
     //
     this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell19,
     this.xrTableCell20,
     this.xrTableCell21});
     this.xrTableRow7.Name = "xrTableRow7";
     this.xrTableRow7.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow7.Weight = 1D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.Column7")});
     this.xrTableCell19.Name = "xrTableCell19";
     this.xrTableCell19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell19.Text = "xrTableCell19";
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell19.Weight = 0.22D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.Column8")});
     this.xrTableCell20.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell20.Text = "xrTableCell20";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell20.Weight = 0.29D;
     //
     // xrTableCell21
     //
     this.xrTableCell21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.Column9")});
     this.xrTableCell21.Name = "xrTableCell21";
     this.xrTableCell21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell21.Text = "xrTableCell21";
     this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell21.Weight = 0.49D;
     //
     // xrTable6
     //
     this.xrTable6.Borders = ( ( DevExpress.XtraPrinting.BorderSide ) ( ( ( DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top )
             | DevExpress.XtraPrinting.BorderSide.Right ) ) );
     this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(200F, 0F);
     this.xrTable6.Name = "xrTable6";
     this.xrTable6.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow6});
     this.xrTable6.SizeF = new System.Drawing.SizeF(200F, 20F);
     this.xrTable6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTable6.Visible = false;
     //
     // xrTableRow6
     //
     this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell16,
     this.xrTableCell17,
     this.xrTableCell18});
     this.xrTableRow6.Name = "xrTableRow6";
     this.xrTableRow6.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow6.Weight = 1D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.Column4")});
     this.xrTableCell16.Name = "xrTableCell16";
     this.xrTableCell16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell16.Text = "xrTableCell16";
     this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell16.Weight = 0.22D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.Column5")});
     this.xrTableCell17.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell17.Text = "xrTableCell17";
     this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell17.Weight = 0.29D;
     //
     // xrTableCell18
     //
     this.xrTableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.Column6")});
     this.xrTableCell18.Name = "xrTableCell18";
     this.xrTableCell18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell18.Text = "xrTableCell18";
     this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell18.Weight = 0.49D;
     //
     // xrTable5
     //
     this.xrTable5.Borders = ( ( DevExpress.XtraPrinting.BorderSide ) ( ( ( DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top )
             | DevExpress.XtraPrinting.BorderSide.Right ) ) );
     this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable5.Name = "xrTable5";
     this.xrTable5.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow5});
     this.xrTable5.SizeF = new System.Drawing.SizeF(200F, 20F);
     this.xrTable5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell13,
     this.xrTableCell14,
     this.xrTableCell15});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow5.Weight = 1D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.Column1")});
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell13.Text = "xrTableCell13";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell13.Weight = 0.22D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.Column2")});
     this.xrTableCell14.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell14.Text = "xrTableCell14";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell14.Weight = 0.29D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Table1.Column3")});
     this.xrTableCell15.Name = "xrTableCell15";
     this.xrTableCell15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell15.Text = "xrTableCell15";
     this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell15.Weight = 0.49D;
     //
     // xrTable12
     //
     this.xrTable12.Borders = ( ( DevExpress.XtraPrinting.BorderSide ) ( ( ( ( DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top )
             | DevExpress.XtraPrinting.BorderSide.Right )
             | DevExpress.XtraPrinting.BorderSide.Bottom ) ) );
     this.xrTable12.LocationFloat = new DevExpress.Utils.PointFloat(600F, 0F);
     this.xrTable12.Name = "xrTable12";
     this.xrTable12.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable12.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow12});
     this.xrTable12.SizeF = new System.Drawing.SizeF(200F, 20F);
     this.xrTable12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTable12.Visible = false;
     //
     // xrTableRow12
     //
     this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell34,
     this.Total4,
     this.xrTableCell36});
     this.xrTableRow12.Name = "xrTableRow12";
     this.xrTableRow12.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow12.Weight = 1D;
     //
     // xrTableCell34
     //
     this.xrTableCell34.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTableCell34.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTableCell34.Name = "xrTableCell34";
     this.xrTableCell34.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell34.Text = "Всего";
     this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell34.Weight = 0.22D;
     //
     // Total4
     //
     this.Total4.BackColor = System.Drawing.Color.Gainsboro;
     this.Total4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.Total4.Name = "Total4";
     this.Total4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.Total4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.Total4.Weight = 0.29D;
     //
     // xrTableCell36
     //
     this.xrTableCell36.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTableCell36.Name = "xrTableCell36";
     this.xrTableCell36.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell36.Weight = 0.49D;
     //
     // xrTable11
     //
     this.xrTable11.Borders = ( ( DevExpress.XtraPrinting.BorderSide ) ( ( ( ( DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top )
             | DevExpress.XtraPrinting.BorderSide.Right )
             | DevExpress.XtraPrinting.BorderSide.Bottom ) ) );
     this.xrTable11.LocationFloat = new DevExpress.Utils.PointFloat(400F, 0F);
     this.xrTable11.Name = "xrTable11";
     this.xrTable11.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable11.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow11});
     this.xrTable11.SizeF = new System.Drawing.SizeF(200F, 20F);
     this.xrTable11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTable11.Visible = false;
     //
     // xrTableRow11
     //
     this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell31,
     this.Total3,
     this.xrTableCell33});
     this.xrTableRow11.Name = "xrTableRow11";
     this.xrTableRow11.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow11.Weight = 1D;
     //
     // xrTableCell31
     //
     this.xrTableCell31.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTableCell31.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTableCell31.Name = "xrTableCell31";
     this.xrTableCell31.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell31.Text = "Всего";
     this.xrTableCell31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell31.Weight = 0.22D;
     //
     // Total3
     //
     this.Total3.BackColor = System.Drawing.Color.Gainsboro;
     this.Total3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.Total3.Name = "Total3";
     this.Total3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.Total3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.Total3.Weight = 0.29D;
     //
     // xrTableCell33
     //
     this.xrTableCell33.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTableCell33.Name = "xrTableCell33";
     this.xrTableCell33.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell33.Weight = 0.49D;
     //
     // xrTable10
     //
     this.xrTable10.Borders = ( ( DevExpress.XtraPrinting.BorderSide ) ( ( ( ( DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top )
             | DevExpress.XtraPrinting.BorderSide.Right )
             | DevExpress.XtraPrinting.BorderSide.Bottom ) ) );
     this.xrTable10.LocationFloat = new DevExpress.Utils.PointFloat(200F, 0F);
     this.xrTable10.Name = "xrTable10";
     this.xrTable10.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable10.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow10});
     this.xrTable10.SizeF = new System.Drawing.SizeF(200F, 20F);
     this.xrTable10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTable10.Visible = false;
     //
     // xrTableRow10
     //
     this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell28,
     this.Total2,
     this.xrTableCell30});
     this.xrTableRow10.Name = "xrTableRow10";
     this.xrTableRow10.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow10.Weight = 1D;
     //
     // xrTableCell28
     //
     this.xrTableCell28.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTableCell28.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTableCell28.Name = "xrTableCell28";
     this.xrTableCell28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell28.Text = "Всего";
     this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell28.Weight = 0.22D;
     //
     // Total2
     //
     this.Total2.BackColor = System.Drawing.Color.Gainsboro;
     this.Total2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.Total2.Name = "Total2";
     this.Total2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.Total2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.Total2.Weight = 0.29D;
     //
     // xrTableCell30
     //
     this.xrTableCell30.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTableCell30.Name = "xrTableCell30";
     this.xrTableCell30.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell30.Weight = 0.49D;
     //
     // xrTable9
     //
     this.xrTable9.Borders = ( ( DevExpress.XtraPrinting.BorderSide ) ( ( ( ( DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top )
             | DevExpress.XtraPrinting.BorderSide.Right )
             | DevExpress.XtraPrinting.BorderSide.Bottom ) ) );
     this.xrTable9.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable9.Name = "xrTable9";
     this.xrTable9.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable9.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow9});
     this.xrTable9.SizeF = new System.Drawing.SizeF(200F, 20F);
     this.xrTable9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTableRow9
     //
     this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell25,
     this.Total1,
     this.xrTableCell27});
     this.xrTableRow9.Name = "xrTableRow9";
     this.xrTableRow9.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow9.Weight = 1D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTableCell25.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell25.Text = "Всего";
     this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell25.Weight = 0.22D;
     //
     // Total1
     //
     this.Total1.BackColor = System.Drawing.Color.Gainsboro;
     this.Total1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.Total1.Name = "Total1";
     this.Total1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.Total1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.Total1.Weight = 0.29D;
     //
     // xrTableCell27
     //
     this.xrTableCell27.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTableCell27.Name = "xrTableCell27";
     this.xrTableCell27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell27.Weight = 0.49D;
     //
     // xrTable4
     //
     this.xrTable4.Borders = ( ( DevExpress.XtraPrinting.BorderSide ) ( ( ( DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top )
             | DevExpress.XtraPrinting.BorderSide.Right ) ) );
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(600F, 0F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow4});
     this.xrTable4.SizeF = new System.Drawing.SizeF(200F, 34F);
     this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTable4.Visible = false;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell10,
     this.xrTableCell11,
     this.xrTableCell12});
     this.xrTableRow4.Name = "xrTableRow4";
     this.xrTableRow4.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow4.Weight = 1D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell10.Text = "№";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell10.Weight = 0.22D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell11.Text = "Факт. Маса,кг";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell11.Weight = 0.29D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell12.Text = "Заказчик";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell12.Weight = 0.49D;
     //
     // xrTable3
     //
     this.xrTable3.Borders = ( ( DevExpress.XtraPrinting.BorderSide ) ( ( ( DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top )
             | DevExpress.XtraPrinting.BorderSide.Right ) ) );
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(400F, 0F);
     this.xrTable3.Name = "xrTable3";
     this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow3});
     this.xrTable3.SizeF = new System.Drawing.SizeF(200F, 34F);
     this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTable3.Visible = false;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell7,
     this.xrTableCell8,
     this.xrTableCell9});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell7.Text = "№";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell7.Weight = 0.22D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell8.Text = "Факт. Маса,кг";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell8.Weight = 0.29D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell9.Text = "Заказчик";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell9.Weight = 0.49D;
     //
     // xrTable2
     //
     this.xrTable2.Borders = ( ( DevExpress.XtraPrinting.BorderSide ) ( ( ( DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top )
             | DevExpress.XtraPrinting.BorderSide.Right ) ) );
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(200F, 0F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable2.SizeF = new System.Drawing.SizeF(200F, 34F);
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTable2.Visible = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell4,
     this.xrTableCell5,
     this.xrTableCell6});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell4.Text = "№";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell4.Weight = 0.22D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell5.Text = "Факт. Маса,кг";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell5.Weight = 0.29D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell6.Text = "Заказчик";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell6.Weight = 0.49D;
     //
     // xrTable1
     //
     this.xrTable1.Borders = ( ( DevExpress.XtraPrinting.BorderSide ) ( ( ( DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top )
             | DevExpress.XtraPrinting.BorderSide.Right ) ) );
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(200F, 34F);
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell1,
     this.xrTableCell2,
     this.xrTableCell3});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell1.Text = "№";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell1.Weight = 0.22D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell2.Text = "Факт. Маса,кг";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell2.Weight = 0.29D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell3.Text = "Заказчик";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell3.Weight = 0.49D;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.LBPart,
     this.LBTeks,
     this.xrLabel6,
     this.xrLabel5,
     this.LBShippingNum,
     this.xrLabel3,
     this.LBDate,
     this.LBSender});
     this.PageHeader.HeightF = 83F;
     this.PageHeader.Name = "PageHeader";
     this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // LBPart
     //
     this.LBPart.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Underline);
     this.LBPart.LocationFloat = new DevExpress.Utils.PointFloat(725F, 58F);
     this.LBPart.Name = "LBPart";
     this.LBPart.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.LBPart.SizeF = new System.Drawing.SizeF(58F, 25F);
     this.LBPart.Text = "xrLabel7";
     this.LBPart.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // LBTeks
     //
     this.LBTeks.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Underline);
     this.LBTeks.LocationFloat = new DevExpress.Utils.PointFloat(708F, 33F);
     this.LBTeks.Name = "LBTeks";
     this.LBTeks.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.LBTeks.SizeF = new System.Drawing.SizeF(75F, 25F);
     this.LBTeks.Text = "LBTeks";
     this.LBTeks.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel6
     //
     this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(658F, 58F);
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF = new System.Drawing.SizeF(67F, 25F);
     this.xrLabel6.Text = "Партия";
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel5
     //
     this.xrLabel5.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(658F, 33F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(50F, 25F);
     this.xrLabel5.Text = "Текс";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // LBShippingNum
     //
     this.LBShippingNum.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Underline);
     this.LBShippingNum.LocationFloat = new DevExpress.Utils.PointFloat(408F, 33F);
     this.LBShippingNum.Name = "LBShippingNum";
     this.LBShippingNum.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.LBShippingNum.SizeF = new System.Drawing.SizeF(59F, 25F);
     this.LBShippingNum.Text = "LBShippingNum";
     this.LBShippingNum.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(142F, 33F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(258F, 25F);
     this.xrLabel3.Text = "Спецификация на шпагат п/п №";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // LBDate
     //
     this.LBDate.Font = new System.Drawing.Font("Times New Roman", 12F);
     this.LBDate.LocationFloat = new DevExpress.Utils.PointFloat(558F, 0F);
     this.LBDate.Name = "LBDate";
     this.LBDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.LBDate.SizeF = new System.Drawing.SizeF(225F, 25F);
     this.LBDate.Text = "LBDate";
     this.LBDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // LBSender
     //
     this.LBSender.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.LBSender.LocationFloat = new DevExpress.Utils.PointFloat(142F, 0F);
     this.LBSender.Name = "LBSender";
     this.LBSender.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.LBSender.SizeF = new System.Drawing.SizeF(408F, 25F);
     this.LBSender.Text = "LBSender";
     this.LBSender.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.LBTotalPartWeight,
     this.xrLabel1,
     this.xrLabel12,
     this.xrLabel11,
     this.LBTotalWeight,
     this.xrLabel9});
     this.PageFooter.HeightF = 73F;
     this.PageFooter.Name = "PageFooter";
     this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // LBTotalPartWeight
     //
     this.LBTotalPartWeight.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Underline);
     this.LBTotalPartWeight.LocationFloat = new DevExpress.Utils.PointFloat(167F, 8F);
     this.LBTotalPartWeight.Name = "LBTotalPartWeight";
     this.LBTotalPartWeight.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.LBTotalPartWeight.SizeF = new System.Drawing.SizeF(108F, 25F);
     this.LBTotalPartWeight.Text = "LBTotalWeight";
     this.LBTotalPartWeight.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(17F, 8F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(150F, 25F);
     this.xrLabel1.Text = "Общий вес партии";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel12
     //
     this.xrLabel12.Font = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(367F, 42F);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF = new System.Drawing.SizeF(275F, 25F);
     this.xrLabel12.Text = "Принял _______________________";
     this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel11
     //
     this.xrLabel11.Font = new System.Drawing.Font("Times New Roman", 12F);
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(75F, 42F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(250F, 25F);
     this.xrLabel11.Text = "Сдал_______________________";
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // LBTotalWeight
     //
     this.LBTotalWeight.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Underline);
     this.LBTotalWeight.LocationFloat = new DevExpress.Utils.PointFloat(600F, 8F);
     this.LBTotalWeight.Name = "LBTotalWeight";
     this.LBTotalWeight.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.LBTotalWeight.SizeF = new System.Drawing.SizeF(108F, 25F);
     this.LBTotalWeight.Text = "LBTotalWeight";
     this.LBTotalWeight.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(425F, 8F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(175F, 25F);
     this.xrLabel9.Text = "Общий вес продукции";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable2,
     this.xrTable3,
     this.xrTable4,
     this.xrTable1});
     this.GroupHeader1.HeightF = 34F;
     this.GroupHeader1.Name = "GroupHeader1";
     this.GroupHeader1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.GroupHeader1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // GroupFooter1
     //
     this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable12,
     this.xrTable11,
     this.xrTable10,
     this.xrTable9});
     this.GroupFooter1.HeightF = 20F;
     this.GroupFooter1.Name = "GroupFooter1";
     this.GroupFooter1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.GroupFooter1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 25F;
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.HeightF = 25F;
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // ShippingPF
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.PageHeader,
     this.PageFooter,
     this.GroupHeader1,
     this.GroupFooter1,
     this.topMarginBand1,
     this.bottomMarginBand1});
     this.DataSource = this.dataSet1;
     this.Margins = new System.Drawing.Printing.Margins(25, 25, 25, 25);
     this.PrinterName = "Samsung ML-2010 Series";
     this.ShowPrintMarginsWarning = false;
     this.ShowPrintStatusDialog = false;
     this.Version = "10.2";
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable8 ) ).EndInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.dataSet1 ) ).EndInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.dataTable1 ) ).EndInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable7 ) ).EndInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable6 ) ).EndInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable5 ) ).EndInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable12 ) ).EndInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable11 ) ).EndInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable10 ) ).EndInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable9 ) ).EndInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable4 ) ).EndInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable3 ) ).EndInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable2 ) ).EndInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this.xrTable1 ) ).EndInit();
     ( ( System.ComponentModel.ISupportInitialize ) ( this ) ).EndInit();
 }
Ejemplo n.º 32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.lbBill_id = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.labPage = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable6 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow13 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell135 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbRemark = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow12 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell133 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow16 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell134 = new DevExpress.XtraReports.UI.XRTableCell();
     this.lab = new DevExpress.XtraReports.UI.XRLabel();
     this.labCustom = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.labName = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.labDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.lbcust_bill_id = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.COldBill_id1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cInseq1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cOutseq1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPlace1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
     this.COldBill_id2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cInseq2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cOutseq2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPlace2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.COldBill_id3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cInseq3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cOutseq3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPlace3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
     this.COldBill_id4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cInseq4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cOutseq4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPlace4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow();
     this.COldBill_id5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cInseq5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cOutseq5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPlace5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.COldBill_id6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cInseq6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cOutseq6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPlace6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow();
     this.COldBill_id7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cInseq7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cOutseq7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPlace7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow();
     this.COldBill_id8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cInseq8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cOutseq8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPlace8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow();
     this.COldBill_id9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cInseq9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cOutseq9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPlace9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow();
     this.COldBill_id10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cInseq10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cOutseq10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPlace10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
     this.labTitle = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.lbBill_id,
     this.xrLabel1,
     this.labPage,
     this.xrLabel14,
     this.xrTable6,
     this.xrTable4,
     this.lbcust_bill_id,
     this.xrLabel3,
     this.xrTable1,
     this.xrLabel13,
     this.xrLabel12,
     this.labTitle});
     this.Detail.HeightF = 760.3149F;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // lbBill_id
     //
     this.lbBill_id.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbBill_id.LocationFloat = new DevExpress.Utils.PointFloat(883.249F, 75.62498F);
     this.lbBill_id.Name = "lbBill_id";
     this.lbBill_id.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbBill_id.SizeF = new System.Drawing.SizeF(246.293F, 23F);
     this.lbBill_id.StylePriority.UseFont = false;
     this.lbBill_id.StylePriority.UseTextAlignment = false;
     this.lbBill_id.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(780.1239F, 75.62498F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(103.1251F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text = "出仓单编号:";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // labPage
     //
     this.labPage.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labPage.LocationFloat = new DevExpress.Utils.PointFloat(535.1564F, 706.1481F);
     this.labPage.Name = "labPage";
     this.labPage.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labPage.SizeF = new System.Drawing.SizeF(175.7903F, 30.29175F);
     this.labPage.StylePriority.UseFont = false;
     this.labPage.StylePriority.UseTextAlignment = false;
     this.labPage.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel14
     //
     this.xrLabel14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(39.03687F, 706.1483F);
     this.xrLabel14.Name = "xrLabel14";
     this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF = new System.Drawing.SizeF(307.9435F, 30.2915F);
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text = "第一联:主管海关存查联";
     this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTable6
     //
     this.xrTable6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(20F, 666.5649F);
     this.xrTable6.Name = "xrTable6";
     this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow13});
     this.xrTable6.SizeF = new System.Drawing.SizeF(1109.542F, 39.58331F);
     this.xrTable6.StylePriority.UseBorders = false;
     //
     // xrTableRow13
     //
     this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell135,
     this.tbRemark});
     this.xrTableRow13.Name = "xrTableRow13";
     this.xrTableRow13.Weight = 1D;
     //
     // xrTableCell135
     //
     this.xrTableCell135.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell135.Name = "xrTableCell135";
     this.xrTableCell135.StylePriority.UseFont = false;
     this.xrTableCell135.StylePriority.UseTextAlignment = false;
     this.xrTableCell135.Text = "备注";
     this.xrTableCell135.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell135.Weight = 0.29707393718920172D;
     //
     // tbRemark
     //
     this.tbRemark.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbRemark.Name = "tbRemark";
     this.tbRemark.StylePriority.UseFont = false;
     this.tbRemark.Weight = 2.7029249240951096D;
     //
     // xrTable4
     //
     this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(20F, 604.0649F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow12,
     this.xrTableRow16});
     this.xrTable4.SizeF = new System.Drawing.SizeF(1109.542F, 62.5F);
     this.xrTable4.StylePriority.UseBorders = false;
     //
     // xrTableRow12
     //
     this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell133});
     this.xrTableRow12.Name = "xrTableRow12";
     this.xrTableRow12.Weight = 1D;
     //
     // xrTableCell133
     //
     this.xrTableCell133.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell133.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell133.Name = "xrTableCell133";
     this.xrTableCell133.StylePriority.UseBorders = false;
     this.xrTableCell133.StylePriority.UseFont = false;
     this.xrTableCell133.StylePriority.UseTextAlignment = false;
     this.xrTableCell133.Text = "     上述货物存入我仓,申报无误。";
     this.xrTableCell133.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell133.Weight = 3D;
     //
     // xrTableRow16
     //
     this.xrTableRow16.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell134});
     this.xrTableRow16.Name = "xrTableRow16";
     this.xrTableRow16.Weight = 1D;
     //
     // xrTableCell134
     //
     this.xrTableCell134.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell134.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.lab,
     this.labCustom,
     this.xrLabel5,
     this.labName,
     this.xrLabel7,
     this.xrLabel4,
     this.xrLabel8,
     this.xrLabel9,
     this.xrLabel10,
     this.labDate,
     this.xrLabel11});
     this.xrTableCell134.Name = "xrTableCell134";
     this.xrTableCell134.StylePriority.UseBorders = false;
     this.xrTableCell134.StylePriority.UseTextAlignment = false;
     this.xrTableCell134.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell134.Weight = 3D;
     //
     // lab
     //
     this.lab.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.lab.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lab.LocationFloat = new DevExpress.Utils.PointFloat(357.0761F, 0F);
     this.lab.Name = "lab";
     this.lab.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lab.SizeF = new System.Drawing.SizeF(130.0313F, 23F);
     this.lab.StylePriority.UseBorders = false;
     this.lab.StylePriority.UseFont = false;
     //
     // labCustom
     //
     this.labCustom.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labCustom.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labCustom.LocationFloat = new DevExpress.Utils.PointFloat(50.91184F, 0F);
     this.labCustom.Name = "labCustom";
     this.labCustom.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labCustom.SizeF = new System.Drawing.SizeF(113.9057F, 23F);
     this.labCustom.StylePriority.UseBorders = false;
     this.labCustom.StylePriority.UseFont = false;
     this.labCustom.StylePriority.UseTextAlignment = false;
     this.labCustom.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel5
     //
     this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel5.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(164.8175F, 0F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(68.97784F, 23F);
     this.xrLabel5.StylePriority.UseBorders = false;
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text = "报关员:";
     //
     // labName
     //
     this.labName.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labName.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labName.LocationFloat = new DevExpress.Utils.PointFloat(233.7953F, 0F);
     this.labName.Name = "labName";
     this.labName.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labName.SizeF = new System.Drawing.SizeF(70.15559F, 22.99994F);
     this.labName.StylePriority.UseBorders = false;
     this.labName.StylePriority.UseFont = false;
     //
     // xrLabel7
     //
     this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel7.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(303.951F, 0F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(53.12515F, 22.99998F);
     this.xrLabel7.StylePriority.UseBorders = false;
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.Text = "货主:";
     //
     // xrLabel4
     //
     this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel4.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(29.03687F, 6.357829E-05F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(21.87498F, 23.00002F);
     this.xrLabel4.StylePriority.UseBorders = false;
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "致";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel8.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(487.1074F, 6.357829E-05F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(73.9906F, 23F);
     this.xrLabel8.StylePriority.UseBorders = false;
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text = "仓库员:";
     //
     // xrLabel9
     //
     this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel9.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(561.098F, 0F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(85.90564F, 23.00006F);
     this.xrLabel9.StylePriority.UseBorders = false;
     this.xrLabel9.StylePriority.UseFont = false;
     //
     // xrLabel10
     //
     this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel10.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(647.0036F, 0F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(81.93353F, 22.99994F);
     this.xrLabel10.StylePriority.UseBorders = false;
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.Text = "申报日期:";
     //
     // labDate
     //
     this.labDate.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labDate.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labDate.LocationFloat = new DevExpress.Utils.PointFloat(728.9371F, 0F);
     this.labDate.Name = "labDate";
     this.labDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labDate.SizeF = new System.Drawing.SizeF(132.3529F, 23F);
     this.labDate.StylePriority.UseBorders = false;
     this.labDate.StylePriority.UseFont = false;
     this.labDate.StylePriority.UseTextAlignment = false;
     this.labDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel11
     //
     this.xrLabel11.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel11.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(861.2899F, 6.357829E-05F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel11.StylePriority.UseBorders = false;
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.Text = "仓库(盖章):";
     //
     // lbcust_bill_id
     //
     this.lbcust_bill_id.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbcust_bill_id.LocationFloat = new DevExpress.Utils.PointFloat(153.8126F, 75.62498F);
     this.lbcust_bill_id.Name = "lbcust_bill_id";
     this.lbcust_bill_id.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbcust_bill_id.SizeF = new System.Drawing.SizeF(246.293F, 23F);
     this.lbcust_bill_id.StylePriority.UseFont = false;
     this.lbcust_bill_id.StylePriority.UseTextAlignment = false;
     this.lbcust_bill_id.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(50.6875F, 75.62498F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(103.1251F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text = "核扣表编号:";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(20F, 98.62499F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2,
     this.xrTableRow3,
     this.xrTableRow4,
     this.xrTableRow5,
     this.xrTableRow6,
     this.xrTableRow7,
     this.xrTableRow1,
     this.xrTableRow8,
     this.xrTableRow9,
     this.xrTableRow10,
     this.xrTableRow11});
     this.xrTable1.SizeF = new System.Drawing.SizeF(1109.542F, 505.4399F);
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell9,
     this.xrTableCell5,
     this.xrTableCell11,
     this.xrTableCell10,
     this.xrTableCell12,
     this.xrTableCell14,
     this.xrTableCell16,
     this.xrTableCell6,
     this.xrTableCell15,
     this.xrTableCell7,
     this.xrTableCell13,
     this.xrTableCell8});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseFont = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text = "核增表编号";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell9.Weight = 0.77217076288076414D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseFont = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text = "核增表序号";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell5.Weight = 0.28728539145986154D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseFont = false;
     this.xrTableCell11.StylePriority.UseTextAlignment = false;
     this.xrTableCell11.Text = "出仓单序号";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell11.Weight = 0.29222480282585528D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseFont = false;
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.Text = "存放地点";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell10.Weight = 0.36391064230315395D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseFont = false;
     this.xrTableCell12.StylePriority.UseTextAlignment = false;
     this.xrTableCell12.Text = "商品编码";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell12.Weight = 0.58311299040608389D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseFont = false;
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text = "货物名称、规格型号";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell14.Weight = 2.1251137817476944D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell16.Name = "xrTableCell16";
     this.xrTableCell16.StylePriority.UseFont = false;
     this.xrTableCell16.StylePriority.UseTextAlignment = false;
     this.xrTableCell16.Text = "数量";
     this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell16.Weight = 0.32957547805421505D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseFont = false;
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text = "单位";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell6.Weight = 0.30586337649338691D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell15.Name = "xrTableCell15";
     this.xrTableCell15.StylePriority.UseFont = false;
     this.xrTableCell15.StylePriority.UseTextAlignment = false;
     this.xrTableCell15.Text = "毛重/净重";
     this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell15.Weight = 0.549123500572918D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseFont = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text = "币制";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell7.Weight = 0.30347441942369446D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseFont = false;
     this.xrTableCell13.StylePriority.UseTextAlignment = false;
     this.xrTableCell13.Text = "单价";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell13.Weight = 0.29442068114920217D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "总价";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell8.Weight = 0.390646748804964D;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.COldBill_id1,
     this.cInseq1,
     this.cOutseq1,
     this.cPlace1,
     this.cCode1,
     this.cName1,
     this.cNum1,
     this.cUnit1,
     this.cWeight1,
     this.cCoin1,
     this.cPrice1,
     this.cTotal1});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // COldBill_id1
     //
     this.COldBill_id1.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.COldBill_id1.Name = "COldBill_id1";
     this.COldBill_id1.StylePriority.UseFont = false;
     this.COldBill_id1.Weight = 0.77217087628459513D;
     //
     // cInseq1
     //
     this.cInseq1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cInseq1.Name = "cInseq1";
     this.cInseq1.StylePriority.UseFont = false;
     this.cInseq1.Weight = 0.28728530073679676D;
     //
     // cOutseq1
     //
     this.cOutseq1.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cOutseq1.Name = "cOutseq1";
     this.cOutseq1.StylePriority.UseFont = false;
     this.cOutseq1.Weight = 0.29222478014508912D;
     //
     // cPlace1
     //
     this.cPlace1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPlace1.Name = "cPlace1";
     this.cPlace1.StylePriority.UseFont = false;
     this.cPlace1.Weight = 0.36391064230315395D;
     //
     // cCode1
     //
     this.cCode1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCode1.Name = "cCode1";
     this.cCode1.StylePriority.UseFont = false;
     this.cCode1.Weight = 0.58311299040608389D;
     //
     // cName1
     //
     this.cName1.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName1.Multiline = true;
     this.cName1.Name = "cName1";
     this.cName1.StylePriority.UseFont = false;
     this.cName1.StylePriority.UseTextAlignment = false;
     this.cName1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName1.Weight = 2.1251138459407888D;
     //
     // cNum1
     //
     this.cNum1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum1.Multiline = true;
     this.cNum1.Name = "cNum1";
     this.cNum1.StylePriority.UseFont = false;
     this.cNum1.StylePriority.UseTextAlignment = false;
     this.cNum1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum1.Weight = 0.32957550053239165D;
     //
     // cUnit1
     //
     this.cUnit1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit1.Multiline = true;
     this.cUnit1.Name = "cUnit1";
     this.cUnit1.StylePriority.UseFont = false;
     this.cUnit1.Weight = 0.30586337973482192D;
     //
     // cWeight1
     //
     this.cWeight1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight1.Multiline = true;
     this.cWeight1.Name = "cWeight1";
     this.cWeight1.StylePriority.UseFont = false;
     this.cWeight1.StylePriority.UseTextAlignment = false;
     this.cWeight1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight1.Weight = 0.54912311965945548D;
     //
     // cCoin1
     //
     this.cCoin1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin1.Name = "cCoin1";
     this.cCoin1.StylePriority.UseFont = false;
     this.cCoin1.Weight = 0.30347471366588591D;
     //
     // cPrice1
     //
     this.cPrice1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice1.Name = "cPrice1";
     this.cPrice1.StylePriority.UseFont = false;
     this.cPrice1.Weight = 0.29442031501550797D;
     //
     // cTotal1
     //
     this.cTotal1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cTotal1.Name = "cTotal1";
     this.cTotal1.StylePriority.UseFont = false;
     this.cTotal1.Weight = 0.3906471116972231D;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.COldBill_id2,
     this.cInseq2,
     this.cOutseq2,
     this.cPlace2,
     this.cCode2,
     this.cName2,
     this.cNum2,
     this.cUnit2,
     this.cWeight2,
     this.cCoin2,
     this.cPrice2,
     this.cTotal2});
     this.xrTableRow4.Name = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // COldBill_id2
     //
     this.COldBill_id2.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.COldBill_id2.Name = "COldBill_id2";
     this.COldBill_id2.StylePriority.UseFont = false;
     this.COldBill_id2.Weight = 0.77217078556153029D;
     //
     // cInseq2
     //
     this.cInseq2.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cInseq2.Name = "cInseq2";
     this.cInseq2.StylePriority.UseFont = false;
     this.cInseq2.Weight = 0.28728545950216011D;
     //
     // cOutseq2
     //
     this.cOutseq2.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cOutseq2.Name = "cOutseq2";
     this.cOutseq2.StylePriority.UseFont = false;
     this.cOutseq2.Weight = 0.2922247121027905D;
     //
     // cPlace2
     //
     this.cPlace2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPlace2.Name = "cPlace2";
     this.cPlace2.StylePriority.UseFont = false;
     this.cPlace2.Weight = 0.36391064230315395D;
     //
     // cCode2
     //
     this.cCode2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCode2.Name = "cCode2";
     this.cCode2.StylePriority.UseFont = false;
     this.cCode2.Weight = 0.58311299040608389D;
     //
     // cName2
     //
     this.cName2.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName2.Multiline = true;
     this.cName2.Name = "cName2";
     this.cName2.StylePriority.UseFont = false;
     this.cName2.StylePriority.UseTextAlignment = false;
     this.cName2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName2.Weight = 2.1251138005792569D;
     //
     // cNum2
     //
     this.cNum2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum2.Multiline = true;
     this.cNum2.Name = "cNum2";
     this.cNum2.StylePriority.UseFont = false;
     this.cNum2.StylePriority.UseTextAlignment = false;
     this.cNum2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum2.Weight = 0.3295758861054171D;
     //
     // cUnit2
     //
     this.cUnit2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit2.Multiline = true;
     this.cUnit2.Name = "cUnit2";
     this.cUnit2.StylePriority.UseFont = false;
     this.cUnit2.Weight = 0.30586303952332894D;
     //
     // cWeight2
     //
     this.cWeight2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight2.Multiline = true;
     this.cWeight2.Name = "cWeight2";
     this.cWeight2.StylePriority.UseFont = false;
     this.cWeight2.StylePriority.UseTextAlignment = false;
     this.cWeight2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight2.Weight = 0.54912311965945537D;
     //
     // cCoin2
     //
     this.cCoin2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin2.Name = "cCoin2";
     this.cCoin2.StylePriority.UseFont = false;
     this.cCoin2.Weight = 0.30347407860443237D;
     //
     // cPrice2
     //
     this.cPrice2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice2.Name = "cPrice2";
     this.cPrice2.StylePriority.UseFont = false;
     this.cPrice2.Weight = 0.29442176658454472D;
     //
     // cTotal2
     //
     this.cTotal2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cTotal2.Name = "cTotal2";
     this.cTotal2.StylePriority.UseFont = false;
     this.cTotal2.Weight = 0.39064629518964D;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.COldBill_id3,
     this.cInseq3,
     this.cOutseq3,
     this.cPlace3,
     this.cCode3,
     this.cName3,
     this.cNum3,
     this.cUnit3,
     this.cWeight3,
     this.cCoin3,
     this.cPrice3,
     this.cTotal3});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // COldBill_id3
     //
     this.COldBill_id3.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.COldBill_id3.Name = "COldBill_id3";
     this.COldBill_id3.StylePriority.UseFont = false;
     this.COldBill_id3.Weight = 0.77217078556153029D;
     //
     // cInseq3
     //
     this.cInseq3.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cInseq3.Name = "cInseq3";
     this.cInseq3.StylePriority.UseFont = false;
     this.cInseq3.Weight = 0.28728527805603055D;
     //
     // cOutseq3
     //
     this.cOutseq3.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cOutseq3.Name = "cOutseq3";
     this.cOutseq3.StylePriority.UseFont = false;
     this.cOutseq3.Weight = 0.29222489354892012D;
     //
     // cPlace3
     //
     this.cPlace3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPlace3.Name = "cPlace3";
     this.cPlace3.StylePriority.UseFont = false;
     this.cPlace3.Weight = 0.36391064230315395D;
     //
     // cCode3
     //
     this.cCode3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCode3.Name = "cCode3";
     this.cCode3.StylePriority.UseFont = false;
     this.cCode3.Weight = 0.58311299040608389D;
     //
     // cName3
     //
     this.cName3.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName3.Multiline = true;
     this.cName3.Name = "cName3";
     this.cName3.StylePriority.UseFont = false;
     this.cName3.StylePriority.UseTextAlignment = false;
     this.cName3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName3.Weight = 2.1251138005792565D;
     //
     // cNum3
     //
     this.cNum3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum3.Multiline = true;
     this.cNum3.Name = "cNum3";
     this.cNum3.StylePriority.UseFont = false;
     this.cNum3.StylePriority.UseTextAlignment = false;
     this.cNum3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum3.Weight = 0.329575886105417D;
     //
     // cUnit3
     //
     this.cUnit3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit3.Multiline = true;
     this.cUnit3.Name = "cUnit3";
     this.cUnit3.StylePriority.UseFont = false;
     this.cUnit3.Weight = 0.30586340241558829D;
     //
     // cWeight3
     //
     this.cWeight3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight3.Multiline = true;
     this.cWeight3.Name = "cWeight3";
     this.cWeight3.StylePriority.UseFont = false;
     this.cWeight3.StylePriority.UseTextAlignment = false;
     this.cWeight3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight3.Weight = 0.54912275676719624D;
     //
     // cCoin3
     //
     this.cCoin3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin3.Name = "cCoin3";
     this.cCoin3.StylePriority.UseFont = false;
     this.cCoin3.Weight = 0.30347444149669162D;
     //
     // cPrice3
     //
     this.cPrice3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice3.Name = "cPrice3";
     this.cPrice3.StylePriority.UseFont = false;
     this.cPrice3.Weight = 0.29442140369228553D;
     //
     // cTotal3
     //
     this.cTotal3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cTotal3.Name = "cTotal3";
     this.cTotal3.StylePriority.UseFont = false;
     this.cTotal3.Weight = 0.39064629518964D;
     //
     // xrTableRow6
     //
     this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.COldBill_id4,
     this.cInseq4,
     this.cOutseq4,
     this.cPlace4,
     this.cCode4,
     this.cName4,
     this.cNum4,
     this.cUnit4,
     this.cWeight4,
     this.cCoin4,
     this.cPrice4,
     this.cTotal4});
     this.xrTableRow6.Name = "xrTableRow6";
     this.xrTableRow6.Weight = 1D;
     //
     // COldBill_id4
     //
     this.COldBill_id4.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.COldBill_id4.Name = "COldBill_id4";
     this.COldBill_id4.StylePriority.UseFont = false;
     this.COldBill_id4.Weight = 0.77217078556153029D;
     //
     // cInseq4
     //
     this.cInseq4.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cInseq4.Name = "cInseq4";
     this.cInseq4.StylePriority.UseFont = false;
     this.cInseq4.Weight = 0.28728527805603055D;
     //
     // cOutseq4
     //
     this.cOutseq4.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cOutseq4.Name = "cOutseq4";
     this.cOutseq4.StylePriority.UseFont = false;
     this.cOutseq4.Weight = 0.29222489354892012D;
     //
     // cPlace4
     //
     this.cPlace4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPlace4.Name = "cPlace4";
     this.cPlace4.StylePriority.UseFont = false;
     this.cPlace4.Weight = 0.36391064230315395D;
     //
     // cCode4
     //
     this.cCode4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCode4.Name = "cCode4";
     this.cCode4.StylePriority.UseFont = false;
     this.cCode4.Weight = 0.58311299040608389D;
     //
     // cName4
     //
     this.cName4.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName4.Multiline = true;
     this.cName4.Name = "cName4";
     this.cName4.StylePriority.UseFont = false;
     this.cName4.StylePriority.UseTextAlignment = false;
     this.cName4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName4.Weight = 2.1251138005792565D;
     //
     // cNum4
     //
     this.cNum4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum4.Multiline = true;
     this.cNum4.Name = "cNum4";
     this.cNum4.StylePriority.UseFont = false;
     this.cNum4.StylePriority.UseTextAlignment = false;
     this.cNum4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum4.Weight = 0.32957624899767635D;
     //
     // cUnit4
     //
     this.cUnit4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit4.Multiline = true;
     this.cUnit4.Name = "cUnit4";
     this.cUnit4.StylePriority.UseFont = false;
     this.cUnit4.Weight = 0.30586303952332905D;
     //
     // cWeight4
     //
     this.cWeight4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight4.Multiline = true;
     this.cWeight4.Name = "cWeight4";
     this.cWeight4.StylePriority.UseFont = false;
     this.cWeight4.StylePriority.UseTextAlignment = false;
     this.cWeight4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight4.Weight = 0.54912275676719624D;
     //
     // cCoin4
     //
     this.cCoin4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin4.Name = "cCoin4";
     this.cCoin4.StylePriority.UseFont = false;
     this.cCoin4.Weight = 0.30347516728120988D;
     //
     // cPrice4
     //
     this.cPrice4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice4.Name = "cPrice4";
     this.cPrice4.StylePriority.UseFont = false;
     this.cPrice4.Weight = 0.29441995212324884D;
     //
     // cTotal4
     //
     this.cTotal4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cTotal4.Name = "cTotal4";
     this.cTotal4.StylePriority.UseFont = false;
     this.cTotal4.Weight = 0.39064702097415832D;
     //
     // xrTableRow7
     //
     this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.COldBill_id5,
     this.cInseq5,
     this.cOutseq5,
     this.cPlace5,
     this.cCode5,
     this.cName5,
     this.cNum5,
     this.cUnit5,
     this.cWeight5,
     this.cCoin5,
     this.cPrice5,
     this.cTotal5});
     this.xrTableRow7.Name = "xrTableRow7";
     this.xrTableRow7.Weight = 1D;
     //
     // COldBill_id5
     //
     this.COldBill_id5.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.COldBill_id5.Name = "COldBill_id5";
     this.COldBill_id5.StylePriority.UseFont = false;
     this.COldBill_id5.Weight = 0.77217078556153029D;
     //
     // cInseq5
     //
     this.cInseq5.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cInseq5.Name = "cInseq5";
     this.cInseq5.StylePriority.UseFont = false;
     this.cInseq5.Weight = 0.28728536877909538D;
     //
     // cOutseq5
     //
     this.cOutseq5.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cOutseq5.Name = "cOutseq5";
     this.cOutseq5.StylePriority.UseFont = false;
     this.cOutseq5.Weight = 0.29222480282585528D;
     //
     // cPlace5
     //
     this.cPlace5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPlace5.Name = "cPlace5";
     this.cPlace5.StylePriority.UseFont = false;
     this.cPlace5.Weight = 0.36391064230315395D;
     //
     // cCode5
     //
     this.cCode5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCode5.Name = "cCode5";
     this.cCode5.StylePriority.UseFont = false;
     this.cCode5.Weight = 0.58311299040608389D;
     //
     // cName5
     //
     this.cName5.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName5.Multiline = true;
     this.cName5.Name = "cName5";
     this.cName5.StylePriority.UseFont = false;
     this.cName5.StylePriority.UseTextAlignment = false;
     this.cName5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName5.Weight = 2.1251138005792565D;
     //
     // cNum5
     //
     this.cNum5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum5.Multiline = true;
     this.cNum5.Name = "cNum5";
     this.cNum5.StylePriority.UseFont = false;
     this.cNum5.StylePriority.UseTextAlignment = false;
     this.cNum5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum5.Weight = 0.32957661188993548D;
     //
     // cUnit5
     //
     this.cUnit5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit5.Multiline = true;
     this.cUnit5.Name = "cUnit5";
     this.cUnit5.StylePriority.UseFont = false;
     this.cUnit5.Weight = 0.30586267663106992D;
     //
     // cWeight5
     //
     this.cWeight5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight5.Multiline = true;
     this.cWeight5.Name = "cWeight5";
     this.cWeight5.StylePriority.UseFont = false;
     this.cWeight5.StylePriority.UseTextAlignment = false;
     this.cWeight5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight5.Weight = 0.54912275676719613D;
     //
     // cCoin5
     //
     this.cCoin5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin5.Name = "cCoin5";
     this.cCoin5.StylePriority.UseFont = false;
     this.cCoin5.Weight = 0.303475530173469D;
     //
     // cPrice5
     //
     this.cPrice5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice5.Name = "cPrice5";
     this.cPrice5.StylePriority.UseFont = false;
     this.cPrice5.Weight = 0.29441958923098965D;
     //
     // cTotal5
     //
     this.cTotal5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cTotal5.Name = "cTotal5";
     this.cTotal5.StylePriority.UseFont = false;
     this.cTotal5.Weight = 0.39064702097415838D;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.COldBill_id6,
     this.cInseq6,
     this.cOutseq6,
     this.cPlace6,
     this.cCode6,
     this.cName6,
     this.cNum6,
     this.cUnit6,
     this.cWeight6,
     this.cCoin6,
     this.cPrice6,
     this.cTotal6});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // COldBill_id6
     //
     this.COldBill_id6.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.COldBill_id6.Name = "COldBill_id6";
     this.COldBill_id6.StylePriority.UseFont = false;
     this.COldBill_id6.Weight = 0.77217078556153029D;
     //
     // cInseq6
     //
     this.cInseq6.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cInseq6.Name = "cInseq6";
     this.cInseq6.StylePriority.UseFont = false;
     this.cInseq6.Weight = 0.28728536877909533D;
     //
     // cOutseq6
     //
     this.cOutseq6.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cOutseq6.Name = "cOutseq6";
     this.cOutseq6.StylePriority.UseFont = false;
     this.cOutseq6.Weight = 0.29222480282585533D;
     //
     // cPlace6
     //
     this.cPlace6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPlace6.Name = "cPlace6";
     this.cPlace6.StylePriority.UseFont = false;
     this.cPlace6.Weight = 0.36391064230315395D;
     //
     // cCode6
     //
     this.cCode6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCode6.Name = "cCode6";
     this.cCode6.StylePriority.UseFont = false;
     this.cCode6.Weight = 0.58311299040608389D;
     //
     // cName6
     //
     this.cName6.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName6.Multiline = true;
     this.cName6.Name = "cName6";
     this.cName6.StylePriority.UseFont = false;
     this.cName6.StylePriority.UseTextAlignment = false;
     this.cName6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName6.Weight = 2.1251137098561919D;
     //
     // cNum6
     //
     this.cNum6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum6.Multiline = true;
     this.cNum6.Name = "cNum6";
     this.cNum6.StylePriority.UseFont = false;
     this.cNum6.StylePriority.UseTextAlignment = false;
     this.cNum6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum6.Weight = 0.3295758861054171D;
     //
     // cUnit6
     //
     this.cUnit6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit6.Multiline = true;
     this.cUnit6.Name = "cUnit6";
     this.cUnit6.StylePriority.UseFont = false;
     this.cUnit6.Weight = 0.30586303952332883D;
     //
     // cWeight6
     //
     this.cWeight6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight6.Multiline = true;
     this.cWeight6.Name = "cWeight6";
     this.cWeight6.StylePriority.UseFont = false;
     this.cWeight6.StylePriority.UseTextAlignment = false;
     this.cWeight6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight6.Weight = 0.54912311965945548D;
     //
     // cCoin6
     //
     this.cCoin6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin6.Name = "cCoin6";
     this.cCoin6.StylePriority.UseFont = false;
     this.cCoin6.Weight = 0.30347335281991406D;
     //
     // cPrice6
     //
     this.cPrice6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice6.Name = "cPrice6";
     this.cPrice6.StylePriority.UseFont = false;
     this.cPrice6.Weight = 0.29442249236906304D;
     //
     // cTotal6
     //
     this.cTotal6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cTotal6.Name = "cTotal6";
     this.cTotal6.StylePriority.UseFont = false;
     this.cTotal6.Weight = 0.39064638591270473D;
     //
     // xrTableRow8
     //
     this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.COldBill_id7,
     this.cInseq7,
     this.cOutseq7,
     this.cPlace7,
     this.cCode7,
     this.cName7,
     this.cNum7,
     this.cUnit7,
     this.cWeight7,
     this.cCoin7,
     this.cPrice7,
     this.cTotal7});
     this.xrTableRow8.Name = "xrTableRow8";
     this.xrTableRow8.Weight = 1D;
     //
     // COldBill_id7
     //
     this.COldBill_id7.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.COldBill_id7.Name = "COldBill_id7";
     this.COldBill_id7.StylePriority.UseFont = false;
     this.COldBill_id7.Weight = 0.77217078556153029D;
     //
     // cInseq7
     //
     this.cInseq7.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cInseq7.Name = "cInseq7";
     this.cInseq7.StylePriority.UseFont = false;
     this.cInseq7.Weight = 0.28728536877909538D;
     //
     // cOutseq7
     //
     this.cOutseq7.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cOutseq7.Name = "cOutseq7";
     this.cOutseq7.StylePriority.UseFont = false;
     this.cOutseq7.Weight = 0.29222480282585528D;
     //
     // cPlace7
     //
     this.cPlace7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPlace7.Name = "cPlace7";
     this.cPlace7.StylePriority.UseFont = false;
     this.cPlace7.Weight = 0.36391064230315395D;
     //
     // cCode7
     //
     this.cCode7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCode7.Name = "cCode7";
     this.cCode7.StylePriority.UseFont = false;
     this.cCode7.Weight = 0.58311299040608389D;
     //
     // cName7
     //
     this.cName7.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName7.Multiline = true;
     this.cName7.Name = "cName7";
     this.cName7.StylePriority.UseFont = false;
     this.cName7.StylePriority.UseTextAlignment = false;
     this.cName7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName7.Weight = 2.1251137098561919D;
     //
     // cNum7
     //
     this.cNum7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum7.Multiline = true;
     this.cNum7.Name = "cNum7";
     this.cNum7.StylePriority.UseFont = false;
     this.cNum7.StylePriority.UseTextAlignment = false;
     this.cNum7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum7.Weight = 0.32957552321315786D;
     //
     // cUnit7
     //
     this.cUnit7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit7.Multiline = true;
     this.cUnit7.Name = "cUnit7";
     this.cUnit7.StylePriority.UseFont = false;
     this.cUnit7.Weight = 0.30586340241558807D;
     //
     // cWeight7
     //
     this.cWeight7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight7.Multiline = true;
     this.cWeight7.Name = "cWeight7";
     this.cWeight7.StylePriority.UseFont = false;
     this.cWeight7.StylePriority.UseTextAlignment = false;
     this.cWeight7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight7.Weight = 0.54912311965945548D;
     //
     // cCoin7
     //
     this.cCoin7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin7.Name = "cCoin7";
     this.cCoin7.StylePriority.UseFont = false;
     this.cCoin7.Weight = 0.30347298992765481D;
     //
     // cPrice7
     //
     this.cPrice7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice7.Name = "cPrice7";
     this.cPrice7.StylePriority.UseFont = false;
     this.cPrice7.Weight = 0.29442285526132222D;
     //
     // cTotal7
     //
     this.cTotal7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cTotal7.Name = "cTotal7";
     this.cTotal7.StylePriority.UseFont = false;
     this.cTotal7.Weight = 0.39064638591270473D;
     //
     // xrTableRow9
     //
     this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.COldBill_id8,
     this.cInseq8,
     this.cOutseq8,
     this.cPlace8,
     this.cCode8,
     this.cName8,
     this.cNum8,
     this.cUnit8,
     this.cWeight8,
     this.cCoin8,
     this.cPrice8,
     this.cTotal8});
     this.xrTableRow9.Name = "xrTableRow9";
     this.xrTableRow9.Weight = 1D;
     //
     // COldBill_id8
     //
     this.COldBill_id8.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.COldBill_id8.Name = "COldBill_id8";
     this.COldBill_id8.StylePriority.UseFont = false;
     this.COldBill_id8.Weight = 0.77217078556153029D;
     //
     // cInseq8
     //
     this.cInseq8.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cInseq8.Name = "cInseq8";
     this.cInseq8.StylePriority.UseFont = false;
     this.cInseq8.Weight = 0.28728536877909533D;
     //
     // cOutseq8
     //
     this.cOutseq8.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cOutseq8.Name = "cOutseq8";
     this.cOutseq8.StylePriority.UseFont = false;
     this.cOutseq8.Weight = 0.29222480282585533D;
     //
     // cPlace8
     //
     this.cPlace8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPlace8.Name = "cPlace8";
     this.cPlace8.StylePriority.UseFont = false;
     this.cPlace8.Weight = 0.36391064230315395D;
     //
     // cCode8
     //
     this.cCode8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCode8.Name = "cCode8";
     this.cCode8.StylePriority.UseFont = false;
     this.cCode8.Weight = 0.58311299040608389D;
     //
     // cName8
     //
     this.cName8.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName8.Multiline = true;
     this.cName8.Name = "cName8";
     this.cName8.StylePriority.UseFont = false;
     this.cName8.StylePriority.UseTextAlignment = false;
     this.cName8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName8.Weight = 2.1251137098561914D;
     //
     // cNum8
     //
     this.cNum8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum8.Multiline = true;
     this.cNum8.Name = "cNum8";
     this.cNum8.StylePriority.UseFont = false;
     this.cNum8.StylePriority.UseTextAlignment = false;
     this.cNum8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum8.Weight = 0.32957697478219472D;
     //
     // cUnit8
     //
     this.cUnit8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit8.Multiline = true;
     this.cUnit8.Name = "cUnit8";
     this.cUnit8.StylePriority.UseFont = false;
     this.cUnit8.Weight = 0.30586195084655132D;
     //
     // cWeight8
     //
     this.cWeight8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight8.Multiline = true;
     this.cWeight8.Name = "cWeight8";
     this.cWeight8.StylePriority.UseFont = false;
     this.cWeight8.StylePriority.UseTextAlignment = false;
     this.cWeight8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight8.Weight = 0.54912311965945548D;
     //
     // cCoin8
     //
     this.cCoin8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin8.Name = "cCoin8";
     this.cCoin8.StylePriority.UseFont = false;
     this.cCoin8.Weight = 0.30347480438895069D;
     //
     // cPrice8
     //
     this.cPrice8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice8.Name = "cPrice8";
     this.cPrice8.StylePriority.UseFont = false;
     this.cPrice8.Weight = 0.29442104080002635D;
     //
     // cTotal8
     //
     this.cTotal8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cTotal8.Name = "cTotal8";
     this.cTotal8.StylePriority.UseFont = false;
     this.cTotal8.Weight = 0.39064638591270473D;
     //
     // xrTableRow10
     //
     this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.COldBill_id9,
     this.cInseq9,
     this.cOutseq9,
     this.cPlace9,
     this.cCode9,
     this.cName9,
     this.cNum9,
     this.cUnit9,
     this.cWeight9,
     this.cCoin9,
     this.cPrice9,
     this.cTotal9});
     this.xrTableRow10.Name = "xrTableRow10";
     this.xrTableRow10.Weight = 1D;
     //
     // COldBill_id9
     //
     this.COldBill_id9.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.COldBill_id9.Name = "COldBill_id9";
     this.COldBill_id9.StylePriority.UseFont = false;
     this.COldBill_id9.Weight = 0.77217078556153029D;
     //
     // cInseq9
     //
     this.cInseq9.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cInseq9.Name = "cInseq9";
     this.cInseq9.StylePriority.UseFont = false;
     this.cInseq9.Weight = 0.28728536877909533D;
     //
     // cOutseq9
     //
     this.cOutseq9.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cOutseq9.Name = "cOutseq9";
     this.cOutseq9.StylePriority.UseFont = false;
     this.cOutseq9.Weight = 0.29222480282585533D;
     //
     // cPlace9
     //
     this.cPlace9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPlace9.Name = "cPlace9";
     this.cPlace9.StylePriority.UseFont = false;
     this.cPlace9.Weight = 0.36391064230315395D;
     //
     // cCode9
     //
     this.cCode9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCode9.Name = "cCode9";
     this.cCode9.StylePriority.UseFont = false;
     this.cCode9.Weight = 0.58311299040608389D;
     //
     // cName9
     //
     this.cName9.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName9.Multiline = true;
     this.cName9.Name = "cName9";
     this.cName9.StylePriority.UseFont = false;
     this.cName9.StylePriority.UseTextAlignment = false;
     this.cName9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName9.Weight = 2.1251137098561914D;
     //
     // cNum9
     //
     this.cNum9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum9.Multiline = true;
     this.cNum9.Name = "cNum9";
     this.cNum9.StylePriority.UseFont = false;
     this.cNum9.StylePriority.UseTextAlignment = false;
     this.cNum9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum9.Weight = 0.32957697478219472D;
     //
     // cUnit9
     //
     this.cUnit9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit9.Multiline = true;
     this.cUnit9.Name = "cUnit9";
     this.cUnit9.StylePriority.UseFont = false;
     this.cUnit9.Weight = 0.30586231373881045D;
     //
     // cWeight9
     //
     this.cWeight9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight9.Multiline = true;
     this.cWeight9.Name = "cWeight9";
     this.cWeight9.StylePriority.UseFont = false;
     this.cWeight9.StylePriority.UseTextAlignment = false;
     this.cWeight9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight9.Weight = 0.54912348255171461D;
     //
     // cCoin9
     //
     this.cCoin9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin9.Name = "cCoin9";
     this.cCoin9.StylePriority.UseFont = false;
     this.cCoin9.Weight = 0.30347516728120993D;
     //
     // cPrice9
     //
     this.cPrice9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice9.Name = "cPrice9";
     this.cPrice9.StylePriority.UseFont = false;
     this.cPrice9.Weight = 0.29442067790776721D;
     //
     // cTotal9
     //
     this.cTotal9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cTotal9.Name = "cTotal9";
     this.cTotal9.StylePriority.UseFont = false;
     this.cTotal9.Weight = 0.39064566012818641D;
     //
     // xrTableRow11
     //
     this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.COldBill_id10,
     this.cInseq10,
     this.cOutseq10,
     this.cPlace10,
     this.cCode10,
     this.cName10,
     this.cNum10,
     this.cUnit10,
     this.cWeight10,
     this.cCoin10,
     this.cPrice10,
     this.cTotal10});
     this.xrTableRow11.Name = "xrTableRow11";
     this.xrTableRow11.Weight = 1D;
     //
     // COldBill_id10
     //
     this.COldBill_id10.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.COldBill_id10.Name = "COldBill_id10";
     this.COldBill_id10.StylePriority.UseFont = false;
     this.COldBill_id10.Weight = 0.77217078556153029D;
     //
     // cInseq10
     //
     this.cInseq10.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cInseq10.Name = "cInseq10";
     this.cInseq10.StylePriority.UseFont = false;
     this.cInseq10.Weight = 0.28728536877909538D;
     //
     // cOutseq10
     //
     this.cOutseq10.Font = new System.Drawing.Font("宋体", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cOutseq10.Name = "cOutseq10";
     this.cOutseq10.StylePriority.UseFont = false;
     this.cOutseq10.Weight = 0.29222480282585528D;
     //
     // cPlace10
     //
     this.cPlace10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPlace10.Name = "cPlace10";
     this.cPlace10.StylePriority.UseFont = false;
     this.cPlace10.Weight = 0.36391064230315395D;
     //
     // cCode10
     //
     this.cCode10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCode10.Name = "cCode10";
     this.cCode10.StylePriority.UseFont = false;
     this.cCode10.Weight = 0.58311299040608389D;
     //
     // cName10
     //
     this.cName10.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cName10.Multiline = true;
     this.cName10.Name = "cName10";
     this.cName10.StylePriority.UseFont = false;
     this.cName10.StylePriority.UseTextAlignment = false;
     this.cName10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName10.Weight = 2.1251137098561919D;
     //
     // cNum10
     //
     this.cNum10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum10.Multiline = true;
     this.cNum10.Name = "cNum10";
     this.cNum10.StylePriority.UseFont = false;
     this.cNum10.StylePriority.UseTextAlignment = false;
     this.cNum10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum10.Weight = 0.32957733767445396D;
     //
     // cUnit10
     //
     this.cUnit10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit10.Multiline = true;
     this.cUnit10.Name = "cUnit10";
     this.cUnit10.StylePriority.UseFont = false;
     this.cUnit10.Weight = 0.30586158795429208D;
     //
     // cWeight10
     //
     this.cWeight10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight10.Multiline = true;
     this.cWeight10.Name = "cWeight10";
     this.cWeight10.StylePriority.UseFont = false;
     this.cWeight10.StylePriority.UseTextAlignment = false;
     this.cWeight10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight10.Weight = 0.54912311965945537D;
     //
     // cCoin10
     //
     this.cCoin10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cCoin10.Name = "cCoin10";
     this.cCoin10.StylePriority.UseFont = false;
     this.cCoin10.Weight = 0.30347553017346912D;
     //
     // cPrice10
     //
     this.cPrice10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice10.Name = "cPrice10";
     this.cPrice10.StylePriority.UseFont = false;
     this.cPrice10.Weight = 0.29442176658454472D;
     //
     // cTotal10
     //
     this.cTotal10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cTotal10.Name = "cTotal10";
     this.cTotal10.StylePriority.UseFont = false;
     this.cTotal10.Weight = 0.39064493434366804D;
     //
     // xrLabel13
     //
     this.xrLabel13.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(599.6989F, 24.22918F);
     this.xrLabel13.Name = "xrLabel13";
     this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF = new System.Drawing.SizeF(295.1196F, 44.875F);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text = "仓 清 单 (续页)";
     this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel12
     //
     this.xrLabel12.Font = new System.Drawing.Font("宋体", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(550.7025F, 0F);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF = new System.Drawing.SizeF(48.99628F, 70.50001F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text = "出";
     this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
     //
     // labTitle
     //
     this.labTitle.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labTitle.LocationFloat = new DevExpress.Utils.PointFloat(251.3482F, 24.22918F);
     this.labTitle.Name = "labTitle";
     this.labTitle.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labTitle.SizeF = new System.Drawing.SizeF(299.3544F, 44.875F);
     this.labTitle.StylePriority.UseFont = false;
     this.labTitle.StylePriority.UseTextAlignment = false;
     this.labTitle.Text = "保 税 监 管 仓 货 物";
     this.labTitle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 11F;
     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 = 19F;
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // Report_bscc
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin});
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(9, 9, 11, 19);
     this.PageHeight = 827;
     this.PageWidth = 1169;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Version = "12.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary5 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary6 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary7 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary8 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary9 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary10 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary11 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary12 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary13 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary14 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary15 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary16 = new DevExpress.XtraReports.UI.XRSummary();
     this.dsQueries = new RetirementCenter.DataSources.dsQueries();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xtcMemberName = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xtcSyndicate = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xtcNo = new DevExpress.XtraReports.UI.XRTableCell();
     this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
     this.xlTo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xlFrom = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xlSyndicate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
     this.xlSubCommitte = new DevExpress.XtraReports.UI.XRLabel();
     this.xlDofatSarf = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xpbLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.dsReports = new RetirementCenter.DataSources.dsReports();
     this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell();
     this.rep27TableAdapter = new RetirementCenter.DataSources.dsReportsTableAdapters.Rep27TableAdapter();
     this.calcTotalEstktaa = new DevExpress.XtraReports.UI.CalculatedField();
     this.calcTotal = new DevExpress.XtraReports.UI.CalculatedField();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.lblSarfTypeedad = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel18 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // dsQueries
     //
     this.dsQueries.DataSetName = "dsQueries";
     this.dsQueries.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail.HeightF = 25F;
     this.Detail.KeepTogether = true;
     this.Detail.MultiColumn.ColumnWidth = 326F;
     this.Detail.Name = "Detail";
     this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("SubCommitte", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
     new DevExpress.XtraReports.UI.GroupField("sarfnumber", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.Detail.StylePriority.UsePadding = false;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(10F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(1106.085F, 25F);
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseFont = false;
     this.xrTable1.StylePriority.UsePadding = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell16,
     this.xrTableCell23,
     this.xrTableCell15,
     this.xrTableCell18,
     this.xrTableCell19,
     this.xtcMemberName,
     this.xrTableCell20,
     this.xrTableCell22,
     this.xtcSyndicate,
     this.xrTableCell50,
     this.xtcNo});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.Name = "xrTableCell16";
     this.xrTableCell16.Weight = 0.63162220728795848D;
     //
     // xrTableCell23
     //
     this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.calcTotal", "{0:f2}")});
     this.xrTableCell23.Name = "xrTableCell23";
     this.xrTableCell23.NullValueText = "0";
     this.xrTableCell23.StylePriority.UseTextAlignment = false;
     this.xrTableCell23.Text = "xrTableCell23";
     this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell23.Weight = 0.3350042341694035D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.calcTotalEstktaa", "{0:f2}")});
     this.xrTableCell15.Name = "xrTableCell15";
     this.xrTableCell15.NullValueText = "0";
     this.xrTableCell15.StylePriority.UseTextAlignment = false;
     this.xrTableCell15.Text = "xrTableCell15";
     this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell15.Weight = 0.29312833892609425D;
     //
     // xrTableCell18
     //
     this.xrTableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.estktaa", "{0:f2}")});
     this.xrTableCell18.Name = "xrTableCell18";
     this.xrTableCell18.NullValueText = "0";
     this.xrTableCell18.StylePriority.UseTextAlignment = false;
     this.xrTableCell18.Text = "xrTableCell18";
     this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell18.Weight = 0.25125320914884053D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.rsmmonth", "{0:f2}")});
     this.xrTableCell19.Name = "xrTableCell19";
     this.xrTableCell19.NullValueText = "0";
     this.xrTableCell19.StylePriority.UseTextAlignment = false;
     this.xrTableCell19.Text = "xrTableCell19";
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell19.Weight = 0.25125307704219191D;
     //
     // xtcMemberName
     //
     this.xtcMemberName.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.eshtrakmonth", "{0:f2}")});
     this.xtcMemberName.Name = "xtcMemberName";
     this.xtcMemberName.NullValueText = "0";
     this.xtcMemberName.StylePriority.UseTextAlignment = false;
     this.xtcMemberName.Text = "xtcMemberName";
     this.xtcMemberName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xtcMemberName.Weight = 0.2470720412878307D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.monymonth", "{0:f2}")});
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.NullValueText = "0";
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "xrTableCell20";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell20.Weight = 0.38455019712745075D;
     //
     // xrTableCell22
     //
     this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.MMashatName")});
     this.xrTableCell22.Name = "xrTableCell22";
     this.xrTableCell22.StylePriority.UseTextAlignment = false;
     this.xrTableCell22.Text = "xrTableCell22";
     this.xrTableCell22.Weight = 1.2911615227871578D;
     //
     // xtcSyndicate
     //
     this.xtcSyndicate.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.sarfnumber")});
     this.xtcSyndicate.Name = "xtcSyndicate";
     this.xtcSyndicate.StylePriority.UseTextAlignment = false;
     this.xtcSyndicate.Text = "xtcSyndicate";
     this.xtcSyndicate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xtcSyndicate.Weight = 0.47564284719109023D;
     //
     // xrTableCell50
     //
     this.xrTableCell50.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.MMashatId")});
     this.xrTableCell50.Name = "xrTableCell50";
     this.xrTableCell50.StylePriority.UseFont = false;
     this.xrTableCell50.Text = "xrTableCell50";
     this.xrTableCell50.Weight = 0.26172262282277281D;
     //
     // xtcNo
     //
     this.xtcNo.Name = "xtcNo";
     this.xtcNo.StylePriority.UseTextAlignment = false;
     xrSummary1.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xtcNo.Summary = xrSummary1;
     this.xtcNo.Text = "م";
     this.xtcNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xtcNo.Weight = 0.2093772334961955D;
     this.xtcNo.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xtcNo_BeforePrint);
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 6.41667F;
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(985.8766F, 93.39581F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(130.2083F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text = "اعضاء";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel12
     //
     this.xrLabel12.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(511.5417F, 93.39581F);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF = new System.Drawing.SizeF(36.54303F, 23F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text = "الي";
     this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlTo
     //
     this.xlTo.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlTo.LocationFloat = new DevExpress.Utils.PointFloat(360.2515F, 93.39581F);
     this.xlTo.Name = "xlTo";
     this.xlTo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlTo.SizeF = new System.Drawing.SizeF(151.2902F, 23F);
     this.xlTo.StylePriority.UseFont = false;
     this.xlTo.StylePriority.UseTextAlignment = false;
     this.xlTo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel10
     //
     this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(656.5416F, 93.39581F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(47.9166F, 23F);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text = "من";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlFrom
     //
     this.xlFrom.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlFrom.LocationFloat = new DevExpress.Utils.PointFloat(548.0847F, 93.39581F);
     this.xlFrom.Name = "xlFrom";
     this.xlFrom.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlFrom.SizeF = new System.Drawing.SizeF(108.457F, 23F);
     this.xlFrom.StylePriority.UseFont = false;
     this.xlFrom.StylePriority.UseTextAlignment = false;
     this.xlFrom.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(632.0832F, 32.6042F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(130.2083F, 23F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text = "النفابة الفرعية";
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xlSyndicate
     //
     this.xlSyndicate.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlSyndicate.LocationFloat = new DevExpress.Utils.PointFloat(489.8349F, 32.6042F);
     this.xlSyndicate.Name = "xlSyndicate";
     this.xlSyndicate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlSyndicate.SizeF = new System.Drawing.SizeF(130.7901F, 23F);
     this.xlSyndicate.StylePriority.UseFont = false;
     this.xlSyndicate.StylePriority.UseTextAlignment = false;
     this.xlSyndicate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel13
     //
     this.xrLabel13.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(441.9183F, 32.6042F);
     this.xrLabel13.Name = "xrLabel13";
     this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF = new System.Drawing.SizeF(47.9166F, 23F);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text = "اللجنة";
     this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlSubCommitte
     //
     this.xlSubCommitte.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlSubCommitte.LocationFloat = new DevExpress.Utils.PointFloat(266.0849F, 32.6042F);
     this.xlSubCommitte.Name = "xlSubCommitte";
     this.xlSubCommitte.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlSubCommitte.SizeF = new System.Drawing.SizeF(175.8333F, 23F);
     this.xlSubCommitte.StylePriority.UseFont = false;
     this.xlSubCommitte.StylePriority.UseTextAlignment = false;
     this.xlSubCommitte.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlDofatSarf
     //
     this.xlDofatSarf.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlDofatSarf.LocationFloat = new DevExpress.Utils.PointFloat(360.2515F, 66.58333F);
     this.xlDofatSarf.Name = "xlDofatSarf";
     this.xlDofatSarf.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlDofatSarf.SizeF = new System.Drawing.SizeF(187.8332F, 23.00001F);
     this.xlDofatSarf.StylePriority.UseFont = false;
     this.xlDofatSarf.StylePriority.UseTextAlignment = false;
     this.xlDofatSarf.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(559.5431F, 66.58333F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text = "كشف معاشات الاعضاء عن";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xpbLogo
     //
     this.xpbLogo.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Image", null, "AppOptions.CompanyLogo")});
     this.xpbLogo.LocationFloat = new DevExpress.Utils.PointFloat(10F, 10.00001F);
     this.xpbLogo.Name = "xpbLogo";
     this.xpbLogo.SizeF = new System.Drawing.SizeF(100F, 80F);
     this.xpbLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(10F, 132.4999F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2,
     this.xrTableRow3});
     this.xrTable2.SizeF = new System.Drawing.SizeF(1106.085F, 63.54167F);
     this.xrTable2.StylePriority.UseBackColor = false;
     this.xrTable2.StylePriority.UseBorders = false;
     this.xrTable2.StylePriority.UseFont = false;
     this.xrTable2.StylePriority.UseForeColor = false;
     this.xrTable2.StylePriority.UsePadding = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell13,
     this.xrTableCell4,
     this.xrTableCell9});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.Weight = 1.2597547484349752D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "الاستقطاعات";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell4.Weight = 0.74957834915683863D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.Weight = 2.6224544336951729D;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell14,
     this.xrTableCell12,
     this.xrTableCell6,
     this.xrTableCell17,
     this.xrTableCell8,
     this.xrTableCell1,
     this.xrTableCell2,
     this.xrTableCell24,
     this.xrTableCell25,
     this.xrTableCell49,
     this.xrTableCell10});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text = "التوقيع";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell14.Weight = 0.63162229179462737D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseTextAlignment = false;
     this.xrTableCell12.Text = "الصافي";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell12.Weight = 0.33500411101094513D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text = "جملة";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell6.Weight = 0.29312858781063467D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.StylePriority.UseFont = false;
     this.xrTableCell17.StylePriority.UseTextAlignment = false;
     this.xrTableCell17.Text = "استقطاع";
     this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell17.Weight = 0.25125308224602688D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "رسم";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell8.Weight = 0.25125308246162481D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseFont = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text = "اشتراك";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell1.Weight = 0.25125308220752668D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "جملة المبلغ";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell2.Weight = 0.38036922320226524D;
     //
     // xrTableCell24
     //
     this.xrTableCell24.Name = "xrTableCell24";
     this.xrTableCell24.Text = "الاسم";
     this.xrTableCell24.Weight = 1.2911616322641484D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.StylePriority.UseTextAlignment = false;
     this.xrTableCell25.Text = "رقم الصرف";
     this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell25.Weight = 0.47564278965496676D;
     //
     // xrTableCell49
     //
     this.xrTableCell49.Name = "xrTableCell49";
     this.xrTableCell49.Text = "رقم موحد";
     this.xrTableCell49.Weight = 0.27219083654987009D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.Text = "م";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell10.Weight = 0.19890881208435116D;
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(899.4183F, 49.00001F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(216.6667F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "ادارة المعـــــاشـــــات";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(958.7933F, 20.00001F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(157.2917F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text = "نقابة المهن التعليمية";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.HeightF = 15.04161F;
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // dsReports
     //
     this.dsReports.DataSetName = "dsReports";
     this.dsReports.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel19,
     this.xrLabel18,
     this.xrLabel17,
     this.xrLabel4,
     this.xrLabel5,
     this.xrLabel6,
     this.xrLabel7,
     this.xrPageInfo1,
     this.xrTable3});
     this.PageFooter.HeightF = 117.2084F;
     this.PageFooter.Name = "PageFooter";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(1016.085F, 97.20835F);
     this.xrPageInfo1.Name = "xrPageInfo1";
     this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.SizeF = new System.Drawing.SizeF(89.99988F, 20.00001F);
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTable3
     //
     this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable3.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(10F, 0F);
     this.xrTable3.Name = "xrTable3";
     this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow4});
     this.xrTable3.SizeF = new System.Drawing.SizeF(1106.085F, 25F);
     this.xrTable3.StylePriority.UseBorders = false;
     this.xrTable3.StylePriority.UseFont = false;
     this.xrTable3.StylePriority.UsePadding = false;
     this.xrTable3.StylePriority.UseTextAlignment = false;
     this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell30,
     this.xrTableCell3,
     this.xrTableCell7,
     this.xrTableCell26,
     this.xrTableCell27,
     this.xrTableCell28,
     this.xrTableCell29,
     this.xrTableCell32,
     this.xrTableCell34});
     this.xrTableRow4.Name = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // xrTableCell30
     //
     this.xrTableCell30.Name = "xrTableCell30";
     this.xrTableCell30.Weight = 0.63162223923643956D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.calcTotal")});
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.NullValueText = "0";
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     xrSummary2.FormatString = "{0:f2}";
     xrSummary2.IgnoreNullValues = true;
     xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell3.Summary = xrSummary2;
     this.xrTableCell3.Text = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell3.Weight = 0.33500410637547906D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.calcTotalEstktaa")});
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.NullValueText = "0";
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     xrSummary3.FormatString = "{0:f2}";
     xrSummary3.IgnoreNullValues = true;
     xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell7.Summary = xrSummary3;
     this.xrTableCell7.Text = "xrTableCell7";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell7.Weight = 0.29312833892609452D;
     //
     // xrTableCell26
     //
     this.xrTableCell26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.estktaa")});
     this.xrTableCell26.Name = "xrTableCell26";
     this.xrTableCell26.NullValueText = "0";
     this.xrTableCell26.StylePriority.UseTextAlignment = false;
     xrSummary4.FormatString = "{0:f2}";
     xrSummary4.IgnoreNullValues = true;
     xrSummary4.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell26.Summary = xrSummary4;
     this.xrTableCell26.Text = "xrTableCell26";
     this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell26.Weight = 0.25125333694276497D;
     //
     // xrTableCell27
     //
     this.xrTableCell27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.rsmmonth")});
     this.xrTableCell27.Name = "xrTableCell27";
     this.xrTableCell27.NullValueText = "0";
     this.xrTableCell27.StylePriority.UseTextAlignment = false;
     xrSummary5.FormatString = "{0:f2}";
     xrSummary5.IgnoreNullValues = true;
     xrSummary5.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell27.Summary = xrSummary5;
     this.xrTableCell27.Text = "xrTableCell27";
     this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell27.Weight = 0.25125269366041847D;
     //
     // xrTableCell28
     //
     this.xrTableCell28.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.eshtrakmonth")});
     this.xrTableCell28.Name = "xrTableCell28";
     this.xrTableCell28.NullValueText = "0";
     this.xrTableCell28.StylePriority.UseTextAlignment = false;
     xrSummary6.FormatString = "{0:f2}";
     xrSummary6.IgnoreNullValues = true;
     xrSummary6.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell28.Summary = xrSummary6;
     this.xrTableCell28.Text = "xrTableCell28";
     this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell28.Weight = 0.24707268025745258D;
     //
     // xrTableCell29
     //
     this.xrTableCell29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.monymonth")});
     this.xrTableCell29.Name = "xrTableCell29";
     this.xrTableCell29.NullValueText = "0";
     this.xrTableCell29.StylePriority.UseTextAlignment = false;
     xrSummary7.FormatString = "{0:f2}";
     xrSummary7.IgnoreNullValues = true;
     xrSummary7.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell29.Summary = xrSummary7;
     this.xrTableCell29.Text = "xrTableCell29";
     this.xrTableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell29.Weight = 0.38454994153960209D;
     //
     // xrTableCell32
     //
     this.xrTableCell32.Name = "xrTableCell32";
     this.xrTableCell32.StylePriority.UseTextAlignment = false;
     this.xrTableCell32.Text = "احمالي الصفحة";
     this.xrTableCell32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell32.Weight = 2.0285264920340604D;
     //
     // xrTableCell34
     //
     this.xrTableCell34.Name = "xrTableCell34";
     this.xrTableCell34.StylePriority.UseTextAlignment = false;
     xrSummary8.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     xrSummary8.IgnoreNullValues = true;
     xrSummary8.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell34.Summary = xrSummary8;
     this.xrTableCell34.Text = "م";
     this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell34.Weight = 0.20937770231467517D;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable4});
     this.ReportFooter.HeightF = 25F;
     this.ReportFooter.KeepTogether = true;
     this.ReportFooter.Name = "ReportFooter";
     this.ReportFooter.PrintAtBottom = true;
     //
     // xrTable4
     //
     this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(10F, 0F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow5});
     this.xrTable4.SizeF = new System.Drawing.SizeF(1106.085F, 25F);
     this.xrTable4.StylePriority.UseBorders = false;
     this.xrTable4.StylePriority.UseFont = false;
     this.xrTable4.StylePriority.UsePadding = false;
     this.xrTable4.StylePriority.UseTextAlignment = false;
     this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell21,
     this.xrTableCell35,
     this.xrTableCell36,
     this.xrTableCell37,
     this.xrTableCell38,
     this.xrTableCell39,
     this.xrTableCell40,
     this.xrTableCell44,
     this.xrTableCell45});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // xrTableCell21
     //
     this.xrTableCell21.Name = "xrTableCell21";
     this.xrTableCell21.Weight = 0.63162223923643968D;
     //
     // xrTableCell35
     //
     this.xrTableCell35.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.calcTotal")});
     this.xrTableCell35.Name = "xrTableCell35";
     this.xrTableCell35.NullValueText = "0";
     this.xrTableCell35.StylePriority.UseTextAlignment = false;
     xrSummary9.FormatString = "{0:f2}";
     xrSummary9.IgnoreNullValues = true;
     xrSummary9.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell35.Summary = xrSummary9;
     this.xrTableCell35.Text = "xrTableCell35";
     this.xrTableCell35.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell35.Weight = 0.33500436196332772D;
     //
     // xrTableCell36
     //
     this.xrTableCell36.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.calcTotalEstktaa")});
     this.xrTableCell36.Name = "xrTableCell36";
     this.xrTableCell36.NullValueText = "0";
     this.xrTableCell36.StylePriority.UseTextAlignment = false;
     xrSummary10.FormatString = "{0:f2}";
     xrSummary10.IgnoreNullValues = true;
     xrSummary10.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell36.Summary = xrSummary10;
     this.xrTableCell36.Text = "xrTableCell36";
     this.xrTableCell36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell36.Weight = 0.29312833892609436D;
     //
     // xrTableCell37
     //
     this.xrTableCell37.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.estktaa")});
     this.xrTableCell37.Name = "xrTableCell37";
     this.xrTableCell37.NullValueText = "0";
     this.xrTableCell37.StylePriority.UseTextAlignment = false;
     xrSummary11.FormatString = "{0:f2}";
     xrSummary11.IgnoreNullValues = true;
     xrSummary11.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell37.Summary = xrSummary11;
     this.xrTableCell37.Text = "xrTableCell37";
     this.xrTableCell37.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell37.Weight = 0.25125295356099181D;
     //
     // xrTableCell38
     //
     this.xrTableCell38.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.rsmmonth")});
     this.xrTableCell38.Name = "xrTableCell38";
     this.xrTableCell38.NullValueText = "0";
     this.xrTableCell38.StylePriority.UseTextAlignment = false;
     xrSummary12.FormatString = "{0:f2}";
     xrSummary12.IgnoreNullValues = true;
     xrSummary12.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell38.Summary = xrSummary12;
     this.xrTableCell38.Text = "xrTableCell38";
     this.xrTableCell38.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell38.Weight = 0.25125307704219185D;
     //
     // xrTableCell39
     //
     this.xrTableCell39.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.eshtrakmonth")});
     this.xrTableCell39.Name = "xrTableCell39";
     this.xrTableCell39.NullValueText = "0";
     this.xrTableCell39.StylePriority.UseTextAlignment = false;
     xrSummary13.FormatString = "{0:f2}";
     xrSummary13.IgnoreNullValues = true;
     xrSummary13.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell39.Summary = xrSummary13;
     this.xrTableCell39.Text = "xrTableCell39";
     this.xrTableCell39.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell39.Weight = 0.24707229687567933D;
     //
     // xrTableCell40
     //
     this.xrTableCell40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "rep27.monymonth")});
     this.xrTableCell40.Name = "xrTableCell40";
     this.xrTableCell40.NullValueText = "0";
     this.xrTableCell40.StylePriority.UseTextAlignment = false;
     xrSummary14.FormatString = "{0:f2}";
     xrSummary14.IgnoreNullValues = true;
     xrSummary14.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell40.Summary = xrSummary14;
     this.xrTableCell40.Text = "xrTableCell40";
     this.xrTableCell40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell40.Weight = 0.384550197127451D;
     //
     // xrTableCell44
     //
     this.xrTableCell44.Name = "xrTableCell44";
     this.xrTableCell44.StylePriority.UseTextAlignment = false;
     xrSummary15.IgnoreNullValues = true;
     this.xrTableCell44.Summary = xrSummary15;
     this.xrTableCell44.Text = "اجمالي اللجنة";
     this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell44.Weight = 2.0285268330586153D;
     //
     // xrTableCell45
     //
     this.xrTableCell45.Name = "xrTableCell45";
     this.xrTableCell45.StylePriority.UseTextAlignment = false;
     xrSummary16.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     xrSummary16.IgnoreNullValues = true;
     xrSummary16.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell45.Summary = xrSummary16;
     this.xrTableCell45.Text = "م";
     this.xrTableCell45.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell45.Weight = 0.2093772334961955D;
     //
     // rep27TableAdapter
     //
     this.rep27TableAdapter.ClearBeforeFill = true;
     //
     // calcTotalEstktaa
     //
     this.calcTotalEstktaa.DataMember = "rep27";
     this.calcTotalEstktaa.Expression = "[eshtrakmonth] + [rsmmonth] + [estktaa]";
     this.calcTotalEstktaa.Name = "calcTotalEstktaa";
     //
     // calcTotal
     //
     this.calcTotal.DataMember = "rep27";
     this.calcTotal.Expression = "[monymonth] - [calcTotalEstktaa]";
     this.calcTotal.Name = "calcTotal";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.lblSarfTypeedad,
     this.xpbLogo,
     this.xrLabel2,
     this.xrTable2,
     this.xrLabel1,
     this.xrLabel9,
     this.xlDofatSarf,
     this.xlSubCommitte,
     this.xrLabel13,
     this.xlSyndicate,
     this.xrLabel8,
     this.xlFrom,
     this.xrLabel10,
     this.xlTo,
     this.xrLabel12,
     this.xrLabel3});
     this.PageHeader.HeightF = 196.0416F;
     this.PageHeader.Name = "PageHeader";
     //
     // lblSarfTypeedad
     //
     this.lblSarfTypeedad.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.lblSarfTypeedad.LocationFloat = new DevExpress.Utils.PointFloat(852.5433F, 93.39581F);
     this.lblSarfTypeedad.Name = "lblSarfTypeedad";
     this.lblSarfTypeedad.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblSarfTypeedad.SizeF = new System.Drawing.SizeF(130.2083F, 23F);
     this.lblSarfTypeedad.StylePriority.UseFont = false;
     this.lblSarfTypeedad.StylePriority.UseTextAlignment = false;
     this.lblSarfTypeedad.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel19
     //
     this.xrLabel19.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(200.334F, 69.20836F);
     this.xrLabel19.Name = "xrLabel19";
     this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel19.StylePriority.UseFont = false;
     this.xrLabel19.StylePriority.UseTextAlignment = false;
     this.xrLabel19.Text = "يعتمد";
     this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel18
     //
     this.xrLabel18.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(455.5423F, 69.20836F);
     this.xrLabel18.Name = "xrLabel18";
     this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel18.StylePriority.UseFont = false;
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.Text = "راجعه";
     this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel17
     //
     this.xrLabel17.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(713.8756F, 69.20831F);
     this.xrLabel17.Name = "xrLabel17";
     this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel17.StylePriority.UseFont = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.Text = "إدارة المعاشات";
     this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel4
     //
     this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Underline);
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(50.0415F, 34.08336F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(1044.917F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "تمت المراجعة وفق قواعد الاستحقاق للمعاشات والتاكد من عدم الصرف للدفعة المحددة وعد" +
     "م التوريد للبنك من خلال أرشيف الصرف وعلى مسئوليتا";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel5
     //
     this.xrLabel5.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(455.5423F, 94.20836F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text = "راجعه";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel6
     //
     this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(200.334F, 94.20836F);
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text = "يعتمد";
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel7
     //
     this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(713.8756F, 94.20831F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(188.5416F, 23F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text = "ادارة الحسابات";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // XRep27
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.topMarginBand1,
     this.bottomMarginBand1,
     this.PageFooter,
     this.ReportFooter,
     this.PageHeader});
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
     this.calcTotalEstktaa,
     this.calcTotal});
     this.DataMember = "rep27";
     this.DataSource = this.dsReports;
     this.DrawGrid = false;
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(12, 12, 6, 15);
     this.PageHeight = 827;
     this.PageWidth = 1169;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.ReportPrintOptions.DetailCountOnEmptyDataSource = 10;
     this.Version = "12.2";
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.BarCode.Code128Generator code128Generator1 = new DevExpress.XtraPrinting.BarCode.Code128Generator();
     this.xrControlStyle1   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.xrControlStyle2   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.xrControlStyle3   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.xrControlStyle4   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.xrControlStyle5   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrBarCode2        = new DevExpress.XtraReports.UI.XRBarCode();
     this.dataTable1        = new System.Data.DataTable();
     this.dataColumn1       = new System.Data.DataColumn();
     this.dataColumn2       = new System.Data.DataColumn();
     this.dataColumn3       = new System.Data.DataColumn();
     this.dataColumn4       = new System.Data.DataColumn();
     this.dataColumn5       = new System.Data.DataColumn();
     this.dataColumn6       = new System.Data.DataColumn();
     this.dataColumn7       = new System.Data.DataColumn();
     this.dataColumn8       = new System.Data.DataColumn();
     this.dataColumn9       = new System.Data.DataColumn();
     this.dataColumn10      = new System.Data.DataColumn();
     this.dataColumn16      = new System.Data.DataColumn();
     this.xrTable1          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell19     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell21     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell22     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell23     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell24     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell26     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell27     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow1       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1      = new DevExpress.XtraReports.UI.XRTableCell();
     this.dataSet1          = new System.Data.DataSet();
     this.dataTable2        = new System.Data.DataTable();
     this.dataColumn11      = new System.Data.DataColumn();
     this.dataColumn12      = new System.Data.DataColumn();
     this.dataColumn13      = new System.Data.DataColumn();
     this.dataColumn14      = new System.Data.DataColumn();
     this.dataColumn15      = new System.Data.DataColumn();
     this.xrTableCell9      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportHeader      = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.PageFooter        = new DevExpress.XtraReports.UI.PageFooterBand();
     this.topMarginBand1    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // xrControlStyle1
     //
     this.xrControlStyle1.BackColor       = System.Drawing.Color.Transparent;
     this.xrControlStyle1.BorderColor     = System.Drawing.Color.Black;
     this.xrControlStyle1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
     this.xrControlStyle1.Borders         = DevExpress.XtraPrinting.BorderSide.None;
     this.xrControlStyle1.BorderWidth     = 1;
     this.xrControlStyle1.Font            = new System.Drawing.Font("Times New Roman", 9.75F);
     this.xrControlStyle1.ForeColor       = System.Drawing.Color.Black;
     this.xrControlStyle1.Name            = "xrControlStyle1";
     //
     // xrControlStyle2
     //
     this.xrControlStyle2.BackColor       = System.Drawing.Color.Transparent;
     this.xrControlStyle2.BorderColor     = System.Drawing.Color.Black;
     this.xrControlStyle2.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
     this.xrControlStyle2.Borders         = DevExpress.XtraPrinting.BorderSide.None;
     this.xrControlStyle2.BorderWidth     = 1;
     this.xrControlStyle2.Font            = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrControlStyle2.ForeColor       = System.Drawing.Color.Black;
     this.xrControlStyle2.Name            = "xrControlStyle2";
     //
     // xrControlStyle3
     //
     this.xrControlStyle3.BackColor       = System.Drawing.Color.Transparent;
     this.xrControlStyle3.BorderColor     = System.Drawing.Color.Black;
     this.xrControlStyle3.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
     this.xrControlStyle3.Borders         = DevExpress.XtraPrinting.BorderSide.None;
     this.xrControlStyle3.BorderWidth     = 1;
     this.xrControlStyle3.Font            = new System.Drawing.Font("Times New Roman", 10F);
     this.xrControlStyle3.ForeColor       = System.Drawing.Color.Black;
     this.xrControlStyle3.Name            = "xrControlStyle3";
     //
     // xrControlStyle4
     //
     this.xrControlStyle4.BackColor       = System.Drawing.Color.Transparent;
     this.xrControlStyle4.BorderColor     = System.Drawing.Color.Black;
     this.xrControlStyle4.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
     this.xrControlStyle4.Borders         = DevExpress.XtraPrinting.BorderSide.None;
     this.xrControlStyle4.BorderWidth     = 1;
     this.xrControlStyle4.Font            = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrControlStyle4.ForeColor       = System.Drawing.Color.Maroon;
     this.xrControlStyle4.Name            = "xrControlStyle4";
     //
     // xrControlStyle5
     //
     this.xrControlStyle5.BackColor       = System.Drawing.Color.Transparent;
     this.xrControlStyle5.BorderColor     = System.Drawing.Color.Black;
     this.xrControlStyle5.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
     this.xrControlStyle5.Borders         = DevExpress.XtraPrinting.BorderSide.None;
     this.xrControlStyle5.BorderWidth     = 1;
     this.xrControlStyle5.Font            = new System.Drawing.Font("Times New Roman", 20F, System.Drawing.FontStyle.Bold);
     this.xrControlStyle5.ForeColor       = System.Drawing.Color.Maroon;
     this.xrControlStyle5.Name            = "xrControlStyle5";
     //
     // Detail
     //
     this.Detail.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                   | DevExpress.XtraPrinting.BorderSide.Right)
                                                                  | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrBarCode2,
         this.xrTable1
     });
     this.Detail.HeightF       = 126F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrBarCode2
     //
     this.xrBarCode2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dataTable1, "Column10")
     });
     this.xrBarCode2.LocationFloat = new DevExpress.Utils.PointFloat(8F, 58F);
     this.xrBarCode2.Module        = 1F;
     this.xrBarCode2.Name          = "xrBarCode2";
     this.xrBarCode2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 100F);
     this.xrBarCode2.SizeF         = new System.Drawing.SizeF(775F, 50F);
     this.xrBarCode2.Symbology     = code128Generator1;
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn1,
         this.dataColumn2,
         this.dataColumn3,
         this.dataColumn4,
         this.dataColumn5,
         this.dataColumn6,
         this.dataColumn7,
         this.dataColumn8,
         this.dataColumn9,
         this.dataColumn10,
         this.dataColumn16
     });
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.Caption    = "序号";
     this.dataColumn1.ColumnName = "Column1";
     //
     // dataColumn2
     //
     this.dataColumn2.Caption    = "订单号";
     this.dataColumn2.ColumnName = "Column2";
     //
     // dataColumn3
     //
     this.dataColumn3.Caption    = "存货编码";
     this.dataColumn3.ColumnName = "Column3";
     //
     // dataColumn4
     //
     this.dataColumn4.Caption    = "存货名称";
     this.dataColumn4.ColumnName = "Column4";
     //
     // dataColumn5
     //
     this.dataColumn5.Caption    = "规格型号";
     this.dataColumn5.ColumnName = "Column5";
     //
     // dataColumn6
     //
     this.dataColumn6.Caption    = "计量单位";
     this.dataColumn6.ColumnName = "Column6";
     //
     // dataColumn7
     //
     this.dataColumn7.Caption    = "辅计量";
     this.dataColumn7.ColumnName = "Column7";
     //
     // dataColumn8
     //
     this.dataColumn8.Caption    = "数量";
     this.dataColumn8.ColumnName = "Column8";
     //
     // dataColumn9
     //
     this.dataColumn9.Caption    = "件数";
     this.dataColumn9.ColumnName = "Column9";
     //
     // dataColumn10
     //
     this.dataColumn10.Caption    = "条码";
     this.dataColumn10.ColumnName = "Column10";
     //
     // dataColumn16
     //
     this.dataColumn16.Caption    = "订单交期";
     this.dataColumn16.ColumnName = "Column11";
     //
     // xrTable1
     //
     this.xrTable1.Font          = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(8F, 8F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow3,
         this.xrTableRow1
     });
     this.xrTable1.SizeF         = new System.Drawing.SizeF(776F, 50F);
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell19,
         this.xrTableCell20,
         this.xrTableCell21,
         this.xrTableCell22,
         this.xrTableCell23,
         this.xrTableCell10,
         this.xrTableCell24,
         this.xrTableCell4,
         this.xrTableCell26,
         this.xrTableCell27
     });
     this.xrTableRow3.Name          = "xrTableRow3";
     this.xrTableRow3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow3.Weight        = 0.5;
     //
     // xrTableCell19
     //
     this.xrTableCell19.Name          = "xrTableCell19";
     this.xrTableCell19.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell19.Text          = "行号";
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell19.Weight        = 0.054123711340206188;
     //
     // xrTableCell20
     //
     this.xrTableCell20.Name          = "xrTableCell20";
     this.xrTableCell20.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell20.Text          = "订单号";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell20.Weight        = 0.12886597938144329;
     //
     // xrTableCell21
     //
     this.xrTableCell21.Name          = "xrTableCell21";
     this.xrTableCell21.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell21.Text          = "存货编码";
     this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell21.Weight        = 0.1481958762886598;
     //
     // xrTableCell22
     //
     this.xrTableCell22.Name          = "xrTableCell22";
     this.xrTableCell22.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell22.Text          = "存货名称";
     this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell22.Weight        = 0.21649484536082475;
     //
     // xrTableCell23
     //
     this.xrTableCell23.Name          = "xrTableCell23";
     this.xrTableCell23.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell23.Text          = "规格型号";
     this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell23.Weight        = 0.1056701030927835;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Name          = "xrTableCell10";
     this.xrTableCell10.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell10.Text          = "订单交期";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell10.Weight        = 0.077319587628865982;
     //
     // xrTableCell24
     //
     this.xrTableCell24.Name          = "xrTableCell24";
     this.xrTableCell24.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell24.Text          = "单位";
     this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell24.Weight        = 0.052835051546391752;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name          = "xrTableCell4";
     this.xrTableCell4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell4.Text          = "辅计量";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell4.Weight        = 0.054123711340206188;
     //
     // xrTableCell26
     //
     this.xrTableCell26.Name          = "xrTableCell26";
     this.xrTableCell26.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell26.Text          = "数量";
     this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell26.Weight        = 0.063144329896907214;
     //
     // xrTableCell27
     //
     this.xrTableCell27.Name          = "xrTableCell27";
     this.xrTableCell27.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell27.Text          = "件数";
     this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell27.Weight        = 0.099226804123711335;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell9,
         this.xrTableCell7,
         this.xrTableCell8,
         this.xrTableCell2,
         this.xrTableCell11,
         this.xrTableCell3,
         this.xrTableCell12,
         this.xrTableCell6,
         this.xrTableCell5
     });
     this.xrTableRow1.Name          = "xrTableRow1";
     this.xrTableRow1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrTableRow1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableRow1.Weight        = 0.5;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Angle = 1F;
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column9")
     });
     this.xrTableCell1.Font          = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell1.Name          = "xrTableCell1";
     this.xrTableCell1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell1.Text          = "xrTableCell1";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell1.Weight        = 0.054123711340206188;
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
         this.dataTable1,
         this.dataTable2
     });
     //
     // dataTable2
     //
     this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn11,
         this.dataColumn12,
         this.dataColumn13,
         this.dataColumn14,
         this.dataColumn15
     });
     this.dataTable2.TableName = "Table2";
     //
     // dataColumn11
     //
     this.dataColumn11.ColumnName = "Column1";
     //
     // dataColumn12
     //
     this.dataColumn12.ColumnName = "Column2";
     //
     // dataColumn13
     //
     this.dataColumn13.ColumnName = "Column3";
     //
     // dataColumn14
     //
     this.dataColumn14.ColumnName = "Column4";
     //
     // dataColumn15
     //
     this.dataColumn15.ColumnName = "Column5";
     //
     // xrTableCell9
     //
     this.xrTableCell9.Angle = 1F;
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column1")
     });
     this.xrTableCell9.Font          = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell9.Name          = "xrTableCell9";
     this.xrTableCell9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell9.Text          = "xrTableCell9";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell9.Weight        = 0.12886597938144329;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Angle = 1F;
     this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column2")
     });
     this.xrTableCell7.Font          = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell7.Name          = "xrTableCell7";
     this.xrTableCell7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell7.Text          = "xrTableCell7";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell7.Weight        = 0.1481958762886598;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Angle = 1F;
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column3")
     });
     this.xrTableCell8.Font          = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell8.Name          = "xrTableCell8";
     this.xrTableCell8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell8.Text          = "xrTableCell8";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell8.Weight        = 0.21649484536082475;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Angle = 1F;
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column4")
     });
     this.xrTableCell2.Font          = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell2.Name          = "xrTableCell2";
     this.xrTableCell2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell2.Text          = "xrTableCell2";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell2.Weight        = 0.1056701030927835;
     //
     // xrTableCell11
     //
     this.xrTableCell11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dataTable1, "Column11")
     });
     this.xrTableCell11.Name          = "xrTableCell11";
     this.xrTableCell11.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell11.Text          = "xrTableCell11";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell11.Weight        = 0.077319587628865982;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Angle = 1F;
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dataTable1, "Column5")
     });
     this.xrTableCell3.Font          = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell3.Name          = "xrTableCell3";
     this.xrTableCell3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell3.Text          = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell3.Weight        = 0.052835051546391752;
     //
     // xrTableCell12
     //
     this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", this.dataTable1, "Column6")
     });
     this.xrTableCell12.Name          = "xrTableCell12";
     this.xrTableCell12.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell12.Text          = "xrTableCell12";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell12.Weight        = 0.054123711340206188;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Angle = 1F;
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column7")
     });
     this.xrTableCell6.Font          = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell6.Name          = "xrTableCell6";
     this.xrTableCell6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell6.Text          = "xrTableCell6";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell6.Weight        = 0.063144329896907214;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Angle = 1F;
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column8")
     });
     this.xrTableCell5.Font          = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell5.Name          = "xrTableCell5";
     this.xrTableCell5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTableCell5.Text          = "xrTableCell5";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrTableCell5.Weight        = 0.099226804123711335;
     //
     // xrLabel1
     //
     this.xrLabel1.Font          = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(283F, 8F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(258F, 42F);
     this.xrLabel1.Text          = "到  货  单  标  签";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1
     });
     this.ReportHeader.HeightF       = 54F;
     this.ReportHeader.Name          = "ReportHeader";
     this.ReportHeader.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.ReportHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(717F, 0F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(50F, 25F);
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1
     });
     this.PageFooter.HeightF       = 31F;
     this.PageFooter.Name          = "PageFooter";
     this.PageFooter.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 20F;
     this.topMarginBand1.Name    = "topMarginBand1";
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // RdInReportLabel
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.ReportHeader,
         this.PageFooter,
         this.topMarginBand1,
         this.bottomMarginBand1
     });
     this.DataSource = this.dataSet1;
     this.Margins    = new System.Drawing.Printing.Margins(20, 20, 20, 100);
     this.PageHeight = 1169;
     this.PageWidth  = 827;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.xrControlStyle1,
         this.xrControlStyle2,
         this.xrControlStyle3,
         this.xrControlStyle4,
         this.xrControlStyle5
     });
     this.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.Version       = "11.2";
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 35
0
 private void InitializeComponent()
 {
     this.components                 = new System.ComponentModel.Container();
     this.topMarginBand1             = new DevExpress.XtraReports.UI.TopMarginBand();
     this.pageHeaderBand1            = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.table1                     = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow1                  = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell1                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell2                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell3                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell4                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell5                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell6                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell7                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell8                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell9                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.detailBand1                = new DevExpress.XtraReports.UI.DetailBand();
     this.table2                     = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow2                  = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell10                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell11                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell12                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell13                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell14                = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell15                = 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.bottomMarginBand1          = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeaderBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportGroupHeaderBandStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportDetailBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportGroupFooterBandStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportFooterBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportOddStyle             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportEvenStyle            = new DevExpress.XtraReports.UI.XRControlStyle();
     this.payoffBindingSource        = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.payoffBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // topMarginBand1
     //
     this.topMarginBand1.Dpi     = 254F;
     this.topMarginBand1.HeightF = 100F;
     this.topMarginBand1.Name    = "topMarginBand1";
     //
     // pageHeaderBand1
     //
     this.pageHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table1
     });
     this.pageHeaderBand1.Dpi       = 254F;
     this.pageHeaderBand1.HeightF   = 64F;
     this.pageHeaderBand1.Name      = "pageHeaderBand1";
     this.pageHeaderBand1.StyleName = "ReportHeaderBandStyle";
     //
     // table1
     //
     this.table1.Dpi           = 254F;
     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(3692F, 64F);
     //
     // tableRow1
     //
     this.tableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell1,
         this.tableCell2,
         this.tableCell3,
         this.tableCell4,
         this.tableCell5,
         this.tableCell6,
         this.tableCell7,
         this.tableCell8,
         this.tableCell9
     });
     this.tableRow1.Dpi    = 254F;
     this.tableRow1.Name   = "tableRow1";
     this.tableRow1.Weight = 10.46953028649871D;
     //
     // tableCell1
     //
     this.tableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell1.Dpi    = 254F;
     this.tableCell1.Name   = "tableCell1";
     this.tableCell1.Text   = "L / B";
     this.tableCell1.Weight = 0.28222219930442727D;
     //
     // tableCell2
     //
     this.tableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell2.Dpi    = 254F;
     this.tableCell2.Name   = "tableCell2";
     this.tableCell2.Text   = "Malzeme";
     this.tableCell2.Weight = 0.28222219930442727D;
     //
     // tableCell3
     //
     this.tableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell3.Dpi    = 254F;
     this.tableCell3.Name   = "tableCell3";
     this.tableCell3.Text   = "Malzeme kýsa metni";
     this.tableCell3.Weight = 0.28222219930442727D;
     //
     // tableCell4
     //
     this.tableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell4.Dpi    = 254F;
     this.tableCell4.Name   = "tableCell4";
     this.tableCell4.Text   = "TÖB";
     this.tableCell4.Weight = 0.28222219930442727D;
     //
     // tableCell5
     //
     this.tableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell5.Dpi    = 254F;
     this.tableCell5.Name   = "tableCell5";
     this.tableCell5.Text   = "TENZÝLATSIZ ENERJÝSA B.F.";
     this.tableCell5.Weight = 0.28222219930442727D;
     //
     // tableCell6
     //
     this.tableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell6.Dpi    = 254F;
     this.tableCell6.Name   = "tableCell6";
     this.tableCell6.Text   = "TENZÝLATLI ENERJÝSA B.F.";
     this.tableCell6.Weight = 0.28222219930442727D;
     //
     // tableCell7
     //
     this.tableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell7.Dpi    = 254F;
     this.tableCell7.Name   = "tableCell7";
     this.tableCell7.Text   = " BU HAKEDÝÞ TESPÝT MÝKTARI";
     this.tableCell7.Weight = 0.28222219930442727D;
     //
     // tableCell8
     //
     this.tableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell8.Dpi    = 254F;
     this.tableCell8.Name   = "tableCell8";
     this.tableCell8.Text   = "BU HAKEDÝÞ TEN.LI ÖDEME TUTARI";
     this.tableCell8.Weight = 0.28222219930442727D;
     //
     // tableCell9
     //
     this.tableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                       | DevExpress.XtraPrinting.BorderSide.Right)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell9.Dpi    = 254F;
     this.tableCell9.Name   = "tableCell9";
     this.tableCell9.Text   = "BU HAKEDÝÞ TEN.SIZ ÖDEME TUTARI";
     this.tableCell9.Weight = 0.28222219930442727D;
     //
     // detailBand1
     //
     this.detailBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table2
     });
     this.detailBand1.Dpi           = 254F;
     this.detailBand1.EvenStyleName = "ReportEvenStyle";
     this.detailBand1.HeightF       = 64F;
     this.detailBand1.Name          = "detailBand1";
     this.detailBand1.OddStyleName  = "ReportOddStyle";
     this.detailBand1.StyleName     = "ReportDetailBandStyle";
     //
     // table2
     //
     this.table2.Dpi           = 254F;
     this.table2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.table2.Name          = "table2";
     this.table2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.tableRow2
     });
     this.table2.SizeF = new System.Drawing.SizeF(3692F, 64F);
     //
     // tableRow2
     //
     this.tableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell10,
         this.tableCell11,
         this.tableCell12,
         this.tableCell13,
         this.tableCell14,
         this.tableCell15,
         this.tableCell16,
         this.tableCell17,
         this.tableCell18
     });
     this.tableRow2.Dpi    = 254F;
     this.tableRow2.Name   = "tableRow2";
     this.tableRow2.Weight = 10.46953028649871D;
     //
     // tableCell10
     //
     this.tableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "PAYOFFCONTROL_LB")
     });
     this.tableCell10.Dpi           = 254F;
     this.tableCell10.Name          = "tableCell10";
     this.tableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell10.Weight        = 0.28222219930442727D;
     this.tableCell10.WordWrap      = false;
     //
     // tableCell11
     //
     this.tableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "PAYOFFCONTROL_SAP")
     });
     this.tableCell11.Dpi           = 254F;
     this.tableCell11.Name          = "tableCell11";
     this.tableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell11.Weight        = 0.28222219930442727D;
     this.tableCell11.WordWrap      = false;
     //
     // tableCell12
     //
     this.tableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "PAYOFFCONTROL_ITEMNAME")
     });
     this.tableCell12.Dpi           = 254F;
     this.tableCell12.Name          = "tableCell12";
     this.tableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell12.Weight        = 0.28222219930442727D;
     this.tableCell12.WordWrap      = false;
     //
     // tableCell13
     //
     this.tableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "PAYOFFCONTROL_UNIT")
     });
     this.tableCell13.Dpi           = 254F;
     this.tableCell13.Name          = "tableCell13";
     this.tableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell13.Weight        = 0.28222219930442727D;
     this.tableCell13.WordWrap      = false;
     //
     // tableCell14
     //
     this.tableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "PAYOFFCONTROL_TENSIZUP")
     });
     this.tableCell14.Dpi           = 254F;
     this.tableCell14.Name          = "tableCell14";
     this.tableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell14.Weight        = 0.28222219930442727D;
     this.tableCell14.WordWrap      = false;
     //
     // tableCell15
     //
     this.tableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "PAYOFFCONTROL_TENUP")
     });
     this.tableCell15.Dpi           = 254F;
     this.tableCell15.Name          = "tableCell15";
     this.tableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell15.Weight        = 0.28222219930442727D;
     this.tableCell15.WordWrap      = false;
     //
     // tableCell16
     //
     this.tableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "PAYOFFCONTROL_QUANTITY")
     });
     this.tableCell16.Dpi           = 254F;
     this.tableCell16.Name          = "tableCell16";
     this.tableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell16.Weight        = 0.28222219930442727D;
     this.tableCell16.WordWrap      = false;
     //
     // tableCell17
     //
     this.tableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "PAYOFFCONTROL_TOTALTENUP")
     });
     this.tableCell17.Dpi           = 254F;
     this.tableCell17.Name          = "tableCell17";
     this.tableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell17.Weight        = 0.28222219930442727D;
     this.tableCell17.WordWrap      = false;
     //
     // tableCell18
     //
     this.tableCell18.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "PAYOFFCONTROL_TOTALTENSIZUP")
     });
     this.tableCell18.Dpi           = 254F;
     this.tableCell18.Name          = "tableCell18";
     this.tableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell18.Weight        = 0.28222219930442727D;
     this.tableCell18.WordWrap      = false;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.Dpi     = 254F;
     this.bottomMarginBand1.HeightF = 100F;
     this.bottomMarginBand1.Name    = "bottomMarginBand1";
     //
     // ReportHeaderBandStyle
     //
     this.ReportHeaderBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportHeaderBandStyle.Name          = "ReportHeaderBandStyle";
     this.ReportHeaderBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportHeaderBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportGroupHeaderBandStyle
     //
     this.ReportGroupHeaderBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportGroupHeaderBandStyle.Name          = "ReportGroupHeaderBandStyle";
     this.ReportGroupHeaderBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 0, 0, 0, 254F);
     this.ReportGroupHeaderBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportDetailBandStyle
     //
     this.ReportDetailBandStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportDetailBandStyle.Name          = "ReportDetailBandStyle";
     this.ReportDetailBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportDetailBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportGroupFooterBandStyle
     //
     this.ReportGroupFooterBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportGroupFooterBandStyle.Name          = "ReportGroupFooterBandStyle";
     this.ReportGroupFooterBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportGroupFooterBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportFooterBandStyle
     //
     this.ReportFooterBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportFooterBandStyle.Name          = "ReportFooterBandStyle";
     this.ReportFooterBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportFooterBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportOddStyle
     //
     this.ReportOddStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportOddStyle.Name          = "ReportOddStyle";
     this.ReportOddStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportOddStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportEvenStyle
     //
     this.ReportEvenStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportEvenStyle.Name          = "ReportEvenStyle";
     this.ReportEvenStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportEvenStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // payoffBindingSource
     //
     this.payoffBindingSource.DataSource = typeof(WiodySM.UI.ViewModels.PayoffControlVM);
     //
     // PayoffConsReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.topMarginBand1,
         this.pageHeaderBand1,
         this.detailBand1,
         this.bottomMarginBand1
     });
     this.DataSource   = this.payoffBindingSource;
     this.Dpi          = 254F;
     this.Margins      = new System.Drawing.Printing.Margins(254, 254, 100, 100);
     this.PageHeight   = 2970;
     this.PageWidth    = 4200;
     this.PaperKind    = System.Drawing.Printing.PaperKind.A3Rotated;
     this.ReportUnit   = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 25F;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.ReportHeaderBandStyle,
         this.ReportGroupHeaderBandStyle,
         this.ReportDetailBandStyle,
         this.ReportGroupFooterBandStyle,
         this.ReportFooterBandStyle,
         this.ReportOddStyle,
         this.ReportEvenStyle
     });
     this.Version = "17.2";
     ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.payoffBindingSource)).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()
 {
     DevExpress.XtraPrinting.BarCode.Code128Generator code128Generator1 = new DevExpress.XtraPrinting.BarCode.Code128Generator();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.BarCode = new DevExpress.XtraReports.UI.XRBarCode();
     this.lbCnsNo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel();
     this.lbHz = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.labWareNO = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow13 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell67 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbRemark1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbRemark = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow14 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell72 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbExamine = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow15 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell75 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbView = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable5 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell64 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell69 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell71 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbpkgs = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow12 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell70 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow16 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell76 = new DevExpress.XtraReports.UI.XRTableCell();
     this.lab = new DevExpress.XtraReports.UI.XRLabel();
     this.labCustom = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.labName = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.labDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbWareName = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbreferdoc = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow();
     this.cseq5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCode5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cName5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cNum5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cUnit5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cWeight5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cCoin5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cPrice5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.cTotal5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell59 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbdeliverUnit = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell63 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbSumWeight = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell60 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbtotalValue = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell61 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbCarNo = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell68 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbOutCountry = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell65 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbTradetype = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell66 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tbInWaretype = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.BarCode,
     this.lbCnsNo,
     this.xrLabel15,
     this.lbHz,
     this.xrLabel2,
     this.labWareNO,
     this.xrLabel3,
     this.xrLabel14,
     this.xrTable2,
     this.xrTable5,
     this.xrTable4,
     this.xrTable1,
     this.xrLabel13,
     this.xrLabel12,
     this.xrLabel1});
     this.Detail.HeightF = 745.8334F;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BarCode
     //
     this.BarCode.LocationFloat = new DevExpress.Utils.PointFloat(757.9999F, 5.000007F);
     this.BarCode.Name = "BarCode";
     this.BarCode.Padding = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 100F);
     this.BarCode.SizeF = new System.Drawing.SizeF(380F, 45F);
     this.BarCode.Symbology = code128Generator1;
     //
     // lbCnsNo
     //
     this.lbCnsNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbCnsNo.LocationFloat = new DevExpress.Utils.PointFloat(444.0455F, 92.62498F);
     this.lbCnsNo.Name = "lbCnsNo";
     this.lbCnsNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbCnsNo.SizeF = new System.Drawing.SizeF(153.125F, 23F);
     this.lbCnsNo.StylePriority.UseFont = false;
     this.lbCnsNo.StylePriority.UseTextAlignment = false;
     this.lbCnsNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel15
     //
     this.xrLabel15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(324.0475F, 92.62502F);
     this.xrLabel15.Name = "xrLabel15";
     this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF = new System.Drawing.SizeF(119.998F, 23F);
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text = "电子账册编号:";
     this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // lbHz
     //
     this.lbHz.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbHz.LocationFloat = new DevExpress.Utils.PointFloat(109.9148F, 92.62498F);
     this.lbHz.Name = "lbHz";
     this.lbHz.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbHz.SizeF = new System.Drawing.SizeF(191.6667F, 23F);
     this.lbHz.StylePriority.UseFont = false;
     this.lbHz.StylePriority.UseTextAlignment = false;
     this.lbHz.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 92.62498F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(99.91479F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "核增表编号:";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // labWareNO
     //
     this.labWareNO.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labWareNO.LocationFloat = new DevExpress.Utils.PointFloat(974.8737F, 92.62498F);
     this.labWareNO.Name = "labWareNO";
     this.labWareNO.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labWareNO.SizeF = new System.Drawing.SizeF(154.6676F, 23F);
     this.labWareNO.StylePriority.UseFont = false;
     this.labWareNO.StylePriority.UseTextAlignment = false;
     this.labWareNO.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(871.7485F, 92.62498F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(103.1251F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text = "入仓单编号:";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel14
     //
     this.xrLabel14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(42.93528F, 723.4583F);
     this.xrLabel14.Name = "xrLabel14";
     this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF = new System.Drawing.SizeF(506.1787F, 22.37506F);
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text = "第一联:主管海关存查联";
     this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(9.999021F, 662.0833F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow13});
     this.xrTable2.SizeF = new System.Drawing.SizeF(1119.542F, 61.37494F);
     this.xrTable2.StylePriority.UseBorders = false;
     //
     // xrTableRow13
     //
     this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell67,
     this.tbRemark1});
     this.xrTableRow13.Name = "xrTableRow13";
     this.xrTableRow13.Weight = 1D;
     //
     // xrTableCell67
     //
     this.xrTableCell67.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell67.Name = "xrTableCell67";
     this.xrTableCell67.StylePriority.UseFont = false;
     this.xrTableCell67.StylePriority.UseTextAlignment = false;
     this.xrTableCell67.Text = "备注";
     this.xrTableCell67.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell67.Weight = 0.29707393718920172D;
     //
     // tbRemark1
     //
     this.tbRemark1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.tbRemark,
     this.xrTable3});
     this.tbRemark1.Name = "tbRemark1";
     this.tbRemark1.Weight = 2.7029249240951096D;
     //
     // tbRemark
     //
     this.tbRemark.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.tbRemark.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbRemark.LocationFloat = new DevExpress.Utils.PointFloat(0F, 17.37494F);
     this.tbRemark.Name = "tbRemark";
     this.tbRemark.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.tbRemark.SizeF = new System.Drawing.SizeF(815.9173F, 23F);
     this.tbRemark.StylePriority.UseBorders = false;
     this.tbRemark.StylePriority.UseFont = false;
     //
     // xrTable3
     //
     this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(815.9174F, 0F);
     this.xrTable3.Name = "xrTable3";
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow14,
     this.xrTableRow15});
     this.xrTable3.SizeF = new System.Drawing.SizeF(192.762F, 61.37494F);
     this.xrTable3.StylePriority.UseBorders = false;
     //
     // xrTableRow14
     //
     this.xrTableRow14.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell72,
     this.tbExamine});
     this.xrTableRow14.Name = "xrTableRow14";
     this.xrTableRow14.Weight = 1D;
     //
     // xrTableCell72
     //
     this.xrTableCell72.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell72.Name = "xrTableCell72";
     this.xrTableCell72.StylePriority.UseBorders = false;
     this.xrTableCell72.StylePriority.UseTextAlignment = false;
     this.xrTableCell72.Text = "海关审核";
     this.xrTableCell72.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell72.Weight = 1.2767388451028967D;
     //
     // tbExamine
     //
     this.tbExamine.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.tbExamine.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbExamine.Name = "tbExamine";
     this.tbExamine.StylePriority.UseBorders = false;
     this.tbExamine.StylePriority.UseFont = false;
     this.tbExamine.StylePriority.UseTextAlignment = false;
     this.tbExamine.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbExamine.Weight = 1.1047225675521422D;
     //
     // xrTableRow15
     //
     this.xrTableRow15.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell75,
     this.tbView});
     this.xrTableRow15.Name = "xrTableRow15";
     this.xrTableRow15.Weight = 1D;
     //
     // xrTableCell75
     //
     this.xrTableCell75.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell75.Name = "xrTableCell75";
     this.xrTableCell75.StylePriority.UseBorders = false;
     this.xrTableCell75.StylePriority.UseTextAlignment = false;
     this.xrTableCell75.Text = "海关查验";
     this.xrTableCell75.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell75.Weight = 1.2767398950966413D;
     //
     // tbView
     //
     this.tbView.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.tbView.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbView.Name = "tbView";
     this.tbView.StylePriority.UseBorders = false;
     this.tbView.StylePriority.UseFont = false;
     this.tbView.StylePriority.UseTextAlignment = false;
     this.tbView.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbView.Weight = 1.1047215175583975D;
     //
     // xrTable5
     //
     this.xrTable5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(9.999021F, 607.9167F);
     this.xrTable5.Name = "xrTable5";
     this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow10});
     this.xrTable5.SizeF = new System.Drawing.SizeF(1119.542F, 54.16663F);
     this.xrTable5.StylePriority.UseBorders = false;
     //
     // xrTableRow10
     //
     this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell64,
     this.xrTableCell69,
     this.xrTableCell71,
     this.tbpkgs});
     this.xrTableRow10.Name = "xrTableRow10";
     this.xrTableRow10.Weight = 1D;
     //
     // xrTableCell64
     //
     this.xrTableCell64.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell64.Name = "xrTableCell64";
     this.xrTableCell64.StylePriority.UseFont = false;
     this.xrTableCell64.StylePriority.UseTextAlignment = false;
     this.xrTableCell64.Text = "载货清单号";
     this.xrTableCell64.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell64.Weight = 0.2980659309759448D;
     //
     // xrTableCell69
     //
     this.xrTableCell69.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell69.Name = "xrTableCell69";
     this.xrTableCell69.StylePriority.UseFont = false;
     this.xrTableCell69.StylePriority.UseTextAlignment = false;
     this.xrTableCell69.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell69.Weight = 2.1936885549644241D;
     //
     // xrTableCell71
     //
     this.xrTableCell71.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell71.Name = "xrTableCell71";
     this.xrTableCell71.StylePriority.UseFont = false;
     this.xrTableCell71.StylePriority.UseTextAlignment = false;
     this.xrTableCell71.Text = "合计总件数";
     this.xrTableCell71.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell71.Weight = 0.27785100870924734D;
     //
     // tbpkgs
     //
     this.tbpkgs.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbpkgs.Name = "tbpkgs";
     this.tbpkgs.StylePriority.UseFont = false;
     this.tbpkgs.StylePriority.UseTextAlignment = false;
     this.tbpkgs.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbpkgs.Weight = 0.24041256170760689D;
     //
     // xrTable4
     //
     this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(9.998818F, 535F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow12,
     this.xrTableRow16});
     this.xrTable4.SizeF = new System.Drawing.SizeF(1119.542F, 72.91666F);
     this.xrTable4.StylePriority.UseBorders = false;
     this.xrTable4.StylePriority.UseFont = false;
     //
     // xrTableRow12
     //
     this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell70});
     this.xrTableRow12.Name = "xrTableRow12";
     this.xrTableRow12.Weight = 1D;
     //
     // xrTableCell70
     //
     this.xrTableCell70.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTableCell70.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell70.Name = "xrTableCell70";
     this.xrTableCell70.StylePriority.UseBorders = false;
     this.xrTableCell70.StylePriority.UseFont = false;
     this.xrTableCell70.StylePriority.UseTextAlignment = false;
     this.xrTableCell70.Text = "     上述货物存入我仓,申报无误。";
     this.xrTableCell70.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell70.Weight = 3D;
     //
     // xrTableRow16
     //
     this.xrTableRow16.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell76});
     this.xrTableRow16.Name = "xrTableRow16";
     this.xrTableRow16.Weight = 1D;
     //
     // xrTableCell76
     //
     this.xrTableCell76.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell76.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.lab,
     this.labCustom,
     this.xrLabel5,
     this.labName,
     this.xrLabel7,
     this.xrLabel4,
     this.xrLabel8,
     this.xrLabel9,
     this.xrLabel10,
     this.labDate,
     this.xrLabel11});
     this.xrTableCell76.Name = "xrTableCell76";
     this.xrTableCell76.StylePriority.UseBorders = false;
     this.xrTableCell76.StylePriority.UseTextAlignment = false;
     this.xrTableCell76.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell76.Weight = 3D;
     //
     // lab
     //
     this.lab.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.lab.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lab.LocationFloat = new DevExpress.Utils.PointFloat(367.1737F, 0F);
     this.lab.Name = "lab";
     this.lab.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lab.SizeF = new System.Drawing.SizeF(130.0313F, 23F);
     this.lab.StylePriority.UseBorders = false;
     this.lab.StylePriority.UseFont = false;
     this.lab.StylePriority.UseTextAlignment = false;
     this.lab.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // labCustom
     //
     this.labCustom.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labCustom.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labCustom.LocationFloat = new DevExpress.Utils.PointFloat(54.81091F, 0F);
     this.labCustom.Name = "labCustom";
     this.labCustom.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labCustom.SizeF = new System.Drawing.SizeF(113.9057F, 23F);
     this.labCustom.StylePriority.UseBorders = false;
     this.labCustom.StylePriority.UseFont = false;
     this.labCustom.StylePriority.UseTextAlignment = false;
     this.labCustom.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel5
     //
     this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(169.7067F, 0F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(68.97784F, 23F);
     this.xrLabel5.StylePriority.UseBorders = false;
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text = "报关员:";
     //
     // labName
     //
     this.labName.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labName.LocationFloat = new DevExpress.Utils.PointFloat(238.6846F, 3.051758E-05F);
     this.labName.Name = "labName";
     this.labName.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labName.SizeF = new System.Drawing.SizeF(75.36394F, 22.99994F);
     this.labName.StylePriority.UseBorders = false;
     this.labName.StylePriority.UseFont = false;
     //
     // xrLabel7
     //
     this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(314.0485F, 0F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(53.12515F, 22.99998F);
     this.xrLabel7.StylePriority.UseBorders = false;
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.Text = "货主:";
     //
     // xrLabel4
     //
     this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(32.93594F, 0F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(21.87498F, 23.00002F);
     this.xrLabel4.StylePriority.UseBorders = false;
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "致";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(497.205F, 3.051758E-05F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(41.90988F, 23F);
     this.xrLabel8.StylePriority.UseBorders = false;
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text = "仓管";
     //
     // xrLabel9
     //
     this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrLabel9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(539.1149F, 0F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(85.90564F, 23.00006F);
     this.xrLabel9.StylePriority.UseBorders = false;
     this.xrLabel9.StylePriority.UseFont = false;
     //
     // xrLabel10
     //
     this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(625.0205F, 3.051758E-05F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(79.8501F, 22.99994F);
     this.xrLabel10.StylePriority.UseBorders = false;
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.Text = "申报日期:";
     //
     // labDate
     //
     this.labDate.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.labDate.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.labDate.LocationFloat = new DevExpress.Utils.PointFloat(704.8706F, 3.051758E-05F);
     this.labDate.Name = "labDate";
     this.labDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.labDate.SizeF = new System.Drawing.SizeF(117.9169F, 23F);
     this.labDate.StylePriority.UseBorders = false;
     this.labDate.StylePriority.UseFont = false;
     this.labDate.StylePriority.UseTextAlignment = false;
     this.labDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel11
     //
     this.xrLabel11.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(822.7875F, 0F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel11.StylePriority.UseBorders = false;
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.Text = "仓库(盖章):";
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(9.999021F, 115.625F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1,
     this.xrTableRow2,
     this.xrTableRow3,
     this.xrTableRow4,
     this.xrTableRow5,
     this.xrTableRow6,
     this.xrTableRow7,
     this.xrTableRow8,
     this.xrTableRow9});
     this.xrTable1.SizeF = new System.Drawing.SizeF(1119.542F, 419.375F);
     this.xrTable1.StylePriority.UseBorders = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell2,
     this.tbWareName,
     this.xrTableCell4,
     this.tbreferdoc});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseFont = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "仓库名称";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell2.Weight = 1D;
     //
     // tbWareName
     //
     this.tbWareName.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbWareName.Name = "tbWareName";
     this.tbWareName.StylePriority.UseFont = false;
     this.tbWareName.StylePriority.UseTextAlignment = false;
     this.tbWareName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbWareName.Weight = 3.8482907652243581D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseFont = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "报关单号";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell4.Weight = 0.61277694310897457D;
     //
     // tbreferdoc
     //
     this.tbreferdoc.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbreferdoc.Name = "tbreferdoc";
     this.tbreferdoc.StylePriority.UseFont = false;
     this.tbreferdoc.StylePriority.UseTextAlignment = false;
     this.tbreferdoc.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbreferdoc.Weight = 1.1358548677884617D;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell9,
     this.xrTableCell5,
     this.xrTableCell11,
     this.xrTableCell10,
     this.xrTableCell12,
     this.xrTableCell6,
     this.xrTableCell7,
     this.xrTableCell13,
     this.xrTableCell8});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseFont = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text = "序号";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell9.Weight = 0.33974358974358976D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseFont = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text = "商品编码";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell5.Weight = 0.66025641025641013D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseFont = false;
     this.xrTableCell11.StylePriority.UseTextAlignment = false;
     this.xrTableCell11.Text = "货物名称、规格型号";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell11.Weight = 2.518409598090253D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseFont = false;
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.Text = "数量";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell10.Weight = 0.400738504570953D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseFont = false;
     this.xrTableCell12.StylePriority.UseTextAlignment = false;
     this.xrTableCell12.Text = "单位";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell12.Weight = 0.36828186446710615D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseFont = false;
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text = "毛重/净重";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell6.Weight = 0.56086079809604583D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseFont = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text = "币制";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell7.Weight = 0.61277744391025668D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseFont = false;
     this.xrTableCell13.StylePriority.UseTextAlignment = false;
     this.xrTableCell13.Text = "单价";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell13.Weight = 0.60895282451923083D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "总价";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell8.Weight = 0.52690154246794874D;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq1,
     this.cCode1,
     this.cName1,
     this.cNum1,
     this.cUnit1,
     this.cWeight1,
     this.cCoin1,
     this.cPrice1,
     this.cTotal1});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // cseq1
     //
     this.cseq1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cseq1.Name = "cseq1";
     this.cseq1.StylePriority.UseFont = false;
     this.cseq1.StylePriority.UseTextAlignment = false;
     this.cseq1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq1.Weight = 0.33974358974358976D;
     //
     // cCode1
     //
     this.cCode1.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCode1.Name = "cCode1";
     this.cCode1.StylePriority.UseFont = false;
     this.cCode1.StylePriority.UseTextAlignment = false;
     this.cCode1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode1.Weight = 0.66025641025641013D;
     //
     // cName1
     //
     this.cName1.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cName1.Multiline = true;
     this.cName1.Name = "cName1";
     this.cName1.StylePriority.UseFont = false;
     this.cName1.StylePriority.UseTextAlignment = false;
     this.cName1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName1.Weight = 2.51840923843935D;
     //
     // cNum1
     //
     this.cNum1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum1.Multiline = true;
     this.cNum1.Name = "cNum1";
     this.cNum1.StylePriority.UseFont = false;
     this.cNum1.StylePriority.UseTextAlignment = false;
     this.cNum1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum1.Weight = 0.400738504570953D;
     //
     // cUnit1
     //
     this.cUnit1.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit1.Multiline = true;
     this.cUnit1.Name = "cUnit1";
     this.cUnit1.StylePriority.UseFont = false;
     this.cUnit1.StylePriority.UseTextAlignment = false;
     this.cUnit1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit1.Weight = 0.36828186446710615D;
     //
     // cWeight1
     //
     this.cWeight1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight1.Multiline = true;
     this.cWeight1.Name = "cWeight1";
     this.cWeight1.StylePriority.UseFont = false;
     this.cWeight1.StylePriority.UseTextAlignment = false;
     this.cWeight1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight1.Weight = 0.56086115774694845D;
     //
     // cCoin1
     //
     this.cCoin1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCoin1.Name = "cCoin1";
     this.cCoin1.StylePriority.UseFont = false;
     this.cCoin1.StylePriority.UseTextAlignment = false;
     this.cCoin1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin1.Weight = 0.61277744391025668D;
     //
     // cPrice1
     //
     this.cPrice1.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice1.Name = "cPrice1";
     this.cPrice1.StylePriority.UseFont = false;
     this.cPrice1.StylePriority.UseTextAlignment = false;
     this.cPrice1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice1.Weight = 0.60895282451923083D;
     //
     // cTotal1
     //
     this.cTotal1.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal1.Name = "cTotal1";
     this.cTotal1.StylePriority.UseFont = false;
     this.cTotal1.StylePriority.UseTextAlignment = false;
     this.cTotal1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal1.Weight = 0.52690154246794874D;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq2,
     this.cCode2,
     this.cName2,
     this.cNum2,
     this.cUnit2,
     this.cWeight2,
     this.cCoin2,
     this.cPrice2,
     this.cTotal2});
     this.xrTableRow4.Name = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // cseq2
     //
     this.cseq2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cseq2.Name = "cseq2";
     this.cseq2.StylePriority.UseFont = false;
     this.cseq2.StylePriority.UseTextAlignment = false;
     this.cseq2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq2.Weight = 0.33974358974358976D;
     //
     // cCode2
     //
     this.cCode2.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCode2.Name = "cCode2";
     this.cCode2.StylePriority.UseFont = false;
     this.cCode2.StylePriority.UseTextAlignment = false;
     this.cCode2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode2.Weight = 0.66025641025641013D;
     //
     // cName2
     //
     this.cName2.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cName2.Multiline = true;
     this.cName2.Name = "cName2";
     this.cName2.StylePriority.UseFont = false;
     this.cName2.StylePriority.UseTextAlignment = false;
     this.cName2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName2.Weight = 2.5184092833957132D;
     //
     // cNum2
     //
     this.cNum2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum2.Multiline = true;
     this.cNum2.Name = "cNum2";
     this.cNum2.StylePriority.UseFont = false;
     this.cNum2.StylePriority.UseTextAlignment = false;
     this.cNum2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum2.Weight = 0.40073850457095295D;
     //
     // cUnit2
     //
     this.cUnit2.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit2.Multiline = true;
     this.cUnit2.Name = "cUnit2";
     this.cUnit2.StylePriority.UseFont = false;
     this.cUnit2.StylePriority.UseTextAlignment = false;
     this.cUnit2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit2.Weight = 0.36828181951074335D;
     //
     // cWeight2
     //
     this.cWeight2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight2.Multiline = true;
     this.cWeight2.Name = "cWeight2";
     this.cWeight2.StylePriority.UseFont = false;
     this.cWeight2.StylePriority.UseTextAlignment = false;
     this.cWeight2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight2.Weight = 0.56086115774694845D;
     //
     // cCoin2
     //
     this.cCoin2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCoin2.Name = "cCoin2";
     this.cCoin2.StylePriority.UseFont = false;
     this.cCoin2.StylePriority.UseTextAlignment = false;
     this.cCoin2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin2.Weight = 0.61277694310897457D;
     //
     // cPrice2
     //
     this.cPrice2.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice2.Name = "cPrice2";
     this.cPrice2.StylePriority.UseFont = false;
     this.cPrice2.StylePriority.UseTextAlignment = false;
     this.cPrice2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice2.Weight = 0.60895282451923083D;
     //
     // cTotal2
     //
     this.cTotal2.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal2.Name = "cTotal2";
     this.cTotal2.StylePriority.UseFont = false;
     this.cTotal2.StylePriority.UseTextAlignment = false;
     this.cTotal2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal2.Weight = 0.52690204326923085D;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq3,
     this.cCode3,
     this.cName3,
     this.cNum3,
     this.cUnit3,
     this.cWeight3,
     this.cCoin3,
     this.cPrice3,
     this.cTotal3});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // cseq3
     //
     this.cseq3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cseq3.Name = "cseq3";
     this.cseq3.StylePriority.UseFont = false;
     this.cseq3.StylePriority.UseTextAlignment = false;
     this.cseq3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq3.Weight = 0.33974358974358976D;
     //
     // cCode3
     //
     this.cCode3.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCode3.Name = "cCode3";
     this.cCode3.StylePriority.UseFont = false;
     this.cCode3.StylePriority.UseTextAlignment = false;
     this.cCode3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode3.Weight = 0.66025641025641013D;
     //
     // cName3
     //
     this.cName3.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cName3.Multiline = true;
     this.cName3.Name = "cName3";
     this.cName3.StylePriority.UseFont = false;
     this.cName3.StylePriority.UseTextAlignment = false;
     this.cName3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName3.Weight = 2.5184092833957132D;
     //
     // cNum3
     //
     this.cNum3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum3.Multiline = true;
     this.cNum3.Name = "cNum3";
     this.cNum3.StylePriority.UseFont = false;
     this.cNum3.StylePriority.UseTextAlignment = false;
     this.cNum3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum3.Weight = 0.40073850457095295D;
     //
     // cUnit3
     //
     this.cUnit3.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit3.Multiline = true;
     this.cUnit3.Name = "cUnit3";
     this.cUnit3.StylePriority.UseFont = false;
     this.cUnit3.StylePriority.UseTextAlignment = false;
     this.cUnit3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit3.Weight = 0.36828181951074335D;
     //
     // cWeight3
     //
     this.cWeight3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight3.Multiline = true;
     this.cWeight3.Name = "cWeight3";
     this.cWeight3.StylePriority.UseFont = false;
     this.cWeight3.StylePriority.UseTextAlignment = false;
     this.cWeight3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight3.Weight = 0.56086115774694845D;
     //
     // cCoin3
     //
     this.cCoin3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCoin3.Name = "cCoin3";
     this.cCoin3.StylePriority.UseFont = false;
     this.cCoin3.StylePriority.UseTextAlignment = false;
     this.cCoin3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin3.Weight = 0.61277694310897457D;
     //
     // cPrice3
     //
     this.cPrice3.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice3.Name = "cPrice3";
     this.cPrice3.StylePriority.UseFont = false;
     this.cPrice3.StylePriority.UseTextAlignment = false;
     this.cPrice3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice3.Weight = 0.60895332532051283D;
     //
     // cTotal3
     //
     this.cTotal3.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal3.Name = "cTotal3";
     this.cTotal3.StylePriority.UseFont = false;
     this.cTotal3.StylePriority.UseTextAlignment = false;
     this.cTotal3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal3.Weight = 0.52690154246794874D;
     //
     // xrTableRow6
     //
     this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq4,
     this.cCode4,
     this.cName4,
     this.cNum4,
     this.cUnit4,
     this.cWeight4,
     this.cCoin4,
     this.cPrice4,
     this.cTotal4});
     this.xrTableRow6.Name = "xrTableRow6";
     this.xrTableRow6.Weight = 1D;
     //
     // cseq4
     //
     this.cseq4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cseq4.Name = "cseq4";
     this.cseq4.StylePriority.UseFont = false;
     this.cseq4.StylePriority.UseTextAlignment = false;
     this.cseq4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq4.Weight = 0.33974358974358976D;
     //
     // cCode4
     //
     this.cCode4.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCode4.Name = "cCode4";
     this.cCode4.StylePriority.UseFont = false;
     this.cCode4.StylePriority.UseTextAlignment = false;
     this.cCode4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode4.Weight = 0.66025641025641013D;
     //
     // cName4
     //
     this.cName4.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cName4.Multiline = true;
     this.cName4.Name = "cName4";
     this.cName4.StylePriority.UseFont = false;
     this.cName4.StylePriority.UseTextAlignment = false;
     this.cName4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName4.Weight = 2.518408743919359D;
     //
     // cNum4
     //
     this.cNum4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum4.Multiline = true;
     this.cNum4.Name = "cNum4";
     this.cNum4.StylePriority.UseFont = false;
     this.cNum4.StylePriority.UseTextAlignment = false;
     this.cNum4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum4.Weight = 0.40073886422185556D;
     //
     // cUnit4
     //
     this.cUnit4.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit4.Multiline = true;
     this.cUnit4.Name = "cUnit4";
     this.cUnit4.StylePriority.UseFont = false;
     this.cUnit4.StylePriority.UseTextAlignment = false;
     this.cUnit4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit4.Weight = 0.36828181951074335D;
     //
     // cWeight4
     //
     this.cWeight4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight4.Multiline = true;
     this.cWeight4.Name = "cWeight4";
     this.cWeight4.StylePriority.UseFont = false;
     this.cWeight4.StylePriority.UseTextAlignment = false;
     this.cWeight4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight4.Weight = 0.56086133757239975D;
     //
     // cCoin4
     //
     this.cCoin4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCoin4.Name = "cCoin4";
     this.cCoin4.StylePriority.UseFont = false;
     this.cCoin4.StylePriority.UseTextAlignment = false;
     this.cCoin4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin4.Weight = 0.61277744391025668D;
     //
     // cPrice4
     //
     this.cPrice4.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice4.Name = "cPrice4";
     this.cPrice4.StylePriority.UseFont = false;
     this.cPrice4.StylePriority.UseTextAlignment = false;
     this.cPrice4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice4.Weight = 0.60895282451923083D;
     //
     // cTotal4
     //
     this.cTotal4.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal4.Name = "cTotal4";
     this.cTotal4.StylePriority.UseFont = false;
     this.cTotal4.StylePriority.UseTextAlignment = false;
     this.cTotal4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal4.Weight = 0.52690154246794874D;
     //
     // xrTableRow7
     //
     this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.cseq5,
     this.cCode5,
     this.cName5,
     this.cNum5,
     this.cUnit5,
     this.cWeight5,
     this.cCoin5,
     this.cPrice5,
     this.cTotal5});
     this.xrTableRow7.Name = "xrTableRow7";
     this.xrTableRow7.Weight = 1D;
     //
     // cseq5
     //
     this.cseq5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cseq5.Name = "cseq5";
     this.cseq5.StylePriority.UseFont = false;
     this.cseq5.StylePriority.UseTextAlignment = false;
     this.cseq5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cseq5.Weight = 0.33974358974358976D;
     //
     // cCode5
     //
     this.cCode5.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCode5.Name = "cCode5";
     this.cCode5.StylePriority.UseFont = false;
     this.cCode5.StylePriority.UseTextAlignment = false;
     this.cCode5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCode5.Weight = 0.66025641025641013D;
     //
     // cName5
     //
     this.cName5.Font = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cName5.Multiline = true;
     this.cName5.Name = "cName5";
     this.cName5.StylePriority.UseFont = false;
     this.cName5.StylePriority.UseTextAlignment = false;
     this.cName5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.cName5.Weight = 2.5184089237448104D;
     //
     // cNum5
     //
     this.cNum5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cNum5.Multiline = true;
     this.cNum5.Name = "cNum5";
     this.cNum5.StylePriority.UseFont = false;
     this.cNum5.StylePriority.UseTextAlignment = false;
     this.cNum5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cNum5.Weight = 0.40073814492005033D;
     //
     // cUnit5
     //
     this.cUnit5.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cUnit5.Multiline = true;
     this.cUnit5.Name = "cUnit5";
     this.cUnit5.StylePriority.UseFont = false;
     this.cUnit5.StylePriority.UseTextAlignment = false;
     this.cUnit5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cUnit5.Weight = 0.36828217916164596D;
     //
     // cWeight5
     //
     this.cWeight5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cWeight5.Multiline = true;
     this.cWeight5.Name = "cWeight5";
     this.cWeight5.StylePriority.UseFont = false;
     this.cWeight5.StylePriority.UseTextAlignment = false;
     this.cWeight5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.cWeight5.Weight = 0.56086151739785106D;
     //
     // cCoin5
     //
     this.cCoin5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cCoin5.Name = "cCoin5";
     this.cCoin5.StylePriority.UseFont = false;
     this.cCoin5.StylePriority.UseTextAlignment = false;
     this.cCoin5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cCoin5.Weight = 0.61277794471153868D;
     //
     // cPrice5
     //
     this.cPrice5.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cPrice5.Name = "cPrice5";
     this.cPrice5.StylePriority.UseFont = false;
     this.cPrice5.StylePriority.UseTextAlignment = false;
     this.cPrice5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cPrice5.Weight = 0.60895232371794872D;
     //
     // cTotal5
     //
     this.cTotal5.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.cTotal5.Name = "cTotal5";
     this.cTotal5.StylePriority.UseFont = false;
     this.cTotal5.StylePriority.UseTextAlignment = false;
     this.cTotal5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.cTotal5.Weight = 0.52690154246794874D;
     //
     // xrTableRow8
     //
     this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell59,
     this.tbdeliverUnit,
     this.xrTableCell63,
     this.tbSumWeight,
     this.xrTableCell60,
     this.tbtotalValue});
     this.xrTableRow8.Name = "xrTableRow8";
     this.xrTableRow8.Weight = 1D;
     //
     // xrTableCell59
     //
     this.xrTableCell59.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell59.Name = "xrTableCell59";
     this.xrTableCell59.StylePriority.UseFont = false;
     this.xrTableCell59.StylePriority.UseTextAlignment = false;
     this.xrTableCell59.Text = "发货单位";
     this.xrTableCell59.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell59.Weight = 0.6532580264313721D;
     //
     // tbdeliverUnit
     //
     this.tbdeliverUnit.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbdeliverUnit.Name = "tbdeliverUnit";
     this.tbdeliverUnit.StylePriority.UseFont = false;
     this.tbdeliverUnit.StylePriority.UseTextAlignment = false;
     this.tbdeliverUnit.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbdeliverUnit.Weight = 2.8651507817818862D;
     //
     // xrTableCell63
     //
     this.xrTableCell63.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.xrTableCell63.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell63.Name = "xrTableCell63";
     this.xrTableCell63.StylePriority.UseBorders = false;
     this.xrTableCell63.StylePriority.UseFont = false;
     this.xrTableCell63.StylePriority.UseTextAlignment = false;
     this.xrTableCell63.Text = "合计重量";
     this.xrTableCell63.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell63.Weight = 0.76902015714061944D;
     //
     // tbSumWeight
     //
     this.tbSumWeight.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)));
     this.tbSumWeight.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbSumWeight.Multiline = true;
     this.tbSumWeight.Name = "tbSumWeight";
     this.tbSumWeight.StylePriority.UseBorders = false;
     this.tbSumWeight.StylePriority.UseFont = false;
     this.tbSumWeight.StylePriority.UseTextAlignment = false;
     this.tbSumWeight.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbSumWeight.Weight = 1.173638242178173D;
     //
     // xrTableCell60
     //
     this.xrTableCell60.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell60.Name = "xrTableCell60";
     this.xrTableCell60.StylePriority.UseFont = false;
     this.xrTableCell60.StylePriority.UseTextAlignment = false;
     this.xrTableCell60.Text = "合计总价";
     this.xrTableCell60.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell60.Weight = 0.60895382612179483D;
     //
     // tbtotalValue
     //
     this.tbtotalValue.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbtotalValue.Name = "tbtotalValue";
     this.tbtotalValue.StylePriority.UseFont = false;
     this.tbtotalValue.StylePriority.UseTextAlignment = false;
     this.tbtotalValue.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbtotalValue.Weight = 0.52690154246794862D;
     //
     // xrTableRow9
     //
     this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell61,
     this.tbCarNo,
     this.xrTableCell68,
     this.tbOutCountry,
     this.xrTableCell65,
     this.tbTradetype,
     this.xrTableCell66,
     this.tbInWaretype});
     this.xrTableRow9.Name = "xrTableRow9";
     this.xrTableRow9.Weight = 1D;
     //
     // xrTableCell61
     //
     this.xrTableCell61.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell61.Name = "xrTableCell61";
     this.xrTableCell61.StylePriority.UseFont = false;
     this.xrTableCell61.StylePriority.UseTextAlignment = false;
     this.xrTableCell61.Text = "车牌号";
     this.xrTableCell61.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell61.Weight = 0.6532580264313721D;
     //
     // tbCarNo
     //
     this.tbCarNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbCarNo.Name = "tbCarNo";
     this.tbCarNo.StylePriority.UseFont = false;
     this.tbCarNo.StylePriority.UseTextAlignment = false;
     this.tbCarNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tbCarNo.Weight = 0.9113786422384994D;
     //
     // xrTableCell68
     //
     this.xrTableCell68.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell68.Name = "xrTableCell68";
     this.xrTableCell68.StylePriority.UseFont = false;
     this.xrTableCell68.StylePriority.UseTextAlignment = false;
     this.xrTableCell68.Text = "出口国别";
     this.xrTableCell68.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell68.Weight = 0.83039538261217927D;
     //
     // tbOutCountry
     //
     this.tbOutCountry.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbOutCountry.Name = "tbOutCountry";
     this.tbOutCountry.StylePriority.UseFont = false;
     this.tbOutCountry.StylePriority.UseTextAlignment = false;
     this.tbOutCountry.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbOutCountry.Weight = 1.123376537435629D;
     //
     // xrTableCell65
     //
     this.xrTableCell65.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell65.Name = "xrTableCell65";
     this.xrTableCell65.StylePriority.UseFont = false;
     this.xrTableCell65.StylePriority.UseTextAlignment = false;
     this.xrTableCell65.Text = "贸易方式";
     this.xrTableCell65.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell65.Weight = 0.40073916304007828D;
     //
     // tbTradetype
     //
     this.tbTradetype.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tbTradetype.Name = "tbTradetype";
     this.tbTradetype.StylePriority.UseFont = false;
     this.tbTradetype.StylePriority.UseTextAlignment = false;
     this.tbTradetype.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbTradetype.Weight = 1.5419214589794201D;
     //
     // xrTableCell66
     //
     this.xrTableCell66.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell66.Name = "xrTableCell66";
     this.xrTableCell66.StylePriority.UseFont = false;
     this.xrTableCell66.StylePriority.UseTextAlignment = false;
     this.xrTableCell66.Text = "入仓方式";
     this.xrTableCell66.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell66.Weight = 0.60895182291666661D;
     //
     // tbInWaretype
     //
     this.tbInWaretype.Font = new System.Drawing.Font("宋体", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tbInWaretype.Name = "tbInWaretype";
     this.tbInWaretype.StylePriority.UseFont = false;
     this.tbInWaretype.StylePriority.UseTextAlignment = false;
     this.tbInWaretype.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.tbInWaretype.Weight = 0.52690154246794862D;
     //
     // xrLabel13
     //
     this.xrLabel13.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(607.0966F, 33.70835F);
     this.xrLabel13.Name = "xrLabel13";
     this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF = new System.Drawing.SizeF(215.953F, 44.875F);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text = "仓 清 单";
     this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel12
     //
     this.xrLabel12.Font = new System.Drawing.Font("宋体", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(558.1003F, 10.00001F);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF = new System.Drawing.SizeF(48.99628F, 70.50001F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text = "入";
     this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("宋体", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(258.7459F, 33.70835F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(299.3544F, 44.875F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text = "进 口 保 税 仓 货 物";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 1F;
     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 = 8F;
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // Report_jkbsrc
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin});
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(8, 19, 1, 8);
     this.PageHeight = 827;
     this.PageWidth = 1169;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Version = "12.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings1 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
     DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings2 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
     this.rep11_ATableAdapter = new RetirementCenter.DataSources.dsReportsTableAdapters.Rep11_ATableAdapter();
     this.dsReports = new RetirementCenter.DataSources.dsReports();
     this.rep11_BTableAdapter1 = new RetirementCenter.DataSources.dsReportsTableAdapters.Rep11_BTableAdapter();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xtcSyndicate = new DevExpress.XtraReports.UI.XRTableCell();
     this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xlDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xpbLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.pramDate = new DevExpress.XtraReports.Parameters.Parameter();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.calcTotalEstktaa = new DevExpress.XtraReports.UI.CalculatedField();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
     this.xlDof = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xlSynd = new DevExpress.XtraReports.UI.XRLabel();
     this.calcSafi = new DevExpress.XtraReports.UI.CalculatedField();
     this.pramSynd = new DevExpress.XtraReports.Parameters.Parameter();
     this.rep11_CTableAdapter = new RetirementCenter.DataSources.dsReportsTableAdapters.Rep11_CTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // rep11_ATableAdapter
     //
     this.rep11_ATableAdapter.ClearBeforeFill = true;
     //
     // dsReports
     //
     this.dsReports.DataSetName = "dsReports";
     this.dsReports.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // rep11_BTableAdapter1
     //
     this.rep11_BTableAdapter1.ClearBeforeFill = true;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail.HeightF = 15F;
     this.Detail.MultiColumn.ColumnWidth = 326F;
     this.Detail.Name = "Detail";
     this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("SubCommitte", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
     new DevExpress.XtraReports.UI.GroupField("MMashatName", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.Detail.StylePriority.UsePadding = false;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(55F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(693.6249F, 15F);
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseFont = false;
     this.xrTable1.StylePriority.UsePadding = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell6,
     this.xrTableCell10,
     this.xrTableCell2,
     this.xrTableCell8,
     this.xrTableCell20,
     this.xtcSyndicate});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep11_C.summony", "{0:n2}")});
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Text = "xrTableCell6";
     this.xrTableCell6.Weight = 0.3942830151184003D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep11_C.visanumber")});
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.Text = "xrTableCell10";
     this.xrTableCell10.Weight = 0.63434822529909851D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep11_C.sarfnumber")});
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.Text = "xrTableCell2";
     this.xrTableCell2.Weight = 0.62254753621340231D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep11_C.MMashatName")});
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.Text = "xrTableCell8";
     this.xrTableCell8.Weight = 0.95162756671402449D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep11_C.SubCommitte")});
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.NullValueText = "0";
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "xrTableCell20";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell20.Weight = 0.71031078681867921D;
     //
     // xtcSyndicate
     //
     this.xtcSyndicate.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep11_C.MMashatName")});
     this.xtcSyndicate.Name = "xtcSyndicate";
     this.xtcSyndicate.StylePriority.UseTextAlignment = false;
     xrSummary1.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xtcSyndicate.Summary = xrSummary1;
     this.xtcSyndicate.Text = "xtcSyndicate";
     this.xtcSyndicate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xtcSyndicate.Weight = 0.20635208340996869D;
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 6.41667F;
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // xlDate
     //
     this.xlDate.Font = new System.Drawing.Font("Times New Roman", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlDate.LocationFloat = new DevExpress.Utils.PointFloat(251.5711F, 83.3958F);
     this.xlDate.Name = "xlDate";
     this.xlDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlDate.SizeF = new System.Drawing.SizeF(142.1789F, 23.00001F);
     this.xlDate.StylePriority.UseFont = false;
     this.xlDate.StylePriority.UseTextAlignment = false;
     this.xlDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(393.75F, 83.3958F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(214.4142F, 23F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text = "بيان توريد الدفعات للبنك اعضاء بتاريخ";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xpbLogo
     //
     this.xpbLogo.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Image", null, "AppOptions.CompanyLogo")});
     this.xpbLogo.LocationFloat = new DevExpress.Utils.PointFloat(10F, 10.00001F);
     this.xpbLogo.Name = "xpbLogo";
     this.xpbLogo.SizeF = new System.Drawing.SizeF(100F, 80F);
     this.xpbLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(55F, 152.2292F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow3});
     this.xrTable2.SizeF = new System.Drawing.SizeF(693.6249F, 31.77084F);
     this.xrTable2.StylePriority.UseBackColor = false;
     this.xrTable2.StylePriority.UseBorders = false;
     this.xrTable2.StylePriority.UseFont = false;
     this.xrTable2.StylePriority.UseForeColor = false;
     this.xrTable2.StylePriority.UsePadding = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell3,
     this.xrTableCell7,
     this.xrTableCell1,
     this.xrTableCell24,
     this.xrTableCell5,
     this.xrTableCell25});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.Text = "المبلغ";
     this.xrTableCell3.Weight = 0.46225157486612078D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.Text = "فيزا";
     this.xrTableCell7.Weight = 0.74370064359475574D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.Text = "صرف";
     this.xrTableCell1.Weight = 0.72986542553137923D;
     //
     // xrTableCell24
     //
     this.xrTableCell24.Name = "xrTableCell24";
     this.xrTableCell24.StylePriority.UseTextAlignment = false;
     this.xrTableCell24.Text = "اسم";
     this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell24.Weight = 1.1156745560505981D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Text = "لجنة";
     this.xrTableCell5.Weight = 0.8327580779947944D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.StylePriority.UseFont = false;
     this.xrTableCell25.StylePriority.UseTextAlignment = false;
     this.xrTableCell25.Text = "مسلسل";
     this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell25.Weight = 0.24192415192328454D;
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(576.3332F, 39F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(216.6667F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "ادارة المعـــــاشـــــات";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(635.7083F, 10.00001F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(157.2917F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text = "نقابة المهن التعليمية";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.HeightF = 26.20837F;
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // pramDate
     //
     this.pramDate.Description = "التاريخ";
     dynamicListLookUpSettings1.DataAdapter = this.rep11_ATableAdapter;
     dynamicListLookUpSettings1.DataMember = "Rep11_A";
     dynamicListLookUpSettings1.DataSource = this.dsReports;
     dynamicListLookUpSettings1.DisplayMember = "sendbankdate";
     dynamicListLookUpSettings1.ValueMember = "sendbankdate";
     this.pramDate.LookUpSettings = dynamicListLookUpSettings1;
     this.pramDate.Name = "pramDate";
     this.pramDate.Type = typeof(System.DateTime);
     this.pramDate.ValueInfo = "07/25/2015 19:15:03";
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel11,
     this.xrLabel10,
     this.xrLabel8,
     this.xrTable4,
     this.xrLabel7});
     this.ReportFooter.HeightF = 186.4583F;
     this.ReportFooter.Name = "ReportFooter";
     //
     // xrLabel11
     //
     this.xrLabel11.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(100F, 143.0417F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(208.1542F, 23F);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text = "مدير إدارة الحسابات";
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel10
     //
     this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(393.75F, 143.0417F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(208.1542F, 23F);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text = "مدير إدارة المعاشات";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel8
     //
     this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(451.304F, 110.4791F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(321.6959F, 23F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text = "تحريراً في";
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTable4
     //
     this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(55F, 20.83333F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow5});
     this.xrTable4.SizeF = new System.Drawing.SizeF(693.6249F, 25F);
     this.xrTable4.StylePriority.UseBorders = false;
     this.xrTable4.StylePriority.UseFont = false;
     this.xrTable4.StylePriority.UsePadding = false;
     this.xrTable4.StylePriority.UseTextAlignment = false;
     this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell9,
     this.xrTableCell4,
     this.xrTableCell40,
     this.xrTableCell44});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep11_C.summony")});
     this.xrTableCell9.Name = "xrTableCell9";
     xrSummary2.FormatString = "{0:n2}";
     xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell9.Summary = xrSummary2;
     this.xrTableCell9.Text = "xrTableCell9";
     this.xrTableCell9.Weight = 0.44266181095205337D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.Weight = 1.4111174054849553D;
     //
     // xrTableCell40
     //
     this.xrTableCell40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep11_C.MMashatName")});
     this.xrTableCell40.Name = "xrTableCell40";
     this.xrTableCell40.NullValueText = "0";
     this.xrTableCell40.StylePriority.UseTextAlignment = false;
     xrSummary3.FormatString = "{0:#,#}";
     xrSummary3.Func = DevExpress.XtraReports.UI.SummaryFunc.Count;
     xrSummary3.IgnoreNullValues = true;
     xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell40.Summary = xrSummary3;
     this.xrTableCell40.Text = "xrTableCell40";
     this.xrTableCell40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell40.Weight = 1.0683932678765047D;
     //
     // xrTableCell44
     //
     this.xrTableCell44.Name = "xrTableCell44";
     this.xrTableCell44.StylePriority.UseTextAlignment = false;
     xrSummary4.IgnoreNullValues = true;
     this.xrTableCell44.Summary = xrSummary4;
     this.xrTableCell44.Text = "الجمـــــــــــلة";
     this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell44.Weight = 1.0291380862838975D;
     //
     // xrLabel7
     //
     this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(451.304F, 78.18747F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(321.6959F, 23F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text = "هذا ولسيادتكم وافر التقدير والاحترام";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // calcTotalEstktaa
     //
     this.calcTotalEstktaa.DataMember = "Rep09";
     this.calcTotalEstktaa.Expression = "[eshtrakmonth] + [estktaa] + [rsmmonth]";
     this.calcTotalEstktaa.FieldType = DevExpress.XtraReports.UI.FieldType.Double;
     this.calcTotalEstktaa.Name = "calcTotalEstktaa";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel6,
     this.xlDof,
     this.xrLabel4,
     this.xlSynd,
     this.xpbLogo,
     this.xrLabel2,
     this.xrTable2,
     this.xrLabel1,
     this.xrLabel9,
     this.xlDate});
     this.PageHeader.HeightF = 184F;
     this.PageHeader.Name = "PageHeader";
     //
     // xrLabel6
     //
     this.xrLabel6.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(563.0476F, 112.5F);
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF = new System.Drawing.SizeF(45.11658F, 22.99998F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text = "دفعة";
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlDof
     //
     this.xlDof.Font = new System.Drawing.Font("Times New Roman", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlDof.LocationFloat = new DevExpress.Utils.PointFloat(433.3687F, 112.5F);
     this.xlDof.Name = "xlDof";
     this.xlDof.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlDof.SizeF = new System.Drawing.SizeF(129.6789F, 23.00002F);
     this.xlDof.StylePriority.UseFont = false;
     this.xlDof.StylePriority.UseTextAlignment = false;
     this.xlDof.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel4
     //
     this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(382.4673F, 112.5F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(50.90137F, 22.99999F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "فرعية";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xlSynd
     //
     this.xlSynd.Font = new System.Drawing.Font("Times New Roman", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlSynd.LocationFloat = new DevExpress.Utils.PointFloat(240.2884F, 112.5F);
     this.xlSynd.Name = "xlSynd";
     this.xlSynd.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlSynd.SizeF = new System.Drawing.SizeF(142.1789F, 23.00001F);
     this.xlSynd.StylePriority.UseFont = false;
     this.xlSynd.StylePriority.UseTextAlignment = false;
     this.xlSynd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // calcSafi
     //
     this.calcSafi.DataMember = "Rep09";
     this.calcSafi.Expression = "[monymonth] - [calcTotalEstktaa]";
     this.calcSafi.Name = "calcSafi";
     //
     // pramSynd
     //
     this.pramSynd.Description = "الفرعية";
     dynamicListLookUpSettings2.DataAdapter = this.rep11_BTableAdapter1;
     dynamicListLookUpSettings2.DataMember = "Rep11_B";
     dynamicListLookUpSettings2.DataSource = this.dsReports;
     dynamicListLookUpSettings2.DisplayMember = "Syndicate";
     dynamicListLookUpSettings2.ValueMember = "SyndicateId";
     this.pramSynd.LookUpSettings = dynamicListLookUpSettings2;
     this.pramSynd.Name = "pramSynd";
     this.pramSynd.Type = typeof(int);
     this.pramSynd.ValueInfo = "0";
     //
     // rep11_CTableAdapter
     //
     this.rep11_CTableAdapter.ClearBeforeFill = true;
     //
     // XRep11
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.topMarginBand1,
     this.bottomMarginBand1,
     this.ReportFooter,
     this.PageHeader});
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
     this.calcTotalEstktaa,
     this.calcSafi});
     this.DataMember = "Rep11_C";
     this.DataSource = this.dsReports;
     this.DrawGrid = false;
     this.Margins = new System.Drawing.Printing.Margins(12, 12, 6, 26);
     this.PageHeight = 1169;
     this.PageWidth = 827;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
     this.pramDate,
     this.pramSynd});
     this.ReportPrintOptions.DetailCountOnEmptyDataSource = 10;
     this.Version = "12.2";
     this.ParametersRequestBeforeShow += new System.EventHandler<DevExpress.XtraReports.Parameters.ParametersRequestEventArgs>(this.XRep01_ParametersRequestBeforeShow);
     this.ParametersRequestSubmit += new System.EventHandler<DevExpress.XtraReports.Parameters.ParametersRequestEventArgs>(this.XRep01_ParametersRequestSubmit);
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 38
0
 private void InitializeComponent()
 {
     this.topMarginBand1    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.detailBand1       = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable2          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell8      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14     = new DevExpress.XtraReports.UI.XRTableCell();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.PageHeader        = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrTable1          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7      = new DevExpress.XtraReports.UI.XRTableCell();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // topMarginBand1
     //
     this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel3,
         this.xrLabel1,
         this.xrLabel2
     });
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // xrLabel3
     //
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(550F, 77F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text          = "2015/12/1";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel1
     //
     this.xrLabel1.Font                  = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(86.45834F, 14.66667F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "报表编号";
     //
     // xrLabel2
     //
     this.xrLabel2.AutoWidth                      = true;
     this.xrLabel2.Font                           = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(270.8333F, 37.5F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(159.375F, 23F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "产出数据查询";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel2.WordWrap                       = false;
     //
     // detailBand1
     //
     this.detailBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.detailBand1.HeightF = 25F;
     this.detailBand1.Name    = "detailBand1";
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(650F, 25F);
     this.xrTable2.StylePriority.UseBorders       = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell8,
         this.xrTableCell9,
         this.xrTableCell10,
         this.xrTableCell11,
         this.xrTableCell12,
         this.xrTableCell13,
         this.xrTableCell14
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Name   = "xrTableCell8";
     this.xrTableCell8.Weight = 0.39903848501352157D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Name   = "xrTableCell9";
     this.xrTableCell9.Weight = 0.46634601299579326D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Name   = "xrTableCell10";
     this.xrTableCell10.Weight = 0.44711565457857572D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Name   = "xrTableCell11";
     this.xrTableCell11.Weight = 0.46634618905874403D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Name   = "xrTableCell12";
     this.xrTableCell12.Weight = 0.35576894906850953D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Name   = "xrTableCell13";
     this.xrTableCell13.Weight = 0.43269235464242789D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Name   = "xrTableCell14";
     this.xrTableCell14.Weight = 0.43269235464242789D;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.PageHeader.HeightF = 48.95834F;
     this.PageHeader.Name    = "PageHeader";
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 23.95833F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 25F);
     this.xrTable1.StylePriority.UseBorders       = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell3,
         this.xrTableCell4,
         this.xrTableCell5,
         this.xrTableCell6,
         this.xrTableCell7
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name   = "xrTableCell1";
     this.xrTableCell1.Text   = "合同号";
     this.xrTableCell1.Weight = 0.39903848501352157D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Name   = "xrTableCell2";
     this.xrTableCell2.Text   = "订单号";
     this.xrTableCell2.Weight = 0.46634601299579326D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Name   = "xrTableCell3";
     this.xrTableCell3.Text   = "成品号";
     this.xrTableCell3.Weight = 0.44711551372821517D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name   = "xrTableCell4";
     this.xrTableCell4.Text   = "生产线";
     this.xrTableCell4.Weight = 0.46634632990910457D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name   = "xrTableCell5";
     this.xrTableCell5.Text   = "工作中心";
     this.xrTableCell5.Weight = 0.35576894906850953D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Name   = "xrTableCell6";
     this.xrTableCell6.Text   = "操作人";
     this.xrTableCell6.Weight = 0.43269235464242789D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Name   = "xrTableCell7";
     this.xrTableCell7.Text   = "状态";
     this.xrTableCell7.Weight = 0.43269235464242789D;
     //
     // Report_Exp2200
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.topMarginBand1,
         this.detailBand1,
         this.bottomMarginBand1,
         this.PageHeader
     });
     this.Version = "11.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 39
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraReports.UI.XRTableCell          tableCell8;
     DevExpress.XtraReports.UI.XRSummary            xrSummary1       = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.DataAccess.Sql.StoredProcQuery      storedProcQuery1 = new DevExpress.DataAccess.Sql.StoredProcQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1  = new DevExpress.DataAccess.Sql.QueryParameter();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(Xrpt_PhieuDiem));
     this.sqlDataSource1         = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.Title                  = new DevExpress.XtraReports.UI.XRControlStyle();
     this.GroupCaption1          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.GroupData1             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailCaption1         = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData1            = new DevExpress.XtraReports.UI.XRControlStyle();
     this.GroupFooterBackground3 = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData3_Odd        = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo               = new DevExpress.XtraReports.UI.XRControlStyle();
     this.TopMargin              = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin           = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.pageInfo1              = new DevExpress.XtraReports.UI.XRPageInfo();
     this.pageInfo2              = new DevExpress.XtraReports.UI.XRPageInfo();
     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.xrTableRow1            = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1           = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2           = new DevExpress.XtraReports.UI.XRTableCell();
     this.GroupHeader2           = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.table2                 = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow2              = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell4             = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell5             = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell6             = new DevExpress.XtraReports.UI.XRTableCell();
     this.Detail                 = new DevExpress.XtraReports.UI.DetailBand();
     this.table3                 = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow3              = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell9             = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell10            = new DevExpress.XtraReports.UI.XRTableCell();
     tableCell8                  = new DevExpress.XtraReports.UI.XRTableCell();
     ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.table3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // tableCell8
     //
     tableCell8.BorderColor = System.Drawing.Color.Black;
     tableCell8.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Right)
                                                                     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     tableCell8.BorderWidth = 0.5F;
     tableCell8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "sumRecordNumber()")
     });
     tableCell8.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     tableCell8.Name = "tableCell8";
     tableCell8.ProcessDuplicatesMode        = DevExpress.XtraReports.UI.ProcessDuplicatesMode.SuppressAndShrink;
     tableCell8.StyleName                    = "DetailData1";
     tableCell8.StylePriority.UseBorderColor = false;
     tableCell8.StylePriority.UseBorders     = false;
     tableCell8.StylePriority.UseBorderWidth = false;
     tableCell8.StylePriority.UseFont        = false;
     xrSummary1.IgnoreNullValues             = true;
     xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     tableCell8.Summary = xrSummary1;
     tableCell8.Weight  = 0.15808428351391551D;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "CSDLPT_QLSV.Properties.Settings.QLDSVConnectionString_SERVER1";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     storedProcQuery1.Name     = "SP_PHIEUDIEM";
     queryParameter1.Name      = "@MASV";
     queryParameter1.Type      = typeof(string);
     queryParameter1.ValueInfo = "08VTA102";
     storedProcQuery1.Parameters.Add(queryParameter1);
     storedProcQuery1.StoredProcName = "SP_PHIEUDIEM";
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         storedProcQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // Title
     //
     this.Title.BackColor   = System.Drawing.Color.Transparent;
     this.Title.BorderColor = System.Drawing.Color.Black;
     this.Title.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.Title.BorderWidth = 1F;
     this.Title.Font        = new System.Drawing.Font("Arial", 14.25F);
     this.Title.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(70)))), ((int)(((byte)(80)))));
     this.Title.Name        = "Title";
     //
     // GroupCaption1
     //
     this.GroupCaption1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(104)))), ((int)(((byte)(196)))));
     this.GroupCaption1.BorderColor   = System.Drawing.Color.White;
     this.GroupCaption1.Borders       = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.GroupCaption1.BorderWidth   = 2F;
     this.GroupCaption1.Font          = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
     this.GroupCaption1.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(228)))), ((int)(((byte)(228)))));
     this.GroupCaption1.Name          = "GroupCaption1";
     this.GroupCaption1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100F);
     this.GroupCaption1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // GroupData1
     //
     this.GroupData1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(104)))), ((int)(((byte)(196)))));
     this.GroupData1.BorderColor   = System.Drawing.Color.White;
     this.GroupData1.Borders       = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.GroupData1.BorderWidth   = 2F;
     this.GroupData1.Font          = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
     this.GroupData1.ForeColor     = System.Drawing.Color.White;
     this.GroupData1.Name          = "GroupData1";
     this.GroupData1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100F);
     this.GroupData1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailCaption1
     //
     this.DetailCaption1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(23)))), ((int)(((byte)(104)))), ((int)(((byte)(196)))));
     this.DetailCaption1.BorderColor   = System.Drawing.Color.White;
     this.DetailCaption1.Borders       = DevExpress.XtraPrinting.BorderSide.Left;
     this.DetailCaption1.BorderWidth   = 2F;
     this.DetailCaption1.Font          = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
     this.DetailCaption1.ForeColor     = System.Drawing.Color.White;
     this.DetailCaption1.Name          = "DetailCaption1";
     this.DetailCaption1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailCaption1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData1
     //
     this.DetailData1.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailData1.Borders       = DevExpress.XtraPrinting.BorderSide.Left;
     this.DetailData1.BorderWidth   = 2F;
     this.DetailData1.Font          = new System.Drawing.Font("Arial", 8.25F);
     this.DetailData1.ForeColor     = System.Drawing.Color.Black;
     this.DetailData1.Name          = "DetailData1";
     this.DetailData1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailData1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // GroupFooterBackground3
     //
     this.GroupFooterBackground3.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(117)))), ((int)(((byte)(129)))));
     this.GroupFooterBackground3.BorderColor   = System.Drawing.Color.White;
     this.GroupFooterBackground3.Borders       = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.GroupFooterBackground3.BorderWidth   = 2F;
     this.GroupFooterBackground3.Font          = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
     this.GroupFooterBackground3.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(228)))), ((int)(((byte)(228)))));
     this.GroupFooterBackground3.Name          = "GroupFooterBackground3";
     this.GroupFooterBackground3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 2, 0, 0, 100F);
     this.GroupFooterBackground3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData3_Odd
     //
     this.DetailData3_Odd.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(245)))), ((int)(((byte)(248)))));
     this.DetailData3_Odd.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailData3_Odd.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.DetailData3_Odd.BorderWidth   = 1F;
     this.DetailData3_Odd.Font          = new System.Drawing.Font("Arial", 8.25F);
     this.DetailData3_Odd.ForeColor     = System.Drawing.Color.Black;
     this.DetailData3_Odd.Name          = "DetailData3_Odd";
     this.DetailData3_Odd.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // PageInfo
     //
     this.PageInfo.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
     this.PageInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(70)))), ((int)(((byte)(80)))));
     this.PageInfo.Name      = "PageInfo";
     this.PageInfo.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // TopMargin
     //
     this.TopMargin.Name = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.pageInfo1,
         this.pageInfo2
     });
     this.BottomMargin.Name = "BottomMargin";
     //
     // pageInfo1
     //
     this.pageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(4F, 4F);
     this.pageInfo1.Name          = "pageInfo1";
     this.pageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.pageInfo1.SizeF         = new System.Drawing.SizeF(305.5F, 23F);
     this.pageInfo1.StyleName     = "PageInfo";
     //
     // pageInfo2
     //
     this.pageInfo2.LocationFloat    = new DevExpress.Utils.PointFloat(317F, 4F);
     this.pageInfo2.Name             = "pageInfo2";
     this.pageInfo2.SizeF            = new System.Drawing.SizeF(305.5F, 23F);
     this.pageInfo2.StyleName        = "PageInfo";
     this.pageInfo2.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.pageInfo2.TextFormatString = "Page {0} of {1}";
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.label1
     });
     this.ReportHeader.HeightF = 48.88889F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // label1
     //
     this.label1.Font                           = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Bold);
     this.label1.LocationFloat                  = new DevExpress.Utils.PointFloat(4F, 4F);
     this.label1.Name                           = "label1";
     this.label1.SizeF                          = new System.Drawing.SizeF(619F, 24.19433F);
     this.label1.StyleName                      = "Title";
     this.label1.StylePriority.UseFont          = false;
     this.label1.StylePriority.UseTextAlignment = false;
     this.label1.Text                           = "PHIẾU ĐIỂM";
     this.label1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table1
     });
     this.GroupHeader1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("MASV", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.GroupHeader1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail;
     this.GroupHeader1.HeightF    = 73.66668F;
     this.GroupHeader1.Level      = 1;
     this.GroupHeader1.Name       = "GroupHeader1";
     //
     // table1
     //
     this.table1.LocationFloat = new DevExpress.Utils.PointFloat(166.6667F, 9.999996F);
     this.table1.Name          = "table1";
     this.table1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.tableRow1,
         this.xrTableRow1
     });
     this.table1.SizeF = new System.Drawing.SizeF(298.7652F, 50F);
     //
     // tableRow1
     //
     this.tableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell1,
         this.tableCell2
     });
     this.tableRow1.Name   = "tableRow1";
     this.tableRow1.Weight = 1D;
     //
     // tableCell1
     //
     this.tableCell1.BackColor   = System.Drawing.Color.White;
     this.tableCell1.BorderColor = System.Drawing.Color.Transparent;
     this.tableCell1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                           | DevExpress.XtraPrinting.BorderSide.Right)
                                                                          | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell1.BorderWidth = 0.5F;
     this.tableCell1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.tableCell1.ForeColor   = System.Drawing.Color.Black;
     this.tableCell1.Name        = "tableCell1";
     this.tableCell1.StyleName   = "GroupCaption1";
     this.tableCell1.StylePriority.UseBackColor   = false;
     this.tableCell1.StylePriority.UseBorderColor = false;
     this.tableCell1.StylePriority.UseBorders     = false;
     this.tableCell1.StylePriority.UseBorderWidth = false;
     this.tableCell1.StylePriority.UseFont        = false;
     this.tableCell1.StylePriority.UseForeColor   = false;
     this.tableCell1.Text   = "Mã SV:";
     this.tableCell1.Weight = 0.097234552918545575D;
     //
     // tableCell2
     //
     this.tableCell2.BackColor   = System.Drawing.Color.White;
     this.tableCell2.BorderColor = System.Drawing.Color.Transparent;
     this.tableCell2.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                           | DevExpress.XtraPrinting.BorderSide.Right)
                                                                          | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell2.BorderWidth = 0.5F;
     this.tableCell2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MASV]")
     });
     this.tableCell2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.tableCell2.ForeColor = System.Drawing.Color.Black;
     this.tableCell2.Name      = "tableCell2";
     this.tableCell2.StyleName = "GroupData1";
     this.tableCell2.StylePriority.UseBackColor   = false;
     this.tableCell2.StylePriority.UseBorderColor = false;
     this.tableCell2.StylePriority.UseBorders     = false;
     this.tableCell2.StylePriority.UseBorderWidth = false;
     this.tableCell2.StylePriority.UseFont        = false;
     this.tableCell2.StylePriority.UseForeColor   = false;
     this.tableCell2.Weight = 0.37926499480782028D;
     //
     // 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.BackColor   = System.Drawing.Color.White;
     this.xrTableCell1.BorderColor = System.Drawing.Color.Transparent;
     this.xrTableCell1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                             | DevExpress.XtraPrinting.BorderSide.Right)
                                                                            | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell1.BorderWidth = 0.5F;
     this.xrTableCell1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.xrTableCell1.ForeColor   = System.Drawing.Color.Black;
     this.xrTableCell1.Multiline   = true;
     this.xrTableCell1.Name        = "xrTableCell1";
     this.xrTableCell1.StyleName   = "GroupCaption1";
     this.xrTableCell1.StylePriority.UseBackColor   = false;
     this.xrTableCell1.StylePriority.UseBorderColor = false;
     this.xrTableCell1.StylePriority.UseBorders     = false;
     this.xrTableCell1.StylePriority.UseBorderWidth = false;
     this.xrTableCell1.StylePriority.UseFont        = false;
     this.xrTableCell1.StylePriority.UseForeColor   = false;
     this.xrTableCell1.Text   = "Họ tên:";
     this.xrTableCell1.Weight = 0.097234552918545575D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.BackColor   = System.Drawing.Color.White;
     this.xrTableCell2.BorderColor = System.Drawing.Color.Transparent;
     this.xrTableCell2.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                             | DevExpress.XtraPrinting.BorderSide.Right)
                                                                            | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell2.BorderWidth = 0.5F;
     this.xrTableCell2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Concat([HO],\' \',[TEN])")
     });
     this.xrTableCell2.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.xrTableCell2.ForeColor = System.Drawing.Color.Black;
     this.xrTableCell2.Multiline = true;
     this.xrTableCell2.Name      = "xrTableCell2";
     this.xrTableCell2.StyleName = "GroupData1";
     this.xrTableCell2.StylePriority.UseBackColor   = false;
     this.xrTableCell2.StylePriority.UseBorderColor = false;
     this.xrTableCell2.StylePriority.UseBorders     = false;
     this.xrTableCell2.StylePriority.UseBorderWidth = false;
     this.xrTableCell2.StylePriority.UseFont        = false;
     this.xrTableCell2.StylePriority.UseForeColor   = false;
     this.xrTableCell2.Weight = 0.37926499480782028D;
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table2
     });
     this.GroupHeader2.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail;
     this.GroupHeader2.HeightF    = 28F;
     this.GroupHeader2.Name       = "GroupHeader2";
     //
     // table2
     //
     this.table2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.table2.Name          = "table2";
     this.table2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.tableRow2
     });
     this.table2.SizeF = new System.Drawing.SizeF(627F, 28F);
     //
     // tableRow2
     //
     this.tableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell4,
         this.tableCell5,
         this.tableCell6
     });
     this.tableRow2.Name   = "tableRow2";
     this.tableRow2.Weight = 1D;
     //
     // tableCell4
     //
     this.tableCell4.BorderColor = System.Drawing.Color.Black;
     this.tableCell4.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                           | DevExpress.XtraPrinting.BorderSide.Right)
                                                                          | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell4.BorderWidth = 0.5F;
     this.tableCell4.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.tableCell4.Name        = "tableCell4";
     this.tableCell4.StyleName   = "DetailCaption1";
     this.tableCell4.StylePriority.UseBorderColor = false;
     this.tableCell4.StylePriority.UseBorders     = false;
     this.tableCell4.StylePriority.UseBorderWidth = false;
     this.tableCell4.StylePriority.UseFont        = false;
     this.tableCell4.Text   = "STT";
     this.tableCell4.Weight = 0.15808434851565745D;
     //
     // tableCell5
     //
     this.tableCell5.BorderColor = System.Drawing.Color.Black;
     this.tableCell5.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                           | DevExpress.XtraPrinting.BorderSide.Right)
                                                                          | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell5.BorderWidth = 0.5F;
     this.tableCell5.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.tableCell5.Name        = "tableCell5";
     this.tableCell5.StyleName   = "DetailCaption1";
     this.tableCell5.StylePriority.UseBorderColor = false;
     this.tableCell5.StylePriority.UseBorders     = false;
     this.tableCell5.StylePriority.UseBorderWidth = false;
     this.tableCell5.StylePriority.UseFont        = false;
     this.tableCell5.Text   = "Môn học";
     this.tableCell5.Weight = 0.58423119547464841D;
     //
     // tableCell6
     //
     this.tableCell6.BorderColor = System.Drawing.Color.Black;
     this.tableCell6.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                           | DevExpress.XtraPrinting.BorderSide.Right)
                                                                          | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell6.BorderWidth = 0.5F;
     this.tableCell6.Font        = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.tableCell6.Name        = "tableCell6";
     this.tableCell6.StyleName   = "DetailCaption1";
     this.tableCell6.StylePriority.UseBorderColor   = false;
     this.tableCell6.StylePriority.UseBorders       = false;
     this.tableCell6.StylePriority.UseBorderWidth   = false;
     this.tableCell6.StylePriority.UseFont          = false;
     this.tableCell6.StylePriority.UseTextAlignment = false;
     this.tableCell6.Text          = "Điểm";
     this.tableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell6.Weight        = 0.25768446732175787D;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table3
     });
     this.Detail.HeightF = 27.22221F;
     this.Detail.Name    = "Detail";
     this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("TENMH", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     //
     // table3
     //
     this.table3.LocationFloat = new DevExpress.Utils.PointFloat(3.051758E-05F, 0F);
     this.table3.Name          = "table3";
     this.table3.OddStyleName  = "DetailData3_Odd";
     this.table3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.tableRow3
     });
     this.table3.SizeF = new System.Drawing.SizeF(627F, 25F);
     //
     // tableRow3
     //
     this.tableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         tableCell8,
         this.tableCell9,
         this.tableCell10
     });
     this.tableRow3.Name   = "tableRow3";
     this.tableRow3.Weight = 11.5D;
     //
     // tableCell9
     //
     this.tableCell9.BorderColor = System.Drawing.Color.Black;
     this.tableCell9.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                           | DevExpress.XtraPrinting.BorderSide.Right)
                                                                          | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell9.BorderWidth = 0.5F;
     this.tableCell9.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TENMH]")
     });
     this.tableCell9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.tableCell9.InteractiveSorting.TargetBand = this.Detail;
     this.tableCell9.Name = "tableCell9";
     this.tableCell9.ProcessDuplicatesMode        = DevExpress.XtraReports.UI.ProcessDuplicatesMode.SuppressAndShrink;
     this.tableCell9.StyleName                    = "DetailData1";
     this.tableCell9.StylePriority.UseBorderColor = false;
     this.tableCell9.StylePriority.UseBorders     = false;
     this.tableCell9.StylePriority.UseBorderWidth = false;
     this.tableCell9.StylePriority.UseFont        = false;
     this.tableCell9.Weight = 0.58423123032792068D;
     //
     // tableCell10
     //
     this.tableCell10.BorderColor = System.Drawing.Color.Black;
     this.tableCell10.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                            | DevExpress.XtraPrinting.BorderSide.Right)
                                                                           | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell10.BorderWidth = 0.5F;
     this.tableCell10.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[DIEM]")
     });
     this.tableCell10.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
     this.tableCell10.Name = "tableCell10";
     this.tableCell10.ProcessDuplicatesMode          = DevExpress.XtraReports.UI.ProcessDuplicatesMode.SuppressAndShrink;
     this.tableCell10.StyleName                      = "DetailData1";
     this.tableCell10.StylePriority.UseBorderColor   = false;
     this.tableCell10.StylePriority.UseBorders       = false;
     this.tableCell10.StylePriority.UseBorderWidth   = false;
     this.tableCell10.StylePriority.UseFont          = false;
     this.tableCell10.StylePriority.UseTextAlignment = false;
     this.tableCell10.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell10.Weight = 0.25768444298557119D;
     //
     // Xrpt_PhieuDiem
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.GroupHeader1,
         this.GroupHeader2,
         this.Detail
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "SP_PHIEUDIEM";
     this.DataSource = this.sqlDataSource1;
     this.Font       = new System.Drawing.Font("Arial", 9.75F);
     this.PageHeight = 1169;
     this.PageWidth  = 827;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.GroupCaption1,
         this.GroupData1,
         this.DetailCaption1,
         this.DetailData1,
         this.GroupFooterBackground3,
         this.DetailData3_Odd,
         this.PageInfo
     });
     this.Version = "20.1";
     ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.table3)).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();
     DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary5 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary6 = new DevExpress.XtraReports.UI.XRSummary();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell59 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell();
     this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrTable5 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow13 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell53 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell54 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell55 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell56 = new DevExpress.XtraReports.UI.XRTableCell();
     this.GroupFooter2 = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrTable6 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow14 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell49 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell50 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell51 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell52 = new DevExpress.XtraReports.UI.XRTableCell();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail.HeightF = 32F;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(1029F, 32F);
     this.xrTable1.StylePriority.UseBorders = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell1,
     this.xrTableCell2,
     this.xrTableCell3,
     this.xrTableCell4,
     this.xrTableCell5,
     this.xrTableCell7,
     this.xrTableCell8,
     this.xrTableCell9,
     this.xrTableCell10,
     this.xrTableCell25,
     this.xrTableCell19});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 0, 0, 100F);
     this.xrTableRow1.StylePriority.UsePadding = false;
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryReferenceNumber")});
     this.xrTableCell1.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell1.StylePriority.UseFont = false;
     this.xrTableCell1.StylePriority.UsePadding = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text = "xrTableCell1";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell1.Weight = 0.41959902958198836D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Date")});
     this.xrTableCell2.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell2.Multiline = true;
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell2.StylePriority.UseFont = false;
     this.xrTableCell2.StylePriority.UsePadding = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "xrTableCell2";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell2.Weight = 0.4152275038708616D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryOrderNumber")});
     this.xrTableCell3.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell3.StylePriority.UseFont = false;
     this.xrTableCell3.StylePriority.UsePadding = false;
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     this.xrTableCell3.Text = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell3.Weight = 0.43263328792440364D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "VehiclePlateNumber")});
     this.xrTableCell4.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell4.StylePriority.UseFont = false;
     this.xrTableCell4.StylePriority.UsePadding = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "xrTableCell4";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell4.Weight = 0.42288092680410844D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "WareHouseNumber")});
     this.xrTableCell5.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell5.StylePriority.UseFont = false;
     this.xrTableCell5.StylePriority.UsePadding = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text = "xrTableCell5";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell5.Weight = 0.28815700944980671D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryQuantity")});
     this.xrTableCell7.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell7.StylePriority.UseFont = false;
     this.xrTableCell7.StylePriority.UsePadding = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text = "xrTableCell7";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell7.Weight = 0.5433871099480021D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryBag")});
     this.xrTableCell8.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell8.Multiline = true;
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UsePadding = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "xrTableCell8";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell8.Weight = 0.41959961287783537D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryNet")});
     this.xrTableCell9.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell9.StylePriority.UseFont = false;
     this.xrTableCell9.StylePriority.UsePadding = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text = "xrTableCell9";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell9.Weight = 0.415227358005694D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "SINumber")});
     this.xrTableCell10.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell10.StylePriority.UseFont = false;
     this.xrTableCell10.StylePriority.UsePadding = false;
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.Text = "xrTableCell10";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell10.Weight = 0.436843277781427D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Project")});
     this.xrTableCell25.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell25.StylePriority.UseFont = false;
     this.xrTableCell25.StylePriority.UsePadding = false;
     this.xrTableCell25.StylePriority.UseTextAlignment = false;
     this.xrTableCell25.Text = "xrTableCell25";
     this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell25.Weight = 0.46738844932458512D;
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 11.54167F;
     this.TopMargin.Name = "TopMargin";
     this.TopMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF = 50F;
     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.xrTable2,
     this.xrTable4,
     this.xrTable3});
     this.GroupHeader1.HeightF = 179.5834F;
     this.GroupHeader1.Level = 1;
     this.GroupHeader1.Name = "GroupHeader1";
     //
     // xrTable2
     //
     this.xrTable2.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 112.9167F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable2.SizeF = new System.Drawing.SizeF(1029F, 66.66666F);
     this.xrTable2.StylePriority.UseBackColor = false;
     this.xrTable2.StylePriority.UseBorders = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell14,
     this.xrTableCell15,
     this.xrTableCell16,
     this.xrTableCell17,
     this.xrTableCell18,
     this.xrTableCell20,
     this.xrTableCell21,
     this.xrTableCell22,
     this.xrTableCell24,
     this.xrTableCell59,
     this.xrTableCell13});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell14.Multiline = true;
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseFont = false;
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text = "Delivery Reference Number";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell14.Weight = 0.41959899756296148D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell15.Multiline = true;
     this.xrTableCell15.Name = "xrTableCell15";
     this.xrTableCell15.StylePriority.UseFont = false;
     this.xrTableCell15.StylePriority.UseTextAlignment = false;
     this.xrTableCell15.Text = "Delivery\r\nDate";
     this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell15.Weight = 0.415227439832808D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell16.Multiline = true;
     this.xrTableCell16.Name = "xrTableCell16";
     this.xrTableCell16.StylePriority.UseFont = false;
     this.xrTableCell16.StylePriority.UseTextAlignment = false;
     this.xrTableCell16.Text = "Delivery\r\n Order\r\nNumber";
     this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell16.Weight = 0.43263327371022736D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell17.Multiline = true;
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.StylePriority.UseFont = false;
     this.xrTableCell17.StylePriority.UseTextAlignment = false;
     this.xrTableCell17.Text = "Vehicle \r\nPlate \r\nNumber";
     this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell17.Weight = 0.42288114111256025D;
     //
     // xrTableCell18
     //
     this.xrTableCell18.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell18.Multiline = true;
     this.xrTableCell18.Name = "xrTableCell18";
     this.xrTableCell18.StylePriority.UseFont = false;
     this.xrTableCell18.StylePriority.UseTextAlignment = false;
     this.xrTableCell18.Text = "Ware\r\nHouse NO";
     this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell18.Weight = 0.28815667065655237D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.StylePriority.UseFont = false;
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "Delivery Quantity";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell20.Weight = 0.54338744076114187D;
     //
     // xrTableCell21
     //
     this.xrTableCell21.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell21.Multiline = true;
     this.xrTableCell21.Name = "xrTableCell21";
     this.xrTableCell21.StylePriority.UseFont = false;
     this.xrTableCell21.StylePriority.UseTextAlignment = false;
     this.xrTableCell21.Text = "Delivery\r\nBag";
     this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell21.Weight = 0.41959935672562088D;
     //
     // xrTableCell22
     //
     this.xrTableCell22.Font = new System.Drawing.Font("Verdana", 9.75F);
     this.xrTableCell22.Multiline = true;
     this.xrTableCell22.Name = "xrTableCell22";
     this.xrTableCell22.StylePriority.UseFont = false;
     this.xrTableCell22.StylePriority.UseTextAlignment = false;
     this.xrTableCell22.Text = "Delivery\r\n Net";
     this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell22.Weight = 0.415227358005694D;
     //
     // xrTableCell24
     //
     this.xrTableCell24.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell24.Multiline = true;
     this.xrTableCell24.Name = "xrTableCell24";
     this.xrTableCell24.StylePriority.UseFont = false;
     this.xrTableCell24.StylePriority.UseTextAlignment = false;
     this.xrTableCell24.Text = "SI\r\nNumber";
     this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell24.Weight = 0.43684289157140876D;
     //
     // xrTableCell59
     //
     this.xrTableCell59.Font = new System.Drawing.Font("Verdana", 9.75F);
     this.xrTableCell59.Multiline = true;
     this.xrTableCell59.Name = "xrTableCell59";
     this.xrTableCell59.StylePriority.UseFont = false;
     this.xrTableCell59.StylePriority.UseTextAlignment = false;
     this.xrTableCell59.Text = "Project";
     this.xrTableCell59.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell59.Weight = 0.46738781634284471D;
     //
     // xrTable4
     //
     this.xrTable4.BorderColor = System.Drawing.Color.Transparent;
     this.xrTable4.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(388.9583F, 10.00001F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow6,
     this.xrTableRow7});
     this.xrTable4.SizeF = new System.Drawing.SizeF(351.0417F, 56.25F);
     this.xrTable4.StylePriority.UseBorderColor = false;
     this.xrTable4.StylePriority.UseFont = false;
     //
     // xrTableRow6
     //
     this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell28,
     this.xrTableCell29,
     this.xrTableCell30});
     this.xrTableRow6.Name = "xrTableRow6";
     this.xrTableRow6.Weight = 1D;
     //
     // xrTableCell28
     //
     this.xrTableCell28.Name = "xrTableCell28";
     this.xrTableCell28.Text = "Commodity";
     this.xrTableCell28.Weight = 0.84411335785456543D;
     //
     // xrTableCell29
     //
     this.xrTableCell29.Name = "xrTableCell29";
     this.xrTableCell29.Weight = 0.070519255014212412D;
     //
     // xrTableCell30
     //
     this.xrTableCell30.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Commodity")});
     this.xrTableCell30.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell30.Name = "xrTableCell30";
     this.xrTableCell30.StylePriority.UseFont = false;
     this.xrTableCell30.Text = "xrTableCell30";
     this.xrTableCell30.Weight = 1.0873477107705969D;
     //
     // xrTableRow7
     //
     this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell31,
     this.xrTableCell32,
     this.xrTableCell33});
     this.xrTableRow7.Name = "xrTableRow7";
     this.xrTableRow7.Weight = 1D;
     //
     // xrTableCell31
     //
     this.xrTableCell31.Name = "xrTableCell31";
     this.xrTableCell31.Text = "Sub Commodity";
     this.xrTableCell31.Weight = 0.84411335785456543D;
     //
     // xrTableCell32
     //
     this.xrTableCell32.Name = "xrTableCell32";
     this.xrTableCell32.Weight = 0.070519255014212412D;
     //
     // xrTableCell33
     //
     this.xrTableCell33.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "SubCommodity")});
     this.xrTableCell33.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell33.Name = "xrTableCell33";
     this.xrTableCell33.StylePriority.UseFont = false;
     this.xrTableCell33.Text = "xrTableCell33";
     this.xrTableCell33.Weight = 1.0873477107705969D;
     //
     // xrTable3
     //
     this.xrTable3.BorderColor = System.Drawing.Color.Transparent;
     this.xrTable3.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 10.00001F);
     this.xrTable3.Name = "xrTable3";
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow3,
     this.xrTableRow10,
     this.xrTableRow9});
     this.xrTable3.SizeF = new System.Drawing.SizeF(351.0417F, 84.375F);
     this.xrTable3.StylePriority.UseBorderColor = false;
     this.xrTable3.StylePriority.UseFont = false;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell6,
     this.xrTableCell11,
     this.xrTableCell12});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Text = "Hub";
     this.xrTableCell6.Weight = 0.55463226890565631D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.Weight = 0.057029697400073132D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Hub")});
     this.xrTableCell12.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseFont = false;
     this.xrTableCell12.Text = "xrTableCell12";
     this.xrTableCell12.Weight = 1.3903183573336453D;
     //
     // xrTableRow10
     //
     this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell40,
     this.xrTableCell41,
     this.xrTableCell42});
     this.xrTableRow10.Name = "xrTableRow10";
     this.xrTableRow10.Weight = 1D;
     //
     // xrTableCell40
     //
     this.xrTableCell40.Name = "xrTableCell40";
     this.xrTableCell40.Text = "From";
     this.xrTableCell40.Weight = 0.55463226890565631D;
     //
     // xrTableCell41
     //
     this.xrTableCell41.Name = "xrTableCell41";
     this.xrTableCell41.Weight = 0.057029697400073118D;
     //
     // xrTableCell42
     //
     this.xrTableCell42.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "PortName")});
     this.xrTableCell42.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell42.Name = "xrTableCell42";
     this.xrTableCell42.StylePriority.UseFont = false;
     this.xrTableCell42.Text = "xrTableCell42";
     this.xrTableCell42.Weight = 1.3903183573336453D;
     //
     // xrTableRow9
     //
     this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell37,
     this.xrTableCell38,
     this.xrTableCell39});
     this.xrTableRow9.Name = "xrTableRow9";
     this.xrTableRow9.Weight = 1D;
     //
     // xrTableCell37
     //
     this.xrTableCell37.Name = "xrTableCell37";
     this.xrTableCell37.Text = "Donor";
     this.xrTableCell37.Weight = 0.55463226890565631D;
     //
     // xrTableCell38
     //
     this.xrTableCell38.Name = "xrTableCell38";
     this.xrTableCell38.Weight = 0.057029697400073118D;
     //
     // xrTableCell39
     //
     this.xrTableCell39.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Donor")});
     this.xrTableCell39.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell39.Name = "xrTableCell39";
     this.xrTableCell39.StylePriority.UseFont = false;
     this.xrTableCell39.Text = "xrTableCell39";
     this.xrTableCell39.Weight = 1.3903183573336453D;
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel1});
     this.GroupHeader2.HeightF = 26.04167F;
     this.GroupHeader2.Name = "GroupHeader2";
     //
     // xrLabel1
     //
     this.xrLabel1.BackColor = System.Drawing.Color.Wheat;
     this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "TransportedBy")});
     this.xrLabel1.Font = new System.Drawing.Font("Verdana", 9.75F);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 0F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(1029F, 26.04167F);
     this.xrLabel1.StylePriority.UseBackColor = false;
     this.xrLabel1.StylePriority.UseBorders = false;
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text = "[TransportedBy]";
     //
     // GroupFooter1
     //
     this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable5});
     this.GroupFooter1.HeightF = 32F;
     this.GroupFooter1.Name = "GroupFooter1";
     //
     // xrTable5
     //
     this.xrTable5.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTable5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable5.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 0F);
     this.xrTable5.Name = "xrTable5";
     this.xrTable5.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow13});
     this.xrTable5.SizeF = new System.Drawing.SizeF(719.4541F, 32F);
     this.xrTable5.StylePriority.UseBackColor = false;
     this.xrTable5.StylePriority.UseBorders = false;
     //
     // xrTableRow13
     //
     this.xrTableRow13.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell53,
     this.xrTableCell54,
     this.xrTableCell55,
     this.xrTableCell56});
     this.xrTableRow13.Name = "xrTableRow13";
     this.xrTableRow13.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 0, 0, 100F);
     this.xrTableRow13.StylePriority.UsePadding = false;
     this.xrTableRow13.Weight = 1D;
     //
     // xrTableCell53
     //
     this.xrTableCell53.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "TransportedBy")});
     this.xrTableCell53.Font = new System.Drawing.Font("Verdana", 9.75F);
     this.xrTableCell53.Name = "xrTableCell53";
     this.xrTableCell53.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell53.StylePriority.UseFont = false;
     this.xrTableCell53.StylePriority.UsePadding = false;
     this.xrTableCell53.StylePriority.UseTextAlignment = false;
     this.xrTableCell53.Text = "xrTableCell53";
     this.xrTableCell53.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell53.Weight = 1.9784979246479357D;
     //
     // xrTableCell54
     //
     this.xrTableCell54.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryQuantity")});
     this.xrTableCell54.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell54.Name = "xrTableCell54";
     this.xrTableCell54.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell54.StylePriority.UseFont = false;
     this.xrTableCell54.StylePriority.UsePadding = false;
     this.xrTableCell54.StylePriority.UseTextAlignment = false;
     xrSummary1.FormatString = "{0:#,###.###}";
     xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrTableCell54.Summary = xrSummary1;
     this.xrTableCell54.Text = "xrTableCell54";
     this.xrTableCell54.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell54.Weight = 0.54338694293123524D;
     //
     // xrTableCell55
     //
     this.xrTableCell55.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryBag")});
     this.xrTableCell55.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell55.Multiline = true;
     this.xrTableCell55.Name = "xrTableCell55";
     this.xrTableCell55.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell55.StylePriority.UseFont = false;
     this.xrTableCell55.StylePriority.UsePadding = false;
     this.xrTableCell55.StylePriority.UseTextAlignment = false;
     xrSummary2.FormatString = "{0:#,###.###}";
     xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrTableCell55.Summary = xrSummary2;
     this.xrTableCell55.Text = "xrTableCell55";
     this.xrTableCell55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell55.Weight = 0.41959961287783537D;
     //
     // xrTableCell56
     //
     this.xrTableCell56.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryNet")});
     this.xrTableCell56.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell56.Name = "xrTableCell56";
     this.xrTableCell56.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell56.StylePriority.UseFont = false;
     this.xrTableCell56.StylePriority.UsePadding = false;
     this.xrTableCell56.StylePriority.UseTextAlignment = false;
     xrSummary3.FormatString = "{0:#,###.###}";
     xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrTableCell56.Summary = xrSummary3;
     this.xrTableCell56.Text = "xrTableCell56";
     this.xrTableCell56.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell56.Weight = 0.423534756487536D;
     //
     // GroupFooter2
     //
     this.GroupFooter2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable6});
     this.GroupFooter2.HeightF = 32F;
     this.GroupFooter2.Level = 1;
     this.GroupFooter2.Name = "GroupFooter2";
     //
     // xrTable6
     //
     this.xrTable6.BackColor = System.Drawing.Color.Wheat;
     this.xrTable6.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 0F);
     this.xrTable6.Name = "xrTable6";
     this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow14});
     this.xrTable6.SizeF = new System.Drawing.SizeF(719.454F, 32F);
     this.xrTable6.StylePriority.UseBackColor = false;
     this.xrTable6.StylePriority.UseBorders = false;
     //
     // xrTableRow14
     //
     this.xrTableRow14.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell49,
     this.xrTableCell50,
     this.xrTableCell51,
     this.xrTableCell52});
     this.xrTableRow14.Name = "xrTableRow14";
     this.xrTableRow14.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 0, 0, 100F);
     this.xrTableRow14.StylePriority.UsePadding = false;
     this.xrTableRow14.Weight = 1D;
     //
     // xrTableCell49
     //
     this.xrTableCell49.Font = new System.Drawing.Font("Verdana", 9.75F);
     this.xrTableCell49.Name = "xrTableCell49";
     this.xrTableCell49.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell49.StylePriority.UseFont = false;
     this.xrTableCell49.StylePriority.UsePadding = false;
     this.xrTableCell49.StylePriority.UseTextAlignment = false;
     this.xrTableCell49.Text = "Grand Total ";
     this.xrTableCell49.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell49.Weight = 1.9784979094586364D;
     //
     // xrTableCell50
     //
     this.xrTableCell50.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryQuantity")});
     this.xrTableCell50.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell50.Name = "xrTableCell50";
     this.xrTableCell50.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell50.StylePriority.UseFont = false;
     this.xrTableCell50.StylePriority.UsePadding = false;
     this.xrTableCell50.StylePriority.UseTextAlignment = false;
     xrSummary4.FormatString = "{0:#,###.###}";
     xrSummary4.Running = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrTableCell50.Summary = xrSummary4;
     this.xrTableCell50.Text = "xrTableCell54";
     this.xrTableCell50.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell50.Weight = 0.5433869581205345D;
     //
     // xrTableCell51
     //
     this.xrTableCell51.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryBag")});
     this.xrTableCell51.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell51.Multiline = true;
     this.xrTableCell51.Name = "xrTableCell51";
     this.xrTableCell51.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell51.StylePriority.UseFont = false;
     this.xrTableCell51.StylePriority.UsePadding = false;
     this.xrTableCell51.StylePriority.UseTextAlignment = false;
     xrSummary5.FormatString = "{0:#,###.###}";
     xrSummary5.Running = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrTableCell51.Summary = xrSummary5;
     this.xrTableCell51.Text = "xrTableCell55";
     this.xrTableCell51.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell51.Weight = 0.41959961287783537D;
     //
     // xrTableCell52
     //
     this.xrTableCell52.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryNet")});
     this.xrTableCell52.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell52.Name = "xrTableCell52";
     this.xrTableCell52.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell52.StylePriority.UseFont = false;
     this.xrTableCell52.StylePriority.UsePadding = false;
     this.xrTableCell52.StylePriority.UseTextAlignment = false;
     xrSummary6.FormatString = "{0:#,###.###}";
     xrSummary6.Running = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrTableCell52.Summary = xrSummary6;
     this.xrTableCell52.Text = "xrTableCell56";
     this.xrTableCell52.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell52.Weight = 0.42353418554221955D;
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(DRMFSS.BLL.ViewModels.Report.Data.DeliveryRows);
     //
     // xrTableCell13
     //
     this.xrTableCell13.Font = new System.Drawing.Font("Verdana", 9.75F);
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseFont = false;
     this.xrTableCell13.StylePriority.UseTextAlignment = false;
     this.xrTableCell13.Text = "Transporter";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell13.Weight = 0.53999849837483982D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "TransportedBy")});
     this.xrTableCell19.Font = new System.Drawing.Font("Verdana", 8F);
     this.xrTableCell19.Name = "xrTableCell19";
     this.xrTableCell19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell19.StylePriority.UseFont = false;
     this.xrTableCell19.StylePriority.UsePadding = false;
     this.xrTableCell19.StylePriority.UseTextAlignment = false;
     this.xrTableCell19.Text = "xrTableCell19";
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell19.Weight = 0.53999754151487656D;
     //
     // TransferReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin,
     this.GroupHeader1,
     this.GroupHeader2,
     this.GroupFooter1,
     this.GroupFooter2});
     this.DataSource = this.bindingSource1;
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(24, 27, 12, 50);
     this.PageHeight = 850;
     this.PageWidth = 1100;
     this.Version = "11.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).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.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell();
     this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo2 = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrCrossBandBox1 = new DevExpress.XtraReports.UI.XRCrossBandBox();
     this.DataField = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo = new DevExpress.XtraReports.UI.XRControlStyle();
     this.FieldCaption = new DevExpress.XtraReports.UI.XRControlStyle();
     this.xrLabelCaption = new DevExpress.XtraReports.UI.XRLabel();
     this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrTiaojian = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.Title = new DevExpress.XtraReports.UI.XRControlStyle();
     this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.sp_SelectPrintSendInfoBatchByNumber1 = new visa.CLEINT.Data.sp_SelectPrintSendInfoBatchByNumber();
     this.sp_SelectPrintSendInfoBatchByNumberTableAdapter = new visa.CLEINT.Data.sp_SelectPrintSendInfoBatchByNumberTableAdapters.sp_SelectPrintSendInfoBatchByNumberTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sp_SelectPrintSendInfoBatchByNumber1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // xrTableCell22
     //
     this.xrTableCell22.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_SelectPrintSendInfoBatch.FSysMemo")});
     this.xrTableCell22.Dpi = 254F;
     this.xrTableCell22.Font = new System.Drawing.Font("Times New Roman", 9F);
     this.xrTableCell22.Name = "xrTableCell22";
     this.xrTableCell22.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell22.StyleName = "DataField";
     this.xrTableCell22.StylePriority.UseBorders = false;
     this.xrTableCell22.StylePriority.UseFont = false;
     this.xrTableCell22.StylePriority.UseTextAlignment = false;
     this.xrTableCell22.Text = "xrTableCell22";
     this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell22.Weight = 0.11882605583392984D;
     this.xrTableCell22.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrTableCell22_BeforePrint);
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrPageInfo2,
     this.xrPageInfo1});
     this.PageFooter.Dpi = 254F;
     this.PageFooter.HeightF = 122F;
     this.PageFooter.Name = "PageFooter";
     this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.Dpi = 254F;
     this.xrPageInfo2.Format = "Page {0} of {1}";
     this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(2498F, 64F);
     this.xrPageInfo2.Name = "xrPageInfo2";
     this.xrPageInfo2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrPageInfo2.SizeF = new System.Drawing.SizeF(201F, 58F);
     this.xrPageInfo2.StyleName = "PageInfo";
     this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi = 254F;
     this.xrPageInfo1.Format = "{0:dd\\/MM\\/yyyy HH:mm:ss}";
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(21F, 21F);
     this.xrPageInfo1.Name = "xrPageInfo1";
     this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrPageInfo1.PageInfo = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF = new System.Drawing.SizeF(297F, 58F);
     this.xrPageInfo1.StyleName = "PageInfo";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.PageHeader.Dpi = 254F;
     this.PageHeader.HeightF = 143F;
     this.PageHeader.Name = "PageHeader";
     this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.AnchorVertical = DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom;
     this.xrTable1.Dpi = 254F;
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(21F, 22F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(2794F, 119F);
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell1,
     this.xrTableCell3,
     this.xrTableCell5,
     this.xrTableCell11,
     this.xrTableCell13,
     this.xrTableCell15,
     this.xrTableCell19,
     this.xrTableCell7,
     this.xrTableCell8,
     this.xrTableCell21});
     this.xrTableRow1.Dpi = 254F;
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.CanGrow = false;
     this.xrTableCell1.Dpi = 254F;
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell1.StyleName = "FieldCaption";
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text = "˳��";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell1.Weight = 0.03937007874015748D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell3.CanGrow = false;
     this.xrTableCell3.Dpi = 254F;
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell3.StyleName = "FieldCaption";
     this.xrTableCell3.StylePriority.UseBorders = false;
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     this.xrTableCell3.Text = "����";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell3.Weight = 0.14960629921259844D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell5.CanGrow = false;
     this.xrTableCell5.Dpi = 254F;
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell5.StyleName = "FieldCaption";
     this.xrTableCell5.StylePriority.UseBorders = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text = "��������";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell5.Weight = 0.07874015748031496D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell11.CanGrow = false;
     this.xrTableCell11.Dpi = 254F;
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell11.StyleName = "FieldCaption";
     this.xrTableCell11.StylePriority.UseBorders = false;
     this.xrTableCell11.StylePriority.UseTextAlignment = false;
     this.xrTableCell11.Text = "���ڹ���";
     this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell11.Weight = 0.094488188976377951D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell13.CanGrow = false;
     this.xrTableCell13.Dpi = 254F;
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell13.StyleName = "FieldCaption";
     this.xrTableCell13.StylePriority.UseBorders = false;
     this.xrTableCell13.StylePriority.UseTextAlignment = false;
     this.xrTableCell13.Text = "���պ���";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell13.Weight = 0.10737294201861131D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell15.CanGrow = false;
     this.xrTableCell15.Dpi = 254F;
     this.xrTableCell15.Name = "xrTableCell15";
     this.xrTableCell15.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell15.StyleName = "FieldCaption";
     this.xrTableCell15.StylePriority.UseBorders = false;
     this.xrTableCell15.StylePriority.UseTextAlignment = false;
     this.xrTableCell15.Text = "ǩ֤����";
     this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell15.Weight = 0.10737294201861131D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell19.CanGrow = false;
     this.xrTableCell19.Dpi = 254F;
     this.xrTableCell19.Name = "xrTableCell19";
     this.xrTableCell19.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell19.StyleName = "FieldCaption";
     this.xrTableCell19.StylePriority.UseBorders = false;
     this.xrTableCell19.StylePriority.UseTextAlignment = false;
     this.xrTableCell19.Text = "�����ʱ��";
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell19.Weight = 0.15032211882605584D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell7.CanGrow = false;
     this.xrTableCell7.Dpi = 254F;
     this.xrTableCell7.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell7.StylePriority.UseBackColor = false;
     this.xrTableCell7.StylePriority.UseBorders = false;
     this.xrTableCell7.StylePriority.UseFont = false;
     this.xrTableCell7.StylePriority.UseForeColor = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text = "��˾";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell7.Weight = 0.053686471009305646D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell8.CanGrow = false;
     this.xrTableCell8.Dpi = 254F;
     this.xrTableCell8.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell8.StylePriority.UseBorders = false;
     this.xrTableCell8.StylePriority.UseFont = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "DSN";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell8.Weight = 0.10021474588403723D;
     //
     // xrTableCell21
     //
     this.xrTableCell21.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell21.CanGrow = false;
     this.xrTableCell21.Dpi = 254F;
     this.xrTableCell21.Name = "xrTableCell21";
     this.xrTableCell21.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell21.StyleName = "FieldCaption";
     this.xrTableCell21.StylePriority.UseBorders = false;
     this.xrTableCell21.StylePriority.UseTextAlignment = false;
     this.xrTableCell21.Text = "��ע";
     this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell21.Weight = 0.11882605583392986D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_SelectPrintSendInfoBatch.FBirthDay", "{0:dd\\/MM\\/yyyy}")});
     this.xrTableCell6.Dpi = 254F;
     this.xrTableCell6.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell6.Multiline = true;
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell6.StyleName = "DataField";
     this.xrTableCell6.StylePriority.UseBorders = false;
     this.xrTableCell6.StylePriority.UseFont = false;
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text = "xrTableCell6";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell6.Weight = 0.07874015748031496D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_SelectPrintSendInfo.PID")});
     this.xrTableCell14.Dpi = 254F;
     this.xrTableCell14.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell14.StyleName = "DataField";
     this.xrTableCell14.StylePriority.UseBorders = false;
     this.xrTableCell14.StylePriority.UseFont = false;
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text = "xrTableCell14";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell14.Weight = 0.10737294201861131D;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell2,
     this.xrTableCell4,
     this.xrTableCell6,
     this.xrTableCell12,
     this.xrTableCell14,
     this.xrTableCell16,
     this.xrTableCell20,
     this.xrTableCell10,
     this.xrTableCell9,
     this.xrTableCell22});
     this.xrTableRow2.Dpi = 254F;
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableCell2.CanGrow = false;
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_SelectPrintSendInfo.TT")});
     this.xrTableCell2.Dpi = 254F;
     this.xrTableCell2.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell2.Multiline = true;
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell2.StyleName = "DataField";
     this.xrTableCell2.StylePriority.UseBorders = false;
     this.xrTableCell2.StylePriority.UseFont = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "xrTableCell2";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell2.Weight = 0.03937007874015748D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_SelectPrintSendInfo.Name")});
     this.xrTableCell4.Dpi = 254F;
     this.xrTableCell4.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell4.StyleName = "DataField";
     this.xrTableCell4.StylePriority.UseBorders = false;
     this.xrTableCell4.StylePriority.UseFont = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "xrTableCell4";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell4.Weight = 0.14960629921259844D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_SelectPrintSendInfo.FBirthNationlityPresentEn")});
     this.xrTableCell12.Dpi = 254F;
     this.xrTableCell12.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell12.StyleName = "DataField";
     this.xrTableCell12.StylePriority.UseBorders = false;
     this.xrTableCell12.StylePriority.UseFont = false;
     this.xrTableCell12.StylePriority.UseTextAlignment = false;
     this.xrTableCell12.Text = "xrTableCell12";
     this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell12.Weight = 0.094488188976377951D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_SelectPrintSendInfo.FQZID")});
     this.xrTableCell16.Dpi = 254F;
     this.xrTableCell16.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell16.Name = "xrTableCell16";
     this.xrTableCell16.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell16.StyleName = "DataField";
     this.xrTableCell16.StylePriority.UseBorders = false;
     this.xrTableCell16.StylePriority.UseFont = false;
     this.xrTableCell16.StylePriority.UseTextAlignment = false;
     this.xrTableCell16.Text = "xrTableCell16";
     this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell16.Weight = 0.10737294201861131D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_SelectPrintSendInfoBatch.CQJDate")});
     this.xrTableCell20.Dpi = 254F;
     this.xrTableCell20.Font = new System.Drawing.Font("����", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTableCell20.StyleName = "DataField";
     this.xrTableCell20.StylePriority.UseBorders = false;
     this.xrTableCell20.StylePriority.UseFont = false;
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "xrTableCell20";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell20.Weight = 0.15032211882605584D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.BorderColor = System.Drawing.SystemColors.ControlText;
     this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_SelectPrintSendInfoBatch.FCreateCompany")});
     this.xrTableCell10.Dpi = 254F;
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseBorderColor = false;
     this.xrTableCell10.StylePriority.UseBorders = false;
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.Text = "xrTableCell10";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell10.Weight = 0.053686471009305653D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.BorderColor = System.Drawing.SystemColors.ControlText;
     this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_SelectPrintSendInfoBatch.FDSN")});
     this.xrTableCell9.Dpi = 254F;
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseBorderColor = false;
     this.xrTableCell9.StylePriority.UseBorders = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text = "xrTableCell9";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell9.Weight = 0.10021474588403721D;
     //
     // xrCrossBandBox1
     //
     this.xrCrossBandBox1.Dpi = 254F;
     this.xrCrossBandBox1.EndBand = this.PageFooter;
     this.xrCrossBandBox1.EndPointFloat = new DevExpress.Utils.PointFloat(21F, 5F);
     this.xrCrossBandBox1.LocationFloat = new DevExpress.Utils.PointFloat(21F, 21F);
     this.xrCrossBandBox1.Name = "xrCrossBandBox1";
     this.xrCrossBandBox1.StartBand = this.PageHeader;
     this.xrCrossBandBox1.StartPointFloat = new DevExpress.Utils.PointFloat(21F, 21F);
     this.xrCrossBandBox1.WidthF = 2794F;
     //
     // DataField
     //
     this.DataField.BackColor = System.Drawing.Color.White;
     this.DataField.BorderColor = System.Drawing.SystemColors.ControlText;
     this.DataField.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.DataField.BorderWidth = 1;
     this.DataField.Font = new System.Drawing.Font("Times New Roman", 8F);
     this.DataField.ForeColor = System.Drawing.SystemColors.ControlText;
     this.DataField.Name = "DataField";
     //
     // PageInfo
     //
     this.PageInfo.BackColor = System.Drawing.Color.White;
     this.PageInfo.BorderColor = System.Drawing.SystemColors.ControlText;
     this.PageInfo.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.PageInfo.BorderWidth = 1;
     this.PageInfo.Font = new System.Drawing.Font("Times New Roman", 8F);
     this.PageInfo.ForeColor = System.Drawing.Color.Black;
     this.PageInfo.Name = "PageInfo";
     //
     // FieldCaption
     //
     this.FieldCaption.BackColor = System.Drawing.Color.White;
     this.FieldCaption.BorderColor = System.Drawing.SystemColors.ControlText;
     this.FieldCaption.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.FieldCaption.BorderWidth = 1;
     this.FieldCaption.Font = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.FieldCaption.ForeColor = System.Drawing.Color.Black;
     this.FieldCaption.Name = "FieldCaption";
     //
     // xrLabelCaption
     //
     this.xrLabelCaption.Dpi = 254F;
     this.xrLabelCaption.LocationFloat = new DevExpress.Utils.PointFloat(15F, 15F);
     this.xrLabelCaption.Name = "xrLabelCaption";
     this.xrLabelCaption.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabelCaption.SizeF = new System.Drawing.SizeF(2248F, 99F);
     this.xrLabelCaption.StyleName = "Title";
     this.xrLabelCaption.StylePriority.UseTextAlignment = false;
     this.xrLabelCaption.Text = "ReportTable4";
     this.xrLabelCaption.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // reportHeaderBand1
     //
     this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTiaojian,
     this.xrLabelCaption});
     this.reportHeaderBand1.Dpi = 254F;
     this.reportHeaderBand1.HeightF = 191F;
     this.reportHeaderBand1.Name = "reportHeaderBand1";
     //
     // xrTiaojian
     //
     this.xrTiaojian.Dpi = 254F;
     this.xrTiaojian.LocationFloat = new DevExpress.Utils.PointFloat(21F, 127F);
     this.xrTiaojian.Name = "xrTiaojian";
     this.xrTiaojian.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrTiaojian.SizeF = new System.Drawing.SizeF(1037F, 64F);
     this.xrTiaojian.StylePriority.UseTextAlignment = false;
     this.xrTiaojian.Text = "xrTiaojian";
     this.xrTiaojian.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrTable2
     //
     this.xrTable2.Dpi = 254F;
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(21F, 0F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable2.SizeF = new System.Drawing.SizeF(2794F, 64F);
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable2});
     this.Detail.Dpi = 254F;
     this.Detail.HeightF = 64F;
     this.Detail.LockedInUserDesigner = true;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // Title
     //
     this.Title.BackColor = System.Drawing.Color.White;
     this.Title.BorderColor = System.Drawing.SystemColors.ControlText;
     this.Title.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.Title.BorderWidth = 1;
     this.Title.Font = new System.Drawing.Font("Times New Roman", 24F);
     this.Title.ForeColor = System.Drawing.Color.Black;
     this.Title.Name = "Title";
     //
     // topMarginBand1
     //
     this.topMarginBand1.Dpi = 254F;
     this.topMarginBand1.HeightF = 30F;
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.Dpi = 254F;
     this.bottomMarginBand1.HeightF = 153F;
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // sp_SelectPrintSendInfoBatchByNumber1
     //
     this.sp_SelectPrintSendInfoBatchByNumber1.DataSetName = "sp_SelectPrintSendInfoBatchByNumber";
     this.sp_SelectPrintSendInfoBatchByNumber1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // sp_SelectPrintSendInfoBatchByNumberTableAdapter
     //
     this.sp_SelectPrintSendInfoBatchByNumberTableAdapter.ClearBeforeFill = true;
     //
     // ReportTable4BatByNumber
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.PageFooter,
     this.reportHeaderBand1,
     this.PageHeader,
     this.topMarginBand1,
     this.bottomMarginBand1});
     this.CrossBandControls.AddRange(new DevExpress.XtraReports.UI.XRCrossBandControl[] {
     this.xrCrossBandBox1});
     this.DataMember = "sp_SelectPrintSendInfoBatchByNumber";
     this.DataSource = this.sp_SelectPrintSendInfoBatchByNumber1;
     this.Dpi = 254F;
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(30, 30, 30, 153);
     this.PageHeight = 2100;
     this.PageWidth = 2970;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
     this.Title,
     this.FieldCaption,
     this.PageInfo,
     this.DataField});
     this.Version = "13.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sp_SelectPrintSendInfoBatchByNumber1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 42
0
 private void InitializeComponent()
 {
     DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary();
     this.TopMargin                  = new DevExpress.XtraReports.UI.TopMarginBand();
     this.PageHeader                 = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.table1                     = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow1                  = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell1                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell2                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell3                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.Detail                     = new DevExpress.XtraReports.UI.DetailBand();
     this.table2                     = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow2                  = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell4                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell5                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell6                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.ReportFooter               = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.BottomMargin               = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeaderBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportGroupHeaderBandStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportDetailBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportGroupFooterBandStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportFooterBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportOddStyle             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportEvenStyle            = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportHeader               = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel1                   = new DevExpress.XtraReports.UI.XRLabel();
     this.mvvmContext1               = new DevExpress.Utils.MVVM.MVVMContext();
     this.xrLabel4                   = new DevExpress.XtraReports.UI.XRLabel();
     this.p_begin                    = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_end       = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLine1     = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel2    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
     ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.Dpi  = 254F;
     this.TopMargin.Name = "TopMargin";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table1
     });
     this.PageHeader.Dpi       = 254F;
     this.PageHeader.HeightF   = 64F;
     this.PageHeader.Name      = "PageHeader";
     this.PageHeader.StyleName = "ReportHeaderBandStyle";
     //
     // table1
     //
     this.table1.Dpi           = 254F;
     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(1592F, 64F);
     //
     // tableRow1
     //
     this.tableRow1.BackColor = System.Drawing.Color.White;
     this.tableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell1,
         this.tableCell2,
         this.tableCell3
     });
     this.tableRow1.Dpi  = 254F;
     this.tableRow1.Name = "tableRow1";
     this.tableRow1.StylePriority.UseBackColor = false;
     this.tableRow1.Weight = 10.46953028649871D;
     //
     // tableCell1
     //
     this.tableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell1.Dpi     = 254F;
     this.tableCell1.Name    = "tableCell1";
     this.tableCell1.StylePriority.UseBorders = false;
     this.tableCell1.Text   = "类别";
     this.tableCell1.Weight = 0.92363643167006915D;
     //
     // tableCell2
     //
     this.tableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell2.Dpi    = 254F;
     this.tableCell2.Name   = "tableCell2";
     this.tableCell2.Text   = "数量";
     this.tableCell2.Weight = 0.69272724707521982D;
     //
     // tableCell3
     //
     this.tableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell3.Dpi  = 254F;
     this.tableCell3.Name = "tableCell3";
     this.tableCell3.StylePriority.UseBorders = false;
     this.tableCell3.Text   = "金额";
     this.tableCell3.Weight = 0.92363643167006915D;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table2
     });
     this.Detail.Dpi           = 254F;
     this.Detail.EvenStyleName = "ReportEvenStyle";
     this.Detail.HeightF       = 64F;
     this.Detail.Name          = "Detail";
     this.Detail.OddStyleName  = "ReportOddStyle";
     this.Detail.StyleName     = "ReportDetailBandStyle";
     //
     // table2
     //
     this.table2.Dpi           = 254F;
     this.table2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.table2.Name          = "table2";
     this.table2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.tableRow2
     });
     this.table2.SizeF = new System.Drawing.SizeF(1592F, 64F);
     //
     // tableRow2
     //
     this.tableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell4,
         this.tableCell5,
         this.tableCell6
     });
     this.tableRow2.Dpi    = 254F;
     this.tableRow2.Name   = "tableRow2";
     this.tableRow2.Weight = 10.46953028649871D;
     //
     // tableCell4
     //
     this.tableCell4.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.tableCell4.Dpi     = 254F;
     this.tableCell4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CS03]")
     });
     this.tableCell4.Name = "tableCell4";
     this.tableCell4.StylePriority.UseBorders       = false;
     this.tableCell4.StylePriority.UseTextAlignment = false;
     this.tableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell4.Weight        = 0.92363643167006915D;
     this.tableCell4.WordWrap      = false;
     //
     // tableCell5
     //
     this.tableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell5.Dpi     = 254F;
     this.tableCell5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[NUMS]")
     });
     this.tableCell5.Font             = new System.Drawing.Font("Times New Roman", 9F);
     this.tableCell5.ForeColor        = System.Drawing.Color.Black;
     this.tableCell5.Name             = "tableCell5";
     this.tableCell5.Padding          = new DevExpress.XtraPrinting.PaddingInfo(4, 4, 0, 0, 96F);
     this.tableCell5.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell5.TextFormatString = "{0:N1}";
     this.tableCell5.Weight           = 0.69272724707521982D;
     this.tableCell5.WordWrap         = false;
     //
     // tableCell6
     //
     this.tableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell6.Dpi     = 254F;
     this.tableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[JE]")
     });
     this.tableCell6.Font      = new System.Drawing.Font("Times New Roman", 9F);
     this.tableCell6.ForeColor = System.Drawing.Color.Black;
     this.tableCell6.Name      = "tableCell6";
     this.tableCell6.Padding   = new DevExpress.XtraPrinting.PaddingInfo(4, 4, 0, 0, 96F);
     this.tableCell6.StylePriority.UseBorders = false;
     this.tableCell6.TextAlignment            = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell6.TextFormatString         = "{0:N2}";
     this.tableCell6.Weight   = 0.92363643167006915D;
     this.tableCell6.WordWrap = false;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel3,
         this.xrLabel2,
         this.xrLine1
     });
     this.ReportFooter.Dpi     = 254F;
     this.ReportFooter.HeightF = 200.13F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi     = 254F;
     this.BottomMargin.HeightF = 980.4966F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // ReportHeaderBandStyle
     //
     this.ReportHeaderBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportHeaderBandStyle.Name          = "ReportHeaderBandStyle";
     this.ReportHeaderBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportHeaderBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportGroupHeaderBandStyle
     //
     this.ReportGroupHeaderBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportGroupHeaderBandStyle.Name          = "ReportGroupHeaderBandStyle";
     this.ReportGroupHeaderBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 0, 0, 0, 254F);
     this.ReportGroupHeaderBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportDetailBandStyle
     //
     this.ReportDetailBandStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportDetailBandStyle.Name          = "ReportDetailBandStyle";
     this.ReportDetailBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportDetailBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportGroupFooterBandStyle
     //
     this.ReportGroupFooterBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportGroupFooterBandStyle.Name          = "ReportGroupFooterBandStyle";
     this.ReportGroupFooterBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportGroupFooterBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportFooterBandStyle
     //
     this.ReportFooterBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportFooterBandStyle.Name          = "ReportFooterBandStyle";
     this.ReportFooterBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportFooterBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportOddStyle
     //
     this.ReportOddStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportOddStyle.Name          = "ReportOddStyle";
     this.ReportOddStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportOddStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportEvenStyle
     //
     this.ReportEvenStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportEvenStyle.Name          = "ReportEvenStyle";
     this.ReportEvenStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportEvenStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrLabel4,
         this.xrLabel1
     });
     this.ReportHeader.Dpi     = 254F;
     this.ReportHeader.HeightF = 163.7367F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel1
     //
     this.xrLabel1.BackColor     = System.Drawing.Color.White;
     this.xrLabel1.Dpi           = 254F;
     this.xrLabel1.Font          = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(275.1667F, 24.99999F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(971.55F, 58.42F);
     this.xrLabel1.StylePriority.UseBackColor     = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "财务类别统计";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.BackColor   = System.Drawing.Color.White;
     this.xrLabel4.BorderColor = System.Drawing.Color.White;
     this.xrLabel4.Dpi         = 254F;
     this.xrLabel4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "\'统计时间:\' + [Parameters].[p_begin] + \'至\' +  [Parameters].[p_end]")
     });
     this.xrLabel4.ForeColor     = System.Drawing.Color.Black;
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(426.9758F, 88.41999F);
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(666.75F, 58.42F);
     this.xrLabel4.StylePriority.UseBackColor     = false;
     this.xrLabel4.StylePriority.UseBorderColor   = false;
     this.xrLabel4.StylePriority.UseForeColor     = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text          = "xrLabel4";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // p_begin
     //
     this.p_begin.AllowNull   = true;
     this.p_begin.Description = "Parameter1";
     this.p_begin.Name        = "p_begin";
     //
     // p_end
     //
     this.p_end.Description = "Parameter1";
     this.p_end.Name        = "p_end";
     //
     // xrLine1
     //
     this.xrLine1.Dpi           = 254F;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 56.99665F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(1592F, 44.45F);
     //
     // xrLabel2
     //
     this.xrLabel2.Dpi           = 254F;
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(4.000014F, 24F);
     this.xrLabel2.Multiline     = true;
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(254F, 56.99665F);
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text          = "合计";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel3
     //
     this.xrLabel3.Dpi = 254F;
     this.xrLabel3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "sumSum([JE])")
     });
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(1172.9F, 15F);
     this.xrLabel3.Multiline     = true;
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(419.1F, 58.42F);
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     xrSummary1.Running             = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrLabel3.Summary          = xrSummary1;
     this.xrLabel3.Text             = "xrLabel3";
     this.xrLabel3.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrLabel3.TextFormatString = "{0:n2}";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi           = 254F;
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(1313F, 88.41999F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(254F, 58.42F);
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // Class_stat_Report
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.PageHeader,
         this.Detail,
         this.ReportFooter,
         this.BottomMargin,
         this.ReportHeader
     });
     this.Dpi        = 254F;
     this.Margins    = new System.Drawing.Printing.Margins(254, 254, 100, 980);
     this.PageHeight = 2970;
     this.PageWidth  = 2100;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.p_begin,
         this.p_end
     });
     this.ReportUnit   = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 25F;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.ReportHeaderBandStyle,
         this.ReportGroupHeaderBandStyle,
         this.ReportDetailBandStyle,
         this.ReportGroupFooterBandStyle,
         this.ReportFooterBandStyle,
         this.ReportOddStyle,
         this.ReportEvenStyle
     });
     this.Version = "18.2";
     ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mvvmContext1)).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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ErrorCorrection));
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.formattingRule1 = new DevExpress.XtraReports.UI.FormattingRule();
     this.formattingRule2 = new DevExpress.XtraReports.UI.FormattingRule();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
     this.PrintedBy = new DevExpress.XtraReports.UI.XRLabel();
     this.AppVersion = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrIDPrinted = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrManufacturerFrom = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrItemFrom = new DevExpress.XtraReports.UI.XRLabel();
     this.xrStockCodeFrom = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrUnitFrom = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrManufacturerTo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrItemTo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrStockCodeTo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrItemUnitTo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.pxLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrControlStyle3 = new DevExpress.XtraReports.UI.XRControlStyle();
     this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.bindingSource1 = new System.Windows.Forms.BindingSource();
     this.theDataSet = new HCMIS.Reports.Helpers.TheDataSet();
     this.xrlbExpiryDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrExpiryDate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrlblBatchNo = new DevExpress.XtraReports.UI.XRLabel();
     this.xrBatchNo = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.theDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable4});
     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;
     //
     // xrTable4
     //
     this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.Font = new System.Drawing.Font("Tahoma", 8.25F);
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 0F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow3});
     this.xrTable4.SizeF = new System.Drawing.SizeF(623.7083F, 25F);
     this.xrTable4.StylePriority.UseBorders = false;
     this.xrTable4.StylePriority.UseFont = false;
     this.xrTable4.StylePriority.UseTextAlignment = false;
     this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell8,
     this.xrTableCell9,
     this.xrTableCell10,
     this.xrTableCell11,
     this.xrTableCell12,
     this.xrTableCell13});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "PONumber")});
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseBorders = false;
     this.xrTableCell8.Text = "No";
     this.xrTableCell8.Weight = 0.98541699624213441D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "STVOrInvoice")});
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseBorders = false;
     this.xrTableCell9.Text = "Ref No";
     this.xrTableCell9.Weight = 1.1005600036613372D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "BatchNo")});
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.StylePriority.UseBorders = false;
     this.xrTableCell10.Text = "Batch No";
     this.xrTableCell10.Weight = 1.430690708061185D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ExpiryDate")});
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseBorders = false;
     this.xrTableCell11.Text = "Expiry Date";
     this.xrTableCell11.Weight = 1.0068081454102331D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "PickedQty")});
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseBorders = false;
     this.xrTableCell12.Text = "xrTableCell12";
     this.xrTableCell12.Weight = 0.87680431108341694D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ChangedQty")});
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.Text = "Changed Qty";
     this.xrTableCell13.Weight = 0.83680375617319414D;
     //
     // formattingRule1
     //
     this.formattingRule1.Condition = "[Precedance]  == 6";
     //
     //
     //
     this.formattingRule1.Formatting.BackColor = System.Drawing.Color.LightGray;
     this.formattingRule1.Name = "formattingRule1";
     //
     // formattingRule2
     //
     this.formattingRule2.Condition = "[Precedance] == \'7\'";
     //
     //
     //
     this.formattingRule2.Formatting.BackColor = System.Drawing.Color.IndianRed;
     this.formattingRule2.Name = "formattingRule2";
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 54F;
     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.PrintedBy,
     this.AppVersion});
     this.BottomMargin.HeightF = 47F;
     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(544.5834F, 10.00001F);
     this.xrPageInfo1.Name = "xrPageInfo1";
     this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.SizeF = new System.Drawing.SizeF(100F, 23F);
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // PrintedBy
     //
     this.PrintedBy.Font = new System.Drawing.Font("Tahoma", 8F);
     this.PrintedBy.ForeColor = System.Drawing.Color.DimGray;
     this.PrintedBy.LocationFloat = new DevExpress.Utils.PointFloat(12.5F, 10.00001F);
     this.PrintedBy.Name = "PrintedBy";
     this.PrintedBy.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 5, 0, 0, 100F);
     this.PrintedBy.SizeF = new System.Drawing.SizeF(431.25F, 23F);
     this.PrintedBy.StylePriority.UseFont = false;
     this.PrintedBy.StylePriority.UseForeColor = false;
     this.PrintedBy.StylePriority.UsePadding = false;
     this.PrintedBy.StylePriority.UseTextAlignment = false;
     this.PrintedBy.Text = "PrintedBy";
     this.PrintedBy.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // AppVersion
     //
     this.AppVersion.Font = new System.Drawing.Font("Tahoma", 8F);
     this.AppVersion.ForeColor = System.Drawing.Color.DimGray;
     this.AppVersion.LocationFloat = new DevExpress.Utils.PointFloat(945.3899F, 10.00001F);
     this.AppVersion.Name = "AppVersion";
     this.AppVersion.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 5, 0, 0, 100F);
     this.AppVersion.SizeF = new System.Drawing.SizeF(85.61017F, 23F);
     this.AppVersion.StylePriority.UseFont = false;
     this.AppVersion.StylePriority.UseForeColor = false;
     this.AppVersion.StylePriority.UsePadding = false;
     this.AppVersion.StylePriority.UseTextAlignment = false;
     this.AppVersion.Text = "AppVersion";
     this.AppVersion.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrIDPrinted,
     this.xrLabel1,
     this.xrTable1,
     this.xrLabel13,
     this.xrTable2,
     this.xrLabel7,
     this.pxLogo,
     this.xrLabel14});
     this.ReportHeader.HeightF = 536.5157F;
     this.ReportHeader.Name = "ReportHeader";
     //
     // xrIDPrinted
     //
     this.xrIDPrinted.BackColor = System.Drawing.Color.Transparent;
     this.xrIDPrinted.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrIDPrinted.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrIDPrinted.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrIDPrinted.LocationFloat = new DevExpress.Utils.PointFloat(518.7084F, 173.1068F);
     this.xrIDPrinted.Name = "xrIDPrinted";
     this.xrIDPrinted.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrIDPrinted.SizeF = new System.Drawing.SizeF(132.2917F, 23F);
     this.xrIDPrinted.StylePriority.UseBackColor = false;
     this.xrIDPrinted.StylePriority.UseBorderColor = false;
     this.xrIDPrinted.StylePriority.UseBorderDashStyle = false;
     this.xrIDPrinted.StylePriority.UseBorders = false;
     this.xrIDPrinted.StylePriority.UseFont = false;
     this.xrIDPrinted.StylePriority.UseTextAlignment = false;
     this.xrIDPrinted.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.BackColor = System.Drawing.Color.Gainsboro;
     this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel1.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(363.6397F, 173.1068F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(151.1103F, 23F);
     this.xrLabel1.StylePriority.UseBackColor = false;
     this.xrLabel1.StylePriority.UseBorderColor = false;
     this.xrLabel1.StylePriority.UseBorders = false;
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text = "Error Correction No";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTable1
     //
     this.xrTable1.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTable1.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTable1.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(128.3334F, 196.1068F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow4});
     this.xrTable1.SizeF = new System.Drawing.SizeF(480.375F, 121.9323F);
     this.xrTable1.StylePriority.UseBackColor = false;
     this.xrTable1.StylePriority.UseBorderColor = false;
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseFont = false;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell14});
     this.xrTableRow4.Name = "xrTableRow4";
     this.xrTableRow4.Weight = 3.068405490648348D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrManufacturerFrom,
     this.xrLabel17,
     this.xrItemFrom,
     this.xrStockCodeFrom,
     this.xrLabel20,
     this.xrLabel21,
     this.xrLabel22,
     this.xrUnitFrom});
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.Text = "xrTableCell25";
     this.xrTableCell14.Weight = 3D;
     //
     // xrManufacturerFrom
     //
     this.xrManufacturerFrom.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrManufacturerFrom.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrManufacturerFrom.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrManufacturerFrom.LocationFloat = new DevExpress.Utils.PointFloat(90.26439F, 93.5835F);
     this.xrManufacturerFrom.Name = "xrManufacturerFrom";
     this.xrManufacturerFrom.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrManufacturerFrom.SizeF = new System.Drawing.SizeF(291.2916F, 23F);
     this.xrManufacturerFrom.StylePriority.UseBorderDashStyle = false;
     this.xrManufacturerFrom.StylePriority.UseBorders = false;
     this.xrManufacturerFrom.StylePriority.UseFont = false;
     this.xrManufacturerFrom.StylePriority.UseTextAlignment = false;
     this.xrManufacturerFrom.Text = "Manufacturer";
     this.xrManufacturerFrom.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel17
     //
     this.xrLabel17.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel17.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(10.00004F, 93.58346F);
     this.xrLabel17.Name = "xrLabel17";
     this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF = new System.Drawing.SizeF(80.26434F, 22.99995F);
     this.xrLabel17.StylePriority.UseBorders = false;
     this.xrLabel17.StylePriority.UseFont = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.Text = "Manufacturer";
     this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrItemFrom
     //
     this.xrItemFrom.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrItemFrom.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrItemFrom.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrItemFrom.LocationFloat = new DevExpress.Utils.PointFloat(90.26437F, 9.999969F);
     this.xrItemFrom.Multiline = true;
     this.xrItemFrom.Name = "xrItemFrom";
     this.xrItemFrom.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrItemFrom.SizeF = new System.Drawing.SizeF(291.2918F, 37.58342F);
     this.xrItemFrom.StylePriority.UseBorderDashStyle = false;
     this.xrItemFrom.StylePriority.UseBorders = false;
     this.xrItemFrom.StylePriority.UseFont = false;
     this.xrItemFrom.StylePriority.UsePadding = false;
     this.xrItemFrom.StylePriority.UseTextAlignment = false;
     this.xrItemFrom.Text = "Description";
     this.xrItemFrom.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrStockCodeFrom
     //
     this.xrStockCodeFrom.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrStockCodeFrom.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrStockCodeFrom.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrStockCodeFrom.LocationFloat = new DevExpress.Utils.PointFloat(90.26445F, 47.58339F);
     this.xrStockCodeFrom.Name = "xrStockCodeFrom";
     this.xrStockCodeFrom.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrStockCodeFrom.SizeF = new System.Drawing.SizeF(291.2917F, 23F);
     this.xrStockCodeFrom.StylePriority.UseBorderDashStyle = false;
     this.xrStockCodeFrom.StylePriority.UseBorders = false;
     this.xrStockCodeFrom.StylePriority.UseFont = false;
     this.xrStockCodeFrom.StylePriority.UseTextAlignment = false;
     this.xrStockCodeFrom.Text = "StockCode";
     this.xrStockCodeFrom.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel20
     //
     this.xrLabel20.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel20.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 10.00001F);
     this.xrLabel20.Name = "xrLabel20";
     this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.SizeF = new System.Drawing.SizeF(80.26436F, 37.58336F);
     this.xrLabel20.StylePriority.UseBorders = false;
     this.xrLabel20.StylePriority.UseFont = false;
     this.xrLabel20.StylePriority.UseTextAlignment = false;
     this.xrLabel20.Text = "Item Description";
     this.xrLabel20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel21
     //
     this.xrLabel21.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel21.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(10.00004F, 47.58339F);
     this.xrLabel21.Name = "xrLabel21";
     this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel21.SizeF = new System.Drawing.SizeF(80.26433F, 23F);
     this.xrLabel21.StylePriority.UseBorders = false;
     this.xrLabel21.StylePriority.UseFont = false;
     this.xrLabel21.StylePriority.UseTextAlignment = false;
     this.xrLabel21.Text = "Item Code";
     this.xrLabel21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel22
     //
     this.xrLabel22.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel22.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(9.999911F, 70.5834F);
     this.xrLabel22.Name = "xrLabel22";
     this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel22.SizeF = new System.Drawing.SizeF(80.26436F, 22.99997F);
     this.xrLabel22.StylePriority.UseBorders = false;
     this.xrLabel22.StylePriority.UseFont = false;
     this.xrLabel22.StylePriority.UseTextAlignment = false;
     this.xrLabel22.Text = "Unit";
     this.xrLabel22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrUnitFrom
     //
     this.xrUnitFrom.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrUnitFrom.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrUnitFrom.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrUnitFrom.LocationFloat = new DevExpress.Utils.PointFloat(90.26445F, 70.58334F);
     this.xrUnitFrom.Name = "xrUnitFrom";
     this.xrUnitFrom.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrUnitFrom.SizeF = new System.Drawing.SizeF(291.2917F, 23.00002F);
     this.xrUnitFrom.StylePriority.UseBorderDashStyle = false;
     this.xrUnitFrom.StylePriority.UseBorders = false;
     this.xrUnitFrom.StylePriority.UseFont = false;
     this.xrUnitFrom.StylePriority.UsePadding = false;
     this.xrUnitFrom.StylePriority.UseTextAlignment = false;
     this.xrUnitFrom.Text = "Unit";
     this.xrUnitFrom.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel13
     //
     this.xrLabel13.BackColor = System.Drawing.Color.Gainsboro;
     this.xrLabel13.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel13.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(28.33338F, 196.1068F);
     this.xrLabel13.Name = "xrLabel13";
     this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel13.StylePriority.UseBackColor = false;
     this.xrLabel13.StylePriority.UseBorderColor = false;
     this.xrLabel13.StylePriority.UseBorders = false;
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text = "From:  ";
     this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTable2
     //
     this.xrTable2.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTable2.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTable2.Font = new System.Drawing.Font("Tahoma", 9.75F);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(128.3333F, 330.2084F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable2.SizeF = new System.Drawing.SizeF(480.375F, 177.1406F);
     this.xrTable2.StylePriority.UseBackColor = false;
     this.xrTable2.StylePriority.UseBorders = false;
     this.xrTable2.StylePriority.UseFont = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell1});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 3.068405490648348D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrlblBatchNo,
     this.xrBatchNo,
     this.xrlbExpiryDate,
     this.xrExpiryDate,
     this.xrManufacturerTo,
     this.xrLabel5,
     this.xrItemTo,
     this.xrStockCodeTo,
     this.xrLabel9,
     this.xrLabel10,
     this.xrLabel11,
     this.xrItemUnitTo});
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.Text = "xrTableCell25";
     this.xrTableCell1.Weight = 3D;
     //
     // xrManufacturerTo
     //
     this.xrManufacturerTo.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrManufacturerTo.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrManufacturerTo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrManufacturerTo.LocationFloat = new DevExpress.Utils.PointFloat(90.26439F, 93.58353F);
     this.xrManufacturerTo.Name = "xrManufacturerTo";
     this.xrManufacturerTo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrManufacturerTo.SizeF = new System.Drawing.SizeF(291.2918F, 22.99997F);
     this.xrManufacturerTo.StylePriority.UseBorderDashStyle = false;
     this.xrManufacturerTo.StylePriority.UseBorders = false;
     this.xrManufacturerTo.StylePriority.UseFont = false;
     this.xrManufacturerTo.StylePriority.UseTextAlignment = false;
     this.xrManufacturerTo.Text = "Manufacturer";
     this.xrManufacturerTo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel5
     //
     this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(10.00004F, 93.58346F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(80.26434F, 22.99995F);
     this.xrLabel5.StylePriority.UseBorders = false;
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text = "Manufacturer";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrItemTo
     //
     this.xrItemTo.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrItemTo.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrItemTo.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrItemTo.LocationFloat = new DevExpress.Utils.PointFloat(90.26437F, 9.999969F);
     this.xrItemTo.Multiline = true;
     this.xrItemTo.Name = "xrItemTo";
     this.xrItemTo.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrItemTo.SizeF = new System.Drawing.SizeF(291.2918F, 37.58342F);
     this.xrItemTo.StylePriority.UseBorderDashStyle = false;
     this.xrItemTo.StylePriority.UseBorders = false;
     this.xrItemTo.StylePriority.UseFont = false;
     this.xrItemTo.StylePriority.UsePadding = false;
     this.xrItemTo.StylePriority.UseTextAlignment = false;
     this.xrItemTo.Text = "Description";
     this.xrItemTo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrStockCodeTo
     //
     this.xrStockCodeTo.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrStockCodeTo.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrStockCodeTo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrStockCodeTo.LocationFloat = new DevExpress.Utils.PointFloat(90.2647F, 47.58345F);
     this.xrStockCodeTo.Name = "xrStockCodeTo";
     this.xrStockCodeTo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrStockCodeTo.SizeF = new System.Drawing.SizeF(291.2916F, 23F);
     this.xrStockCodeTo.StylePriority.UseBorderDashStyle = false;
     this.xrStockCodeTo.StylePriority.UseBorders = false;
     this.xrStockCodeTo.StylePriority.UseFont = false;
     this.xrStockCodeTo.StylePriority.UseTextAlignment = false;
     this.xrStockCodeTo.Text = "StockCode";
     this.xrStockCodeTo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel9
     //
     this.xrLabel9.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(10.00001F, 10.00001F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(80.26436F, 37.58336F);
     this.xrLabel9.StylePriority.UseBorders = false;
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text = "Item Description";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel10
     //
     this.xrLabel10.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel10.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(10.0001F, 47.58342F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(80.26433F, 23F);
     this.xrLabel10.StylePriority.UseBorders = false;
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text = "Item Code";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel11
     //
     this.xrLabel11.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel11.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(10.0001F, 70.58334F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(80.26436F, 22.99997F);
     this.xrLabel11.StylePriority.UseBorders = false;
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text = "Unit";
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrItemUnitTo
     //
     this.xrItemUnitTo.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrItemUnitTo.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrItemUnitTo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrItemUnitTo.LocationFloat = new DevExpress.Utils.PointFloat(90.26438F, 70.58334F);
     this.xrItemUnitTo.Name = "xrItemUnitTo";
     this.xrItemUnitTo.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrItemUnitTo.SizeF = new System.Drawing.SizeF(291.2916F, 23F);
     this.xrItemUnitTo.StylePriority.UseBorderDashStyle = false;
     this.xrItemUnitTo.StylePriority.UseBorders = false;
     this.xrItemUnitTo.StylePriority.UseFont = false;
     this.xrItemUnitTo.StylePriority.UsePadding = false;
     this.xrItemUnitTo.StylePriority.UseTextAlignment = false;
     this.xrItemUnitTo.Text = "Unit";
     this.xrItemUnitTo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel7
     //
     this.xrLabel7.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(138.3335F, 136.3983F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(376.4166F, 22.99998F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text = "Error Correction";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // pxLogo
     //
     this.pxLogo.Image = ((System.Drawing.Image)(resources.GetObject("pxLogo.Image")));
     this.pxLogo.LocationFloat = new DevExpress.Utils.PointFloat(20.00001F, 10.00001F);
     this.pxLogo.Name = "pxLogo";
     this.pxLogo.SizeF = new System.Drawing.SizeF(624.5833F, 126.3983F);
     this.pxLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // xrLabel14
     //
     this.xrLabel14.BackColor = System.Drawing.Color.Gainsboro;
     this.xrLabel14.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel14.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(28.33335F, 330.2084F);
     this.xrLabel14.Name = "xrLabel14";
     this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel14.StylePriority.UseBackColor = false;
     this.xrLabel14.StylePriority.UseBorders = false;
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text = "Changed To:";
     this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrControlStyle3
     //
     this.xrControlStyle3.Name = "xrControlStyle3";
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable3});
     this.GroupHeader1.HeightF = 25F;
     this.GroupHeader1.Name = "GroupHeader1";
     //
     // xrTable3
     //
     this.xrTable3.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 0F);
     this.xrTable3.Name = "xrTable3";
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable3.SizeF = new System.Drawing.SizeF(623.7083F, 25F);
     this.xrTable3.StylePriority.UseBackColor = false;
     this.xrTable3.StylePriority.UseBorders = false;
     this.xrTable3.StylePriority.UseFont = false;
     this.xrTable3.StylePriority.UseTextAlignment = false;
     this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell2,
     this.xrTableCell3,
     this.xrTableCell5,
     this.xrTableCell6,
     this.xrTableCell7,
     this.xrTableCell4});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.Text = "PONumber";
     this.xrTableCell2.Weight = 0.98541705826506321D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.Text = "STVorInvoice";
     this.xrTableCell3.Weight = 1.1005600821704806D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Text = "Batch No";
     this.xrTableCell5.Weight = 1.4306900909071709D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Text = "Expiry Date";
     this.xrTableCell6.Weight = 1.0068083168563287D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.Text = "Picked Qty";
     this.xrTableCell7.Weight = 0.87680431108341694D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseBorders = false;
     this.xrTableCell4.Text = "Changed Qty";
     this.xrTableCell4.Weight = 0.83680375617319414D;
     //
     // bindingSource1
     //
     this.bindingSource1.DataMember = "ErrorCorrection";
     this.bindingSource1.DataSource = this.theDataSet;
     //
     // theDataSet
     //
     this.theDataSet.DataSetName = "TheDataSet";
     this.theDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // xrlbExpiryDate
     //
     this.xrlbExpiryDate.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrlbExpiryDate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrlbExpiryDate.LocationFloat = new DevExpress.Utils.PointFloat(9.999784F, 116.5834F);
     this.xrlbExpiryDate.Name = "xrlbExpiryDate";
     this.xrlbExpiryDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlbExpiryDate.SizeF = new System.Drawing.SizeF(80.26434F, 22.99995F);
     this.xrlbExpiryDate.StylePriority.UseBorders = false;
     this.xrlbExpiryDate.StylePriority.UseFont = false;
     this.xrlbExpiryDate.StylePriority.UseTextAlignment = false;
     this.xrlbExpiryDate.Text = "Expiry Date";
     this.xrlbExpiryDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrExpiryDate
     //
     this.xrExpiryDate.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrExpiryDate.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrExpiryDate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrExpiryDate.LocationFloat = new DevExpress.Utils.PointFloat(90.26413F, 116.5835F);
     this.xrExpiryDate.Name = "xrExpiryDate";
     this.xrExpiryDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrExpiryDate.SizeF = new System.Drawing.SizeF(291.2918F, 22.99997F);
     this.xrExpiryDate.StylePriority.UseBorderDashStyle = false;
     this.xrExpiryDate.StylePriority.UseBorders = false;
     this.xrExpiryDate.StylePriority.UseFont = false;
     this.xrExpiryDate.StylePriority.UseTextAlignment = false;
     this.xrExpiryDate.Text = "Expiry Date";
     this.xrExpiryDate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrlblBatchNo
     //
     this.xrlblBatchNo.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrlblBatchNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrlblBatchNo.LocationFloat = new DevExpress.Utils.PointFloat(9.999784F, 139.5832F);
     this.xrlblBatchNo.Name = "xrlblBatchNo";
     this.xrlblBatchNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrlblBatchNo.SizeF = new System.Drawing.SizeF(80.26434F, 22.99995F);
     this.xrlblBatchNo.StylePriority.UseBorders = false;
     this.xrlblBatchNo.StylePriority.UseFont = false;
     this.xrlblBatchNo.StylePriority.UseTextAlignment = false;
     this.xrlblBatchNo.Text = "Batch No";
     this.xrlblBatchNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrBatchNo
     //
     this.xrBatchNo.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrBatchNo.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrBatchNo.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrBatchNo.LocationFloat = new DevExpress.Utils.PointFloat(90.26413F, 139.5833F);
     this.xrBatchNo.Name = "xrBatchNo";
     this.xrBatchNo.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrBatchNo.SizeF = new System.Drawing.SizeF(291.2918F, 22.99997F);
     this.xrBatchNo.StylePriority.UseBorderDashStyle = false;
     this.xrBatchNo.StylePriority.UseBorders = false;
     this.xrBatchNo.StylePriority.UseFont = false;
     this.xrBatchNo.StylePriority.UseTextAlignment = false;
     this.xrBatchNo.Text = "Batch No";
     this.xrBatchNo.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ErrorCorrection
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin,
     this.ReportHeader,
     this.GroupHeader1});
     this.DataSource = this.bindingSource1;
     this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
     this.formattingRule1,
     this.formattingRule2});
     this.Margins = new System.Drawing.Printing.Margins(64, 125, 54, 47);
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
     this.xrControlStyle3});
     this.Version = "12.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.theDataSet)).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();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(VehicleMasterListReport));
     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.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel16 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel32 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
     this.DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1 = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.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.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataSource = typeof(Models.Permitees);
     this.objectDataSource1.Name = "objectDataSource1";
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 50F;
     this.TopMargin.Name = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF = 50F;
     this.BottomMargin.Name = "BottomMargin";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel7,
     this.xrLabel8,
     this.xrLabel6,
     this.xrLabel5,
     this.xrLabel4,
     this.xrLabel3,
     this.xrLabel1,
     this.xrLabel2});
     this.Detail.HeightF = 91.99995F;
     this.Detail.Name = "Detail";
     this.Detail.StylePriority.UseTextAlignment = false;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel17,
     this.xrLabel16,
     this.xrLabel15,
     this.xrLabel14,
     this.xrLine1,
     this.xrLabel32,
     this.xrPictureBox1});
     this.PageHeader.HeightF = 131.5833F;
     this.PageHeader.Name = "PageHeader";
     //
     // xrLabel17
     //
     this.xrLabel17.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(0F, 69F);
     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(750F, 23F);
     this.xrLabel17.StylePriority.UseFont = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.Text = "-o0o-";
     this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel16
     //
     this.xrLabel16.Font = new System.Drawing.Font("Arial", 9F);
     this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(0F, 45.99997F);
     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(750F, 23F);
     this.xrLabel16.StylePriority.UseFont = false;
     this.xrLabel16.StylePriority.UseTextAlignment = false;
     this.xrLabel16.Text = "Bayombong";
     this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel15
     //
     this.xrLabel15.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
     this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(0F, 23.00002F);
     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(750F, 23F);
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text = "PROVINCE OF NUEVA VIZCAYA";
     this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel14
     //
     this.xrLabel14.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Italic);
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(0F, 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(750F, 23F);
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text = "Republic of the Philippines";
     this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLine1
     //
     this.xrLine1.BackColor = System.Drawing.Color.Yellow;
     this.xrLine1.BorderColor = System.Drawing.Color.Yellow;
     this.xrLine1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLine1.BorderWidth = 5F;
     this.xrLine1.ForeColor = System.Drawing.Color.Yellow;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 115F);
     this.xrLine1.Name = "xrLine1";
     this.xrLine1.SizeF = new System.Drawing.SizeF(750F, 16.58332F);
     this.xrLine1.StylePriority.UseBackColor = false;
     this.xrLine1.StylePriority.UseBorderColor = false;
     this.xrLine1.StylePriority.UseBorders = false;
     this.xrLine1.StylePriority.UseBorderWidth = false;
     this.xrLine1.StylePriority.UseForeColor = false;
     //
     // xrLabel32
     //
     this.xrLabel32.Font = new System.Drawing.Font("Book Antiqua", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel32.LocationFloat = new DevExpress.Utils.PointFloat(0F, 92F);
     this.xrLabel32.Multiline = true;
     this.xrLabel32.Name = "xrLabel32";
     this.xrLabel32.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel32.SizeF = new System.Drawing.SizeF(750F, 23F);
     this.xrLabel32.StylePriority.UseFont = false;
     this.xrLabel32.StylePriority.UseTextAlignment = false;
     this.xrLabel32.Text = "PROVINCIAL ENVIRONMENT AND NATURAL RESOURCES OFFICE(PENARO)";
     this.xrLabel32.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.ImageSource = new DevExpress.XtraPrinting.Drawing.ImageSource("img", resources.GetString("xrPictureBox1.ImageSource"));
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(177.1996F, 1.589457E-05F);
     this.xrPictureBox1.Name = "xrPictureBox1";
     this.xrPictureBox1.SizeF = new System.Drawing.SizeF(75.80042F, 68.99994F);
     this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail1,
     this.GroupHeader1});
     this.DetailReport.DataMember = "Vehicles";
     this.DetailReport.DataSource = this.objectDataSource1;
     this.DetailReport.Level = 0;
     this.DetailReport.Name = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail1.HeightF = 18.08344F;
     this.Detail1.Name = "Detail1";
     this.Detail1.StylePriority.UseTextAlignment = false;
     this.Detail1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Book Antiqua", 12F);
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel2.Multiline = true;
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(148.3333F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text = "Permittee Name:";
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Book Antiqua", 12F);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 22.99999F);
     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(148.3333F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text = "Address:";
     //
     // xrLabel3
     //
     this.xrLabel3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
     new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CompanyAndPermitteeName]")});
     this.xrLabel3.Font = new System.Drawing.Font("Book Antiqua", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(148.3333F, 0F);
     this.xrLabel3.Multiline = true;
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(597.9167F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.Text = "xrLabel3";
     //
     // xrLabel4
     //
     this.xrLabel4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
     new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[AddressLine1]")});
     this.xrLabel4.Font = new System.Drawing.Font("Book Antiqua", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(148.3333F, 22.99999F);
     this.xrLabel4.Multiline = true;
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(597.9167F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.Text = "xrLabel4";
     //
     // xrLabel5
     //
     this.xrLabel5.Font = new System.Drawing.Font("Book Antiqua", 12F);
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(0F, 45.99997F);
     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(148.3333F, 23F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text = "Business Reg:";
     //
     // xrLabel6
     //
     this.xrLabel6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
     new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[BusinessRegistration]")});
     this.xrLabel6.Font = new System.Drawing.Font("Book Antiqua", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(148.3333F, 45.99997F);
     this.xrLabel6.Multiline = true;
     this.xrLabel6.Name = "xrLabel6";
     this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel6.SizeF = new System.Drawing.SizeF(597.9167F, 23F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.Text = "xrLabel6";
     //
     // xrLabel7
     //
     this.xrLabel7.Font = new System.Drawing.Font("Book Antiqua", 12F);
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(0F, 68.99995F);
     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(148.3333F, 23F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.Text = "Accre. No.";
     //
     // xrLabel8
     //
     this.xrLabel8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
     new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[AccreditationNumber]")});
     this.xrLabel8.Font = new System.Drawing.Font("Book Antiqua", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(148.3333F, 68.99995F);
     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(597.9167F, 23F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text = "xrLabel6";
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(750F, 18F);
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell1,
     this.xrTableCell2,
     this.xrTableCell3,
     this.xrTableCell4});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
     new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PlateNo]")});
     this.xrTableCell1.Multiline = true;
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.Text = "xrTableCell1";
     this.xrTableCell1.Weight = 1D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
     new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VehicleName]")});
     this.xrTableCell2.Multiline = true;
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.Text = "xrTableCell2";
     this.xrTableCell2.Weight = 1D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
     new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[VehicleTypes].[VehicleTypeName]")});
     this.xrTableCell3.Multiline = true;
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.Text = "xrTableCell3";
     this.xrTableCell3.Weight = 1D;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable2});
     this.GroupHeader1.HeightF = 26.41678F;
     this.GroupHeader1.Name = "GroupHeader1";
     //
     // xrTableCell4
     //
     this.xrTableCell4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
     new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Capacity]")});
     this.xrTableCell4.Multiline = true;
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.Text = "xrTableCell4";
     this.xrTableCell4.Weight = 1D;
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable2.SizeF = new System.Drawing.SizeF(750F, 21F);
     this.xrTable2.StylePriority.UseBorders = false;
     this.xrTable2.StylePriority.UseFont = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell5,
     this.xrTableCell6,
     this.xrTableCell7,
     this.xrTableCell8});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Multiline = true;
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Text = "Plate No";
     this.xrTableCell5.Weight = 1D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Multiline = true;
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Text = "Vehicle Name";
     this.xrTableCell6.Weight = 1D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Multiline = true;
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.Text = "Vehicle Type";
     this.xrTableCell7.Weight = 1D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Multiline = true;
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.Text = "Capacity";
     this.xrTableCell8.Weight = 1D;
     //
     // VehicleMasterListReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.TopMargin,
     this.BottomMargin,
     this.Detail,
     this.PageHeader,
     this.DetailReport});
     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(50, 50, 50, 50);
     this.Version = "18.2";
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 45
0
 private void InitializeComponent()
 {
     this.Detail              = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin           = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin        = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.table1              = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow1           = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell1          = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell2          = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell3          = new DevExpress.XtraReports.UI.XRTableCell();
     this.checkBox1           = new DevExpress.XtraReports.UI.XRCheckBox();
     this.TableCellStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.HeaderStyle         = new DevExpress.XtraReports.UI.XRControlStyle();
     this.TableHeaderStyle    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.TableSubHeaderStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table1
     });
     this.Detail.Dpi           = 254F;
     this.Detail.HeightF       = 489.4792F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.Detail.Tag           = "58fed16a-15fc-4dfb-b8b8-f8277e95144d";
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.checkBox1
     });
     this.TopMargin.Dpi           = 254F;
     this.TopMargin.HeightF       = 254F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.TopMargin.Tag           = "8765e001-56d8-4944-8c26-4d17871e7225";
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi           = 254F;
     this.BottomMargin.HeightF       = 254F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.BottomMargin.Tag           = "3179b85d-556c-4847-af1e-af710b867f60";
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // table1
     //
     this.table1.Dpi           = 254F;
     this.table1.LocationFloat = new DevExpress.Utils.PointFloat(66.14584F, 13.22917F);
     this.table1.Name          = "table1";
     this.table1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.tableRow1
     });
     this.table1.SizeF = new System.Drawing.SizeF(1783.292F, 476.25F);
     this.table1.Tag   = "2d5aed44-c21f-4582-8f49-4015b54b6484";
     //
     // tableRow1
     //
     this.tableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell1,
         this.tableCell2,
         this.tableCell3
     });
     this.tableRow1.Dpi    = 254F;
     this.tableRow1.Name   = "tableRow1";
     this.tableRow1.Tag    = "0bd3c299-f3a4-419c-911d-e1f6a505fbad";
     this.tableRow1.Weight = 1D;
     //
     // tableCell1
     //
     this.tableCell1.Dpi       = 254F;
     this.tableCell1.Multiline = true;
     this.tableCell1.Name      = "tableCell1";
     this.tableCell1.Tag       = "c8c5a4c7-bae7-4151-a0b4-7c27b414edd7";
     this.tableCell1.Text      = "fdsafdsa fdsa fds afds\r\naf \r\ndsaf\r\nd\r\nsa \r\nf\r\ndsa\r\n f\r\n\r\ndsa \r\nf\r\n\r\nsd\r\na\r\nf\r\ndsa" +
                                 "";
     this.tableCell1.Weight = 1D;
     //
     // tableCell2
     //
     this.tableCell2.Dpi       = 254F;
     this.tableCell2.Multiline = true;
     this.tableCell2.Name      = "tableCell2";
     this.tableCell2.Tag       = "0b018e21-be2e-4b40-8163-230653f67631";
     this.tableCell2.Text      = "fdsa fdsa \r\nf\r\ndsa\r\n f\r\nds\r\nafdsafdsa f\r\ndsa\r\n fdsaf dsfdsafa \r\nds\r\na fdsafdsa fd" +
                                 "s af ddsa\r\n\r\nfds afdsa fdsa fdsa fd sa\r\n";
     this.tableCell2.Weight = 1D;
     //
     // tableCell3
     //
     this.tableCell3.Dpi    = 254F;
     this.tableCell3.Name   = "tableCell3";
     this.tableCell3.Tag    = "deb71c56-510b-4496-8bf2-258e03ba43ee";
     this.tableCell3.Text   = "tableCell3";
     this.tableCell3.Weight = 1D;
     //
     // checkBox1
     //
     this.checkBox1.Dpi           = 254F;
     this.checkBox1.LocationFloat = new DevExpress.Utils.PointFloat(66.14584F, 170.58F);
     this.checkBox1.Name          = "checkBox1";
     this.checkBox1.SizeF         = new System.Drawing.SizeF(1783.292F, 58.42F);
     this.checkBox1.Tag           = "6f646853-8e7c-48b2-90f4-4360c2e24545";
     this.checkBox1.Text          = "checkBox1";
     //
     // TableCellStyle
     //
     this.TableCellStyle.BorderColor   = System.Drawing.Color.Silver;
     this.TableCellStyle.Borders       = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.TableCellStyle.Font          = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.TableCellStyle.Name          = "TableCellStyle";
     this.TableCellStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(8, 8, 5, 5, 254F);
     this.TableCellStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // HeaderStyle
     //
     this.HeaderStyle.Font          = new System.Drawing.Font("Verdana", 18.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.HeaderStyle.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(84)))), ((int)(((byte)(165)))));
     this.HeaderStyle.Name          = "HeaderStyle";
     this.HeaderStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // TableHeaderStyle
     //
     this.TableHeaderStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.TableHeaderStyle.BorderColor   = System.Drawing.Color.Silver;
     this.TableHeaderStyle.Borders       = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.TableHeaderStyle.Font          = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.TableHeaderStyle.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.TableHeaderStyle.Name          = "TableHeaderStyle";
     this.TableHeaderStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(8, 8, 5, 5, 254F);
     this.TableHeaderStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // TableSubHeaderStyle
     //
     this.TableSubHeaderStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.TableSubHeaderStyle.BorderColor   = System.Drawing.Color.Silver;
     this.TableSubHeaderStyle.Borders       = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.TableSubHeaderStyle.Font          = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold);
     this.TableSubHeaderStyle.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.TableSubHeaderStyle.Name          = "TableSubHeaderStyle";
     this.TableSubHeaderStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // Report1
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.Caption                = "Отчет1";
     this.Dpi                    = 254F;
     this.Margins                = new System.Drawing.Printing.Margins(254, 254, 254, 254);
     this.Name                   = "Report1";
     this.Packages               = ((System.Collections.Generic.IDictionary <System.Guid, string>)(resources.GetObject("$this.Packages")));
     this.PackageUId             = new System.Guid("5be3998b-c5c3-42bb-a01c-2e4149059a97");
     this.PageHeight             = 2794;
     this.PageWidth              = 2159;
     this.ReportUnit             = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.ScriptReferencesString = "Terrasoft.Common.dll\r\nTerrasoft.Core.dll\r\nTerrasoft.Reports.dll";
     this.ScriptsSource          = "using System;\r\nusing System.Collections.Generic;\r\nusing System.Data; \r\nusing Terr" +
                                   "asoft.Common;\r\nusing Terrasoft.Core;\r\nusing Terrasoft.Reports;\r\nusing Terrasoft." +
                                   "Core.Entities; \r\n";
     this.SnapGridSize = 31.75F;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.TableCellStyle,
         this.HeaderStyle,
         this.TableHeaderStyle,
         this.TableSubHeaderStyle
     });
     this.Tag            = "27fb7539-f375-4009-be25-39150e8d7466";
     this.UId            = new System.Guid("e529ae9e-7a33-43c5-bf49-71d2560df6ad");
     this.UserConnection = null;
     this.Version        = "10.2";
     ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 46
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EmployeeRootReport));
			PositionOrEscortLabel = new DevExpress.XtraReports.UI.XRLabel();
			OrganisationLabel = new DevExpress.XtraReports.UI.XRLabel();
			EmployeeNameLabel = new DevExpress.XtraReports.UI.XRLabel();
			DepartmentLabel = new DevExpress.XtraReports.UI.XRLabel();
			DetailReport = new DevExpress.XtraReports.UI.DetailReportBand();
			Detail1 = new DevExpress.XtraReports.UI.DetailBand();
			DataTable = new DevExpress.XtraReports.UI.XRTable();
			DataRow = new DevExpress.XtraReports.UI.XRTableRow();
			DateTimeCell = new DevExpress.XtraReports.UI.XRTableCell();
			ZoneCell = new DevExpress.XtraReports.UI.XRTableCell();
			GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
			HeaderTable = new DevExpress.XtraReports.UI.XRTable();
			HeaderRow = new DevExpress.XtraReports.UI.XRTableRow();
			DateTimeHeaderCell = new DevExpress.XtraReports.UI.XRTableCell();
			ZoneHeaderCell = new DevExpress.XtraReports.UI.XRTableCell();
			xrControlStyle1 = new DevExpress.XtraReports.UI.XRControlStyle();
			((System.ComponentModel.ISupportInitialize)(DataTable)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(HeaderTable)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
			// 
			// Detail
			// 
			Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
			PositionOrEscortLabel,
			OrganisationLabel,
			EmployeeNameLabel,
			DepartmentLabel});
			Detail.Dpi = 254F;
			Detail.HeightF = 152F;
			Detail.KeepTogether = true;
			Detail.KeepTogetherWithDetailReports = true;
			Detail.Name = "Detail";
			// 
			// EmployeeNameLabel
			// 
			EmployeeNameLabel.Dpi = 254F;
			EmployeeNameLabel.LocationFloat = new DevExpress.Utils.PointFloat(25.40002F, 25.40002F);
			EmployeeNameLabel.Name = "EmployeeNameLabel";
			EmployeeNameLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
			EmployeeNameLabel.SizeF = new System.Drawing.SizeF(824.5997F, 50.8F);
			EmployeeNameLabel.StylePriority.UseTextAlignment = false;
			EmployeeNameLabel.Text = "EmployeeNameLabel";
			EmployeeNameLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
			//
			//PositionOrEscortLabel
			//
			PositionOrEscortLabel.Dpi = 254F;
			PositionOrEscortLabel.LocationFloat = new DevExpress.Utils.PointFloat(868.5206F, 88.90002F);
			PositionOrEscortLabel.Name = "PositionOrEscortLabel";
			PositionOrEscortLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
			PositionOrEscortLabel.SizeF = new System.Drawing.SizeF(831.4792F, 50.8F);
			PositionOrEscortLabel.StylePriority.UseTextAlignment = false;
			PositionOrEscortLabel.Text = "PositionOrEscortLabel";
			PositionOrEscortLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
			// 
			// OrganisationLabel
			// 
			OrganisationLabel.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
			new DevExpress.XtraReports.UI.XRBinding("Text", null, "Employee.Organisation", "Организация: {0}")});
			OrganisationLabel.Dpi = 254F;
			OrganisationLabel.LocationFloat = new DevExpress.Utils.PointFloat(25.40002F, 88.90002F);
			OrganisationLabel.Name = "OrganisationLabel";
			OrganisationLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
			OrganisationLabel.SizeF = new System.Drawing.SizeF(824.5997F, 50.8F);
			OrganisationLabel.StylePriority.UseTextAlignment = false;
			OrganisationLabel.Text = "OrganisationLabel";
			OrganisationLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
			// 
			// DepartmentLabel
			// 
			DepartmentLabel.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
			new DevExpress.XtraReports.UI.XRBinding("Text", null, "Employee.Department", "Подразделение: {0}")});
			DepartmentLabel.Dpi = 254F;
			DepartmentLabel.LocationFloat = new DevExpress.Utils.PointFloat(868.5206F, 25.40002F);
			DepartmentLabel.Name = "DepartmentLabel";
			DepartmentLabel.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
			DepartmentLabel.SizeF = new System.Drawing.SizeF(831.4792F, 50.8F);
			DepartmentLabel.StylePriority.UseTextAlignment = false;
			DepartmentLabel.Text = "DepartmentLabel";
			DepartmentLabel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
			// 
			// DetailReport
			// 
			DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
			Detail1,
			GroupHeader1});
			DetailReport.DataMember = "Employee.Employee_Data";
			DetailReport.Dpi = 254F;
			DetailReport.Level = 0;
			DetailReport.Name = "DetailReport";
			DetailReport.PageBreak = DevExpress.XtraReports.UI.PageBreak.AfterBand;
			DetailReport.ReportPrintOptions.DetailCountOnEmptyDataSource = 0;
			// 
			// Detail1
			// 
			Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
			DataTable});
			Detail1.Dpi = 254F;
			Detail1.HeightF = 64F;
			Detail1.Name = "Detail1";
			Detail1.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
			new DevExpress.XtraReports.UI.GroupField("DateTime", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
			// 
			// DataTable
			// 
			DataTable.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
			| DevExpress.XtraPrinting.BorderSide.Bottom)));
			DataTable.Dpi = 254F;
			DataTable.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
			DataTable.Name = "DataTable";
			DataTable.OddStyleName = "xrControlStyle1";
			DataTable.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 254F);
			DataTable.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
			DataRow});
			DataTable.SizeF = new System.Drawing.SizeF(1700F, 63.5F);
			DataTable.StylePriority.UseBorders = false;
			DataTable.StylePriority.UsePadding = false;
			DataTable.StylePriority.UseTextAlignment = false;
			DataTable.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
			// 
			// DataRow
			// 
			//DataRow.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
			//DateTimeCell,
			//AccessPointCell,
			//ZoneCell,
			//PassCell});
			DataRow.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
			DateTimeCell,
			ZoneCell});
			DataRow.Dpi = 254F;
			DataRow.Name = "DataRow";
			DataRow.Weight = 11.5D;
			// 
			// DateTimeCell
			// 
			DateTimeCell.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
			new DevExpress.XtraReports.UI.XRBinding("Text", null, "Employee.Employee_Data.DateTime", "{0:dd.MM.yyyy H:mm:ss}")});
			DateTimeCell.Dpi = 254F;
			DateTimeCell.Name = "DateTimeCell";
			DateTimeCell.StylePriority.UseTextAlignment = false;
			DateTimeCell.WidthF = 600F;
			// 
			// ZoneCell
			// 
			ZoneCell.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
			new DevExpress.XtraReports.UI.XRBinding("Text", null, "Employee.Employee_Data.Zone")});
			ZoneCell.Dpi = 254F;
			ZoneCell.Name = "ZoneCell";
			ZoneCell.WidthF = 1100F;
			// 
			// GroupHeader1
			// 
			GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
			HeaderTable});
			GroupHeader1.Dpi = 254F;
			GroupHeader1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail;
			GroupHeader1.HeightF = 64F;
			GroupHeader1.KeepTogether = true;
			GroupHeader1.Name = "GroupHeader1";
			GroupHeader1.RepeatEveryPage = true;
			// 
			// HeaderTable
			// 
			HeaderTable.BackColor = System.Drawing.Color.DarkGray;
			HeaderTable.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
			| DevExpress.XtraPrinting.BorderSide.Right)
			| DevExpress.XtraPrinting.BorderSide.Bottom)));
			HeaderTable.Dpi = 254F;
			HeaderTable.KeepTogether = true;
			HeaderTable.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
			HeaderTable.Name = "HeaderTable";
			HeaderTable.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
			HeaderRow});
			HeaderTable.SizeF = new System.Drawing.SizeF(1700F, 63.5F);
			HeaderTable.StylePriority.UseBackColor = false;
			HeaderTable.StylePriority.UseBorders = false;
			HeaderTable.StylePriority.UseTextAlignment = false;
			HeaderTable.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
			// 
			// HeaderRow
			// 
			HeaderRow.BackColor = System.Drawing.Color.DarkGray;
			HeaderRow.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
			DateTimeHeaderCell,
			ZoneHeaderCell});
			HeaderRow.Dpi = 254F;
			HeaderRow.Name = "HeaderRow";
			HeaderRow.Padding = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 3, 3, 254F);
			HeaderRow.StylePriority.UsePadding = false;
			HeaderRow.StylePriority.UseTextAlignment = false;
			HeaderRow.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
			HeaderRow.Weight = 11.5D;
			// 
			// DateTimeHeaderCell
			// 
			DateTimeHeaderCell.Dpi = 254F;
			DateTimeHeaderCell.Name = "DateTimeHeaderCell";
			DateTimeHeaderCell.Text = "Дата/время прохода";
			//DateTimeHeaderCell.Weight = 0.29D;
			DateTimeHeaderCell.WidthF = 600F;
			// 
			// ZoneHeaderCell
			// 
			ZoneHeaderCell.Dpi = 254F;
			ZoneHeaderCell.Name = "ZoneHeaderCell";
			ZoneHeaderCell.Text = "Зона";
			ZoneHeaderCell.WidthF = 1100F;
			// 
			// xrControlStyle1
			// 
			xrControlStyle1.BackColor = System.Drawing.Color.LightGray;
			xrControlStyle1.Name = "xrControlStyle1";
			xrControlStyle1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
			// 
			// EmployeeRootReport
			// 
			Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
			DetailReport});
			DataMember = "Employee";
			DataSourceSchema = resources.GetString("$DataSourceSchema");
			ExportOptions.PrintPreview.ActionAfterExport = DevExpress.XtraPrinting.ActionAfterExport.Open;
			ExportOptions.PrintPreview.ShowOptionsBeforeExport = false;
			StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
			xrControlStyle1});
			Version = "14.1";
			Controls.SetChildIndex(DetailReport, 0);
			Controls.SetChildIndex(Detail, 0);
			((System.ComponentModel.ISupportInitialize)(DataTable)).EndInit();
			((System.ComponentModel.ISupportInitialize)(HeaderTable)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this)).EndInit();

		}
Ejemplo n.º 47
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.ConnectionParameters.MsSqlConnectionParameters msSqlConnectionParameters1 = new DevExpress.DataAccess.ConnectionParameters.MsSqlConnectionParameters();
     DevExpress.DataAccess.Sql.StoredProcQuery storedProcQuery1 = new DevExpress.DataAccess.Sql.StoredProcQuery();
     DevExpress.DataAccess.Sql.QueryParameter  queryParameter1  = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter  queryParameter2  = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter  queryParameter3  = new DevExpress.DataAccess.Sql.QueryParameter();
     DevExpress.DataAccess.Sql.QueryParameter  queryParameter4  = new DevExpress.DataAccess.Sql.QueryParameter();
     this.TopMargin                  = new DevExpress.XtraReports.UI.TopMarginBand();
     this.PageHeader                 = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.table1                     = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow1                  = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell1                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell2                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell3                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell4                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.Detail                     = new DevExpress.XtraReports.UI.DetailBand();
     this.table2                     = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow2                  = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell6                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell7                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell8                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell9                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.BottomMargin               = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.sqlDataSource1             = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.ReportHeaderBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportGroupHeaderBandStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportDetailBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportGroupFooterBandStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportFooterBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportOddStyle             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportEvenStyle            = new DevExpress.XtraReports.UI.XRControlStyle();
     ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.Dpi  = 254F;
     this.TopMargin.Name = "TopMargin";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table1
     });
     this.PageHeader.Dpi       = 254F;
     this.PageHeader.HeightF   = 63.5F;
     this.PageHeader.Name      = "PageHeader";
     this.PageHeader.StyleName = "ReportHeaderBandStyle";
     //
     // table1
     //
     this.table1.Dpi           = 254F;
     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(1273.6F, 63.5F);
     //
     // tableRow1
     //
     this.tableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell1,
         this.tableCell2,
         this.tableCell3,
         this.tableCell4
     });
     this.tableRow1.Dpi    = 254F;
     this.tableRow1.Name   = "tableRow1";
     this.tableRow1.Weight = 11.499995494453673D;
     //
     // tableCell1
     //
     this.tableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell1.Dpi       = 254F;
     this.tableCell1.Name      = "tableCell1";
     this.tableCell1.StyleName = "ReportHeaderBandStyle";
     this.tableCell1.Text      = "MASV";
     this.tableCell1.Weight    = 0.50799997607667247D;
     //
     // tableCell2
     //
     this.tableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell2.Dpi       = 254F;
     this.tableCell2.Name      = "tableCell2";
     this.tableCell2.StyleName = "ReportHeaderBandStyle";
     this.tableCell2.Text      = "MAMH";
     this.tableCell2.Weight    = 0.50799997607667247D;
     //
     // tableCell3
     //
     this.tableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell3.Dpi       = 254F;
     this.tableCell3.Name      = "tableCell3";
     this.tableCell3.StyleName = "ReportHeaderBandStyle";
     this.tableCell3.Text      = "LAN";
     this.tableCell3.Weight    = 0.50799997607667247D;
     //
     // tableCell4
     //
     this.tableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell4.Dpi       = 254F;
     this.tableCell4.Name      = "tableCell4";
     this.tableCell4.StyleName = "ReportHeaderBandStyle";
     this.tableCell4.Text      = "DIEM";
     this.tableCell4.Weight    = 0.50799997607667247D;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table2
     });
     this.Detail.Dpi           = 254F;
     this.Detail.EvenStyleName = "ReportEvenStyle";
     this.Detail.HeightF       = 63.5F;
     this.Detail.HierarchyPrintOptions.Indent = 50.8F;
     this.Detail.Name         = "Detail";
     this.Detail.OddStyleName = "ReportOddStyle";
     this.Detail.StyleName    = "ReportDetailBandStyle";
     //
     // table2
     //
     this.table2.Dpi           = 254F;
     this.table2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.table2.Name          = "table2";
     this.table2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.tableRow2
     });
     this.table2.SizeF = new System.Drawing.SizeF(1273.6F, 63.5F);
     //
     // tableRow2
     //
     this.tableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell6,
         this.tableCell7,
         this.tableCell8,
         this.tableCell9
     });
     this.tableRow2.Dpi    = 254F;
     this.tableRow2.Name   = "tableRow2";
     this.tableRow2.Weight = 11.499995494453673D;
     //
     // tableCell6
     //
     this.tableCell6.Borders       = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell6.Dpi           = 254F;
     this.tableCell6.EvenStyleName = "ReportEvenStyle";
     this.tableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MASV]")
     });
     this.tableCell6.Name          = "tableCell6";
     this.tableCell6.OddStyleName  = "ReportOddStyle";
     this.tableCell6.StyleName     = "ReportDetailBandStyle";
     this.tableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell6.Weight        = 0.50799997607667247D;
     this.tableCell6.WordWrap      = false;
     //
     // tableCell7
     //
     this.tableCell7.Borders       = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell7.Dpi           = 254F;
     this.tableCell7.EvenStyleName = "ReportEvenStyle";
     this.tableCell7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MAMH]")
     });
     this.tableCell7.Name          = "tableCell7";
     this.tableCell7.OddStyleName  = "ReportOddStyle";
     this.tableCell7.StyleName     = "ReportDetailBandStyle";
     this.tableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell7.Weight        = 0.50799997607667247D;
     this.tableCell7.WordWrap      = false;
     //
     // tableCell8
     //
     this.tableCell8.Borders       = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell8.Dpi           = 254F;
     this.tableCell8.EvenStyleName = "ReportEvenStyle";
     this.tableCell8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[LAN]")
     });
     this.tableCell8.Name          = "tableCell8";
     this.tableCell8.OddStyleName  = "ReportOddStyle";
     this.tableCell8.StyleName     = "ReportDetailBandStyle";
     this.tableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell8.Weight        = 0.50799997607667247D;
     this.tableCell8.WordWrap      = false;
     //
     // tableCell9
     //
     this.tableCell9.Borders       = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell9.Dpi           = 254F;
     this.tableCell9.EvenStyleName = "ReportEvenStyle";
     this.tableCell9.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[DIEM]")
     });
     this.tableCell9.Name          = "tableCell9";
     this.tableCell9.OddStyleName  = "ReportOddStyle";
     this.tableCell9.StyleName     = "ReportDetailBandStyle";
     this.tableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell9.Weight        = 0.50799997607667247D;
     this.tableCell9.WordWrap      = false;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi     = 254F;
     this.BottomMargin.HeightF = 254F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName           = "DSVConnectionString";
     msSqlConnectionParameters1.AuthorizationType = DevExpress.DataAccess.ConnectionParameters.MsSqlAuthorizationType.Windows;
     msSqlConnectionParameters1.DatabaseName      = "DSV";
     msSqlConnectionParameters1.ServerName        = "LONGTRNN\\MSSQLSERVER01";
     this.sqlDataSource1.ConnectionParameters     = msSqlConnectionParameters1;
     this.sqlDataSource1.Name  = "sqlDataSource1";
     storedProcQuery1.Name     = "SP_INSERT_DIEM";
     queryParameter1.Name      = "@MASV";
     queryParameter1.Type      = typeof(string);
     queryParameter2.Name      = "@MAMH";
     queryParameter2.Type      = typeof(string);
     queryParameter3.Name      = "@LAN";
     queryParameter3.Type      = typeof(short);
     queryParameter3.ValueInfo = "0";
     queryParameter4.Name      = "@DIEM";
     queryParameter4.Type      = typeof(double);
     queryParameter4.ValueInfo = "0";
     storedProcQuery1.Parameters.Add(queryParameter1);
     storedProcQuery1.Parameters.Add(queryParameter2);
     storedProcQuery1.Parameters.Add(queryParameter3);
     storedProcQuery1.Parameters.Add(queryParameter4);
     storedProcQuery1.StoredProcName = "SP_INSERT_DIEM";
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         storedProcQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = "PERhdGFTZXQgTmFtZT0ic3FsRGF0YVNvdXJjZTEiPjxWaWV3IE5hbWU9IlNQX0lOU0VSVF9ESUVNIiAvP" +
                                                    "jwvRGF0YVNldD4=";
     //
     // ReportHeaderBandStyle
     //
     this.ReportHeaderBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportHeaderBandStyle.Name          = "ReportHeaderBandStyle";
     this.ReportHeaderBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportHeaderBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportGroupHeaderBandStyle
     //
     this.ReportGroupHeaderBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportGroupHeaderBandStyle.Name          = "ReportGroupHeaderBandStyle";
     this.ReportGroupHeaderBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 0, 0, 0, 254F);
     this.ReportGroupHeaderBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportDetailBandStyle
     //
     this.ReportDetailBandStyle.Name          = "ReportDetailBandStyle";
     this.ReportDetailBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportDetailBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportGroupFooterBandStyle
     //
     this.ReportGroupFooterBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportGroupFooterBandStyle.Name          = "ReportGroupFooterBandStyle";
     this.ReportGroupFooterBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportGroupFooterBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportFooterBandStyle
     //
     this.ReportFooterBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportFooterBandStyle.Name          = "ReportFooterBandStyle";
     this.ReportFooterBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportFooterBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportOddStyle
     //
     this.ReportOddStyle.Name          = "ReportOddStyle";
     this.ReportOddStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportOddStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportEvenStyle
     //
     this.ReportEvenStyle.Name          = "ReportEvenStyle";
     this.ReportEvenStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportEvenStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ĐiểmSố
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.PageHeader,
         this.Detail,
         this.BottomMargin
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember   = "SP_INSERT_DIEM";
     this.DataSource   = this.sqlDataSource1;
     this.Dpi          = 254F;
     this.Margins      = new System.Drawing.Printing.Margins(254, 254, 100, 254);
     this.PageHeight   = 2970;
     this.PageWidth    = 2100;
     this.PaperKind    = System.Drawing.Printing.PaperKind.A4;
     this.ReportUnit   = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 25F;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.ReportHeaderBandStyle,
         this.ReportGroupHeaderBandStyle,
         this.ReportDetailBandStyle,
         this.ReportGroupFooterBandStyle,
         this.ReportFooterBandStyle,
         this.ReportOddStyle,
         this.ReportEvenStyle
     });
     this.Version = "20.2";
     ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 void setNgay_Thang_Nam(DevExpress.XtraReports.UI.XRTableCell ngay, DevExpress.XtraReports.UI.XRTableCell thang, DevExpress.XtraReports.UI.XRTableCell nam)
 {
     ngay.Text  = DateTime.Now.Day.ToString();
     thang.Text = DateTime.Now.Month.ToString();
     nam.Text   = DateTime.Now.Year.ToString();
 }
Ejemplo n.º 49
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.xrControlStyle1 = new DevExpress.XtraReports.UI.XRControlStyle();
            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.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
            this.dataTable1 = new System.Data.DataTable();
            this.dataColumn1 = new System.Data.DataColumn();
            this.dataColumn2 = new System.Data.DataColumn();
            this.dataColumn3 = new System.Data.DataColumn();
            this.dataColumn4 = new System.Data.DataColumn();
            this.dataColumn5 = new System.Data.DataColumn();
            this.dataColumn6 = new System.Data.DataColumn();
            this.dataColumn7 = new System.Data.DataColumn();
            this.dataColumn8 = new System.Data.DataColumn();
            this.dataColumn9 = new System.Data.DataColumn();
            this.dataColumn10 = new System.Data.DataColumn();
            this.dataColumn16 = new System.Data.DataColumn();
            this.dataColumn17 = new System.Data.DataColumn();
            this.dataColumn18 = new System.Data.DataColumn();
            this.dataColumn19 = new System.Data.DataColumn();
            this.dataColumn20 = new System.Data.DataColumn();
            this.dataColumn21 = new System.Data.DataColumn();
            this.dataColumn22 = new System.Data.DataColumn();
            this.dataColumn23 = new System.Data.DataColumn();
            this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell();
            this.dataSet1 = new System.Data.DataSet();
            this.dataTable2 = new System.Data.DataTable();
            this.dataColumn11 = new System.Data.DataColumn();
            this.dataColumn12 = new System.Data.DataColumn();
            this.dataColumn13 = new System.Data.DataColumn();
            this.dataColumn14 = new System.Data.DataColumn();
            this.dataColumn15 = new System.Data.DataColumn();
            this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
            this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
            this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
            this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
            this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell();
            this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
            this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
            this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
            this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // xrControlStyle1
            // 
            this.xrControlStyle1.BackColor = System.Drawing.Color.Transparent;
            this.xrControlStyle1.BorderColor = System.Drawing.Color.Black;
            this.xrControlStyle1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
            this.xrControlStyle1.Borders = DevExpress.XtraPrinting.BorderSide.None;
            this.xrControlStyle1.BorderWidth = 1;
            this.xrControlStyle1.Font = new System.Drawing.Font("Times New Roman", 9.75F);
            this.xrControlStyle1.ForeColor = System.Drawing.Color.Black;
            this.xrControlStyle1.Name = "xrControlStyle1";
            // 
            // Detail
            // 
            this.Detail.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrTable1});
            this.Detail.Dpi = 254F;
            this.Detail.HeightF = 64F;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrTable1
            // 
            this.xrTable1.Dpi = 254F;
            this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(21F, 0F);
            this.xrTable1.Name = "xrTable1";
            this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
            this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
            this.xrTableRow1});
            this.xrTable1.SizeF = new System.Drawing.SizeF(2138F, 64F);
            this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrTableRow1
            // 
            this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell1,
            this.xrTableCell9,
            this.xrTableCell7,
            this.xrTableCell6,
            this.xrTableCell8,
            this.xrTableCell2,
            this.xrTableCell20,
            this.xrTableCell3,
            this.xrTableCell4,
            this.xrTableCell22,
            this.xrTableCell28});
            this.xrTableRow1.Dpi = 254F;
            this.xrTableRow1.Name = "xrTableRow1";
            this.xrTableRow1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
            this.xrTableRow1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableRow1.Weight = 1;
            // 
            // xrTableCell1
            // 
            this.xrTableCell1.Angle = 1F;
            this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column9")});
            this.xrTableCell1.Dpi = 254F;
            this.xrTableCell1.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell1.Name = "xrTableCell1";
            this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell1.Text = "xrTableCell1";
            this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell1.Weight = 0.044901777362020577;
            // 
            // xrTableCell9
            // 
            this.xrTableCell9.Angle = 1F;
            this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", this.dataTable1, "Column1")});
            this.xrTableCell9.Dpi = 254F;
            this.xrTableCell9.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell9.Name = "xrTableCell9";
            this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell9.Text = "xrTableCell9";
            this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell9.Weight = 0.0800202729213561;
            // 
            // dataTable1
            // 
            this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn1,
            this.dataColumn2,
            this.dataColumn3,
            this.dataColumn4,
            this.dataColumn5,
            this.dataColumn6,
            this.dataColumn7,
            this.dataColumn8,
            this.dataColumn9,
            this.dataColumn10,
            this.dataColumn16,
            this.dataColumn17,
            this.dataColumn18,
            this.dataColumn19,
            this.dataColumn20,
            this.dataColumn21,
            this.dataColumn22,
            this.dataColumn23});
            this.dataTable1.TableName = "Table1";
            // 
            // dataColumn1
            // 
            this.dataColumn1.Caption = "序号";
            this.dataColumn1.ColumnName = "Column1";
            // 
            // dataColumn2
            // 
            this.dataColumn2.Caption = "订单号";
            this.dataColumn2.ColumnName = "Column2";
            // 
            // dataColumn3
            // 
            this.dataColumn3.Caption = "存货编码";
            this.dataColumn3.ColumnName = "Column3";
            // 
            // dataColumn4
            // 
            this.dataColumn4.Caption = "存货名称";
            this.dataColumn4.ColumnName = "Column4";
            // 
            // dataColumn5
            // 
            this.dataColumn5.Caption = "规格型号";
            this.dataColumn5.ColumnName = "Column5";
            // 
            // dataColumn6
            // 
            this.dataColumn6.Caption = "计量单位";
            this.dataColumn6.ColumnName = "Column6";
            // 
            // dataColumn7
            // 
            this.dataColumn7.Caption = "辅计量";
            this.dataColumn7.ColumnName = "Column7";
            // 
            // dataColumn8
            // 
            this.dataColumn8.Caption = "数量";
            this.dataColumn8.ColumnName = "Column8";
            // 
            // dataColumn9
            // 
            this.dataColumn9.Caption = "件数";
            this.dataColumn9.ColumnName = "Column9";
            // 
            // dataColumn10
            // 
            this.dataColumn10.Caption = "条码";
            this.dataColumn10.ColumnName = "Column10";
            // 
            // dataColumn16
            // 
            this.dataColumn16.Caption = "订单交期";
            this.dataColumn16.ColumnName = "Column11";
            // 
            // dataColumn17
            // 
            this.dataColumn17.ColumnName = "Column12";
            // 
            // dataColumn18
            // 
            this.dataColumn18.ColumnName = "Column13";
            // 
            // dataColumn19
            // 
            this.dataColumn19.ColumnName = "Column14";
            // 
            // dataColumn20
            // 
            this.dataColumn20.ColumnName = "Column15";
            // 
            // dataColumn21
            // 
            this.dataColumn21.ColumnName = "Column16";
            // 
            // dataColumn22
            // 
            this.dataColumn22.ColumnName = "Column17";
            // 
            // dataColumn23
            // 
            this.dataColumn23.ColumnName = "Column18";
            // 
            // xrTableCell7
            // 
            this.xrTableCell7.Angle = 1F;
            this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column2")});
            this.xrTableCell7.Dpi = 254F;
            this.xrTableCell7.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell7.Name = "xrTableCell7";
            this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell7.Text = "xrTableCell7";
            this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell7.Weight = 0.065910503505210771;
            // 
            // xrTableCell6
            // 
            this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", this.dataTable1, "Column14")});
            this.xrTableCell6.Dpi = 254F;
            this.xrTableCell6.Name = "xrTableCell6";
            this.xrTableCell6.Text = "xrTableCell6";
            this.xrTableCell6.Weight = 0.10163309866295897;
            // 
            // xrTableCell8
            // 
            this.xrTableCell8.Angle = 1F;
            this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column3")});
            this.xrTableCell8.Dpi = 254F;
            this.xrTableCell8.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell8.Name = "xrTableCell8";
            this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell8.Text = "xrTableCell8";
            this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell8.Weight = 0.081365030429650959;
            // 
            // xrTableCell2
            // 
            this.xrTableCell2.Angle = 1F;
            this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column4")});
            this.xrTableCell2.Dpi = 254F;
            this.xrTableCell2.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell2.Name = "xrTableCell2";
            this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell2.Text = "xrTableCell2";
            this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell2.Weight = 0.095474685654671418;
            // 
            // xrTableCell20
            // 
            this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", this.dataTable1, "Column11")});
            this.xrTableCell20.Dpi = 254F;
            this.xrTableCell20.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell20.Name = "xrTableCell20";
            this.xrTableCell20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell20.Weight = 0.14892252680294082;
            // 
            // xrTableCell3
            // 
            this.xrTableCell3.Angle = 1F;
            this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column5")});
            this.xrTableCell3.Dpi = 254F;
            this.xrTableCell3.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell3.Name = "xrTableCell3";
            this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell3.Weight = 0.12732869960974041;
            // 
            // xrTableCell4
            // 
            this.xrTableCell4.Angle = 1F;
            this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column6")});
            this.xrTableCell4.Dpi = 254F;
            this.xrTableCell4.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell4.Name = "xrTableCell4";
            this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell4.Text = "xrTableCell4";
            this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell4.Weight = 0.0813844714686623;
            // 
            // xrTableCell22
            // 
            this.xrTableCell22.Angle = 1F;
            this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column12")});
            this.xrTableCell22.Dpi = 254F;
            this.xrTableCell22.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell22.Name = "xrTableCell22";
            this.xrTableCell22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell22.Text = "xrTableCell22";
            this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell22.Weight = 0.066884939195509821;
            // 
            // xrTableCell28
            // 
            this.xrTableCell28.Angle = 1F;
            this.xrTableCell28.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "Column13")});
            this.xrTableCell28.Dpi = 254F;
            this.xrTableCell28.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell28.Name = "xrTableCell28";
            this.xrTableCell28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell28.Text = "xrTableCell28";
            this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell28.Weight = 0.10617399438727783;
            // 
            // dataSet1
            // 
            this.dataSet1.DataSetName = "NewDataSet";
            this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
            this.dataTable1,
            this.dataTable2});
            // 
            // dataTable2
            // 
            this.dataTable2.Columns.AddRange(new System.Data.DataColumn[] {
            this.dataColumn11,
            this.dataColumn12,
            this.dataColumn13,
            this.dataColumn14,
            this.dataColumn15});
            this.dataTable2.TableName = "Table2";
            // 
            // dataColumn11
            // 
            this.dataColumn11.ColumnName = "Column1";
            // 
            // dataColumn12
            // 
            this.dataColumn12.ColumnName = "Column2";
            // 
            // dataColumn13
            // 
            this.dataColumn13.ColumnName = "Column3";
            // 
            // dataColumn14
            // 
            this.dataColumn14.ColumnName = "Column4";
            // 
            // dataColumn15
            // 
            this.dataColumn15.ColumnName = "Column5";
            // 
            // PageFooter
            // 
            this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel4,
            this.xrLabel2,
            this.xrPageInfo1});
            this.PageFooter.Dpi = 254F;
            this.PageFooter.HeightF = 210F;
            this.PageFooter.Name = "PageFooter";
            this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
            this.PageFooter.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel4
            // 
            this.xrLabel4.Dpi = 254F;
            this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(296F, 85F);
            this.xrLabel4.Name = "xrLabel4";
            this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel4.SizeF = new System.Drawing.SizeF(1862F, 63F);
            this.xrLabel4.Text = "第一联:存根(白) / 第二联:财务(红) / 第三联:采购(绿) / 第四联:厂商(蓝) / 第五联:门卫(黄)";
            this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel2
            // 
            this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", this.dataTable2, "Column2")});
            this.xrLabel2.Dpi = 254F;
            this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(296F, 21F);
            this.xrLabel2.Name = "xrLabel2";
            this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel2.SizeF = new System.Drawing.SizeF(1862F, 64F);
            this.xrLabel2.Text = "制单人";
            this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrPageInfo1
            // 
            this.xrPageInfo1.Dpi = 254F;
            this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(1968F, 169F);
            this.xrPageInfo1.Name = "xrPageInfo1";
            this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrPageInfo1.SizeF = new System.Drawing.SizeF(127F, 41F);
            this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel1
            // 
            this.xrLabel1.Dpi = 254F;
            this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(889F, 148F);
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(655F, 84F);
            this.xrLabel1.Text = "拒 收 单 列 表";
            this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // GroupHeader1
            // 
            this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrTable2});
            this.GroupHeader1.Dpi = 254F;
            this.GroupHeader1.HeightF = 64F;
            this.GroupHeader1.Name = "GroupHeader1";
            this.GroupHeader1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
            this.GroupHeader1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrTable2
            // 
            this.xrTable2.Dpi = 254F;
            this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(21F, 0F);
            this.xrTable2.Name = "xrTable2";
            this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
            this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
            this.xrTableRow2});
            this.xrTable2.SizeF = new System.Drawing.SizeF(2138F, 64F);
            this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrTableRow2
            // 
            this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell10,
            this.xrTableCell18,
            this.xrTableCell15,
            this.xrTableCell5,
            this.xrTableCell11,
            this.xrTableCell17,
            this.xrTableCell19,
            this.xrTableCell14,
            this.xrTableCell16,
            this.xrTableCell21,
            this.xrTableCell27});
            this.xrTableRow2.Dpi = 254F;
            this.xrTableRow2.Name = "xrTableRow2";
            this.xrTableRow2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
            this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableRow2.Weight = 1;
            // 
            // xrTableCell10
            // 
            this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTableCell10.Dpi = 254F;
            this.xrTableCell10.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell10.Name = "xrTableCell10";
            this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell10.Text = "行号";
            this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell10.Weight = 0.044434050514499529;
            // 
            // xrTableCell18
            // 
            this.xrTableCell18.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTableCell18.Dpi = 254F;
            this.xrTableCell18.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell18.Name = "xrTableCell18";
            this.xrTableCell18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell18.Text = "单据号";
            this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell18.Weight = 0.080488014042767772;
            // 
            // xrTableCell15
            // 
            this.xrTableCell15.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTableCell15.Dpi = 254F;
            this.xrTableCell15.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell15.Name = "xrTableCell15";
            this.xrTableCell15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell15.Text = "日期";
            this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell15.Weight = 0.065208898960038592;
            // 
            // xrTableCell5
            // 
            this.xrTableCell5.Dpi = 254F;
            this.xrTableCell5.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell5.Name = "xrTableCell5";
            this.xrTableCell5.StylePriority.UseFont = false;
            this.xrTableCell5.Text = "订单号";
            this.xrTableCell5.Weight = 0.10233471748202175;
            // 
            // xrTableCell11
            // 
            this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTableCell11.Dpi = 254F;
            this.xrTableCell11.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell11.Name = "xrTableCell11";
            this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell11.Text = "到货单号";
            this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell11.Weight = 0.081365001881869736;
            // 
            // xrTableCell17
            // 
            this.xrTableCell17.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTableCell17.Dpi = 254F;
            this.xrTableCell17.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell17.Name = "xrTableCell17";
            this.xrTableCell17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell17.Text = "存货编码";
            this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell17.Weight = 0.095474685654671432;
            // 
            // xrTableCell19
            // 
            this.xrTableCell19.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTableCell19.Dpi = 254F;
            this.xrTableCell19.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell19.Name = "xrTableCell19";
            this.xrTableCell19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell19.Text = "存货名称";
            this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell19.Weight = 0.14892241261181596;
            // 
            // xrTableCell14
            // 
            this.xrTableCell14.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTableCell14.Dpi = 254F;
            this.xrTableCell14.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell14.Name = "xrTableCell14";
            this.xrTableCell14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell14.Text = "规格型号";
            this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell14.Weight = 0.12592563325830217;
            // 
            // xrTableCell16
            // 
            this.xrTableCell16.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTableCell16.Dpi = 254F;
            this.xrTableCell16.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell16.Name = "xrTableCell16";
            this.xrTableCell16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell16.Text = "不良品数量";
            this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell16.Weight = 0.080916744621141248;
            // 
            // xrTableCell21
            // 
            this.xrTableCell21.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTableCell21.Dpi = 254F;
            this.xrTableCell21.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell21.Name = "xrTableCell21";
            this.xrTableCell21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell21.Text = "处理方式";
            this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell21.Weight = 0.066884939195509821;
            // 
            // xrTableCell27
            // 
            this.xrTableCell27.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTableCell27.Dpi = 254F;
            this.xrTableCell27.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrTableCell27.Name = "xrTableCell27";
            this.xrTableCell27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrTableCell27.Text = "检验员";
            this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            this.xrTableCell27.Weight = 0.10804490177736202;
            // 
            // PageHeader
            // 
            this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel5,
            this.xrLabel3,
            this.xrLabel1});
            this.PageHeader.Dpi = 254F;
            this.PageHeader.HeightF = 366F;
            this.PageHeader.Name = "PageHeader";
            this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
            this.PageHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel5
            // 
            this.xrLabel5.Dpi = 254F;
            this.xrLabel5.Font = new System.Drawing.Font("Times New Roman", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(550F, 21F);
            this.xrLabel5.Name = "xrLabel5";
            this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel5.SizeF = new System.Drawing.SizeF(1226F, 127F);
            this.xrLabel5.Text = "杜乐(苏州)金属制品有限公司";
            this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel3
            // 
            this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", this.dataTable2, "Column1")});
            this.xrLabel3.Dpi = 254F;
            this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(43F, 274F);
            this.xrLabel3.Name = "xrLabel3";
            this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel3.SizeF = new System.Drawing.SizeF(1377F, 64F);
            this.xrLabel3.Text = "供应商";
            this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // topMarginBand1
            // 
            this.topMarginBand1.Dpi = 254F;
            this.topMarginBand1.HeightF = 51F;
            this.topMarginBand1.Name = "topMarginBand1";
            // 
            // bottomMarginBand1
            // 
            this.bottomMarginBand1.Dpi = 254F;
            this.bottomMarginBand1.HeightF = 41F;
            this.bottomMarginBand1.Name = "bottomMarginBand1";
            // 
            // RepQMREJECT
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.PageFooter,
            this.GroupHeader1,
            this.PageHeader,
            this.topMarginBand1,
            this.bottomMarginBand1});
            this.DataSource = this.dataSet1;
            this.Dpi = 254F;
            this.Margins = new System.Drawing.Printing.Margins(0, 0, 51, 41);
            this.PageHeight = 1400;
            this.PageWidth = 2200;
            this.PaperKind = System.Drawing.Printing.PaperKind.Custom;
            this.PaperName = "QmPaper";
            this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
            this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
            this.xrControlStyle1});
            this.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.Version = "11.2";
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTable2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
Ejemplo n.º 50
0
 private void InitializeComponent()
 {
     this.TopMargin                  = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel2                   = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1                   = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4                   = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1                = new DevExpress.XtraReports.UI.XRPageInfo();
     this.PageHeader                 = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.table1                     = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow1                  = new DevExpress.XtraReports.UI.XRTableRow();
     this.tableCell1                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell2                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell3                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.tableCell4                 = new DevExpress.XtraReports.UI.XRTableCell();
     this.Detail                     = new DevExpress.XtraReports.UI.DetailBand();
     this.table2                     = new DevExpress.XtraReports.UI.XRTable();
     this.tableRow2                  = new DevExpress.XtraReports.UI.XRTableRow();
     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.BottomMargin               = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeaderBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportGroupHeaderBandStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportDetailBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportGroupFooterBandStyle = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportFooterBandStyle      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportOddStyle             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportEvenStyle            = new DevExpress.XtraReports.UI.XRControlStyle();
     this.p_begin                    = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_end        = new DevExpress.XtraReports.Parameters.Parameter();
     this.p_class      = new DevExpress.XtraReports.Parameters.Parameter();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLine2      = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel7     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9     = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.table1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2,
         this.xrLabel1,
         this.xrLabel4,
         this.xrPageInfo1
     });
     this.TopMargin.Dpi     = 254F;
     this.TopMargin.HeightF = 296.85F;
     this.TopMargin.Name    = "TopMargin";
     //
     // xrLabel2
     //
     this.xrLabel2.Dpi = 254F;
     this.xrLabel2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "\'查询类别:\'+ [Parameters].[p_class]")
     });
     this.xrLabel2.Font                           = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(12.7F, 224.2733F);
     this.xrLabel2.Multiline                      = true;
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(1568.012F, 62.65331F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "xrLabel2";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.BackColor     = System.Drawing.Color.White;
     this.xrLabel1.Dpi           = 254F;
     this.xrLabel1.Font          = new System.Drawing.Font("宋体", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(288.8781F, 105.8333F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(971.55F, 58.42F);
     this.xrLabel1.StylePriority.UseBackColor     = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text          = "财务单项统计";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.BackColor   = System.Drawing.Color.White;
     this.xrLabel4.BorderColor = System.Drawing.Color.White;
     this.xrLabel4.Dpi         = 254F;
     this.xrLabel4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "\'统计时间:\' + [Parameters].[p_begin] + \'至\' +  [Parameters].[p_end]")
     });
     this.xrLabel4.ForeColor     = System.Drawing.Color.Black;
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(440.6872F, 169.2533F);
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(666.75F, 58.42F);
     this.xrLabel4.StylePriority.UseBackColor     = false;
     this.xrLabel4.StylePriority.UseBorderColor   = false;
     this.xrLabel4.StylePriority.UseForeColor     = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text          = "xrLabel4";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi           = 254F;
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(1326.712F, 169.2533F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(254F, 58.42F);
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table1
     });
     this.PageHeader.Dpi       = 254F;
     this.PageHeader.HeightF   = 64F;
     this.PageHeader.Name      = "PageHeader";
     this.PageHeader.StyleName = "ReportHeaderBandStyle";
     //
     // table1
     //
     this.table1.BackColor     = System.Drawing.Color.White;
     this.table1.Dpi           = 254F;
     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(1592F, 64F);
     this.table1.StylePriority.UseBackColor = false;
     //
     // tableRow1
     //
     this.tableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell1,
         this.tableCell2,
         this.tableCell3,
         this.tableCell4
     });
     this.tableRow1.Dpi    = 254F;
     this.tableRow1.Name   = "tableRow1";
     this.tableRow1.Weight = 10.46953028649871D;
     //
     // tableCell1
     //
     this.tableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell1.Dpi  = 254F;
     this.tableCell1.Name = "tableCell1";
     this.tableCell1.StylePriority.UseBorders = false;
     this.tableCell1.Text   = "服务商品名";
     this.tableCell1.Weight = 0.83463582561243721D;
     //
     // tableCell2
     //
     this.tableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell2.Dpi  = 254F;
     this.tableCell2.Name = "tableCell2";
     this.tableCell2.StylePriority.UseBorders = false;
     this.tableCell2.Text   = "单价";
     this.tableCell2.Weight = 0.48724691113035884D;
     //
     // tableCell3
     //
     this.tableCell3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell3.Dpi  = 254F;
     this.tableCell3.Name = "tableCell3";
     this.tableCell3.StylePriority.UseBorders = false;
     this.tableCell3.Text   = "数量";
     this.tableCell3.Weight = 0.47371228855458936D;
     //
     // tableCell4
     //
     this.tableCell4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell4.Dpi     = 254F;
     this.tableCell4.Name    = "tableCell4";
     this.tableCell4.StylePriority.UseBorders = false;
     this.tableCell4.Text   = "金额";
     this.tableCell4.Weight = 0.74440493176330869D;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.table2
     });
     this.Detail.Dpi           = 254F;
     this.Detail.EvenStyleName = "ReportEvenStyle";
     this.Detail.HeightF       = 64F;
     this.Detail.Name          = "Detail";
     this.Detail.OddStyleName  = "ReportOddStyle";
     this.Detail.StyleName     = "ReportDetailBandStyle";
     //
     // table2
     //
     this.table2.Dpi           = 254F;
     this.table2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.table2.Name          = "table2";
     this.table2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.tableRow2
     });
     this.table2.SizeF = new System.Drawing.SizeF(1592F, 64F);
     //
     // tableRow2
     //
     this.tableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.tableCell5,
         this.tableCell6,
         this.tableCell7,
         this.tableCell8
     });
     this.tableRow2.Dpi    = 254F;
     this.tableRow2.Name   = "tableRow2";
     this.tableRow2.Weight = 10.46953028649871D;
     //
     // tableCell5
     //
     this.tableCell5.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell5.Dpi     = 254F;
     this.tableCell5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CS05]")
     });
     this.tableCell5.Name = "tableCell5";
     this.tableCell5.StylePriority.UseBorders       = false;
     this.tableCell5.StylePriority.UseTextAlignment = false;
     this.tableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.tableCell5.Weight        = 0.83463582561243721D;
     this.tableCell5.WordWrap      = false;
     //
     // tableCell6
     //
     this.tableCell6.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell6.Dpi     = 254F;
     this.tableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[PRICE]")
     });
     this.tableCell6.Name = "tableCell6";
     this.tableCell6.StylePriority.UseBorders = false;
     this.tableCell6.TextAlignment            = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell6.TextFormatString         = "{0:N2}";
     this.tableCell6.Weight   = 0.48724691113035884D;
     this.tableCell6.WordWrap = false;
     //
     // tableCell7
     //
     this.tableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.tableCell7.Dpi     = 254F;
     this.tableCell7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[NUMS]")
     });
     this.tableCell7.Name = "tableCell7";
     this.tableCell7.StylePriority.UseBorders = false;
     this.tableCell7.TextAlignment            = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell7.TextFormatString         = "{0:N1}";
     this.tableCell7.Weight   = 0.47371228855458936D;
     this.tableCell7.WordWrap = false;
     //
     // tableCell8
     //
     this.tableCell8.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.tableCell8.Dpi     = 254F;
     this.tableCell8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[JE]")
     });
     this.tableCell8.Name = "tableCell8";
     this.tableCell8.StylePriority.UseBorders = false;
     this.tableCell8.TextAlignment            = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.tableCell8.TextFormatString         = "{0:N2}";
     this.tableCell8.Weight   = 0.74440493176330869D;
     this.tableCell8.WordWrap = false;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi     = 254F;
     this.BottomMargin.HeightF = 109.1298F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // ReportHeaderBandStyle
     //
     this.ReportHeaderBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportHeaderBandStyle.Name          = "ReportHeaderBandStyle";
     this.ReportHeaderBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportHeaderBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportGroupHeaderBandStyle
     //
     this.ReportGroupHeaderBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportGroupHeaderBandStyle.Name          = "ReportGroupHeaderBandStyle";
     this.ReportGroupHeaderBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 0, 0, 0, 254F);
     this.ReportGroupHeaderBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportDetailBandStyle
     //
     this.ReportDetailBandStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportDetailBandStyle.Name          = "ReportDetailBandStyle";
     this.ReportDetailBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportDetailBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportGroupFooterBandStyle
     //
     this.ReportGroupFooterBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportGroupFooterBandStyle.Name          = "ReportGroupFooterBandStyle";
     this.ReportGroupFooterBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportGroupFooterBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportFooterBandStyle
     //
     this.ReportFooterBandStyle.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.ReportFooterBandStyle.Name          = "ReportFooterBandStyle";
     this.ReportFooterBandStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportFooterBandStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportOddStyle
     //
     this.ReportOddStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportOddStyle.Name          = "ReportOddStyle";
     this.ReportOddStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportOddStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportEvenStyle
     //
     this.ReportEvenStyle.BackColor     = System.Drawing.Color.Transparent;
     this.ReportEvenStyle.Name          = "ReportEvenStyle";
     this.ReportEvenStyle.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 254F);
     this.ReportEvenStyle.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // p_begin
     //
     this.p_begin.Description = "Parameter1";
     this.p_begin.Name        = "p_begin";
     //
     // p_end
     //
     this.p_end.Description = "Parameter1";
     this.p_end.Name        = "p_end";
     //
     // p_class
     //
     this.p_class.Description = "Parameter1";
     this.p_class.Name        = "p_class";
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLine2,
         this.xrLabel7,
         this.xrLabel8,
         this.xrLabel9
     });
     this.ReportFooter.Dpi     = 254F;
     this.ReportFooter.HeightF = 160.8768F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // xrLine2
     //
     this.xrLine2.Dpi           = 254F;
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 37.41999F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(1592F, 58.42001F);
     //
     // xrLabel7
     //
     this.xrLabel7.Dpi           = 254F;
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(19.00013F, 7.383209F);
     this.xrLabel7.Multiline     = true;
     this.xrLabel7.Name          = "xrLabel7";
     this.xrLabel7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel7.SizeF         = new System.Drawing.SizeF(85.67755F, 44.84351F);
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text          = "合计";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // xrLabel8
     //
     this.xrLabel8.Dpi = 254F;
     this.xrLabel8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Sum([NUMS])")
     });
     this.xrLabel8.Font                           = new System.Drawing.Font("Times New Roman", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel8.LocationFloat                  = new DevExpress.Utils.PointFloat(865.428F, 0F);
     this.xrLabel8.Multiline                      = true;
     this.xrLabel8.Name                           = "xrLabel8";
     this.xrLabel8.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel8.SizeF                          = new System.Drawing.SizeF(254F, 58.42F);
     this.xrLabel8.StylePriority.UseFont          = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text                           = "xrLabel5";
     this.xrLabel8.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomRight;
     this.xrLabel8.TextFormatString               = "{0:n2}";
     //
     // xrLabel9
     //
     this.xrLabel9.Dpi = 254F;
     this.xrLabel9.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Sum([JE])")
     });
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(1264.267F, 0F);
     this.xrLabel9.Multiline     = true;
     this.xrLabel9.Name          = "xrLabel9";
     this.xrLabel9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel9.SizeF         = new System.Drawing.SizeF(321.7334F, 58.42F);
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text             = "xrLabel6";
     this.xrLabel9.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.BottomRight;
     this.xrLabel9.TextFormatString = "{0:n2}";
     //
     // Item_stat_Report
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.PageHeader,
         this.Detail,
         this.BottomMargin,
         this.ReportFooter
     });
     this.Dpi        = 254F;
     this.Margins    = new System.Drawing.Printing.Margins(254, 254, 297, 109);
     this.PageHeight = 2970;
     this.PageWidth  = 2100;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.p_begin,
         this.p_end,
         this.p_class
     });
     this.ReportUnit   = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 25F;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.ReportHeaderBandStyle,
         this.ReportGroupHeaderBandStyle,
         this.ReportDetailBandStyle,
         this.ReportGroupFooterBandStyle,
         this.ReportFooterBandStyle,
         this.ReportOddStyle,
         this.ReportEvenStyle
     });
     this.Version = "18.2";
     ((System.ComponentModel.ISupportInitialize)(this.table1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.table2)).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()
 {
     DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary4 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary5 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary6 = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary xrSummary7 = new DevExpress.XtraReports.UI.XRSummary();
     this.dsReports = new RetirementCenter.DataSources.dsReports();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrCheckBox1 = new DevExpress.XtraReports.UI.XRCheckBox();
     this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xtcSyndicate = new DevExpress.XtraReports.UI.XRTableCell();
     this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xpbLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel15 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.calcTotalEstktaa = new DevExpress.XtraReports.UI.CalculatedField();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.calcSafi = new DevExpress.XtraReports.UI.CalculatedField();
     this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo1 = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell();
     this.rep24_ATableAdapter = new RetirementCenter.DataSources.dsReportsTableAdapters.Rep24_ATableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // dsReports
     //
     this.dsReports.DataSetName = "dsReports";
     this.dsReports.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail.HeightF = 15F;
     this.Detail.MultiColumn.ColumnWidth = 326F;
     this.Detail.Name = "Detail";
     this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("MMashatName", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.Detail.StylePriority.UsePadding = false;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(803F, 15F);
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseFont = false;
     this.xrTable1.StylePriority.UsePadding = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell33,
     this.xrTableCell19,
     this.xrTableCell15,
     this.xrTableCell6,
     this.xrTableCell14,
     this.xrTableCell10,
     this.xrTableCell2,
     this.xrTableCell8,
     this.xrTableCell20,
     this.xtcSyndicate});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell33
     //
     this.xrTableCell33.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrCheckBox1});
     this.xrTableCell33.Name = "xrTableCell33";
     this.xrTableCell33.Weight = 0.29179982256292109D;
     //
     // xrCheckBox1
     //
     this.xrCheckBox1.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrCheckBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("CheckState", null, "Rep24_A.sarfcheek")});
     this.xrCheckBox1.LocationFloat = new DevExpress.Utils.PointFloat(25F, 0F);
     this.xrCheckBox1.Name = "xrCheckBox1";
     this.xrCheckBox1.SizeF = new System.Drawing.SizeF(25.9715F, 15F);
     this.xrCheckBox1.StylePriority.UseBorders = false;
     //
     // xrTableCell19
     //
     this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep24_A.Total", "{0:n2}")});
     this.xrTableCell19.Name = "xrTableCell19";
     this.xrTableCell19.Text = "xrTableCell19";
     this.xrTableCell19.Weight = 0.32481946552991392D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep24_A.estktaa", "{0:n2}")});
     this.xrTableCell15.Name = "xrTableCell15";
     this.xrTableCell15.Text = "xrTableCell15";
     this.xrTableCell15.Weight = 0.19732050076480978D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep24_A.amanatmony", "{0:n2}")});
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Text = "xrTableCell6";
     this.xrTableCell6.Weight = 0.35352228624174631D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep24_A.DofatSarfA")});
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.Text = "xrTableCell14";
     this.xrTableCell14.Weight = 0.36033178408570254D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep24_A.mostahek")});
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.Text = "xrTableCell10";
     this.xrTableCell10.Weight = 0.55542761644004346D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep24_A.MMashatName")});
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "xrTableCell2";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell2.Weight = 0.47084471156030328D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep24_A.sarfnumber")});
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.Text = "xrTableCell8";
     this.xrTableCell8.Weight = 0.26184351522142824D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep24_A.datein", "{0:yyyy-M-d}")});
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.NullValueText = "0";
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "xrTableCell20";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell20.Weight = 0.26447183121261586D;
     //
     // xtcSyndicate
     //
     this.xtcSyndicate.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep24_A.MMashatId")});
     this.xtcSyndicate.Name = "xtcSyndicate";
     this.xtcSyndicate.StylePriority.UseTextAlignment = false;
     xrSummary1.Func = DevExpress.XtraReports.UI.SummaryFunc.RecordNumber;
     xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xtcSyndicate.Summary = xrSummary1;
     this.xtcSyndicate.Text = "xtcSyndicate";
     this.xtcSyndicate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xtcSyndicate.Weight = 0.17152486329404793D;
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 6F;
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(275F, 75F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(259.0992F, 23F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text = "كشف صرف امانات معاشات النقابه - اعضاء";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xpbLogo
     //
     this.xpbLogo.LocationFloat = new DevExpress.Utils.PointFloat(10F, 10.00001F);
     this.xpbLogo.Name = "xpbLogo";
     this.xpbLogo.SizeF = new System.Drawing.SizeF(100F, 80F);
     this.xpbLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 45.3125F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow3});
     this.xrTable2.SizeF = new System.Drawing.SizeF(803F, 31.77084F);
     this.xrTable2.StylePriority.UseBackColor = false;
     this.xrTable2.StylePriority.UseBorders = false;
     this.xrTable2.StylePriority.UseFont = false;
     this.xrTable2.StylePriority.UseForeColor = false;
     this.xrTable2.StylePriority.UsePadding = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell32,
     this.xrTableCell18,
     this.xrTableCell16,
     this.xrTableCell13,
     this.xrTableCell11,
     this.xrTableCell7,
     this.xrTableCell1,
     this.xrTableCell24,
     this.xrTableCell5,
     this.xrTableCell25});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell32
     //
     this.xrTableCell32.Name = "xrTableCell32";
     this.xrTableCell32.Text = "تصرف بشيك";
     this.xrTableCell32.Weight = 0.36545010160710029D;
     //
     // xrTableCell18
     //
     this.xrTableCell18.Name = "xrTableCell18";
     this.xrTableCell18.StylePriority.UseBorders = false;
     this.xrTableCell18.Text = "الصافي";
     this.xrTableCell18.Weight = 0.40680359129753207D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.Name = "xrTableCell16";
     this.xrTableCell16.Text = "المستقطع";
     this.xrTableCell16.Weight = 0.2471242449893451D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.Text = "المبلغ المستحق";
     this.xrTableCell13.Weight = 0.44275157121045555D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.Text = "الدفعة";
     this.xrTableCell11.Weight = 0.4512793628470495D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.Text = "اسم المستحق";
     this.xrTableCell7.Weight = 0.695617362828909D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text = "صاحب المعاش";
     this.xrTableCell1.Weight = 0.58968581188815683D;
     //
     // xrTableCell24
     //
     this.xrTableCell24.Name = "xrTableCell24";
     this.xrTableCell24.StylePriority.UseTextAlignment = false;
     this.xrTableCell24.Text = "رقم الصرف";
     this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell24.Weight = 0.32793285002542716D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Text = "تاريخ البيان";
     this.xrTableCell5.Weight = 0.33122417368712553D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.StylePriority.UseFont = false;
     this.xrTableCell25.StylePriority.UseTextAlignment = false;
     this.xrTableCell25.Text = "مسلسل";
     this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell25.Weight = 0.21481798788528628D;
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(571.3058F, 39F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(216.6667F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "ادارة المعـــــاشـــــات";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(630.6809F, 10.00001F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(157.2917F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text = "نقابة المهن التعليمية";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.HeightF = 6F;
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable4});
     this.ReportFooter.HeightF = 79.16666F;
     this.ReportFooter.Name = "ReportFooter";
     this.ReportFooter.PrintAtBottom = true;
     //
     // xrTable4
     //
     this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable4.Font = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 20.83333F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow5});
     this.xrTable4.SizeF = new System.Drawing.SizeF(803F, 25F);
     this.xrTable4.StylePriority.UseBorders = false;
     this.xrTable4.StylePriority.UseFont = false;
     this.xrTable4.StylePriority.UsePadding = false;
     this.xrTable4.StylePriority.UseTextAlignment = false;
     this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell17,
     this.xrTableCell9,
     this.xrTableCell4,
     this.xrTableCell40,
     this.xrTableCell44});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.StylePriority.UseBorders = false;
     this.xrTableCell17.Weight = 0.34996254947873834D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep24_A.Total", "{0:n0}")});
     this.xrTableCell9.Name = "xrTableCell9";
     xrSummary2.FormatString = "{0:n2}";
     xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell9.Summary = xrSummary2;
     this.xrTableCell9.Text = "xrTableCell9";
     this.xrTableCell9.Weight = 0.38956375423947887D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.Weight = 1.7589312039100651D;
     //
     // xrTableCell40
     //
     this.xrTableCell40.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep24_A.MMashatId")});
     this.xrTableCell40.Name = "xrTableCell40";
     this.xrTableCell40.NullValueText = "0";
     this.xrTableCell40.StylePriority.UseTextAlignment = false;
     xrSummary3.FormatString = "{0:#,#}";
     xrSummary3.Func = DevExpress.XtraReports.UI.SummaryFunc.Count;
     xrSummary3.IgnoreNullValues = true;
     xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell40.Summary = xrSummary3;
     this.xrTableCell40.Text = "xrTableCell40";
     this.xrTableCell40.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell40.Weight = 0.564695896558222D;
     //
     // xrTableCell44
     //
     this.xrTableCell44.Name = "xrTableCell44";
     this.xrTableCell44.StylePriority.UseTextAlignment = false;
     xrSummary4.IgnoreNullValues = true;
     this.xrTableCell44.Summary = xrSummary4;
     this.xrTableCell44.Text = "الاجمالي العام";
     this.xrTableCell44.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell44.Weight = 0.83693659887960714D;
     //
     // xrLabel15
     //
     this.xrLabel15.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(0F, 171.1875F);
     this.xrLabel15.Name = "xrLabel15";
     this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF = new System.Drawing.SizeF(135.2375F, 23F);
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text = "خاتم الفرعية";
     this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel14
     //
     this.xrLabel14.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(165.1625F, 171.1875F);
     this.xrLabel14.Name = "xrLabel14";
     this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF = new System.Drawing.SizeF(135.2375F, 23F);
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text = "رئيس الفرعية";
     this.xrLabel14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(330.3876F, 171.1875F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(135.2375F, 23F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text = "امين صندوق الفرعية";
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel13
     //
     this.xrLabel13.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(0F, 82.29166F);
     this.xrLabel13.Name = "xrLabel13";
     this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF = new System.Drawing.SizeF(208.1542F, 23F);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text = "مدير إدارة المعاشات";
     this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel12
     //
     this.xrLabel12.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(330.3876F, 82.29166F);
     this.xrLabel12.Name = "xrLabel12";
     this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF = new System.Drawing.SizeF(208.1542F, 23F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text = "مراجع المعاشات";
     this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(584.8458F, 82.29166F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(208.1542F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text = "عضو المعاشات";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel11
     //
     this.xrLabel11.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(483.6165F, 171.1875F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(135.2375F, 23F);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text = "رئيس اللجنة";
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel10
     //
     this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(657.7625F, 171.1875F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(135.2375F, 23F);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text = "مسئول الصرف";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel7
     //
     this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(471.3041F, 132.375F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(321.6959F, 23F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text = "تم الصرف بمعرفتي وتحت مسئوليتي";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // calcTotalEstktaa
     //
     this.calcTotalEstktaa.DataMember = "Rep09";
     this.calcTotalEstktaa.Expression = "[eshtrakmonth] + [estktaa] + [rsmmonth]";
     this.calcTotalEstktaa.FieldType = DevExpress.XtraReports.UI.FieldType.Double;
     this.calcTotalEstktaa.Name = "calcTotalEstktaa";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xpbLogo,
     this.xrLabel2,
     this.xrLabel1,
     this.xrLabel9});
     this.PageHeader.HeightF = 122.5417F;
     this.PageHeader.Name = "PageHeader";
     //
     // calcSafi
     //
     this.calcSafi.DataMember = "Rep09";
     this.calcSafi.Expression = "[monymonth] - [calcTotalEstktaa]";
     this.calcSafi.Name = "calcSafi";
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel4,
     this.xrLabel5,
     this.xrTable2});
     this.GroupHeader1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("Syndicate", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.GroupHeader1.HeightF = 77.08334F;
     this.GroupHeader1.Name = "GroupHeader1";
     //
     // xrLabel4
     //
     this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep24_A.Syndicate")});
     this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(255.315F, 10.00001F);
     this.xrLabel4.Name = "xrLabel4";
     this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF = new System.Drawing.SizeF(192.5392F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text = "xrLabel4";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel5
     //
     this.xrLabel5.Font = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(447.8542F, 10.75001F);
     this.xrLabel5.Name = "xrLabel5";
     this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF = new System.Drawing.SizeF(99.83087F, 23F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text = "النقابة الفرعية";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrPageInfo1,
     this.xrLabel13,
     this.xrLabel14,
     this.xrLabel8,
     this.xrLabel7,
     this.xrLabel12,
     this.xrLabel3,
     this.xrLabel11,
     this.xrLabel10,
     this.xrLabel15,
     this.xrTable3});
     this.PageFooter.HeightF = 233.3542F;
     this.PageFooter.Name = "PageFooter";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(350F, 37.5F);
     this.xrPageInfo1.Name = "xrPageInfo1";
     this.xrPageInfo1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.SizeF = new System.Drawing.SizeF(100F, 23F);
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTable3
     //
     this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable3.Font = new System.Drawing.Font("Times New Roman", 8F);
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable3.Name = "xrTable3";
     this.xrTable3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable3.SizeF = new System.Drawing.SizeF(803F, 25F);
     this.xrTable3.StylePriority.UseBorders = false;
     this.xrTable3.StylePriority.UseFont = false;
     this.xrTable3.StylePriority.UsePadding = false;
     this.xrTable3.StylePriority.UseTextAlignment = false;
     this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell21,
     this.xrTableCell22,
     this.xrTableCell23,
     this.xrTableCell26,
     this.xrTableCell27});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell21
     //
     this.xrTableCell21.Name = "xrTableCell21";
     this.xrTableCell21.StylePriority.UseBorders = false;
     this.xrTableCell21.Weight = 0.34996264480118089D;
     //
     // xrTableCell22
     //
     this.xrTableCell22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep24_A.Total")});
     this.xrTableCell22.Name = "xrTableCell22";
     xrSummary5.FormatString = "{0:n2}";
     xrSummary5.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell22.Summary = xrSummary5;
     this.xrTableCell22.Text = "xrTableCell22";
     this.xrTableCell22.Weight = 0.38956405068107625D;
     //
     // xrTableCell23
     //
     this.xrTableCell23.Name = "xrTableCell23";
     this.xrTableCell23.Weight = 1.7589306005526002D;
     //
     // xrTableCell26
     //
     this.xrTableCell26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep24_A.MMashatId")});
     this.xrTableCell26.Name = "xrTableCell26";
     this.xrTableCell26.NullValueText = "0";
     this.xrTableCell26.StylePriority.UseTextAlignment = false;
     xrSummary6.FormatString = "{0:#,#}";
     xrSummary6.Func = DevExpress.XtraReports.UI.SummaryFunc.Count;
     xrSummary6.IgnoreNullValues = true;
     xrSummary6.Running = DevExpress.XtraReports.UI.SummaryRunning.Page;
     this.xrTableCell26.Summary = xrSummary6;
     this.xrTableCell26.Text = "xrTableCell26";
     this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell26.Weight = 0.56469621944899751D;
     //
     // xrTableCell27
     //
     this.xrTableCell27.Name = "xrTableCell27";
     this.xrTableCell27.StylePriority.UseTextAlignment = false;
     xrSummary7.IgnoreNullValues = true;
     this.xrTableCell27.Summary = xrSummary7;
     this.xrTableCell27.Text = "اجمالي الصفحه";
     this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell27.Weight = 0.83693648758225636D;
     //
     // rep24_ATableAdapter
     //
     this.rep24_ATableAdapter.ClearBeforeFill = true;
     //
     // XRep24
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.topMarginBand1,
     this.bottomMarginBand1,
     this.ReportFooter,
     this.PageHeader,
     this.GroupHeader1,
     this.PageFooter});
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
     this.calcTotalEstktaa,
     this.calcSafi});
     this.DataMember = "Rep24_A";
     this.DataSource = this.dsReports;
     this.DrawGrid = false;
     this.Margins = new System.Drawing.Printing.Margins(12, 12, 6, 6);
     this.PageHeight = 1169;
     this.PageWidth = 827;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.ReportPrintOptions.DetailCountOnEmptyDataSource = 10;
     this.Version = "12.2";
     this.ParametersRequestBeforeShow += new System.EventHandler<DevExpress.XtraReports.Parameters.ParametersRequestEventArgs>(this.XRep01_ParametersRequestBeforeShow);
     this.ParametersRequestSubmit += new System.EventHandler<DevExpress.XtraReports.Parameters.ParametersRequestEventArgs>(this.XRep01_ParametersRequestSubmit);
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell();
     this.GroupHeader1 = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell35 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell36 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell43 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell44 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell45 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow12 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell46 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell47 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell40 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell41 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell42 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell37 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell38 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell39 = new DevExpress.XtraReports.UI.XRTableCell();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail.HeightF = 32F;
     this.Detail.Name = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(739.9999F, 32F);
     this.xrTable1.StylePriority.UseBorders = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell1,
     this.xrTableCell2,
     this.xrTableCell3,
     this.xrTableCell4,
     this.xrTableCell5,
     this.xrTableCell7,
     this.xrTableCell8,
     this.xrTableCell9,
     this.xrTableCell10});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 0, 0, 100F);
     this.xrTableRow1.StylePriority.UsePadding = false;
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryReferenceNumber")});
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell1.StylePriority.UsePadding = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text = "xrTableCell1";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell1.Weight = 0.41959902958198836D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Date")});
     this.xrTableCell2.Multiline = true;
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell2.StylePriority.UsePadding = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "xrTableCell2";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell2.Weight = 0.4152275038708616D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryOrderNumber")});
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell3.StylePriority.UsePadding = false;
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     this.xrTableCell3.Text = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell3.Weight = 0.43263328792440364D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "VehiclePlateNumber")});
     this.xrTableCell4.Name = "xrTableCell4";
     this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell4.StylePriority.UsePadding = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text = "xrTableCell4";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell4.Weight = 0.42288092680410844D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "WareHouseNumber")});
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell5.StylePriority.UsePadding = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text = "xrTableCell5";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell5.Weight = 0.416317285594106D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryQuantity")});
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell7.StylePriority.UsePadding = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text = "xrTableCell7";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell7.Weight = 0.41522683380370284D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryBag")});
     this.xrTableCell8.Multiline = true;
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell8.StylePriority.UsePadding = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text = "xrTableCell8";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell8.Weight = 0.41959961287783537D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryNet")});
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.Padding = new DevExpress.XtraPrinting.PaddingInfo(1, 2, 0, 0, 100F);
     this.xrTableCell9.StylePriority.UsePadding = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text = "xrTableCell9";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell9.Weight = 0.415227358005694D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Project")});
     this.xrTableCell10.Name = "xrTableCell10";
     this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 1, 0, 0, 100F);
     this.xrTableCell10.StylePriority.UsePadding = false;
     this.xrTableCell10.StylePriority.UseTextAlignment = false;
     this.xrTableCell10.Text = "xrTableCell10";
     this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell10.Weight = 0.436843286637451D;
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 15F;
     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 = 14F;
     this.BottomMargin.Name = "BottomMargin";
     this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable2
     //
     this.xrTable2.BackColor = System.Drawing.Color.Gainsboro;
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                 | DevExpress.XtraPrinting.BorderSide.Right)
                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 192.7083F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow2});
     this.xrTable2.SizeF = new System.Drawing.SizeF(740F, 66.66667F);
     this.xrTable2.StylePriority.UseBackColor = false;
     this.xrTable2.StylePriority.UseBorders = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell14,
     this.xrTableCell15,
     this.xrTableCell16,
     this.xrTableCell17,
     this.xrTableCell18,
     this.xrTableCell20,
     this.xrTableCell21,
     this.xrTableCell22,
     this.xrTableCell24});
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell14.Multiline = true;
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseFont = false;
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text = "Delivery Reference Number";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell14.Weight = 0.41959899756296148D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell15.Multiline = true;
     this.xrTableCell15.Name = "xrTableCell15";
     this.xrTableCell15.StylePriority.UseFont = false;
     this.xrTableCell15.StylePriority.UseTextAlignment = false;
     this.xrTableCell15.Text = "Delivery\r\nDate";
     this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell15.Weight = 0.415227439832808D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell16.Multiline = true;
     this.xrTableCell16.Name = "xrTableCell16";
     this.xrTableCell16.StylePriority.UseFont = false;
     this.xrTableCell16.StylePriority.UseTextAlignment = false;
     this.xrTableCell16.Text = "Delivery\r\n Order\r\nNumber";
     this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell16.Weight = 0.43263327371022736D;
     //
     // xrTableCell17
     //
     this.xrTableCell17.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell17.Multiline = true;
     this.xrTableCell17.Name = "xrTableCell17";
     this.xrTableCell17.StylePriority.UseFont = false;
     this.xrTableCell17.StylePriority.UseTextAlignment = false;
     this.xrTableCell17.Text = "Vehicle \r\nPlate \r\nNumber";
     this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell17.Weight = 0.42288114111256025D;
     //
     // xrTableCell18
     //
     this.xrTableCell18.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell18.Name = "xrTableCell18";
     this.xrTableCell18.StylePriority.UseFont = false;
     this.xrTableCell18.StylePriority.UseTextAlignment = false;
     this.xrTableCell18.Text = "Warehouse Number";
     this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell18.Weight = 0.41631727766327542D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.StylePriority.UseFont = false;
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "Delivery Quantity";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell20.Weight = 0.41522683375441882D;
     //
     // xrTableCell21
     //
     this.xrTableCell21.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell21.Multiline = true;
     this.xrTableCell21.Name = "xrTableCell21";
     this.xrTableCell21.StylePriority.UseFont = false;
     this.xrTableCell21.StylePriority.UseTextAlignment = false;
     this.xrTableCell21.Text = "Delivery\r\nBag";
     this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell21.Weight = 0.41959935672562088D;
     //
     // xrTableCell22
     //
     this.xrTableCell22.Font = new System.Drawing.Font("Verdana", 9.75F);
     this.xrTableCell22.Multiline = true;
     this.xrTableCell22.Name = "xrTableCell22";
     this.xrTableCell22.StylePriority.UseFont = false;
     this.xrTableCell22.StylePriority.UseTextAlignment = false;
     this.xrTableCell22.Text = "Delivery Net";
     this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell22.Weight = 0.415227358005694D;
     //
     // xrTableCell24
     //
     this.xrTableCell24.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell24.Multiline = true;
     this.xrTableCell24.Name = "xrTableCell24";
     this.xrTableCell24.StylePriority.UseFont = false;
     this.xrTableCell24.StylePriority.UseTextAlignment = false;
     this.xrTableCell24.Text = "Project";
     this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     this.xrTableCell24.Weight = 0.43684344673258524D;
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable4,
     this.xrTable3,
     this.xrTable2});
     this.GroupHeader1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("SINumber", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.GroupHeader1.HeightF = 259.375F;
     this.GroupHeader1.Name = "GroupHeader1";
     //
     // xrTable4
     //
     this.xrTable4.BorderColor = System.Drawing.Color.Transparent;
     this.xrTable4.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(388.9583F, 9.99999F);
     this.xrTable4.Name = "xrTable4";
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow6,
     this.xrTableRow7,
     this.xrTableRow8,
     this.xrTableRow11,
     this.xrTableRow12});
     this.xrTable4.SizeF = new System.Drawing.SizeF(351.0417F, 140.625F);
     this.xrTable4.StylePriority.UseBorderColor = false;
     this.xrTable4.StylePriority.UseFont = false;
     //
     // xrTableRow6
     //
     this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell28,
     this.xrTableCell29,
     this.xrTableCell30});
     this.xrTableRow6.Name = "xrTableRow6";
     this.xrTableRow6.Weight = 1D;
     //
     // xrTableCell28
     //
     this.xrTableCell28.Name = "xrTableCell28";
     this.xrTableCell28.Text = "Commodity";
     this.xrTableCell28.Weight = 0.84411335785456543D;
     //
     // xrTableCell29
     //
     this.xrTableCell29.Name = "xrTableCell29";
     this.xrTableCell29.Weight = 0.070519255014212412D;
     //
     // xrTableCell30
     //
     this.xrTableCell30.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Commodity")});
     this.xrTableCell30.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell30.Name = "xrTableCell30";
     this.xrTableCell30.StylePriority.UseFont = false;
     this.xrTableCell30.Text = "xrTableCell30";
     this.xrTableCell30.Weight = 1.0873477107705969D;
     //
     // xrTableRow7
     //
     this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell31,
     this.xrTableCell32,
     this.xrTableCell33});
     this.xrTableRow7.Name = "xrTableRow7";
     this.xrTableRow7.Weight = 1D;
     //
     // xrTableCell31
     //
     this.xrTableCell31.Name = "xrTableCell31";
     this.xrTableCell31.Text = "Sub Commodity";
     this.xrTableCell31.Weight = 0.84411335785456543D;
     //
     // xrTableCell32
     //
     this.xrTableCell32.Name = "xrTableCell32";
     this.xrTableCell32.Weight = 0.070519255014212412D;
     //
     // xrTableCell33
     //
     this.xrTableCell33.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "SubCommodity")});
     this.xrTableCell33.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell33.Name = "xrTableCell33";
     this.xrTableCell33.StylePriority.UseFont = false;
     this.xrTableCell33.Text = "xrTableCell33";
     this.xrTableCell33.Weight = 1.0873477107705969D;
     //
     // xrTableRow8
     //
     this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell34,
     this.xrTableCell35,
     this.xrTableCell36});
     this.xrTableRow8.Name = "xrTableRow8";
     this.xrTableRow8.Weight = 1D;
     //
     // xrTableCell34
     //
     this.xrTableCell34.Name = "xrTableCell34";
     this.xrTableCell34.Text = "Ware House Category";
     this.xrTableCell34.Weight = 0.84411335785456543D;
     //
     // xrTableCell35
     //
     this.xrTableCell35.Name = "xrTableCell35";
     this.xrTableCell35.Weight = 0.070519255014212412D;
     //
     // xrTableCell36
     //
     this.xrTableCell36.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "HubOwner")});
     this.xrTableCell36.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell36.Name = "xrTableCell36";
     this.xrTableCell36.StylePriority.UseFont = false;
     this.xrTableCell36.Text = "xrTableCell36";
     this.xrTableCell36.Weight = 1.0873477107705969D;
     //
     // xrTableRow11
     //
     this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell43,
     this.xrTableCell44,
     this.xrTableCell45});
     this.xrTableRow11.Name = "xrTableRow11";
     this.xrTableRow11.Weight = 1D;
     //
     // xrTableCell43
     //
     this.xrTableCell43.Name = "xrTableCell43";
     this.xrTableCell43.Text = "Shipped by";
     this.xrTableCell43.Weight = 0.84411335785456543D;
     //
     // xrTableCell44
     //
     this.xrTableCell44.Name = "xrTableCell44";
     this.xrTableCell44.Weight = 0.070519255014212412D;
     //
     // xrTableCell45
     //
     this.xrTableCell45.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "ShippedBy")});
     this.xrTableCell45.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell45.Name = "xrTableCell45";
     this.xrTableCell45.StylePriority.UseFont = false;
     this.xrTableCell45.Text = "xrTableCell45";
     this.xrTableCell45.Weight = 1.0873477107705969D;
     //
     // xrTableRow12
     //
     this.xrTableRow12.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell46,
     this.xrTableCell47,
     this.xrTableCell48});
     this.xrTableRow12.Name = "xrTableRow12";
     this.xrTableRow12.Weight = 1D;
     //
     // xrTableCell46
     //
     this.xrTableCell46.Name = "xrTableCell46";
     this.xrTableCell46.Text = "Delivery Type";
     this.xrTableCell46.Weight = 0.84411335785456543D;
     //
     // xrTableCell47
     //
     this.xrTableCell47.Name = "xrTableCell47";
     this.xrTableCell47.Weight = 0.070519255014212412D;
     //
     // xrTableCell48
     //
     this.xrTableCell48.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "DeliveryType")});
     this.xrTableCell48.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell48.Name = "xrTableCell48";
     this.xrTableCell48.StylePriority.UseFont = false;
     this.xrTableCell48.Text = "xrTableCell48";
     this.xrTableCell48.Weight = 1.0873477107705969D;
     //
     // xrTable3
     //
     this.xrTable3.BorderColor = System.Drawing.Color.Transparent;
     this.xrTable3.Font = new System.Drawing.Font("Verdana", 9F);
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(10F, 10.00001F);
     this.xrTable3.Name = "xrTable3";
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow3,
     this.xrTableRow4,
     this.xrTableRow5,
     this.xrTableRow10,
     this.xrTableRow9});
     this.xrTable3.SizeF = new System.Drawing.SizeF(351.0417F, 140.625F);
     this.xrTable3.StylePriority.UseBorderColor = false;
     this.xrTable3.StylePriority.UseFont = false;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell6,
     this.xrTableCell11,
     this.xrTableCell12});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.Text = "Hub";
     this.xrTableCell6.Weight = 0.43564359065916924D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Name = "xrTableCell11";
     this.xrTableCell11.Weight = 0.075028218139158276D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Hub")});
     this.xrTableCell12.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell12.Name = "xrTableCell12";
     this.xrTableCell12.StylePriority.UseFont = false;
     this.xrTableCell12.Text = "xrTableCell12";
     this.xrTableCell12.Weight = 1.4913085148410472D;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell13,
     this.xrTableCell19,
     this.xrTableCell23});
     this.xrTableRow4.Name = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.Text = "SI Number";
     this.xrTableCell13.Weight = 0.43564359065916924D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.Name = "xrTableCell19";
     this.xrTableCell19.Weight = 0.075028218139158276D;
     //
     // xrTableCell23
     //
     this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "SINumber")});
     this.xrTableCell23.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell23.Name = "xrTableCell23";
     this.xrTableCell23.StylePriority.UseFont = false;
     this.xrTableCell23.Text = "xrTableCell23";
     this.xrTableCell23.Weight = 1.4913085148410472D;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell25,
     this.xrTableCell26,
     this.xrTableCell27});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.Text = "Vessel";
     this.xrTableCell25.Weight = 0.43564359065916924D;
     //
     // xrTableCell26
     //
     this.xrTableCell26.Name = "xrTableCell26";
     this.xrTableCell26.Weight = 0.075028218139158276D;
     //
     // xrTableCell27
     //
     this.xrTableCell27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Vessel")});
     this.xrTableCell27.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell27.Name = "xrTableCell27";
     this.xrTableCell27.StylePriority.UseFont = false;
     this.xrTableCell27.Text = "xrTableCell27";
     this.xrTableCell27.Weight = 1.4913085148410472D;
     //
     // xrTableRow10
     //
     this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell40,
     this.xrTableCell41,
     this.xrTableCell42});
     this.xrTableRow10.Name = "xrTableRow10";
     this.xrTableRow10.Weight = 1D;
     //
     // xrTableCell40
     //
     this.xrTableCell40.Name = "xrTableCell40";
     this.xrTableCell40.Text = "Port";
     this.xrTableCell40.Weight = 0.43564359065916924D;
     //
     // xrTableCell41
     //
     this.xrTableCell41.Name = "xrTableCell41";
     this.xrTableCell41.Weight = 0.075028218139158276D;
     //
     // xrTableCell42
     //
     this.xrTableCell42.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "PortName")});
     this.xrTableCell42.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell42.Name = "xrTableCell42";
     this.xrTableCell42.StylePriority.UseFont = false;
     this.xrTableCell42.Text = "xrTableCell42";
     this.xrTableCell42.Weight = 1.4913085148410472D;
     //
     // xrTableRow9
     //
     this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell37,
     this.xrTableCell38,
     this.xrTableCell39});
     this.xrTableRow9.Name = "xrTableRow9";
     this.xrTableRow9.Weight = 1D;
     //
     // xrTableCell37
     //
     this.xrTableCell37.Name = "xrTableCell37";
     this.xrTableCell37.Text = "Donor";
     this.xrTableCell37.Weight = 0.43564359065916924D;
     //
     // xrTableCell38
     //
     this.xrTableCell38.Name = "xrTableCell38";
     this.xrTableCell38.Weight = 0.075028218139158276D;
     //
     // xrTableCell39
     //
     this.xrTableCell39.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Donor")});
     this.xrTableCell39.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell39.Name = "xrTableCell39";
     this.xrTableCell39.StylePriority.UseFont = false;
     this.xrTableCell39.Text = "xrTableCell39";
     this.xrTableCell39.Weight = 1.4913085148410472D;
     //
     // rptDeliveryReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.TopMargin,
     this.BottomMargin,
     this.GroupHeader1});
     this.Margins = new System.Drawing.Printing.Margins(50, 27, 15, 14);
     this.PageHeight = 1169;
     this.PageWidth = 827;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Version = "10.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <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.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings1 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
     DevExpress.XtraReports.Parameters.DynamicListLookUpSettings dynamicListLookUpSettings2 = new DevExpress.XtraReports.Parameters.DynamicListLookUpSettings();
     this.XPCDSyndicate = new DevExpress.Xpo.XPServerCollectionSource(this.components);
     this.sessionCDSyndicate = new DevExpress.Xpo.Session(this.components);
     this.XPTBLDofatSarf = new DevExpress.Xpo.XPServerCollectionSource(this.components);
     this.sessionTBLDofatSarf = new DevExpress.Xpo.Session(this.components);
     this.dsQueries = new RetirementCenter.DataSources.dsQueries();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xtcMemberName = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xtcSyndicate = new DevExpress.XtraReports.UI.XRTableCell();
     this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xlDofatSarf = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
     this.xpbLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xlSyndicate = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.dsReports = new RetirementCenter.DataSources.dsReports();
     this.pramSyndicateId = new DevExpress.XtraReports.Parameters.Parameter();
     this.pramDofatSarfId = new DevExpress.XtraReports.Parameters.Parameter();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
     this.calcTotal = new DevExpress.XtraReports.UI.CalculatedField();
     this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell();
     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.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell();
     this.rep06TableAdapter = new RetirementCenter.DataSources.dsReportsTableAdapters.Rep06TableAdapter();
     this.calcEstktaaTotal = new DevExpress.XtraReports.UI.CalculatedField();
     ((System.ComponentModel.ISupportInitialize)(this.XPCDSyndicate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionCDSyndicate)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.XPTBLDofatSarf)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionTBLDofatSarf)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // XPCDSyndicate
     //
     this.XPCDSyndicate.ObjectType = typeof(RetirementCenter.DataSources.dsQueries.CDSyndicateDataTable);
     this.XPCDSyndicate.Session = this.sessionCDSyndicate;
     //
     // sessionCDSyndicate
     //
     this.sessionCDSyndicate.TrackPropertiesModifications = false;
     //
     // XPTBLDofatSarf
     //
     this.XPTBLDofatSarf.ObjectType = typeof(RetirementCenter.DataSources.dsQueries.TBLDofatSarfDataTable);
     this.XPTBLDofatSarf.Session = this.sessionTBLDofatSarf;
     //
     // sessionTBLDofatSarf
     //
     this.sessionTBLDofatSarf.TrackPropertiesModifications = false;
     //
     // dsQueries
     //
     this.dsQueries.DataSetName = "dsQueries";
     this.dsQueries.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable1});
     this.Detail.HeightF = 25F;
     this.Detail.MultiColumn.ColumnWidth = 326F;
     this.Detail.Name = "Detail";
     this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
     new DevExpress.XtraReports.UI.GroupField("num", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
     this.Detail.StylePriority.UsePadding = false;
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(10F, 0F);
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow1});
     this.xrTable1.SizeF = new System.Drawing.SizeF(1125F, 25F);
     this.xrTable1.StylePriority.UseBorders = false;
     this.xrTable1.StylePriority.UseFont = false;
     this.xrTable1.StylePriority.UsePadding = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell21,
     this.xrTableCell16,
     this.xrTableCell13,
     this.xrTableCell19,
     this.xtcMemberName,
     this.xrTableCell20,
     this.xtcSyndicate});
     this.xrTableRow1.Name = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell21
     //
     this.xrTableCell21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep06.calcTotal", "{0:f2}")});
     this.xrTableCell21.Name = "xrTableCell21";
     this.xrTableCell21.StylePriority.UseTextAlignment = false;
     this.xrTableCell21.Text = "xrTableCell21";
     this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell21.Weight = 0.48750813060081821D;
     //
     // xrTableCell16
     //
     this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep06.calcEstktaaTotal", "{0:f2}")});
     this.xrTableCell16.Name = "xrTableCell16";
     this.xrTableCell16.StylePriority.UseTextAlignment = false;
     this.xrTableCell16.Text = "xrTableCell16";
     this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell16.Weight = 0.48750825277053128D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep06.estktaa", "{0:f2}")});
     this.xrTableCell13.Name = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseTextAlignment = false;
     this.xrTableCell13.Text = "xrTableCell13";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell13.Weight = 0.42101640395267076D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep06.rsmmonth", "{0:f2}")});
     this.xrTableCell19.Name = "xrTableCell19";
     this.xrTableCell19.NullValueText = "0";
     this.xrTableCell19.StylePriority.UseTextAlignment = false;
     xrSummary1.FormatString = "{0:f2}";
     this.xrTableCell19.Summary = xrSummary1;
     this.xrTableCell19.Text = "xrTableCell19";
     this.xrTableCell19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell19.Weight = 0.43212318167769093D;
     //
     // xtcMemberName
     //
     this.xtcMemberName.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep06.eshtrakmonth", "{0:f2}")});
     this.xtcMemberName.Name = "xtcMemberName";
     this.xtcMemberName.NullValueText = "0";
     this.xtcMemberName.StylePriority.UseTextAlignment = false;
     this.xtcMemberName.Text = "xtcMemberName";
     this.xtcMemberName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xtcMemberName.Weight = 0.426569828169589D;
     //
     // xrTableCell20
     //
     this.xrTableCell20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep06.monymonth", "{0:f2}")});
     this.xrTableCell20.Name = "xrTableCell20";
     this.xrTableCell20.NullValueText = "0";
     this.xrTableCell20.StylePriority.UseTextAlignment = false;
     this.xrTableCell20.Text = "xrTableCell20";
     this.xrTableCell20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell20.Weight = 0.48750786663434209D;
     //
     // xtcSyndicate
     //
     this.xtcSyndicate.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Text", null, "Rep06.Txt")});
     this.xtcSyndicate.Name = "xtcSyndicate";
     this.xtcSyndicate.StylePriority.UseTextAlignment = false;
     this.xtcSyndicate.Text = "xtcSyndicate";
     this.xtcSyndicate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xtcSyndicate.Weight = 0.68562530528061683D;
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 6.41667F;
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // xlDofatSarf
     //
     this.xlDofatSarf.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlDofatSarf.LocationFloat = new DevExpress.Utils.PointFloat(507.7519F, 82.35413F);
     this.xlDofatSarf.Name = "xlDofatSarf";
     this.xlDofatSarf.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlDofatSarf.SizeF = new System.Drawing.SizeF(148.4289F, 23.00001F);
     this.xlDofatSarf.StylePriority.UseFont = false;
     this.xlDofatSarf.StylePriority.UseTextAlignment = false;
     this.xlDofatSarf.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel9
     //
     this.xrLabel9.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(656.1807F, 82.35413F);
     this.xrLabel9.Name = "xrLabel9";
     this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF = new System.Drawing.SizeF(129.2915F, 23F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text = "كشف تفريغ اجمالي";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xpbLogo
     //
     this.xpbLogo.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
     new DevExpress.XtraReports.UI.XRBinding("Image", null, "AppOptions.CompanyLogo")});
     this.xpbLogo.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 10.00001F);
     this.xpbLogo.Name = "xpbLogo";
     this.xpbLogo.SizeF = new System.Drawing.SizeF(100F, 80F);
     this.xpbLogo.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // xlSyndicate
     //
     this.xlSyndicate.Font = new System.Drawing.Font("Times New Roman", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xlSyndicate.LocationFloat = new DevExpress.Utils.PointFloat(213.5138F, 82.35413F);
     this.xlSyndicate.Name = "xlSyndicate";
     this.xlSyndicate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xlSyndicate.SizeF = new System.Drawing.SizeF(254.6546F, 23F);
     this.xlSyndicate.StylePriority.UseFont = false;
     this.xlSyndicate.StylePriority.UseTextAlignment = false;
     this.xlSyndicate.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel3
     //
     this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(468.1685F, 82.35413F);
     this.xrLabel3.Name = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF = new System.Drawing.SizeF(39.58331F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text = "لنقابة";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel2
     //
     this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(889.4178F, 39F);
     this.xrLabel2.Name = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF = new System.Drawing.SizeF(216.6667F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text = "ادارة المعـــــاشـــــات";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel1
     //
     this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(948.7929F, 10.00001F);
     this.xrLabel1.Name = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF = new System.Drawing.SizeF(157.2917F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text = "نقابة المهن التعليمية";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.HeightF = 26.20837F;
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // dsReports
     //
     this.dsReports.DataSetName = "dsReports";
     this.dsReports.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // pramSyndicateId
     //
     this.pramSyndicateId.Description = "الفرعية";
     dynamicListLookUpSettings1.DataAdapter = null;
     dynamicListLookUpSettings1.DataMember = null;
     dynamicListLookUpSettings1.DataSource = this.XPCDSyndicate;
     dynamicListLookUpSettings1.DisplayMember = "Syndicate";
     dynamicListLookUpSettings1.ValueMember = "SyndicateId";
     this.pramSyndicateId.LookUpSettings = dynamicListLookUpSettings1;
     this.pramSyndicateId.Name = "pramSyndicateId";
     this.pramSyndicateId.Type = typeof(int);
     this.pramSyndicateId.ValueInfo = "0";
     //
     // pramDofatSarfId
     //
     this.pramDofatSarfId.Description = "دفعة الصرف";
     dynamicListLookUpSettings2.DataAdapter = null;
     dynamicListLookUpSettings2.DataMember = null;
     dynamicListLookUpSettings2.DataSource = this.XPTBLDofatSarf;
     dynamicListLookUpSettings2.DisplayMember = "DofatSarf";
     dynamicListLookUpSettings2.ValueMember = "DofatSarfId";
     this.pramDofatSarfId.LookUpSettings = dynamicListLookUpSettings2;
     this.pramDofatSarfId.Name = "pramDofatSarfId";
     this.pramDofatSarfId.Type = typeof(int);
     this.pramDofatSarfId.ValueInfo = "0";
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrLabel7,
     this.xrLabel11,
     this.xrLabel10,
     this.xrLabel8});
     this.ReportFooter.HeightF = 56.00002F;
     this.ReportFooter.Name = "ReportFooter";
     //
     // xrLabel7
     //
     this.xrLabel7.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(255.2224F, 33.00002F);
     this.xrLabel7.Name = "xrLabel7";
     this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF = new System.Drawing.SizeF(208.1542F, 23F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text = "مدير المعاشات";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel11
     //
     this.xrLabel11.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(255.2224F, 10.00002F);
     this.xrLabel11.Name = "xrLabel11";
     this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF = new System.Drawing.SizeF(208.1542F, 23F);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text = "يعتــــــــمد";
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel10
     //
     this.xrLabel10.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(548.9724F, 10.00002F);
     this.xrLabel10.Name = "xrLabel10";
     this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF = new System.Drawing.SizeF(208.1542F, 23F);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text = "مراجع المعاشات";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel8
     //
     this.xrLabel8.Font = new System.Drawing.Font("Times New Roman", 14F);
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(856.264F, 10F);
     this.xrLabel8.Name = "xrLabel8";
     this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF = new System.Drawing.SizeF(129.2915F, 23F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text = "عضو المعاشات";
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // calcTotal
     //
     this.calcTotal.DataMember = "Rep06";
     this.calcTotal.Expression = "[monymonth] - [calcEstktaaTotal]";
     this.calcTotal.FieldType = DevExpress.XtraReports.UI.FieldType.Double;
     this.calcTotal.Name = "calcTotal";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
     this.xrTable2,
     this.xpbLogo,
     this.xrLabel2,
     this.xrLabel3,
     this.xlSyndicate,
     this.xrLabel1,
     this.xrLabel9,
     this.xlDofatSarf});
     this.PageHeader.HeightF = 175.5209F;
     this.PageHeader.Name = "PageHeader";
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
     | DevExpress.XtraPrinting.BorderSide.Right)
     | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.Font = new System.Drawing.Font("Times New Roman", 11F, System.Drawing.FontStyle.Bold);
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 125.5209F);
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 2, 2, 100F);
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
     this.xrTableRow3,
     this.xrTableRow5});
     this.xrTable2.SizeF = new System.Drawing.SizeF(1125F, 50.00001F);
     this.xrTable2.StylePriority.UseBorders = false;
     this.xrTable2.StylePriority.UseFont = false;
     this.xrTable2.StylePriority.UsePadding = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell1,
     this.xrTableCell2,
     this.xrTableCell7,
     this.xrTableCell8});
     this.xrTableRow3.Name = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell1.Weight = 0.49180337657569523D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text = "الاستقطاعات";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell2.Weight = 1.7827872889487095D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell7.Weight = 0.49180367676143083D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell8.Weight = 0.69166602740911332D;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
     this.xrTableCell14,
     this.xrTableCell22,
     this.xrTableCell23,
     this.xrTableCell24,
     this.xrTableCell25,
     this.xrTableCell26,
     this.xrTableCell27});
     this.xrTableRow5.Name = "xrTableRow5";
     this.xrTableRow5.Weight = 1D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text = "الصافي";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell14.Weight = 0.49180342081319461D;
     //
     // xrTableCell22
     //
     this.xrTableCell22.Name = "xrTableCell22";
     this.xrTableCell22.StylePriority.UseTextAlignment = false;
     this.xrTableCell22.Text = "الجمله";
     this.xrTableCell22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell22.Weight = 0.49180340230052311D;
     //
     // xrTableCell23
     //
     this.xrTableCell23.Name = "xrTableCell23";
     this.xrTableCell23.StylePriority.UseTextAlignment = false;
     this.xrTableCell23.Text = "استبعادات";
     this.xrTableCell23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell23.Weight = 0.43032798449421039D;
     //
     // xrTableCell24
     //
     this.xrTableCell24.Name = "xrTableCell24";
     this.xrTableCell24.StylePriority.UseTextAlignment = false;
     this.xrTableCell24.Text = "رسم";
     this.xrTableCell24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell24.Weight = 0.43032808037691861D;
     //
     // xrTableCell25
     //
     this.xrTableCell25.Name = "xrTableCell25";
     this.xrTableCell25.StylePriority.UseTextAlignment = false;
     this.xrTableCell25.Text = "اشتراكات";
     this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell25.Weight = 0.43032795139228613D;
     //
     // xrTableCell26
     //
     this.xrTableCell26.Name = "xrTableCell26";
     this.xrTableCell26.StylePriority.UseTextAlignment = false;
     this.xrTableCell26.Text = "جملة المعاش";
     this.xrTableCell26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell26.Weight = 0.49180324697395272D;
     //
     // xrTableCell27
     //
     this.xrTableCell27.Name = "xrTableCell27";
     this.xrTableCell27.StylePriority.UseTextAlignment = false;
     this.xrTableCell27.Text = "البيان";
     this.xrTableCell27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell27.Weight = 0.69166628334386271D;
     //
     // rep06TableAdapter
     //
     this.rep06TableAdapter.ClearBeforeFill = true;
     //
     // calcEstktaaTotal
     //
     this.calcEstktaaTotal.DataMember = "Rep06";
     this.calcEstktaaTotal.DisplayName = "calcEstktaaTotal";
     this.calcEstktaaTotal.Expression = "[eshtrakmonth] + [rsmmonth] + [estktaa]";
     this.calcEstktaaTotal.FieldType = DevExpress.XtraReports.UI.FieldType.Double;
     this.calcEstktaaTotal.Name = "calcEstktaaTotal";
     //
     // XRep06
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
     this.Detail,
     this.topMarginBand1,
     this.bottomMarginBand1,
     this.ReportFooter,
     this.PageHeader});
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
     this.calcEstktaaTotal,
     this.calcTotal});
     this.DataMember = "Rep06";
     this.DataSource = this.dsReports;
     this.DrawGrid = false;
     this.Landscape = true;
     this.Margins = new System.Drawing.Printing.Margins(12, 12, 6, 26);
     this.PageHeight = 827;
     this.PageWidth = 1169;
     this.PaperKind = System.Drawing.Printing.PaperKind.A4;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
     this.pramSyndicateId,
     this.pramDofatSarfId});
     this.ReportPrintOptions.DetailCountOnEmptyDataSource = 10;
     this.Version = "12.2";
     this.ParametersRequestBeforeShow += new System.EventHandler<DevExpress.XtraReports.Parameters.ParametersRequestEventArgs>(this.XRep01_ParametersRequestBeforeShow);
     this.ParametersRequestSubmit += new System.EventHandler<DevExpress.XtraReports.Parameters.ParametersRequestEventArgs>(this.XRep01_ParametersRequestSubmit);
     ((System.ComponentModel.ISupportInitialize)(this.XPCDSyndicate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionCDSyndicate)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.XPTBLDofatSarf)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sessionTBLDofatSarf)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsQueries)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsReports)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 54
0
 private void InitializeComponent()
 {
     this.topMarginBand1    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrTable1          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.detailBand1       = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable2          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell7      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12     = new DevExpress.XtraReports.UI.XRTableCell();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrControlStyle1   = new DevExpress.XtraReports.UI.XRControlStyle();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // topMarginBand1
     //
     this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1,
         this.xrLabel2,
         this.xrLabel1
     });
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // xrTable1
     //
     this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 60.41667F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 39.58333F);
     this.xrTable1.StylePriority.UseBorders = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell3,
         this.xrTableCell4,
         this.xrTableCell5,
         this.xrTableCell6
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Name   = "xrTableCell1";
     this.xrTableCell1.Text   = "生产线";
     this.xrTableCell1.Weight = 0.5D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Name   = "xrTableCell2";
     this.xrTableCell2.Text   = "合同号";
     this.xrTableCell2.Weight = 0.42788466233473543D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Name   = "xrTableCell3";
     this.xrTableCell3.Text   = "成品号";
     this.xrTableCell3.Weight = 0.4615382033128006D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Name   = "xrTableCell4";
     this.xrTableCell4.Text   = "入库地点";
     this.xrTableCell4.Weight = 0.46634664682241589D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Name   = "xrTableCell5";
     this.xrTableCell5.Text   = "备注1";
     this.xrTableCell5.Weight = 0.46153830895057096D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Name   = "xrTableCell6";
     this.xrTableCell6.Text   = "备注2";
     this.xrTableCell6.Weight = 0.68269217857947728D;
     //
     // xrLabel2
     //
     this.xrLabel2.AutoWidth                      = true;
     this.xrLabel2.Font                           = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(101.0417F, 20.79167F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(450F, 23F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "制造单元完工日报表";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel1
     //
     this.xrLabel1.Font                  = new System.Drawing.Font("宋体", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(86.45834F, 14.66667F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "报表编号";
     //
     // detailBand1
     //
     this.detailBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     this.detailBand1.HeightF = 41.66667F;
     this.detailBand1.Name    = "detailBand1";
     //
     // xrTable2
     //
     this.xrTable2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(1.589457E-05F, 0F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(650F, 39.58333F);
     this.xrTable2.StylePriority.UseBorders = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell7,
         this.xrTableCell8,
         this.xrTableCell9,
         this.xrTableCell10,
         this.xrTableCell11,
         this.xrTableCell12
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Name   = "xrTableCell7";
     this.xrTableCell7.Weight = 0.5D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.Name   = "xrTableCell8";
     this.xrTableCell8.Weight = 0.42788466233473543D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Name   = "xrTableCell9";
     this.xrTableCell9.Weight = 0.4615382033128006D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Name   = "xrTableCell10";
     this.xrTableCell10.Weight = 0.46634664682241589D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Name   = "xrTableCell11";
     this.xrTableCell11.Weight = 0.46153830895057096D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.Name   = "xrTableCell12";
     this.xrTableCell12.Weight = 0.68269217857947728D;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // xrControlStyle1
     //
     this.xrControlStyle1.Name = "xrControlStyle1";
     //
     // Report_Exp2000
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.topMarginBand1,
         this.detailBand1,
         this.bottomMarginBand1
     });
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.xrControlStyle1
     });
     this.Version = "11.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }