/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(DigitalReport));
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle2 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle3 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.lblTrainManufacturer = new DevExpress.XtraReports.UI.XRLabel();
     this.lblDecoderAddress    = new DevExpress.XtraReports.UI.XRLabel();
     this.lblDecoderModel      = new DevExpress.XtraReports.UI.XRLabel();
     this.lblTrainName         = new DevExpress.XtraReports.UI.XRLabel();
     this.picTrainImage        = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrShape3             = new DevExpress.XtraReports.UI.XRShape();
     this.TopMargin            = new DevExpress.XtraReports.UI.TopMarginBand();
     this.lblProjectName       = new DevExpress.XtraReports.UI.XRLabel();
     this.BottomMargin         = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrLabel6             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox1        = new DevExpress.XtraReports.UI.XRPictureBox();
     this.Header                = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel2              = new DevExpress.XtraReports.UI.XRLabel();
     this.lblModuleName         = new DevExpress.XtraReports.UI.XRLabel();
     this.picProjectCompanyLogo = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel3              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape1              = new DevExpress.XtraReports.UI.XRShape();
     this.ReportFooter          = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrShape5              = new DevExpress.XtraReports.UI.XRShape();
     this.xrControlEven         = new DevExpress.XtraReports.UI.XRControlStyle();
     this.lblProjectCompany     = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblTrainManufacturer,
         this.lblDecoderAddress,
         this.lblDecoderModel,
         this.lblTrainName,
         this.picTrainImage,
         this.xrShape3
     });
     this.Detail.EvenStyleName = "xrControlEven";
     this.Detail.HeightF       = 45.15387F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // lblTrainManufacturer
     //
     this.lblTrainManufacturer.LocationFloat = new DevExpress.Utils.PointFloat(301.0581F, 0F);
     this.lblTrainManufacturer.Name          = "lblTrainManufacturer";
     this.lblTrainManufacturer.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblTrainManufacturer.SizeF         = new System.Drawing.SizeF(160.4458F, 45.15387F);
     this.lblTrainManufacturer.StylePriority.UseTextAlignment = false;
     this.lblTrainManufacturer.Text          = "lblTrainManufacturer";
     this.lblTrainManufacturer.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblDecoderAddress
     //
     this.lblDecoderAddress.Font                           = new System.Drawing.Font("Calibri", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDecoderAddress.LocationFloat                  = new DevExpress.Utils.PointFloat(661.7083F, 0F);
     this.lblDecoderAddress.Name                           = "lblDecoderAddress";
     this.lblDecoderAddress.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblDecoderAddress.SizeF                          = new System.Drawing.SizeF(57.29163F, 45.15387F);
     this.lblDecoderAddress.StylePriority.UseFont          = false;
     this.lblDecoderAddress.StylePriority.UseTextAlignment = false;
     this.lblDecoderAddress.Text                           = "lblDecoderOutput";
     this.lblDecoderAddress.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblDecoderModel
     //
     this.lblDecoderModel.LocationFloat = new DevExpress.Utils.PointFloat(461.5038F, 0F);
     this.lblDecoderModel.Name          = "lblDecoderModel";
     this.lblDecoderModel.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblDecoderModel.SizeF         = new System.Drawing.SizeF(200.2043F, 45.15387F);
     this.lblDecoderModel.StylePriority.UseTextAlignment = false;
     this.lblDecoderModel.Text          = "lblDecoderModel";
     this.lblDecoderModel.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblTrainName
     //
     this.lblTrainName.LocationFloat                  = new DevExpress.Utils.PointFloat(151.0291F, 0F);
     this.lblTrainName.Name                           = "lblTrainName";
     this.lblTrainName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.lblTrainName.SizeF                          = new System.Drawing.SizeF(150.0291F, 45.15387F);
     this.lblTrainName.StylePriority.UsePadding       = false;
     this.lblTrainName.StylePriority.UseTextAlignment = false;
     this.lblTrainName.Text                           = "lblTrainName";
     this.lblTrainName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // picTrainImage
     //
     this.picTrainImage.LocationFloat = new DevExpress.Utils.PointFloat(6.314087F, 0F);
     this.picTrainImage.Name          = "picTrainImage";
     this.picTrainImage.SizeF         = new System.Drawing.SizeF(142.6317F, 45.15387F);
     this.picTrainImage.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     //
     // xrShape3
     //
     this.xrShape3.AnchorVertical               = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom)));
     this.xrShape3.Borders                      = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrShape3.BorderWidth                  = 3F;
     this.xrShape3.LineWidth                    = 0;
     this.xrShape3.LocationFloat                = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrShape3.Name                         = "xrShape3";
     this.xrShape3.Shape                        = shapeRectangle1;
     this.xrShape3.SizeF                        = new System.Drawing.SizeF(728.0001F, 45.15387F);
     this.xrShape3.StylePriority.UseBorders     = false;
     this.xrShape3.StylePriority.UseBorderWidth = false;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 47.31411F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // lblProjectName
     //
     this.lblProjectName.AnchorHorizontal               = DevExpress.XtraReports.UI.HorizontalAnchorStyles.Right;
     this.lblProjectName.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.lblProjectName.BorderWidth                    = 2F;
     this.lblProjectName.Font                           = new System.Drawing.Font("Bahnschrift", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProjectName.LocationFloat                  = new DevExpress.Utils.PointFloat(315.9583F, 31.63462F);
     this.lblProjectName.Name                           = "lblProjectName";
     this.lblProjectName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblProjectName.SizeF                          = new System.Drawing.SizeF(303.1219F, 23.96167F);
     this.lblProjectName.StylePriority.UseBorders       = false;
     this.lblProjectName.StylePriority.UseBorderWidth   = false;
     this.lblProjectName.StylePriority.UseFont          = false;
     this.lblProjectName.StylePriority.UseTextAlignment = false;
     this.lblProjectName.Text                           = "lblProjectName";
     this.lblProjectName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblProjectCompany,
         this.xrLabel6,
         this.xrPictureBox1
     });
     this.BottomMargin.HeightF       = 68.62817F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel6
     //
     this.xrLabel6.Font                  = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat         = new DevExpress.Utils.PointFloat(560.2213F, 9.999984F);
     this.xrLabel6.Name                  = "xrLabel6";
     this.xrLabel6.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                 = new System.Drawing.SizeF(70.83333F, 15.47685F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.Text                  = "Created with";
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Image         = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(631.0543F, 9.999984F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(97.94566F, 15.47686F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     //
     // Header
     //
     this.Header.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2,
         this.lblProjectName,
         this.lblModuleName,
         this.picProjectCompanyLogo,
         this.xrLabel3,
         this.xrLabel5,
         this.xrLabel1,
         this.xrShape1
     });
     this.Header.HeightF = 116.6777F;
     this.Header.Name    = "Header";
     this.Header.StylePriority.UseTextAlignment = false;
     this.Header.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel2
     //
     this.xrLabel2.Font                           = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(301.0581F, 90.45974F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(160.4458F, 23.81413F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "Manufacturer";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // lblModuleName
     //
     this.lblModuleName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.lblModuleName.Borders   = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                            | DevExpress.XtraPrinting.BorderSide.Right)
                                                                           | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblModuleName.BorderWidth   = 3F;
     this.lblModuleName.Font          = new System.Drawing.Font("Bahnschrift", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblModuleName.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.lblModuleName.Name          = "lblModuleName";
     this.lblModuleName.Padding       = new DevExpress.XtraPrinting.PaddingInfo(7, 2, 0, 3, 100F);
     this.lblModuleName.SizeF         = new System.Drawing.SizeF(628.1537F, 59.45835F);
     this.lblModuleName.StylePriority.UseBackColor     = false;
     this.lblModuleName.StylePriority.UseBorders       = false;
     this.lblModuleName.StylePriority.UseBorderWidth   = false;
     this.lblModuleName.StylePriority.UseFont          = false;
     this.lblModuleName.StylePriority.UsePadding       = false;
     this.lblModuleName.StylePriority.UseTextAlignment = false;
     this.lblModuleName.Text          = "Train Digital Addresses";
     this.lblModuleName.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // picProjectCompanyLogo
     //
     this.picProjectCompanyLogo.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                 | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.picProjectCompanyLogo.BorderWidth                  = 3F;
     this.picProjectCompanyLogo.Image                        = ((System.Drawing.Image)(resources.GetObject("picProjectCompanyLogo.Image")));
     this.picProjectCompanyLogo.LocationFloat                = new DevExpress.Utils.PointFloat(627.7001F, 2.445319E-05F);
     this.picProjectCompanyLogo.Name                         = "picProjectCompanyLogo";
     this.picProjectCompanyLogo.Padding                      = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 5, 5, 100F);
     this.picProjectCompanyLogo.SizeF                        = new System.Drawing.SizeF(101.3F, 59.45835F);
     this.picProjectCompanyLogo.Sizing                       = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     this.picProjectCompanyLogo.StylePriority.UseBorders     = false;
     this.picProjectCompanyLogo.StylePriority.UseBorderWidth = false;
     this.picProjectCompanyLogo.StylePriority.UsePadding     = false;
     //
     // xrLabel3
     //
     this.xrLabel3.Font                           = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(661.7083F, 90.45974F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(57.29181F, 23.81413F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "Address";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel5
     //
     this.xrLabel5.Font                           = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(461.504F, 90.45974F);
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(200.2043F, 23.81413F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "Decoder";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.Font                           = new System.Drawing.Font("Calibri", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(151.0291F, 90.45974F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(150.0291F, 23.81413F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UsePadding       = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "Model";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape1
     //
     this.xrShape1.Angle     = 232;
     this.xrShape1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.xrShape1.Borders   = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                       | DevExpress.XtraPrinting.BorderSide.Right)
                                                                      | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrShape1.BorderWidth   = 3F;
     this.xrShape1.LineWidth     = 0;
     this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 74.95743F);
     this.xrShape1.Name          = "xrShape1";
     this.xrShape1.Shape         = shapeRectangle2;
     this.xrShape1.SizeF         = new System.Drawing.SizeF(728.0001F, 41.72029F);
     this.xrShape1.StylePriority.UseBackColor   = false;
     this.xrShape1.StylePriority.UseBorders     = false;
     this.xrShape1.StylePriority.UseBorderWidth = false;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrShape5
     });
     this.ReportFooter.HeightF = 7.42187F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // xrShape5
     //
     this.xrShape5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrShape5.BorderWidth                  = 3F;
     this.xrShape5.LineWidth                    = 0;
     this.xrShape5.LocationFloat                = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrShape5.Name                         = "xrShape5";
     this.xrShape5.Shape                        = shapeRectangle3;
     this.xrShape5.SizeF                        = new System.Drawing.SizeF(727.9999F, 7.42187F);
     this.xrShape5.StylePriority.UseBorders     = false;
     this.xrShape5.StylePriority.UseBorderWidth = false;
     //
     // xrControlEven
     //
     this.xrControlEven.BackColor = System.Drawing.Color.WhiteSmoke;
     this.xrControlEven.Name      = "xrControlEven";
     //
     // lblProjectCompany
     //
     this.lblProjectCompany.Font                  = new System.Drawing.Font("Bahnschrift", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblProjectCompany.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 9.999974F);
     this.lblProjectCompany.Name                  = "lblProjectCompany";
     this.lblProjectCompany.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblProjectCompany.SizeF                 = new System.Drawing.SizeF(495.8333F, 23F);
     this.lblProjectCompany.StylePriority.UseFont = false;
     //
     // DigitalReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.Header,
         this.ReportFooter
     });
     this.DisplayName = "Digital Report";
     this.Font        = new System.Drawing.Font("Calibri", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margins     = new System.Drawing.Printing.Margins(49, 49, 47, 69);
     this.PageHeight  = 1169;
     this.PageWidth   = 827;
     this.PaperKind   = System.Drawing.Printing.PaperKind.A4;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.xrControlEven
     });
     this.Version      = "17.1";
     this.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.DigitalReport_BeforePrint);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.Shape.ShapeBracket   shapeBracket1   = new DevExpress.XtraPrinting.Shape.ShapeBracket();
     DevExpress.XtraPrinting.Shape.ShapeStar      shapeStar1      = new DevExpress.XtraPrinting.Shape.ShapeStar();
     DevExpress.XtraPrinting.Shape.ShapeLine      shapeLine1      = new DevExpress.XtraPrinting.Shape.ShapeLine();
     DevExpress.XtraPrinting.Shape.ShapeCross     shapeCross1     = new DevExpress.XtraPrinting.Shape.ShapeCross();
     DevExpress.XtraPrinting.Shape.ShapePolygon   shapePolygon1   = new DevExpress.XtraPrinting.Shape.ShapePolygon();
     DevExpress.XtraPrinting.Shape.ShapeArrow     shapeArrow1     = new DevExpress.XtraPrinting.Shape.ShapeArrow();
     DevExpress.XtraPrinting.Shape.ShapeBracket   shapeBracket2   = new DevExpress.XtraPrinting.Shape.ShapeBracket();
     DevExpress.XtraPrinting.Shape.ShapeBrace     shapeBrace1     = new DevExpress.XtraPrinting.Shape.ShapeBrace();
     DevExpress.XtraPrinting.Shape.ShapeStar      shapeStar2      = new DevExpress.XtraPrinting.Shape.ShapeStar();
     DevExpress.XtraPrinting.Shape.ShapeStar      shapeStar3      = new DevExpress.XtraPrinting.Shape.ShapeStar();
     DevExpress.XtraPrinting.Shape.ShapeLine      shapeLine2      = new DevExpress.XtraPrinting.Shape.ShapeLine();
     DevExpress.XtraPrinting.Shape.ShapeBrace     shapeBrace2     = new DevExpress.XtraPrinting.Shape.ShapeBrace();
     DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraPrinting.Shape.ShapeArrow     shapeArrow2     = new DevExpress.XtraPrinting.Shape.ShapeArrow();
     DevExpress.XtraPrinting.Shape.ShapeStar      shapeStar4      = new DevExpress.XtraPrinting.Shape.ShapeStar();
     DevExpress.XtraPrinting.Shape.ShapePolygon   shapePolygon2   = new DevExpress.XtraPrinting.Shape.ShapePolygon();
     DevExpress.XtraPrinting.Shape.ShapeLine      shapeLine3      = new DevExpress.XtraPrinting.Shape.ShapeLine();
     DevExpress.XtraPrinting.Shape.ShapePolygon   shapePolygon6   = new DevExpress.XtraPrinting.Shape.ShapePolygon();
     DevExpress.XtraPrinting.Shape.ShapeLine      shapeLine4      = new DevExpress.XtraPrinting.Shape.ShapeLine();
     DevExpress.XtraPrinting.Shape.ShapePolygon   shapePolygon5   = new DevExpress.XtraPrinting.Shape.ShapePolygon();
     DevExpress.XtraPrinting.Shape.ShapeCross     shapeCross2     = new DevExpress.XtraPrinting.Shape.ShapeCross();
     DevExpress.XtraPrinting.Shape.ShapePolygon   shapePolygon4   = new DevExpress.XtraPrinting.Shape.ShapePolygon();
     DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle2 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraPrinting.Shape.ShapeArrow     shapeArrow4     = new DevExpress.XtraPrinting.Shape.ShapeArrow();
     DevExpress.XtraPrinting.Shape.ShapePolygon   shapePolygon3   = new DevExpress.XtraPrinting.Shape.ShapePolygon();
     DevExpress.XtraPrinting.Shape.ShapeArrow     shapeArrow3     = new DevExpress.XtraPrinting.Shape.ShapeArrow();
     DevExpress.XtraPrinting.Shape.ShapeStar      shapeStar5      = new DevExpress.XtraPrinting.Shape.ShapeStar();
     this.xrShape28         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape14         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape19         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape26         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape9          = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape5          = new DevExpress.XtraReports.UI.XRShape();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportHeader      = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrShape22         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape24         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape15         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape12         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape20         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape23         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape1          = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape3          = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape13         = new DevExpress.XtraReports.UI.XRShape();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrShape27         = new DevExpress.XtraReports.UI.XRShape();
     this.topMarginBand1    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrShape18         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape6          = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape17         = new DevExpress.XtraReports.UI.XRShape();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrShape8          = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape21         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape2          = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape10         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape25         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape4          = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape11         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape7          = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape16         = new DevExpress.XtraReports.UI.XRShape();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // xrShape28
     //
     this.xrShape28.Angle         = 180;
     this.xrShape28.BorderWidth   = 1F;
     this.xrShape28.FillColor     = System.Drawing.Color.Red;
     this.xrShape28.LineWidth     = 2;
     this.xrShape28.LocationFloat = new DevExpress.Utils.PointFloat(175F, 600F);
     this.xrShape28.Name          = "xrShape28";
     this.xrShape28.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrShape28.Shape         = shapeBracket1;
     this.xrShape28.SizeF         = new System.Drawing.SizeF(133F, 83F);
     this.xrShape28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape14
     //
     this.xrShape14.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.xrShape14.LineWidth     = 0;
     this.xrShape14.LocationFloat = new DevExpress.Utils.PointFloat(333F, 308F);
     this.xrShape14.Name          = "xrShape14";
     this.xrShape14.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapeStar1.Concavity         = 35F;
     shapeStar1.StarPointCount    = 6;
     this.xrShape14.Shape         = shapeStar1;
     this.xrShape14.SizeF         = new System.Drawing.SizeF(133F, 92F);
     this.xrShape14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape19
     //
     this.xrShape19.Angle         = 45;
     this.xrShape19.BorderWidth   = 1F;
     this.xrShape19.LineWidth     = 2;
     this.xrShape19.LocationFloat = new DevExpress.Utils.PointFloat(333F, 508F);
     this.xrShape19.Name          = "xrShape19";
     this.xrShape19.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrShape19.Shape         = shapeLine1;
     this.xrShape19.SizeF         = new System.Drawing.SizeF(133F, 83F);
     this.xrShape19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape26
     //
     this.xrShape26.Angle            = 45;
     this.xrShape26.FillColor        = System.Drawing.Color.Silver;
     this.xrShape26.LineWidth        = 0;
     this.xrShape26.LocationFloat    = new DevExpress.Utils.PointFloat(200F, 417F);
     this.xrShape26.Name             = "xrShape26";
     this.xrShape26.Padding          = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapeCross1.Fillet              = 100;
     shapeCross1.HorizontalLineWidth = 30;
     shapeCross1.VerticalLineWidth   = 30;
     this.xrShape26.Shape            = shapeCross1;
     this.xrShape26.SizeF            = new System.Drawing.SizeF(83F, 84F);
     this.xrShape26.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape9
     //
     this.xrShape9.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(190)))), ((int)(((byte)(141)))));
     this.xrShape9.LineWidth     = 0;
     this.xrShape9.LocationFloat = new DevExpress.Utils.PointFloat(17F, 208F);
     this.xrShape9.Name          = "xrShape9";
     this.xrShape9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapePolygon1.Fillet        = 20;
     shapePolygon1.NumberOfSides = 5;
     this.xrShape9.Shape         = shapePolygon1;
     this.xrShape9.SizeF         = new System.Drawing.SizeF(133F, 91F);
     this.xrShape9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape5
     //
     this.xrShape5.Angle         = 180;
     this.xrShape5.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(199)))), ((int)(((byte)(213)))));
     this.xrShape5.LineWidth     = 0;
     this.xrShape5.LocationFloat = new DevExpress.Utils.PointFloat(333F, 108F);
     this.xrShape5.Name          = "xrShape5";
     this.xrShape5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapeArrow1.ArrowHeight     = 30;
     shapeArrow1.Fillet          = 30;
     this.xrShape5.Shape         = shapeArrow1;
     this.xrShape5.SizeF         = new System.Drawing.SizeF(133F, 92F);
     this.xrShape5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.Font          = new System.Drawing.Font("Times New Roman", 24F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.ForeColor     = System.Drawing.Color.Maroon;
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(50F, 25F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(567F, 50F);
     this.xrLabel1.Text          = "Shapes supported by XtraReports:";
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1
     });
     this.ReportHeader.HeightF       = 91F;
     this.ReportHeader.Name          = "ReportHeader";
     this.ReportHeader.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.ReportHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape22
     //
     this.xrShape22.BorderWidth   = 1F;
     this.xrShape22.FillColor     = System.Drawing.Color.Red;
     this.xrShape22.LineWidth     = 2;
     this.xrShape22.LocationFloat = new DevExpress.Utils.PointFloat(17F, 600F);
     this.xrShape22.Name          = "xrShape22";
     this.xrShape22.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrShape22.Shape         = shapeBracket2;
     this.xrShape22.SizeF         = new System.Drawing.SizeF(133F, 83F);
     this.xrShape22.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape24
     //
     this.xrShape24.Angle         = 180;
     this.xrShape24.BorderWidth   = 1F;
     this.xrShape24.LineWidth     = 2;
     this.xrShape24.LocationFloat = new DevExpress.Utils.PointFloat(492F, 600F);
     this.xrShape24.Name          = "xrShape24";
     this.xrShape24.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrShape24.Shape         = shapeBrace1;
     this.xrShape24.SizeF         = new System.Drawing.SizeF(133F, 83F);
     this.xrShape24.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape15
     //
     this.xrShape15.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(29)))), ((int)(((byte)(33)))));
     this.xrShape15.LineWidth     = 0;
     this.xrShape15.LocationFloat = new DevExpress.Utils.PointFloat(175F, 308F);
     this.xrShape15.Name          = "xrShape15";
     this.xrShape15.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapeStar2.StarPointCount    = 5;
     this.xrShape15.Shape         = shapeStar2;
     this.xrShape15.SizeF         = new System.Drawing.SizeF(134F, 92F);
     this.xrShape15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape12
     //
     this.xrShape12.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(189)))), ((int)(((byte)(113)))));
     this.xrShape12.LineWidth     = 0;
     this.xrShape12.LocationFloat = new DevExpress.Utils.PointFloat(492F, 208F);
     this.xrShape12.Name          = "xrShape12";
     this.xrShape12.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrShape12.Shape         = shapeStar3;
     this.xrShape12.SizeF         = new System.Drawing.SizeF(133F, 91F);
     this.xrShape12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape20
     //
     this.xrShape20.Angle         = 315;
     this.xrShape20.BorderWidth   = 1F;
     this.xrShape20.LineWidth     = 2;
     this.xrShape20.LocationFloat = new DevExpress.Utils.PointFloat(492F, 508F);
     this.xrShape20.Name          = "xrShape20";
     this.xrShape20.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrShape20.Shape         = shapeLine2;
     this.xrShape20.SizeF         = new System.Drawing.SizeF(133F, 83F);
     this.xrShape20.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape23
     //
     this.xrShape23.BorderWidth   = 1F;
     this.xrShape23.LineWidth     = 2;
     this.xrShape23.LocationFloat = new DevExpress.Utils.PointFloat(333F, 600F);
     this.xrShape23.Name          = "xrShape23";
     this.xrShape23.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrShape23.Shape         = shapeBrace2;
     this.xrShape23.SizeF         = new System.Drawing.SizeF(133F, 83F);
     this.xrShape23.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape1
     //
     this.xrShape1.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(143)))), ((int)(((byte)(215)))));
     this.xrShape1.LineWidth     = 0;
     this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(17F, 8F);
     this.xrShape1.Name          = "xrShape1";
     this.xrShape1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrShape1.Shape         = shapeRectangle1;
     this.xrShape1.SizeF         = new System.Drawing.SizeF(133F, 92F);
     this.xrShape1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape3
     //
     this.xrShape3.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(107)))), ((int)(((byte)(10)))));
     this.xrShape3.LineWidth     = 0;
     this.xrShape3.LocationFloat = new DevExpress.Utils.PointFloat(17F, 108F);
     this.xrShape3.Name          = "xrShape3";
     this.xrShape3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapeArrow2.Fillet          = 30;
     this.xrShape3.Shape         = shapeArrow2;
     this.xrShape3.SizeF         = new System.Drawing.SizeF(133F, 92F);
     this.xrShape3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape13
     //
     this.xrShape13.Angle         = 45;
     this.xrShape13.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(202)))), ((int)(((byte)(149)))));
     this.xrShape13.LineWidth     = 0;
     this.xrShape13.LocationFloat = new DevExpress.Utils.PointFloat(17F, 308F);
     this.xrShape13.Name          = "xrShape13";
     this.xrShape13.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapeStar4.Concavity         = 60F;
     shapeStar4.Fillet            = 20;
     shapeStar4.StarPointCount    = 4;
     this.xrShape13.Shape         = shapeStar4;
     this.xrShape13.SizeF         = new System.Drawing.SizeF(133F, 92F);
     this.xrShape13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrShape28,
         this.xrShape27,
         this.xrShape26,
         this.xrShape25,
         this.xrShape24,
         this.xrShape23,
         this.xrShape22,
         this.xrShape21,
         this.xrShape20,
         this.xrShape19,
         this.xrShape18,
         this.xrShape17,
         this.xrShape16,
         this.xrShape15,
         this.xrShape14,
         this.xrShape13,
         this.xrShape12,
         this.xrShape11,
         this.xrShape10,
         this.xrShape9,
         this.xrShape8,
         this.xrShape7,
         this.xrShape6,
         this.xrShape5,
         this.xrShape4,
         this.xrShape3,
         this.xrShape2,
         this.xrShape1
     });
     this.Detail.HeightF       = 708F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape27
     //
     this.xrShape27.Angle         = 45;
     this.xrShape27.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(197)))), ((int)(((byte)(238)))));
     this.xrShape27.LineWidth     = 0;
     this.xrShape27.LocationFloat = new DevExpress.Utils.PointFloat(492F, 408F);
     this.xrShape27.Name          = "xrShape27";
     this.xrShape27.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapePolygon2.Fillet         = 75;
     shapePolygon2.NumberOfSides  = 4;
     this.xrShape27.Shape         = shapePolygon2;
     this.xrShape27.SizeF         = new System.Drawing.SizeF(133F, 92F);
     this.xrShape27.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // topMarginBand1
     //
     this.topMarginBand1.HeightF = 100F;
     this.topMarginBand1.Name    = "topMarginBand1";
     //
     // xrShape18
     //
     this.xrShape18.Angle         = 90;
     this.xrShape18.BorderWidth   = 1F;
     this.xrShape18.FillColor     = System.Drawing.Color.Red;
     this.xrShape18.LineWidth     = 2;
     this.xrShape18.LocationFloat = new DevExpress.Utils.PointFloat(175F, 508F);
     this.xrShape18.Name          = "xrShape18";
     this.xrShape18.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrShape18.Shape         = shapeLine3;
     this.xrShape18.SizeF         = new System.Drawing.SizeF(134F, 83F);
     this.xrShape18.Stretch       = true;
     this.xrShape18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape6
     //
     this.xrShape6.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(106)))), ((int)(((byte)(14)))));
     this.xrShape6.LineWidth     = 0;
     this.xrShape6.LocationFloat = new DevExpress.Utils.PointFloat(492F, 8F);
     this.xrShape6.Name          = "xrShape6";
     this.xrShape6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapePolygon6.Fillet        = 30;
     this.xrShape6.Shape         = shapePolygon6;
     this.xrShape6.SizeF         = new System.Drawing.SizeF(133F, 92F);
     this.xrShape6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape17
     //
     this.xrShape17.BorderWidth   = 1F;
     this.xrShape17.LineWidth     = 2;
     this.xrShape17.LocationFloat = new DevExpress.Utils.PointFloat(17F, 508F);
     this.xrShape17.Name          = "xrShape17";
     this.xrShape17.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrShape17.Shape         = shapeLine4;
     this.xrShape17.SizeF         = new System.Drawing.SizeF(133F, 83F);
     this.xrShape17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.HeightF = 100F;
     this.bottomMarginBand1.Name    = "bottomMarginBand1";
     //
     // xrShape8
     //
     this.xrShape8.FillColor     = System.Drawing.Color.Gray;
     this.xrShape8.LineWidth     = 0;
     this.xrShape8.LocationFloat = new DevExpress.Utils.PointFloat(333F, 408F);
     this.xrShape8.Name          = "xrShape8";
     this.xrShape8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapePolygon5.NumberOfSides = 4;
     this.xrShape8.Shape         = shapePolygon5;
     this.xrShape8.SizeF         = new System.Drawing.SizeF(133F, 92F);
     this.xrShape8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape21
     //
     this.xrShape21.FillColor        = System.Drawing.Color.DodgerBlue;
     this.xrShape21.LineWidth        = 0;
     this.xrShape21.LocationFloat    = new DevExpress.Utils.PointFloat(17F, 408F);
     this.xrShape21.Name             = "xrShape21";
     this.xrShape21.Padding          = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapeCross2.HorizontalLineWidth = 40;
     shapeCross2.VerticalLineWidth   = 40;
     this.xrShape21.Shape            = shapeCross2;
     this.xrShape21.SizeF            = new System.Drawing.SizeF(133F, 92F);
     this.xrShape21.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape2
     //
     this.xrShape2.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(205)))), ((int)(((byte)(28)))));
     this.xrShape2.LineWidth     = 0;
     this.xrShape2.LocationFloat = new DevExpress.Utils.PointFloat(333F, 8F);
     this.xrShape2.Name          = "xrShape2";
     this.xrShape2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrShape2.SizeF         = new System.Drawing.SizeF(134F, 92F);
     this.xrShape2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape10
     //
     this.xrShape10.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(111)))), ((int)(((byte)(191)))));
     this.xrShape10.LineWidth     = 0;
     this.xrShape10.LocationFloat = new DevExpress.Utils.PointFloat(333F, 208F);
     this.xrShape10.Name          = "xrShape10";
     this.xrShape10.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapePolygon4.NumberOfSides  = 8;
     this.xrShape10.Shape         = shapePolygon4;
     this.xrShape10.SizeF         = new System.Drawing.SizeF(133F, 91F);
     this.xrShape10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape25
     //
     this.xrShape25.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(197)))), ((int)(((byte)(33)))));
     this.xrShape25.LineWidth     = 0;
     this.xrShape25.LocationFloat = new DevExpress.Utils.PointFloat(175F, 8F);
     this.xrShape25.Name          = "xrShape25";
     this.xrShape25.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapeRectangle2.Fillet       = 20;
     this.xrShape25.Shape         = shapeRectangle2;
     this.xrShape25.SizeF         = new System.Drawing.SizeF(133F, 92F);
     this.xrShape25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape4
     //
     this.xrShape4.Angle         = 90;
     this.xrShape4.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(173)))), ((int)(((byte)(91)))), ((int)(((byte)(217)))));
     this.xrShape4.LineWidth     = 0;
     this.xrShape4.LocationFloat = new DevExpress.Utils.PointFloat(175F, 108F);
     this.xrShape4.Name          = "xrShape4";
     this.xrShape4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapeArrow4.ArrowWidth      = 30;
     shapeArrow4.Fillet          = 30;
     this.xrShape4.Shape         = shapeArrow4;
     this.xrShape4.SizeF         = new System.Drawing.SizeF(133F, 92F);
     this.xrShape4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape11
     //
     this.xrShape11.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(186)))), ((int)(((byte)(200)))), ((int)(((byte)(89)))));
     this.xrShape11.LineWidth     = 0;
     this.xrShape11.LocationFloat = new DevExpress.Utils.PointFloat(175F, 208F);
     this.xrShape11.Name          = "xrShape11";
     this.xrShape11.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapePolygon3.NumberOfSides  = 6;
     this.xrShape11.Shape         = shapePolygon3;
     this.xrShape11.SizeF         = new System.Drawing.SizeF(134F, 91F);
     this.xrShape11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape7
     //
     this.xrShape7.Angle         = 270;
     this.xrShape7.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(102)))), ((int)(((byte)(173)))));
     this.xrShape7.LineWidth     = 0;
     this.xrShape7.LocationFloat = new DevExpress.Utils.PointFloat(492F, 108F);
     this.xrShape7.Name          = "xrShape7";
     this.xrShape7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapeArrow3.ArrowHeight     = 40;
     shapeArrow3.ArrowWidth      = 40;
     shapeArrow3.Fillet          = 30;
     this.xrShape7.Shape         = shapeArrow3;
     this.xrShape7.SizeF         = new System.Drawing.SizeF(134F, 92F);
     this.xrShape7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrShape16
     //
     this.xrShape16.FillColor     = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(84)))), ((int)(((byte)(172)))));
     this.xrShape16.LineWidth     = 0;
     this.xrShape16.LocationFloat = new DevExpress.Utils.PointFloat(492F, 308F);
     this.xrShape16.Name          = "xrShape16";
     this.xrShape16.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     shapeStar5.StarPointCount    = 8;
     this.xrShape16.Shape         = shapeStar5;
     this.xrShape16.SizeF         = new System.Drawing.SizeF(133F, 92F);
     this.xrShape16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // Shapes
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.ReportHeader,
         this.topMarginBand1,
         this.bottomMarginBand1
     });
     this.Version = "14.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(GSTTAXDETAILS));
     this.TopMargin    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.Detail       = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1     = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1  = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
     this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel2     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel65    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel66    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel67    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel69    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel68    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape2     = new DevExpress.XtraReports.UI.XRShape();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.Dpi     = 96F;
     this.TopMargin.HeightF = 0F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi     = 96F;
     this.BottomMargin.HeightF = 2.47998F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // Detail
     //
     this.Detail.BorderWidth = 0F;
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.Detail.Dpi     = 96F;
     this.Detail.HeightF = 14.36F;
     this.Detail.HierarchyPrintOptions.Indent = 19.2F;
     this.Detail.Name = "Detail";
     this.Detail.StylePriority.UseBorderWidth = false;
     //
     // 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.BorderWidth   = 1F;
     this.xrTable1.Dpi           = 96F;
     this.xrTable1.Font          = new System.Drawing.Font("Calibri", 9F);
     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(563.714F, 14.36F);
     this.xrTable1.StylePriority.UseBorders       = false;
     this.xrTable1.StylePriority.UseBorderWidth   = false;
     this.xrTable1.StylePriority.UseFont          = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell5,
         this.xrTableCell3,
         this.xrTableCell6,
         this.xrTableCell7,
         this.xrTableCell9,
         this.xrTableCell8
     });
     this.xrTableRow1.Dpi    = 96F;
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1.4750009377803406D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.CanGrow = false;
     this.xrTableCell1.Dpi     = 96F;
     this.xrTableCell1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[SIDSCANQTY]")
     });
     this.xrTableCell1.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell1.Name = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseFont          = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text             = "xrTableCell1";
     this.xrTableCell1.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell1.TextFormatString = "{0:#.00}";
     this.xrTableCell1.TextTrimming     = System.Drawing.StringTrimming.Word;
     this.xrTableCell1.Weight           = 0.72436266837444907D;
     this.xrTableCell1.WordWrap         = false;
     //
     // xrTableCell2
     //
     this.xrTableCell2.CanGrow = false;
     this.xrTableCell2.Dpi     = 96F;
     this.xrTableCell2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TAXABLEAMT]")
     });
     this.xrTableCell2.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell2.Name = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseFont          = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text             = "xrTableCell2";
     this.xrTableCell2.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell2.TextFormatString = "{0:f}";
     this.xrTableCell2.TextTrimming     = System.Drawing.StringTrimming.Word;
     this.xrTableCell2.Weight           = 1.0920187084740796D;
     this.xrTableCell2.WordWrap         = false;
     //
     // xrTableCell5
     //
     this.xrTableCell5.CanGrow = false;
     this.xrTableCell5.Dpi     = 96F;
     this.xrTableCell5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "iif([SIDSGSTPRCN]>0,[SIDSGSTPRCN],\'\')")
     });
     this.xrTableCell5.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell5.Name = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseFont          = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text          = "xrTableCell5";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell5.TextTrimming  = System.Drawing.StringTrimming.Word;
     this.xrTableCell5.Weight        = 0.62413124323545466D;
     this.xrTableCell5.WordWrap      = false;
     //
     // xrTableCell3
     //
     this.xrTableCell3.CanGrow = false;
     this.xrTableCell3.Dpi     = 96F;
     this.xrTableCell3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "iif([SIDSGSTPRCN]>0,[SIDSGSTAMT],\'\')")
     });
     this.xrTableCell3.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell3.Name = "xrTableCell3";
     this.xrTableCell3.StylePriority.UseFont          = false;
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     this.xrTableCell3.Text          = "xrTableCell3";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell3.TextTrimming  = System.Drawing.StringTrimming.Word;
     this.xrTableCell3.Weight        = 0.87631493154149087D;
     this.xrTableCell3.WordWrap      = false;
     //
     // xrTableCell6
     //
     this.xrTableCell6.CanGrow = false;
     this.xrTableCell6.Dpi     = 96F;
     this.xrTableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "iif([SIDCGSTPRCN]>0,[SIDCGSTPRCN],\'\')")
     });
     this.xrTableCell6.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell6.Name = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseFont          = false;
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text          = "xrTableCell6";
     this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell6.TextTrimming  = System.Drawing.StringTrimming.Word;
     this.xrTableCell6.Weight        = 0.62413126611799785D;
     this.xrTableCell6.WordWrap      = false;
     //
     // xrTableCell7
     //
     this.xrTableCell7.CanGrow = false;
     this.xrTableCell7.Dpi     = 96F;
     this.xrTableCell7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "iif([SIDCGSTPRCN]>0,[SIDCGSTAMT],\'\')")
     });
     this.xrTableCell7.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell7.Name = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseFont          = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text          = "xrTableCell7";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell7.TextTrimming  = System.Drawing.StringTrimming.Word;
     this.xrTableCell7.Weight        = 0.8763148708433639D;
     this.xrTableCell7.WordWrap      = false;
     //
     // xrTableCell9
     //
     this.xrTableCell9.CanGrow = false;
     this.xrTableCell9.Dpi     = 96F;
     this.xrTableCell9.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "iif([SIDIGSTPRCN]>0,[SIDIGSTPRCN],\'\')")
     });
     this.xrTableCell9.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell9.Name = "xrTableCell9";
     this.xrTableCell9.StylePriority.UseFont          = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text          = "xrTableCell9";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell9.TextTrimming  = System.Drawing.StringTrimming.Word;
     this.xrTableCell9.Weight        = 0.62413128650669814D;
     this.xrTableCell9.WordWrap      = false;
     //
     // xrTableCell8
     //
     this.xrTableCell8.CanGrow = false;
     this.xrTableCell8.Dpi     = 96F;
     this.xrTableCell8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "iif([SIDIGSTPRCN]>0,[SIDIGSTAMT],\'\')")
     });
     this.xrTableCell8.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrTableCell8.Name = "xrTableCell8";
     this.xrTableCell8.StylePriority.UseFont          = false;
     this.xrTableCell8.StylePriority.UseTextAlignment = false;
     this.xrTableCell8.Text          = "xrTableCell8";
     this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell8.TextTrimming  = System.Drawing.StringTrimming.Word;
     this.xrTableCell8.Weight        = 0.89880945637290233D;
     this.xrTableCell8.WordWrap      = false;
     //
     // ReportHeader
     //
     this.ReportHeader.BorderWidth = 0F;
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel2,
         this.xrLabel3,
         this.xrLabel1,
         this.xrLabel65,
         this.xrLabel66,
         this.xrLabel67,
         this.xrLabel69,
         this.xrLabel68,
         this.xrShape2
     });
     this.ReportHeader.Dpi     = 96F;
     this.ReportHeader.HeightF = 17.4F;
     this.ReportHeader.Name    = "ReportHeader";
     this.ReportHeader.StylePriority.UseBorders       = false;
     this.ReportHeader.StylePriority.UseBorderWidth   = false;
     this.ReportHeader.StylePriority.UsePadding       = false;
     this.ReportHeader.StylePriority.UseTextAlignment = false;
     this.ReportHeader.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel2.CanGrow                        = false;
     this.xrLabel2.Dpi                            = 96F;
     this.xrLabel2.Font                           = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(483.8F, 2.239938F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(77.91394F, 12.4F);
     this.xrLabel2.StylePriority.UseBorders       = false;
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "IGST AMOUNT";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel2.WordWrap                       = false;
     //
     // xrLabel3
     //
     this.xrLabel3.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel3.CanGrow                        = false;
     this.xrLabel3.Dpi                            = 96F;
     this.xrLabel3.Font                           = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(428.308F, 2.239938F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(55.49207F, 12.4F);
     this.xrLabel3.StylePriority.UseBorders       = false;
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "IGST%";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel3.WordWrap                       = false;
     //
     // xrLabel1
     //
     this.xrLabel1.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel1.CanGrow                        = false;
     this.xrLabel1.Dpi                            = 96F;
     this.xrLabel1.Font                           = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(64.40372F, 2.23993F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 96F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(97.09232F, 12.4F);
     this.xrLabel1.StylePriority.UseBorders       = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UsePadding       = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "TAXABLE";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel1.TextTrimming                   = System.Drawing.StringTrimming.Word;
     this.xrLabel1.WordWrap                       = false;
     //
     // xrLabel65
     //
     this.xrLabel65.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel65.CanGrow                        = false;
     this.xrLabel65.Dpi                            = 96F;
     this.xrLabel65.Font                           = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel65.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 2.239938F);
     this.xrLabel65.Name                           = "xrLabel65";
     this.xrLabel65.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel65.SizeF                          = new System.Drawing.SizeF(64.40372F, 12.4F);
     this.xrLabel65.StylePriority.UseBorders       = false;
     this.xrLabel65.StylePriority.UseFont          = false;
     this.xrLabel65.StylePriority.UseTextAlignment = false;
     this.xrLabel65.Text                           = "SOLD QTY";
     this.xrLabel65.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel65.WordWrap                       = false;
     //
     // xrLabel66
     //
     this.xrLabel66.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel66.CanGrow                        = false;
     this.xrLabel66.Dpi                            = 96F;
     this.xrLabel66.Font                           = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel66.LocationFloat                  = new DevExpress.Utils.PointFloat(161.496F, 2.239938F);
     this.xrLabel66.Name                           = "xrLabel66";
     this.xrLabel66.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel66.SizeF                          = new System.Drawing.SizeF(55.49205F, 12.4F);
     this.xrLabel66.StylePriority.UseBorders       = false;
     this.xrLabel66.StylePriority.UseFont          = false;
     this.xrLabel66.StylePriority.UseTextAlignment = false;
     this.xrLabel66.Text                           = "SGST%";
     this.xrLabel66.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel66.WordWrap                       = false;
     //
     // xrLabel67
     //
     this.xrLabel67.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel67.CanGrow                        = false;
     this.xrLabel67.Dpi                            = 96F;
     this.xrLabel67.Font                           = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel67.LocationFloat                  = new DevExpress.Utils.PointFloat(216.9881F, 2.239938F);
     this.xrLabel67.Name                           = "xrLabel67";
     this.xrLabel67.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel67.SizeF                          = new System.Drawing.SizeF(79.91388F, 12.4F);
     this.xrLabel67.StylePriority.UseBorders       = false;
     this.xrLabel67.StylePriority.UseFont          = false;
     this.xrLabel67.StylePriority.UseTextAlignment = false;
     this.xrLabel67.Text                           = "SGST AMOUNT";
     this.xrLabel67.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel67.WordWrap                       = false;
     //
     // xrLabel69
     //
     this.xrLabel69.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel69.CanGrow                        = false;
     this.xrLabel69.Dpi                            = 96F;
     this.xrLabel69.Font                           = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel69.LocationFloat                  = new DevExpress.Utils.PointFloat(350.394F, 2.239938F);
     this.xrLabel69.Name                           = "xrLabel69";
     this.xrLabel69.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel69.SizeF                          = new System.Drawing.SizeF(79.91394F, 12.4F);
     this.xrLabel69.StylePriority.UseBorders       = false;
     this.xrLabel69.StylePriority.UseFont          = false;
     this.xrLabel69.StylePriority.UseTextAlignment = false;
     this.xrLabel69.Text                           = "CGST AMOUNT";
     this.xrLabel69.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel69.WordWrap                       = false;
     //
     // xrLabel68
     //
     this.xrLabel68.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel68.CanGrow                        = false;
     this.xrLabel68.Dpi                            = 96F;
     this.xrLabel68.Font                           = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel68.LocationFloat                  = new DevExpress.Utils.PointFloat(294.902F, 2.239938F);
     this.xrLabel68.Name                           = "xrLabel68";
     this.xrLabel68.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel68.SizeF                          = new System.Drawing.SizeF(55.49207F, 12.4F);
     this.xrLabel68.StylePriority.UseBorders       = false;
     this.xrLabel68.StylePriority.UseFont          = false;
     this.xrLabel68.StylePriority.UseTextAlignment = false;
     this.xrLabel68.Text                           = "CGST%";
     this.xrLabel68.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel68.WordWrap                       = false;
     //
     // xrShape2
     //
     this.xrShape2.BackColor     = System.Drawing.Color.Silver;
     this.xrShape2.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.xrShape2.Dpi           = 96F;
     this.xrShape2.LineWidth     = 2;
     this.xrShape2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrShape2.Name          = "xrShape2";
     this.xrShape2.Shape         = shapeRectangle1;
     this.xrShape2.SizeF         = new System.Drawing.SizeF(563.634F, 17.4F);
     this.xrShape2.Stretch       = true;
     this.xrShape2.StylePriority.UseBackColor = false;
     this.xrShape2.StylePriority.UseBorders   = false;
     //
     // GSTTAXDETAILS
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail,
         this.ReportHeader
     });
     this.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                            | DevExpress.XtraPrinting.BorderSide.Right)
                                                           | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.DataMember       = "Table2";
     this.DataSourceSchema = resources.GetString("$this.DataSourceSchema");
     this.Dpi        = 96F;
     this.Font       = new System.Drawing.Font("Bahnschrift", 9.75F);
     this.Margins    = new System.Drawing.Printing.Margins(0, 0, 0, 2);
     this.PageHeight = 1123;
     this.PageWidth  = 794;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.Pixels;
     this.ShowPrintMarginsWarning = false;
     this.SnapGridSize            = 12.5F;
     this.SnapGridStepCount       = 1;
     this.SnappingMode            = DevExpress.XtraReports.UI.SnappingMode.None;
     this.Version = "21.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemplo n.º 4
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.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     System.ComponentModel.ComponentResourceManager  resources        = new System.ComponentModel.ComponentResourceManager(typeof(RPT_FG_QC_RETURN));
     DevExpress.XtraPrinting.Shape.ShapeRectangle    shapeRectangle1  = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrBarCode1        = new DevExpress.XtraReports.UI.XRBarCode();
     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.xrLabel6          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageBreak1      = new DevExpress.XtraReports.UI.XRPageBreak();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.PageHeader        = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.xldUserPrint      = new DevExpress.XtraReports.UI.XRLabel();
     this.paramUserPrint    = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPictureBox3     = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter        = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrLabel15         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel16         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2           = new DevExpress.XtraReports.UI.XRLine();
     this.xrPageInfo2       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrShape1          = new DevExpress.XtraReports.UI.XRShape();
     this.xrLine1           = new DevExpress.XtraReports.UI.XRLine();
     this.dtS_FG_QC_RETURN1 = new HTN.BITS.UIL.PLASESS.TableSchema.DTS_FG_QC_RETURN();
     ((System.ComponentModel.ISupportInitialize)(this.dtS_FG_QC_RETURN1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrBarCode1,
         this.xrLabel14,
         this.xrLabel13,
         this.xrLabel12,
         this.xrLabel11,
         this.xrLabel6,
         this.xrLabel5,
         this.xrLabel4,
         this.xrLabel1,
         this.xrLabel9,
         this.xrLabel10,
         this.xrLabel7,
         this.xrLabel8,
         this.xrPageBreak1
     });
     this.Detail.HeightF       = 319F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrBarCode1
     //
     this.xrBarCode1.Alignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrBarCode1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_RETURN_HDR.RT_NO")
     });
     this.xrBarCode1.LocationFloat                  = new DevExpress.Utils.PointFloat(640.0384F, 10F);
     this.xrBarCode1.Module                         = 3.8F;
     this.xrBarCode1.Name                           = "xrBarCode1";
     this.xrBarCode1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 100F);
     this.xrBarCode1.ShowText                       = false;
     this.xrBarCode1.SizeF                          = new System.Drawing.SizeF(123.92F, 100.6667F);
     this.xrBarCode1.StylePriority.UsePadding       = false;
     this.xrBarCode1.StylePriority.UseTextAlignment = false;
     qrCodeGenerator1.Version                       = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
     this.xrBarCode1.Symbology                      = qrCodeGenerator1;
     this.xrBarCode1.Text                           = "RT16010001";
     this.xrBarCode1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel14
     //
     this.xrLabel14.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel14.LocationFloat                  = new DevExpress.Utils.PointFloat(12.5F, 276.0417F);
     this.xrLabel14.Name                           = "xrLabel14";
     this.xrLabel14.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                          = new System.Drawing.SizeF(106.0417F, 23F);
     this.xrLabel14.StylePriority.UseFont          = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text                           = "ISSUED DATE:";
     this.xrLabel14.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel13
     //
     this.xrLabel13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_RETURN_HDR.ISSUED_DATE", "{0:dd-MM-yyyy}")
     });
     this.xrLabel13.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel13.LocationFloat                  = new DevExpress.Utils.PointFloat(122.5417F, 276.0417F);
     this.xrLabel13.Name                           = "xrLabel13";
     this.xrLabel13.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                          = new System.Drawing.SizeF(138.8785F, 23F);
     this.xrLabel13.StylePriority.UseFont          = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text                           = "xrLabel13";
     this.xrLabel13.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel13.WordWrap                       = false;
     //
     // xrLabel12
     //
     this.xrLabel12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_RETURN_HDR.ISSUED_BY")
     });
     this.xrLabel12.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel12.LocationFloat                  = new DevExpress.Utils.PointFloat(122.5417F, 252.0417F);
     this.xrLabel12.Name                           = "xrLabel12";
     this.xrLabel12.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                          = new System.Drawing.SizeF(138.8785F, 23F);
     this.xrLabel12.StylePriority.UseFont          = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text                           = "xrLabel12";
     this.xrLabel12.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel12.WordWrap                       = false;
     //
     // xrLabel11
     //
     this.xrLabel11.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel11.LocationFloat                  = new DevExpress.Utils.PointFloat(12.5F, 252.0417F);
     this.xrLabel11.Name                           = "xrLabel11";
     this.xrLabel11.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                          = new System.Drawing.SizeF(101.0417F, 23F);
     this.xrLabel11.StylePriority.UseFont          = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text                           = "ISSUED BY:";
     this.xrLabel11.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel6
     //
     this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_RETURN_HDR.REMARK")
     });
     this.xrLabel6.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(122.5417F, 204.0417F);
     this.xrLabel6.Multiline                      = true;
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(380.5033F, 45.00003F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "xrLabel6";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.xrLabel6.WordWrap                       = false;
     //
     // xrLabel5
     //
     this.xrLabel5.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(12.5F, 200.0417F);
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(101.0417F, 23F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "REMARK :";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel4
     //
     this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_RETURN_HDR.WH_ID")
     });
     this.xrLabel4.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(122.5417F, 176.0417F);
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(138.8785F, 23F);
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text                           = "xrLabel4";
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel4.WordWrap                       = false;
     //
     // xrLabel1
     //
     this.xrLabel1.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(12.5F, 176.0417F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(101.0417F, 23F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "W/H :";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel9
     //
     this.xrLabel9.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel9.LocationFloat                  = new DevExpress.Utils.PointFloat(508.4132F, 144.5417F);
     this.xrLabel9.Name                           = "xrLabel9";
     this.xrLabel9.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF                          = new System.Drawing.SizeF(140.6251F, 23.00002F);
     this.xrLabel9.StylePriority.UseFont          = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text                           = "QC. RETURN DATE";
     this.xrLabel9.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel10
     //
     this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_RETURN_HDR.RT_DATE", "{0:dd-MM-yyyy}")
     });
     this.xrLabel10.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel10.LocationFloat                  = new DevExpress.Utils.PointFloat(651.1215F, 144.5417F);
     this.xrLabel10.Name                           = "xrLabel10";
     this.xrLabel10.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                          = new System.Drawing.SizeF(138.8784F, 23.00002F);
     this.xrLabel10.StylePriority.UseFont          = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text                           = "xrLabel10";
     this.xrLabel10.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel10.WordWrap                       = false;
     //
     // xrLabel7
     //
     this.xrLabel7.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(508.4132F, 119.5417F);
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(140.6251F, 23F);
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text                           = "QC. RETURN NO. :";
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel8
     //
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_RETURN_HDR.RT_NO")
     });
     this.xrLabel8.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel8.LocationFloat                  = new DevExpress.Utils.PointFloat(651.1215F, 119.5417F);
     this.xrLabel8.Name                           = "xrLabel8";
     this.xrLabel8.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                          = new System.Drawing.SizeF(138.8785F, 23F);
     this.xrLabel8.StylePriority.UseFont          = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text                           = "xrLabel8";
     this.xrLabel8.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel8.WordWrap                       = false;
     //
     // xrPageBreak1
     //
     this.xrPageBreak1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 317F);
     this.xrPageBreak1.Name          = "xrPageBreak1";
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 25F;
     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;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel3,
         this.xldUserPrint,
         this.xrPageInfo1,
         this.xrPictureBox3,
         this.xrLabel2
     });
     this.PageHeader.HeightF = 126.125F;
     this.PageHeader.Name    = "PageHeader";
     //
     // xrLabel3
     //
     this.xrLabel3.Font                           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(595.5416F, 25F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(55F, 23F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "Print By :";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xldUserPrint
     //
     this.xldUserPrint.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.paramUserPrint, "Text", "")
     });
     this.xldUserPrint.Font                           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xldUserPrint.LocationFloat                  = new DevExpress.Utils.PointFloat(658.0416F, 25F);
     this.xldUserPrint.Name                           = "xldUserPrint";
     this.xldUserPrint.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xldUserPrint.SizeF                          = new System.Drawing.SizeF(135.9584F, 23F);
     this.xldUserPrint.StylePriority.UseFont          = false;
     this.xldUserPrint.StylePriority.UseTextAlignment = false;
     this.xldUserPrint.Text                           = "xldUserPrint";
     this.xldUserPrint.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xldUserPrint.WordWrap                       = false;
     //
     // paramUserPrint
     //
     this.paramUserPrint.Name  = "paramUserPrint";
     this.paramUserPrint.Value = "";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font                           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrPageInfo1.Format                         = "Printed Date : {0:dd-MM-yyyy hh:mm:ss}";
     this.xrPageInfo1.LocationFloat                  = new DevExpress.Utils.PointFloat(595.5416F, 0F);
     this.xrPageInfo1.Name                           = "xrPageInfo1";
     this.xrPageInfo1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo                       = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF                          = new System.Drawing.SizeF(198.4584F, 23F);
     this.xrPageInfo1.StylePriority.UseFont          = false;
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrPictureBox3
     //
     this.xrPictureBox3.Borders                  = DevExpress.XtraPrinting.BorderSide.None;
     this.xrPictureBox3.Image                    = ((System.Drawing.Image)(resources.GetObject("xrPictureBox3.Image")));
     this.xrPictureBox3.LocationFloat            = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPictureBox3.Name                     = "xrPictureBox3";
     this.xrPictureBox3.SizeF                    = new System.Drawing.SizeF(153.6389F, 42F);
     this.xrPictureBox3.Sizing                   = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     this.xrPictureBox3.StylePriority.UseBorders = false;
     //
     // xrLabel2
     //
     this.xrLabel2.Font                           = new System.Drawing.Font("Tahoma", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(197.7535F, 79.50001F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(395.125F, 38.62502F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "FG. RETURN ORDER (W/H)";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel15,
         this.xrLabel16,
         this.xrLine2,
         this.xrPageInfo2,
         this.xrShape1,
         this.xrLine1
     });
     this.PageFooter.HeightF = 144F;
     this.PageFooter.Name    = "PageFooter";
     //
     // xrLabel15
     //
     this.xrLabel15.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel15.LocationFloat                  = new DevExpress.Utils.PointFloat(618F, 12.5F);
     this.xrLabel15.Name                           = "xrLabel15";
     this.xrLabel15.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF                          = new System.Drawing.SizeF(110.4167F, 23F);
     this.xrLabel15.StylePriority.UseFont          = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text                           = "APPROVE BY";
     this.xrLabel15.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel16
     //
     this.xrLabel16.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel16.LocationFloat                  = new DevExpress.Utils.PointFloat(550F, 100F);
     this.xrLabel16.Name                           = "xrLabel16";
     this.xrLabel16.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF                          = new System.Drawing.SizeF(42.87854F, 23F);
     this.xrLabel16.StylePriority.UseFont          = false;
     this.xrLabel16.StylePriority.UseTextAlignment = false;
     this.xrLabel16.Text                           = "DATE: ";
     this.xrLabel16.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel16.WordWrap                       = false;
     //
     // xrLine2
     //
     this.xrLine2.LineStyle     = System.Drawing.Drawing2D.DashStyle.Dot;
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(600F, 125F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(163.9584F, 2F);
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.Font                           = new System.Drawing.Font("Tahoma", 9F);
     this.xrPageInfo2.Format                         = "Page : {0} of {1}";
     this.xrPageInfo2.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 117.625F);
     this.xrPageInfo2.Name                           = "xrPageInfo2";
     this.xrPageInfo2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrPageInfo2.StylePriority.UseFont          = false;
     this.xrPageInfo2.StylePriority.UseTextAlignment = false;
     this.xrPageInfo2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrShape1
     //
     this.xrShape1.BorderColor   = System.Drawing.Color.Gray;
     this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(568F, 12.5F);
     this.xrShape1.Name          = "xrShape1";
     this.xrShape1.Shape         = shapeRectangle1;
     this.xrShape1.SizeF         = new System.Drawing.SizeF(220.8334F, 117F);
     this.xrShape1.StylePriority.UseBorderColor = false;
     //
     // xrLine1
     //
     this.xrLine1.BorderColor   = System.Drawing.Color.Gray;
     this.xrLine1.ForeColor     = System.Drawing.Color.Gray;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(568F, 37.5F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(219.7917F, 2F);
     this.xrLine1.StylePriority.UseBorderColor = false;
     this.xrLine1.StylePriority.UseForeColor   = false;
     //
     // dtS_FG_QC_RETURN1
     //
     this.dtS_FG_QC_RETURN1.DataSetName             = "DTS_FG_QC_RETURN";
     this.dtS_FG_QC_RETURN1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // RPT_FG_QC_RETURN
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.PageHeader,
         this.PageFooter
     });
     this.DataMember = "T_RETURN_HDR";
     this.DataSource = this.dtS_FG_QC_RETURN1;
     this.Margins    = new System.Drawing.Printing.Margins(25, 25, 25, 25);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.paramUserPrint
     });
     this.RequestParameters = false;
     this.Version           = "11.2";
     ((System.ComponentModel.ISupportInitialize)(this.dtS_FG_QC_RETURN1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle2 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle3 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle4 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle5 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle6 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle7 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle8 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel10         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape8          = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape7          = new DevExpress.XtraReports.UI.XRShape();
     this.xrPictureBox1     = new DevExpress.XtraReports.UI.XRPictureBox();
     this.LogoPath          = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrShape6          = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape5          = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape4          = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape3          = new DevExpress.XtraReports.UI.XRShape();
     this.xrLabel9          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape2          = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape1          = new DevExpress.XtraReports.UI.XRShape();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrControlStyle1   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.formattingRule1   = new DevExpress.XtraReports.UI.FormattingRule();
     this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.objectDataSource2 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.objectDataSource3 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.objectDataSource4 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel10,
         this.xrShape8,
         this.xrShape7,
         this.xrPictureBox1,
         this.xrShape6,
         this.xrShape5,
         this.xrShape4,
         this.xrShape3,
         this.xrLabel9,
         this.xrLabel8,
         this.xrLabel7,
         this.xrLabel6,
         this.xrLabel5,
         this.xrLabel4,
         this.xrLabel3,
         this.xrLabel2,
         this.xrLabel1,
         this.xrShape2,
         this.xrShape1
     });
     this.Detail.Dpi           = 100F;
     this.Detail.HeightF       = 732.2917F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel10
     //
     this.xrLabel10.Angle = 90F;
     this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "FlightNumber")
     });
     this.xrLabel10.Dpi           = 100F;
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(533.9999F, 361.4166F);
     this.xrLabel10.Name          = "xrLabel10";
     this.xrLabel10.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF         = new System.Drawing.SizeF(91.00012F, 215.7083F);
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrShape8
     //
     this.xrShape8.Dpi           = 100F;
     this.xrShape8.LocationFloat = new DevExpress.Utils.PointFloat(528.125F, 336.625F);
     this.xrShape8.Name          = "xrShape8";
     shapeRectangle1.Fillet      = 60;
     this.xrShape8.Shape         = shapeRectangle1;
     this.xrShape8.SizeF         = new System.Drawing.SizeF(100F, 272.2501F);
     //
     // xrShape7
     //
     this.xrShape7.Dpi           = 100F;
     this.xrShape7.LocationFloat = new DevExpress.Utils.PointFloat(525.125F, 83.04163F);
     this.xrShape7.Name          = "xrShape7";
     shapeRectangle2.Fillet      = 60;
     this.xrShape7.Shape         = shapeRectangle2;
     this.xrShape7.SizeF         = new System.Drawing.SizeF(103.0001F, 255.1667F);
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.LogoPath, "ImageUrl", "")
     });
     this.xrPictureBox1.Dpi           = 100F;
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(60.41663F, 320.875F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(430.625F, 95.91666F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     //
     // LogoPath
     //
     this.LogoPath.Description = "LogoPath";
     this.LogoPath.Name        = "LogoPath";
     //
     // xrShape6
     //
     this.xrShape6.Dpi           = 100F;
     this.xrShape6.LocationFloat = new DevExpress.Utils.PointFloat(217.9999F, 84.04164F);
     this.xrShape6.Name          = "xrShape6";
     shapeRectangle3.Fillet      = 60;
     this.xrShape6.Shape         = shapeRectangle3;
     this.xrShape6.SizeF         = new System.Drawing.SizeF(310F, 81.25F);
     //
     // xrShape5
     //
     this.xrShape5.Dpi           = 100F;
     this.xrShape5.LocationFloat = new DevExpress.Utils.PointFloat(1.000007F, 83.04164F);
     this.xrShape5.Name          = "xrShape5";
     shapeRectangle4.Fillet      = 60;
     this.xrShape5.Shape         = shapeRectangle4;
     this.xrShape5.SizeF         = new System.Drawing.SizeF(218.125F, 81.25F);
     //
     // xrShape4
     //
     this.xrShape4.Dpi           = 100F;
     this.xrShape4.LocationFloat = new DevExpress.Utils.PointFloat(218.125F, 165.2917F);
     this.xrShape4.Name          = "xrShape4";
     shapeRectangle5.Fillet      = 60;
     this.xrShape4.Shape         = shapeRectangle5;
     this.xrShape4.SizeF         = new System.Drawing.SizeF(309.8748F, 86.41666F);
     //
     // xrShape3
     //
     this.xrShape3.Dpi           = 100F;
     this.xrShape3.LocationFloat = new DevExpress.Utils.PointFloat(1.000007F, 163.2916F);
     this.xrShape3.Name          = "xrShape3";
     shapeRectangle6.Fillet      = 60;
     this.xrShape3.Shape         = shapeRectangle6;
     this.xrShape3.SizeF         = new System.Drawing.SizeF(218.125F, 86.41666F);
     //
     // xrLabel9
     //
     this.xrLabel9.Angle = 90F;
     this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Date", "{0:yyyy-MM-dd}")
     });
     this.xrLabel9.Dpi           = 100F;
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(533.9999F, 115.7083F);
     this.xrLabel9.Name          = "xrLabel9";
     this.xrLabel9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF         = new System.Drawing.SizeF(94.12524F, 189.2501F);
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.Dpi           = 100F;
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(326.875F, 179.9167F);
     this.xrLabel8.Name          = "xrLabel8";
     this.xrLabel8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF         = new System.Drawing.SizeF(53.12503F, 49F);
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text          = "OF";
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel7
     //
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "TotalBags")
     });
     this.xrLabel7.Dpi           = 100F;
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(380F, 179.9167F);
     this.xrLabel7.Name          = "xrLabel7";
     this.xrLabel7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF         = new System.Drawing.SizeF(60.41666F, 49F);
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel6
     //
     this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CurrentBag", "{0}")
     });
     this.xrLabel6.Dpi           = 100F;
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(267.5001F, 179.9167F);
     this.xrLabel6.Name          = "xrLabel6";
     this.xrLabel6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF         = new System.Drawing.SizeF(59.37494F, 49F);
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel5
     //
     this.xrLabel5.Dpi           = 100F;
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(43.54167F, 187.9167F);
     this.xrLabel5.Name          = "xrLabel5";
     this.xrLabel5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF         = new System.Drawing.SizeF(100F, 49F);
     this.xrLabel5.Text          = "BAG#";
     //
     // xrLabel4
     //
     this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "MAWB")
     });
     this.xrLabel4.Dpi           = 100F;
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(258.3334F, 99.16665F);
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(187.0833F, 49F);
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.Dpi           = 100F;
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(17.00001F, 99.16665F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(138.2083F, 49F);
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text          = "MAWB#";
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "AgentName")
     });
     this.xrLabel2.Dpi           = 100F;
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(150F, 21.83336F);
     this.xrLabel2.Multiline     = true;
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(460.4167F, 49.04165F);
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "DestinationCountry.Code")
     });
     this.xrLabel1.Dpi                            = 100F;
     this.xrLabel1.Font                           = new System.Drawing.Font("Arial", 22F);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(17.00001F, 21.83336F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(85.41666F, 49.04165F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrShape2
     //
     this.xrShape2.Dpi           = 100F;
     this.xrShape2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrShape2.Name          = "xrShape2";
     shapeRectangle7.Fillet      = 60;
     this.xrShape2.Shape         = shapeRectangle7;
     this.xrShape2.SizeF         = new System.Drawing.SizeF(130.0833F, 84.45831F);
     //
     // xrShape1
     //
     this.xrShape1.Dpi           = 100F;
     this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(129.0833F, 0F);
     this.xrShape1.Name          = "xrShape1";
     shapeRectangle8.Fillet      = 60;
     this.xrShape1.Shape         = shapeRectangle8;
     this.xrShape1.SizeF         = new System.Drawing.SizeF(500.0418F, 84.45832F);
     this.xrShape1.StyleName     = "xrControlStyle1";
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 100F;
     this.TopMargin.HeightF       = 146F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi           = 100F;
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrControlStyle1
     //
     this.xrControlStyle1.Name    = "xrControlStyle1";
     this.xrControlStyle1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     //
     // formattingRule1
     //
     this.formattingRule1.Name = "formattingRule1";
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataSource = typeof(Frayte.Services.Models.eCommerceReportBagLabel);
     this.objectDataSource1.Name       = "objectDataSource1";
     //
     // objectDataSource2
     //
     this.objectDataSource2.DataSource = typeof(Frayte.Services.Models.eCommerceReportBagLabel);
     this.objectDataSource2.Name       = "objectDataSource2";
     //
     // objectDataSource3
     //
     this.objectDataSource3.DataSource = typeof(Frayte.Services.Models.eCommerceReportBagLabel);
     this.objectDataSource3.Name       = "objectDataSource3";
     //
     // objectDataSource4
     //
     this.objectDataSource4.DataSource = typeof(Frayte.Services.Models.eCommerceReportBagLabel);
     this.objectDataSource4.Name       = "objectDataSource4";
     //
     // eCommerceBagLabel
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource2,
         this.objectDataSource3,
         this.objectDataSource1,
         this.objectDataSource4
     });
     this.DataSource = this.objectDataSource4;
     this.Font       = new System.Drawing.Font("Arial", 22F, System.Drawing.FontStyle.Bold);
     this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
         this.formattingRule1
     });
     this.Margins = new System.Drawing.Printing.Margins(99, 116, 146, 100);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.LogoPath
     });
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.xrControlStyle1
     });
     this.Version = "15.2";
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemplo n.º 6
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.XRSummary            xrSummary1      = new DevExpress.XtraReports.UI.XRSummary();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(LedgerReport));
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle2 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.DataAccess.Sql.TableQuery           tableQuery1     = new DevExpress.DataAccess.Sql.TableQuery();
     DevExpress.DataAccess.Sql.TableInfo            tableInfo1      = new DevExpress.DataAccess.Sql.TableInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo1     = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo2     = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo3     = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo4     = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo5     = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo6     = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo7     = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo8     = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo9     = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo10    = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo11    = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo12    = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo13    = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo14    = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo15    = new DevExpress.DataAccess.Sql.ColumnInfo();
     DevExpress.DataAccess.Sql.ColumnInfo           columnInfo16    = new DevExpress.DataAccess.Sql.ColumnInfo();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel19      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2       = 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.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.PageHeader     = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.ledger         = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel7       = new DevExpress.XtraReports.UI.XRLabel();
     this.start          = new DevExpress.XtraReports.Parameters.Parameter();
     this.end            = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel8       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox1  = new DevExpress.XtraReports.UI.XRPictureBox();
     this.ReportHeader   = new DevExpress.XtraReports.UI.ReportHeaderBand();
     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.xrShape1       = new DevExpress.XtraReports.UI.XRShape();
     this.ReportFooter   = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel20      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel21      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape2       = new DevExpress.XtraReports.UI.XRShape();
     this.username       = new DevExpress.XtraReports.Parameters.Parameter();
     this.sqlDataSource3 = new DevExpress.DataAccess.Sql.SqlDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel19,
         this.xrLabel6,
         this.xrLabel5,
         this.xrLabel2,
         this.xrLabel4,
         this.xrLabel3,
         this.xrLabel1
     });
     this.Detail.HeightF = 18.75F;
     this.Detail.Name    = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("PostDate", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel19
     //
     this.xrLabel19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblLedger.Amount")
     });
     this.xrLabel19.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel19.LocationFloat                  = new DevExpress.Utils.PointFloat(578.9166F, 1.041699F);
     this.xrLabel19.Name                           = "xrLabel19";
     this.xrLabel19.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF                          = new System.Drawing.SizeF(69.16669F, 14.99998F);
     this.xrLabel19.StylePriority.UseFont          = false;
     this.xrLabel19.StylePriority.UseTextAlignment = false;
     xrSummary1.FormatString                       = "{0:n2}";
     xrSummary1.Func              = DevExpress.XtraReports.UI.SummaryFunc.RunningSum;
     xrSummary1.Running           = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrLabel19.Summary       = xrSummary1;
     this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel6
     //
     this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblLedger.Consideration", "{0:n2}")
     });
     this.xrLabel6.Font                           = new System.Drawing.Font("Arial", 8F);
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(428.9166F, 0F);
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(87.49997F, 16.04168F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "xrLabel6";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel5
     //
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblLedger.PostDate", "{0:yyyy-MM-dd}")
     });
     this.xrLabel5.Font                  = new System.Drawing.Font("Arial", 8F);
     this.xrLabel5.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel5.Name                  = "xrLabel5";
     this.xrLabel5.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                 = new System.Drawing.SizeF(62.58333F, 16.04168F);
     this.xrLabel5.StylePriority.UseFont = false;
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblLedger.DealNo")
     });
     this.xrLabel2.Font                  = new System.Drawing.Font("Arial", 8F);
     this.xrLabel2.LocationFloat         = new DevExpress.Utils.PointFloat(62.58333F, 1.041698F);
     this.xrLabel2.Name                  = "xrLabel2";
     this.xrLabel2.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                 = new System.Drawing.SizeF(55.29163F, 16.04168F);
     this.xrLabel2.StylePriority.UseFont = false;
     //
     // xrLabel4
     //
     this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblLedger.Amount", "{0:n2}")
     });
     this.xrLabel4.Font                           = new System.Drawing.Font("Arial", 8F);
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(516.4166F, 0F);
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(62.50003F, 16.04168F);
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel3
     //
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblLedger.Description")
     });
     this.xrLabel3.Font                  = new System.Drawing.Font("Arial", 8F);
     this.xrLabel3.LocationFloat         = new DevExpress.Utils.PointFloat(180.8333F, 0F);
     this.xrLabel3.Name                  = "xrLabel3";
     this.xrLabel3.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                 = new System.Drawing.SizeF(248.0834F, 16.04168F);
     this.xrLabel3.StylePriority.UseFont = false;
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblLedger.TransDate", "{0:yyyy-MM-dd}")
     });
     this.xrLabel1.Font                  = new System.Drawing.Font("Arial", 8F);
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(117.875F, 0F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(62.95833F, 16.04168F);
     this.xrLabel1.StylePriority.UseFont = false;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 100F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // PageHeader
     //
     this.PageHeader.HeightF = 0F;
     this.PageHeader.Name    = "PageHeader";
     //
     // ledger
     //
     this.ledger.Description = "Parameter1";
     this.ledger.Name        = "ledger";
     //
     // xrLabel7
     //
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.ledger, "Text", "")
     });
     this.xrLabel7.Font                           = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(212.0833F, 60.54163F);
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(288.5417F, 23F);
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text                           = "xrLabel7";
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // start
     //
     this.start.Description = "Parameter1";
     this.start.Name        = "start";
     this.start.Type        = typeof(System.DateTime);
     //
     // end
     //
     this.end.Description = "Parameter1";
     this.end.Name        = "end";
     this.end.Type        = typeof(System.DateTime);
     //
     // xrLabel8
     //
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.start, "Text", "From:  {0:yyyy-MM-dd}")
     });
     this.xrLabel8.Font                  = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.LocationFloat         = new DevExpress.Utils.PointFloat(212.0834F, 83.54162F);
     this.xrLabel8.Name                  = "xrLabel8";
     this.xrLabel8.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                 = new System.Drawing.SizeF(154.1666F, 23F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text                  = "xrLabel8";
     //
     // xrLabel9
     //
     this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.end, "Text", "To:  {0:yyyy-MM-dd}")
     });
     this.xrLabel9.Font                  = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat         = new DevExpress.Utils.PointFloat(366.25F, 83.54162F);
     this.xrLabel9.Name                  = "xrLabel9";
     this.xrLabel9.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF                 = new System.Drawing.SizeF(154.1667F, 23F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.Text                  = "xrLabel9";
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Image         = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(154.7917F, 0F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(333.3333F, 60.54164F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel18,
         this.xrLabel17,
         this.xrLabel16,
         this.xrLabel15,
         this.xrLabel14,
         this.xrLabel13,
         this.xrLabel12,
         this.xrLabel11,
         this.xrLabel10,
         this.xrPictureBox1,
         this.xrLabel8,
         this.xrLabel9,
         this.xrLabel7,
         this.xrShape1
     });
     this.ReportHeader.HeightF = 151.5833F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel18
     //
     this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblLedger.BalBF", "{0:n2}")
     });
     this.xrLabel18.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel18.LocationFloat                  = new DevExpress.Utils.PointFloat(562.5834F, 136.5833F);
     this.xrLabel18.Name                           = "xrLabel18";
     this.xrLabel18.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF                          = new System.Drawing.SizeF(87.41663F, 12.58333F);
     this.xrLabel18.StylePriority.UseFont          = false;
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.Text                           = "xrLabel18";
     this.xrLabel18.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel17
     //
     this.xrLabel17.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel17.LocationFloat         = new DevExpress.Utils.PointFloat(10.00001F, 136.5833F);
     this.xrLabel17.Name                  = "xrLabel17";
     this.xrLabel17.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF                 = new System.Drawing.SizeF(174.8333F, 14.99998F);
     this.xrLabel17.StylePriority.UseFont = false;
     this.xrLabel17.Text                  = "Opening Balance";
     //
     // xrLabel16
     //
     this.xrLabel16.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel16.LocationFloat                  = new DevExpress.Utils.PointFloat(578.9166F, 115.75F);
     this.xrLabel16.Name                           = "xrLabel16";
     this.xrLabel16.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF                          = new System.Drawing.SizeF(71.08344F, 14.99999F);
     this.xrLabel16.StylePriority.UseFont          = false;
     this.xrLabel16.StylePriority.UseTextAlignment = false;
     this.xrLabel16.Text                           = "Balance";
     this.xrLabel16.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel15
     //
     this.xrLabel15.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel15.LocationFloat                  = new DevExpress.Utils.PointFloat(516.4166F, 115.75F);
     this.xrLabel15.Name                           = "xrLabel15";
     this.xrLabel15.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF                          = new System.Drawing.SizeF(62.49988F, 14.99998F);
     this.xrLabel15.StylePriority.UseFont          = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text                           = "Amount";
     this.xrLabel15.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel14
     //
     this.xrLabel14.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel14.LocationFloat                  = new DevExpress.Utils.PointFloat(429F, 115.75F);
     this.xrLabel14.Name                           = "xrLabel14";
     this.xrLabel14.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                          = new System.Drawing.SizeF(87.41666F, 14.99998F);
     this.xrLabel14.StylePriority.UseFont          = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text                           = "Consideration";
     this.xrLabel14.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel13
     //
     this.xrLabel13.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel13.LocationFloat         = new DevExpress.Utils.PointFloat(180.8333F, 115.75F);
     this.xrLabel13.Name                  = "xrLabel13";
     this.xrLabel13.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                 = new System.Drawing.SizeF(87.41663F, 14.99998F);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.Text                  = "Description";
     //
     // xrLabel12
     //
     this.xrLabel12.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel12.LocationFloat         = new DevExpress.Utils.PointFloat(117.875F, 115.75F);
     this.xrLabel12.Name                  = "xrLabel12";
     this.xrLabel12.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                 = new System.Drawing.SizeF(62.41666F, 14.99998F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.Text                  = "Trans Date";
     //
     // xrLabel11
     //
     this.xrLabel11.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel11.LocationFloat         = new DevExpress.Utils.PointFloat(62.58334F, 115.75F);
     this.xrLabel11.Name                  = "xrLabel11";
     this.xrLabel11.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                 = new System.Drawing.SizeF(55.29163F, 14.99998F);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.Text                  = "Deal #";
     //
     // xrLabel10
     //
     this.xrLabel10.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel10.LocationFloat         = new DevExpress.Utils.PointFloat(5.208333F, 115.75F);
     this.xrLabel10.Name                  = "xrLabel10";
     this.xrLabel10.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                 = new System.Drawing.SizeF(57.375F, 14.99998F);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.Text                  = "Post Date";
     //
     // xrShape1
     //
     this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(5.208333F, 112.5F);
     this.xrShape1.Name          = "xrShape1";
     this.xrShape1.Shape         = shapeRectangle1;
     this.xrShape1.SizeF         = new System.Drawing.SizeF(644.7917F, 21F);
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel20,
         this.xrLabel21,
         this.xrShape2
     });
     this.ReportFooter.HeightF = 100F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // xrLabel20
     //
     this.xrLabel20.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel20.LocationFloat         = new DevExpress.Utils.PointFloat(10.00001F, 9.999974F);
     this.xrLabel20.Name                  = "xrLabel20";
     this.xrLabel20.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.SizeF                 = new System.Drawing.SizeF(174.8333F, 14.99998F);
     this.xrLabel20.StylePriority.UseFont = false;
     this.xrLabel20.Text                  = "Closing Balance";
     //
     // xrLabel21
     //
     this.xrLabel21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tblLedger.BalCF", "{0:n2}")
     });
     this.xrLabel21.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel21.LocationFloat                  = new DevExpress.Utils.PointFloat(562.5834F, 9.999974F);
     this.xrLabel21.Name                           = "xrLabel21";
     this.xrLabel21.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel21.SizeF                          = new System.Drawing.SizeF(87.41663F, 12.58333F);
     this.xrLabel21.StylePriority.UseFont          = false;
     this.xrLabel21.StylePriority.UseTextAlignment = false;
     this.xrLabel21.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrShape2
     //
     this.xrShape2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 1.58329F);
     this.xrShape2.Name          = "xrShape2";
     this.xrShape2.Shape         = shapeRectangle2;
     this.xrShape2.SizeF         = new System.Drawing.SizeF(649.9999F, 35.58333F);
     //
     // username
     //
     this.username.Description = "Parameter1";
     this.username.Name        = "username";
     //
     // sqlDataSource3
     //
     this.sqlDataSource3.ConnectionName = "connLedgerRpt";
     this.sqlDataSource3.Name           = "sqlDataSource3";
     tableQuery1.Name  = "tblLedger";
     tableInfo1.Name   = "tblLedger";
     columnInfo1.Name  = "RecID";
     columnInfo2.Name  = "ClientNo";
     columnInfo3.Name  = "PostDate";
     columnInfo4.Name  = "DealNo";
     columnInfo5.Name  = "TransDate";
     columnInfo6.Name  = "Description";
     columnInfo7.Name  = "Amount";
     columnInfo8.Name  = "DealValue";
     columnInfo9.Name  = "Login";
     columnInfo10.Name = "Consideration";
     columnInfo11.Name = "ReportName";
     columnInfo12.Name = "StartDate";
     columnInfo13.Name = "EndDate";
     columnInfo14.Name = "BalBF";
     columnInfo15.Name = "BalCF";
     columnInfo16.Name = "ClientName";
     tableInfo1.SelectedColumns.AddRange(new DevExpress.DataAccess.Sql.ColumnInfo[] {
         columnInfo1,
         columnInfo2,
         columnInfo3,
         columnInfo4,
         columnInfo5,
         columnInfo6,
         columnInfo7,
         columnInfo8,
         columnInfo9,
         columnInfo10,
         columnInfo11,
         columnInfo12,
         columnInfo13,
         columnInfo14,
         columnInfo15,
         columnInfo16
     });
     tableQuery1.Tables.AddRange(new DevExpress.DataAccess.Sql.TableInfo[] {
         tableInfo1
     });
     this.sqlDataSource3.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         tableQuery1
     });
     this.sqlDataSource3.ResultSchemaSerializable = resources.GetString("sqlDataSource3.ResultSchemaSerializable");
     this.sqlDataSource3.ConfigureDataConnection += new DevExpress.DataAccess.Sql.ConfigureDataConnectionEventHandler(this.sqlDataSource3_ConfigureDataConnection);
     //
     // LedgerReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.PageHeader,
         this.ReportHeader,
         this.ReportFooter
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource3
     });
     this.DataMember   = "tblLedger";
     this.DataSource   = this.sqlDataSource3;
     this.FilterString = "[Login] = ?username";
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.ledger,
         this.start,
         this.end,
         this.username
     });
     this.RequestParameters = false;
     this.Version           = "15.2";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraReports.UI.XRSummary            xrSummary1      = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery1 = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(StatementReport));
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle2 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle3 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraReports.UI.XRSummary            xrSummary2      = new DevExpress.XtraReports.UI.XRSummary();
     this.Detail           = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLine1          = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel25        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4         = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin        = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin     = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrLabel14        = new DevExpress.XtraReports.UI.XRLabel();
     this.sqlDataSource1   = new DevExpress.DataAccess.Sql.SqlDataSource();
     this.DRCR             = new DevExpress.XtraReports.UI.CalculatedField();
     this.desc             = new DevExpress.XtraReports.UI.CalculatedField();
     this.ReportHeader     = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel29        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel51        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel24        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel28        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel23        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel22        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel21        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel20        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1      = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel19        = new DevExpress.XtraReports.UI.XRLabel();
     this.clientno         = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel18        = new DevExpress.XtraReports.UI.XRLabel();
     this.enddate          = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel3         = new DevExpress.XtraReports.UI.XRLabel();
     this.startdate        = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrPictureBox1    = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel17        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape2         = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape3         = new DevExpress.XtraReports.UI.XRShape();
     this.PageHeader       = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel13        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12        = 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.xrShape1         = new DevExpress.XtraReports.UI.XRShape();
     this.username         = new DevExpress.XtraReports.Parameters.Parameter();
     this.ReportFooter     = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLine2          = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel27        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel26        = new DevExpress.XtraReports.UI.XRLabel();
     this.calculatedField1 = new DevExpress.XtraReports.UI.CalculatedField();
     this.DC = new DevExpress.XtraReports.UI.CalculatedField();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLine1,
         this.xrLabel25,
         this.xrLabel11,
         this.xrLabel10,
         this.xrLabel5,
         this.xrLabel1,
         this.xrLabel4
     });
     this.Detail.HeightF = 20.20834F;
     this.Detail.Name    = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.SortFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("TransDate", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending),
         new DevExpress.XtraReports.UI.GroupField("TransID", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLine1
     //
     this.xrLine1.ForeColor     = System.Drawing.Color.Gainsboro;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(650F, 4.166667F);
     this.xrLine1.StylePriority.UseForeColor = false;
     //
     // xrLabel25
     //
     this.xrLabel25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "StatementsReport.Amount")
     });
     this.xrLabel25.Font                           = new System.Drawing.Font("Arial", 8F);
     this.xrLabel25.LocationFloat                  = new DevExpress.Utils.PointFloat(540.75F, 4.166667F);
     this.xrLabel25.Name                           = "xrLabel25";
     this.xrLabel25.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel25.SizeF                          = new System.Drawing.SizeF(108.3333F, 16.04167F);
     this.xrLabel25.StylePriority.UseFont          = false;
     this.xrLabel25.StylePriority.UseTextAlignment = false;
     xrSummary1.FormatString                       = "{0:n2}";
     xrSummary1.Func              = DevExpress.XtraReports.UI.SummaryFunc.RunningSum;
     xrSummary1.Running           = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrLabel25.Summary       = xrSummary1;
     this.xrLabel25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel11
     //
     this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "StatementsReport.Amount", "{0:n2}")
     });
     this.xrLabel11.Font                           = new System.Drawing.Font("Arial", 8F);
     this.xrLabel11.LocationFloat                  = new DevExpress.Utils.PointFloat(453.2501F, 4.166667F);
     this.xrLabel11.Name                           = "xrLabel11";
     this.xrLabel11.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                          = new System.Drawing.SizeF(87.49988F, 16.04167F);
     this.xrLabel11.StylePriority.UseFont          = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text                           = "xrLabel11";
     this.xrLabel11.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel10
     //
     this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "StatementsReport.DealNo")
     });
     this.xrLabel10.Font                  = new System.Drawing.Font("Arial", 8F);
     this.xrLabel10.LocationFloat         = new DevExpress.Utils.PointFloat(88.625F, 4.166667F);
     this.xrLabel10.Name                  = "xrLabel10";
     this.xrLabel10.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                 = new System.Drawing.SizeF(56.24997F, 16.04167F);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.Text                  = "xrLabel10";
     //
     // xrLabel5
     //
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "StatementsReport.desc")
     });
     this.xrLabel5.Font                  = new System.Drawing.Font("Arial", 8F);
     this.xrLabel5.LocationFloat         = new DevExpress.Utils.PointFloat(144.875F, 4.166667F);
     this.xrLabel5.Name                  = "xrLabel5";
     this.xrLabel5.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                 = new System.Drawing.SizeF(308.3752F, 16.04167F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text                  = "xrLabel5";
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "StatementsReport.TransDate", "{0:yyyy-MM-dd}")
     });
     this.xrLabel1.Font                  = new System.Drawing.Font("Arial", 8F);
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 4.166667F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(65.625F, 16.04167F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "xrLabel1";
     //
     // xrLabel4
     //
     this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "StatementsReport.DC")
     });
     this.xrLabel4.Font                  = new System.Drawing.Font("Arial", 8F);
     this.xrLabel4.LocationFloat         = new DevExpress.Utils.PointFloat(65.625F, 4.166667F);
     this.xrLabel4.Name                  = "xrLabel4";
     this.xrLabel4.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                 = new System.Drawing.SizeF(23F, 14.66667F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.Text                  = "xrLabel4";
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 100F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel14
     });
     this.BottomMargin.HeightF       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel14
     //
     this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "StatementsReport.calculatedField1")
     });
     this.xrLabel14.Font                           = new System.Drawing.Font("Times New Roman", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     this.xrLabel14.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 52F);
     this.xrLabel14.Name                           = "xrLabel14";
     this.xrLabel14.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                          = new System.Drawing.SizeF(640F, 23F);
     this.xrLabel14.StylePriority.UseFont          = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text                           = "xrLabel14";
     this.xrLabel14.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "connStatementReport";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     customSqlQuery1.Name = "StatementsReport";
     customSqlQuery1.Sql  = resources.GetString("customSqlQuery1.Sql");
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         customSqlQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     this.sqlDataSource1.ConfigureDataConnection += new DevExpress.DataAccess.Sql.ConfigureDataConnectionEventHandler(this.sqlDataSource1_ConfigureDataConnection);
     //
     // DRCR
     //
     this.DRCR.DataMember = "StatementsReport";
     this.DRCR.Expression = "IIF([].Sum([Amount]) >= 0, \'Your account is in arrears\', \'Your account is in cred" +
                            "it\')";
     this.DRCR.FieldType = DevExpress.XtraReports.UI.FieldType.String;
     this.DRCR.Name      = "DRCR";
     //
     // desc
     //
     this.desc.DataMember = "StatementsReport";
     this.desc.Expression = "IIF([TransCode] like \'PURCH%\' || [TransCode]like \'SALE%\', [transcode] +\' - \'+[qty" +
                            "]+\' \'+ [asset] +\'@\'+[price], [DealNo]+\'  \'+[TransCode])";
     this.desc.FieldType = DevExpress.XtraReports.UI.FieldType.String;
     this.desc.Name      = "desc";
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel29,
         this.xrLabel51,
         this.xrLabel24,
         this.xrLabel28,
         this.xrLabel23,
         this.xrLabel22,
         this.xrLabel21,
         this.xrLabel20,
         this.xrPageInfo1,
         this.xrLabel19,
         this.xrLabel18,
         this.xrLabel3,
         this.xrPictureBox1,
         this.xrLabel17,
         this.xrShape2,
         this.xrShape3
     });
     this.ReportHeader.HeightF = 234.375F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel29
     //
     this.xrLabel29.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.xrLabel29.LocationFloat                  = new DevExpress.Utils.PointFloat(37.81256F, 75F);
     this.xrLabel29.Name                           = "xrLabel29";
     this.xrLabel29.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel29.SizeF                          = new System.Drawing.SizeF(574.3749F, 16.75F);
     this.xrLabel29.StylePriority.UseFont          = false;
     this.xrLabel29.StylePriority.UseTextAlignment = false;
     this.xrLabel29.Text                           = "67 SAMORA MACHEL AVE, HERITAGE HOUSE, HARARE, ZIMBABWE";
     this.xrLabel29.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel51
     //
     this.xrLabel51.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.xrLabel51.LocationFloat                  = new DevExpress.Utils.PointFloat(37.81256F, 91.75F);
     this.xrLabel51.Name                           = "xrLabel51";
     this.xrLabel51.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel51.SizeF                          = new System.Drawing.SizeF(574.3749F, 16.74998F);
     this.xrLabel51.StylePriority.UseFont          = false;
     this.xrLabel51.StylePriority.UseTextAlignment = false;
     this.xrLabel51.Text                           = "+263 4 701906/703071-9";
     this.xrLabel51.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel24
     //
     this.xrLabel24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "StatementsReport.address1")
     });
     this.xrLabel24.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel24.LocationFloat         = new DevExpress.Utils.PointFloat(10.00001F, 151.9583F);
     this.xrLabel24.Multiline             = true;
     this.xrLabel24.Name                  = "xrLabel24";
     this.xrLabel24.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel24.SizeF                 = new System.Drawing.SizeF(307.2917F, 13.62498F);
     this.xrLabel24.StylePriority.UseFont = false;
     this.xrLabel24.Text                  = "xrLabel24";
     //
     // xrLabel28
     //
     this.xrLabel28.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "StatementsReport.client")
     });
     this.xrLabel28.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel28.LocationFloat         = new DevExpress.Utils.PointFloat(10.00001F, 135.2083F);
     this.xrLabel28.Name                  = "xrLabel28";
     this.xrLabel28.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel28.SizeF                 = new System.Drawing.SizeF(307.2917F, 15.70834F);
     this.xrLabel28.StylePriority.UseFont = false;
     this.xrLabel28.Text                  = "xrLabel28";
     //
     // xrLabel23
     //
     this.xrLabel23.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel23.LocationFloat                  = new DevExpress.Utils.PointFloat(542.7085F, 166.625F);
     this.xrLabel23.Name                           = "xrLabel23";
     this.xrLabel23.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel23.SizeF                          = new System.Drawing.SizeF(22.91665F, 13.625F);
     this.xrLabel23.StylePriority.UseFont          = false;
     this.xrLabel23.StylePriority.UseTextAlignment = false;
     this.xrLabel23.Text                           = "TO";
     this.xrLabel23.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel22
     //
     this.xrLabel22.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel22.LocationFloat         = new DevExpress.Utils.PointFloat(357.2917F, 166.625F);
     this.xrLabel22.Name                  = "xrLabel22";
     this.xrLabel22.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel22.SizeF                 = new System.Drawing.SizeF(117.7084F, 13.625F);
     this.xrLabel22.StylePriority.UseFont = false;
     this.xrLabel22.Text                  = "PERIOD:";
     //
     // xrLabel21
     //
     this.xrLabel21.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel21.LocationFloat         = new DevExpress.Utils.PointFloat(357.2917F, 151.9583F);
     this.xrLabel21.Name                  = "xrLabel21";
     this.xrLabel21.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel21.SizeF                 = new System.Drawing.SizeF(117.7084F, 13.625F);
     this.xrLabel21.StylePriority.UseFont = false;
     this.xrLabel21.Text                  = "ACCOUNT #:";
     //
     // xrLabel20
     //
     this.xrLabel20.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel20.LocationFloat         = new DevExpress.Utils.PointFloat(357.2917F, 137.2917F);
     this.xrLabel20.Name                  = "xrLabel20";
     this.xrLabel20.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.SizeF                 = new System.Drawing.SizeF(117.7084F, 13.62499F);
     this.xrLabel20.StylePriority.UseFont = false;
     this.xrLabel20.Text                  = "STATEMENT DATE:";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrPageInfo1.Format                         = "{0:yyyy-MM-dd}";
     this.xrPageInfo1.LocationFloat                  = new DevExpress.Utils.PointFloat(475.0001F, 136.25F);
     this.xrPageInfo1.Name                           = "xrPageInfo1";
     this.xrPageInfo1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo                       = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF                          = new System.Drawing.SizeF(113.5416F, 14.66664F);
     this.xrPageInfo1.StylePriority.UseFont          = false;
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel19
     //
     this.xrLabel19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.clientno, "Text", "{0}")
     });
     this.xrLabel19.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel19.LocationFloat                  = new DevExpress.Utils.PointFloat(475.0001F, 150.9167F);
     this.xrLabel19.Name                           = "xrLabel19";
     this.xrLabel19.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF                          = new System.Drawing.SizeF(113.5416F, 14.66666F);
     this.xrLabel19.StylePriority.UseFont          = false;
     this.xrLabel19.StylePriority.UseTextAlignment = false;
     this.xrLabel19.Text                           = "xrLabel19";
     this.xrLabel19.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // clientno
     //
     this.clientno.Description = "client";
     this.clientno.Name        = "clientno";
     //
     // xrLabel18
     //
     this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.enddate, "Text", "{0:yyyy-MM-dd}")
     });
     this.xrLabel18.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel18.LocationFloat                  = new DevExpress.Utils.PointFloat(565.6251F, 165.5833F);
     this.xrLabel18.Name                           = "xrLabel18";
     this.xrLabel18.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF                          = new System.Drawing.SizeF(67.70831F, 14.66667F);
     this.xrLabel18.StylePriority.UseFont          = false;
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.Text                           = "xrLabel18";
     this.xrLabel18.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // enddate
     //
     this.enddate.Description = "enddt";
     this.enddate.Name        = "enddate";
     this.enddate.Type        = typeof(System.DateTime);
     //
     // xrLabel3
     //
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.startdate, "Text", "{0:yyyy-MM-dd}  ")
     });
     this.xrLabel3.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(475.0001F, 165.5833F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(67.70837F, 14.66667F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "xrLabel3";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // startdate
     //
     this.startdate.Description = "startdt";
     this.startdate.Name        = "startdate";
     this.startdate.Type        = typeof(System.DateTime);
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Image         = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(133.4583F, 0F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(367.7083F, 59.375F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // xrLabel17
     //
     this.xrLabel17.Font                           = new System.Drawing.Font("Arial", 16F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))));
     this.xrLabel17.LocationFloat                  = new DevExpress.Utils.PointFloat(208.3333F, 211.375F);
     this.xrLabel17.Name                           = "xrLabel17";
     this.xrLabel17.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF                          = new System.Drawing.SizeF(280.2083F, 23F);
     this.xrLabel17.StylePriority.UseFont          = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.Text                           = "Statement of Account";
     this.xrLabel17.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrShape2
     //
     this.xrShape2.LocationFloat = new DevExpress.Utils.PointFloat(346.875F, 125.25F);
     this.xrShape2.Name          = "xrShape2";
     this.xrShape2.Shape         = shapeRectangle1;
     this.xrShape2.SizeF         = new System.Drawing.SizeF(293.125F, 82.12499F);
     //
     // xrShape3
     //
     this.xrShape3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 125.25F);
     this.xrShape3.Name          = "xrShape3";
     this.xrShape3.Shape         = shapeRectangle2;
     this.xrShape3.SizeF         = new System.Drawing.SizeF(330.4167F, 82.12499F);
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel13,
         this.xrLabel12,
         this.xrLabel9,
         this.xrLabel8,
         this.xrLabel7,
         this.xrLabel6,
         this.xrShape1
     });
     this.PageHeader.HeightF = 48.95833F;
     this.PageHeader.Name    = "PageHeader";
     //
     // xrLabel13
     //
     this.xrLabel13.Font                  = new System.Drawing.Font("Arial", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     this.xrLabel13.LocationFloat         = new DevExpress.Utils.PointFloat(86.45832F, 23.95833F);
     this.xrLabel13.Name                  = "xrLabel13";
     this.xrLabel13.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                 = new System.Drawing.SizeF(267.7084F, 15F);
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.Text                  = "Balance brought forward";
     //
     // xrLabel12
     //
     this.xrLabel12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "StatementsReport.BalBF", "{0:n2}")
     });
     this.xrLabel12.Font                           = new System.Drawing.Font("Arial", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
     this.xrLabel12.LocationFloat                  = new DevExpress.Utils.PointFloat(550F, 23.95833F);
     this.xrLabel12.Name                           = "xrLabel12";
     this.xrLabel12.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                          = new System.Drawing.SizeF(90F, 15F);
     this.xrLabel12.StylePriority.UseFont          = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text                           = "xrLabel12";
     this.xrLabel12.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel9
     //
     this.xrLabel9.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat                  = new DevExpress.Utils.PointFloat(562.5F, 0.9583156F);
     this.xrLabel9.Name                           = "xrLabel9";
     this.xrLabel9.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF                          = new System.Drawing.SizeF(87.5F, 23F);
     this.xrLabel9.StylePriority.UseFont          = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text                           = "Balance";
     this.xrLabel9.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel8
     //
     this.xrLabel8.Font                  = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.LocationFloat         = new DevExpress.Utils.PointFloat(475.0001F, 0.9583156F);
     this.xrLabel8.Name                  = "xrLabel8";
     this.xrLabel8.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                 = new System.Drawing.SizeF(87.49988F, 23F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text                  = "Txn. Amount";
     //
     // xrLabel7
     //
     this.xrLabel7.Font                  = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel7.LocationFloat         = new DevExpress.Utils.PointFloat(229.1667F, 0.9583156F);
     this.xrLabel7.Name                  = "xrLabel7";
     this.xrLabel7.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                 = new System.Drawing.SizeF(138.5417F, 23F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.Text                  = "Transaction Details";
     //
     // xrLabel6
     //
     this.xrLabel6.Font                  = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0.9583156F);
     this.xrLabel6.Name                  = "xrLabel6";
     this.xrLabel6.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                 = new System.Drawing.SizeF(65.62501F, 23F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.Text                  = "Txn. Date";
     //
     // xrShape1
     //
     this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrShape1.Name          = "xrShape1";
     this.xrShape1.Shape         = shapeRectangle3;
     this.xrShape1.SizeF         = new System.Drawing.SizeF(650F, 23.95834F);
     //
     // username
     //
     this.username.Description = "user";
     this.username.Name        = "username";
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLine2,
         this.xrLabel27,
         this.xrLabel26
     });
     this.ReportFooter.HeightF = 106.1667F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // xrLine2
     //
     this.xrLine2.ForeColor     = System.Drawing.Color.Black;
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(650F, 4.166667F);
     this.xrLine2.StylePriority.UseForeColor = false;
     //
     // xrLabel27
     //
     this.xrLabel27.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel27.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 41.66667F);
     this.xrLabel27.Name                  = "xrLabel27";
     this.xrLabel27.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel27.SizeF                 = new System.Drawing.SizeF(240.625F, 16.04167F);
     this.xrLabel27.StylePriority.UseFont = false;
     this.xrLabel27.Text                  = "Closing Balance";
     //
     // xrLabel26
     //
     this.xrLabel26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "StatementsReport.Amount")
     });
     this.xrLabel26.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel26.LocationFloat                  = new DevExpress.Utils.PointFloat(541.6667F, 41.66667F);
     this.xrLabel26.Name                           = "xrLabel26";
     this.xrLabel26.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel26.SizeF                          = new System.Drawing.SizeF(108.3333F, 16.04167F);
     this.xrLabel26.StylePriority.UseFont          = false;
     this.xrLabel26.StylePriority.UseTextAlignment = false;
     xrSummary2.FormatString                       = "{0:n2}";
     xrSummary2.Func              = DevExpress.XtraReports.UI.SummaryFunc.RunningSum;
     xrSummary2.Running           = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrLabel26.Summary       = xrSummary2;
     this.xrLabel26.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // calculatedField1
     //
     this.calculatedField1.DataMember = "StatementsReport";
     this.calculatedField1.Expression = "Iif(sum([Amount]) > 0, \'Your account is in arrears. We look forward to receiving " +
                                        "your next installment\', \'Your account is in credit. Thank you for doing business" +
                                        " with us\')";
     this.calculatedField1.Name = "calculatedField1";
     //
     // DC
     //
     this.DC.DataMember = "StatementsReport";
     this.DC.Expression = "IIF([Amount] > 0, \'DR\', \'CR\')";
     this.DC.Name       = "DC";
     //
     // StatementReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.PageHeader,
         this.ReportFooter
     });
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
         this.DRCR,
         this.desc,
         this.calculatedField1,
         this.DC
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember   = "StatementsReport";
     this.DataSource   = this.sqlDataSource1;
     this.FilterString = "[Login] = ?username And [ClientNo] = ?clientno";
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.username,
         this.startdate,
         this.enddate,
         this.clientno
     });
     this.RequestParameters = false;
     this.Version           = "15.2";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rp_In_Betacam_Ngoai60_Max10));
            DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrSubreport1 = new DevExpress.XtraReports.UI.XRSubreport();
            this.rp_In_Betacam_Ngoai60_Max10_CT1 = new ProtocolVN.App.VideoLibrary.rp_In_Betacam_Ngoai60_Max10_CT();
            this.xrLabelNgayNhap = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
            this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel48 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
            this.xrLabel47 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLine2 = new DevExpress.XtraReports.UI.XRLine();
            this.xrShape2 = new DevExpress.XtraReports.UI.XRShape();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.dS_INBETACAM_NGOAI1 = new ProtocolVN.App.VideoLibrary.DataSource.DS_INBETACAM_NGOAI();
            this.iN_BETACAM_NGOAITableAdapter = new ProtocolVN.App.VideoLibrary.DataSource.DS_INBETACAM_NGOAITableAdapters.IN_BETACAM_NGOAITableAdapter();
            this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
            this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Ngoai60_Max10_CT1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dS_INBETACAM_NGOAI1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrSubreport1,
            this.xrLabelNgayNhap,
            this.xrLabel5,
            this.xrLabel3,
            this.xrLine1,
            this.xrLabel4,
            this.xrLabel1,
            this.xrLabel48,
            this.xrPictureBox1,
            this.xrLabel47,
            this.xrLine2,
            this.xrShape2});
            this.Detail.Dpi = 254F;
            this.Detail.Font = new System.Drawing.Font("Times New Roman", 9.75F);
            this.Detail.HeightF = 921F;
            this.Detail.KeepTogether = true;
            this.Detail.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
            this.Detail.StylePriority.UseFont = false;
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrSubreport1
            // 
            this.xrSubreport1.Dpi = 254F;
            this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(419.6876F, 170.2785F);
            this.xrSubreport1.Name = "xrSubreport1";
            this.xrSubreport1.ReportSource = this.rp_In_Betacam_Ngoai60_Max10_CT1;
            this.xrSubreport1.SizeF = new System.Drawing.SizeF(1349.375F, 639.4528F);
            this.xrSubreport1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrSubreport1_BeforePrint);
            // 
            // xrLabelNgayNhap
            // 
            this.xrLabelNgayNhap.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_NGOAI.NGAY_NHAP", "Ngày: {0:dd/MM/yyyy}")});
            this.xrLabelNgayNhap.Dpi = 254F;
            this.xrLabelNgayNhap.Font = new System.Drawing.Font("Arial", 11F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
            this.xrLabelNgayNhap.KeepTogether = true;
            this.xrLabelNgayNhap.LocationFloat = new DevExpress.Utils.PointFloat(419.6876F, 809.7316F);
            this.xrLabelNgayNhap.Name = "xrLabelNgayNhap";
            this.xrLabelNgayNhap.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabelNgayNhap.SizeF = new System.Drawing.SizeF(1349.375F, 58.41992F);
            this.xrLabelNgayNhap.StylePriority.UseFont = false;
            this.xrLabelNgayNhap.StylePriority.UseTextAlignment = false;
            this.xrLabelNgayNhap.Text = "xrLabelNgayNhap";
            this.xrLabelNgayNhap.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel5
            // 
            this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_NGOAI.KHXK_ND")});
            this.xrLabel5.Dpi = 254F;
            this.xrLabel5.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(54.5622F, 805.7313F);
            this.xrLabel5.Name = "xrLabel5";
            this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel5.SizeF = new System.Drawing.SizeF(219.604F, 60.4201F);
            this.xrLabel5.StylePriority.UseFont = false;
            this.xrLabel5.StylePriority.UseTextAlignment = false;
            this.xrLabel5.Text = "xrLabel5";
            this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel3
            // 
            this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_NGOAI.KHPL")});
            this.xrLabel3.Dpi = 254F;
            this.xrLabel3.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(54.5622F, 728.7908F);
            this.xrLabel3.Name = "xrLabel3";
            this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel3.SizeF = new System.Drawing.SizeF(219.604F, 60.41992F);
            this.xrLabel3.StylePriority.UseFont = false;
            this.xrLabel3.StylePriority.UseTextAlignment = false;
            this.xrLabel3.Text = "xrLabel3";
            this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLine1
            // 
            this.xrLine1.Dpi = 254F;
            this.xrLine1.LineDirection = DevExpress.XtraReports.UI.LineDirection.Vertical;
            this.xrLine1.LineWidth = 3;
            this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(306.4748F, 18.52083F);
            this.xrLine1.Name = "xrLine1";
            this.xrLine1.SizeF = new System.Drawing.SizeF(21.1665F, 889.4167F);
            // 
            // xrLabel4
            // 
            this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_NGOAI.NOI_DUNG")});
            this.xrLabel4.Dpi = 254F;
            this.xrLabel4.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
            this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(419.6876F, 114.8585F);
            this.xrLabel4.Name = "xrLabel4";
            this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel4.SizeF = new System.Drawing.SizeF(1349.375F, 45.19084F);
            this.xrLabel4.StylePriority.UseFont = false;
            this.xrLabel4.StylePriority.UseTextAlignment = false;
            this.xrLabel4.Text = "xrLabel4";
            this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel1
            // 
            this.xrLabel1.Dpi = 254F;
            this.xrLabel1.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold);
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(419.6874F, 64.02185F);
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(1349.375F, 47.83667F);
            this.xrLabel1.StylePriority.UseFont = false;
            this.xrLabel1.StylePriority.UseTextAlignment = false;
            this.xrLabel1.Text = "Mã Băng: [MA_BANG]";
            this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel48
            // 
            this.xrLabel48.Dpi = 254F;
            this.xrLabel48.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
            this.xrLabel48.LocationFloat = new DevExpress.Utils.PointFloat(65.14549F, 485.5456F);
            this.xrLabel48.Multiline = true;
            this.xrLabel48.Name = "xrLabel48";
            this.xrLabel48.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel48.SizeF = new System.Drawing.SizeF(185.2082F, 207.4512F);
            this.xrLabel48.StylePriority.UseFont = false;
            this.xrLabel48.StylePriority.UseTextAlignment = false;
            this.xrLabel48.Text = "Tập \r\n[SO_TAP]";
            this.xrLabel48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
            // 
            // xrPictureBox1
            // 
            this.xrPictureBox1.BorderWidth = 0;
            this.xrPictureBox1.Dpi = 254F;
            this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
            this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(29.5464F, 18.52083F);
            this.xrPictureBox1.Name = "xrPictureBox1";
            this.xrPictureBox1.SizeF = new System.Drawing.SizeF(260.4948F, 178.2161F);
            this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
            this.xrPictureBox1.StylePriority.UseBorderWidth = false;
            // 
            // xrLabel47
            // 
            this.xrLabel47.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_NGOAI.NOI_DUNG")});
            this.xrLabel47.Dpi = 254F;
            this.xrLabel47.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
            this.xrLabel47.LocationFloat = new DevExpress.Utils.PointFloat(29.5464F, 226.1183F);
            this.xrLabel47.Multiline = true;
            this.xrLabel47.Name = "xrLabel47";
            this.xrLabel47.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel47.SizeF = new System.Drawing.SizeF(260.4948F, 240.9066F);
            this.xrLabel47.StylePriority.UseFont = false;
            this.xrLabel47.StylePriority.UseTextAlignment = false;
            this.xrLabel47.Text = "xrLabel47";
            this.xrLabel47.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
            // 
            // xrLine2
            // 
            this.xrLine2.Dpi = 254F;
            this.xrLine2.LineWidth = 3;
            this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(35.67139F, 787.2107F);
            this.xrLine2.Name = "xrLine2";
            this.xrLine2.SizeF = new System.Drawing.SizeF(254.3698F, 18.52081F);
            // 
            // xrShape2
            // 
            this.xrShape2.BorderWidth = 1;
            this.xrShape2.Dpi = 254F;
            this.xrShape2.LineWidth = 7;
            this.xrShape2.LocationFloat = new DevExpress.Utils.PointFloat(6.479175F, 7.937338F);
            this.xrShape2.Name = "xrShape2";
            this.xrShape2.Shape = shapeRectangle1;
            this.xrShape2.SizeF = new System.Drawing.SizeF(1800F, 900.0002F);
            this.xrShape2.StylePriority.UseBorderWidth = false;
            // 
            // TopMargin
            // 
            this.TopMargin.Dpi = 254F;
            this.TopMargin.HeightF = 50F;
            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;
            // 
            // dS_INBETACAM_NGOAI1
            // 
            this.dS_INBETACAM_NGOAI1.DataSetName = "DS_INBETACAM_NGOAI";
            this.dS_INBETACAM_NGOAI1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // iN_BETACAM_NGOAITableAdapter
            // 
            this.iN_BETACAM_NGOAITableAdapter.ClearBeforeFill = true;
            // 
            // PageFooter
            // 
            this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel2});
            this.PageFooter.Dpi = 254F;
            this.PageFooter.HeightF = 48F;
            this.PageFooter.Name = "PageFooter";
            // 
            // xrLabel2
            // 
            this.xrLabel2.Dpi = 254F;
            this.xrLabel2.Font = new System.Drawing.Font("Times New Roman", 8F);
            this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(1164.604F, 2.934091F);
            this.xrLabel2.Name = "xrLabel2";
            this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel2.SizeF = new System.Drawing.SizeF(658.8126F, 36.06587F);
            this.xrLabel2.StylePriority.UseFont = false;
            this.xrLabel2.StylePriority.UseTextAlignment = false;
            this.xrLabel2.Text = "NHÃN BETACAM NGOÀI 60";
            this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            // 
            // rp_In_Betacam_Ngoai60_Max10
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin,
            this.PageFooter});
            this.DataAdapter = this.iN_BETACAM_NGOAITableAdapter;
            this.DataMember = "IN_BETACAM_NGOAI";
            this.DataSource = this.dS_INBETACAM_NGOAI1;
            this.Dpi = 254F;
            this.Margins = new System.Drawing.Printing.Margins(143, 124, 50, 61);
            this.PageHeight = 2969;
            this.PageWidth = 2101;
            this.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
            this.SnapGridSize = 31.75F;
            this.Version = "10.1";
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Ngoai60_Max10_CT1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dS_INBETACAM_NGOAI1)).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.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     DevExpress.XtraPrinting.Shape.ShapeRectangle    shapeRectangle1  = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     this.Detail           = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin        = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin     = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.paramUserPrint   = new DevExpress.XtraReports.Parameters.Parameter();
     this.DetailReport     = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1          = new DevExpress.XtraReports.UI.DetailBand();
     this.xrSpecialCaption = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1          = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel8         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1         = 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.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.xrLabel9         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrBarCode1       = new DevExpress.XtraReports.UI.XRBarCode();
     this.xrLabel5         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape1         = new DevExpress.XtraReports.UI.XRShape();
     this.dtS_MTL_CARD1    = new HTN.BITS.UIL.PLASESS.TableSchema.DTS_MTL_CARD();
     this.PageFooter       = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xpiPageInfo      = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel24        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1      = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel26        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel25        = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.dtS_MTL_CARD1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Dpi                = 254F;
     this.Detail.HeightF            = 0F;
     this.Detail.MultiColumn.Layout = DevExpress.XtraPrinting.ColumnLayout.AcrossThenDown;
     this.Detail.MultiColumn.Mode   = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
     this.Detail.Name               = "Detail";
     this.Detail.Padding            = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.Detail.TextAlignment      = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 254F;
     this.TopMargin.HeightF       = 25F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.TopMargin.Visible       = false;
     //
     // BottomMargin
     //
     this.BottomMargin.Dpi           = 254F;
     this.BottomMargin.HeightF       = 25F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // paramUserPrint
     //
     this.paramUserPrint.Name  = "paramUserPrint";
     this.paramUserPrint.Value = "";
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1
     });
     this.DetailReport.DataMember = "T_ARRIVAL.T_ARRIVAL_T_MATERIAL_CARD";
     this.DetailReport.DataSource = this.dtS_MTL_CARD1;
     this.DetailReport.Dpi        = 254F;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrSpecialCaption,
         this.xrLine1,
         this.xrLabel8,
         this.xrLabel1,
         this.xrLabel17,
         this.xrLabel16,
         this.xrLabel15,
         this.xrLabel13,
         this.xrLabel12,
         this.xrLabel11,
         this.xrLabel10,
         this.xrLabel9,
         this.xrLabel7,
         this.xrLabel6,
         this.xrLabel14,
         this.xrLabel3,
         this.xrBarCode1,
         this.xrLabel5,
         this.xrShape1
     });
     this.Detail1.Dpi     = 254F;
     this.Detail1.Font    = new System.Drawing.Font("Times New Roman", 9.75F);
     this.Detail1.HeightF = 205F;
     this.Detail1.MultiColumn.ColumnCount = 2;
     this.Detail1.MultiColumn.Layout      = DevExpress.XtraPrinting.ColumnLayout.AcrossThenDown;
     this.Detail1.MultiColumn.Mode        = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
     this.Detail1.Name                     = "Detail1";
     this.Detail1.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(20, 20, 20, 20, 254F);
     this.Detail1.SnapLinePadding          = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.Detail1.StylePriority.UseFont    = false;
     this.Detail1.StylePriority.UsePadding = false;
     //
     // xrSpecialCaption
     //
     this.xrSpecialCaption.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dash;
     this.xrSpecialCaption.Borders         = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrSpecialCaption.Dpi           = 254F;
     this.xrSpecialCaption.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrSpecialCaption.ForeColor     = System.Drawing.Color.Black;
     this.xrSpecialCaption.LocationFloat = new DevExpress.Utils.PointFloat(604.9003F, 92.50003F);
     this.xrSpecialCaption.Multiline     = true;
     this.xrSpecialCaption.Name          = "xrSpecialCaption";
     this.xrSpecialCaption.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrSpecialCaption.SizeF         = new System.Drawing.SizeF(103.7931F, 91.26012F);
     this.xrSpecialCaption.StylePriority.UseBorderDashStyle = false;
     this.xrSpecialCaption.StylePriority.UseBorders         = false;
     this.xrSpecialCaption.StylePriority.UseFont            = false;
     this.xrSpecialCaption.StylePriority.UseForeColor       = false;
     this.xrSpecialCaption.StylePriority.UseTextAlignment   = false;
     this.xrSpecialCaption.Text          = "RoHS\r\nSoC";
     this.xrSpecialCaption.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrSpecialCaption.WordWrap      = false;
     //
     // xrLine1
     //
     this.xrLine1.BorderColor   = System.Drawing.Color.Gray;
     this.xrLine1.BorderWidth   = 1;
     this.xrLine1.Dpi           = 254F;
     this.xrLine1.ForeColor     = System.Drawing.Color.Gray;
     this.xrLine1.LineDirection = DevExpress.XtraReports.UI.LineDirection.Vertical;
     this.xrLine1.LineWidth     = 3;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(711.6934F, 44.76487F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.xrLine1.SizeF         = new System.Drawing.SizeF(8.819397F, 136.9951F);
     this.xrLine1.StylePriority.UseBorderColor = false;
     this.xrLine1.StylePriority.UseBorderWidth = false;
     this.xrLine1.StylePriority.UseForeColor   = false;
     this.xrLine1.StylePriority.UsePadding     = false;
     //
     // xrLabel8
     //
     this.xrLabel8.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_ARRIVAL.T_ARRIVAL_T_MATERIAL_CARD.MTL_CODE")
     });
     this.xrLabel8.Dpi                            = 254F;
     this.xrLabel8.Font                           = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel8.LocationFloat                  = new DevExpress.Utils.PointFloat(273.6031F, 43.76484F);
     this.xrLabel8.Name                           = "xrLabel8";
     this.xrLabel8.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel8.SizeF                          = new System.Drawing.SizeF(435.0901F, 37.10001F);
     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.MiddleCenter;
     this.xrLabel8.WordWrap                       = false;
     //
     // xrLabel1
     //
     this.xrLabel1.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel1.Dpi                            = 254F;
     this.xrLabel1.Font                           = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.ForeColor                      = System.Drawing.Color.Gray;
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(187.8947F, 43.76488F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(95.72461F, 37.09999F);
     this.xrLabel1.StylePriority.UseBorders       = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseForeColor     = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "CODE :";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel1.WordWrap                       = false;
     //
     // xrLabel17
     //
     this.xrLabel17.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_ARRIVAL.T_ARRIVAL_T_MATERIAL_CARD.NO_OF_LABEL")
     });
     this.xrLabel17.Dpi                            = 254F;
     this.xrLabel17.Font                           = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel17.LocationFloat                  = new DevExpress.Utils.PointFloat(380.3241F, 111.56F);
     this.xrLabel17.Name                           = "xrLabel17";
     this.xrLabel17.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel17.SizeF                          = new System.Drawing.SizeF(328.3692F, 37.10001F);
     this.xrLabel17.StylePriority.UseBorders       = false;
     this.xrLabel17.StylePriority.UseFont          = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.Text                           = "xrLabel17";
     this.xrLabel17.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel17.WordWrap                       = false;
     //
     // xrLabel16
     //
     this.xrLabel16.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel16.Dpi                            = 254F;
     this.xrLabel16.Font                           = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel16.ForeColor                      = System.Drawing.Color.Gray;
     this.xrLabel16.LocationFloat                  = new DevExpress.Utils.PointFloat(187.8958F, 112.5609F);
     this.xrLabel16.Name                           = "xrLabel16";
     this.xrLabel16.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel16.SizeF                          = new System.Drawing.SizeF(192.4283F, 37.09912F);
     this.xrLabel16.StylePriority.UseBorders       = false;
     this.xrLabel16.StylePriority.UseFont          = false;
     this.xrLabel16.StylePriority.UseForeColor     = false;
     this.xrLabel16.StylePriority.UseTextAlignment = false;
     this.xrLabel16.Text                           = "NO OF LABEL :";
     this.xrLabel16.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel16.WordWrap                       = false;
     //
     // xrLabel15
     //
     this.xrLabel15.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_ARRIVAL.T_ARRIVAL_T_MATERIAL_CARD.SERIAL_NO")
     });
     this.xrLabel15.Dpi                            = 254F;
     this.xrLabel15.Font                           = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel15.LocationFloat                  = new DevExpress.Utils.PointFloat(380.3241F, 145.66F);
     this.xrLabel15.Name                           = "xrLabel15";
     this.xrLabel15.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel15.SizeF                          = new System.Drawing.SizeF(328.3691F, 37.10001F);
     this.xrLabel15.StylePriority.UseBorders       = false;
     this.xrLabel15.StylePriority.UseFont          = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text                           = "xrLabel15";
     this.xrLabel15.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel15.WordWrap                       = false;
     //
     // xrLabel13
     //
     this.xrLabel13.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel13.Dpi                            = 254F;
     this.xrLabel13.Font                           = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel13.ForeColor                      = System.Drawing.Color.Gray;
     this.xrLabel13.LocationFloat                  = new DevExpress.Utils.PointFloat(187.8959F, 146.6601F);
     this.xrLabel13.Name                           = "xrLabel13";
     this.xrLabel13.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel13.SizeF                          = new System.Drawing.SizeF(159.3554F, 37.10001F);
     this.xrLabel13.StylePriority.UseBorders       = false;
     this.xrLabel13.StylePriority.UseFont          = false;
     this.xrLabel13.StylePriority.UseForeColor     = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text                           = "SERIAL NO :";
     this.xrLabel13.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel13.WordWrap                       = false;
     //
     // xrLabel12
     //
     this.xrLabel12.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel12.Dpi                            = 254F;
     this.xrLabel12.Font                           = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel12.ForeColor                      = System.Drawing.Color.Gray;
     this.xrLabel12.LocationFloat                  = new DevExpress.Utils.PointFloat(722.9759F, 92.50001F);
     this.xrLabel12.Name                           = "xrLabel12";
     this.xrLabel12.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel12.SizeF                          = new System.Drawing.SizeF(239.1539F, 37.1F);
     this.xrLabel12.StylePriority.UseBorders       = false;
     this.xrLabel12.StylePriority.UseFont          = false;
     this.xrLabel12.StylePriority.UseForeColor     = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text                           = "RECEIVE DATE :";
     this.xrLabel12.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel12.WordWrap                       = false;
     //
     // xrLabel11
     //
     this.xrLabel11.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel11.Dpi                            = 254F;
     this.xrLabel11.Font                           = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel11.ForeColor                      = System.Drawing.Color.Gray;
     this.xrLabel11.LocationFloat                  = new DevExpress.Utils.PointFloat(187.8959F, 78.86489F);
     this.xrLabel11.Name                           = "xrLabel11";
     this.xrLabel11.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel11.SizeF                          = new System.Drawing.SizeF(97.04647F, 37.09911F);
     this.xrLabel11.StylePriority.UseBorders       = false;
     this.xrLabel11.StylePriority.UseFont          = false;
     this.xrLabel11.StylePriority.UseForeColor     = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text                           = "NAME :";
     this.xrLabel11.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel11.WordWrap                       = false;
     //
     // xrLabel10
     //
     this.xrLabel10.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel10.Dpi                            = 254F;
     this.xrLabel10.Font                           = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel10.ForeColor                      = System.Drawing.Color.Gray;
     this.xrLabel10.LocationFloat                  = new DevExpress.Utils.PointFloat(722.9759F, 10.66486F);
     this.xrLabel10.Name                           = "xrLabel10";
     this.xrLabel10.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel10.SizeF                          = new System.Drawing.SizeF(77.1319F, 37.1F);
     this.xrLabel10.StylePriority.UseBorders       = false;
     this.xrLabel10.StylePriority.UseFont          = false;
     this.xrLabel10.StylePriority.UseForeColor     = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text                           = "QTY :";
     this.xrLabel10.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel10.WordWrap                       = false;
     //
     // xrLabel9
     //
     this.xrLabel9.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel9.Dpi                            = 254F;
     this.xrLabel9.Font                           = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel9.ForeColor                      = System.Drawing.Color.Gray;
     this.xrLabel9.LocationFloat                  = new DevExpress.Utils.PointFloat(187.8959F, 10.66488F);
     this.xrLabel9.Name                           = "xrLabel9";
     this.xrLabel9.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel9.SizeF                          = new System.Drawing.SizeF(181.8447F, 37.1F);
     this.xrLabel9.StylePriority.UseBorders       = false;
     this.xrLabel9.StylePriority.UseFont          = false;
     this.xrLabel9.StylePriority.UseForeColor     = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text                           = "ARRIVAL NO :";
     this.xrLabel9.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel9.WordWrap                       = false;
     //
     // xrLabel7
     //
     this.xrLabel7.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_ARRIVAL.T_ARRIVAL_T_MATERIAL_CARD.LOT_DATE", "{0:dd-MM-yyyy}")
     });
     this.xrLabel7.Dpi                            = 254F;
     this.xrLabel7.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(722.9759F, 126.6F);
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(256.4772F, 55.16F);
     this.xrLabel7.StylePriority.UseBorders       = false;
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text                           = "xrLabel7";
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrLabel7.WordWrap                       = false;
     //
     // xrLabel6
     //
     this.xrLabel6.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_ARRIVAL.T_ARRIVAL_T_MATERIAL_CARD.ARRIVAL_NO")
     });
     this.xrLabel6.Dpi                            = 254F;
     this.xrLabel6.Font                           = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(379.9169F, 10.66482F);
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(328.7763F, 37.10002F);
     this.xrLabel6.StylePriority.UseBorders       = false;
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "xrLabel6";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel6.WordWrap                       = false;
     //
     // xrLabel14
     //
     this.xrLabel14.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_ARRIVAL.T_ARRIVAL_T_MATERIAL_CARD.QTY", "{0:#,0.00}")
     });
     this.xrLabel14.Dpi                            = 254F;
     this.xrLabel14.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel14.LocationFloat                  = new DevExpress.Utils.PointFloat(722.9759F, 44.76488F);
     this.xrLabel14.Name                           = "xrLabel14";
     this.xrLabel14.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 2, 0, 0, 254F);
     this.xrLabel14.SizeF                          = new System.Drawing.SizeF(178.8836F, 49.16051F);
     this.xrLabel14.StylePriority.UseBorders       = false;
     this.xrLabel14.StylePriority.UseFont          = false;
     this.xrLabel14.StylePriority.UsePadding       = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text                           = "xrLabel14";
     this.xrLabel14.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrLabel14.WordWrap                       = false;
     //
     // xrLabel3
     //
     this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_ARRIVAL.T_ARRIVAL_T_MATERIAL_CARD.MTL_NAME")
     });
     this.xrLabel3.Dpi                            = 254F;
     this.xrLabel3.Font                           = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(380.3241F, 77.46006F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(328.3693F, 37.10001F);
     this.xrLabel3.StylePriority.UseBorders       = false;
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "xrLabel3";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel3.WordWrap                       = false;
     //
     // xrBarCode1
     //
     this.xrBarCode1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_ARRIVAL.T_ARRIVAL_T_MATERIAL_CARD.SERIAL_NO")
     });
     this.xrBarCode1.Dpi                            = 254F;
     this.xrBarCode1.LocationFloat                  = new DevExpress.Utils.PointFloat(31.8125F, 28.87309F);
     this.xrBarCode1.Module                         = 6.9F;
     this.xrBarCode1.Name                           = "xrBarCode1";
     this.xrBarCode1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 1, 1, 254F);
     this.xrBarCode1.ShowText                       = false;
     this.xrBarCode1.SizeF                          = new System.Drawing.SizeF(150F, 150F);
     this.xrBarCode1.StylePriority.UsePadding       = false;
     this.xrBarCode1.StylePriority.UseTextAlignment = false;
     qrCodeGenerator1.Version                       = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
     this.xrBarCode1.Symbology                      = qrCodeGenerator1;
     this.xrBarCode1.Text                           = "M15062000002";
     this.xrBarCode1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel5
     //
     this.xrLabel5.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_ARRIVAL.T_ARRIVAL_T_MATERIAL_CARD.UNIT_ID")
     });
     this.xrLabel5.Dpi                            = 254F;
     this.xrLabel5.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(901.8594F, 44.76488F);
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(77.59357F, 49.16051F);
     this.xrLabel5.StylePriority.UseBorders       = false;
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "xrLabel5";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrLabel5.WordWrap                       = false;
     //
     // xrShape1
     //
     this.xrShape1.Dpi                      = 254F;
     this.xrShape1.LocationFloat            = new DevExpress.Utils.PointFloat(3F, 0F);
     this.xrShape1.Name                     = "xrShape1";
     this.xrShape1.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.xrShape1.Shape                    = shapeRectangle1;
     this.xrShape1.SizeF                    = new System.Drawing.SizeF(1042F, 198F);
     this.xrShape1.StylePriority.UsePadding = false;
     //
     // dtS_MTL_CARD1
     //
     this.dtS_MTL_CARD1.DataSetName             = "DTS_MTL_CARD";
     this.dtS_MTL_CARD1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel26,
         this.xrLabel25,
         this.xrLabel24,
         this.xrPageInfo1,
         this.xpiPageInfo
     });
     this.PageFooter.Dpi     = 254F;
     this.PageFooter.HeightF = 58.20833F;
     this.PageFooter.Name    = "PageFooter";
     //
     // xpiPageInfo
     //
     this.xpiPageInfo.Dpi                            = 254F;
     this.xpiPageInfo.Font                           = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.xpiPageInfo.Format                         = "Page : {0} of {1}";
     this.xpiPageInfo.LocationFloat                  = new DevExpress.Utils.PointFloat(29.61932F, 10.3717F);
     this.xpiPageInfo.Name                           = "xpiPageInfo";
     this.xpiPageInfo.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xpiPageInfo.SizeF                          = new System.Drawing.SizeF(254F, 33.41998F);
     this.xpiPageInfo.StylePriority.UseFont          = false;
     this.xpiPageInfo.StylePriority.UseTextAlignment = false;
     this.xpiPageInfo.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel24
     //
     this.xrLabel24.Dpi                            = 254F;
     this.xrLabel24.Font                           = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel24.LocationFloat                  = new DevExpress.Utils.PointFloat(1241.142F, 6.244165F);
     this.xrLabel24.Name                           = "xrLabel24";
     this.xrLabel24.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel24.SizeF                          = new System.Drawing.SizeF(208.2799F, 45.72F);
     this.xrLabel24.StylePriority.UseFont          = false;
     this.xrLabel24.StylePriority.UseTextAlignment = false;
     this.xrLabel24.Text                           = "Print DateTime:";
     this.xrLabel24.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Dpi                            = 254F;
     this.xrPageInfo1.Font                           = new System.Drawing.Font("Tahoma", 7F);
     this.xrPageInfo1.Format                         = "{0:dd-MM-yyyy hh:mm:ss}";
     this.xrPageInfo1.LocationFloat                  = new DevExpress.Utils.PointFloat(1449.422F, 6.244165F);
     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(263.6309F, 45.72F);
     this.xrPageInfo1.StylePriority.UseFont          = false;
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrPageInfo1.WordWrap                       = false;
     //
     // xrLabel26
     //
     this.xrLabel26.Dpi                            = 254F;
     this.xrLabel26.Font                           = new System.Drawing.Font("Tahoma", 7F, System.Drawing.FontStyle.Bold);
     this.xrLabel26.LocationFloat                  = new DevExpress.Utils.PointFloat(1713.053F, 6.244165F);
     this.xrLabel26.Name                           = "xrLabel26";
     this.xrLabel26.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel26.SizeF                          = new System.Drawing.SizeF(132.8048F, 45.72F);
     this.xrLabel26.StylePriority.UseFont          = false;
     this.xrLabel26.StylePriority.UseTextAlignment = false;
     this.xrLabel26.Text                           = "Print By:";
     this.xrLabel26.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel25
     //
     this.xrLabel25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.paramUserPrint, "Text", "")
     });
     this.xrLabel25.Dpi                            = 254F;
     this.xrLabel25.Font                           = new System.Drawing.Font("Tahoma", 7F);
     this.xrLabel25.LocationFloat                  = new DevExpress.Utils.PointFloat(1845.858F, 6.244165F);
     this.xrLabel25.Name                           = "xrLabel25";
     this.xrLabel25.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.xrLabel25.SizeF                          = new System.Drawing.SizeF(254F, 45.72F);
     this.xrLabel25.StylePriority.UseFont          = false;
     this.xrLabel25.StylePriority.UseTextAlignment = false;
     this.xrLabel25.Text                           = "xrLabel16";
     this.xrLabel25.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel25.WordWrap                       = false;
     //
     // RPT_MATERIAL_CARD_LABEL_3
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.DetailReport,
         this.PageFooter
     });
     this.DataMember = "T_ARRIVAL";
     this.DataSource = this.dtS_MTL_CARD1;
     this.Dpi        = 254F;
     this.Margins    = new System.Drawing.Printing.Margins(25, 25, 25, 25);
     this.PageHeight = 2794;
     this.PageWidth  = 2159;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.paramUserPrint
     });
     this.PrinterName             = "EasyCoder PD42 (300 dpi) - IPL";
     this.ReportUnit              = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.RequestParameters       = false;
     this.ShowPreviewMarginLines  = false;
     this.ShowPrintMarginsWarning = false;
     this.SnapGridSize            = 30F;
     this.Version = "11.2";
     ((System.ComponentModel.ISupportInitialize)(this.dtS_MTL_CARD1)).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(rp_In_Betacam_Trong30_Max10));
            DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrSubreport1 = new DevExpress.XtraReports.UI.XRSubreport();
            this.rp_In_Betacam_Trong30_Max10_CT_F1 = new ProtocolVN.App.VideoLibrary.rp_In_Betacam_Trong30_Max10_CT_F();
            this.xrSubreport2 = new DevExpress.XtraReports.UI.XRSubreport();
            this.rp_In_Betacam_Trong30_Max10_CT_L1 = new ProtocolVN.App.VideoLibrary.rp_In_Betacam_Trong30_Max10_CT_L();
            this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
            this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabelNgayNhap = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
            this.xrShape1 = new DevExpress.XtraReports.UI.XRShape();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.formattingRule1 = new DevExpress.XtraReports.UI.FormattingRule();
            this.dS_INBETACAM_TRONG1 = new ProtocolVN.App.VideoLibrary.DataSource.DS_INBETACAM_TRONG();
            this.iN_BETACAM_TRONGTableAdapter = new ProtocolVN.App.VideoLibrary.DataSource.DS_INBETACAM_TRONGTableAdapters.IN_BETACAM_TRONGTableAdapter();
            this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Trong30_Max10_CT_F1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Trong30_Max10_CT_L1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dS_INBETACAM_TRONG1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrSubreport1,
            this.xrSubreport2,
            this.xrLine1,
            this.xrLabel11,
            this.xrLabelNgayNhap,
            this.xrLabel7,
            this.xrPictureBox1,
            this.xrShape1});
            this.Detail.Dpi = 254F;
            this.Detail.HeightF = 693F;
            this.Detail.KeepTogether = true;
            this.Detail.MultiColumn.ColumnCount = 2;
            this.Detail.MultiColumn.Direction = DevExpress.XtraReports.UI.ColumnDirection.AcrossThenDown;
            this.Detail.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrSubreport1
            // 
            this.xrSubreport1.Dpi = 254F;
            this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(62.73362F, 200.58F);
            this.xrSubreport1.Name = "xrSubreport1";
            this.xrSubreport1.ReportSource = this.rp_In_Betacam_Trong30_Max10_CT_F1;
            this.xrSubreport1.SizeF = new System.Drawing.SizeF(394.2292F, 398.4406F);
            this.xrSubreport1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrSubreport1_BeforePrint);
            // 
            // xrSubreport2
            // 
            this.xrSubreport2.Dpi = 254F;
            this.xrSubreport2.LocationFloat = new DevExpress.Utils.PointFloat(511.4232F, 201.58F);
            this.xrSubreport2.Name = "xrSubreport2";
            this.xrSubreport2.ReportSource = this.rp_In_Betacam_Trong30_Max10_CT_L1;
            this.xrSubreport2.SizeF = new System.Drawing.SizeF(399.5208F, 397.4406F);
            this.xrSubreport2.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrSubreport2_BeforePrint);
            // 
            // xrLine1
            // 
            this.xrLine1.Dpi = 254F;
            this.xrLine1.LineDirection = DevExpress.XtraReports.UI.LineDirection.Vertical;
            this.xrLine1.LineWidth = 3;
            this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(467.5829F, 218.1632F);
            this.xrLine1.Name = "xrLine1";
            this.xrLine1.SizeF = new System.Drawing.SizeF(28.89996F, 365.6908F);
            // 
            // xrLabel11
            // 
            this.xrLabel11.Dpi = 254F;
            this.xrLabel11.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(232.8718F, 74.62501F);
            this.xrLabel11.Name = "xrLabel11";
            this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel11.SizeF = new System.Drawing.SizeF(652.8406F, 58.41992F);
            this.xrLabel11.StylePriority.UseBorderColor = false;
            this.xrLabel11.StylePriority.UseFont = false;
            this.xrLabel11.StylePriority.UseForeColor = false;
            this.xrLabel11.StylePriority.UseTextAlignment = false;
            this.xrLabel11.Text = "Mã băng: [MA_BANG]";
            this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabelNgayNhap
            // 
            this.xrLabelNgayNhap.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_TRONG.NGAY_NHAP", "Ngày: {0:dd/MM/yyyy}")});
            this.xrLabelNgayNhap.Dpi = 254F;
            this.xrLabelNgayNhap.Font = new System.Drawing.Font("Arial", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
            this.xrLabelNgayNhap.KeepTogether = true;
            this.xrLabelNgayNhap.LocationFloat = new DevExpress.Utils.PointFloat(48.44189F, 592.854F);
            this.xrLabelNgayNhap.Name = "xrLabelNgayNhap";
            this.xrLabelNgayNhap.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabelNgayNhap.SizeF = new System.Drawing.SizeF(859.5022F, 58.41992F);
            this.xrLabelNgayNhap.StylePriority.UseFont = false;
            this.xrLabelNgayNhap.StylePriority.UseTextAlignment = false;
            this.xrLabelNgayNhap.Text = "xrLabel10";
            this.xrLabelNgayNhap.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel7
            // 
            this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_TRONG.NOI_DUNG")});
            this.xrLabel7.Dpi = 254F;
            this.xrLabel7.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(232.8718F, 133.045F);
            this.xrLabel7.Name = "xrLabel7";
            this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel7.SizeF = new System.Drawing.SizeF(652.8406F, 58.42F);
            this.xrLabel7.StylePriority.UseFont = false;
            this.xrLabel7.StylePriority.UseTextAlignment = false;
            this.xrLabel7.Text = "xrLabel7";
            this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrPictureBox1
            // 
            this.xrPictureBox1.BorderWidth = 0;
            this.xrPictureBox1.Dpi = 254F;
            this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
            this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(48.44189F, 21.00001F);
            this.xrPictureBox1.Name = "xrPictureBox1";
            this.xrPictureBox1.SizeF = new System.Drawing.SizeF(184.43F, 175.37F);
            this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
            this.xrPictureBox1.StylePriority.UseBorderWidth = false;
            // 
            // xrShape1
            // 
            this.xrShape1.Dpi = 254F;
            this.xrShape1.LineWidth = 7;
            this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(28.04581F, 15.00001F);
            this.xrShape1.Name = "xrShape1";
            shapeRectangle1.Fillet = 25;
            this.xrShape1.Shape = shapeRectangle1;
            this.xrShape1.SizeF = new System.Drawing.SizeF(900F, 650F);
            // 
            // TopMargin
            // 
            this.TopMargin.Dpi = 254F;
            this.TopMargin.HeightF = 50F;
            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 = 66F;
            this.BottomMargin.Name = "BottomMargin";
            this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
            this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // formattingRule1
            // 
            this.formattingRule1.DataSource = this.dS_INBETACAM_TRONG1;
            this.formattingRule1.Name = "formattingRule1";
            // 
            // dS_INBETACAM_TRONG1
            // 
            this.dS_INBETACAM_TRONG1.DataSetName = "DS_INBETACAM_TRONG";
            this.dS_INBETACAM_TRONG1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // iN_BETACAM_TRONGTableAdapter
            // 
            this.iN_BETACAM_TRONGTableAdapter.ClearBeforeFill = true;
            // 
            // PageFooter
            // 
            this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel1});
            this.PageFooter.Dpi = 254F;
            this.PageFooter.HeightF = 58F;
            this.PageFooter.Name = "PageFooter";
            // 
            // xrLabel1
            // 
            this.xrLabel1.Dpi = 254F;
            this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Italic);
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(1252.188F, 8F);
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(658.8126F, 36.06587F);
            this.xrLabel1.StylePriority.UseFont = false;
            this.xrLabel1.StylePriority.UseTextAlignment = false;
            this.xrLabel1.Text = "NHÃN BETACAM TRONG 30";
            this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            // 
            // rp_In_Betacam_Trong30_Max10
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin,
            this.PageFooter});
            this.DataAdapter = this.iN_BETACAM_TRONGTableAdapter;
            this.DataMember = "IN_BETACAM_TRONG";
            this.DataSource = this.dS_INBETACAM_TRONG1;
            this.Dpi = 254F;
            this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
            this.formattingRule1});
            this.Margins = new System.Drawing.Printing.Margins(69, 101, 50, 66);
            this.PageHeight = 2969;
            this.PageWidth = 2101;
            this.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
            this.SnapGridSize = 7.62F;
            this.Version = "10.1";
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Trong30_Max10_CT_F1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Trong30_Max10_CT_L1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dS_INBETACAM_TRONG1)).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();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(XtraReportStorage));
     DevExpress.XtraReports.UI.XRSummary            xrSummary3      = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary            xrSummary2      = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     this.Detail                   = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable2                 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2              = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell5             = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6             = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4             = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin                = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin             = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrPageInfo1              = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo2              = new DevExpress.XtraReports.UI.XRPageInfo();
     this.reportHeaderBand1        = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel1                 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox1            = new DevExpress.XtraReports.UI.XRPictureBox();
     this.groupHeaderBand1         = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrPanel1                 = new DevExpress.XtraReports.UI.XRPanel();
     this.xrTable1                 = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1              = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell2             = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3             = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1             = new DevExpress.XtraReports.UI.XRTableCell();
     this.Title                    = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailCaption3           = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData3              = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData3_Odd          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailCaptionBackground3 = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo                 = new DevExpress.XtraReports.UI.XRControlStyle();
     this.ReportFooter             = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel2                 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3                 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4                 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5                 = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape1                 = new DevExpress.XtraReports.UI.XRShape();
     this.xrLine1                  = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine2                  = new DevExpress.XtraReports.UI.XRLine();
     this.objectDataSource1        = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).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)((((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;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell6,
         this.xrTableCell5,
         this.xrTableCell4
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 11.5D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[totalSellPrice]")
     });
     this.xrTableCell5.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell5.Multiline                      = true;
     this.xrTableCell5.Name                           = "xrTableCell5";
     this.xrTableCell5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell5.StyleName                      = "DetailData3";
     this.xrTableCell5.StylePriority.UseFont          = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     xrSummary1.Running                 = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrTableCell5.Summary          = xrSummary1;
     this.xrTableCell5.Text             = "xrTableCell5";
     this.xrTableCell5.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell5.TextFormatString = "{0:#,#.0}";
     this.xrTableCell5.Weight           = 0.34632058777013885D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[totalPurshasePrice]")
     });
     this.xrTableCell6.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell6.Multiline                      = true;
     this.xrTableCell6.Name                           = "xrTableCell6";
     this.xrTableCell6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell6.StyleName                      = "DetailData3";
     this.xrTableCell6.StylePriority.UseFont          = false;
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text                           = "xrTableCell6";
     this.xrTableCell6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell6.TextFormatString               = "{0:#,#.0}";
     this.xrTableCell6.Weight                         = 0.38980445341777864D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Store_Name]")
     });
     this.xrTableCell4.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell4.Multiline                      = true;
     this.xrTableCell4.Name                           = "xrTableCell4";
     this.xrTableCell4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell4.StyleName                      = "DetailData3";
     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.26387493426983172D;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 28.125F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrPageInfo2
     });
     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(6F, 6F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo1.StyleName     = "PageInfo";
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.LocationFloat    = new DevExpress.Utils.PointFloat(331F, 6F);
     this.xrPageInfo2.Name             = "xrPageInfo2";
     this.xrPageInfo2.Padding          = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.SizeF            = new System.Drawing.SizeF(313F, 23F);
     this.xrPageInfo2.StyleName        = "PageInfo";
     this.xrPageInfo2.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrPageInfo2.TextFormatString = "Page {0} of {1}";
     //
     // reportHeaderBand1
     //
     this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrPictureBox1
     });
     this.reportHeaderBand1.HeightF = 78.75001F;
     this.reportHeaderBand1.Name    = "reportHeaderBand1";
     //
     // xrLabel1
     //
     this.xrLabel1.Font                           = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(145.5833F, 25.79168F);
     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(447.375F, 25.55338F);
     this.xrLabel1.StyleName                      = "Title";
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "المخزون";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Image          = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
     this.xrPictureBox1.ImageAlignment = DevExpress.XtraPrinting.ImageAlignment.MiddleCenter;
     this.xrPictureBox1.LocationFloat  = new DevExpress.Utils.PointFloat(56.03924F, 6.00001F);
     this.xrPictureBox1.Name           = "xrPictureBox1";
     this.xrPictureBox1.SizeF          = new System.Drawing.SizeF(57.50001F, 68.18632F);
     this.xrPictureBox1.Sizing         = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // groupHeaderBand1
     //
     this.groupHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPanel1
     });
     this.groupHeaderBand1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail;
     this.groupHeaderBand1.HeightF    = 48F;
     this.groupHeaderBand1.Name       = "groupHeaderBand1";
     //
     // xrPanel1
     //
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPanel1.Name          = "xrPanel1";
     this.xrPanel1.SizeF         = new System.Drawing.SizeF(650F, 48F);
     this.xrPanel1.StyleName     = "DetailCaptionBackground3";
     //
     // xrTable1
     //
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 20F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 28F);
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell3,
         this.xrTableCell2,
         this.xrTableCell1
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // 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.BorderWidth = 1F;
     this.xrTableCell2.Font        = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell2.Multiline   = true;
     this.xrTableCell2.Name        = "xrTableCell2";
     this.xrTableCell2.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell2.StyleName   = "DetailCaption3";
     this.xrTableCell2.StylePriority.UseBorders       = false;
     this.xrTableCell2.StylePriority.UseBorderWidth   = 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.34632061369555489D;
     //
     // 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.BorderWidth = 1F;
     this.xrTableCell3.Font        = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell3.Multiline   = true;
     this.xrTableCell3.Name        = "xrTableCell3";
     this.xrTableCell3.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell3.StyleName   = "DetailCaption3";
     this.xrTableCell3.StylePriority.UseBorders       = false;
     this.xrTableCell3.StylePriority.UseBorderWidth   = false;
     this.xrTableCell3.StylePriority.UseFont          = false;
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     this.xrTableCell3.Text          = " المخزون بسعر الشراء";
     this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell3.Weight        = 0.38980447550967345D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell1.BorderWidth = 1F;
     this.xrTableCell1.Font        = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell1.Multiline   = true;
     this.xrTableCell1.Name        = "xrTableCell1";
     this.xrTableCell1.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell1.StyleName   = "DetailCaption3";
     this.xrTableCell1.StylePriority.UseBorders       = false;
     this.xrTableCell1.StylePriority.UseBorderWidth   = false;
     this.xrTableCell1.StylePriority.UseFont          = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text          = "اسم المخزن";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell1.Weight        = 0.26387493426983172D;
     //
     // Title
     //
     this.Title.BackColor   = System.Drawing.Color.Transparent;
     this.Title.BorderColor = System.Drawing.Color.Black;
     this.Title.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.Title.BorderWidth = 1F;
     this.Title.Font        = new System.Drawing.Font("Tahoma", 14F);
     this.Title.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.Title.Name        = "Title";
     //
     // DetailCaption3
     //
     this.DetailCaption3.BackColor     = System.Drawing.Color.Transparent;
     this.DetailCaption3.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailCaption3.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.DetailCaption3.Font          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.DetailCaption3.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.DetailCaption3.Name          = "DetailCaption3";
     this.DetailCaption3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailCaption3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData3
     //
     this.DetailData3.Font          = new System.Drawing.Font("Tahoma", 8F);
     this.DetailData3.ForeColor     = System.Drawing.Color.Black;
     this.DetailData3.Name          = "DetailData3";
     this.DetailData3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailData3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData3_Odd
     //
     this.DetailData3_Odd.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
     this.DetailData3_Odd.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailData3_Odd.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.DetailData3_Odd.BorderWidth   = 1F;
     this.DetailData3_Odd.Font          = new System.Drawing.Font("Tahoma", 8F);
     this.DetailData3_Odd.ForeColor     = System.Drawing.Color.Black;
     this.DetailData3_Odd.Name          = "DetailData3_Odd";
     this.DetailData3_Odd.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailCaptionBackground3
     //
     this.DetailCaptionBackground3.BackColor   = System.Drawing.Color.Transparent;
     this.DetailCaptionBackground3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(206)))), ((int)(((byte)(206)))));
     this.DetailCaptionBackground3.Borders     = DevExpress.XtraPrinting.BorderSide.Top;
     this.DetailCaptionBackground3.BorderWidth = 2F;
     this.DetailCaptionBackground3.Name        = "DetailCaptionBackground3";
     //
     // PageInfo
     //
     this.PageInfo.Font      = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.PageInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.PageInfo.Name      = "PageInfo";
     this.PageInfo.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrShape1,
         this.xrLine2,
         this.xrLine1,
         this.xrLabel5,
         this.xrLabel4,
         this.xrLabel2,
         this.xrLabel3
     });
     this.ReportFooter.HeightF       = 134.125F;
     this.ReportFooter.Name          = "ReportFooter";
     this.ReportFooter.PrintAtBottom = true;
     //
     // xrLabel2
     //
     this.xrLabel2.Font                  = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat         = new DevExpress.Utils.PointFloat(189.6917F, 35.37499F);
     this.xrLabel2.Multiline             = true;
     this.xrLabel2.Name                  = "xrLabel2";
     this.xrLabel2.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                 = new System.Drawing.SizeF(173.1667F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text                  = "اجمالي المخزون بسعر البيع";
     //
     // xrLabel3
     //
     this.xrLabel3.Font                  = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat         = new DevExpress.Utils.PointFloat(192.8168F, 68.41666F);
     this.xrLabel3.Multiline             = true;
     this.xrLabel3.Name                  = "xrLabel3";
     this.xrLabel3.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                 = new System.Drawing.SizeF(173.1667F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.Text                  = "اجمالي المخزون بسعر الشراء";
     //
     // xrLabel4
     //
     this.xrLabel4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "sumSum([totalPurshasePrice])")
     });
     this.xrLabel4.Font                  = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat         = new DevExpress.Utils.PointFloat(27.08333F, 35.37499F);
     this.xrLabel4.Multiline             = true;
     this.xrLabel4.Name                  = "xrLabel4";
     this.xrLabel4.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                 = new System.Drawing.SizeF(144.7917F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     xrSummary3.Running                  = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrLabel4.Summary               = xrSummary3;
     this.xrLabel4.Text                  = "xrLabel4";
     this.xrLabel4.TextAlignment         = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel5
     //
     this.xrLabel5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "sumSum([totalSellPrice])")
     });
     this.xrLabel5.Font                  = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat         = new DevExpress.Utils.PointFloat(27.08333F, 68.41666F);
     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(144.7917F, 23F);
     this.xrLabel5.StylePriority.UseFont = false;
     xrSummary2.Running                  = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrLabel5.Summary               = xrSummary2;
     this.xrLabel5.Text                  = "xrLabel5";
     this.xrLabel5.TextAlignment         = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrShape1
     //
     this.xrShape1.LineWidth     = 2;
     this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(10.00007F, 25.04161F);
     this.xrShape1.Name          = "xrShape1";
     this.xrShape1.Shape         = shapeRectangle1;
     this.xrShape1.SizeF         = new System.Drawing.SizeF(355.9835F, 75.75004F);
     //
     // xrLine1
     //
     this.xrLine1.Borders                      = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLine1.BorderWidth                  = 1F;
     this.xrLine1.LineWidth                    = 2F;
     this.xrLine1.LocationFloat                = new DevExpress.Utils.PointFloat(10.00007F, 47.95834F);
     this.xrLine1.Name                         = "xrLine1";
     this.xrLine1.SizeF                        = new System.Drawing.SizeF(355.9835F, 23F);
     this.xrLine1.StylePriority.UseBorders     = false;
     this.xrLine1.StylePriority.UseBorderWidth = false;
     //
     // xrLine2
     //
     this.xrLine2.LineDirection = DevExpress.XtraReports.UI.LineDirection.Vertical;
     this.xrLine2.LineWidth     = 2F;
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(133.0833F, 25.04161F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(92.02512F, 75.75004F);
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataSource = typeof(TaxesSystem.Store.Reports.تقرير_اصناف_الشركات.Data);
     this.objectDataSource1.Name       = "objectDataSource1";
     //
     // XtraReportStorage
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.reportHeaderBand1,
         this.groupHeaderBand1,
         this.ReportFooter
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(100, 100, 28, 100);
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.DetailCaption3,
         this.DetailData3,
         this.DetailData3_Odd,
         this.DetailCaptionBackground3,
         this.PageInfo
     });
     this.Version = "18.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rp_In_Betacam_Ngoai30_Max10));
            DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrSubreport1 = new DevExpress.XtraReports.UI.XRSubreport();
            this.rp_In_Betacam_Ngoai30_Max10_CT1 = new ProtocolVN.App.VideoLibrary.rp_In_Betacam_Ngoai30_Max10_CT();
            this.xrLabelNgayNhap = new DevExpress.XtraReports.UI.XRLabel();
            this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
            this.xrLabel103 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel102 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel55 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel54 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLine5 = new DevExpress.XtraReports.UI.XRLine();
            this.xrLine4 = new DevExpress.XtraReports.UI.XRLine();
            this.xrShape1 = new DevExpress.XtraReports.UI.XRShape();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.xrControlStyle1 = new DevExpress.XtraReports.UI.XRControlStyle();
            this.dS_INBETACAM_NGOAI1 = new ProtocolVN.App.VideoLibrary.DataSource.DS_INBETACAM_NGOAI();
            this.iN_BETACAM_NGOAITableAdapter = new ProtocolVN.App.VideoLibrary.DataSource.DS_INBETACAM_NGOAITableAdapters.IN_BETACAM_NGOAITableAdapter();
            this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
            this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Ngoai30_Max10_CT1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dS_INBETACAM_NGOAI1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel2,
            this.xrLabel1,
            this.xrSubreport1,
            this.xrLabelNgayNhap,
            this.xrPictureBox1,
            this.xrLabel103,
            this.xrLabel102,
            this.xrLabel55,
            this.xrLabel54,
            this.xrLine5,
            this.xrLine4,
            this.xrShape1});
            this.Detail.Dpi = 254F;
            this.Detail.HeightF = 839F;
            this.Detail.KeepTogether = true;
            this.Detail.MultiColumn.ColumnCount = 2;
            this.Detail.MultiColumn.Direction = DevExpress.XtraReports.UI.ColumnDirection.AcrossThenDown;
            this.Detail.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel2
            // 
            this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_NGOAI.KHXK_ND")});
            this.xrLabel2.Dpi = 254F;
            this.xrLabel2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(31.74899F, 657.7946F);
            this.xrLabel2.Name = "xrLabel2";
            this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel2.SizeF = new System.Drawing.SizeF(265.4008F, 58.41998F);
            this.xrLabel2.StylePriority.UseFont = false;
            this.xrLabel2.StylePriority.UseTextAlignment = false;
            this.xrLabel2.Text = "xrLabel2";
            this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel1
            // 
            this.xrLabel1.CanGrow = false;
            this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_NGOAI.KHPL")});
            this.xrLabel1.Dpi = 254F;
            this.xrLabel1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.xrLabel1.KeepTogether = true;
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(31.74899F, 588.3188F);
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(265.4008F, 58.42004F);
            this.xrLabel1.StylePriority.UseFont = false;
            this.xrLabel1.StylePriority.UseTextAlignment = false;
            this.xrLabel1.Text = "xrLabel1";
            this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrSubreport1
            // 
            this.xrSubreport1.Dpi = 254F;
            this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(350.0665F, 171.0491F);
            this.xrSubreport1.Name = "xrSubreport1";
            this.xrSubreport1.ReportSource = this.rp_In_Betacam_Ngoai30_Max10_CT1;
            this.xrSubreport1.SizeF = new System.Drawing.SizeF(984.4166F, 491.7455F);
            this.xrSubreport1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrSubreport1_BeforePrint);
            // 
            // xrLabelNgayNhap
            // 
            this.xrLabelNgayNhap.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_NGOAI.NGAY_NHAP", "Ngày: {0:dd/MM/yyyy}")});
            this.xrLabelNgayNhap.Dpi = 254F;
            this.xrLabelNgayNhap.Font = new System.Drawing.Font("Arial", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
            this.xrLabelNgayNhap.KeepTogether = true;
            this.xrLabelNgayNhap.LocationFloat = new DevExpress.Utils.PointFloat(363.2955F, 664.7947F);
            this.xrLabelNgayNhap.Name = "xrLabelNgayNhap";
            this.xrLabelNgayNhap.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabelNgayNhap.SizeF = new System.Drawing.SizeF(995.0002F, 50.4198F);
            this.xrLabelNgayNhap.StylePriority.UseFont = false;
            this.xrLabelNgayNhap.StylePriority.UseTextAlignment = false;
            this.xrLabelNgayNhap.Text = "xrLabelNgayNhap";
            this.xrLabelNgayNhap.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrPictureBox1
            // 
            this.xrPictureBox1.BorderWidth = 0;
            this.xrPictureBox1.Dpi = 254F;
            this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
            this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(44.97812F, 59.39576F);
            this.xrPictureBox1.Name = "xrPictureBox1";
            this.xrPictureBox1.SizeF = new System.Drawing.SizeF(241.5882F, 174.799F);
            this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
            this.xrPictureBox1.StylePriority.UseBorderWidth = false;
            // 
            // xrLabel103
            // 
            this.xrLabel103.AnchorVertical = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom)));
            this.xrLabel103.CanGrow = false;
            this.xrLabel103.Dpi = 254F;
            this.xrLabel103.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.xrLabel103.LocationFloat = new DevExpress.Utils.PointFloat(79.37395F, 440.2254F);
            this.xrLabel103.Multiline = true;
            this.xrLabel103.Name = "xrLabel103";
            this.xrLabel103.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel103.SizeF = new System.Drawing.SizeF(159.5675F, 48.09331F);
            this.xrLabel103.StylePriority.UseFont = false;
            this.xrLabel103.StylePriority.UseTextAlignment = false;
            this.xrLabel103.Text = "Tập\r\n[SO_TAP]";
            this.xrLabel103.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
            // 
            // xrLabel102
            // 
            this.xrLabel102.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_NGOAI.NOI_DUNG")});
            this.xrLabel102.Dpi = 254F;
            this.xrLabel102.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.xrLabel102.LocationFloat = new DevExpress.Utils.PointFloat(31.74891F, 258.7419F);
            this.xrLabel102.Multiline = true;
            this.xrLabel102.Name = "xrLabel102";
            this.xrLabel102.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel102.SizeF = new System.Drawing.SizeF(265.4009F, 149.7333F);
            this.xrLabel102.StylePriority.UseFont = false;
            this.xrLabel102.StylePriority.UseTextAlignment = false;
            this.xrLabel102.Text = "xrLabel102";
            this.xrLabel102.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
            // 
            // xrLabel55
            // 
            this.xrLabel55.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_NGOAI.NOI_DUNG")});
            this.xrLabel55.Dpi = 254F;
            this.xrLabel55.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
            this.xrLabel55.LocationFloat = new DevExpress.Utils.PointFloat(350.0667F, 131.1501F);
            this.xrLabel55.Name = "xrLabel55";
            this.xrLabel55.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel55.SizeF = new System.Drawing.SizeF(995.0002F, 39.89897F);
            this.xrLabel55.StylePriority.UseFont = false;
            this.xrLabel55.StylePriority.UseTextAlignment = false;
            this.xrLabel55.Text = "xrLabel55";
            this.xrLabel55.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel54
            // 
            this.xrLabel54.Dpi = 254F;
            this.xrLabel54.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold);
            this.xrLabel54.LocationFloat = new DevExpress.Utils.PointFloat(350.0665F, 83.17079F);
            this.xrLabel54.Name = "xrLabel54";
            this.xrLabel54.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel54.SizeF = new System.Drawing.SizeF(995.0002F, 44.97924F);
            this.xrLabel54.StylePriority.UseFont = false;
            this.xrLabel54.StylePriority.UseTextAlignment = false;
            this.xrLabel54.Text = "Mã Băng: [MA_BANG]";
            this.xrLabel54.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLine5
            // 
            this.xrLine5.Dpi = 254F;
            this.xrLine5.LineWidth = 3;
            this.xrLine5.LocationFloat = new DevExpress.Utils.PointFloat(31.74891F, 646.7389F);
            this.xrLine5.Name = "xrLine5";
            this.xrLine5.SizeF = new System.Drawing.SizeF(265.4009F, 11.05566F);
            // 
            // xrLine4
            // 
            this.xrLine4.Dpi = 254F;
            this.xrLine4.LineDirection = DevExpress.XtraReports.UI.LineDirection.Vertical;
            this.xrLine4.LineWidth = 3;
            this.xrLine4.LocationFloat = new DevExpress.Utils.PointFloat(308.2999F, 59.39576F);
            this.xrLine4.Name = "xrLine4";
            this.xrLine4.SizeF = new System.Drawing.SizeF(18.52081F, 679.12F);
            // 
            // xrShape1
            // 
            this.xrShape1.Dpi = 254F;
            this.xrShape1.LineWidth = 7;
            this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(8.295602F, 48.39579F);
            this.xrShape1.Name = "xrShape1";
            this.xrShape1.Shape = shapeRectangle1;
            this.xrShape1.SizeF = new System.Drawing.SizeF(1350F, 700F);
            // 
            // TopMargin
            // 
            this.TopMargin.Dpi = 254F;
            this.TopMargin.HeightF = 103F;
            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 = 95F;
            this.BottomMargin.Name = "BottomMargin";
            this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
            this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrControlStyle1
            // 
            this.xrControlStyle1.Name = "xrControlStyle1";
            this.xrControlStyle1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
            // 
            // dS_INBETACAM_NGOAI1
            // 
            this.dS_INBETACAM_NGOAI1.DataSetName = "DS_INBETACAM_NGOAI";
            this.dS_INBETACAM_NGOAI1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // iN_BETACAM_NGOAITableAdapter
            // 
            this.iN_BETACAM_NGOAITableAdapter.ClearBeforeFill = true;
            // 
            // PageFooter
            // 
            this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel3});
            this.PageFooter.Dpi = 254F;
            this.PageFooter.HeightF = 64F;
            this.PageFooter.Name = "PageFooter";
            // 
            // xrLabel3
            // 
            this.xrLabel3.Dpi = 254F;
            this.xrLabel3.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Italic);
            this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(2095.187F, 14.57994F);
            this.xrLabel3.Name = "xrLabel3";
            this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel3.SizeF = new System.Drawing.SizeF(658.8126F, 36.06587F);
            this.xrLabel3.StylePriority.UseFont = false;
            this.xrLabel3.StylePriority.UseTextAlignment = false;
            this.xrLabel3.Text = "NHÃN BETACAM NGOÀI 30";
            this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            // 
            // rp_In_Betacam_Ngoai30_Max10
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin,
            this.PageFooter});
            this.DataAdapter = this.iN_BETACAM_NGOAITableAdapter;
            this.DataMember = "IN_BETACAM_NGOAI";
            this.DataSource = this.dS_INBETACAM_NGOAI1;
            this.Dpi = 254F;
            this.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Underline);
            this.Landscape = true;
            this.Margins = new System.Drawing.Printing.Margins(87, 103, 103, 95);
            this.PageHeight = 2101;
            this.PageWidth = 2969;
            this.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
            this.SnapGridSize = 7.62F;
            this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
            this.xrControlStyle1});
            this.Version = "10.1";
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Ngoai30_Max10_CT1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dS_INBETACAM_NGOAI1)).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(rp_In_Betacam_Trong60_Max2));
            DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrSubreport1 = new DevExpress.XtraReports.UI.XRSubreport();
            this.rp_In_Betacam_Trong30_Max2_CT1 = new ProtocolVN.App.VideoLibrary.rp_In_Betacam_Trong30_Max2_CT();
            this.xrLabel30 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel31 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
            this.xrShape1 = new DevExpress.XtraReports.UI.XRShape();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.iN_BETACAM_TRONGTableAdapter = new ProtocolVN.App.VideoLibrary.DataSource.DS_INBETACAM_TRONGTableAdapters.IN_BETACAM_TRONGTableAdapter();
            this.dS_INBETACAM_TRONG1 = new ProtocolVN.App.VideoLibrary.DataSource.DS_INBETACAM_TRONG();
            this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Trong30_Max2_CT1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dS_INBETACAM_TRONG1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrSubreport1,
            this.xrLabel30,
            this.xrLabel31,
            this.xrLabel3,
            this.xrPictureBox1,
            this.xrShape1});
            this.Detail.Dpi = 254F;
            this.Detail.HeightF = 725F;
            this.Detail.KeepTogether = true;
            this.Detail.MultiColumn.ColumnCount = 2;
            this.Detail.MultiColumn.Direction = DevExpress.XtraReports.UI.ColumnDirection.AcrossThenDown;
            this.Detail.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrSubreport1
            // 
            this.xrSubreport1.Dpi = 254F;
            this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(236.9785F, 322.7482F);
            this.xrSubreport1.Name = "xrSubreport1";
            this.xrSubreport1.ReportSource = this.rp_In_Betacam_Trong30_Max2_CT1;
            this.xrSubreport1.SizeF = new System.Drawing.SizeF(691.7499F, 270.0866F);
            this.xrSubreport1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrSubreport1_BeforePrint);
            // 
            // xrLabel30
            // 
            this.xrLabel30.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_TRONG.NGAY_NHAP", "Ngày: {0:dd/MM/yyyy}")});
            this.xrLabel30.Dpi = 254F;
            this.xrLabel30.Font = new System.Drawing.Font("Arial", 13F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel30.LocationFloat = new DevExpress.Utils.PointFloat(215.8116F, 613.0491F);
            this.xrLabel30.Name = "xrLabel30";
            this.xrLabel30.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel30.SizeF = new System.Drawing.SizeF(712.9168F, 58.41998F);
            this.xrLabel30.StylePriority.UseFont = false;
            this.xrLabel30.StylePriority.UseTextAlignment = false;
            this.xrLabel30.Text = "xrLabel10";
            this.xrLabel30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel31
            // 
            this.xrLabel31.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_TRONG.MA_BANG", "Mã băng: {0}")});
            this.xrLabel31.Dpi = 254F;
            this.xrLabel31.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel31.LocationFloat = new DevExpress.Utils.PointFloat(215.8116F, 96.8384F);
            this.xrLabel31.Name = "xrLabel31";
            this.xrLabel31.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel31.SizeF = new System.Drawing.SizeF(712.9171F, 58.41996F);
            this.xrLabel31.StylePriority.UseBorderColor = false;
            this.xrLabel31.StylePriority.UseFont = false;
            this.xrLabel31.StylePriority.UseForeColor = false;
            this.xrLabel31.StylePriority.UseTextAlignment = false;
            this.xrLabel31.Text = "xrLabel11";
            this.xrLabel31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel3
            // 
            this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_TRONG.NOI_DUNG")});
            this.xrLabel3.Dpi = 254F;
            this.xrLabel3.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(215.8116F, 190.7618F);
            this.xrLabel3.Multiline = true;
            this.xrLabel3.Name = "xrLabel3";
            this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel3.SizeF = new System.Drawing.SizeF(712.9172F, 113.9825F);
            this.xrLabel3.StylePriority.UseFont = false;
            this.xrLabel3.StylePriority.UseTextAlignment = false;
            this.xrLabel3.Text = "xrLabel3";
            this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
            // 
            // xrPictureBox1
            // 
            this.xrPictureBox1.BorderWidth = 0;
            this.xrPictureBox1.Dpi = 254F;
            this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
            this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(24.85812F, 34.64585F);
            this.xrPictureBox1.Name = "xrPictureBox1";
            this.xrPictureBox1.SizeF = new System.Drawing.SizeF(184.4325F, 175.3701F);
            this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
            this.xrPictureBox1.StylePriority.UseBorderWidth = false;
            // 
            // xrShape1
            // 
            this.xrShape1.Dpi = 254F;
            this.xrShape1.LineWidth = 7;
            this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(12.85804F, 10.64583F);
            this.xrShape1.Name = "xrShape1";
            shapeRectangle1.Fillet = 25;
            this.xrShape1.Shape = shapeRectangle1;
            this.xrShape1.SizeF = new System.Drawing.SizeF(950F, 700F);
            // 
            // TopMargin
            // 
            this.TopMargin.Dpi = 254F;
            this.TopMargin.HeightF = 69F;
            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;
            // 
            // iN_BETACAM_TRONGTableAdapter
            // 
            this.iN_BETACAM_TRONGTableAdapter.ClearBeforeFill = true;
            // 
            // dS_INBETACAM_TRONG1
            // 
            this.dS_INBETACAM_TRONG1.DataSetName = "DS_INBETACAM_TRONG";
            this.dS_INBETACAM_TRONG1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // PageFooter
            // 
            this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel1});
            this.PageFooter.Dpi = 254F;
            this.PageFooter.HeightF = 58F;
            this.PageFooter.Name = "PageFooter";
            // 
            // xrLabel1
            // 
            this.xrLabel1.Dpi = 254F;
            this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Italic);
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(1288.187F, 10F);
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(658.8126F, 36.06587F);
            this.xrLabel1.StylePriority.UseFont = false;
            this.xrLabel1.StylePriority.UseTextAlignment = false;
            this.xrLabel1.Text = "NHÃN BETACAM TRONG 60";
            this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            // 
            // rp_In_Betacam_Trong60_Max2
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin,
            this.PageFooter});
            this.DataAdapter = this.iN_BETACAM_TRONGTableAdapter;
            this.DataMember = "IN_BETACAM_TRONG";
            this.DataSource = this.dS_INBETACAM_TRONG1;
            this.Dpi = 254F;
            this.Margins = new System.Drawing.Printing.Margins(66, 85, 69, 61);
            this.PageHeight = 2969;
            this.PageWidth = 2101;
            this.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
            this.SnapGridSize = 7.62F;
            this.Version = "10.1";
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Trong30_Max2_CT1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dS_INBETACAM_TRONG1)).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.Shape.ShapeRectangle shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     this.Detail                = new DevExpress.XtraReports.UI.DetailBand();
     this.elementSubReport      = new DevExpress.XtraReports.UI.XRSubreport();
     this.lblElementHeaderTitle = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin             = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin          = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.DetailReport          = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1               = new DevExpress.XtraReports.UI.DetailBand();
     this.xrShape1              = new DevExpress.XtraReports.UI.XRShape();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // elementSubReport
     //
     this.elementSubReport.LocationFloat = new DevExpress.Utils.PointFloat(18F, 23.00002F);
     this.elementSubReport.Name          = "elementSubReport";
     this.elementSubReport.SizeF         = new System.Drawing.SizeF(716F, 48.79166F);
     //
     // lblElementHeaderTitle
     //
     this.lblElementHeaderTitle.Font = new System.Drawing.Font("Times New Roman", 12F, ((System.Drawing.FontStyle)(((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)
                                                                                                                    | System.Drawing.FontStyle.Underline))));
     this.lblElementHeaderTitle.ForeColor                      = System.Drawing.Color.LightSlateGray;
     this.lblElementHeaderTitle.LocationFloat                  = new DevExpress.Utils.PointFloat(18F, 0F);
     this.lblElementHeaderTitle.Name                           = "lblElementHeaderTitle";
     this.lblElementHeaderTitle.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblElementHeaderTitle.SizeF                          = new System.Drawing.SizeF(716F, 23.00001F);
     this.lblElementHeaderTitle.StylePriority.UseBorders       = false;
     this.lblElementHeaderTitle.StylePriority.UseFont          = false;
     this.lblElementHeaderTitle.StylePriority.UseForeColor     = false;
     this.lblElementHeaderTitle.StylePriority.UseTextAlignment = false;
     this.lblElementHeaderTitle.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 32F;
     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       = 51F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1
     });
     this.DetailReport.Level = 0;
     this.DetailReport.Name  = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblElementHeaderTitle,
         this.elementSubReport,
         this.xrShape1
     });
     this.Detail1.HeightF = 71.79168F;
     this.Detail1.Name    = "Detail1";
     //
     // xrShape1
     //
     this.xrShape1.BackColor     = System.Drawing.Color.DimGray;
     this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(5F, 7F);
     this.xrShape1.Name          = "xrShape1";
     this.xrShape1.Shape         = shapeRectangle1;
     this.xrShape1.SizeF         = new System.Drawing.SizeF(10F, 10F);
     this.xrShape1.StylePriority.UseBackColor = false;
     //
     // PEMR_PatientMedicalRecordReportSub_rpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.DetailReport
     });
     this.Margins    = new System.Drawing.Printing.Margins(41, 42, 32, 51);
     this.PageHeight = 1169;
     this.PageWidth  = 827;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     this.Version    = "15.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     this.Detail                     = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLine2                    = new DevExpress.XtraReports.UI.XRLine();
     this.elementSubReport           = new DevExpress.XtraReports.UI.XRSubreport();
     this.lblElementHeaderTitle      = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin                  = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin               = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeader               = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel5                   = new DevExpress.XtraReports.UI.XRLabel();
     this.lblServiceName             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6                   = new DevExpress.XtraReports.UI.XRLabel();
     this.lblDate                    = new DevExpress.XtraReports.UI.XRLabel();
     this.lblDoctorName              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1                    = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel2                   = new DevExpress.XtraReports.UI.XRLabel();
     this.lblPatientID               = new DevExpress.XtraReports.UI.XRLabel();
     this.lblPatientName             = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3                   = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1                   = new DevExpress.XtraReports.UI.XRLabel();
     this.lblServiceCategoryName     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape1                   = new DevExpress.XtraReports.UI.XRShape();
     this.DetailReport               = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1                    = new DevExpress.XtraReports.UI.DetailBand();
     this.subReport_VisionRefraction = new DevExpress.XtraReports.UI.XRSubreport();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLine2
     //
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(5.999994F, 23.00002F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(728F, 6.333328F);
     //
     // elementSubReport
     //
     this.elementSubReport.LocationFloat = new DevExpress.Utils.PointFloat(6.000002F, 29.33F);
     this.elementSubReport.Name          = "elementSubReport";
     this.elementSubReport.SizeF         = new System.Drawing.SizeF(728F, 48.79166F);
     //
     // lblElementHeaderTitle
     //
     this.lblElementHeaderTitle.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.lblElementHeaderTitle.ForeColor                      = System.Drawing.Color.Black;
     this.lblElementHeaderTitle.LocationFloat                  = new DevExpress.Utils.PointFloat(5.999994F, 0F);
     this.lblElementHeaderTitle.Name                           = "lblElementHeaderTitle";
     this.lblElementHeaderTitle.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblElementHeaderTitle.SizeF                          = new System.Drawing.SizeF(728F, 23.00001F);
     this.lblElementHeaderTitle.StylePriority.UseBorders       = false;
     this.lblElementHeaderTitle.StylePriority.UseFont          = false;
     this.lblElementHeaderTitle.StylePriority.UseForeColor     = false;
     this.lblElementHeaderTitle.StylePriority.UseTextAlignment = false;
     this.lblElementHeaderTitle.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 32F;
     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       = 51F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel5,
         this.lblServiceName,
         this.xrLabel6,
         this.lblDate,
         this.lblDoctorName,
         this.xrLine1,
         this.xrLabel2,
         this.lblPatientID,
         this.lblPatientName,
         this.xrLabel3,
         this.xrLabel1,
         this.lblServiceCategoryName,
         this.xrShape1
     });
     this.ReportHeader.HeightF = 128.125F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel5
     //
     this.xrLabel5.Font                           = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.ForeColor                      = System.Drawing.Color.Navy;
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(10.00161F, 91.12502F);
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(128.1233F, 23.00001F);
     this.xrLabel5.StylePriority.UseBorders       = false;
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseForeColor     = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "Service Category :";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblServiceName
     //
     this.lblServiceName.Font                           = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.lblServiceName.ForeColor                      = System.Drawing.Color.Navy;
     this.lblServiceName.LocationFloat                  = new DevExpress.Utils.PointFloat(138.5433F, 68.12502F);
     this.lblServiceName.Name                           = "lblServiceName";
     this.lblServiceName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblServiceName.SizeF                          = new System.Drawing.SizeF(265.2917F, 23.00001F);
     this.lblServiceName.StylePriority.UseBorders       = false;
     this.lblServiceName.StylePriority.UseFont          = false;
     this.lblServiceName.StylePriority.UseForeColor     = false;
     this.lblServiceName.StylePriority.UseTextAlignment = false;
     this.lblServiceName.Text                           = "Wael Shaker Abd El Hamed Sayed";
     this.lblServiceName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel6
     //
     this.xrLabel6.Font                           = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.ForeColor                      = System.Drawing.Color.Navy;
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(509.75F, 45.12501F);
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(51.74994F, 23.00001F);
     this.xrLabel6.StylePriority.UseBorders       = false;
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseForeColor     = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "Date :";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblDate
     //
     this.lblDate.Font                           = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.lblDate.ForeColor                      = System.Drawing.Color.Navy;
     this.lblDate.LocationFloat                  = new DevExpress.Utils.PointFloat(561.4999F, 45.12501F);
     this.lblDate.Name                           = "lblDate";
     this.lblDate.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblDate.SizeF                          = new System.Drawing.SizeF(162.0834F, 23.00002F);
     this.lblDate.StylePriority.UseBorders       = false;
     this.lblDate.StylePriority.UseFont          = false;
     this.lblDate.StylePriority.UseForeColor     = false;
     this.lblDate.StylePriority.UseTextAlignment = false;
     this.lblDate.Text                           = "24-29-2018";
     this.lblDate.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblDoctorName
     //
     this.lblDoctorName.Font                           = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.lblDoctorName.ForeColor                      = System.Drawing.Color.Navy;
     this.lblDoctorName.LocationFloat                  = new DevExpress.Utils.PointFloat(138.5433F, 45.12501F);
     this.lblDoctorName.Name                           = "lblDoctorName";
     this.lblDoctorName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblDoctorName.SizeF                          = new System.Drawing.SizeF(265.2917F, 23.00001F);
     this.lblDoctorName.StylePriority.UseBorders       = false;
     this.lblDoctorName.StylePriority.UseFont          = false;
     this.lblDoctorName.StylePriority.UseForeColor     = false;
     this.lblDoctorName.StylePriority.UseTextAlignment = false;
     this.lblDoctorName.Text                           = "Wael Shaker Abd El Hamed Sayed";
     this.lblDoctorName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLine1
     //
     this.xrLine1.LineWidth     = 2;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(9.999943F, 33.5F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(713.5834F, 6.333328F);
     //
     // xrLabel2
     //
     this.xrLabel2.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(138.5433F, 10.49999F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(22.91666F, 23.00002F);
     this.xrLabel2.StylePriority.UseBorders       = false;
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "/";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblPatientID
     //
     this.lblPatientID.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.lblPatientID.ForeColor                      = System.Drawing.Color.Maroon;
     this.lblPatientID.LocationFloat                  = new DevExpress.Utils.PointFloat(9.999943F, 10.49999F);
     this.lblPatientID.Name                           = "lblPatientID";
     this.lblPatientID.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblPatientID.SizeF                          = new System.Drawing.SizeF(128.125F, 23.00001F);
     this.lblPatientID.StylePriority.UseBorders       = false;
     this.lblPatientID.StylePriority.UseFont          = false;
     this.lblPatientID.StylePriority.UseForeColor     = false;
     this.lblPatientID.StylePriority.UseTextAlignment = false;
     this.lblPatientID.Text                           = "1922330";
     this.lblPatientID.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblPatientName
     //
     this.lblPatientName.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.lblPatientName.ForeColor                      = System.Drawing.Color.Maroon;
     this.lblPatientName.LocationFloat                  = new DevExpress.Utils.PointFloat(161.4599F, 10.50002F);
     this.lblPatientName.Name                           = "lblPatientName";
     this.lblPatientName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblPatientName.SizeF                          = new System.Drawing.SizeF(562.1235F, 23.00001F);
     this.lblPatientName.StylePriority.UseBorders       = false;
     this.lblPatientName.StylePriority.UseFont          = false;
     this.lblPatientName.StylePriority.UseForeColor     = false;
     this.lblPatientName.StylePriority.UseTextAlignment = false;
     this.lblPatientName.Text                           = "Mohsen Abd El Hameed Hafez";
     this.lblPatientName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.Font                           = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.ForeColor                      = System.Drawing.Color.Navy;
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(10.00163F, 45.12498F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(128.1233F, 23.00002F);
     this.xrLabel3.StylePriority.UseBorders       = false;
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseForeColor     = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "Doctor                     :";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.Font                           = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.ForeColor                      = System.Drawing.Color.Navy;
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(10.00161F, 68.12499F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(128.1233F, 23.00001F);
     this.xrLabel1.StylePriority.UseBorders       = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseForeColor     = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "Service                    :";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblServiceCategoryName
     //
     this.lblServiceCategoryName.Font                           = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.lblServiceCategoryName.ForeColor                      = System.Drawing.Color.Navy;
     this.lblServiceCategoryName.LocationFloat                  = new DevExpress.Utils.PointFloat(138.5433F, 91.12502F);
     this.lblServiceCategoryName.Name                           = "lblServiceCategoryName";
     this.lblServiceCategoryName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblServiceCategoryName.SizeF                          = new System.Drawing.SizeF(265.2917F, 23.00001F);
     this.lblServiceCategoryName.StylePriority.UseBorders       = false;
     this.lblServiceCategoryName.StylePriority.UseFont          = false;
     this.lblServiceCategoryName.StylePriority.UseForeColor     = false;
     this.lblServiceCategoryName.StylePriority.UseTextAlignment = false;
     this.lblServiceCategoryName.Text                           = "Wael Shaker Abd El Hamed Sayed";
     this.lblServiceCategoryName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrShape1
     //
     this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(5.999994F, 0F);
     this.xrShape1.Name          = "xrShape1";
     this.xrShape1.Shape         = shapeRectangle1;
     this.xrShape1.SizeF         = new System.Drawing.SizeF(728F, 125F);
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1
     });
     this.DetailReport.Level = 0;
     this.DetailReport.Name  = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.subReport_VisionRefraction,
         this.lblElementHeaderTitle,
         this.xrLine2,
         this.elementSubReport
     });
     this.Detail1.HeightF = 128.5833F;
     this.Detail1.Name    = "Detail1";
     //
     // subReport_VisionRefraction
     //
     this.subReport_VisionRefraction.LocationFloat = new DevExpress.Utils.PointFloat(5.999994F, 78.12166F);
     this.subReport_VisionRefraction.Name          = "subReport_VisionRefraction";
     this.subReport_VisionRefraction.SizeF         = new System.Drawing.SizeF(728F, 48.79166F);
     //
     // PEMR_PatientMedicalRecordReportContainer_rpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.DetailReport
     });
     this.Margins    = new System.Drawing.Printing.Margins(41, 42, 32, 51);
     this.PageHeight = 1169;
     this.PageWidth  = 827;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     this.Version    = "15.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemplo 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.XtraPrinting.Shape.ShapeRectangle shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     this.Detail                = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin             = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin          = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.DetailReport          = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1               = new DevExpress.XtraReports.UI.DetailBand();
     this.xrShape1              = new DevExpress.XtraReports.UI.XRShape();
     this.lblElementHeaderTitle = new DevExpress.XtraReports.UI.XRLabel();
     this.elementSubReport      = new DevExpress.XtraReports.UI.XRSubreport();
     this.xrLabel1              = new DevExpress.XtraReports.UI.XRLabel();
     this.OD_Title              = new DevExpress.XtraReports.UI.XRLabel();
     this.OS_Title              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3              = new DevExpress.XtraReports.UI.XRLabel();
     this.OU_Title              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1               = new DevExpress.XtraReports.UI.XRLine();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 32F;
     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       = 51F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1
     });
     this.DetailReport.Level = 0;
     this.DetailReport.Name  = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.OD_Title,
         this.OS_Title,
         this.xrLabel3,
         this.OU_Title,
         this.xrLabel5,
         this.xrLabel6,
         this.xrLabel7,
         this.xrLabel8,
         this.xrLine1,
         this.elementSubReport,
         this.xrShape1,
         this.lblElementHeaderTitle
     });
     this.Detail1.HeightF = 98.24997F;
     this.Detail1.Name    = "Detail1";
     //
     // xrShape1
     //
     this.xrShape1.BackColor     = System.Drawing.Color.DimGray;
     this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(5F, 7F);
     this.xrShape1.Name          = "xrShape1";
     this.xrShape1.Shape         = shapeRectangle1;
     this.xrShape1.SizeF         = new System.Drawing.SizeF(10F, 10F);
     this.xrShape1.StylePriority.UseBackColor = false;
     //
     // lblElementHeaderTitle
     //
     this.lblElementHeaderTitle.Font = new System.Drawing.Font("Times New Roman", 12F, ((System.Drawing.FontStyle)(((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)
                                                                                                                    | System.Drawing.FontStyle.Underline))));
     this.lblElementHeaderTitle.ForeColor                      = System.Drawing.Color.LightSlateGray;
     this.lblElementHeaderTitle.LocationFloat                  = new DevExpress.Utils.PointFloat(18F, 0F);
     this.lblElementHeaderTitle.Name                           = "lblElementHeaderTitle";
     this.lblElementHeaderTitle.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblElementHeaderTitle.SizeF                          = new System.Drawing.SizeF(716F, 23.00001F);
     this.lblElementHeaderTitle.StylePriority.UseBorders       = false;
     this.lblElementHeaderTitle.StylePriority.UseFont          = false;
     this.lblElementHeaderTitle.StylePriority.UseForeColor     = false;
     this.lblElementHeaderTitle.StylePriority.UseTextAlignment = false;
     this.lblElementHeaderTitle.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // elementSubReport
     //
     this.elementSubReport.LocationFloat = new DevExpress.Utils.PointFloat(18F, 49.45831F);
     this.elementSubReport.Name          = "elementSubReport";
     this.elementSubReport.SizeF         = new System.Drawing.SizeF(716F, 48.79166F);
     //
     // xrLabel1
     //
     this.xrLabel1.BackColor     = System.Drawing.Color.OrangeRed;
     this.xrLabel1.Font          = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.ForeColor     = System.Drawing.Color.MediumBlue;
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(18.66735F, 32.99999F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(6F, 6F);
     this.xrLabel1.StylePriority.UseBackColor     = false;
     this.xrLabel1.StylePriority.UseBorders       = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseForeColor     = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // OD_Title
     //
     this.OD_Title.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.OD_Title.ForeColor                      = System.Drawing.Color.Black;
     this.OD_Title.LocationFloat                  = new DevExpress.Utils.PointFloat(24.66736F, 22.99999F);
     this.OD_Title.Name                           = "OD_Title";
     this.OD_Title.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.OD_Title.SizeF                          = new System.Drawing.SizeF(33.24496F, 23F);
     this.OD_Title.StylePriority.UseBorders       = false;
     this.OD_Title.StylePriority.UseFont          = false;
     this.OD_Title.StylePriority.UseForeColor     = false;
     this.OD_Title.StylePriority.UseTextAlignment = false;
     this.OD_Title.Text                           = "OD";
     this.OD_Title.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.OD_Title.TextTrimming                   = System.Drawing.StringTrimming.Word;
     //
     // OS_Title
     //
     this.OS_Title.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.OS_Title.ForeColor                      = System.Drawing.Color.Black;
     this.OS_Title.LocationFloat                  = new DevExpress.Utils.PointFloat(690.2546F, 23.00002F);
     this.OS_Title.Name                           = "OS_Title";
     this.OS_Title.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.OS_Title.SizeF                          = new System.Drawing.SizeF(33.24496F, 23F);
     this.OS_Title.StylePriority.UseBorders       = false;
     this.OS_Title.StylePriority.UseFont          = false;
     this.OS_Title.StylePriority.UseForeColor     = false;
     this.OS_Title.StylePriority.UseTextAlignment = false;
     this.OS_Title.Text                           = "OS";
     this.OS_Title.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.OS_Title.TextTrimming                   = System.Drawing.StringTrimming.Word;
     //
     // xrLabel3
     //
     this.xrLabel3.BackColor     = System.Drawing.Color.OrangeRed;
     this.xrLabel3.Font          = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.ForeColor     = System.Drawing.Color.MediumBlue;
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(723.4994F, 33.00002F);
     this.xrLabel3.Name          = "xrLabel3";
     this.xrLabel3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF         = new System.Drawing.SizeF(6F, 6F);
     this.xrLabel3.StylePriority.UseBackColor     = false;
     this.xrLabel3.StylePriority.UseBorders       = false;
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseForeColor     = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // OU_Title
     //
     this.OU_Title.Font                           = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.OU_Title.ForeColor                      = System.Drawing.Color.Black;
     this.OU_Title.LocationFloat                  = new DevExpress.Utils.PointFloat(374.373F, 23.00002F);
     this.OU_Title.Name                           = "OU_Title";
     this.OU_Title.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.OU_Title.SizeF                          = new System.Drawing.SizeF(33.24496F, 23F);
     this.OU_Title.StylePriority.UseBorders       = false;
     this.OU_Title.StylePriority.UseFont          = false;
     this.OU_Title.StylePriority.UseForeColor     = false;
     this.OU_Title.StylePriority.UseTextAlignment = false;
     this.OU_Title.Text                           = "OU";
     this.OU_Title.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.OU_Title.TextTrimming                   = System.Drawing.StringTrimming.Word;
     //
     // xrLabel5
     //
     this.xrLabel5.BackColor     = System.Drawing.Color.OrangeRed;
     this.xrLabel5.Font          = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.ForeColor     = System.Drawing.Color.MediumBlue;
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(368.373F, 32.99999F);
     this.xrLabel5.Name          = "xrLabel5";
     this.xrLabel5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF         = new System.Drawing.SizeF(6F, 6F);
     this.xrLabel5.StylePriority.UseBackColor     = false;
     this.xrLabel5.StylePriority.UseBorders       = false;
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseForeColor     = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel6
     //
     this.xrLabel6.BackColor     = System.Drawing.Color.OrangeRed;
     this.xrLabel6.Font          = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.ForeColor     = System.Drawing.Color.MediumBlue;
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(407.6181F, 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(6F, 6F);
     this.xrLabel6.StylePriority.UseBackColor     = false;
     this.xrLabel6.StylePriority.UseBorders       = false;
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseForeColor     = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel7
     //
     this.xrLabel7.BackColor     = System.Drawing.Color.OrangeRed;
     this.xrLabel7.Font          = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel7.ForeColor     = System.Drawing.Color.MediumBlue;
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(57.91232F, 32.99999F);
     this.xrLabel7.Name          = "xrLabel7";
     this.xrLabel7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF         = new System.Drawing.SizeF(6F, 6F);
     this.xrLabel7.StylePriority.UseBackColor     = false;
     this.xrLabel7.StylePriority.UseBorders       = false;
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseForeColor     = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel8
     //
     this.xrLabel8.BackColor     = System.Drawing.Color.OrangeRed;
     this.xrLabel8.Font          = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.ForeColor     = System.Drawing.Color.MediumBlue;
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(684.2545F, 33.00002F);
     this.xrLabel8.Name          = "xrLabel8";
     this.xrLabel8.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF         = new System.Drawing.SizeF(6F, 6F);
     this.xrLabel8.StylePriority.UseBackColor     = false;
     this.xrLabel8.StylePriority.UseBorders       = false;
     this.xrLabel8.StylePriority.UseFont          = false;
     this.xrLabel8.StylePriority.UseForeColor     = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(18.66735F, 42.99997F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(710.832F, 5F);
     //
     // PEMR_PatientMedicalRecordReportSub_VisionRefraction_rpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.DetailReport
     });
     this.Margins    = new System.Drawing.Printing.Margins(41, 42, 32, 51);
     this.PageHeight = 1169;
     this.PageWidth  = 827;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     this.Version    = "15.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemplo 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.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.CustomSqlQuery       customSqlQuery1 = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(TradingBook));
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraReports.UI.XRSummary            xrSummary1      = new DevExpress.XtraReports.UI.XRSummary();
     this.Detail          = new DevExpress.XtraReports.UI.DetailBand();
     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.xrLabel10       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel18       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel19       = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin       = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin    = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.sqlDataSource1  = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.GroupHeader1    = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.xrLabel3        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape1        = new DevExpress.XtraReports.UI.XRShape();
     this.dealdate        = new DevExpress.XtraReports.Parameters.Parameter();
     this.GroupFooter1    = new DevExpress.XtraReports.UI.GroupFooterBand();
     this.xrLabel17       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2         = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine1         = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel16       = new DevExpress.XtraReports.UI.XRLabel();
     this.cons            = new DevExpress.XtraReports.UI.CalculatedField();
     this.PageHeader      = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel37       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel51       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox1   = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrPageInfo1     = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel35       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel34       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel31       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel30       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel29       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel28       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel23       = 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.xrLabel22       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel20       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel21       = new DevExpress.XtraReports.UI.XRLabel();
     this.formattingRule1 = new DevExpress.XtraReports.UI.FormattingRule();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel15,
         this.xrLabel14,
         this.xrLabel13,
         this.xrLabel12,
         this.xrLabel10,
         this.xrLabel9,
         this.xrLabel8,
         this.xrLabel7,
         this.xrLabel6,
         this.xrLabel5,
         this.xrLabel2,
         this.xrLabel1,
         this.xrLabel11
     });
     this.Detail.HeightF       = 13.62497F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel15
     //
     this.xrLabel15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.client")
     });
     this.xrLabel15.Font                  = new System.Drawing.Font("Arial", 7F);
     this.xrLabel15.LocationFloat         = new DevExpress.Utils.PointFloat(56.24998F, 0.6249745F);
     this.xrLabel15.Name                  = "xrLabel15";
     this.xrLabel15.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF                 = new System.Drawing.SizeF(201.0416F, 13F);
     this.xrLabel15.StylePriority.UseFont = false;
     this.xrLabel15.Text                  = "xrLabel15";
     //
     // xrLabel14
     //
     this.xrLabel14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.ZSELEVY", "{0:n2}")
     });
     this.xrLabel14.Font                           = new System.Drawing.Font("Arial", 7F);
     this.xrLabel14.LocationFloat                  = new DevExpress.Utils.PointFloat(799.9167F, 0.6249743F);
     this.xrLabel14.Name                           = "xrLabel14";
     this.xrLabel14.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                          = new System.Drawing.SizeF(48.04163F, 13F);
     this.xrLabel14.StylePriority.UseFont          = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text                           = "xrLabel14";
     this.xrLabel14.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel13
     //
     this.xrLabel13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.COMMISSIONERLEVY", "{0:n2}")
     });
     this.xrLabel13.Font                           = new System.Drawing.Font("Arial", 7F);
     this.xrLabel13.LocationFloat                  = new DevExpress.Utils.PointFloat(847.9584F, 0.6249743F);
     this.xrLabel13.Name                           = "xrLabel13";
     this.xrLabel13.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                          = new System.Drawing.SizeF(48.04163F, 13F);
     this.xrLabel13.StylePriority.UseFont          = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text                           = "xrLabel13";
     this.xrLabel13.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel12
     //
     this.xrLabel12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.INVESTORPROTECTION", "{0:n2}")
     });
     this.xrLabel12.Font                           = new System.Drawing.Font("Arial", 7F);
     this.xrLabel12.LocationFloat                  = new DevExpress.Utils.PointFloat(755.7084F, 0.6249745F);
     this.xrLabel12.Name                           = "xrLabel12";
     this.xrLabel12.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                          = new System.Drawing.SizeF(44.20837F, 13F);
     this.xrLabel12.StylePriority.UseFont          = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text                           = "xrLabel12";
     this.xrLabel12.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel10
     //
     this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.VAT", "{0:n2}")
     });
     this.xrLabel10.Font                           = new System.Drawing.Font("Arial", 7F);
     this.xrLabel10.LocationFloat                  = new DevExpress.Utils.PointFloat(645.3749F, 0.6249745F);
     this.xrLabel10.Name                           = "xrLabel10";
     this.xrLabel10.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                          = new System.Drawing.SizeF(65.37512F, 13F);
     this.xrLabel10.StylePriority.UseFont          = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text                           = "xrLabel10";
     this.xrLabel10.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel9
     //
     this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.StampDuty", "{0:n2}")
     });
     this.xrLabel9.Font                           = new System.Drawing.Font("Arial", 7F);
     this.xrLabel9.LocationFloat                  = new DevExpress.Utils.PointFloat(597.3333F, 0.6249743F);
     this.xrLabel9.Name                           = "xrLabel9";
     this.xrLabel9.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF                          = new System.Drawing.SizeF(48.04163F, 13F);
     this.xrLabel9.StylePriority.UseFont          = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text                           = "xrLabel9";
     this.xrLabel9.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel8
     //
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.GrossCommission", "{0:n2}")
     });
     this.xrLabel8.Font                           = new System.Drawing.Font("Arial", 7F);
     this.xrLabel8.LocationFloat                  = new DevExpress.Utils.PointFloat(526.4999F, 0.6249745F);
     this.xrLabel8.Name                           = "xrLabel8";
     this.xrLabel8.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                          = new System.Drawing.SizeF(70.8334F, 13F);
     this.xrLabel8.StylePriority.UseFont          = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text                           = "xrLabel8";
     this.xrLabel8.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel7
     //
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.Consideration", "{0:n2}")
     });
     this.xrLabel7.Font                           = new System.Drawing.Font("Arial", 7F);
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(414.9999F, 0.6249745F);
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(111.5F, 13F);
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text                           = "xrLabel7";
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel6
     //
     this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.Price", "{0:n2}")
     });
     this.xrLabel6.Font                           = new System.Drawing.Font("Arial", 7F);
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(372.0833F, 0.6249745F);
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(42.91669F, 13F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "xrLabel6";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel5
     //
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.Qty", "{0:#,#}")
     });
     this.xrLabel5.Font                           = new System.Drawing.Font("Arial", 7F);
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(304.7916F, 0.6249743F);
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(67.29163F, 13F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "xrLabel5";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.DealType")
     });
     this.xrLabel2.Font                  = new System.Drawing.Font("Arial", 7F);
     this.xrLabel2.LocationFloat         = new DevExpress.Utils.PointFloat(258.2916F, 0.6249743F);
     this.xrLabel2.Name                  = "xrLabel2";
     this.xrLabel2.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                 = new System.Drawing.SizeF(46.5F, 13F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text                  = "xrLabel2";
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.DealNo")
     });
     this.xrLabel1.Font                  = new System.Drawing.Font("Arial", 7F);
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0.6249743F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(56.24999F, 13F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "xrLabel1";
     //
     // xrLabel11
     //
     this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.CAPITALGAINS", "{0:n2}")
     });
     this.xrLabel11.Font                           = new System.Drawing.Font("Arial", 7F);
     this.xrLabel11.LocationFloat                  = new DevExpress.Utils.PointFloat(710.75F, 0.6249745F);
     this.xrLabel11.Name                           = "xrLabel11";
     this.xrLabel11.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                          = new System.Drawing.SizeF(44.95837F, 13F);
     this.xrLabel11.StylePriority.UseFont          = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text                           = "xrLabel11";
     this.xrLabel11.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel18
     //
     this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.buysell")
     });
     this.xrLabel18.Font                  = new System.Drawing.Font("Arial", 7F);
     this.xrLabel18.LocationFloat         = new DevExpress.Utils.PointFloat(498.1672F, 30.29162F);
     this.xrLabel18.Name                  = "xrLabel18";
     this.xrLabel18.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF                 = new System.Drawing.SizeF(24.33282F, 13F);
     this.xrLabel18.StylePriority.UseFont = false;
     this.xrLabel18.Text                  = "xrLabel18";
     this.xrLabel18.Visible               = false;
     //
     // xrLabel19
     //
     this.xrLabel19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "cons")
     });
     this.xrLabel19.Font                  = new System.Drawing.Font("Arial", 8F);
     this.xrLabel19.LocationFloat         = new DevExpress.Utils.PointFloat(609.375F, 12.41665F);
     this.xrLabel19.Name                  = "xrLabel19";
     this.xrLabel19.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF                 = new System.Drawing.SizeF(19.37512F, 10.99999F);
     this.xrLabel19.StylePriority.UseFont = false;
     this.xrLabel19.Text                  = "xrLabel19";
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 100F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel18
     });
     this.BottomMargin.HeightF       = 102.0833F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "connTradingBook";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     customSqlQuery1.Name = "CLIENTS";
     customSqlQuery1.Sql  = resources.GetString("customSqlQuery1.Sql");
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         customSqlQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     this.sqlDataSource1.ConfigureDataConnection += new DevExpress.DataAccess.Sql.ConfigureDataConnectionEventHandler(this.sqlDataSource1_ConfigureDataConnection);
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel3,
         this.xrLabel19
     });
     this.GroupHeader1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("asset", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.GroupHeader1.GroupUnion = DevExpress.XtraReports.UI.GroupUnion.WithFirstDetail;
     this.GroupHeader1.HeightF    = 23.41664F;
     this.GroupHeader1.Name       = "GroupHeader1";
     //
     // xrLabel3
     //
     this.xrLabel3.BackColor   = System.Drawing.Color.WhiteSmoke;
     this.xrLabel3.BorderColor = System.Drawing.Color.WhiteSmoke;
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.asset")
     });
     this.xrLabel3.Font                         = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat                = new DevExpress.Utils.PointFloat(2.083286F, 0F);
     this.xrLabel3.Name                         = "xrLabel3";
     this.xrLabel3.Padding                      = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.ProcessDuplicatesMode        = DevExpress.XtraReports.UI.ProcessDuplicatesMode.Suppress;
     this.xrLabel3.SizeF                        = new System.Drawing.SizeF(897.9166F, 23F);
     this.xrLabel3.StylePriority.UseBackColor   = false;
     this.xrLabel3.StylePriority.UseBorderColor = false;
     this.xrLabel3.StylePriority.UseFont        = false;
     this.xrLabel3.Text                         = "xrLabel3";
     //
     // xrShape1
     //
     this.xrShape1.BorderColor   = System.Drawing.Color.WhiteSmoke;
     this.xrShape1.FillColor     = System.Drawing.Color.White;
     this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 170.2917F);
     this.xrShape1.Name          = "xrShape1";
     this.xrShape1.Shape         = shapeRectangle1;
     this.xrShape1.SizeF         = new System.Drawing.SizeF(900F, 34.45832F);
     this.xrShape1.StylePriority.UseBorderColor = false;
     //
     // dealdate
     //
     this.dealdate.Description = "Parameter1";
     this.dealdate.Name        = "dealdate";
     this.dealdate.Type        = typeof(System.DateTime);
     //
     // GroupFooter1
     //
     this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel17,
         this.xrLine2,
         this.xrLine1,
         this.xrLabel16
     });
     this.GroupFooter1.GroupUnion = DevExpress.XtraReports.UI.GroupFooterUnion.WithLastDetail;
     this.GroupFooter1.HeightF    = 21.87501F;
     this.GroupFooter1.Name       = "GroupFooter1";
     //
     // xrLabel17
     //
     this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CLIENTS.buysell")
     });
     this.xrLabel17.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel17.LocationFloat                  = new DevExpress.Utils.PointFloat(267.9166F, 0F);
     this.xrLabel17.Name                           = "xrLabel17";
     this.xrLabel17.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF                          = new System.Drawing.SizeF(127.5F, 13.625F);
     this.xrLabel17.StylePriority.UseFont          = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     xrSummary1.Running           = DevExpress.XtraReports.UI.SummaryRunning.Group;
     this.xrLabel17.Summary       = xrSummary1;
     this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLine2
     //
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 15.625F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(900F, 6.25F);
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(900F, 2F);
     //
     // xrLabel16
     //
     this.xrLabel16.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel16.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel16.Name                  = "xrLabel16";
     this.xrLabel16.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF                 = new System.Drawing.SizeF(100F, 15.62501F);
     this.xrLabel16.StylePriority.UseFont = false;
     this.xrLabel16.Text                  = "Net Position";
     //
     // cons
     //
     this.cons.Expression = "IIF(([DealType]==\'SELL\'), -[Consideration], [Consideration])";
     this.cons.Name       = "cons";
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel37,
         this.xrLabel51,
         this.xrPictureBox1,
         this.xrPageInfo1,
         this.xrLabel35,
         this.xrLabel34,
         this.xrLabel31,
         this.xrLabel30,
         this.xrLabel29,
         this.xrLabel28,
         this.xrLabel23,
         this.xrLabel27,
         this.xrLabel26,
         this.xrLabel25,
         this.xrLabel24,
         this.xrLabel22,
         this.xrLabel20,
         this.xrLabel4,
         this.xrLabel21,
         this.xrShape1
     });
     this.PageHeader.HeightF = 205.375F;
     this.PageHeader.Name    = "PageHeader";
     //
     // xrLabel37
     //
     this.xrLabel37.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.xrLabel37.LocationFloat                  = new DevExpress.Utils.PointFloat(162.8126F, 68.82411F);
     this.xrLabel37.Name                           = "xrLabel37";
     this.xrLabel37.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel37.SizeF                          = new System.Drawing.SizeF(574.3749F, 16.75F);
     this.xrLabel37.StylePriority.UseFont          = false;
     this.xrLabel37.StylePriority.UseTextAlignment = false;
     this.xrLabel37.Text                           = "67 SAMORA MACHEL AVE, HERITAGE HOUSE, HARARE, ZIMBABWE";
     this.xrLabel37.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel51
     //
     this.xrLabel51.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.xrLabel51.LocationFloat                  = new DevExpress.Utils.PointFloat(162.8126F, 85.57411F);
     this.xrLabel51.Name                           = "xrLabel51";
     this.xrLabel51.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel51.SizeF                          = new System.Drawing.SizeF(574.3749F, 16.74998F);
     this.xrLabel51.StylePriority.UseFont          = false;
     this.xrLabel51.StylePriority.UseTextAlignment = false;
     this.xrLabel51.Text                           = "+263 4 701906/703071-9";
     this.xrLabel51.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Image         = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(320.4926F, 0F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(252.2503F, 62.5F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Italic);
     this.xrPageInfo1.Format                         = "Date Printed: {0:dd MMMM yyyy HH:mm}";
     this.xrPageInfo1.LocationFloat                  = new DevExpress.Utils.PointFloat(701.2083F, 149.5833F);
     this.xrPageInfo1.Name                           = "xrPageInfo1";
     this.xrPageInfo1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo                       = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF                          = new System.Drawing.SizeF(184.7917F, 15.70834F);
     this.xrPageInfo1.StylePriority.UseFont          = false;
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel35
     //
     this.xrLabel35.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.dealdate, "Text", "Trading Date: {0:dd MMMM yyyy}")
     });
     this.xrLabel35.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel35.LocationFloat                  = new DevExpress.Utils.PointFloat(354.3193F, 127.3657F);
     this.xrLabel35.Name                           = "xrLabel35";
     this.xrLabel35.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel35.SizeF                          = new System.Drawing.SizeF(253.8889F, 23F);
     this.xrLabel35.StylePriority.UseFont          = false;
     this.xrLabel35.StylePriority.UseTextAlignment = false;
     this.xrLabel35.Text                           = "xrLabel35";
     this.xrLabel35.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel34
     //
     this.xrLabel34.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel34.LocationFloat                  = new DevExpress.Utils.PointFloat(404.1596F, 107.3241F);
     this.xrLabel34.Name                           = "xrLabel34";
     this.xrLabel34.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel34.SizeF                          = new System.Drawing.SizeF(164.5833F, 15.62502F);
     this.xrLabel34.StylePriority.UseFont          = false;
     this.xrLabel34.StylePriority.UseTextAlignment = false;
     this.xrLabel34.Text                           = "Daybook";
     this.xrLabel34.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel31
     //
     this.xrLabel31.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel31.LocationFloat                  = new DevExpress.Utils.PointFloat(841.9584F, 170.2917F);
     this.xrLabel31.Name                           = "xrLabel31";
     this.xrLabel31.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel31.SizeF                          = new System.Drawing.SizeF(48.04156F, 31.25003F);
     this.xrLabel31.StylePriority.UseFont          = false;
     this.xrLabel31.StylePriority.UseTextAlignment = false;
     this.xrLabel31.Text                           = "Comm. Levy";
     this.xrLabel31.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel30
     //
     this.xrLabel30.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel30.LocationFloat                  = new DevExpress.Utils.PointFloat(793.9168F, 170.2917F);
     this.xrLabel30.Name                           = "xrLabel30";
     this.xrLabel30.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel30.SizeF                          = new System.Drawing.SizeF(48.04156F, 31.25003F);
     this.xrLabel30.StylePriority.UseFont          = false;
     this.xrLabel30.StylePriority.UseTextAlignment = false;
     this.xrLabel30.Text                           = "ZSE Levy";
     this.xrLabel30.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel29
     //
     this.xrLabel29.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel29.LocationFloat                  = new DevExpress.Utils.PointFloat(759.7084F, 185.9166F);
     this.xrLabel29.Name                           = "xrLabel29";
     this.xrLabel29.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel29.SizeF                          = new System.Drawing.SizeF(30.20837F, 15.62502F);
     this.xrLabel29.StylePriority.UseFont          = false;
     this.xrLabel29.StylePriority.UseTextAlignment = false;
     this.xrLabel29.Text                           = "IPL";
     this.xrLabel29.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel28
     //
     this.xrLabel28.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel28.LocationFloat                  = new DevExpress.Utils.PointFloat(717.4584F, 185.9166F);
     this.xrLabel28.Name                           = "xrLabel28";
     this.xrLabel28.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel28.SizeF                          = new System.Drawing.SizeF(28.24994F, 15.62502F);
     this.xrLabel28.StylePriority.UseFont          = false;
     this.xrLabel28.StylePriority.UseTextAlignment = false;
     this.xrLabel28.Text                           = "CGT";
     this.xrLabel28.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel23
     //
     this.xrLabel23.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel23.LocationFloat                  = new DevExpress.Utils.PointFloat(652.7085F, 185.9166F);
     this.xrLabel23.Name                           = "xrLabel23";
     this.xrLabel23.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel23.SizeF                          = new System.Drawing.SizeF(48.04156F, 15.62502F);
     this.xrLabel23.StylePriority.UseFont          = false;
     this.xrLabel23.StylePriority.UseTextAlignment = false;
     this.xrLabel23.Text                           = "VAT";
     this.xrLabel23.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel27
     //
     this.xrLabel27.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel27.LocationFloat                  = new DevExpress.Utils.PointFloat(587.3334F, 170.2917F);
     this.xrLabel27.Name                           = "xrLabel27";
     this.xrLabel27.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel27.SizeF                          = new System.Drawing.SizeF(48.04156F, 31.25003F);
     this.xrLabel27.StylePriority.UseFont          = false;
     this.xrLabel27.StylePriority.UseTextAlignment = false;
     this.xrLabel27.Text                           = "Stamp Duty";
     this.xrLabel27.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel26
     //
     this.xrLabel26.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel26.LocationFloat                  = new DevExpress.Utils.PointFloat(516.4999F, 185.9166F);
     this.xrLabel26.Name                           = "xrLabel26";
     this.xrLabel26.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel26.SizeF                          = new System.Drawing.SizeF(70.83337F, 15.62502F);
     this.xrLabel26.StylePriority.UseFont          = false;
     this.xrLabel26.StylePriority.UseTextAlignment = false;
     this.xrLabel26.Text                           = "Commission";
     this.xrLabel26.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel25
     //
     this.xrLabel25.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel25.LocationFloat                  = new DevExpress.Utils.PointFloat(428.9999F, 185.9166F);
     this.xrLabel25.Name                           = "xrLabel25";
     this.xrLabel25.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel25.SizeF                          = new System.Drawing.SizeF(87.50003F, 15.62502F);
     this.xrLabel25.StylePriority.UseFont          = false;
     this.xrLabel25.StylePriority.UseTextAlignment = false;
     this.xrLabel25.Text                           = "Consideration";
     this.xrLabel25.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel24
     //
     this.xrLabel24.Font                           = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel24.LocationFloat                  = new DevExpress.Utils.PointFloat(365.4166F, 185.9166F);
     this.xrLabel24.Name                           = "xrLabel24";
     this.xrLabel24.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel24.SizeF                          = new System.Drawing.SizeF(39.58334F, 15.62502F);
     this.xrLabel24.StylePriority.UseFont          = false;
     this.xrLabel24.StylePriority.UseTextAlignment = false;
     this.xrLabel24.Text                           = "Price";
     this.xrLabel24.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel22
     //
     this.xrLabel22.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel22.LocationFloat         = new DevExpress.Utils.PointFloat(333.9583F, 185.9166F);
     this.xrLabel22.Name                  = "xrLabel22";
     this.xrLabel22.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel22.SizeF                 = new System.Drawing.SizeF(28.12497F, 15.62502F);
     this.xrLabel22.StylePriority.UseFont = false;
     this.xrLabel22.Text                  = "Qty";
     //
     // xrLabel20
     //
     this.xrLabel20.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel20.LocationFloat         = new DevExpress.Utils.PointFloat(231.25F, 185.9166F);
     this.xrLabel20.Name                  = "xrLabel20";
     this.xrLabel20.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.SizeF                 = new System.Drawing.SizeF(63.54166F, 15.62502F);
     this.xrLabel20.StylePriority.UseFont = false;
     this.xrLabel20.Text                  = "Deal Type";
     //
     // xrLabel4
     //
     this.xrLabel4.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat         = new DevExpress.Utils.PointFloat(56.25F, 185.9166F);
     this.xrLabel4.Name                  = "xrLabel4";
     this.xrLabel4.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                 = new System.Drawing.SizeF(63.54166F, 15.62502F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.Text                  = "Client";
     //
     // xrLabel21
     //
     this.xrLabel21.Font                  = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel21.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 185.9166F);
     this.xrLabel21.Name                  = "xrLabel21";
     this.xrLabel21.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel21.SizeF                 = new System.Drawing.SizeF(56.25F, 15.62502F);
     this.xrLabel21.StylePriority.UseFont = false;
     this.xrLabel21.Text                  = "Deal #";
     //
     // formattingRule1
     //
     this.formattingRule1.Name = "formattingRule1";
     //
     // TradingBook
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.GroupHeader1,
         this.GroupFooter1,
         this.PageHeader
     });
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
         this.cons
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember   = "CLIENTS";
     this.DataSource   = this.sqlDataSource1;
     this.FilterString = "[DealDate] = ?dealdate";
     this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
         this.formattingRule1
     });
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(100, 100, 100, 102);
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.dealdate
     });
     this.RequestParameters = false;
     this.Version           = "15.2";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle2  = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(XtraReport1));
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle1  = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle3  = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.DataAccess.Sql.StoredProcQuery      storedProcQuery1 = new DevExpress.DataAccess.Sql.StoredProcQuery();
     DevExpress.DataAccess.Sql.QueryParameter       queryParameter1  = new DevExpress.DataAccess.Sql.QueryParameter();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeader   = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.lblHeader      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape3       = new DevExpress.XtraReports.UI.XRShape();
     this.xrLabel18      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape1       = new DevExpress.XtraReports.UI.XRShape();
     this.xrLabel15      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel17      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1        = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine2        = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel16      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape2       = new DevExpress.XtraReports.UI.XRShape();
     this.xrLabel4       = new DevExpress.XtraReports.UI.XRLabel();
     this.MonKiemTra     = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel19      = new DevExpress.XtraReports.UI.XRLabel();
     this.DoiTuong       = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel20      = new DevExpress.XtraReports.UI.XRLabel();
     this.ThoiGian       = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel21      = new DevExpress.XtraReports.UI.XRLabel();
     this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource();
     this.xrLabel22      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel23      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel24      = new DevExpress.XtraReports.UI.XRLabel();
     this.GroupHeader1   = new DevExpress.XtraReports.UI.GroupHeaderBand();
     this.GroupHeader2   = new DevExpress.XtraReports.UI.GroupHeaderBand();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel24
     });
     this.Detail.HeightF       = 25.09497F;
     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       = 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       = 100F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel21,
         this.xrLabel20,
         this.xrLabel19,
         this.lblHeader,
         this.xrLabel16,
         this.xrLine2,
         this.xrLine1,
         this.xrLabel17,
         this.xrLabel15,
         this.xrShape1,
         this.xrLabel14,
         this.xrLabel13,
         this.xrLabel12,
         this.xrLabel10,
         this.xrLabel9,
         this.xrLabel8,
         this.xrLabel7,
         this.xrLabel6,
         this.xrLabel5,
         this.xrLabel3,
         this.xrLabel2,
         this.xrLabel1,
         this.xrLabel11,
         this.xrLabel18,
         this.xrShape3,
         this.xrShape2,
         this.xrLabel4
     });
     this.ReportHeader.HeightF = 864.4584F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // lblHeader
     //
     this.lblHeader.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblHeader.LocationFloat         = new DevExpress.Utils.PointFloat(198.2292F, 782.0834F);
     this.lblHeader.Multiline             = true;
     this.lblHeader.Name                  = "lblHeader";
     this.lblHeader.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblHeader.SizeF                 = new System.Drawing.SizeF(215.625F, 72.375F);
     this.lblHeader.StylePriority.UseFont = false;
     this.lblHeader.Text                  = "           ĐỀ SỐ 02\r\nPhần 1: TRẮC NGHIỆM  \r\n        Thời gian: 1 tiết\r\n";
     //
     // xrShape3
     //
     this.xrShape3.LocationFloat = new DevExpress.Utils.PointFloat(387.4374F, 551.2501F);
     this.xrShape3.Name          = "xrShape3";
     this.xrShape3.Shape         = shapeRectangle2;
     this.xrShape3.SizeF         = new System.Drawing.SizeF(225.3749F, 201.75F);
     //
     // xrLabel18
     //
     this.xrLabel18.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel18.Borders         = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                              | DevExpress.XtraPrinting.BorderSide.Right)
                                                                             | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel18.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(393.4374F, 653.6249F);
     this.xrLabel18.Multiline     = true;
     this.xrLabel18.Name          = "xrLabel18";
     this.xrLabel18.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF         = new System.Drawing.SizeF(214.5832F, 88.95844F);
     this.xrLabel18.StylePriority.UseBorderDashStyle = false;
     this.xrLabel18.StylePriority.UseBorders         = false;
     this.xrLabel18.StylePriority.UseFont            = false;
     this.xrLabel18.Text = "            Cán bộ coi thi 2\r\n (Ký, ghi rõ cấp bậc, họ tên)\r\n";
     //
     // xrLabel11
     //
     this.xrLabel11.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel11.LocationFloat         = new DevExpress.Utils.PointFloat(409.0625F, 427.5833F);
     this.xrLabel11.Name                  = "xrLabel11";
     this.xrLabel11.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                 = new System.Drawing.SizeF(225F, 22.99997F);
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.Text                  = "…………………………";
     //
     // xrLabel1
     //
     this.xrLabel1.Font                  = new System.Drawing.Font("Times New Roman", 12.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(22.81249F, 0F);
     this.xrLabel1.Multiline             = true;
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(201.5455F, 20.91667F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "HỌC VIỆN LỤC QUÂN\r\n";
     //
     // xrLabel2
     //
     this.xrLabel2.Font                  = new System.Drawing.Font("Times New Roman", 12.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat         = new DevExpress.Utils.PointFloat(35.14583F, 20.91667F);
     this.xrLabel2.Name                  = "xrLabel2";
     this.xrLabel2.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                 = new System.Drawing.SizeF(178.2122F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text                  = "KHOA PHÁO BINH";
     //
     // xrLabel3
     //
     this.xrLabel3.Font                  = new System.Drawing.Font("Times New Roman", 12.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat         = new DevExpress.Utils.PointFloat(270.1041F, 0F);
     this.xrLabel3.Name                  = "xrLabel3";
     this.xrLabel3.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                 = new System.Drawing.SizeF(379.8959F, 20.91668F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.Text                  = " CỘNG HÒA XÃ HỘI CHỦ NGHĨA VIỆT NAM";
     //
     // xrLabel5
     //
     this.xrLabel5.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat         = new DevExpress.Utils.PointFloat(198.2292F, 60.07841F);
     this.xrLabel5.Name                  = "xrLabel5";
     this.xrLabel5.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                 = new System.Drawing.SizeF(262.5F, 32.42157F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text                  = "BÀI KIỂM TRA MÔN HỌC";
     //
     // xrLabel6
     //
     this.xrLabel6.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat         = new DevExpress.Utils.PointFloat(12.25F, 104.8101F);
     this.xrLabel6.Name                  = "xrLabel6";
     this.xrLabel6.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                 = new System.Drawing.SizeF(124.5416F, 23.7916F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.Text                  = "Môn kiểm tra:";
     //
     // xrLabel7
     //
     this.xrLabel7.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel7.LocationFloat         = new DevExpress.Utils.PointFloat(12.25F, 128.6017F);
     this.xrLabel7.Name                  = "xrLabel7";
     this.xrLabel7.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                 = new System.Drawing.SizeF(99.95827F, 23.00002F);
     this.xrLabel7.StylePriority.UseFont = false;
     this.xrLabel7.Text                  = "Đối tượng:";
     //
     // xrLabel8
     //
     this.xrLabel8.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel8.LocationFloat         = new DevExpress.Utils.PointFloat(12.25F, 151.6017F);
     this.xrLabel8.Name                  = "xrLabel8";
     this.xrLabel8.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                 = new System.Drawing.SizeF(99.95827F, 25.87494F);
     this.xrLabel8.StylePriority.UseFont = false;
     this.xrLabel8.Text                  = "Thời gian: ";
     //
     // xrLabel9
     //
     this.xrLabel9.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel9.LocationFloat         = new DevExpress.Utils.PointFloat(35.14584F, 209.7917F);
     this.xrLabel9.Multiline             = true;
     this.xrLabel9.Name                  = "xrLabel9";
     this.xrLabel9.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF                 = new System.Drawing.SizeF(483.3333F, 73.95827F);
     this.xrLabel9.StylePriority.UseFont = false;
     this.xrLabel9.Text                  = "Họ và tên: ………………………………………………….\r\nSố báo danh: ………………………………………………\r\nNgày kiểm tra: " +
                                           "……….tháng………năm………\r\n";
     //
     // xrLabel10
     //
     this.xrLabel10.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel10.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 304.5833F);
     this.xrLabel10.Multiline             = true;
     this.xrLabel10.Name                  = "xrLabel10";
     this.xrLabel10.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                 = new System.Drawing.SizeF(650F, 47.99997F);
     this.xrLabel10.StylePriority.UseFont = false;
     this.xrLabel10.Text                  = "        Chữ kí cán bộ coi thi 1                                          Chữ kí c" +
                                            "án bộ coi thi 2\r\n      (Ký; ghi rõ cấp bậc, họ tên)                             " +
                                            "   (Ký; ghi rõ cấp bậc, họ tên)\r\n";
     //
     // xrLabel12
     //
     this.xrLabel12.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel12.LocationFloat         = new DevExpress.Utils.PointFloat(22.71828F, 427.5833F);
     this.xrLabel12.Name                  = "xrLabel12";
     this.xrLabel12.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                 = new System.Drawing.SizeF(227.9692F, 22.99997F);
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.Text                  = "…………………………";
     //
     // xrLabel13
     //
     this.xrLabel13.Font                           = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel13.LocationFloat                  = new DevExpress.Utils.PointFloat(4.062507F, 450.5833F);
     this.xrLabel13.Multiline                      = true;
     this.xrLabel13.Name                           = "xrLabel13";
     this.xrLabel13.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                          = new System.Drawing.SizeF(630F, 100.6668F);
     this.xrLabel13.StylePriority.UseFont          = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text                           = resources.GetString("xrLabel13.Text");
     this.xrLabel13.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel14
     //
     this.xrLabel14.Font                  = new System.Drawing.Font("Times New Roman", 12.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel14.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 650.4167F);
     this.xrLabel14.Name                  = "xrLabel14";
     this.xrLabel14.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                 = new System.Drawing.SizeF(54.16667F, 21.95831F);
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.Text                  = "ĐIỂM";
     //
     // xrShape1
     //
     this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(48.22917F, 625.2917F);
     this.xrShape1.Name          = "xrShape1";
     this.xrShape1.Shape         = shapeRectangle1;
     this.xrShape1.SizeF         = new System.Drawing.SizeF(98.75006F, 95.125F);
     //
     // xrLabel15
     //
     this.xrLabel15.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel15.Borders         = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                              | DevExpress.XtraPrinting.BorderSide.Right)
                                                                             | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel15.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(56.97906F, 636.7499F);
     this.xrLabel15.Name          = "xrLabel15";
     this.xrLabel15.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF         = new System.Drawing.SizeF(78.125F, 76.66669F);
     this.xrLabel15.StylePriority.UseBorderDashStyle = false;
     this.xrLabel15.StylePriority.UseBorders         = false;
     this.xrLabel15.StylePriority.UseFont            = false;
     this.xrLabel15.Text = "Bằng số";
     //
     // xrLabel17
     //
     this.xrLabel17.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dot;
     this.xrLabel17.Borders         = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                              | DevExpress.XtraPrinting.BorderSide.Right)
                                                                             | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel17.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Bold);
     this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(393.4374F, 557.75F);
     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(214.5832F, 95.875F);
     this.xrLabel17.StylePriority.UseBorderDashStyle = false;
     this.xrLabel17.StylePriority.UseBorders         = false;
     this.xrLabel17.StylePriority.UseFont            = false;
     this.xrLabel17.Text = "         Cán bộ coi thi 1\r\n  (Ký, ghi rõ cấp bậc, họ tên)\r\n";
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(44.0625F, 38.95832F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(132.2917F, 2.083336F);
     //
     // xrLine2
     //
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(398.2291F, 38.95832F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(146.875F, 2.166672F);
     //
     // xrLabel16
     //
     this.xrLabel16.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Dash;
     this.xrLabel16.Borders         = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                              | DevExpress.XtraPrinting.BorderSide.Right)
                                                                             | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel16.Font          = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(160.2291F, 636.75F);
     this.xrLabel16.Name          = "xrLabel16";
     this.xrLabel16.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF         = new System.Drawing.SizeF(77F, 76.66669F);
     this.xrLabel16.StylePriority.UseBorderDashStyle = false;
     this.xrLabel16.StylePriority.UseBorders         = false;
     this.xrLabel16.StylePriority.UseFont            = false;
     this.xrLabel16.Text = "Bằng chữ";
     //
     // xrShape2
     //
     this.xrShape2.LocationFloat = new DevExpress.Utils.PointFloat(149.7291F, 625.2917F);
     this.xrShape2.Name          = "xrShape2";
     this.xrShape2.Shape         = shapeRectangle3;
     this.xrShape2.SizeF         = new System.Drawing.SizeF(100.9584F, 95.125F);
     //
     // xrLabel4
     //
     this.xrLabel4.Font                  = new System.Drawing.Font("Times New Roman", 12.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat         = new DevExpress.Utils.PointFloat(350.2136F, 20.91667F);
     this.xrLabel4.Name                  = "xrLabel4";
     this.xrLabel4.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                 = new System.Drawing.SizeF(241.7656F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     this.xrLabel4.Text                  = "Độc lập-Tự do-Hạnh phúc";
     //
     // MonKiemTra
     //
     this.MonKiemTra.Description = "Môn kiểm tra";
     this.MonKiemTra.Name        = "MonKiemTra";
     this.MonKiemTra.ValueInfo   = "Sử dụng pháo binh sư đoàn bộ binh tiến công địch cơ động";
     //
     // xrLabel19
     //
     this.xrLabel19.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.MonKiemTra, "Text", "{0}")
     });
     this.xrLabel19.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel19.LocationFloat         = new DevExpress.Utils.PointFloat(137.3333F, 105.6018F);
     this.xrLabel19.Name                  = "xrLabel19";
     this.xrLabel19.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel19.SizeF                 = new System.Drawing.SizeF(496.7292F, 23.00002F);
     this.xrLabel19.StylePriority.UseFont = false;
     this.xrLabel19.Text                  = "xrLabel19";
     //
     // DoiTuong
     //
     this.DoiTuong.Description = "Đối tượng";
     this.DoiTuong.Name        = "DoiTuong";
     this.DoiTuong.ValueInfo   = "Đào tạo cán bộ CH-TM lữ đoàn trưởng PB; chủ nhiệm PB/fBB";
     //
     // xrLabel20
     //
     this.xrLabel20.AutoWidth = true;
     this.xrLabel20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.DoiTuong, "Text", "")
     });
     this.xrLabel20.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel20.LocationFloat         = new DevExpress.Utils.PointFloat(112.2083F, 128.6018F);
     this.xrLabel20.Name                  = "xrLabel20";
     this.xrLabel20.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel20.SizeF                 = new System.Drawing.SizeF(527.7917F, 23.00002F);
     this.xrLabel20.StylePriority.UseFont = false;
     this.xrLabel20.Text                  = "xrLabel20";
     //
     // ThoiGian
     //
     this.ThoiGian.Description = "Thời gian";
     this.ThoiGian.Name        = "ThoiGian";
     this.ThoiGian.ValueInfo   = "2 tiết";
     //
     // xrLabel21
     //
     this.xrLabel21.AutoWidth = true;
     this.xrLabel21.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.ThoiGian, "Text", "")
     });
     this.xrLabel21.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel21.LocationFloat         = new DevExpress.Utils.PointFloat(112.2083F, 151.6017F);
     this.xrLabel21.Name                  = "xrLabel21";
     this.xrLabel21.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel21.SizeF                 = new System.Drawing.SizeF(479.7709F, 23F);
     this.xrLabel21.StylePriority.UseFont = false;
     this.xrLabel21.Text                  = "xrLabel21";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "QL_ThitracnghiemConnectionString";
     storedProcQuery1.Name     = "sp_DanhSachCauHoiDeThi";
     queryParameter1.Name      = "@madethi";
     queryParameter1.Type      = typeof(int);
     queryParameter1.ValueInfo = "33";
     storedProcQuery1.Parameters.Add(queryParameter1);
     storedProcQuery1.StoredProcName = "sp_DanhSachCauHoiDeThi";
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         storedProcQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // xrLabel22
     //
     this.xrLabel22.AutoWidth = true;
     this.xrLabel22.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_DanhSachCauHoiDeThi.manhom")
     });
     this.xrLabel22.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold);
     this.xrLabel22.LocationFloat         = new DevExpress.Utils.PointFloat(4.062493F, 0F);
     this.xrLabel22.Name                  = "xrLabel22";
     this.xrLabel22.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel22.SizeF                 = new System.Drawing.SizeF(650F, 23F);
     this.xrLabel22.StylePriority.UseFont = false;
     this.xrLabel22.Text                  = "xrLabel22";
     //
     // xrLabel23
     //
     this.xrLabel23.AutoWidth = true;
     this.xrLabel23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_DanhSachCauHoiDeThi.noidung")
     });
     this.xrLabel23.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Italic);
     this.xrLabel23.LocationFloat         = new DevExpress.Utils.PointFloat(4.062493F, 0F);
     this.xrLabel23.Name                  = "xrLabel23";
     this.xrLabel23.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel23.SizeF                 = new System.Drawing.SizeF(650F, 23F);
     this.xrLabel23.StylePriority.UseFont = false;
     this.xrLabel23.Text                  = "xrLabel23";
     //
     // xrLabel24
     //
     this.xrLabel24.AutoWidth = true;
     this.xrLabel24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sp_DanhSachCauHoiDeThi.noidungda")
     });
     this.xrLabel24.Font                  = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel24.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel24.Name                  = "xrLabel24";
     this.xrLabel24.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel24.SizeF                 = new System.Drawing.SizeF(650F, 23F);
     this.xrLabel24.StylePriority.UseFont = false;
     this.xrLabel24.Text                  = "xrLabel24";
     //
     // GroupHeader1
     //
     this.GroupHeader1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel22
     });
     this.GroupHeader1.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("manhom", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.GroupHeader1.HeightF = 23F;
     this.GroupHeader1.Level   = 1;
     this.GroupHeader1.Name    = "GroupHeader1";
     //
     // GroupHeader2
     //
     this.GroupHeader2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel23
     });
     this.GroupHeader2.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("noidung", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)
     });
     this.GroupHeader2.HeightF = 23F;
     this.GroupHeader2.Name    = "GroupHeader2";
     //
     // XtraReport1
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.GroupHeader1,
         this.GroupHeader2
     });
     this.ComponentStorage.Add(this.sqlDataSource1);
     this.DataMember = "sp_DanhSachCauHoiDeThi";
     this.DataSource = this.sqlDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(100, 100, 0, 100);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.MonKiemTra,
         this.DoiTuong,
         this.ThoiGian
     });
     this.Version = "14.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemplo n.º 19
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.Shape.ShapeRectangle   shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(TAXDETAILSUBREPORT));
     this.TopMargin    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.Detail       = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable1     = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1  = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = 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.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel1     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel65    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel66    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel67    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel69    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel68    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape2     = new DevExpress.XtraReports.UI.XRShape();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 0F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF = 0F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1
     });
     this.Detail.HeightF = 15F;
     this.Detail.Name    = "Detail";
     //
     // 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("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(2.687483F, 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(274.8189F, 14.99999F);
     this.xrTable1.StylePriority.UseBorders       = false;
     this.xrTable1.StylePriority.UseFont          = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     this.xrTable1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell4,
         this.xrTableCell5,
         this.xrTableCell3,
         this.xrTableCell6
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.CanGrow = false;
     this.xrTableCell1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[SIDSCANQTY]")
     });
     this.xrTableCell1.Font                           = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell1.Multiline                      = true;
     this.xrTableCell1.Name                           = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseFont          = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text                           = "xrTableCell1";
     this.xrTableCell1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell1.TextFormatString               = "{0:#}";
     this.xrTableCell1.Weight                         = 0.59394403055792755D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.CanGrow = false;
     this.xrTableCell2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TAXABLEAMT]")
     });
     this.xrTableCell2.Font                           = new System.Drawing.Font("Calibri", 8.25F);
     this.xrTableCell2.Multiline                      = true;
     this.xrTableCell2.Name                           = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseFont          = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text                           = "xrTableCell2";
     this.xrTableCell2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell2.TextFormatString               = "{0:#.00##.##}";
     this.xrTableCell2.Weight                         = 0.909755113702612D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.CanGrow = false;
     this.xrTableCell4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Table2].[SIDSGSTPRCN]")
     });
     this.xrTableCell4.Font                           = new System.Drawing.Font("Calibri", 8.25F);
     this.xrTableCell4.Multiline                      = true;
     this.xrTableCell4.Name                           = "xrTableCell4";
     this.xrTableCell4.StylePriority.UseFont          = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text                           = "xrTableCell4";
     this.xrTableCell4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell4.Weight                         = 0.696375673911528D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.CanGrow = false;
     this.xrTableCell5.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Table2].[SIDSGSTAMT]")
     });
     this.xrTableCell5.Font                           = new System.Drawing.Font("Calibri", 8.25F);
     this.xrTableCell5.Multiline                      = true;
     this.xrTableCell5.Name                           = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseFont          = false;
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text                           = "xrTableCell5";
     this.xrTableCell5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell5.Weight                         = 1.1587777726336592D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.CanGrow = false;
     this.xrTableCell3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Table2].[SIDCGSTPRCN]")
     });
     this.xrTableCell3.Font                           = new System.Drawing.Font("Calibri", 8.25F);
     this.xrTableCell3.Multiline                      = true;
     this.xrTableCell3.Name                           = "xrTableCell3";
     this.xrTableCell3.StylePriority.UseFont          = false;
     this.xrTableCell3.StylePriority.UseTextAlignment = false;
     this.xrTableCell3.Text                           = "xrTableCell3";
     this.xrTableCell3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell3.Weight                         = 0.71663027269783708D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.CanGrow = false;
     this.xrTableCell6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Table2].[SIDCGSTAMT]")
     });
     this.xrTableCell6.Font                           = new System.Drawing.Font("Calibri", 8.25F);
     this.xrTableCell6.Multiline                      = true;
     this.xrTableCell6.Name                           = "xrTableCell6";
     this.xrTableCell6.StylePriority.UseFont          = false;
     this.xrTableCell6.StylePriority.UseTextAlignment = false;
     this.xrTableCell6.Text                           = "xrTableCell6";
     this.xrTableCell6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell6.Weight                         = 1.0487132714188812D;
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrLabel65,
         this.xrLabel66,
         this.xrLabel67,
         this.xrLabel69,
         this.xrLabel68,
         this.xrShape2
     });
     this.ReportHeader.HeightF = 18.125F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel1
     //
     this.xrLabel1.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel1.CanGrow                        = false;
     this.xrLabel1.Font                           = new System.Drawing.Font("Calibri", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(34.54166F, 2.416595F);
     this.xrLabel1.Multiline                      = true;
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(48.79164F, 13.83333F);
     this.xrLabel1.StylePriority.UseBorders       = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UsePadding       = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "T. AMT";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel1.TextTrimming                   = System.Drawing.StringTrimming.Word;
     //
     // xrLabel65
     //
     this.xrLabel65.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel65.CanGrow                        = false;
     this.xrLabel65.Font                           = new System.Drawing.Font("Calibri", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel65.LocationFloat                  = new DevExpress.Utils.PointFloat(2.687483F, 2.416595F);
     this.xrLabel65.Name                           = "xrLabel65";
     this.xrLabel65.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel65.SizeF                          = new System.Drawing.SizeF(31.85418F, 13.83333F);
     this.xrLabel65.StylePriority.UseBorders       = false;
     this.xrLabel65.StylePriority.UseFont          = false;
     this.xrLabel65.StylePriority.UseTextAlignment = false;
     this.xrLabel65.Text                           = "QTY";
     this.xrLabel65.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel65.WordWrap                       = false;
     //
     // xrLabel66
     //
     this.xrLabel66.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel66.CanGrow                        = false;
     this.xrLabel66.Font                           = new System.Drawing.Font("Calibri", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel66.LocationFloat                  = new DevExpress.Utils.PointFloat(83.33331F, 2.416595F);
     this.xrLabel66.Name                           = "xrLabel66";
     this.xrLabel66.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel66.SizeF                          = new System.Drawing.SizeF(37.34776F, 13.83333F);
     this.xrLabel66.StylePriority.UseBorders       = false;
     this.xrLabel66.StylePriority.UseFont          = false;
     this.xrLabel66.StylePriority.UseTextAlignment = false;
     this.xrLabel66.Text                           = "SGST%";
     this.xrLabel66.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel66.WordWrap                       = false;
     //
     // xrLabel67
     //
     this.xrLabel67.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel67.CanGrow                        = false;
     this.xrLabel67.Font                           = new System.Drawing.Font("Calibri", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel67.LocationFloat                  = new DevExpress.Utils.PointFloat(120.6811F, 2.416595F);
     this.xrLabel67.Name                           = "xrLabel67";
     this.xrLabel67.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel67.SizeF                          = new System.Drawing.SizeF(62.14713F, 13.83333F);
     this.xrLabel67.StylePriority.UseBorders       = false;
     this.xrLabel67.StylePriority.UseFont          = false;
     this.xrLabel67.StylePriority.UseTextAlignment = false;
     this.xrLabel67.Text                           = "SGST AMT";
     this.xrLabel67.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel67.WordWrap                       = false;
     //
     // xrLabel69
     //
     this.xrLabel69.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel69.CanGrow                        = false;
     this.xrLabel69.Font                           = new System.Drawing.Font("Calibri", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel69.LocationFloat                  = new DevExpress.Utils.PointFloat(221.2622F, 2.416594F);
     this.xrLabel69.Name                           = "xrLabel69";
     this.xrLabel69.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel69.SizeF                          = new System.Drawing.SizeF(56.2442F, 13.83333F);
     this.xrLabel69.StylePriority.UseBorders       = false;
     this.xrLabel69.StylePriority.UseFont          = false;
     this.xrLabel69.StylePriority.UseTextAlignment = false;
     this.xrLabel69.Text                           = "CGST AMT";
     this.xrLabel69.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel69.WordWrap                       = false;
     //
     // xrLabel68
     //
     this.xrLabel68.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel68.CanGrow                        = false;
     this.xrLabel68.Font                           = new System.Drawing.Font("Calibri", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel68.LocationFloat                  = new DevExpress.Utils.PointFloat(182.8282F, 2.416595F);
     this.xrLabel68.Name                           = "xrLabel68";
     this.xrLabel68.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel68.SizeF                          = new System.Drawing.SizeF(38.43404F, 13.83333F);
     this.xrLabel68.StylePriority.UseBorders       = false;
     this.xrLabel68.StylePriority.UseFont          = false;
     this.xrLabel68.StylePriority.UseTextAlignment = false;
     this.xrLabel68.Text                           = "CGST%";
     this.xrLabel68.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel68.WordWrap                       = false;
     //
     // xrShape2
     //
     this.xrShape2.Borders                  = DevExpress.XtraPrinting.BorderSide.None;
     this.xrShape2.LineWidth                = 2;
     this.xrShape2.LocationFloat            = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrShape2.Name                     = "xrShape2";
     shapeRectangle1.Fillet                 = 20;
     this.xrShape2.Shape                    = shapeRectangle1;
     this.xrShape2.SizeF                    = new System.Drawing.SizeF(280.3077F, 18.125F);
     this.xrShape2.Stretch                  = true;
     this.xrShape2.StylePriority.UseBorders = false;
     //
     // TAXDETAILSUBREPORT
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail,
         this.ReportHeader
     });
     this.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                            | DevExpress.XtraPrinting.BorderSide.Right)
                                                           | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.DataMember               = "Table2";
     this.DataSourceSchema         = resources.GetString("$this.DataSourceSchema");
     this.Font                     = new System.Drawing.Font("Bahnschrift", 9.75F);
     this.Margins                  = new System.Drawing.Printing.Margins(0, 1, 0, 0);
     this.PageHeight               = 1169;
     this.PageWidth                = 827;
     this.PaperKind                = System.Drawing.Printing.PaperKind.A4;
     this.SnapGridStepCount        = 1;
     this.SnappingMode             = DevExpress.XtraReports.UI.SnappingMode.None;
     this.TextAlignment            = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.Version                  = "20.1";
     this.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Exemplo n.º 20
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(XPRO_CUS_CID_Rpt003));
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle2 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     this.Detail                 = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel5               = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7               = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6               = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4               = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2               = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin              = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrPictureBox1          = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrLabel8               = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine2                = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine1                = new DevExpress.XtraReports.UI.XRLine();
     this.BottomMargin           = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.PageHeader             = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLabel9               = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1               = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1            = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel18              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel17              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel16              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3               = 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.xrLabel10              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape1               = new DevExpress.XtraReports.UI.XRShape();
     this.xrShape2               = new DevExpress.XtraReports.UI.XRShape();
     this.S_IdEmpresa            = new DevExpress.XtraReports.Parameters.Parameter();
     this.ReportFooter           = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.IdEmpresa              = new DevExpress.XtraReports.Parameters.Parameter();
     this.IdSucursal             = new DevExpress.XtraReports.Parameters.Parameter();
     this.Idproducto             = new DevExpress.XtraReports.Parameters.Parameter();
     this.IdCotizacion           = new DevExpress.XtraReports.Parameters.Parameter();
     this.FechaReg               = new DevExpress.XtraReports.Parameters.Parameter();
     this.IdListadoMateriales_lq = new DevExpress.XtraReports.Parameters.Parameter();
     this.bindingSource1         = new System.Windows.Forms.BindingSource();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel5,
         this.xrLabel7,
         this.xrLabel6,
         this.xrLabel4,
         this.xrLabel2
     });
     this.Detail.HeightF       = 23F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel5
     //
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "pr_descripcion")
     });
     this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(200F, 0F);
     this.xrLabel5.Name          = "xrLabel5";
     this.xrLabel5.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF         = new System.Drawing.SizeF(311.9998F, 23F);
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text          = "xrLabel5";
     this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel7
     //
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Cant_a_cotizar")
     });
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(611.9998F, 0F);
     this.xrLabel7.Name          = "xrLabel7";
     this.xrLabel7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text          = "xrLabel7";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel6
     //
     this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Cant_soli")
     });
     this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(511.9998F, 0F);
     this.xrLabel6.Name          = "xrLabel6";
     this.xrLabel6.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text          = "xrLabel6";
     this.xrLabel6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "FechaReg", "{0:dd/MM/yyyy}")
     });
     this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(100F, 0F);
     this.xrLabel4.Name          = "xrLabel4";
     this.xrLabel4.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text          = "xrLabel4";
     this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "IdCotizacion")
     });
     this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel2.Name          = "xrLabel2";
     this.xrLabel2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text          = "xrLabel2";
     this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPictureBox1,
         this.xrLabel8,
         this.xrLine2,
         this.xrLine1
     });
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Image         = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 10.00001F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(171.8751F, 79.99999F);
     //
     // xrLabel8
     //
     this.xrLabel8.Font                           = new System.Drawing.Font("Verdana", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel8.LocationFloat                  = new DevExpress.Utils.PointFloat(200F, 31.87501F);
     this.xrLabel8.Name                           = "xrLabel8";
     this.xrLabel8.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                          = new System.Drawing.SizeF(454.1666F, 35.04166F);
     this.xrLabel8.StylePriority.UseFont          = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text                           = "COTIZACION DE COMPRA";
     this.xrLabel8.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLine2
     //
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(712F, 9.375002F);
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 90.625F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(712F, 9.375F);
     //
     // BottomMargin
     //
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel9,
         this.xrLabel1,
         this.xrPageInfo1,
         this.xrLabel18,
         this.xrLabel17,
         this.xrLabel16,
         this.xrLabel11,
         this.xrLabel3,
         this.xrLabel15,
         this.xrLabel14,
         this.xrLabel13,
         this.xrLabel12,
         this.xrLabel10,
         this.xrShape1,
         this.xrShape2
     });
     this.PageHeader.HeightF = 157.2917F;
     this.PageHeader.Name    = "PageHeader";
     //
     // xrLabel9
     //
     this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "proveedor")
     });
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(104.375F, 82.45827F);
     this.xrLabel9.Name          = "xrLabel9";
     this.xrLabel9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF         = new System.Drawing.SizeF(426.0417F, 23F);
     this.xrLabel9.Text          = "xrLabel9";
     //
     // xrLabel1
     //
     this.xrLabel1.Font                  = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(10.00001F, 81.25F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(94.37501F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "Proveedor:";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(663.1248F, 0F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(48.87506F, 23F);
     //
     // xrLabel18
     //
     this.xrLabel18.Font                           = new System.Drawing.Font("Verdana", 9.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel18.LocationFloat                  = new DevExpress.Utils.PointFloat(592.2916F, 0F);
     this.xrLabel18.Name                           = "xrLabel18";
     this.xrLabel18.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF                          = new System.Drawing.SizeF(70.83331F, 23F);
     this.xrLabel18.StylePriority.UseFont          = false;
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.Text                           = "Página:";
     this.xrLabel18.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel17
     //
     this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "FechaReg", "{0:dd/MM/yyyy}")
     });
     this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(104.375F, 59.45829F);
     this.xrLabel17.Name          = "xrLabel17";
     this.xrLabel17.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel17.Text          = "xrLabel17";
     //
     // xrLabel16
     //
     this.xrLabel16.Font                  = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel16.LocationFloat         = new DevExpress.Utils.PointFloat(10.00001F, 59.45829F);
     this.xrLabel16.Name                  = "xrLabel16";
     this.xrLabel16.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF                 = new System.Drawing.SizeF(94.37501F, 23F);
     this.xrLabel16.StylePriority.UseFont = false;
     this.xrLabel16.Text                  = "Fecha Reg:";
     //
     // xrLabel11
     //
     this.xrLabel11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "nom_sucursal")
     });
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(104.375F, 36.45833F);
     this.xrLabel11.Name          = "xrLabel11";
     this.xrLabel11.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF         = new System.Drawing.SizeF(426.0417F, 23F);
     this.xrLabel11.Text          = "xrLabel11";
     //
     // xrLabel3
     //
     this.xrLabel3.Font                  = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat         = new DevExpress.Utils.PointFloat(10.00001F, 36.45833F);
     this.xrLabel3.Name                  = "xrLabel3";
     this.xrLabel3.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                 = new System.Drawing.SizeF(94.37501F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.Text                  = "Sucursal:";
     //
     // xrLabel15
     //
     this.xrLabel15.Font                           = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel15.LocationFloat                  = new DevExpress.Utils.PointFloat(611.9999F, 124.2917F);
     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.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text                           = "Cant.Cotizar";
     this.xrLabel15.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel14
     //
     this.xrLabel14.Font                           = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel14.LocationFloat                  = new DevExpress.Utils.PointFloat(511.9998F, 124.2917F);
     this.xrLabel14.Name                           = "xrLabel14";
     this.xrLabel14.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel14.StylePriority.UseFont          = false;
     this.xrLabel14.StylePriority.UseTextAlignment = false;
     this.xrLabel14.Text                           = "Cant. Solicitada";
     this.xrLabel14.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel13
     //
     this.xrLabel13.Font                           = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel13.LocationFloat                  = new DevExpress.Utils.PointFloat(200F, 124.2917F);
     this.xrLabel13.Name                           = "xrLabel13";
     this.xrLabel13.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                          = new System.Drawing.SizeF(311.9998F, 23.00001F);
     this.xrLabel13.StylePriority.UseFont          = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text                           = "Detalle";
     this.xrLabel13.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel12
     //
     this.xrLabel12.Font                           = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel12.LocationFloat                  = new DevExpress.Utils.PointFloat(100F, 124.2917F);
     this.xrLabel12.Name                           = "xrLabel12";
     this.xrLabel12.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel12.StylePriority.UseFont          = false;
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text                           = "Fecha Reg";
     this.xrLabel12.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrLabel10
     //
     this.xrLabel10.Font                           = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel10.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 124.2917F);
     this.xrLabel10.Name                           = "xrLabel10";
     this.xrLabel10.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                          = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel10.StylePriority.UseFont          = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text                           = "IdCotizacion";
     this.xrLabel10.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopCenter;
     //
     // xrShape1
     //
     this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 113.5417F);
     this.xrShape1.Name          = "xrShape1";
     this.xrShape1.Shape         = shapeRectangle1;
     this.xrShape1.SizeF         = new System.Drawing.SizeF(712F, 43.75F);
     //
     // xrShape2
     //
     this.xrShape2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Tag", null, "Secuencia")
     });
     this.xrShape2.LocationFloat = new DevExpress.Utils.PointFloat(0.0001430511F, 22.99999F);
     this.xrShape2.Name          = "xrShape2";
     this.xrShape2.Shape         = shapeRectangle2;
     this.xrShape2.SizeF         = new System.Drawing.SizeF(711.9999F, 90.54173F);
     //
     // S_IdEmpresa
     //
     this.S_IdEmpresa.Description = "S_IdEmpresa";
     this.S_IdEmpresa.Name        = "S_IdEmpresa";
     this.S_IdEmpresa.Value       = "(vacio)";
     this.S_IdEmpresa.Visible     = false;
     //
     // ReportFooter
     //
     this.ReportFooter.Name = "ReportFooter";
     //
     // IdEmpresa
     //
     this.IdEmpresa.Description = "IdEmpresa";
     this.IdEmpresa.Name        = "IdEmpresa";
     this.IdEmpresa.Type        = typeof(int);
     this.IdEmpresa.Value       = 0;
     this.IdEmpresa.Visible     = false;
     //
     // IdSucursal
     //
     this.IdSucursal.Description = "IdSucursal";
     this.IdSucursal.Name        = "IdSucursal";
     this.IdSucursal.Type        = typeof(int);
     this.IdSucursal.Value       = 0;
     this.IdSucursal.Visible     = false;
     //
     // Idproducto
     //
     this.Idproducto.Description = "Idproducto";
     this.Idproducto.Name        = "Idproducto";
     this.Idproducto.Type        = typeof(int);
     this.Idproducto.Value       = 0;
     this.Idproducto.Visible     = false;
     //
     // IdCotizacion
     //
     this.IdCotizacion.Description = "IdCotizacion";
     this.IdCotizacion.Name        = "IdCotizacion";
     this.IdCotizacion.Type        = typeof(int);
     this.IdCotizacion.Value       = 0;
     this.IdCotizacion.Visible     = false;
     //
     // FechaReg
     //
     this.FechaReg.Description = "FechaReg";
     this.FechaReg.Name        = "FechaReg";
     this.FechaReg.Type        = typeof(System.DateTime);
     this.FechaReg.Value       = new System.DateTime(2014, 11, 24, 11, 34, 41, 363);
     this.FechaReg.Visible     = false;
     //
     // IdListadoMateriales_lq
     //
     this.IdListadoMateriales_lq.Description = "IdListadoMateriales_lq";
     this.IdListadoMateriales_lq.Name        = "IdListadoMateriales_lq";
     this.IdListadoMateriales_lq.Type        = typeof(int);
     this.IdListadoMateriales_lq.Value       = 0;
     this.IdListadoMateriales_lq.Visible     = false;
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(Cus.Erp.Reports.Cidersus.Produccion.XPRO_CUS_CID_Rpt003_Info);
     //
     // XPRO_CUS_CID_Rpt003
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.PageHeader,
         this.ReportFooter
     });
     this.DataSource = this.bindingSource1;
     this.Margins    = new System.Drawing.Printing.Margins(100, 38, 100, 100);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.IdEmpresa,
         this.S_IdEmpresa,
         this.IdSucursal,
         this.Idproducto,
         this.IdCotizacion,
         this.FechaReg,
         this.IdListadoMateriales_lq
     });
     this.Version = "12.1";
     ((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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rp_In_Betacam_Trong30_Max2));
            DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel30 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel31 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrPictureBox2 = new DevExpress.XtraReports.UI.XRPictureBox();
            this.xrShape2 = new DevExpress.XtraReports.UI.XRShape();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.dS_INBETACAM_TRONG1 = new ProtocolVN.App.VideoLibrary.DataSource.DS_INBETACAM_TRONG();
            this.iN_BETACAM_TRONGTableAdapter = new ProtocolVN.App.VideoLibrary.DataSource.DS_INBETACAM_TRONGTableAdapters.IN_BETACAM_TRONGTableAdapter();
            this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrSubreport1 = new DevExpress.XtraReports.UI.XRSubreport();
            this.rp_In_Betacam_Trong30_Max2_CT1 = new ProtocolVN.App.VideoLibrary.rp_In_Betacam_Trong30_Max2_CT();
            ((System.ComponentModel.ISupportInitialize)(this.dS_INBETACAM_TRONG1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Trong30_Max2_CT1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrSubreport1,
            this.xrLabel29,
            this.xrLabel30,
            this.xrLabel31,
            this.xrPictureBox2,
            this.xrShape2});
            this.Detail.Dpi = 254F;
            this.Detail.HeightF = 693F;
            this.Detail.KeepTogether = true;
            this.Detail.MultiColumn.ColumnCount = 2;
            this.Detail.MultiColumn.Direction = DevExpress.XtraReports.UI.ColumnDirection.AcrossThenDown;
            this.Detail.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel29
            // 
            this.xrLabel29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_TRONG.NOI_DUNG")});
            this.xrLabel29.Dpi = 254F;
            this.xrLabel29.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel29.LocationFloat = new DevExpress.Utils.PointFloat(211.0916F, 165.32F);
            this.xrLabel29.Multiline = true;
            this.xrLabel29.Name = "xrLabel29";
            this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel29.SizeF = new System.Drawing.SizeF(676.9709F, 113.6041F);
            this.xrLabel29.StylePriority.UseFont = false;
            this.xrLabel29.StylePriority.UseTextAlignment = false;
            this.xrLabel29.Text = "xrLabel7";
            this.xrLabel29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
            // 
            // xrLabel30
            // 
            this.xrLabel30.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_TRONG.NGAY_NHAP", "Ngày: {0:dd/MM/yyyy}")});
            this.xrLabel30.Dpi = 254F;
            this.xrLabel30.Font = new System.Drawing.Font("Arial", 11F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
            this.xrLabel30.LocationFloat = new DevExpress.Utils.PointFloat(78.33189F, 565.7026F);
            this.xrLabel30.Name = "xrLabel30";
            this.xrLabel30.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel30.SizeF = new System.Drawing.SizeF(809.731F, 58.41992F);
            this.xrLabel30.StylePriority.UseFont = false;
            this.xrLabel30.StylePriority.UseTextAlignment = false;
            this.xrLabel30.Text = "xrLabel10";
            this.xrLabel30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel31
            // 
            this.xrLabel31.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_TRONG.MA_BANG", "Mã băng: {0}")});
            this.xrLabel31.Dpi = 254F;
            this.xrLabel31.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel31.LocationFloat = new DevExpress.Utils.PointFloat(211.0916F, 75.23996F);
            this.xrLabel31.Name = "xrLabel31";
            this.xrLabel31.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel31.SizeF = new System.Drawing.SizeF(676.9713F, 58.41997F);
            this.xrLabel31.StylePriority.UseBorderColor = false;
            this.xrLabel31.StylePriority.UseFont = false;
            this.xrLabel31.StylePriority.UseForeColor = false;
            this.xrLabel31.StylePriority.UseTextAlignment = false;
            this.xrLabel31.Text = "xrLabel11";
            this.xrLabel31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrPictureBox2
            // 
            this.xrPictureBox2.BorderWidth = 0;
            this.xrPictureBox2.Dpi = 254F;
            this.xrPictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox2.Image")));
            this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(26.66168F, 28.58334F);
            this.xrPictureBox2.Name = "xrPictureBox2";
            this.xrPictureBox2.SizeF = new System.Drawing.SizeF(184.43F, 175.37F);
            this.xrPictureBox2.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
            this.xrPictureBox2.StylePriority.UseBorderWidth = false;
            // 
            // xrShape2
            // 
            this.xrShape2.Dpi = 254F;
            this.xrShape2.LineWidth = 7;
            this.xrShape2.LocationFloat = new DevExpress.Utils.PointFloat(14.48413F, 18F);
            this.xrShape2.Name = "xrShape2";
            shapeRectangle1.Fillet = 25;
            this.xrShape2.Shape = shapeRectangle1;
            this.xrShape2.SizeF = new System.Drawing.SizeF(900F, 650F);
            // 
            // TopMargin
            // 
            this.TopMargin.Dpi = 254F;
            this.TopMargin.HeightF = 58F;
            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 = 64F;
            this.BottomMargin.Name = "BottomMargin";
            this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
            this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // dS_INBETACAM_TRONG1
            // 
            this.dS_INBETACAM_TRONG1.DataSetName = "DS_INBETACAM_TRONG";
            this.dS_INBETACAM_TRONG1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // iN_BETACAM_TRONGTableAdapter
            // 
            this.iN_BETACAM_TRONGTableAdapter.ClearBeforeFill = true;
            // 
            // PageFooter
            // 
            this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel1});
            this.PageFooter.Dpi = 254F;
            this.PageFooter.HeightF = 71F;
            this.PageFooter.Name = "PageFooter";
            // 
            // xrLabel1
            // 
            this.xrLabel1.Dpi = 254F;
            this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Italic);
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(1243.188F, 24.99993F);
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(658.8125F, 37F);
            this.xrLabel1.StylePriority.UseFont = false;
            this.xrLabel1.StylePriority.UseTextAlignment = false;
            this.xrLabel1.Text = "NHÃN BETACAM TRONG 30";
            this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            // 
            // xrSubreport1
            // 
            this.xrSubreport1.Dpi = 254F;
            this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(196.3127F, 289.5074F);
            this.xrSubreport1.Name = "xrSubreport1";
            this.xrSubreport1.ReportSource = this.rp_In_Betacam_Trong30_Max2_CT1;
            this.xrSubreport1.SizeF = new System.Drawing.SizeF(691.7501F, 248.9199F);
            this.xrSubreport1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrSubreport1_BeforePrint);
            // 
            // rp_In_Betacam_Trong30_Max2
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin,
            this.PageFooter});
            this.DataAdapter = this.iN_BETACAM_TRONGTableAdapter;
            this.DataMember = "IN_BETACAM_TRONG";
            this.DataSource = this.dS_INBETACAM_TRONG1;
            this.Dpi = 254F;
            this.Margins = new System.Drawing.Printing.Margins(93, 103, 58, 64);
            this.PageHeight = 2969;
            this.PageWidth = 2101;
            this.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
            this.SnapGridSize = 7.62F;
            this.Version = "10.1";
            ((System.ComponentModel.ISupportInitialize)(this.dS_INBETACAM_TRONG1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Trong30_Max2_CT1)).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.Shape.ShapeRectangle shapeRectangle3 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
            DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle2 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
            DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrLabel25 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel24 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel23 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel22 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel21 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel20 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel19 = new DevExpress.XtraReports.UI.XRLabel();
            this.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.xrLabel9 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel8 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel7 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel6 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrShape3 = new DevExpress.XtraReports.UI.XRShape();
            this.xrShape2 = new DevExpress.XtraReports.UI.XRShape();
            this.xrShape1 = new DevExpress.XtraReports.UI.XRShape();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.xrLabel26 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel27 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel28 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel29 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel30 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel31 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel32 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel33 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel34 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel35 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel36 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel38 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel39 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel40 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel42 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel43 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel44 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel46 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel47 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel48 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel49 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel50 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel51 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel52 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel53 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel54 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel55 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel56 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel57 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel58 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel59 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel60 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel61 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel62 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel63 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel64 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel65 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel66 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel67 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel68 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel69 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel70 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel71 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel72 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel73 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel74 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel75 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel76 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel77 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
            this.xrLine2 = new DevExpress.XtraReports.UI.XRLine();
            this.xrLine3 = new DevExpress.XtraReports.UI.XRLine();
            this.xrLine4 = new DevExpress.XtraReports.UI.XRLine();
            this.xrLabel78 = new DevExpress.XtraReports.UI.XRLabel();
            this.geciciIsGormezlikDataSet1 = new AHBS2010.Rapor.Raporlar.GeciciIsGormezlikDataSet();
            this.xrLabel79 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel80 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel81 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel82 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel83 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel84 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel85 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel86 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel87 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel88 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel89 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel90 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel91 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel92 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel93 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel94 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel95 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel96 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel97 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel98 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel99 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel100 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel37 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel41 = new DevExpress.XtraReports.UI.XRLabel();
            ((System.ComponentModel.ISupportInitialize)(this.geciciIsGormezlikDataSet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel41,
            this.xrLabel37,
            this.xrLabel100,
            this.xrLabel99,
            this.xrLabel98,
            this.xrLabel97,
            this.xrLabel96,
            this.xrLabel95,
            this.xrLabel94,
            this.xrLabel93,
            this.xrLabel92,
            this.xrLabel91,
            this.xrLabel90,
            this.xrLabel89,
            this.xrLabel88,
            this.xrLabel87,
            this.xrLabel86,
            this.xrLabel85,
            this.xrLabel84,
            this.xrLabel83,
            this.xrLabel82,
            this.xrLabel81,
            this.xrLabel80,
            this.xrLabel79,
            this.xrLine4,
            this.xrLine3,
            this.xrLine2,
            this.xrLine1,
            this.xrLabel71,
            this.xrLabel70,
            this.xrLabel63,
            this.xrLabel56,
            this.xrLabel55,
            this.xrLabel58,
            this.xrLabel57,
            this.xrLabel54,
            this.xrLabel51,
            this.xrLabel50,
            this.xrLabel53,
            this.xrLabel52,
            this.xrLabel49,
            this.xrLabel48,
            this.xrLabel46,
            this.xrLabel47,
            this.xrLabel44,
            this.xrLabel42,
            this.xrLabel40,
            this.xrLabel38,
            this.xrLabel39,
            this.xrLabel36,
            this.xrLabel35,
            this.xrLabel34,
            this.xrLabel33,
            this.xrLabel32,
            this.xrLabel31,
            this.xrLabel30,
            this.xrLabel29,
            this.xrLabel28,
            this.xrLabel27,
            this.xrLabel26,
            this.xrLabel25,
            this.xrLabel24,
            this.xrLabel23,
            this.xrLabel22,
            this.xrLabel21,
            this.xrLabel20,
            this.xrLabel19,
            this.xrLabel18,
            this.xrLabel17,
            this.xrLabel16,
            this.xrLabel15,
            this.xrLabel14,
            this.xrLabel13,
            this.xrLabel12,
            this.xrLabel11,
            this.xrLabel10,
            this.xrLabel9,
            this.xrLabel8,
            this.xrLabel5,
            this.xrLabel4,
            this.xrLabel3,
            this.xrLabel2,
            this.xrLabel1,
            this.xrLabel68,
            this.xrLabel73,
            this.xrLabel72,
            this.xrLabel74,
            this.xrLabel69,
            this.xrLabel6,
            this.xrLabel78,
            this.xrLabel75,
            this.xrLabel7,
            this.xrLabel62,
            this.xrLabel61,
            this.xrLabel60,
            this.xrLabel59,
            this.xrLabel76,
            this.xrLabel77,
            this.xrLabel67,
            this.xrLabel43,
            this.xrLabel64,
            this.xrShape1,
            this.xrShape2,
            this.xrLabel66,
            this.xrShape3,
            this.xrLabel65});
            this.Detail.HeightF = 950F;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLabel25
            // 
            this.xrLabel25.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel25.LocationFloat = new DevExpress.Utils.PointFloat(267.2916F, 348.9167F);
            this.xrLabel25.Name = "xrLabel25";
            this.xrLabel25.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel25.SizeF = new System.Drawing.SizeF(132.7084F, 15.20831F);
            this.xrLabel25.StylePriority.UseFont = false;
            this.xrLabel25.Text = "DÜZENLEYEN HEKÝMÝN";
            // 
            // xrLabel24
            // 
            this.xrLabel24.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel24.LocationFloat = new DevExpress.Utils.PointFloat(527.2917F, 315.4584F);
            this.xrLabel24.Name = "xrLabel24";
            this.xrLabel24.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel24.SizeF = new System.Drawing.SizeF(133.4166F, 12.58331F);
            this.xrLabel24.StylePriority.UseFont = false;
            this.xrLabel24.Text = "Hastahaneden Çýkýþ Tarihi :";
            // 
            // xrLabel23
            // 
            this.xrLabel23.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel23.LocationFloat = new DevExpress.Utils.PointFloat(527.2917F, 291.6666F);
            this.xrLabel23.Name = "xrLabel23";
            this.xrLabel23.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel23.SizeF = new System.Drawing.SizeF(133.4166F, 12.58331F);
            this.xrLabel23.StylePriority.UseFont = false;
            this.xrLabel23.Text = "Hastahaneye Yatýþ Tarihi :";
            // 
            // xrLabel22
            // 
            this.xrLabel22.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel22.LocationFloat = new DevExpress.Utils.PointFloat(318.5833F, 291.6667F);
            this.xrLabel22.Name = "xrLabel22";
            this.xrLabel22.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel22.SizeF = new System.Drawing.SizeF(132.7916F, 12.58334F);
            this.xrLabel22.StylePriority.UseFont = false;
            this.xrLabel22.Text = "tarihine kadar istirahatlidir.";
            // 
            // xrLabel21
            // 
            this.xrLabel21.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel21.LocationFloat = new DevExpress.Utils.PointFloat(172.0833F, 291.6666F);
            this.xrLabel21.Name = "xrLabel21";
            this.xrLabel21.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel21.SizeF = new System.Drawing.SizeF(55F, 12.58334F);
            this.xrLabel21.StylePriority.UseFont = false;
            this.xrLabel21.Text = "tarihinden";
            // 
            // xrLabel20
            // 
            this.xrLabel20.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeciciIsGoremezlikRaporuDatatable.RaporBasTarih", "{0:dd.MM.yyyy}")});
            this.xrLabel20.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel20.LocationFloat = new DevExpress.Utils.PointFloat(89.58334F, 291.6667F);
            this.xrLabel20.Name = "xrLabel20";
            this.xrLabel20.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel20.SizeF = new System.Drawing.SizeF(76.49997F, 12.58334F);
            this.xrLabel20.StylePriority.UseFont = false;
            this.xrLabel20.Text = "xrLabel20";
            // 
            // xrLabel19
            // 
            this.xrLabel19.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(37.37499F, 291.6667F);
            this.xrLabel19.Name = "xrLabel19";
            this.xrLabel19.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel19.SizeF = new System.Drawing.SizeF(42.16668F, 12.58334F);
            this.xrLabel19.StylePriority.UseFont = false;
            this.xrLabel19.Text = "Teþhis:";
            // 
            // xrLabel18
            // 
            this.xrLabel18.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(37.37499F, 264.5833F);
            this.xrLabel18.Name = "xrLabel18";
            this.xrLabel18.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel18.SizeF = new System.Drawing.SizeF(42.16669F, 12.58334F);
            this.xrLabel18.StylePriority.UseFont = false;
            this.xrLabel18.Text = "Teþhis:";
            // 
            // xrLabel17
            // 
            this.xrLabel17.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(618.5416F, 234.375F);
            this.xrLabel17.Name = "xrLabel17";
            this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel17.SizeF = new System.Drawing.SizeF(42.16669F, 12.58334F);
            this.xrLabel17.StylePriority.UseFont = false;
            this.xrLabel17.Text = "Analýk:";
            // 
            // xrLabel16
            // 
            this.xrLabel16.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(423.7917F, 234.375F);
            this.xrLabel16.Name = "xrLabel16";
            this.xrLabel16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel16.SizeF = new System.Drawing.SizeF(57.79169F, 12.58334F);
            this.xrLabel16.StylePriority.UseFont = false;
            this.xrLabel16.Text = "Hastalýk:";
            // 
            // xrLabel15
            // 
            this.xrLabel15.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(231F, 234.375F);
            this.xrLabel15.Name = "xrLabel15";
            this.xrLabel15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel15.SizeF = new System.Drawing.SizeF(94.25F, 12.58334F);
            this.xrLabel15.StylePriority.UseFont = false;
            this.xrLabel15.Text = "Meslek Hastalýðý:";
            // 
            // xrLabel14
            // 
            this.xrLabel14.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel14.LocationFloat = new DevExpress.Utils.PointFloat(36.91666F, 234.375F);
            this.xrLabel14.Name = "xrLabel14";
            this.xrLabel14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel14.SizeF = new System.Drawing.SizeF(57.79169F, 12.58333F);
            this.xrLabel14.StylePriority.UseFont = false;
            this.xrLabel14.Text = "Ýþ Kazasý:";
            // 
            // xrLabel13
            // 
            this.xrLabel13.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(113.0001F, 208.75F);
            this.xrLabel13.Name = "xrLabel13";
            this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel13.SizeF = new System.Drawing.SizeF(418.2083F, 13.12498F);
            this.xrLabel13.StylePriority.UseFont = false;
            this.xrLabel13.Text = "BÝRÝNCÝ ON GÜNE KADAR AYAKTAN ÝSTÝRAHATLER ÝÇÝN DOLDURULACAK BÖLÜM";
            // 
            // xrLabel12
            // 
            this.xrLabel12.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(318.5833F, 121.8333F);
            this.xrLabel12.Name = "xrLabel12";
            this.xrLabel12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel12.SizeF = new System.Drawing.SizeF(130.125F, 12.58332F);
            this.xrLabel12.StylePriority.UseFont = false;
            this.xrLabel12.Text = "Sicil No:";
            // 
            // xrLabel11
            // 
            this.xrLabel11.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(598F, 121.8333F);
            this.xrLabel11.Name = "xrLabel11";
            this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel11.SizeF = new System.Drawing.SizeF(82.5F, 12.58332F);
            this.xrLabel11.StylePriority.UseFont = false;
            this.xrLabel11.Text = "T.C. Kimlik No:";
            // 
            // xrLabel10
            // 
            this.xrLabel10.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(598F, 93.58334F);
            this.xrLabel10.Name = "xrLabel10";
            this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel10.SizeF = new System.Drawing.SizeF(82.5F, 12.58334F);
            this.xrLabel10.StylePriority.UseFont = false;
            this.xrLabel10.Text = "Protokol No:";
            // 
            // xrLabel9
            // 
            this.xrLabel9.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(598F, 68.87502F);
            this.xrLabel9.Name = "xrLabel9";
            this.xrLabel9.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel9.SizeF = new System.Drawing.SizeF(82.5F, 12.58334F);
            this.xrLabel9.StylePriority.UseFont = false;
            this.xrLabel9.Text = "Poliklinik Tarihi :";
            // 
            // xrLabel8
            // 
            this.xrLabel8.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(37.375F, 149.625F);
            this.xrLabel8.Name = "xrLabel8";
            this.xrLabel8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel8.SizeF = new System.Drawing.SizeF(83.83333F, 12.58333F);
            this.xrLabel8.StylePriority.UseFont = false;
            this.xrLabel8.Text = "Adres - Telefon :";
            // 
            // xrLabel7
            // 
            this.xrLabel7.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(37.375F, 121.8333F);
            this.xrLabel7.Name = "xrLabel7";
            this.xrLabel7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel7.SizeF = new System.Drawing.SizeF(125F, 12.58332F);
            this.xrLabel7.StylePriority.UseFont = false;
            this.xrLabel7.Text = "Adý Soyadý:";
            // 
            // xrLabel6
            // 
            this.xrLabel6.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel6.LocationFloat = new DevExpress.Utils.PointFloat(318.5833F, 68.87502F);
            this.xrLabel6.Name = "xrLabel6";
            this.xrLabel6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel6.SizeF = new System.Drawing.SizeF(256.2085F, 12.58333F);
            this.xrLabel6.StylePriority.UseFont = false;
            this.xrLabel6.Text = "Düzenleyen Poliklinik";
            // 
            // xrLabel5
            // 
            this.xrLabel5.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(37.375F, 68.87501F);
            this.xrLabel5.Name = "xrLabel5";
            this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel5.SizeF = new System.Drawing.SizeF(171.0417F, 12.58334F);
            this.xrLabel5.StylePriority.UseFont = false;
            this.xrLabel5.Text = "Saðlýk Tesisi";
            // 
            // xrLabel4
            // 
            this.xrLabel4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold);
            this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(255.7083F, 28F);
            this.xrLabel4.Name = "xrLabel4";
            this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel4.SizeF = new System.Drawing.SizeF(271.1666F, 23F);
            this.xrLabel4.StylePriority.UseFont = false;
            this.xrLabel4.Text = "ÝÞ GÖREMEZLÝK BELGESÝ";
            // 
            // xrLabel3
            // 
            this.xrLabel3.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(585.6041F, 669.7918F);
            this.xrLabel3.Name = "xrLabel3";
            this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel3.SizeF = new System.Drawing.SizeF(108.0416F, 17.79163F);
            this.xrLabel3.StylePriority.UseFont = false;
            this.xrLabel3.Text = "Ýþveren imza ve kaþe";
            // 
            // xrLabel2
            // 
            this.xrLabel2.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(318.125F, 669.7917F);
            this.xrLabel2.Name = "xrLabel2";
            this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel2.SizeF = new System.Drawing.SizeF(201.8333F, 17.79163F);
            this.xrLabel2.StylePriority.UseFont = false;
            this.xrLabel2.Text = "tarihleri arasýnda iþyerinde çalýþamamýþtýr.";
            // 
            // xrLabel1
            // 
            this.xrLabel1.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(29.16667F, 669.7917F);
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(58.33334F, 17.79163F);
            this.xrLabel1.StylePriority.UseFont = false;
            this.xrLabel1.Text = "Sigortalý";
            // 
            // xrShape3
            // 
            this.xrShape3.LocationFloat = new DevExpress.Utils.PointFloat(27.16667F, 464.625F);
            this.xrShape3.Name = "xrShape3";
            this.xrShape3.Shape = shapeRectangle3;
            this.xrShape3.SizeF = new System.Drawing.SizeF(760.8333F, 192.7083F);
            // 
            // xrShape2
            // 
            this.xrShape2.LocationFloat = new DevExpress.Utils.PointFloat(30.20833F, 221.875F);
            this.xrShape2.Name = "xrShape2";
            this.xrShape2.Shape = shapeRectangle2;
            this.xrShape2.SizeF = new System.Drawing.SizeF(757.7917F, 222.9167F);
            // 
            // xrShape1
            // 
            this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(27.00001F, 57F);
            this.xrShape1.Name = "xrShape1";
            this.xrShape1.Shape = shapeRectangle1;
            this.xrShape1.SizeF = new System.Drawing.SizeF(761F, 143.75F);
            // 
            // 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;
            // 
            // xrLabel26
            // 
            this.xrLabel26.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(50.54166F, 369.9584F);
            this.xrLabel26.Name = "xrLabel26";
            this.xrLabel26.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel26.SizeF = new System.Drawing.SizeF(70.66668F, 12.58334F);
            this.xrLabel26.StylePriority.UseFont = false;
            this.xrLabel26.Text = "Adý Soyadý :";
            // 
            // xrLabel27
            // 
            this.xrLabel27.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel27.LocationFloat = new DevExpress.Utils.PointFloat(50.54166F, 390.75F);
            this.xrLabel27.Name = "xrLabel27";
            this.xrLabel27.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel27.SizeF = new System.Drawing.SizeF(57.33334F, 13.45834F);
            this.xrLabel27.StylePriority.UseFont = false;
            this.xrLabel27.Text = "Ýhtisas No:";
            // 
            // xrLabel28
            // 
            this.xrLabel28.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel28.LocationFloat = new DevExpress.Utils.PointFloat(50.54166F, 414.5833F);
            this.xrLabel28.Name = "xrLabel28";
            this.xrLabel28.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel28.SizeF = new System.Drawing.SizeF(93.37502F, 13.45834F);
            this.xrLabel28.StylePriority.UseFont = false;
            this.xrLabel28.Text = "Diploma Tescil No:";
            // 
            // xrLabel29
            // 
            this.xrLabel29.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel29.LocationFloat = new DevExpress.Utils.PointFloat(403.7083F, 369.9584F);
            this.xrLabel29.Name = "xrLabel29";
            this.xrLabel29.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel29.SizeF = new System.Drawing.SizeF(57.33334F, 13.45834F);
            this.xrLabel29.StylePriority.UseFont = false;
            this.xrLabel29.Text = "ÝMZASI";
            // 
            // xrLabel30
            // 
            this.xrLabel30.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel30.LocationFloat = new DevExpress.Utils.PointFloat(618.5416F, 348.9167F);
            this.xrLabel30.Name = "xrLabel30";
            this.xrLabel30.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel30.SizeF = new System.Drawing.SizeF(42.16669F, 12.58334F);
            this.xrLabel30.StylePriority.UseFont = false;
            this.xrLabel30.Text = "ONAY";
            // 
            // xrLabel31
            // 
            this.xrLabel31.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel31.LocationFloat = new DevExpress.Utils.PointFloat(557.1249F, 369.9584F);
            this.xrLabel31.Name = "xrLabel31";
            this.xrLabel31.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel31.SizeF = new System.Drawing.SizeF(83.12488F, 12.58334F);
            this.xrLabel31.StylePriority.UseFont = false;
            this.xrLabel31.Text = "Ýsim Kaþesi :";
            // 
            // xrLabel32
            // 
            this.xrLabel32.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel32.LocationFloat = new DevExpress.Utils.PointFloat(557.1249F, 390.75F);
            this.xrLabel32.Name = "xrLabel32";
            this.xrLabel32.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel32.SizeF = new System.Drawing.SizeF(42.1666F, 12.58334F);
            this.xrLabel32.StylePriority.UseFont = false;
            this.xrLabel32.Text = "Mühür :";
            // 
            // xrLabel33
            // 
            this.xrLabel33.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel33.LocationFloat = new DevExpress.Utils.PointFloat(557.1249F, 414.5833F);
            this.xrLabel33.Name = "xrLabel33";
            this.xrLabel33.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel33.SizeF = new System.Drawing.SizeF(42.16663F, 12.58334F);
            this.xrLabel33.StylePriority.UseFont = false;
            this.xrLabel33.Text = "Ýmza :";
            // 
            // xrLabel34
            // 
            this.xrLabel34.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel34.LocationFloat = new DevExpress.Utils.PointFloat(113.0001F, 452.5F);
            this.xrLabel34.Name = "xrLabel34";
            this.xrLabel34.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel34.SizeF = new System.Drawing.SizeF(418.2083F, 13.12498F);
            this.xrLabel34.StylePriority.UseFont = false;
            this.xrLabel34.Text = "ÝKÝNCÝ ON GÜNE KADAR AYAKTAN ÝSTÝRAHATLER ÝÇÝN DOLDURULACAK BÖLÜM";
            // 
            // xrLabel35
            // 
            this.xrLabel35.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel35.LocationFloat = new DevExpress.Utils.PointFloat(37.375F, 477.0833F);
            this.xrLabel35.Name = "xrLabel35";
            this.xrLabel35.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel35.SizeF = new System.Drawing.SizeF(42.16669F, 12.58334F);
            this.xrLabel35.StylePriority.UseFont = false;
            this.xrLabel35.Text = "Teþhis:";
            // 
            // xrLabel36
            // 
            this.xrLabel36.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel36.LocationFloat = new DevExpress.Utils.PointFloat(37.375F, 507.2917F);
            this.xrLabel36.Name = "xrLabel36";
            this.xrLabel36.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel36.SizeF = new System.Drawing.SizeF(42.16668F, 12.58334F);
            this.xrLabel36.StylePriority.UseFont = false;
            this.xrLabel36.Text = "Teþhis:";
            // 
            // xrLabel38
            // 
            this.xrLabel38.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel38.LocationFloat = new DevExpress.Utils.PointFloat(172.0833F, 507.2917F);
            this.xrLabel38.Name = "xrLabel38";
            this.xrLabel38.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel38.SizeF = new System.Drawing.SizeF(55F, 12.58334F);
            this.xrLabel38.StylePriority.UseFont = false;
            this.xrLabel38.Text = "tarihinden";
            // 
            // xrLabel39
            // 
            this.xrLabel39.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel39.LocationFloat = new DevExpress.Utils.PointFloat(318.5833F, 507.2917F);
            this.xrLabel39.Name = "xrLabel39";
            this.xrLabel39.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel39.SizeF = new System.Drawing.SizeF(133.6666F, 12.58334F);
            this.xrLabel39.StylePriority.UseFont = false;
            this.xrLabel39.Text = "tarihine kadar istirahatlidir.";
            // 
            // xrLabel40
            // 
            this.xrLabel40.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel40.LocationFloat = new DevExpress.Utils.PointFloat(37.37499F, 315.4584F);
            this.xrLabel40.Name = "xrLabel40";
            this.xrLabel40.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel40.SizeF = new System.Drawing.SizeF(42.16668F, 12.58334F);
            this.xrLabel40.StylePriority.UseFont = false;
            this.xrLabel40.Text = "Teþhis:";
            // 
            // xrLabel42
            // 
            this.xrLabel42.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel42.LocationFloat = new DevExpress.Utils.PointFloat(255.7083F, 315.4584F);
            this.xrLabel42.Name = "xrLabel42";
            this.xrLabel42.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel42.SizeF = new System.Drawing.SizeF(55.70834F, 12.58334F);
            this.xrLabel42.StylePriority.UseFont = false;
            this.xrLabel42.Text = "ÇALIÞIR";
            // 
            // xrLabel43
            // 
            this.xrLabel43.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel43.LocationFloat = new DevExpress.Utils.PointFloat(370.2915F, 315.4584F);
            this.xrLabel43.Name = "xrLabel43";
            this.xrLabel43.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel43.SizeF = new System.Drawing.SizeF(56.50008F, 12.58334F);
            this.xrLabel43.StylePriority.UseFont = false;
            this.xrLabel43.Text = "KONTROL";
            // 
            // xrLabel44
            // 
            this.xrLabel44.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel44.LocationFloat = new DevExpress.Utils.PointFloat(37.375F, 532.2917F);
            this.xrLabel44.Name = "xrLabel44";
            this.xrLabel44.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel44.SizeF = new System.Drawing.SizeF(42.16668F, 12.58334F);
            this.xrLabel44.StylePriority.UseFont = false;
            this.xrLabel44.Text = "Teþhis:";
            // 
            // xrLabel46
            // 
            this.xrLabel46.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel46.LocationFloat = new DevExpress.Utils.PointFloat(255.7083F, 532.2917F);
            this.xrLabel46.Name = "xrLabel46";
            this.xrLabel46.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel46.SizeF = new System.Drawing.SizeF(56.45834F, 12.58334F);
            this.xrLabel46.StylePriority.UseFont = false;
            this.xrLabel46.Text = "ÇALIÞIR";
            // 
            // xrLabel47
            // 
            this.xrLabel47.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel47.LocationFloat = new DevExpress.Utils.PointFloat(370.2915F, 532.2917F);
            this.xrLabel47.Name = "xrLabel47";
            this.xrLabel47.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel47.SizeF = new System.Drawing.SizeF(56.50008F, 12.58334F);
            this.xrLabel47.StylePriority.UseFont = false;
            this.xrLabel47.Text = "KONTROL";
            // 
            // xrLabel48
            // 
            this.xrLabel48.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel48.LocationFloat = new DevExpress.Utils.PointFloat(527.2917F, 507.2917F);
            this.xrLabel48.Name = "xrLabel48";
            this.xrLabel48.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel48.SizeF = new System.Drawing.SizeF(131.4167F, 12.58331F);
            this.xrLabel48.StylePriority.UseFont = false;
            this.xrLabel48.Text = "Hastahaneye Yatýþ Tarihi :";
            // 
            // xrLabel49
            // 
            this.xrLabel49.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel49.LocationFloat = new DevExpress.Utils.PointFloat(527.2917F, 532.2917F);
            this.xrLabel49.Name = "xrLabel49";
            this.xrLabel49.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel49.SizeF = new System.Drawing.SizeF(133.4166F, 12.58331F);
            this.xrLabel49.StylePriority.UseFont = false;
            this.xrLabel49.Text = "Hastahaneden Çýkýþ Tarihi :";
            // 
            // xrLabel50
            // 
            this.xrLabel50.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel50.LocationFloat = new DevExpress.Utils.PointFloat(267.2916F, 563.5417F);
            this.xrLabel50.Name = "xrLabel50";
            this.xrLabel50.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel50.SizeF = new System.Drawing.SizeF(116.9167F, 15.20831F);
            this.xrLabel50.StylePriority.UseFont = false;
            this.xrLabel50.Text = "DÜZENLEYEN HEKÝMÝN";
            // 
            // xrLabel51
            // 
            this.xrLabel51.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel51.LocationFloat = new DevExpress.Utils.PointFloat(50.54166F, 585.5417F);
            this.xrLabel51.Name = "xrLabel51";
            this.xrLabel51.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel51.SizeF = new System.Drawing.SizeF(70.16666F, 12.58331F);
            this.xrLabel51.StylePriority.UseFont = false;
            this.xrLabel51.Text = "Adý Soyadý :";
            // 
            // xrLabel52
            // 
            this.xrLabel52.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel52.LocationFloat = new DevExpress.Utils.PointFloat(50.54166F, 607.0417F);
            this.xrLabel52.Name = "xrLabel52";
            this.xrLabel52.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel52.SizeF = new System.Drawing.SizeF(57.33334F, 13.45834F);
            this.xrLabel52.StylePriority.UseFont = false;
            this.xrLabel52.Text = "Ýhtisas No:";
            // 
            // xrLabel53
            // 
            this.xrLabel53.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel53.LocationFloat = new DevExpress.Utils.PointFloat(50.54166F, 626.0417F);
            this.xrLabel53.Name = "xrLabel53";
            this.xrLabel53.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel53.SizeF = new System.Drawing.SizeF(92.875F, 13.45831F);
            this.xrLabel53.StylePriority.UseFont = false;
            this.xrLabel53.Text = "Diploma Tescil No:";
            // 
            // xrLabel54
            // 
            this.xrLabel54.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel54.LocationFloat = new DevExpress.Utils.PointFloat(403.7083F, 585.5417F);
            this.xrLabel54.Name = "xrLabel54";
            this.xrLabel54.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel54.SizeF = new System.Drawing.SizeF(57.33334F, 13.45834F);
            this.xrLabel54.StylePriority.UseFont = false;
            this.xrLabel54.Text = "ÝMZASI";
            // 
            // xrLabel55
            // 
            this.xrLabel55.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel55.LocationFloat = new DevExpress.Utils.PointFloat(557.1249F, 585.5417F);
            this.xrLabel55.Name = "xrLabel55";
            this.xrLabel55.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel55.SizeF = new System.Drawing.SizeF(84.95819F, 12.58331F);
            this.xrLabel55.StylePriority.UseFont = false;
            this.xrLabel55.Text = "Ýsim Kaþesi :";
            // 
            // xrLabel56
            // 
            this.xrLabel56.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel56.LocationFloat = new DevExpress.Utils.PointFloat(618.5416F, 563.5417F);
            this.xrLabel56.Name = "xrLabel56";
            this.xrLabel56.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel56.SizeF = new System.Drawing.SizeF(42.16669F, 12.58334F);
            this.xrLabel56.StylePriority.UseFont = false;
            this.xrLabel56.Text = "ONAY";
            // 
            // xrLabel57
            // 
            this.xrLabel57.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel57.LocationFloat = new DevExpress.Utils.PointFloat(557.1249F, 607.0417F);
            this.xrLabel57.Name = "xrLabel57";
            this.xrLabel57.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel57.SizeF = new System.Drawing.SizeF(42.1666F, 12.58334F);
            this.xrLabel57.StylePriority.UseFont = false;
            this.xrLabel57.Text = "Mühür :";
            // 
            // xrLabel58
            // 
            this.xrLabel58.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel58.LocationFloat = new DevExpress.Utils.PointFloat(557.1249F, 626.0417F);
            this.xrLabel58.Name = "xrLabel58";
            this.xrLabel58.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel58.SizeF = new System.Drawing.SizeF(42.16663F, 12.58334F);
            this.xrLabel58.StylePriority.UseFont = false;
            this.xrLabel58.Text = "Ýmza :";
            // 
            // xrLabel59
            // 
            this.xrLabel59.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel59.LocationFloat = new DevExpress.Utils.PointFloat(35.37499F, 229.1667F);
            this.xrLabel59.Name = "xrLabel59";
            this.xrLabel59.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel59.SizeF = new System.Drawing.SizeF(161.5833F, 23F);
            this.xrLabel59.StylePriority.UseBorders = false;
            // 
            // xrLabel60
            // 
            this.xrLabel60.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel60.LocationFloat = new DevExpress.Utils.PointFloat(227F, 229.1667F);
            this.xrLabel60.Name = "xrLabel60";
            this.xrLabel60.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel60.SizeF = new System.Drawing.SizeF(161.5833F, 23F);
            this.xrLabel60.StylePriority.UseBorders = false;
            // 
            // xrLabel61
            // 
            this.xrLabel61.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel61.LocationFloat = new DevExpress.Utils.PointFloat(418.7917F, 228.1667F);
            this.xrLabel61.Name = "xrLabel61";
            this.xrLabel61.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel61.SizeF = new System.Drawing.SizeF(161.5833F, 23F);
            this.xrLabel61.StylePriority.UseBorders = false;
            // 
            // xrLabel62
            // 
            this.xrLabel62.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel62.LocationFloat = new DevExpress.Utils.PointFloat(613F, 229.1667F);
            this.xrLabel62.Name = "xrLabel62";
            this.xrLabel62.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel62.SizeF = new System.Drawing.SizeF(161.5833F, 23F);
            this.xrLabel62.StylePriority.UseBorders = false;
            // 
            // xrLabel63
            // 
            this.xrLabel63.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel63.LocationFloat = new DevExpress.Utils.PointFloat(35.37499F, 258.5833F);
            this.xrLabel63.Name = "xrLabel63";
            this.xrLabel63.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel63.SizeF = new System.Drawing.SizeF(739.2083F, 24F);
            this.xrLabel63.StylePriority.UseBorders = false;
            // 
            // xrLabel64
            // 
            this.xrLabel64.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel64.LocationFloat = new DevExpress.Utils.PointFloat(36.91667F, 287.5833F);
            this.xrLabel64.Name = "xrLabel64";
            this.xrLabel64.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel64.SizeF = new System.Drawing.SizeF(737.6666F, 48F);
            this.xrLabel64.StylePriority.UseBorders = false;
            // 
            // xrLabel65
            // 
            this.xrLabel65.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel65.LocationFloat = new DevExpress.Utils.PointFloat(37F, 340F);
            this.xrLabel65.Name = "xrLabel65";
            this.xrLabel65.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel65.SizeF = new System.Drawing.SizeF(737.5833F, 95F);
            this.xrLabel65.StylePriority.UseBorders = false;
            // 
            // xrLabel66
            // 
            this.xrLabel66.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel66.LocationFloat = new DevExpress.Utils.PointFloat(36.00001F, 470.625F);
            this.xrLabel66.Name = "xrLabel66";
            this.xrLabel66.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel66.SizeF = new System.Drawing.SizeF(738.5833F, 24F);
            this.xrLabel66.StylePriority.UseBorders = false;
            // 
            // xrLabel67
            // 
            this.xrLabel67.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel67.LocationFloat = new DevExpress.Utils.PointFloat(35.00001F, 502.625F);
            this.xrLabel67.Name = "xrLabel67";
            this.xrLabel67.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel67.SizeF = new System.Drawing.SizeF(739.5833F, 48F);
            this.xrLabel67.StylePriority.UseBorders = false;
            // 
            // xrLabel68
            // 
            this.xrLabel68.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel68.LocationFloat = new DevExpress.Utils.PointFloat(35.00001F, 553.625F);
            this.xrLabel68.Name = "xrLabel68";
            this.xrLabel68.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel68.SizeF = new System.Drawing.SizeF(739.5833F, 95F);
            this.xrLabel68.StylePriority.UseBorders = false;
            // 
            // xrLabel69
            // 
            this.xrLabel69.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel69.LocationFloat = new DevExpress.Utils.PointFloat(37F, 66.87502F);
            this.xrLabel69.Name = "xrLabel69";
            this.xrLabel69.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel69.SizeF = new System.Drawing.SizeF(260.0833F, 13.58334F);
            this.xrLabel69.StylePriority.UseBorders = false;
            // 
            // xrLabel70
            // 
            this.xrLabel70.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel70.LocationFloat = new DevExpress.Utils.PointFloat(37F, 79.87502F);
            this.xrLabel70.Name = "xrLabel70";
            this.xrLabel70.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel70.SizeF = new System.Drawing.SizeF(260.0833F, 29.58334F);
            this.xrLabel70.StylePriority.UseBorders = false;
            // 
            // xrLabel71
            // 
            this.xrLabel71.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel71.LocationFloat = new DevExpress.Utils.PointFloat(315.5833F, 78.87502F);
            this.xrLabel71.Name = "xrLabel71";
            this.xrLabel71.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel71.SizeF = new System.Drawing.SizeF(260.7917F, 29.58334F);
            this.xrLabel71.StylePriority.UseBorders = false;
            // 
            // xrLabel72
            // 
            this.xrLabel72.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel72.LocationFloat = new DevExpress.Utils.PointFloat(593F, 89.58336F);
            this.xrLabel72.Name = "xrLabel72";
            this.xrLabel72.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel72.SizeF = new System.Drawing.SizeF(186F, 20F);
            this.xrLabel72.StylePriority.UseBorders = false;
            // 
            // xrLabel73
            // 
            this.xrLabel73.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel73.LocationFloat = new DevExpress.Utils.PointFloat(593F, 66.87502F);
            this.xrLabel73.Name = "xrLabel73";
            this.xrLabel73.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel73.SizeF = new System.Drawing.SizeF(186F, 20F);
            this.xrLabel73.StylePriority.UseBorders = false;
            // 
            // xrLabel74
            // 
            this.xrLabel74.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel74.LocationFloat = new DevExpress.Utils.PointFloat(593F, 117.8333F);
            this.xrLabel74.Name = "xrLabel74";
            this.xrLabel74.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel74.SizeF = new System.Drawing.SizeF(186F, 21F);
            this.xrLabel74.StylePriority.UseBorders = false;
            // 
            // xrLabel75
            // 
            this.xrLabel75.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel75.LocationFloat = new DevExpress.Utils.PointFloat(315.5833F, 117.8333F);
            this.xrLabel75.Name = "xrLabel75";
            this.xrLabel75.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel75.SizeF = new System.Drawing.SizeF(260.7917F, 21F);
            this.xrLabel75.StylePriority.UseBorders = false;
            // 
            // xrLabel76
            // 
            this.xrLabel76.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel76.LocationFloat = new DevExpress.Utils.PointFloat(37F, 117.8333F);
            this.xrLabel76.Name = "xrLabel76";
            this.xrLabel76.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel76.SizeF = new System.Drawing.SizeF(260.0833F, 21F);
            this.xrLabel76.StylePriority.UseBorders = false;
            // 
            // xrLabel77
            // 
            this.xrLabel77.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel77.LocationFloat = new DevExpress.Utils.PointFloat(37F, 147.2083F);
            this.xrLabel77.Name = "xrLabel77";
            this.xrLabel77.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel77.SizeF = new System.Drawing.SizeF(742F, 44F);
            this.xrLabel77.StylePriority.UseBorders = false;
            // 
            // xrLine1
            // 
            this.xrLine1.LineDirection = DevExpress.XtraReports.UI.LineDirection.Vertical;
            this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(544.6249F, 340.7083F);
            this.xrLine1.Name = "xrLine1";
            this.xrLine1.SizeF = new System.Drawing.SizeF(4.166656F, 92.70831F);
            // 
            // xrLine2
            // 
            this.xrLine2.LineDirection = DevExpress.XtraReports.UI.LineDirection.Vertical;
            this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(364.1249F, 366.6667F);
            this.xrLine2.Name = "xrLine2";
            this.xrLine2.SizeF = new System.Drawing.SizeF(2.083313F, 61.45834F);
            // 
            // xrLine3
            // 
            this.xrLine3.LineDirection = DevExpress.XtraReports.UI.LineDirection.Vertical;
            this.xrLine3.LocationFloat = new DevExpress.Utils.PointFloat(364.1249F, 581.1666F);
            this.xrLine3.Name = "xrLine3";
            this.xrLine3.SizeF = new System.Drawing.SizeF(2.083313F, 61.45834F);
            // 
            // xrLine4
            // 
            this.xrLine4.LineDirection = DevExpress.XtraReports.UI.LineDirection.Vertical;
            this.xrLine4.LocationFloat = new DevExpress.Utils.PointFloat(544.6249F, 556.1667F);
            this.xrLine4.Name = "xrLine4";
            this.xrLine4.SizeF = new System.Drawing.SizeF(4.166656F, 92.70831F);
            // 
            // xrLabel78
            // 
            this.xrLabel78.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel78.LocationFloat = new DevExpress.Utils.PointFloat(315.5833F, 65.87499F);
            this.xrLabel78.Name = "xrLabel78";
            this.xrLabel78.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel78.SizeF = new System.Drawing.SizeF(260.7917F, 13.58334F);
            this.xrLabel78.StylePriority.UseBorders = false;
            // 
            // geciciIsGormezlikDataSet1
            // 
            this.geciciIsGormezlikDataSet1.DataSetName = "GeciciIsGormezlikDataSet";
            this.geciciIsGormezlikDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // xrLabel79
            // 
            this.xrLabel79.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeciciIsGoremezlikRaporuDatatable.MTarih")});
            this.xrLabel79.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel79.LocationFloat = new DevExpress.Utils.PointFloat(684.4999F, 68.87502F);
            this.xrLabel79.Name = "xrLabel79";
            this.xrLabel79.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel79.SizeF = new System.Drawing.SizeF(94.50012F, 12.58334F);
            this.xrLabel79.StylePriority.UseFont = false;
            this.xrLabel79.Text = "xrLabel79";
            // 
            // xrLabel80
            // 
            this.xrLabel80.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeciciIsGoremezlikRaporuDatatable.ProtokolNo")});
            this.xrLabel80.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel80.LocationFloat = new DevExpress.Utils.PointFloat(684.4999F, 93.58336F);
            this.xrLabel80.Name = "xrLabel80";
            this.xrLabel80.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel80.SizeF = new System.Drawing.SizeF(94.50012F, 12.58334F);
            this.xrLabel80.StylePriority.UseFont = false;
            this.xrLabel80.Text = "xrLabel80";
            // 
            // xrLabel81
            // 
            this.xrLabel81.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeciciIsGoremezlikRaporuDatatable.TcKNo")});
            this.xrLabel81.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel81.LocationFloat = new DevExpress.Utils.PointFloat(684.4999F, 121.8333F);
            this.xrLabel81.Name = "xrLabel81";
            this.xrLabel81.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel81.SizeF = new System.Drawing.SizeF(94.50012F, 12.58334F);
            this.xrLabel81.StylePriority.UseFont = false;
            this.xrLabel81.Text = "xrLabel81";
            // 
            // xrLabel82
            // 
            this.xrLabel82.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeciciIsGoremezlikRaporuDatatable.KurumSicilNo")});
            this.xrLabel82.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel82.LocationFloat = new DevExpress.Utils.PointFloat(370.2915F, 121.8333F);
            this.xrLabel82.Name = "xrLabel82";
            this.xrLabel82.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel82.SizeF = new System.Drawing.SizeF(204.5002F, 12.58334F);
            this.xrLabel82.StylePriority.UseFont = false;
            this.xrLabel82.Text = "xrLabel82";
            // 
            // xrLabel83
            // 
            this.xrLabel83.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeciciIsGoremezlikRaporuDatatable.AdiSoyadi")});
            this.xrLabel83.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel83.LocationFloat = new DevExpress.Utils.PointFloat(106.125F, 121.8333F);
            this.xrLabel83.Name = "xrLabel83";
            this.xrLabel83.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel83.SizeF = new System.Drawing.SizeF(174.3333F, 12.58334F);
            this.xrLabel83.StylePriority.UseFont = false;
            this.xrLabel83.Text = "xrLabel83";
            // 
            // xrLabel84
            // 
            this.xrLabel84.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeciciIsGoremezlikRaporuDatatable.BeyanAdresi")});
            this.xrLabel84.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel84.LocationFloat = new DevExpress.Utils.PointFloat(134.5833F, 149.625F);
            this.xrLabel84.Name = "xrLabel84";
            this.xrLabel84.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel84.SizeF = new System.Drawing.SizeF(640F, 38F);
            this.xrLabel84.StylePriority.UseFont = false;
            this.xrLabel84.Text = "xrLabel84";
            // 
            // xrLabel85
            // 
            this.xrLabel85.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeciciIsGoremezlikRaporuDatatable.RaporBitTarih", "{0:dd.MM.yyyy}")});
            this.xrLabel85.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel85.LocationFloat = new DevExpress.Utils.PointFloat(236.1251F, 291.6667F);
            this.xrLabel85.Name = "xrLabel85";
            this.xrLabel85.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel85.SizeF = new System.Drawing.SizeF(76.49997F, 12.58334F);
            this.xrLabel85.StylePriority.UseFont = false;
            this.xrLabel85.Text = "xrLabel85";
            // 
            // xrLabel86
            // 
            this.xrLabel86.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeciciIsGoremezlikRaporuDatatable.DAdiSoyadi")});
            this.xrLabel86.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel86.LocationFloat = new DevExpress.Utils.PointFloat(123.5834F, 586.4167F);
            this.xrLabel86.Name = "xrLabel86";
            this.xrLabel86.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel86.SizeF = new System.Drawing.SizeF(122.25F, 12.58331F);
            this.xrLabel86.StylePriority.UseFont = false;
            this.xrLabel86.Text = "xrLabel86";
            // 
            // xrLabel87
            // 
            this.xrLabel87.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel87.LocationFloat = new DevExpress.Utils.PointFloat(123.5834F, 606.1666F);
            this.xrLabel87.Name = "xrLabel87";
            this.xrLabel87.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel87.SizeF = new System.Drawing.SizeF(57.33334F, 13.45834F);
            this.xrLabel87.StylePriority.UseFont = false;
            this.xrLabel87.Text = "Ýhtisas No:";
            // 
            // xrLabel88
            // 
            this.xrLabel88.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeciciIsGoremezlikRaporuDatatable.Diplomano")});
            this.xrLabel88.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel88.LocationFloat = new DevExpress.Utils.PointFloat(151.0833F, 625.1666F);
            this.xrLabel88.Name = "xrLabel88";
            this.xrLabel88.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel88.SizeF = new System.Drawing.SizeF(57.33334F, 13.45834F);
            this.xrLabel88.StylePriority.UseFont = false;
            this.xrLabel88.Text = "xrLabel88";
            // 
            // xrLabel89
            // 
            this.xrLabel89.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeciciIsGoremezlikRaporuDatatable.DAdiSoyadi")});
            this.xrLabel89.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel89.LocationFloat = new DevExpress.Utils.PointFloat(123.5834F, 370.8334F);
            this.xrLabel89.Name = "xrLabel89";
            this.xrLabel89.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel89.SizeF = new System.Drawing.SizeF(122.25F, 12.58331F);
            this.xrLabel89.StylePriority.UseFont = false;
            this.xrLabel89.Text = "xrLabel86";
            // 
            // xrLabel90
            // 
            this.xrLabel90.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel90.LocationFloat = new DevExpress.Utils.PointFloat(123.5834F, 390.7501F);
            this.xrLabel90.Name = "xrLabel90";
            this.xrLabel90.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel90.SizeF = new System.Drawing.SizeF(57.33334F, 13.45834F);
            this.xrLabel90.StylePriority.UseFont = false;
            this.xrLabel90.Text = "Ýhtisas No:";
            // 
            // xrLabel91
            // 
            this.xrLabel91.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeciciIsGoremezlikRaporuDatatable.Diplomano")});
            this.xrLabel91.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel91.LocationFloat = new DevExpress.Utils.PointFloat(151.0833F, 413.7084F);
            this.xrLabel91.Name = "xrLabel91";
            this.xrLabel91.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel91.SizeF = new System.Drawing.SizeF(57.33334F, 13.45834F);
            this.xrLabel91.StylePriority.UseFont = false;
            this.xrLabel91.Text = "xrLabel88";
            // 
            // xrLabel92
            // 
            this.xrLabel92.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel92.LocationFloat = new DevExpress.Utils.PointFloat(151.0833F, 231.9583F);
            this.xrLabel92.Name = "xrLabel92";
            this.xrLabel92.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
            this.xrLabel92.SizeF = new System.Drawing.SizeF(15F, 15F);
            this.xrLabel92.StylePriority.UseBorders = false;
            // 
            // xrLabel93
            // 
            this.xrLabel93.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel93.LocationFloat = new DevExpress.Utils.PointFloat(364.9168F, 231.9583F);
            this.xrLabel93.Name = "xrLabel93";
            this.xrLabel93.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel93.SizeF = new System.Drawing.SizeF(15F, 15F);
            this.xrLabel93.StylePriority.UseBorders = false;
            // 
            // xrLabel94
            // 
            this.xrLabel94.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel94.LocationFloat = new DevExpress.Utils.PointFloat(560.7916F, 231.9583F);
            this.xrLabel94.Name = "xrLabel94";
            this.xrLabel94.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel94.SizeF = new System.Drawing.SizeF(15F, 15F);
            this.xrLabel94.StylePriority.UseBorders = false;
            // 
            // xrLabel95
            // 
            this.xrLabel95.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel95.LocationFloat = new DevExpress.Utils.PointFloat(753.5833F, 233.375F);
            this.xrLabel95.Name = "xrLabel95";
            this.xrLabel95.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel95.SizeF = new System.Drawing.SizeF(15F, 15F);
            this.xrLabel95.StylePriority.UseBorders = false;
            // 
            // xrLabel96
            // 
            this.xrLabel96.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel96.LocationFloat = new DevExpress.Utils.PointFloat(333.0833F, 314.25F);
            this.xrLabel96.Name = "xrLabel96";
            this.xrLabel96.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel96.SizeF = new System.Drawing.SizeF(15F, 15F);
            this.xrLabel96.StylePriority.UseBorders = false;
            // 
            // xrLabel97
            // 
            this.xrLabel97.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel97.LocationFloat = new DevExpress.Utils.PointFloat(446.0416F, 314.25F);
            this.xrLabel97.Name = "xrLabel97";
            this.xrLabel97.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel97.SizeF = new System.Drawing.SizeF(15F, 15F);
            this.xrLabel97.StylePriority.UseBorders = false;
            // 
            // xrLabel98
            // 
            this.xrLabel98.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel98.LocationFloat = new DevExpress.Utils.PointFloat(333.0833F, 530.2917F);
            this.xrLabel98.Name = "xrLabel98";
            this.xrLabel98.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel98.SizeF = new System.Drawing.SizeF(15F, 15F);
            this.xrLabel98.StylePriority.UseBorders = false;
            // 
            // xrLabel99
            // 
            this.xrLabel99.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrLabel99.LocationFloat = new DevExpress.Utils.PointFloat(446.0416F, 530.2917F);
            this.xrLabel99.Name = "xrLabel99";
            this.xrLabel99.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel99.SizeF = new System.Drawing.SizeF(15F, 15F);
            this.xrLabel99.StylePriority.UseBorders = false;
            // 
            // xrLabel100
            // 
            this.xrLabel100.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeciciIsGoremezlikRaporuDatatable.RaporBitTarih", "{0:dd.MM.yyyy}")});
            this.xrLabel100.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel100.LocationFloat = new DevExpress.Utils.PointFloat(236.1251F, 507.2917F);
            this.xrLabel100.Name = "xrLabel100";
            this.xrLabel100.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel100.SizeF = new System.Drawing.SizeF(76.49997F, 12.58334F);
            this.xrLabel100.StylePriority.UseFont = false;
            this.xrLabel100.Text = "xrLabel85";
            // 
            // xrLabel37
            // 
            this.xrLabel37.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "GeciciIsGoremezlikRaporuDatatable.RaporBasTarih", "{0:dd.MM.yyyy}")});
            this.xrLabel37.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel37.LocationFloat = new DevExpress.Utils.PointFloat(89.58334F, 507.2917F);
            this.xrLabel37.Name = "xrLabel37";
            this.xrLabel37.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel37.SizeF = new System.Drawing.SizeF(76.49997F, 12.58334F);
            this.xrLabel37.StylePriority.UseFont = false;
            this.xrLabel37.Text = "xrLabel20";
            // 
            // xrLabel41
            // 
            this.xrLabel41.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Bold);
            this.xrLabel41.LocationFloat = new DevExpress.Utils.PointFloat(104.0416F, 669.7917F);
            this.xrLabel41.Name = "xrLabel41";
            this.xrLabel41.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
            this.xrLabel41.SizeF = new System.Drawing.SizeF(176.4167F, 17.79163F);
            this.xrLabel41.StylePriority.UseFont = false;
            this.xrLabel41.Text = "......./...../............   -   ....../....../...........";
            // 
            // GeciciIsGormezlikRaporu
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin});
            this.DataMember = "GeciciIsGoremezlikRaporuDatatable";
            this.DataSource = this.geciciIsGormezlikDataSet1;
            this.Margins = new System.Drawing.Printing.Margins(27, 25, 0, 0);
            this.Version = "10.1";
            ((System.ComponentModel.ISupportInitialize)(this.geciciIsGormezlikDataSet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
Exemplo n.º 23
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rptProjCalcCCFO));
            DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
            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();
            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.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
            this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
            this.xrRichText2 = new DevExpress.XtraReports.UI.XRRichText();
            this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrShape1 = new DevExpress.XtraReports.UI.XRShape();
            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.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
            this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
            this.xrPanel1 = new DevExpress.XtraReports.UI.XRPanel();
            this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
            this.xrTableRow3 = 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.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
            this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
            this.calculatedField1 = new DevExpress.XtraReports.UI.CalculatedField();
            this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand();
            this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrTable2});
            this.Detail.Dpi = 254F;
            this.Detail.HeightF = 43F;
            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)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            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(1503F, 42F);
            this.xrTable2.StylePriority.UseBorders = false;
            // 
            // xrTableRow2
            // 
            this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell4,
            this.xrTableCell5,
            this.xrTableCell6,
            this.xrTableCell9,
            this.xrTableCell10,
            this.xrTableCell12});
            this.xrTableRow2.Dpi = 254F;
            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, "MyTable.Name")});
            this.xrTableCell4.Dpi = 254F;
            this.xrTableCell4.Name = "xrTableCell4";
            this.xrTableCell4.Text = "xrTableCell4";
            this.xrTableCell4.Weight = 0.29607451763140386D;
            // 
            // xrTableCell5
            // 
            this.xrTableCell5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "MyTable.Result")});
            this.xrTableCell5.Dpi = 254F;
            this.xrTableCell5.Name = "xrTableCell5";
            this.xrTableCell5.StylePriority.UseTextAlignment = false;
            this.xrTableCell5.Text = "xrTableCell5";
            this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            this.xrTableCell5.Weight = 0.084497671324018628D;
            // 
            // xrTableCell6
            // 
            this.xrTableCell6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "MyTable.totalMark")});
            this.xrTableCell6.Dpi = 254F;
            this.xrTableCell6.Name = "xrTableCell6";
            this.xrTableCell6.StylePriority.UseTextAlignment = false;
            this.xrTableCell6.Text = "xrTableCell6";
            this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            this.xrTableCell6.Weight = 0.14105123087159016D;
            // 
            // xrTableCell9
            // 
            this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "MyTable.Percentage", "{0:}")});
            this.xrTableCell9.Dpi = 254F;
            this.xrTableCell9.Name = "xrTableCell9";
            this.xrTableCell9.StylePriority.UseTextAlignment = false;
            this.xrTableCell9.Text = "xrTableCell9";
            this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            this.xrTableCell9.Weight = 0.11177644710578842D;
            // 
            // xrTableCell10
            // 
            this.xrTableCell10.Dpi = 254F;
            this.xrTableCell10.Name = "xrTableCell10";
            this.xrTableCell10.StylePriority.UseTextAlignment = false;
            this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            this.xrTableCell10.Weight = 0.11310711909514305D;
            this.xrTableCell10.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrTableCell10_BeforePrint);
            // 
            // xrTableCell12
            // 
            this.xrTableCell12.Dpi = 254F;
            this.xrTableCell12.Name = "xrTableCell12";
            this.xrTableCell12.StylePriority.UseTextAlignment = false;
            this.xrTableCell12.Text = "xrTableCell12";
            this.xrTableCell12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            this.xrTableCell12.Weight = 0.25349301397205587D;
            this.xrTableCell12.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrTableCell12_BeforePrint);
            // 
            // ReportHeader
            // 
            this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrRichText2,
            this.xrLabel2,
            this.xrLabel1,
            this.xrShape1,
            this.xrTable1});
            this.ReportHeader.Dpi = 254F;
            this.ReportHeader.HeightF = 381F;
            this.ReportHeader.Name = "ReportHeader";
            // 
            // xrRichText2
            // 
            this.xrRichText2.Dpi = 254F;
            this.xrRichText2.LocationFloat = new DevExpress.Utils.PointFloat(100F, 187.5F);
            this.xrRichText2.Name = "xrRichText2";
            this.xrRichText2.SerializableRtfString = resources.GetString("xrRichText2.SerializableRtfString");
            this.xrRichText2.SizeF = new System.Drawing.SizeF(1344F, 148F);
            // 
            // xrLabel2
            // 
            this.xrLabel2.Dpi = 254F;
            this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(650F, 125F);
            this.xrLabel2.Name = "xrLabel2";
            this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel2.SizeF = new System.Drawing.SizeF(254F, 63F);
            this.xrLabel2.StylePriority.UseTextAlignment = false;
            this.xrLabel2.Text = "Grading Scale";
            this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
            // 
            // xrLabel1
            // 
            this.xrLabel1.Dpi = 254F;
            this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 14F);
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(425F, 37.5F);
            this.xrLabel1.Multiline = true;
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(698F, 151.3125F);
            this.xrLabel1.StylePriority.UseFont = false;
            this.xrLabel1.StylePriority.UseTextAlignment = false;
            this.xrLabel1.Text = "Overall Competency";
            this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
            // 
            // xrShape1
            // 
            this.xrShape1.Angle = 180;
            this.xrShape1.Dpi = 254F;
            this.xrShape1.FillColor = System.Drawing.Color.Silver;
            this.xrShape1.LineWidth = 0;
            this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(12.5F, 25F);
            this.xrShape1.Name = "xrShape1";
            this.xrShape1.Shape = shapeRectangle1;
            this.xrShape1.SizeF = new System.Drawing.SizeF(1524F, 74.25F);
            // 
            // xrTable1
            // 
            this.xrTable1.AnchorVertical = DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom;
            this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTable1.Dpi = 254F;
            this.xrTable1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(21F, 339F);
            this.xrTable1.Name = "xrTable1";
            this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
            this.xrTableRow1});
            this.xrTable1.SizeF = new System.Drawing.SizeF(1503F, 42F);
            this.xrTable1.StylePriority.UseBorders = false;
            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.xrTableCell1,
            this.xrTableCell2,
            this.xrTableCell3,
            this.xrTableCell7,
            this.xrTableCell8,
            this.xrTableCell11});
            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.StylePriority.UseTextAlignment = false;
            this.xrTableCell1.Text = "Activity";
            this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell1.Weight = 0.29607451763140386D;
            // 
            // xrTableCell2
            // 
            this.xrTableCell2.CanGrow = false;
            this.xrTableCell2.Dpi = 254F;
            this.xrTableCell2.Name = "xrTableCell2";
            this.xrTableCell2.StylePriority.UseTextAlignment = false;
            this.xrTableCell2.Text = "Result";
            this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell2.Weight = 0.084497671324018628D;
            // 
            // xrTableCell3
            // 
            this.xrTableCell3.CanGrow = false;
            this.xrTableCell3.Dpi = 254F;
            this.xrTableCell3.Name = "xrTableCell3";
            this.xrTableCell3.StylePriority.UseTextAlignment = false;
            this.xrTableCell3.Text = "Activity Total";
            this.xrTableCell3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell3.Weight = 0.13905522288755823D;
            // 
            // xrTableCell7
            // 
            this.xrTableCell7.CanGrow = false;
            this.xrTableCell7.Dpi = 254F;
            this.xrTableCell7.Name = "xrTableCell7";
            this.xrTableCell7.StylePriority.UseTextAlignment = false;
            this.xrTableCell7.Text = "Result (%)";
            this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell7.Weight = 0.11377245508982035D;
            // 
            // xrTableCell8
            // 
            this.xrTableCell8.CanGrow = false;
            this.xrTableCell8.Dpi = 254F;
            this.xrTableCell8.Name = "xrTableCell8";
            this.xrTableCell8.StylePriority.UseTextAlignment = false;
            this.xrTableCell8.Text = "Grade";
            this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell8.Weight = 0.11310711909514305D;
            // 
            // xrTableCell11
            // 
            this.xrTableCell11.CanGrow = false;
            this.xrTableCell11.Dpi = 254F;
            this.xrTableCell11.Multiline = true;
            this.xrTableCell11.Name = "xrTableCell11";
            this.xrTableCell11.StylePriority.UseTextAlignment = false;
            this.xrTableCell11.Text = "Status";
            this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            this.xrTableCell11.Weight = 0.25349301397205587D;
            // 
            // ReportFooter
            // 
            this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrPanel1,
            this.xrTable3});
            this.ReportFooter.Dpi = 254F;
            this.ReportFooter.HeightF = 476F;
            this.ReportFooter.Name = "ReportFooter";
            // 
            // xrPanel1
            // 
            this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel4,
            this.xrLabel3});
            this.xrPanel1.Dpi = 254F;
            this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(21.00001F, 71.27084F);
            this.xrPanel1.Name = "xrPanel1";
            this.xrPanel1.SizeF = new System.Drawing.SizeF(1503F, 212F);
            // 
            // xrLabel4
            // 
            this.xrLabel4.Dpi = 254F;
            this.xrLabel4.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
            this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 77.58336F);
            this.xrLabel4.Name = "xrLabel4";
            this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel4.SizeF = new System.Drawing.SizeF(1503F, 42.54497F);
            this.xrLabel4.StylePriority.UseFont = false;
            this.xrLabel4.Text = "NOTE: 95% and above qualifies for a distinction.";
            // 
            // xrLabel3
            // 
            this.xrLabel3.Dpi = 254F;
            this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 25.00001F);
            this.xrLabel3.Name = "xrLabel3";
            this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel3.SizeF = new System.Drawing.SizeF(1503F, 42F);
            this.xrLabel3.Text = "In Order to be be declared competent, an overall grade above 2 has to be obtained" +
                " for CCFO\'s.";
            // 
            // xrTable3
            // 
            this.xrTable3.AnchorVertical = DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom;
            this.xrTable3.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                        | DevExpress.XtraPrinting.BorderSide.Right)
                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
            this.xrTable3.Dpi = 254F;
            this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(21.00001F, 14.27084F);
            this.xrTable3.Name = "xrTable3";
            this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
            this.xrTableRow3});
            this.xrTable3.SizeF = new System.Drawing.SizeF(1503F, 42F);
            this.xrTable3.StylePriority.UseBorders = false;
            // 
            // xrTableRow3
            // 
            this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
            this.xrTableCell13,
            this.xrTableCell14,
            this.xrTableCell15,
            this.xrTableCell16,
            this.xrTableCell17,
            this.xrTableCell18});
            this.xrTableRow3.Dpi = 254F;
            this.xrTableRow3.Name = "xrTableRow3";
            this.xrTableRow3.Weight = 1D;
            // 
            // xrTableCell13
            // 
            this.xrTableCell13.CanGrow = false;
            this.xrTableCell13.Dpi = 254F;
            this.xrTableCell13.Name = "xrTableCell13";
            this.xrTableCell13.StylePriority.UseTextAlignment = false;
            this.xrTableCell13.Text = "Judgement";
            this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
            this.xrTableCell13.Weight = 0.29607451763140386D;
            // 
            // xrTableCell14
            // 
            this.xrTableCell14.CanGrow = false;
            this.xrTableCell14.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "MyTable.Result")});
            this.xrTableCell14.Dpi = 254F;
            this.xrTableCell14.Name = "xrTableCell14";
            this.xrTableCell14.StylePriority.UseTextAlignment = false;
            xrSummary1.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
            this.xrTableCell14.Summary = xrSummary1;
            this.xrTableCell14.Text = "xrTableCell14";
            this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            this.xrTableCell14.Weight = 0.084497671324018628D;
            // 
            // xrTableCell15
            // 
            this.xrTableCell15.CanGrow = false;
            this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "MyTable.totalMark")});
            this.xrTableCell15.Dpi = 254F;
            this.xrTableCell15.Name = "xrTableCell15";
            this.xrTableCell15.StylePriority.UseTextAlignment = false;
            xrSummary2.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
            this.xrTableCell15.Summary = xrSummary2;
            this.xrTableCell15.Text = "xrTableCell15";
            this.xrTableCell15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            this.xrTableCell15.Weight = 0.14105123087159016D;
            // 
            // xrTableCell16
            // 
            this.xrTableCell16.CanGrow = false;
            this.xrTableCell16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "MyTable.Percentage")});
            this.xrTableCell16.Dpi = 254F;
            this.xrTableCell16.Name = "xrTableCell16";
            this.xrTableCell16.StylePriority.UseTextAlignment = false;
            xrSummary3.FormatString = "{0:#.00}";
            xrSummary3.Func = DevExpress.XtraReports.UI.SummaryFunc.Custom;
            xrSummary3.Running = DevExpress.XtraReports.UI.SummaryRunning.Report;
            this.xrTableCell16.Summary = xrSummary3;
            this.xrTableCell16.Text = "xrTableCell16";
            this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            this.xrTableCell16.Weight = 0.11177644710578842D;
            this.xrTableCell16.SummaryGetResult += new DevExpress.XtraReports.UI.SummaryGetResultHandler(this.xrTableCell16_SummaryGetResult);
            this.xrTableCell16.SummaryRowChanged += new System.EventHandler(this.xrTableCell16_SummaryRowChanged);
            // 
            // xrTableCell17
            // 
            this.xrTableCell17.CanGrow = false;
            this.xrTableCell17.Dpi = 254F;
            this.xrTableCell17.Name = "xrTableCell17";
            this.xrTableCell17.StylePriority.UseTextAlignment = false;
            this.xrTableCell17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            this.xrTableCell17.Weight = 0.11310711909514305D;
            this.xrTableCell17.SummaryGetResult += new DevExpress.XtraReports.UI.SummaryGetResultHandler(this.xrTableCell17_SummaryGetResult);
            this.xrTableCell17.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrTableCell17_BeforePrint);
            // 
            // xrTableCell18
            // 
            this.xrTableCell18.CanGrow = false;
            this.xrTableCell18.Dpi = 254F;
            this.xrTableCell18.Name = "xrTableCell18";
            this.xrTableCell18.StylePriority.UseTextAlignment = false;
            this.xrTableCell18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            this.xrTableCell18.Weight = 0.25349301397205587D;
            this.xrTableCell18.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrTableCell18_BeforePrint);
            // 
            // calculatedField1
            // 
            this.calculatedField1.DataMember = "MyTable";
            this.calculatedField1.Expression = "if [Result] / [totalMark] <= 59 = 1";
            this.calculatedField1.Name = "calculatedField1";
            // 
            // topMarginBand1
            // 
            this.topMarginBand1.Dpi = 254F;
            this.topMarginBand1.HeightF = 0F;
            this.topMarginBand1.Name = "topMarginBand1";
            // 
            // bottomMarginBand1
            // 
            this.bottomMarginBand1.Dpi = 254F;
            this.bottomMarginBand1.HeightF = 175F;
            this.bottomMarginBand1.Name = "bottomMarginBand1";
            // 
            // rptProjCalcCCFO
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.ReportHeader,
            this.ReportFooter,
            this.topMarginBand1,
            this.bottomMarginBand1});
            this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
            this.calculatedField1});
            this.Dpi = 254F;
            this.Margins = new System.Drawing.Printing.Margins(0, 0, 0, 175);
            this.PageHeight = 2000;
            this.PageWidth = 1550;
            this.PaperKind = System.Drawing.Printing.PaperKind.Custom;
            this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
            this.SnapToGrid = false;
            this.Version = "10.2";
            this.VerticalContentSplitting = DevExpress.XtraPrinting.VerticalContentSplitting.Smart;
            this.XmlDataPath = "C:\\MyData.Xml";
            ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrRichText2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
Exemplo n.º 24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     this.Detail                = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin             = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin          = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.DetailReport          = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1               = new DevExpress.XtraReports.UI.DetailBand();
     this.lblElementHeaderTitle = new DevExpress.XtraReports.UI.XRLabel();
     this.elementSubReport      = new DevExpress.XtraReports.UI.XRSubreport();
     this.ReportHeader          = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLine1               = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel6              = new DevExpress.XtraReports.UI.XRLabel();
     this.lblDate               = new DevExpress.XtraReports.UI.XRLabel();
     this.lblPatientID          = new DevExpress.XtraReports.UI.XRLabel();
     this.lblPatientName        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2              = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3              = new DevExpress.XtraReports.UI.XRLabel();
     this.lblDoctorName         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrShape1              = new DevExpress.XtraReports.UI.XRShape();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 32F;
     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       = 53F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1
     });
     this.DetailReport.Level = 0;
     this.DetailReport.Name  = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lblElementHeaderTitle,
         this.elementSubReport
     });
     this.Detail1.HeightF = 71.79168F;
     this.Detail1.Name    = "Detail1";
     //
     // lblElementHeaderTitle
     //
     this.lblElementHeaderTitle.Font = new System.Drawing.Font("Times New Roman", 12F, ((System.Drawing.FontStyle)(((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)
                                                                                                                    | System.Drawing.FontStyle.Underline))));
     this.lblElementHeaderTitle.ForeColor                      = System.Drawing.Color.MidnightBlue;
     this.lblElementHeaderTitle.LocationFloat                  = new DevExpress.Utils.PointFloat(9.999993F, 0F);
     this.lblElementHeaderTitle.Name                           = "lblElementHeaderTitle";
     this.lblElementHeaderTitle.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblElementHeaderTitle.SizeF                          = new System.Drawing.SizeF(476F, 23.00001F);
     this.lblElementHeaderTitle.StylePriority.UseBorders       = false;
     this.lblElementHeaderTitle.StylePriority.UseFont          = false;
     this.lblElementHeaderTitle.StylePriority.UseForeColor     = false;
     this.lblElementHeaderTitle.StylePriority.UseTextAlignment = false;
     this.lblElementHeaderTitle.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // elementSubReport
     //
     this.elementSubReport.LocationFloat = new DevExpress.Utils.PointFloat(9.999993F, 23.00001F);
     this.elementSubReport.Name          = "elementSubReport";
     this.elementSubReport.SizeF         = new System.Drawing.SizeF(476F, 48.79166F);
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLine1,
         this.xrLabel6,
         this.lblDate,
         this.lblPatientID,
         this.lblPatientName,
         this.xrLabel2,
         this.xrLabel3,
         this.lblDoctorName,
         this.xrShape1
     });
     this.ReportHeader.HeightF = 72F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLine1
     //
     this.xrLine1.LineWidth     = 2;
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(18F, 31.00001F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(462.0001F, 6.333326F);
     //
     // xrLabel6
     //
     this.xrLabel6.Font                           = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.ForeColor                      = System.Drawing.Color.Navy;
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(328.9999F, 37.33333F);
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(40.2916F, 23.00001F);
     this.xrLabel6.StylePriority.UseBorders       = false;
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseForeColor     = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "Date :";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblDate
     //
     this.lblDate.Font                           = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.lblDate.ForeColor                      = System.Drawing.Color.Navy;
     this.lblDate.LocationFloat                  = new DevExpress.Utils.PointFloat(369.2915F, 37.33333F);
     this.lblDate.Name                           = "lblDate";
     this.lblDate.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblDate.SizeF                          = new System.Drawing.SizeF(110.7086F, 23.00002F);
     this.lblDate.StylePriority.UseBorders       = false;
     this.lblDate.StylePriority.UseFont          = false;
     this.lblDate.StylePriority.UseForeColor     = false;
     this.lblDate.StylePriority.UseTextAlignment = false;
     this.lblDate.Text                           = "24-29-2018";
     this.lblDate.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblPatientID
     //
     this.lblPatientID.Font                           = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.lblPatientID.ForeColor                      = System.Drawing.Color.Maroon;
     this.lblPatientID.LocationFloat                  = new DevExpress.Utils.PointFloat(18F, 8F);
     this.lblPatientID.Name                           = "lblPatientID";
     this.lblPatientID.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblPatientID.SizeF                          = new System.Drawing.SizeF(81.25F, 23.00001F);
     this.lblPatientID.StylePriority.UseBorders       = false;
     this.lblPatientID.StylePriority.UseFont          = false;
     this.lblPatientID.StylePriority.UseForeColor     = false;
     this.lblPatientID.StylePriority.UseTextAlignment = false;
     this.lblPatientID.Text                           = "1922330";
     this.lblPatientID.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblPatientName
     //
     this.lblPatientName.Font                           = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.lblPatientName.ForeColor                      = System.Drawing.Color.Maroon;
     this.lblPatientName.LocationFloat                  = new DevExpress.Utils.PointFloat(122.1667F, 7.999992F);
     this.lblPatientName.Name                           = "lblPatientName";
     this.lblPatientName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblPatientName.SizeF                          = new System.Drawing.SizeF(357.8334F, 23.00001F);
     this.lblPatientName.StylePriority.UseBorders       = false;
     this.lblPatientName.StylePriority.UseFont          = false;
     this.lblPatientName.StylePriority.UseForeColor     = false;
     this.lblPatientName.StylePriority.UseTextAlignment = false;
     this.lblPatientName.Text                           = "Mohsen Abd El Hameed Hafez";
     this.lblPatientName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel2
     //
     this.xrLabel2.Font                           = new System.Drawing.Font("Times New Roman", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(99.25F, 7.999992F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(22.91666F, 23.00002F);
     this.xrLabel2.StylePriority.UseBorders       = false;
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "/";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.Font                           = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.ForeColor                      = System.Drawing.Color.Navy;
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(18F, 37.33333F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(59.37331F, 23.00002F);
     this.xrLabel3.StylePriority.UseBorders       = false;
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseForeColor     = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "Doctor :";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblDoctorName
     //
     this.lblDoctorName.Font                           = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Bold);
     this.lblDoctorName.ForeColor                      = System.Drawing.Color.Navy;
     this.lblDoctorName.LocationFloat                  = new DevExpress.Utils.PointFloat(77.37331F, 37.33333F);
     this.lblDoctorName.Name                           = "lblDoctorName";
     this.lblDoctorName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblDoctorName.SizeF                          = new System.Drawing.SizeF(227.7917F, 23.00001F);
     this.lblDoctorName.StylePriority.UseBorders       = false;
     this.lblDoctorName.StylePriority.UseFont          = false;
     this.lblDoctorName.StylePriority.UseForeColor     = false;
     this.lblDoctorName.StylePriority.UseTextAlignment = false;
     this.lblDoctorName.Text                           = "Wael Shaker Abd El Hamed Sayed";
     this.lblDoctorName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrShape1
     //
     this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(9.999998F, 0F);
     this.xrShape1.Name          = "xrShape1";
     this.xrShape1.Shape         = shapeRectangle1;
     this.xrShape1.SizeF         = new System.Drawing.SizeF(476F, 70.83F);
     //
     // PEMR_ElementContainer_A5_rpt
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.DetailReport,
         this.ReportHeader
     });
     this.Margins    = new System.Drawing.Printing.Margins(30, 38, 32, 53);
     this.PageHeight = 827;
     this.PageWidth  = 583;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A5;
     this.Version    = "15.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary();
     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();
     System.ComponentModel.ComponentResourceManager resources        = new System.ComponentModel.ComponentResourceManager(typeof(MRPReportSummary));
     DevExpress.XtraPrinting.Shape.ShapeRectangle   shapeRectangle1  = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
     DevExpress.XtraReports.UI.XRSummary            xrSummary2       = new DevExpress.XtraReports.UI.XRSummary();
     DevExpress.XtraReports.UI.XRSummary            xrSummary3       = new DevExpress.XtraReports.UI.XRSummary();
     this.DocNum         = new DevExpress.XtraReports.Parameters.Parameter();
     this.EntityCode     = new DevExpress.XtraReports.Parameters.Parameter();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLine6        = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine5        = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine4        = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine3        = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine1        = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel3       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel5       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4       = new DevExpress.XtraReports.UI.XRLabel();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.sqlDataSource1 = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.xrLine2        = new DevExpress.XtraReports.UI.XRLine();
     this.PageHeader     = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrShape1       = new DevExpress.XtraReports.UI.XRShape();
     this.xrLabel6       = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportFooter   = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel10      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7       = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // DocNum
     //
     this.DocNum.Description = "DocNumber";
     this.DocNum.Name        = "DocNum";
     this.DocNum.Visible     = false;
     //
     // EntityCode
     //
     this.EntityCode.Description = "Entity";
     this.EntityCode.Name        = "EntityCode";
     this.EntityCode.Visible     = false;
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLine6,
         this.xrLine5,
         this.xrLine4,
         this.xrLine3,
         this.xrLine1,
         this.xrLabel3,
         this.xrLabel2,
         this.xrLabel1
     });
     this.Detail.HeightF       = 26.25001F;
     this.Detail.KeepTogether  = true;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLine6
     //
     this.xrLine6.AnchorVertical = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom)));
     this.xrLine6.LineDirection  = DevExpress.XtraReports.UI.LineDirection.Vertical;
     this.xrLine6.LocationFloat  = new DevExpress.Utils.PointFloat(8F, 0F);
     this.xrLine6.Name           = "xrLine6";
     this.xrLine6.SizeF          = new System.Drawing.SizeF(5.208313F, 26.25001F);
     //
     // xrLine5
     //
     this.xrLine5.AnchorVertical = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom)));
     this.xrLine5.LineDirection  = DevExpress.XtraReports.UI.LineDirection.Vertical;
     this.xrLine5.LocationFloat  = new DevExpress.Utils.PointFloat(486.7917F, 0F);
     this.xrLine5.Name           = "xrLine5";
     this.xrLine5.SizeF          = new System.Drawing.SizeF(5.208313F, 26.25001F);
     //
     // xrLine4
     //
     this.xrLine4.AnchorVertical = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom)));
     this.xrLine4.LineDirection  = DevExpress.XtraReports.UI.LineDirection.Vertical;
     this.xrLine4.LocationFloat  = new DevExpress.Utils.PointFloat(355.6249F, 0F);
     this.xrLine4.Name           = "xrLine4";
     this.xrLine4.SizeF          = new System.Drawing.SizeF(5.208313F, 26.25001F);
     //
     // xrLine3
     //
     this.xrLine3.AnchorVertical = ((DevExpress.XtraReports.UI.VerticalAnchorStyles)((DevExpress.XtraReports.UI.VerticalAnchorStyles.Top | DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom)));
     this.xrLine3.LineDirection  = DevExpress.XtraReports.UI.LineDirection.Vertical;
     this.xrLine3.LocationFloat  = new DevExpress.Utils.PointFloat(240.7499F, 0F);
     this.xrLine3.Name           = "xrLine3";
     this.xrLine3.SizeF          = new System.Drawing.SizeF(5.208313F, 26.25001F);
     //
     // xrLine1
     //
     this.xrLine1.AnchorVertical = DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom;
     this.xrLine1.LocationFloat  = new DevExpress.Utils.PointFloat(9.999939F, 22.37501F);
     this.xrLine1.Name           = "xrLine1";
     this.xrLine1.SizeF          = new System.Drawing.SizeF(480.0001F, 2F);
     //
     // xrLabel3
     //
     this.xrLabel3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[EdittedTotalCost]")
     });
     this.xrLabel3.Font                           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(366.3749F, 3F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(118.75F, 18.12499F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "xrLabelTotalEdittedCost";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrLabel3.TextFormatString               = "{0:n2}";
     //
     // xrLabel2
     //
     this.xrLabel2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TotalCost]")
     });
     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(250.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(100F, 18.12499F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     xrSummary1.Running                           = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrLabel2.Summary                        = xrSummary1;
     this.xrLabel2.Text                           = "xrLabelTotalCost";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrLabel2.TextFormatString               = "{0:n2}";
     //
     // xrLabel1
     //
     this.xrLabel1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MRPGroup]")
     });
     this.xrLabel1.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(19.99995F, 3F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(218.75F, 18.12499F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "xrLabel1";
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 16F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.TopMargin.Visible       = false;
     //
     // xrLabel5
     //
     this.xrLabel5.Font                           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(366.25F, 9F);
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(118.75F, 29.87498F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "Recommended Total Cost";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel4
     //
     this.xrLabel4.Font                           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(251.5F, 20.75F);
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(100F, 12.99999F);
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text                           = "Total Cost";
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 42.125F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName           = "summary_hijo_portal_Connection";
     msSqlConnectionParameters1.AuthorizationType = DevExpress.DataAccess.ConnectionParameters.MsSqlAuthorizationType.SqlServer;
     msSqlConnectionParameters1.DatabaseName      = "hijo_portal";
     msSqlConnectionParameters1.Password          = "******";
     msSqlConnectionParameters1.ServerName        = "192.168.100.11,1433";
     msSqlConnectionParameters1.UserName          = "******";
     this.sqlDataSource1.ConnectionParameters     = msSqlConnectionParameters1;
     this.sqlDataSource1.Name = "sqlDataSource1";
     storedProcQuery1.Name    = "MRPSummaryPreview";
     queryParameter1.Name     = "@headerdocnum";
     queryParameter1.Type     = typeof(string);
     queryParameter2.Name     = "@entity";
     queryParameter2.Type     = typeof(string);
     storedProcQuery1.Parameters.Add(queryParameter1);
     storedProcQuery1.Parameters.Add(queryParameter2);
     storedProcQuery1.StoredProcName = "MRPSummaryPreview";
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         storedProcQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // xrLine2
     //
     this.xrLine2.AnchorVertical = DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom;
     this.xrLine2.LocationFloat  = new DevExpress.Utils.PointFloat(10.87499F, 38.87498F);
     this.xrLine2.Name           = "xrLine2";
     this.xrLine2.SizeF          = new System.Drawing.SizeF(480.0001F, 2F);
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLine2,
         this.xrLabel4,
         this.xrLabel5,
         this.xrShape1
     });
     this.PageHeader.HeightF = 41.87498F;
     this.PageHeader.Name    = "PageHeader";
     //
     // xrShape1
     //
     this.xrShape1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Tag", "[Parameters].[DocNumber]")
     });
     this.xrShape1.FillColor     = System.Drawing.Color.LimeGreen;
     this.xrShape1.LineWidth     = 0;
     this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(9.999943F, 2.499994F);
     this.xrShape1.Name          = "xrShape1";
     this.xrShape1.Shape         = shapeRectangle1;
     this.xrShape1.SizeF         = new System.Drawing.SizeF(480.0001F, 38.375F);
     this.xrShape1.Stretch       = true;
     //
     // xrLabel6
     //
     this.xrLabel6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "sumSum([TotalCost])")
     });
     this.xrLabel6.Font                           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(252.5F, 4F);
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(100F, 15F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     xrSummary2.Running                           = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrLabel6.Summary                        = xrSummary2;
     this.xrLabel6.Text                           = "xrLabel6";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrLabel6.TextFormatString               = "{0:n2}";
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel10,
         this.xrLabel9,
         this.xrLabel8,
         this.xrLabel7,
         this.xrLabel6
     });
     this.ReportFooter.HeightF = 63.54167F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // xrLabel10
     //
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(9.999943F, 10.00001F);
     this.xrLabel10.Name          = "xrLabel10";
     this.xrLabel10.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF         = new System.Drawing.SizeF(49.99998F, 23F);
     this.xrLabel10.Text          = "doc#";
     //
     // xrLabel9
     //
     this.xrLabel9.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Parameters].[EntityCode]")
     });
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(76.24996F, 32.99999F);
     this.xrLabel9.Name          = "xrLabel9";
     this.xrLabel9.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF         = new System.Drawing.SizeF(162.5F, 23F);
     this.xrLabel9.Text          = "xrLabel9";
     //
     // xrLabel8
     //
     this.xrLabel8.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Parameters].[DocNum]")
     });
     this.xrLabel8.LocationFloat = new DevExpress.Utils.PointFloat(76.24996F, 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(162.5F, 23F);
     this.xrLabel8.Text          = "xrLabel8";
     //
     // xrLabel7
     //
     this.xrLabel7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "sumSum([EdittedTotalCost])")
     });
     this.xrLabel7.Font                           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(366.375F, 3.999996F);
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(118.625F, 15F);
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     xrSummary3.Running                           = DevExpress.XtraReports.UI.SummaryRunning.Report;
     this.xrLabel7.Summary                        = xrSummary3;
     this.xrLabel7.Text                           = "xrLabel6";
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrLabel7.TextFormatString               = "{0:n2}";
     //
     // MRPReportSummary
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.PageHeader,
         this.ReportFooter
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember   = "MRPSummaryPreview";
     this.DataSource   = this.sqlDataSource1;
     this.FilterString = "[DocNumber] = ?DocNum And [Entity] = ?EntityCode";
     this.Margins      = new System.Drawing.Printing.Margins(100, 251, 16, 42);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.DocNum,
         this.EntityCode
     });
     this.Version = "17.2";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rp_In_Betacam_Trong60_Max10));
            DevExpress.XtraPrinting.Shape.ShapeRectangle shapeRectangle1 = new DevExpress.XtraPrinting.Shape.ShapeRectangle();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
            this.xrSubreport2 = new DevExpress.XtraReports.UI.XRSubreport();
            this.rp_In_Betacam_Trong60_Max10_CT_L1 = new ProtocolVN.App.VideoLibrary.rp_In_Betacam_Trong60_Max10_CT_L();
            this.xrSubreport1 = new DevExpress.XtraReports.UI.XRSubreport();
            this.rp_In_Betacam_Trong60_Max10_CT_F1 = new ProtocolVN.App.VideoLibrary.rp_In_Betacam_Trong60_Max10_CT_F();
            this.xrLabel30 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel31 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
            this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
            this.xrShape1 = new DevExpress.XtraReports.UI.XRShape();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            this.iN_BETACAM_TRONGTableAdapter = new ProtocolVN.App.VideoLibrary.DataSource.DS_INBETACAM_TRONGTableAdapters.IN_BETACAM_TRONGTableAdapter();
            this.dS_INBETACAM_TRONG1 = new ProtocolVN.App.VideoLibrary.DataSource.DS_INBETACAM_TRONG();
            this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
            this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Trong60_Max10_CT_L1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Trong60_Max10_CT_F1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dS_INBETACAM_TRONG1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLine1,
            this.xrSubreport2,
            this.xrSubreport1,
            this.xrLabel30,
            this.xrLabel31,
            this.xrLabel3,
            this.xrPictureBox1,
            this.xrShape1});
            this.Detail.Dpi = 254F;
            this.Detail.HeightF = 720F;
            this.Detail.KeepTogether = true;
            this.Detail.MultiColumn.ColumnCount = 2;
            this.Detail.MultiColumn.Direction = DevExpress.XtraReports.UI.ColumnDirection.AcrossThenDown;
            this.Detail.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
            this.Detail.Name = "Detail";
            this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
            this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // xrLine1
            // 
            this.xrLine1.Dpi = 254F;
            this.xrLine1.LineDirection = DevExpress.XtraReports.UI.LineDirection.Vertical;
            this.xrLine1.LineWidth = 3;
            this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(473.9451F, 195.2316F);
            this.xrLine1.Name = "xrLine1";
            this.xrLine1.SizeF = new System.Drawing.SizeF(28.89996F, 431.1372F);
            // 
            // xrSubreport2
            // 
            this.xrSubreport2.Dpi = 254F;
            this.xrSubreport2.LocationFloat = new DevExpress.Utils.PointFloat(530.6829F, 203.8151F);
            this.xrSubreport2.Name = "xrSubreport2";
            this.xrSubreport2.ReportSource = this.rp_In_Betacam_Trong60_Max10_CT_L1;
            this.xrSubreport2.SizeF = new System.Drawing.SizeF(405.9999F, 420.5539F);
            this.xrSubreport2.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrSubreport2_BeforePrint);
            // 
            // xrSubreport1
            // 
            this.xrSubreport1.Dpi = 254F;
            this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(49.14098F, 203.8151F);
            this.xrSubreport1.Name = "xrSubreport1";
            this.xrSubreport1.ReportSource = this.rp_In_Betacam_Trong60_Max10_CT_F1;
            this.xrSubreport1.SizeF = new System.Drawing.SizeF(406.0001F, 420.5539F);
            this.xrSubreport1.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrSubreport1_BeforePrint);
            // 
            // xrLabel30
            // 
            this.xrLabel30.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_TRONG.NGAY_NHAP", "Ngày: {0:dd/MM/yyyy}")});
            this.xrLabel30.Dpi = 254F;
            this.xrLabel30.Font = new System.Drawing.Font("Arial", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel30.LocationFloat = new DevExpress.Utils.PointFloat(130.0992F, 632.7884F);
            this.xrLabel30.Name = "xrLabel30";
            this.xrLabel30.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel30.SizeF = new System.Drawing.SizeF(749.9584F, 58.41998F);
            this.xrLabel30.StylePriority.UseFont = false;
            this.xrLabel30.StylePriority.UseTextAlignment = false;
            this.xrLabel30.Text = "xrLabel10";
            this.xrLabel30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel31
            // 
            this.xrLabel31.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_TRONG.MA_BANG", "Mã băng: {0}")});
            this.xrLabel31.Dpi = 254F;
            this.xrLabel31.Font = new System.Drawing.Font("Arial", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel31.LocationFloat = new DevExpress.Utils.PointFloat(215.8255F, 79.05426F);
            this.xrLabel31.Name = "xrLabel31";
            this.xrLabel31.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel31.SizeF = new System.Drawing.SizeF(720.8574F, 58.41996F);
            this.xrLabel31.StylePriority.UseBorderColor = false;
            this.xrLabel31.StylePriority.UseFont = false;
            this.xrLabel31.StylePriority.UseForeColor = false;
            this.xrLabel31.StylePriority.UseTextAlignment = false;
            this.xrLabel31.Text = "xrLabel11";
            this.xrLabel31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrLabel3
            // 
            this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
            new DevExpress.XtraReports.UI.XRBinding("Text", null, "IN_BETACAM_TRONG.NOI_DUNG")});
            this.xrLabel3.Dpi = 254F;
            this.xrLabel3.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(215.8255F, 134.8117F);
            this.xrLabel3.Name = "xrLabel3";
            this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel3.SizeF = new System.Drawing.SizeF(720.8574F, 58.41997F);
            this.xrLabel3.StylePriority.UseFont = false;
            this.xrLabel3.StylePriority.UseTextAlignment = false;
            this.xrLabel3.Text = "xrLabel3";
            this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
            // 
            // xrPictureBox1
            // 
            this.xrPictureBox1.BorderWidth = 0;
            this.xrPictureBox1.Dpi = 254F;
            this.xrPictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
            this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(23.81226F, 17.86169F);
            this.xrPictureBox1.Name = "xrPictureBox1";
            this.xrPictureBox1.SizeF = new System.Drawing.SizeF(184.43F, 175.3701F);
            this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
            this.xrPictureBox1.StylePriority.UseBorderWidth = false;
            // 
            // xrShape1
            // 
            this.xrShape1.Dpi = 254F;
            this.xrShape1.LineWidth = 7;
            this.xrShape1.LocationFloat = new DevExpress.Utils.PointFloat(11.77084F, 7.20836F);
            this.xrShape1.Name = "xrShape1";
            shapeRectangle1.Fillet = 25;
            this.xrShape1.Shape = shapeRectangle1;
            this.xrShape1.SizeF = new System.Drawing.SizeF(950F, 700F);
            // 
            // TopMargin
            // 
            this.TopMargin.Dpi = 254F;
            this.TopMargin.HeightF = 58F;
            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 = 77F;
            this.BottomMargin.Name = "BottomMargin";
            this.BottomMargin.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
            this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
            // 
            // iN_BETACAM_TRONGTableAdapter
            // 
            this.iN_BETACAM_TRONGTableAdapter.ClearBeforeFill = true;
            // 
            // dS_INBETACAM_TRONG1
            // 
            this.dS_INBETACAM_TRONG1.DataSetName = "DS_INBETACAM_TRONG";
            this.dS_INBETACAM_TRONG1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // PageFooter
            // 
            this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrLabel1});
            this.PageFooter.Dpi = 254F;
            this.PageFooter.HeightF = 56F;
            this.PageFooter.Name = "PageFooter";
            // 
            // xrLabel1
            // 
            this.xrLabel1.Dpi = 254F;
            this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 8F, System.Drawing.FontStyle.Italic);
            this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(1290.187F, 7.934109F);
            this.xrLabel1.Name = "xrLabel1";
            this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
            this.xrLabel1.SizeF = new System.Drawing.SizeF(658.8126F, 36.06587F);
            this.xrLabel1.StylePriority.UseFont = false;
            this.xrLabel1.StylePriority.UseTextAlignment = false;
            this.xrLabel1.Text = "NHÃN BETACAM TRONG 60";
            this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
            // 
            // rp_In_Betacam_Trong60_Max10
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin,
            this.PageFooter});
            this.DataAdapter = this.iN_BETACAM_TRONGTableAdapter;
            this.DataMember = "IN_BETACAM_TRONG";
            this.DataSource = this.dS_INBETACAM_TRONG1;
            this.Dpi = 254F;
            this.Margins = new System.Drawing.Printing.Margins(64, 66, 58, 77);
            this.PageHeight = 2969;
            this.PageWidth = 2101;
            this.PaperKind = System.Drawing.Printing.PaperKind.A4;
            this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
            this.SnapGridSize = 7.62F;
            this.Version = "10.1";
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Trong60_Max10_CT_L1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rp_In_Betacam_Trong60_Max10_CT_F1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dS_INBETACAM_TRONG1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }