예제 #1
0
        private void dxBarcodePrint_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e)
        {
            if (this.BarcodeType == "Code 39")
            {
                DevExpress.XtraPrinting.BarCode.Code39Generator code39Generator = new DevExpress.XtraPrinting.BarCode.Code39Generator();
                code39Generator.CalcCheckSum = false;
                this.MainXRBarCode.Symbology = code39Generator;
                this.MainXRBarCode.ShowText  = ShowBarcodeText;

                return;
            }

            if (this.BarcodeType == "Code 128")
            {
                DevExpress.XtraPrinting.BarCode.Code128Generator code128Generator = new DevExpress.XtraPrinting.BarCode.Code128Generator();
                this.MainXRBarCode.Symbology = code128Generator;
                this.MainXRBarCode.ShowText  = ShowBarcodeText;
                return;
            }

            if (this.BarcodeType == "QRCode")
            {
                DevExpress.XtraPrinting.BarCode.QRCodeGenerator codeQRGenerator = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
                this.MainXRBarCode.Symbology = codeQRGenerator;
                this.MainXRBarCode.ShowText  = ShowBarcodeText;
                return;
            }
        }
예제 #2
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();
     this.TopMargin    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.Detail       = new DevExpress.XtraReports.UI.DetailBand();
     this.xrBarCode1   = new DevExpress.XtraReports.UI.XRBarCode();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 50F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF = 13.54167F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrBarCode1
     });
     this.Detail.HeightF = 131.25F;
     this.Detail.Name    = "Detail";
     //
     // xrBarCode1
     //
     this.xrBarCode1.AutoModule      = true;
     this.xrBarCode1.LocationFloat   = new DevExpress.Utils.PointFloat(499.375F, 10.00001F);
     this.xrBarCode1.Name            = "xrBarCode1";
     this.xrBarCode1.Padding         = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 96F);
     this.xrBarCode1.SizeF           = new System.Drawing.SizeF(140.625F, 111.25F);
     qrCodeGenerator1.CompactionMode = DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode.Byte;
     this.xrBarCode1.Symbology       = qrCodeGenerator1;
     //
     // XtraReport1
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail
     });
     this.Font    = new System.Drawing.Font("Arial", 9.75F);
     this.Margins = new System.Drawing.Printing.Margins(100, 100, 50, 14);
     this.Version = "19.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.BarCode.QRCodeGenerator qrCodeGenerator3 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.barCodeControl1 = new DevExpress.XtraEditors.BarCodeControl();
     this.radioGroup1     = new DevExpress.XtraEditors.RadioGroup();
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // barCodeControl1
     //
     this.barCodeControl1.AutoModule       = true;
     this.barCodeControl1.Location         = new System.Drawing.Point(13, 13);
     this.barCodeControl1.Name             = "barCodeControl1";
     this.barCodeControl1.Padding          = new System.Windows.Forms.Padding(10, 2, 10, 0);
     this.barCodeControl1.Size             = new System.Drawing.Size(169, 164);
     qrCodeGenerator3.ErrorCorrectionLevel = DevExpress.XtraPrinting.BarCode.QRCodeErrorCorrectionLevel.H;
     qrCodeGenerator3.Version       = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
     this.barCodeControl1.Symbology = qrCodeGenerator3;
     this.barCodeControl1.TabIndex  = 0;
     this.barCodeControl1.Text      = "123456789";
     //
     // radioGroup1
     //
     this.radioGroup1.Location              = new System.Drawing.Point(261, 12);
     this.radioGroup1.Name                  = "radioGroup1";
     this.radioGroup1.Size                  = new System.Drawing.Size(291, 362);
     this.radioGroup1.TabIndex              = 3;
     this.radioGroup1.SelectedIndexChanged += new System.EventHandler(this.radioGroup1_SelectedIndexChanged);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(627, 403);
     this.Controls.Add(this.radioGroup1);
     this.Controls.Add(this.barCodeControl1);
     this.Name = "Form1";
     this.Text = "Form1";
     ((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
예제 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel19         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel18         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel16         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel24         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel10         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel46         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel45         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel44         = 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.xrLine3           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel23         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel47         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel37         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel14         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel38         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel17         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel25         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel26         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel35         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel36         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel42         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel43         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1           = new DevExpress.XtraReports.UI.XRLine();
     this.xrSubreport1      = new DevExpress.XtraReports.UI.XRSubreport();
     this.xrBarCode1        = new DevExpress.XtraReports.UI.XRBarCode();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel29         = new DevExpress.XtraReports.UI.XRLabel();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.reportHeaderBand1 = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLine2           = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel28         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6          = new DevExpress.XtraReports.UI.XRLabel();
     this.Title             = new DevExpress.XtraReports.UI.XRControlStyle();
     this.FieldCaption      = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo          = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DataField         = new DevExpress.XtraReports.UI.XRControlStyle();
     this.cSimboloMoneda    = new DevExpress.XtraReports.UI.CalculatedField();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel19,
         this.xrLabel18,
         this.xrLabel16,
         this.xrLabel15,
         this.xrLabel24,
         this.xrLabel10,
         this.xrLabel9,
         this.xrLabel46,
         this.xrLabel45,
         this.xrLabel44,
         this.xrLabel22,
         this.xrLabel21,
         this.xrLabel20,
         this.xrLine3,
         this.xrLabel23,
         this.xrLabel47,
         this.xrLabel13,
         this.xrLabel37,
         this.xrLabel14,
         this.xrLabel38,
         this.xrLabel1,
         this.xrLabel2,
         this.xrLabel11,
         this.xrLabel12,
         this.xrLabel17,
         this.xrLabel25,
         this.xrLabel26,
         this.xrLabel35,
         this.xrLabel36,
         this.xrLabel42,
         this.xrLabel43,
         this.xrLine1,
         this.xrSubreport1,
         this.xrBarCode1
     });
     this.Detail.HeightF = 616.5417F;
     this.Detail.Name    = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     //
     // xrLabel19
     //
     this.xrLabel19.Font                  = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel19.LocationFloat         = new DevExpress.Utils.PointFloat(3.000164F, 147.0365F);
     this.xrLabel19.Name                  = "xrLabel19";
     this.xrLabel19.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF                 = new System.Drawing.SizeF(285.0001F, 17.70833F);
     this.xrLabel19.StyleName             = "FieldCaption";
     this.xrLabel19.StylePriority.UseFont = false;
     this.xrLabel19.Text                  = "Cliente";
     //
     // xrLabel18
     //
     this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "montoImpuestoVenta", "{0:N2}")
     });
     this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(160.5F, 354.4947F);
     this.xrLabel18.Name          = "xrLabel18";
     this.xrLabel18.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel18.SizeF         = new System.Drawing.SizeF(124.5F, 18F);
     this.xrLabel18.StyleName     = "DataField";
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel16
     //
     this.xrLabel16.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "montoDescuento", "{0:N2}")
     });
     this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(160.5F, 336.4947F);
     this.xrLabel16.Name          = "xrLabel16";
     this.xrLabel16.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF         = new System.Drawing.SizeF(124.5F, 18F);
     this.xrLabel16.StyleName     = "DataField";
     this.xrLabel16.StylePriority.UseTextAlignment = false;
     this.xrLabel16.Text          = "xrLabel16";
     this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel15
     //
     this.xrLabel15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "montoSubTotal", "{0:N2}")
     });
     this.xrLabel15.LocationFloat = new DevExpress.Utils.PointFloat(160.5F, 318.4946F);
     this.xrLabel15.Name          = "xrLabel15";
     this.xrLabel15.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel15.SizeF         = new System.Drawing.SizeF(124.5F, 18F);
     this.xrLabel15.StyleName     = "DataField";
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel24
     //
     this.xrLabel24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "cSimboloMoneda", "Total a pagar :{0}")
     });
     this.xrLabel24.Font                           = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel24.LocationFloat                  = new DevExpress.Utils.PointFloat(31.08333F, 372.4948F);
     this.xrLabel24.Name                           = "xrLabel24";
     this.xrLabel24.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel24.SizeF                          = new System.Drawing.SizeF(129.4167F, 18F);
     this.xrLabel24.StyleName                      = "FieldCaption";
     this.xrLabel24.StylePriority.UseFont          = false;
     this.xrLabel24.StylePriority.UseTextAlignment = false;
     this.xrLabel24.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel10
     //
     this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "cSimboloMoneda", "I.V. : {0}")
     });
     this.xrLabel10.Font                           = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel10.LocationFloat                  = new DevExpress.Utils.PointFloat(31.0833F, 354.4947F);
     this.xrLabel10.Name                           = "xrLabel10";
     this.xrLabel10.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                          = new System.Drawing.SizeF(129.4167F, 18F);
     this.xrLabel10.StyleName                      = "FieldCaption";
     this.xrLabel10.StylePriority.UseFont          = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel9
     //
     this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "cSimboloMoneda", "Descuento :{0}")
     });
     this.xrLabel9.Font                           = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel9.LocationFloat                  = new DevExpress.Utils.PointFloat(31.08333F, 336.4947F);
     this.xrLabel9.Name                           = "xrLabel9";
     this.xrLabel9.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF                          = new System.Drawing.SizeF(129.4167F, 18F);
     this.xrLabel9.StyleName                      = "FieldCaption";
     this.xrLabel9.StylePriority.UseFont          = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel46
     //
     this.xrLabel46.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "receptorNombre")
     });
     this.xrLabel46.LocationFloat = new DevExpress.Utils.PointFloat(78.08355F, 182.7447F);
     this.xrLabel46.Name          = "xrLabel46";
     this.xrLabel46.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel46.SizeF         = new System.Drawing.SizeF(209.9166F, 17.99998F);
     this.xrLabel46.StyleName     = "DataField";
     this.xrLabel46.Text          = "xrLabel46";
     //
     // xrLabel45
     //
     this.xrLabel45.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "receptorIdentificacionCorreo")
     });
     this.xrLabel45.LocationFloat = new DevExpress.Utils.PointFloat(3.000259F, 218.7447F);
     this.xrLabel45.Name          = "xrLabel45";
     this.xrLabel45.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel45.SizeF         = new System.Drawing.SizeF(284.9999F, 18F);
     this.xrLabel45.StyleName     = "DataField";
     this.xrLabel45.Text          = "xrLabel45";
     //
     // xrLabel44
     //
     this.xrLabel44.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "receptorIdentificacion")
     });
     this.xrLabel44.LocationFloat = new DevExpress.Utils.PointFloat(109.3336F, 164.7447F);
     this.xrLabel44.Name          = "xrLabel44";
     this.xrLabel44.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel44.SizeF         = new System.Drawing.SizeF(178.6665F, 18F);
     this.xrLabel44.StyleName     = "DataField";
     this.xrLabel44.Text          = "xrLabel44";
     //
     // xrLabel22
     //
     this.xrLabel22.Font                  = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel22.LocationFloat         = new DevExpress.Utils.PointFloat(3.000196F, 182.7447F);
     this.xrLabel22.Name                  = "xrLabel22";
     this.xrLabel22.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel22.SizeF                 = new System.Drawing.SizeF(75.08335F, 18F);
     this.xrLabel22.StyleName             = "FieldCaption";
     this.xrLabel22.StylePriority.UseFont = false;
     this.xrLabel22.Text                  = "Nombre : ";
     //
     // xrLabel21
     //
     this.xrLabel21.Font                  = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel21.LocationFloat         = new DevExpress.Utils.PointFloat(3.000196F, 200.7447F);
     this.xrLabel21.Name                  = "xrLabel21";
     this.xrLabel21.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel21.SizeF                 = new System.Drawing.SizeF(138.6251F, 17.99997F);
     this.xrLabel21.StyleName             = "FieldCaption";
     this.xrLabel21.StylePriority.UseFont = false;
     this.xrLabel21.Text                  = "Correo electrónico: ";
     //
     // xrLabel20
     //
     this.xrLabel20.Font                  = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel20.LocationFloat         = new DevExpress.Utils.PointFloat(3.000259F, 164.7447F);
     this.xrLabel20.Name                  = "xrLabel20";
     this.xrLabel20.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.SizeF                 = new System.Drawing.SizeF(106.3334F, 18F);
     this.xrLabel20.StyleName             = "FieldCaption";
     this.xrLabel20.StylePriority.UseFont = false;
     this.xrLabel20.Text                  = "Identificación:";
     //
     // xrLine3
     //
     this.xrLine3.LocationFloat = new DevExpress.Utils.PointFloat(3.000069F, 135.8281F);
     this.xrLine3.Name          = "xrLine3";
     this.xrLine3.SizeF         = new System.Drawing.SizeF(285F, 6.00001F);
     //
     // xrLabel23
     //
     this.xrLabel23.Font                  = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel23.LocationFloat         = new DevExpress.Utils.PointFloat(183.8336F, 117.828F);
     this.xrLabel23.Name                  = "xrLabel23";
     this.xrLabel23.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel23.SizeF                 = new System.Drawing.SizeF(33.41668F, 18F);
     this.xrLabel23.StyleName             = "FieldCaption";
     this.xrLabel23.StylePriority.UseFont = false;
     this.xrLabel23.Text                  = "TC: ";
     //
     // xrLabel47
     //
     this.xrLabel47.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tipoCambio")
     });
     this.xrLabel47.LocationFloat = new DevExpress.Utils.PointFloat(217.2503F, 117.828F);
     this.xrLabel47.Name          = "xrLabel47";
     this.xrLabel47.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel47.SizeF         = new System.Drawing.SizeF(70.74985F, 18.00002F);
     this.xrLabel47.StyleName     = "DataField";
     this.xrLabel47.Text          = "xrLabel47";
     //
     // xrLabel13
     //
     this.xrLabel13.Font                  = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel13.LocationFloat         = new DevExpress.Utils.PointFloat(3.000164F, 99.82809F);
     this.xrLabel13.Name                  = "xrLabel13";
     this.xrLabel13.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                 = new System.Drawing.SizeF(93.83328F, 17.99998F);
     this.xrLabel13.StyleName             = "FieldCaption";
     this.xrLabel13.StylePriority.UseFont = false;
     this.xrLabel13.Text                  = "Medio pago:";
     //
     // xrLabel37
     //
     this.xrLabel37.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "MedioPago")
     });
     this.xrLabel37.LocationFloat = new DevExpress.Utils.PointFloat(96.83345F, 99.82809F);
     this.xrLabel37.Name          = "xrLabel37";
     this.xrLabel37.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel37.SizeF         = new System.Drawing.SizeF(191.1667F, 17.99998F);
     this.xrLabel37.StyleName     = "DataField";
     this.xrLabel37.Text          = "xrLabel37";
     //
     // xrLabel14
     //
     this.xrLabel14.Font                  = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel14.LocationFloat         = new DevExpress.Utils.PointFloat(3.000228F, 117.828F);
     this.xrLabel14.Name                  = "xrLabel14";
     this.xrLabel14.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel14.SizeF                 = new System.Drawing.SizeF(64.66665F, 17.99999F);
     this.xrLabel14.StyleName             = "FieldCaption";
     this.xrLabel14.StylePriority.UseFont = false;
     this.xrLabel14.Text                  = "Moneda:";
     //
     // xrLabel38
     //
     this.xrLabel38.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "moneda")
     });
     this.xrLabel38.LocationFloat = new DevExpress.Utils.PointFloat(67.66688F, 117.828F);
     this.xrLabel38.Name          = "xrLabel38";
     this.xrLabel38.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel38.SizeF         = new System.Drawing.SizeF(116.1667F, 18.00002F);
     this.xrLabel38.StyleName     = "DataField";
     this.xrLabel38.Text          = "xrLabel38";
     //
     // xrLabel1
     //
     this.xrLabel1.Font                  = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(2.999799F, 29.04167F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(54.25F, 18F);
     this.xrLabel1.StyleName             = "FieldCaption";
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "Clave:";
     //
     // xrLabel2
     //
     this.xrLabel2.Font                  = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat         = new DevExpress.Utils.PointFloat(3.00018F, 81.82799F);
     this.xrLabel2.Name                  = "xrLabel2";
     this.xrLabel2.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                 = new System.Drawing.SizeF(126.1252F, 18F);
     this.xrLabel2.StyleName             = "FieldCaption";
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text                  = "Condición Venta: ";
     //
     // xrLabel11
     //
     this.xrLabel11.Font                  = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel11.LocationFloat         = new DevExpress.Utils.PointFloat(2.999814F, 10.00001F);
     this.xrLabel11.Name                  = "xrLabel11";
     this.xrLabel11.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                 = new System.Drawing.SizeF(54.25F, 18F);
     this.xrLabel11.StyleName             = "FieldCaption";
     this.xrLabel11.StylePriority.UseFont = false;
     this.xrLabel11.Text                  = "Fecha :";
     //
     // xrLabel12
     //
     this.xrLabel12.Font                  = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel12.LocationFloat         = new DevExpress.Utils.PointFloat(2.99991F, 404.7448F);
     this.xrLabel12.Name                  = "xrLabel12";
     this.xrLabel12.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                 = new System.Drawing.SizeF(114.6667F, 18F);
     this.xrLabel12.StyleName             = "FieldCaption";
     this.xrLabel12.StylePriority.UseFont = false;
     this.xrLabel12.Text                  = "Mensaje:";
     //
     // xrLabel17
     //
     this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "cSimboloMoneda", "Sub Total : {0}")
     });
     this.xrLabel17.Font                           = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel17.LocationFloat                  = new DevExpress.Utils.PointFloat(31.08333F, 318.4946F);
     this.xrLabel17.Name                           = "xrLabel17";
     this.xrLabel17.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel17.SizeF                          = new System.Drawing.SizeF(129.4167F, 18F);
     this.xrLabel17.StyleName                      = "FieldCaption";
     this.xrLabel17.StylePriority.UseFont          = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrLabel25
     //
     this.xrLabel25.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "clave")
     });
     this.xrLabel25.Font                  = new System.Drawing.Font("Arial", 8F);
     this.xrLabel25.LocationFloat         = new DevExpress.Utils.PointFloat(2.999799F, 47.04167F);
     this.xrLabel25.Multiline             = true;
     this.xrLabel25.Name                  = "xrLabel25";
     this.xrLabel25.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel25.SizeF                 = new System.Drawing.SizeF(285.0001F, 32.58333F);
     this.xrLabel25.StyleName             = "DataField";
     this.xrLabel25.StylePriority.UseFont = false;
     this.xrLabel25.Text                  = "xrLabel25";
     //
     // xrLabel26
     //
     this.xrLabel26.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CondicionVenta")
     });
     this.xrLabel26.LocationFloat = new DevExpress.Utils.PointFloat(129.1253F, 81.82799F);
     this.xrLabel26.Name          = "xrLabel26";
     this.xrLabel26.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel26.SizeF         = new System.Drawing.SizeF(158.8751F, 18F);
     this.xrLabel26.StyleName     = "DataField";
     this.xrLabel26.Text          = "xrLabel26";
     //
     // xrLabel35
     //
     this.xrLabel35.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "fecha")
     });
     this.xrLabel35.LocationFloat = new DevExpress.Utils.PointFloat(57.2498F, 10.00001F);
     this.xrLabel35.Name          = "xrLabel35";
     this.xrLabel35.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel35.SizeF         = new System.Drawing.SizeF(233.7502F, 18.00002F);
     this.xrLabel35.StyleName     = "DataField";
     this.xrLabel35.Text          = "xrLabel35";
     //
     // xrLabel36
     //
     this.xrLabel36.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "leyenda")
     });
     this.xrLabel36.LocationFloat = new DevExpress.Utils.PointFloat(2.99991F, 422.7448F);
     this.xrLabel36.Multiline     = true;
     this.xrLabel36.Name          = "xrLabel36";
     this.xrLabel36.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel36.SizeF         = new System.Drawing.SizeF(285F, 45.08334F);
     this.xrLabel36.StyleName     = "DataField";
     this.xrLabel36.StylePriority.UseTextAlignment = false;
     this.xrLabel36.Text          = "xrLabel36";
     this.xrLabel36.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel42
     //
     this.xrLabel42.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "montoTotal", "{0:N2}")
     });
     this.xrLabel42.LocationFloat = new DevExpress.Utils.PointFloat(160.5F, 372.4948F);
     this.xrLabel42.Name          = "xrLabel42";
     this.xrLabel42.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel42.SizeF         = new System.Drawing.SizeF(124.5F, 18F);
     this.xrLabel42.StyleName     = "DataField";
     this.xrLabel42.StylePriority.UseTextAlignment = false;
     this.xrLabel42.Text          = "xrLabel42";
     this.xrLabel42.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel43
     //
     this.xrLabel43.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Normativa")
     });
     this.xrLabel43.LocationFloat = new DevExpress.Utils.PointFloat(3.00014F, 588.5417F);
     this.xrLabel43.Name          = "xrLabel43";
     this.xrLabel43.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel43.SizeF         = new System.Drawing.SizeF(285F, 18.00003F);
     this.xrLabel43.StyleName     = "DataField";
     this.xrLabel43.StylePriority.UseTextAlignment = false;
     this.xrLabel43.Text          = "xrLabel43";
     this.xrLabel43.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(6.00001F, 3.000005F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(285F, 6.00001F);
     //
     // xrSubreport1
     //
     this.xrSubreport1.LocationFloat = new DevExpress.Utils.PointFloat(3.000037F, 245.3698F);
     this.xrSubreport1.Name          = "xrSubreport1";
     this.xrSubreport1.ReportSource  = new RptFactDetRollPaper();
     this.xrSubreport1.SizeF         = new System.Drawing.SizeF(285F, 61.9165F);
     this.xrSubreport1.BeforePrint  += new System.Drawing.Printing.PrintEventHandler(this.xrSubreport1_BeforePrint_1);
     //
     // xrBarCode1
     //
     this.xrBarCode1.AutoModule    = true;
     this.xrBarCode1.LocationFloat = new DevExpress.Utils.PointFloat(96.83331F, 478.2448F);
     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(115.6251F, 99.91653F);
     this.xrBarCode1.Symbology     = qrCodeGenerator1;
     this.xrBarCode1.Text          = "?";
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 77.62502F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel29
     //
     this.xrLabel29.Font                           = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
     this.xrLabel29.LocationFloat                  = new DevExpress.Utils.PointFloat(6.499839F, 33.95831F);
     this.xrLabel29.Name                           = "xrLabel29";
     this.xrLabel29.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel29.SizeF                          = new System.Drawing.SizeF(287.0001F, 22.45833F);
     this.xrLabel29.StyleName                      = "FieldCaption";
     this.xrLabel29.StylePriority.UseFont          = false;
     this.xrLabel29.StylePriority.UseTextAlignment = false;
     this.xrLabel29.Text                           = "Documento N°: ";
     this.xrLabel29.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1
     });
     this.BottomMargin.HeightF       = 41.41668F;
     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.Format        = "Fecha de impresión : {0}";
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(6.000105F, 10.00001F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(285F, 23F);
     this.xrPageInfo1.StyleName     = "PageInfo";
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataSource = typeof(XMLDomain.Impresion);
     this.objectDataSource1.Name       = "objectDataSource1";
     //
     // reportHeaderBand1
     //
     this.reportHeaderBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLine2,
         this.xrLabel3,
         this.xrLabel29,
         this.xrLabel28,
         this.xrLabel8,
         this.xrLabel7,
         this.xrLabel5,
         this.xrLabel4,
         this.xrLabel6
     });
     this.reportHeaderBand1.HeightF = 200.4583F;
     this.reportHeaderBand1.Name    = "reportHeaderBand1";
     //
     // xrLine2
     //
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(7.999984F, 79.33337F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(285F, 6F);
     //
     // xrLabel3
     //
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "consecutivo")
     });
     this.xrLabel3.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(6.500069F, 56.41664F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(286.9999F, 20.83334F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "xrLabel3";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel28
     //
     this.xrLabel28.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "tipoDocumento")
     });
     this.xrLabel28.Font                           = new System.Drawing.Font("Arial", 20F);
     this.xrLabel28.LocationFloat                  = new DevExpress.Utils.PointFloat(6.499958F, 0F);
     this.xrLabel28.Name                           = "xrLabel28";
     this.xrLabel28.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel28.SizeF                          = new System.Drawing.SizeF(287F, 33.95834F);
     this.xrLabel28.StyleName                      = "Title";
     this.xrLabel28.StylePriority.UseFont          = false;
     this.xrLabel28.StylePriority.UseTextAlignment = false;
     this.xrLabel28.Text                           = "Fact";
     this.xrLabel28.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "emisorIdentificacionCorreo", "Correo electrónico: {0}")
     });
     this.xrLabel8.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel8.LocationFloat                  = new DevExpress.Utils.PointFloat(7.999984F, 172.3334F);
     this.xrLabel8.Name                           = "xrLabel8";
     this.xrLabel8.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                          = new System.Drawing.SizeF(285F, 23F);
     this.xrLabel8.StylePriority.UseFont          = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text                           = "xrLabel20";
     this.xrLabel8.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel7
     //
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "emisorDireccion", "Dirección: {0}")
     });
     this.xrLabel7.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(7.999984F, 149.3334F);
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(285F, 23F);
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text                           = "xrLabel16";
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel5
     //
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "emisorTelefonos", "Teléfonos: {0}")
     });
     this.xrLabel5.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(7.999984F, 126.3334F);
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(285F, 23F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "xrLabel3";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "emisorIdentificacion", "Id: {0}")
     });
     this.xrLabel4.Font                           = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(7.999984F, 108.3334F);
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(285F, 18F);
     this.xrLabel4.StyleName                      = "DataField";
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text                           = "xrLabel19";
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel6
     //
     this.xrLabel6.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "emisorNombreComercial")
     });
     this.xrLabel6.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(7.999984F, 85.33337F);
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(285F, 23F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "xrLabel4";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // Title
     //
     this.Title.BackColor   = System.Drawing.Color.Transparent;
     this.Title.BorderColor = System.Drawing.Color.Black;
     this.Title.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.Title.BorderWidth = 1F;
     this.Title.Font        = new System.Drawing.Font("Arial", 21F);
     this.Title.ForeColor   = System.Drawing.Color.Black;
     this.Title.Name        = "Title";
     //
     // FieldCaption
     //
     this.FieldCaption.BackColor   = System.Drawing.Color.Transparent;
     this.FieldCaption.BorderColor = System.Drawing.Color.Black;
     this.FieldCaption.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.FieldCaption.BorderWidth = 1F;
     this.FieldCaption.Font        = new System.Drawing.Font("Arial", 10F);
     this.FieldCaption.ForeColor   = System.Drawing.Color.Black;
     this.FieldCaption.Name        = "FieldCaption";
     //
     // PageInfo
     //
     this.PageInfo.BackColor   = System.Drawing.Color.Transparent;
     this.PageInfo.BorderColor = System.Drawing.Color.Black;
     this.PageInfo.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.PageInfo.BorderWidth = 1F;
     this.PageInfo.Font        = new System.Drawing.Font("Arial", 8F);
     this.PageInfo.ForeColor   = System.Drawing.Color.Black;
     this.PageInfo.Name        = "PageInfo";
     //
     // DataField
     //
     this.DataField.BackColor   = System.Drawing.Color.Transparent;
     this.DataField.BorderColor = System.Drawing.Color.Black;
     this.DataField.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.DataField.BorderWidth = 1F;
     this.DataField.Font        = new System.Drawing.Font("Arial", 10F);
     this.DataField.ForeColor   = System.Drawing.Color.Black;
     this.DataField.Name        = "DataField";
     this.DataField.Padding     = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // cSimboloMoneda
     //
     this.cSimboloMoneda.Expression = "Iif([moneda]==\'CRC\', \'₡\' ,Iif([moneda]==\'USD\',\'$\' ,\'€\' ) )";
     this.cSimboloMoneda.Name       = "cSimboloMoneda";
     //
     // RptFacturacionElectronicaRollPaper
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.reportHeaderBand1
     });
     this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
         this.cSimboloMoneda
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(0, 2, 78, 41);
     this.PageHeight = 1169;
     this.PageWidth  = 300;
     this.PaperKind  = System.Drawing.Printing.PaperKind.Custom;
     this.RollPaper  = true;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.FieldCaption,
         this.PageInfo,
         this.DataField
     });
     this.Version = "17.1";
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     string resourceFileName = "rptBanHang.resx";
         DevExpress.XtraReports.UI.XRSummary xrSummary1 = new DevExpress.XtraReports.UI.XRSummary();
         DevExpress.XtraReports.UI.XRSummary xrSummary2 = new DevExpress.XtraReports.UI.XRSummary();
         DevExpress.XtraReports.UI.XRSummary xrSummary3 = new DevExpress.XtraReports.UI.XRSummary();
         DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
         this.Detail = new DevExpress.XtraReports.UI.DetailBand();
         this.xrTable2 = new DevExpress.XtraReports.UI.XRTable();
         this.xrTableRow2 = new DevExpress.XtraReports.UI.XRTableRow();
         this.xrTableCell7 = new DevExpress.XtraReports.UI.XRTableCell();
         this.colHangHoa = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell11 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell30 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell31 = new DevExpress.XtraReports.UI.XRTableCell();
         this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
         this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
         this.PageHeader = new DevExpress.XtraReports.UI.PageHeaderBand();
         this.xrTable4 = new DevExpress.XtraReports.UI.XRTable();
         this.xrTableRow4 = new DevExpress.XtraReports.UI.XRTableRow();
         this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell13 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell16 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell19 = new DevExpress.XtraReports.UI.XRTableCell();
         this.header = new DevExpress.XtraReports.UI.XRSubreport();
         this.xrLabel10 = new DevExpress.XtraReports.UI.XRLabel();
         this.xrLabel13 = new DevExpress.XtraReports.UI.XRLabel();
         this.xrLabel17 = new DevExpress.XtraReports.UI.XRLabel();
         this.GroupHeader2 = new DevExpress.XtraReports.UI.GroupHeaderBand();
         this.xrTable7 = new DevExpress.XtraReports.UI.XRTable();
         this.xrTableRow8 = new DevExpress.XtraReports.UI.XRTableRow();
         this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell23 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell20 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell18 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell25 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell24 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableRow9 = new DevExpress.XtraReports.UI.XRTableRow();
         this.xrTableCell26 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell27 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTable1 = new DevExpress.XtraReports.UI.XRTable();
         this.xrTableRow1 = new DevExpress.XtraReports.UI.XRTableRow();
         this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell21 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
         this.formattingRule1 = new DevExpress.XtraReports.UI.FormattingRule();
         this.dsBaoCaoBanHang1 = new dsBaoCaoBanHang();
         this.GroupFooter1 = new DevExpress.XtraReports.UI.GroupFooterBand();
         this.xrLabel4 = new DevExpress.XtraReports.UI.XRLabel();
         this.xrTable3 = new DevExpress.XtraReports.UI.XRTable();
         this.xrTableRow3 = new DevExpress.XtraReports.UI.XRTableRow();
         this.xrTableCell12 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell10 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrSum = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableRow5 = new DevExpress.XtraReports.UI.XRTableRow();
         this.xrTableCell22 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell28 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell29 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableRow7 = new DevExpress.XtraReports.UI.XRTableRow();
         this.xrTableCell32 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell33 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableRow10 = new DevExpress.XtraReports.UI.XRTableRow();
         this.xrTableCell15 = new DevExpress.XtraReports.UI.XRTableCell();
         this.sdfsdfsdf = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrDiscount01 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableRow11 = new DevExpress.XtraReports.UI.XRTableRow();
         this.xrTableCell17 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell48 = new DevExpress.XtraReports.UI.XRTableCell();
         this.thanhtienafterdis01 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTable6 = new DevExpress.XtraReports.UI.XRTable();
         this.xrTableRow6 = new DevExpress.XtraReports.UI.XRTableRow();
         this.xrTableCell8 = new DevExpress.XtraReports.UI.XRTableCell();
         this.xrTableCell9 = new DevExpress.XtraReports.UI.XRTableCell();
         this.lbchu = new DevExpress.XtraReports.UI.XRLabel();
         this.xrLine1 = new DevExpress.XtraReports.UI.XRLine();
         this.xrPictureBox1 = new DevExpress.XtraReports.UI.XRPictureBox();
         this.xrLabel5 = new DevExpress.XtraReports.UI.XRLabel();
         this.xrLabel3 = new DevExpress.XtraReports.UI.XRLabel();
         this.xrLabel1 = new DevExpress.XtraReports.UI.XRLabel();
         this.xrBarCode1 = new DevExpress.XtraReports.UI.XRBarCode();
         this.pTongTien = new DevExpress.XtraReports.UI.CalculatedField();
         this.ReportHeader = new DevExpress.XtraReports.UI.ReportHeaderBand();
         this.sale_InvoiceToPrintTableAdapter1 = new dsBaoCaoBanHangTableAdapters.sale_InvoiceToPrintTableAdapter();
         this.Thanhtien = new DevExpress.XtraReports.UI.CalculatedField();
         this.percentDiscount1 = new DevExpress.XtraReports.UI.CalculatedField();
         this.PageFooter = new DevExpress.XtraReports.UI.PageFooterBand();
         this.xrLabel11 = new DevExpress.XtraReports.UI.XRLabel();
         this.xrPictureBox4 = new DevExpress.XtraReports.UI.XRPictureBox();
         this.xrLabel2 = new DevExpress.XtraReports.UI.XRLabel();
         this.xrPictureBox5 = new DevExpress.XtraReports.UI.XRPictureBox();
         this.xrTableCell34 = new DevExpress.XtraReports.UI.XRTableCell();
         ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
         ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
         ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).BeginInit();
         ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
         ((System.ComponentModel.ISupportInitialize)(this.dsBaoCaoBanHang1)).BeginInit();
         ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
         ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).BeginInit();
         ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
         //
         // Detail
         //
         this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2});
         this.Detail.Font = new System.Drawing.Font("Times New Roman", 9F);
         this.Detail.HeightF = 30F;
         this.Detail.Name = "Detail";
         this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
         this.Detail.StylePriority.UseFont = false;
         this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
         //
         // xrTable2
         //
         this.xrTable2.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
         this.xrTable2.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTable2.BorderWidth = 1F;
         this.xrTable2.Font = new System.Drawing.Font("MS Reference Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
         this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
         this.xrTable2.Name = "xrTable2";
         this.xrTable2.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 5, 5, 100F);
         this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2});
         this.xrTable2.SizeF = new System.Drawing.SizeF(748.96F, 30F);
         this.xrTable2.StylePriority.UseBorderDashStyle = false;
         this.xrTable2.StylePriority.UseBorders = false;
         this.xrTable2.StylePriority.UseBorderWidth = false;
         this.xrTable2.StylePriority.UseFont = false;
         this.xrTable2.StylePriority.UsePadding = false;
         this.xrTable2.StylePriority.UseTextAlignment = false;
         this.xrTable2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
         //
         // xrTableRow2
         //
         this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell7,
         this.colHangHoa,
         this.xrTableCell11,
         this.xrTableCell30,
         this.xrTableCell31});
         this.xrTableRow2.Name = "xrTableRow2";
         this.xrTableRow2.Weight = 1D;
         //
         // xrTableCell7
         //
         this.xrTableCell7.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTableCell7.Name = "xrTableCell7";
         this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F);
         this.xrTableCell7.StylePriority.UseBorders = false;
         this.xrTableCell7.StylePriority.UsePadding = false;
         this.xrTableCell7.StylePriority.UseTextAlignment = false;
         this.xrTableCell7.Text = "STT";
         this.xrTableCell7.Weight = 0.36458328247070315D;
         this.xrTableCell7.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.xrTableCell7_BeforePrint);
         //
         // colHangHoa
         //
         this.colHangHoa.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.colHangHoa.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.productname")});
         this.colHangHoa.Name = "colHangHoa";
         this.colHangHoa.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 100F);
         this.colHangHoa.StylePriority.UseBorders = false;
         this.colHangHoa.StylePriority.UsePadding = false;
         this.colHangHoa.StylePriority.UseTextAlignment = false;
         this.colHangHoa.Text = "colHangHoa";
         this.colHangHoa.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
         this.colHangHoa.Weight = 4.052847185033353D;
         //
         // xrTableCell11
         //
         this.xrTableCell11.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTableCell11.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.CurrentPrice", "{0:n0}")});
         this.xrTableCell11.Name = "xrTableCell11";
         this.xrTableCell11.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 100F);
         this.xrTableCell11.StylePriority.UseBorders = false;
         this.xrTableCell11.StylePriority.UsePadding = false;
         this.xrTableCell11.StylePriority.UseTextAlignment = false;
         xrSummary1.FormatString = "{0:0.00 VND}";
         this.xrTableCell11.Summary = xrSummary1;
         this.xrTableCell11.Text = "xrTableCell11";
         this.xrTableCell11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
         this.xrTableCell11.Weight = 0.99829627768477114D;
         //
         // xrTableCell30
         //
         this.xrTableCell30.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTableCell30.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Quantity", "{0:n0}")});
         this.xrTableCell30.Name = "xrTableCell30";
         this.xrTableCell30.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F);
         this.xrTableCell30.StylePriority.UseBorders = false;
         this.xrTableCell30.StylePriority.UsePadding = false;
         this.xrTableCell30.StylePriority.UseTextAlignment = false;
         this.xrTableCell30.Text = "xrTableCell30";
         this.xrTableCell30.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
         this.xrTableCell30.Weight = 0.782191345631486D;
         //
         // xrTableCell31
         //
         this.xrTableCell31.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTableCell31.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Total", "{0:n0}")});
         this.xrTableCell31.Name = "xrTableCell31";
         this.xrTableCell31.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F);
         this.xrTableCell31.StylePriority.UseBorders = false;
         this.xrTableCell31.StylePriority.UsePadding = false;
         this.xrTableCell31.StylePriority.UseTextAlignment = false;
         this.xrTableCell31.Text = "xrTableCell31";
         this.xrTableCell31.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
         this.xrTableCell31.Weight = 0.97617918250893376D;
         //
         // 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 = 14F;
         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.xrTable4});
         this.PageHeader.HeightF = 25F;
         this.PageHeader.Name = "PageHeader";
         this.PageHeader.PrintOn = DevExpress.XtraReports.UI.PrintOnPages.NotWithReportHeader;
         //
         // xrTable4
         //
         this.xrTable4.BackColor = System.Drawing.Color.Snow;
         this.xrTable4.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom)));
         this.xrTable4.BorderWidth = 1F;
         this.xrTable4.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
         this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
         this.xrTable4.Name = "xrTable4";
         this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow4});
         this.xrTable4.SizeF = new System.Drawing.SizeF(748.96F, 25F);
         this.xrTable4.StylePriority.UseBackColor = false;
         this.xrTable4.StylePriority.UseBorders = false;
         this.xrTable4.StylePriority.UseBorderWidth = false;
         this.xrTable4.StylePriority.UseFont = false;
         this.xrTable4.StylePriority.UseTextAlignment = false;
         this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
         //
         // xrTableRow4
         //
         this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell3,
         this.xrTableCell13,
         this.xrTableCell14,
         this.xrTableCell16,
         this.xrTableCell19});
         this.xrTableRow4.Name = "xrTableRow4";
         this.xrTableRow4.Weight = 1D;
         //
         // xrTableCell3
         //
         this.xrTableCell3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTableCell3.Name = "xrTableCell3";
         this.xrTableCell3.StylePriority.UseBorders = false;
         this.xrTableCell3.StylePriority.UseTextAlignment = false;
         this.xrTableCell3.Text = "STT";
         this.xrTableCell3.Weight = 0.36560020791428305D;
         //
         // xrTableCell13
         //
         this.xrTableCell13.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTableCell13.Name = "xrTableCell13";
         this.xrTableCell13.StylePriority.UseBorders = false;
         this.xrTableCell13.Text = "Tên Hàng Hoá";
         this.xrTableCell13.Weight = 4.0641524463652621D;
         //
         // xrTableCell14
         //
         this.xrTableCell14.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTableCell14.Name = "xrTableCell14";
         this.xrTableCell14.StylePriority.UseBorders = false;
         this.xrTableCell14.Text = "Đơn giá";
         this.xrTableCell14.Weight = 1.0010809425008556D;
         //
         // xrTableCell16
         //
         this.xrTableCell16.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTableCell16.Multiline = true;
         this.xrTableCell16.Name = "xrTableCell16";
         this.xrTableCell16.StylePriority.UseBorders = false;
         this.xrTableCell16.StylePriority.UseTextAlignment = false;
         this.xrTableCell16.Text = "Số lượng\r\n";
         this.xrTableCell16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
         this.xrTableCell16.Weight = 0.78437319053638133D;
         //
         // xrTableCell19
         //
         this.xrTableCell19.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTableCell19.Name = "xrTableCell19";
         this.xrTableCell19.StylePriority.UseBorders = false;
         this.xrTableCell19.Text = "Thành tiền";
         this.xrTableCell19.Weight = 0.97890222513473879D;
         //
         // header
         //
         this.header.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
         this.header.Name = "header";
         this.header.SizeF = new System.Drawing.SizeF(750F, 29.625F);
         //
         // xrLabel10
         //
         this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.InvoiceNo", "Mã đơn : {0}")});
         this.xrLabel10.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Italic);
         this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(1.04173F, 75.54163F);
         this.xrLabel10.Name = "xrLabel10";
         this.xrLabel10.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
         this.xrLabel10.SizeF = new System.Drawing.SizeF(738.9999F, 26.41667F);
         this.xrLabel10.StylePriority.UseFont = false;
         this.xrLabel10.StylePriority.UseTextAlignment = false;
         this.xrLabel10.Text = "xrLabel10";
         this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
         //
         // xrLabel13
         //
         this.xrLabel13.Font = new System.Drawing.Font("Verdana", 18F, System.Drawing.FontStyle.Bold);
         this.xrLabel13.LocationFloat = new DevExpress.Utils.PointFloat(1.04173F, 32.74995F);
         this.xrLabel13.Name = "xrLabel13";
         this.xrLabel13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
         this.xrLabel13.SizeF = new System.Drawing.SizeF(748.9583F, 42.79168F);
         this.xrLabel13.StylePriority.UseFont = false;
         this.xrLabel13.StylePriority.UseTextAlignment = false;
         this.xrLabel13.Text = "HOÁ ĐƠN BÁN HÀNG";
         this.xrLabel13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
         //
         // xrLabel17
         //
         this.xrLabel17.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold);
         this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(1.04173F, 173.75F);
         this.xrLabel17.Name = "xrLabel17";
         this.xrLabel17.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
         this.xrLabel17.SizeF = new System.Drawing.SizeF(69.79163F, 16F);
         this.xrLabel17.StylePriority.UseFont = false;
         this.xrLabel17.Text = "Ghi chú: ";
         //
         // GroupHeader2
         //
         this.GroupHeader2.GroupFields.AddRange(new DevExpress.XtraReports.UI.GroupField[] {
         new DevExpress.XtraReports.UI.GroupField("TenKhachHang", DevExpress.XtraReports.UI.XRColumnSortOrder.Ascending)});
         this.GroupHeader2.HeightF = 0F;
         this.GroupHeader2.Name = "GroupHeader2";
         //
         // xrTable7
         //
         this.xrTable7.Font = new System.Drawing.Font("Verdana", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
         this.xrTable7.LocationFloat = new DevExpress.Utils.PointFloat(7.249959F, 101.9583F);
         this.xrTable7.Name = "xrTable7";
         this.xrTable7.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 4, 4, 100F);
         this.xrTable7.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow8,
         this.xrTableRow9});
         this.xrTable7.SizeF = new System.Drawing.SizeF(741.7084F, 54.75F);
         this.xrTable7.StylePriority.UseFont = false;
         this.xrTable7.StylePriority.UsePadding = false;
         this.xrTable7.StylePriority.UseTextAlignment = false;
         this.xrTable7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
         //
         // xrTableRow8
         //
         this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell6,
         this.xrTableCell23,
         this.xrTableCell20,
         this.xrTableCell18,
         this.xrTableCell25,
         this.xrTableCell24});
         this.xrTableRow8.Name = "xrTableRow8";
         this.xrTableRow8.Weight = 1D;
         //
         // xrTableCell6
         //
         this.xrTableCell6.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold);
         this.xrTableCell6.Name = "xrTableCell6";
         this.xrTableCell6.StylePriority.UseFont = false;
         this.xrTableCell6.StylePriority.UseTextAlignment = false;
         this.xrTableCell6.Text = "Khách hàng: ";
         this.xrTableCell6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
         this.xrTableCell6.Weight = 1.0520836686849815D;
         //
         // xrTableCell23
         //
         this.xrTableCell23.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Customer")});
         this.xrTableCell23.Font = new System.Drawing.Font("Verdana", 10F);
         this.xrTableCell23.Name = "xrTableCell23";
         this.xrTableCell23.StylePriority.UseFont = false;
         this.xrTableCell23.Text = "xrTableCell23";
         this.xrTableCell23.Weight = 2.5880258821406894D;
         //
         // xrTableCell20
         //
         this.xrTableCell20.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold);
         this.xrTableCell20.Name = "xrTableCell20";
         this.xrTableCell20.StylePriority.UseFont = false;
         this.xrTableCell20.Text = "Ngày :";
         this.xrTableCell20.Weight = 0.5894757719221223D;
         //
         // xrTableCell18
         //
         this.xrTableCell18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.CurrentDate", "{0:dd/MM/yyyy}")});
         this.xrTableCell18.Font = new System.Drawing.Font("Verdana", 10F);
         this.xrTableCell18.Name = "xrTableCell18";
         this.xrTableCell18.StylePriority.UseFont = false;
         this.xrTableCell18.Weight = 1.0417734816221154D;
         //
         // xrTableCell25
         //
         this.xrTableCell25.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold);
         this.xrTableCell25.Name = "xrTableCell25";
         this.xrTableCell25.StylePriority.UseFont = false;
         this.xrTableCell25.StylePriority.UseTextAlignment = false;
         this.xrTableCell25.Text = "Điện thoại:";
         this.xrTableCell25.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
         this.xrTableCell25.Weight = 0.90503245148400147D;
         //
         // xrTableCell24
         //
         this.xrTableCell24.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Phone")});
         this.xrTableCell24.Font = new System.Drawing.Font("Verdana", 10F);
         this.xrTableCell24.Name = "xrTableCell24";
         this.xrTableCell24.StylePriority.UseFont = false;
         this.xrTableCell24.Text = "xrTableCell24";
         this.xrTableCell24.Weight = 1.2406931607105067D;
         //
         // xrTableRow9
         //
         this.xrTableRow9.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell26,
         this.xrTableCell27});
         this.xrTableRow9.Name = "xrTableRow9";
         this.xrTableRow9.Weight = 1D;
         //
         // xrTableCell26
         //
         this.xrTableCell26.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Bold);
         this.xrTableCell26.Name = "xrTableCell26";
         this.xrTableCell26.StylePriority.UseFont = false;
         this.xrTableCell26.Text = "Địa chỉ : ";
         this.xrTableCell26.Weight = 0.73958367866282337D;
         //
         // xrTableCell27
         //
         this.xrTableCell27.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.CustomerAddress")});
         this.xrTableCell27.Font = new System.Drawing.Font("Verdana", 10F);
         this.xrTableCell27.Multiline = true;
         this.xrTableCell27.Name = "xrTableCell27";
         this.xrTableCell27.StylePriority.UseFont = false;
         this.xrTableCell27.Weight = 6.6775007379015943D;
         //
         // xrTable1
         //
         this.xrTable1.BackColor = System.Drawing.Color.Snow;
         this.xrTable1.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom)));
         this.xrTable1.BorderWidth = 1F;
         this.xrTable1.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
         this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 183.4722F);
         this.xrTable1.Name = "xrTable1";
         this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1});
         this.xrTable1.SizeF = new System.Drawing.SizeF(748.9583F, 25F);
         this.xrTable1.StylePriority.UseBackColor = false;
         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.MiddleCenter;
         //
         // xrTableRow1
         //
         this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2,
         this.xrTableCell4,
         this.xrTableCell21,
         this.xrTableCell5});
         this.xrTableRow1.Name = "xrTableRow1";
         this.xrTableRow1.Weight = 1D;
         //
         // xrTableCell1
         //
         this.xrTableCell1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTableCell1.Name = "xrTableCell1";
         this.xrTableCell1.StylePriority.UseBorders = false;
         this.xrTableCell1.StylePriority.UseTextAlignment = false;
         this.xrTableCell1.Text = "STT";
         this.xrTableCell1.Weight = 0.36560020791428305D;
         //
         // xrTableCell2
         //
         this.xrTableCell2.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTableCell2.Name = "xrTableCell2";
         this.xrTableCell2.StylePriority.UseBorders = false;
         this.xrTableCell2.Text = "Tên Hàng Hoá";
         this.xrTableCell2.Weight = 4.0641554790407382D;
         //
         // xrTableCell4
         //
         this.xrTableCell4.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTableCell4.Name = "xrTableCell4";
         this.xrTableCell4.StylePriority.UseBorders = false;
         this.xrTableCell4.Text = "Đơn giá";
         this.xrTableCell4.Weight = 1.0011300565736081D;
         //
         // xrTableCell21
         //
         this.xrTableCell21.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTableCell21.Multiline = true;
         this.xrTableCell21.Name = "xrTableCell21";
         this.xrTableCell21.StylePriority.UseBorders = false;
         this.xrTableCell21.StylePriority.UseTextAlignment = false;
         this.xrTableCell21.Text = "Số lượng\r\n";
         this.xrTableCell21.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
         this.xrTableCell21.Weight = 0.78432104378815293D;
         //
         // xrTableCell5
         //
         this.xrTableCell5.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTableCell5.Name = "xrTableCell5";
         this.xrTableCell5.StylePriority.UseBorders = false;
         this.xrTableCell5.Text = "Thành tiền";
         this.xrTableCell5.Weight = 0.97895618222477876D;
         //
         // formattingRule1
         //
         this.formattingRule1.DataMember = null;
         //
         //
         //
         this.formattingRule1.Formatting.BackColor = System.Drawing.Color.Gray;
         this.formattingRule1.Formatting.Padding = new DevExpress.XtraPrinting.PaddingInfo(50, 50, 50, 50, 100F);
         this.formattingRule1.Name = "formattingRule1";
         //
         // dsBaoCaoBanHang1
         //
         this.dsBaoCaoBanHang1.DataSetName = "dsBaoCaoBanHang";
         this.dsBaoCaoBanHang1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
         //
         // GroupFooter1
         //
         this.GroupFooter1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel4,
         this.xrTable3,
         this.xrTable6,
         this.xrLabel17});
         this.GroupFooter1.HeightF = 192.4583F;
         this.GroupFooter1.Name = "GroupFooter1";
         //
         // xrLabel4
         //
         this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Notes")});
         this.xrLabel4.Font = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Italic);
         this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(70.83334F, 173.75F);
         this.xrLabel4.Name = "xrLabel4";
         this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
         this.xrLabel4.SizeF = new System.Drawing.SizeF(329.0094F, 16F);
         this.xrLabel4.StylePriority.UseFont = false;
         //
         // xrTable3
         //
         this.xrTable3.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
         this.xrTable3.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
         this.xrTable3.BorderWidth = 1F;
         this.xrTable3.Font = new System.Drawing.Font("Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
         this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
         this.xrTable3.Name = "xrTable3";
         this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow3,
         this.xrTableRow5,
         this.xrTableRow7,
         this.xrTableRow10,
         this.xrTableRow11});
         this.xrTable3.SizeF = new System.Drawing.SizeF(749F, 124.1666F);
         this.xrTable3.StylePriority.UseBorderDashStyle = false;
         this.xrTable3.StylePriority.UseBorders = false;
         this.xrTable3.StylePriority.UseBorderWidth = false;
         this.xrTable3.StylePriority.UseFont = false;
         this.xrTable3.StylePriority.UseTextAlignment = false;
         this.xrTable3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
         //
         // xrTableRow3
         //
         this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell12,
         this.xrTableCell10,
         this.xrSum});
         this.xrTableRow3.Name = "xrTableRow3";
         this.xrTableRow3.Weight = 1D;
         //
         // xrTableCell12
         //
         this.xrTableCell12.Borders = DevExpress.XtraPrinting.BorderSide.None;
         this.xrTableCell12.Name = "xrTableCell12";
         this.xrTableCell12.StylePriority.UseBorders = false;
         this.xrTableCell12.Weight = 4.6116583633422845D;
         //
         // xrTableCell10
         //
         this.xrTableCell10.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
         this.xrTableCell10.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
         this.xrTableCell10.Name = "xrTableCell10";
         this.xrTableCell10.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F);
         this.xrTableCell10.StylePriority.UseBorders = false;
         this.xrTableCell10.StylePriority.UseFont = false;
         this.xrTableCell10.StylePriority.UsePadding = false;
         this.xrTableCell10.StylePriority.UseTextAlignment = false;
         this.xrTableCell10.Text = "Tổng cộng";
         this.xrTableCell10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
         this.xrTableCell10.Weight = 1.4052649307250975D;
         //
         // xrSum
         //
         this.xrSum.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
         this.xrSum.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.FinalTotal", "{0:n0}")});
         this.xrSum.Font = new System.Drawing.Font("Verdana", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
         this.xrSum.Name = "xrSum";
         this.xrSum.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 8, 0, 0, 100F);
         this.xrSum.StylePriority.UseBorders = false;
         this.xrSum.StylePriority.UseFont = false;
         this.xrSum.StylePriority.UsePadding = false;
         this.xrSum.StylePriority.UseTextAlignment = false;
         xrSummary2.FormatString = "{0:n0}";
         this.xrSum.Summary = xrSummary2;
         this.xrSum.Text = "xrSum";
         this.xrSum.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
         this.xrSum.Weight = 1.4730767059326171D;
         //
         // xrTableRow5
         //
         this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell22,
         this.xrTableCell28,
         this.xrTableCell29});
         this.xrTableRow5.Name = "xrTableRow5";
         this.xrTableRow5.Weight = 1D;
         //
         // xrTableCell22
         //
         this.xrTableCell22.Borders = DevExpress.XtraPrinting.BorderSide.None;
         this.xrTableCell22.Name = "xrTableCell22";
         this.xrTableCell22.StylePriority.UseBorders = false;
         this.xrTableCell22.Weight = 4.6116583633422845D;
         //
         // xrTableCell28
         //
         this.xrTableCell28.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
         this.xrTableCell28.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
         this.xrTableCell28.Name = "xrTableCell28";
         this.xrTableCell28.StylePriority.UseBorders = false;
         this.xrTableCell28.StylePriority.UseFont = false;
         this.xrTableCell28.StylePriority.UseTextAlignment = false;
         this.xrTableCell28.Text = "Chiết khấu 1";
         this.xrTableCell28.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
         this.xrTableCell28.Weight = 1.4052649307250975D;
         //
         // xrTableCell29
         //
         this.xrTableCell29.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
         this.xrTableCell29.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Discount", "{0:n0}")});
         this.xrTableCell29.Font = new System.Drawing.Font("Verdana", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
         this.xrTableCell29.Name = "xrTableCell29";
         this.xrTableCell29.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 8, 0, 0, 100F);
         this.xrTableCell29.StylePriority.UseBorders = false;
         this.xrTableCell29.StylePriority.UseFont = false;
         this.xrTableCell29.StylePriority.UsePadding = false;
         this.xrTableCell29.StylePriority.UseTextAlignment = false;
         this.xrTableCell29.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
         this.xrTableCell29.Weight = 1.4730767059326171D;
         //
         // xrTableRow7
         //
         this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell32,
         this.xrTableCell33,
         this.xrTableCell34});
         this.xrTableRow7.Name = "xrTableRow7";
         this.xrTableRow7.Weight = 1D;
         //
         // xrTableCell32
         //
         this.xrTableCell32.Borders = DevExpress.XtraPrinting.BorderSide.None;
         this.xrTableCell32.Name = "xrTableCell32";
         this.xrTableCell32.StylePriority.UseBorders = false;
         this.xrTableCell32.Weight = 4.6116583633422845D;
         //
         // xrTableCell33
         //
         this.xrTableCell33.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
         this.xrTableCell33.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
         this.xrTableCell33.Name = "xrTableCell33";
         this.xrTableCell33.StylePriority.UseBorders = false;
         this.xrTableCell33.StylePriority.UseFont = false;
         this.xrTableCell33.StylePriority.UseTextAlignment = false;
         this.xrTableCell33.Text = "Chiết khấu 2";
         this.xrTableCell33.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
         this.xrTableCell33.Weight = 1.4052649307250975D;
         //
         // xrTableRow10
         //
         this.xrTableRow10.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell15,
         this.sdfsdfsdf,
         this.xrDiscount01});
         this.xrTableRow10.Name = "xrTableRow10";
         this.xrTableRow10.Weight = 1D;
         //
         // xrTableCell15
         //
         this.xrTableCell15.Borders = DevExpress.XtraPrinting.BorderSide.None;
         this.xrTableCell15.Name = "xrTableCell15";
         this.xrTableCell15.StylePriority.UseBorders = false;
         this.xrTableCell15.Weight = 4.6116586875915528D;
         //
         // sdfsdfsdf
         //
         this.sdfsdfsdf.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
         this.sdfsdfsdf.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
         this.sdfsdfsdf.Multiline = true;
         this.sdfsdfsdf.Name = "sdfsdfsdf";
         this.sdfsdfsdf.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F);
         this.sdfsdfsdf.StylePriority.UseBorders = false;
         this.sdfsdfsdf.StylePriority.UseFont = false;
         this.sdfsdfsdf.StylePriority.UsePadding = false;
         this.sdfsdfsdf.StylePriority.UseTextAlignment = false;
         this.sdfsdfsdf.Text = "Phí giao hàng\r\n";
         this.sdfsdfsdf.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
         this.sdfsdfsdf.Weight = 1.4052652549743652D;
         //
         // xrDiscount01
         //
         this.xrDiscount01.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
         this.xrDiscount01.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.ShipFees", "{0:n0}")});
         this.xrDiscount01.Font = new System.Drawing.Font("Verdana", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
         this.xrDiscount01.Name = "xrDiscount01";
         this.xrDiscount01.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 8, 0, 0, 100F);
         this.xrDiscount01.StylePriority.UseBorders = false;
         this.xrDiscount01.StylePriority.UseFont = false;
         this.xrDiscount01.StylePriority.UsePadding = false;
         this.xrDiscount01.StylePriority.UseTextAlignment = false;
         this.xrDiscount01.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
         this.xrDiscount01.Weight = 1.473076057434082D;
         //
         // xrTableRow11
         //
         this.xrTableRow11.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell17,
         this.xrTableCell48,
         this.thanhtienafterdis01});
         this.xrTableRow11.Name = "xrTableRow11";
         this.xrTableRow11.Weight = 1D;
         //
         // xrTableCell17
         //
         this.xrTableCell17.Borders = DevExpress.XtraPrinting.BorderSide.None;
         this.xrTableCell17.Name = "xrTableCell17";
         this.xrTableCell17.StylePriority.UseBorders = false;
         this.xrTableCell17.Weight = 4.6116583824157713D;
         //
         // xrTableCell48
         //
         this.xrTableCell48.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
         this.xrTableCell48.Font = new System.Drawing.Font("Arial", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
         this.xrTableCell48.Name = "xrTableCell48";
         this.xrTableCell48.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F);
         this.xrTableCell48.StylePriority.UseBorders = false;
         this.xrTableCell48.StylePriority.UseFont = false;
         this.xrTableCell48.StylePriority.UsePadding = false;
         this.xrTableCell48.StylePriority.UseTextAlignment = false;
         this.xrTableCell48.Text = "Thành tiền";
         this.xrTableCell48.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
         this.xrTableCell48.Weight = 1.4052649497985839D;
         //
         // thanhtienafterdis01
         //
         this.thanhtienafterdis01.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
         this.thanhtienafterdis01.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Payment", "{0:n0}")});
         this.thanhtienafterdis01.Font = new System.Drawing.Font("Verdana", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
         this.thanhtienafterdis01.Name = "thanhtienafterdis01";
         this.thanhtienafterdis01.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 8, 0, 0, 100F);
         this.thanhtienafterdis01.StylePriority.UseBorders = false;
         this.thanhtienafterdis01.StylePriority.UseFont = false;
         this.thanhtienafterdis01.StylePriority.UsePadding = false;
         this.thanhtienafterdis01.StylePriority.UseTextAlignment = false;
         this.thanhtienafterdis01.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
         this.thanhtienafterdis01.Weight = 1.4730766677856444D;
         this.thanhtienafterdis01.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.thanhtienafterdis01_BeforePrint);
         //
         // xrTable6
         //
         this.xrTable6.Borders = DevExpress.XtraPrinting.BorderSide.None;
         this.xrTable6.Font = new System.Drawing.Font("Times New Roman", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
         this.xrTable6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 137.6666F);
         this.xrTable6.Name = "xrTable6";
         this.xrTable6.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow6});
         this.xrTable6.SizeF = new System.Drawing.SizeF(750F, 20F);
         this.xrTable6.StylePriority.UseBorders = false;
         this.xrTable6.StylePriority.UseFont = false;
         this.xrTable6.StylePriority.UseTextAlignment = false;
         this.xrTable6.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
         //
         // xrTableRow6
         //
         this.xrTableRow6.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell8,
         this.xrTableCell9});
         this.xrTableRow6.Name = "xrTableRow6";
         this.xrTableRow6.Weight = 1D;
         //
         // xrTableCell8
         //
         this.xrTableCell8.Font = new System.Drawing.Font("Arial", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
         this.xrTableCell8.Name = "xrTableCell8";
         this.xrTableCell8.StylePriority.UseFont = false;
         this.xrTableCell8.StylePriority.UseTextAlignment = false;
         this.xrTableCell8.Text = "Tổng tiền (bằng chữ):";
         this.xrTableCell8.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
         this.xrTableCell8.Weight = 1.4999997049967446D;
         //
         // xrTableCell9
         //
         this.xrTableCell9.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lbchu});
         this.xrTableCell9.Font = new System.Drawing.Font("Times New Roman", 9F);
         this.xrTableCell9.Name = "xrTableCell9";
         this.xrTableCell9.StylePriority.UseFont = false;
         this.xrTableCell9.StylePriority.UseTextAlignment = false;
         xrSummary3.FormatString = "{0:0.00 VND}";
         this.xrTableCell9.Summary = xrSummary3;
         this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
         this.xrTableCell9.Weight = 5.0000002950032547D;
         //
         // lbchu
         //
         this.lbchu.Font = new System.Drawing.Font("Arial", 12F);
         this.lbchu.LocationFloat = new DevExpress.Utils.PointFloat(2.499835F, 0F);
         this.lbchu.Name = "lbchu";
         this.lbchu.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
         this.lbchu.SizeF = new System.Drawing.SizeF(573.4233F, 20F);
         this.lbchu.StylePriority.UseFont = false;
         this.lbchu.BeforePrint += new System.Drawing.Printing.PrintEventHandler(this.lbchu_BeforePrint);
         //
         // xrLine1
         //
         this.xrLine1.BorderWidth = 5F;
         this.xrLine1.LineStyle = System.Drawing.Drawing2D.DashStyle.Dash;
         this.xrLine1.LineWidth = 2;
         this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 3.000005F);
         this.xrLine1.Name = "xrLine1";
         this.xrLine1.SizeF = new System.Drawing.SizeF(750.0001F, 11.54169F);
         this.xrLine1.StylePriority.UseBorderWidth = false;
         //
         // xrPictureBox1
         //
         this.xrPictureBox1.ImageUrl = "~\\img\\logohdk.png";
         this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(239.5835F, 24.54169F);
         this.xrPictureBox1.Name = "xrPictureBox1";
         this.xrPictureBox1.SizeF = new System.Drawing.SizeF(171.875F, 61.49998F);
         this.xrPictureBox1.Sizing = DevExpress.XtraPrinting.ImageSizeMode.Squeeze;
         //
         // xrLabel5
         //
         this.xrLabel5.Font = new System.Drawing.Font("Verdana", 10F, System.Drawing.FontStyle.Italic);
         this.xrLabel5.LocationFloat = new DevExpress.Utils.PointFloat(239.5835F, 115.2917F);
         this.xrLabel5.Name = "xrLabel5";
         this.xrLabel5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
         this.xrLabel5.SizeF = new System.Drawing.SizeF(480.514F, 31.33333F);
         this.xrLabel5.StylePriority.UseFont = false;
         this.xrLabel5.StylePriority.UseTextAlignment = false;
         this.xrLabel5.Text = "Mã giảm giá bên có thời hạn từ 01-05-2015 đến ngày 30-05-2015.";
         this.xrLabel5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
         //
         // xrLabel3
         //
         this.xrLabel3.Font = new System.Drawing.Font("Verdana", 10F);
         this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(239.5835F, 86.04166F);
         this.xrLabel3.Name = "xrLabel3";
         this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
         this.xrLabel3.SizeF = new System.Drawing.SizeF(480.514F, 18.83333F);
         this.xrLabel3.StylePriority.UseFont = false;
         this.xrLabel3.StylePriority.UseTextAlignment = false;
         this.xrLabel3.Text = "TẶNG BẠN MÃ GIẢM GIÁ 10% CHO LẦN MUA HÀNG TIẾP THEO";
         this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
         //
         // xrLabel1
         //
         this.xrLabel1.Font = new System.Drawing.Font("Times New Roman", 22F, System.Drawing.FontStyle.Bold);
         this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(419.7918F, 36.20841F);
         this.xrLabel1.Name = "xrLabel1";
         this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
         this.xrLabel1.SizeF = new System.Drawing.SizeF(240.6251F, 36.37494F);
         this.xrLabel1.StylePriority.UseFont = false;
         this.xrLabel1.StylePriority.UseTextAlignment = false;
         this.xrLabel1.Text = "CẢM ƠN BẠN !";
         this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
         //
         // xrBarCode1
         //
         this.xrBarCode1.AutoModule = true;
         this.xrBarCode1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.DashDotDot;
         this.xrBarCode1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
         | DevExpress.XtraPrinting.BorderSide.Right)
         | DevExpress.XtraPrinting.BorderSide.Bottom)));
         this.xrBarCode1.Font = new System.Drawing.Font("Microsoft YaHei", 16F, System.Drawing.FontStyle.Bold);
         this.xrBarCode1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
         this.xrBarCode1.FormattingRules.Add(this.formattingRule1);
         this.xrBarCode1.LocationFloat = new DevExpress.Utils.PointFloat(23.95846F, 24.54169F);
         this.xrBarCode1.Module = 8F;
         this.xrBarCode1.Name = "xrBarCode1";
         this.xrBarCode1.Padding = new DevExpress.XtraPrinting.PaddingInfo(20, 10, 20, 10, 100F);
         this.xrBarCode1.SizeF = new System.Drawing.SizeF(196.8751F, 215.7501F);
         this.xrBarCode1.StylePriority.UseBorderDashStyle = false;
         this.xrBarCode1.StylePriority.UseBorders = false;
         this.xrBarCode1.StylePriority.UseFont = false;
         this.xrBarCode1.StylePriority.UseForeColor = false;
         this.xrBarCode1.StylePriority.UsePadding = false;
         this.xrBarCode1.StylePriority.UseTextAlignment = false;
         qrCodeGenerator1.ErrorCorrectionLevel = DevExpress.XtraPrinting.BarCode.QRCodeErrorCorrectionLevel.M;
         qrCodeGenerator1.Version = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
         this.xrBarCode1.Symbology = qrCodeGenerator1;
         this.xrBarCode1.Text = "GGHKBD";
         this.xrBarCode1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
         //
         // pTongTien
         //
         this.pTongTien.Expression = "[TongTien]+[Thue]+[ShipFees]-[GiamGia]";
         this.pTongTien.Name = "pTongTien";
         //
         // ReportHeader
         //
         this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.header,
         this.xrLabel10,
         this.xrLabel13,
         this.xrTable7,
         this.xrTable1});
         this.ReportHeader.HeightF = 208.4722F;
         this.ReportHeader.Name = "ReportHeader";
         //
         // sale_InvoiceToPrintTableAdapter1
         //
         this.sale_InvoiceToPrintTableAdapter1.ClearBeforeFill = true;
         //
         // Thanhtien
         //
         this.Thanhtien.Expression = "[sale_InvoiceToPrint.FinalTotal] - [sale_InvoiceToPrint.ShipFees]";
         this.Thanhtien.Name = "Thanhtien";
         //
         // percentDiscount1
         //
         this.percentDiscount1.Expression = "[sale_InvoiceToPrint.ShipFees]/[sale_InvoiceToPrint.FinalTotal]*100";
         this.percentDiscount1.Name = "percentDiscount1";
         //
         // PageFooter
         //
         this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel11,
         this.xrPictureBox4,
         this.xrLabel2,
         this.xrPictureBox5,
         this.xrLine1,
         this.xrBarCode1,
         this.xrPictureBox1,
         this.xrLabel1,
         this.xrLabel3,
         this.xrLabel5});
         this.PageFooter.HeightF = 245.8333F;
         this.PageFooter.Name = "PageFooter";
         //
         // xrLabel11
         //
         this.xrLabel11.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Underline);
         this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(279.4574F, 182.3125F);
         this.xrLabel11.Name = "xrLabel11";
         this.xrLabel11.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
         this.xrLabel11.SizeF = new System.Drawing.SizeF(181.7084F, 23F);
         this.xrLabel11.StylePriority.UseFont = false;
         this.xrLabel11.StylePriority.UseTextAlignment = false;
         this.xrLabel11.Text = "www.hongdiepkhang.com";
         this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
         //
         // xrPictureBox4
         //
         this.xrPictureBox4.ImageUrl = "~\\images\\icon-webapp.png";
         this.xrPictureBox4.LocationFloat = new DevExpress.Utils.PointFloat(254.4574F, 181.3125F);
         this.xrPictureBox4.Name = "xrPictureBox4";
         this.xrPictureBox4.SizeF = new System.Drawing.SizeF(24F, 24F);
         this.xrPictureBox4.Sizing = DevExpress.XtraPrinting.ImageSizeMode.Squeeze;
         //
         // xrLabel2
         //
         this.xrLabel2.Font = new System.Drawing.Font("Arial", 11F, System.Drawing.FontStyle.Underline);
         this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(495.0408F, 182.3125F);
         this.xrLabel2.Name = "xrLabel2";
         this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
         this.xrLabel2.SizeF = new System.Drawing.SizeF(211.515F, 23F);
         this.xrLabel2.StylePriority.UseFont = false;
         this.xrLabel2.StylePriority.UseTextAlignment = false;
         this.xrLabel2.Text = "facebook.com/hongdiepkhang";
         this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopCenter;
         //
         // xrPictureBox5
         //
         this.xrPictureBox5.ImageUrl = "~\\images\\circle-social_facebook_outline_stroke-128.png";
         this.xrPictureBox5.LocationFloat = new DevExpress.Utils.PointFloat(468.0409F, 180.3125F);
         this.xrPictureBox5.Name = "xrPictureBox5";
         this.xrPictureBox5.SizeF = new System.Drawing.SizeF(24F, 24F);
         this.xrPictureBox5.Sizing = DevExpress.XtraPrinting.ImageSizeMode.Squeeze;
         //
         // xrTableCell34
         //
         this.xrTableCell34.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
         this.xrTableCell34.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "sale_InvoiceToPrint.Discount2", "{0:n0}")});
         this.xrTableCell34.Font = new System.Drawing.Font("Verdana", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
         this.xrTableCell34.Name = "xrTableCell34";
         this.xrTableCell34.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 8, 0, 0, 100F);
         this.xrTableCell34.StylePriority.UseBorders = false;
         this.xrTableCell34.StylePriority.UseFont = false;
         this.xrTableCell34.StylePriority.UsePadding = false;
         this.xrTableCell34.StylePriority.UseTextAlignment = false;
         this.xrTableCell34.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
         this.xrTableCell34.Weight = 1.4730767059326171D;
         //
         // rptBanHang
         //
         this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.PageHeader,
         this.GroupHeader2,
         this.GroupFooter1,
         this.ReportHeader,
         this.PageFooter});
         this.CalculatedFields.AddRange(new DevExpress.XtraReports.UI.CalculatedField[] {
         this.pTongTien,
         this.Thanhtien,
         this.percentDiscount1});
         this.DataAdapter = this.sale_InvoiceToPrintTableAdapter1;
         this.DataMember = "sale_InvoiceToPrint";
         this.DataSource = this.dsBaoCaoBanHang1;
         this.FormattingRuleSheet.AddRange(new DevExpress.XtraReports.UI.FormattingRule[] {
         this.formattingRule1});
         this.Margins = new System.Drawing.Printing.Margins(49, 51, 0, 14);
         this.Version = "14.1";
         ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
         ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
         ((System.ComponentModel.ISupportInitialize)(this.xrTable7)).EndInit();
         ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
         ((System.ComponentModel.ISupportInitialize)(this.dsBaoCaoBanHang1)).EndInit();
         ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
         ((System.ComponentModel.ISupportInitialize)(this.xrTable6)).EndInit();
         ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.TopMargin       = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin    = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.Detail          = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel1        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3        = new DevExpress.XtraReports.UI.XRLabel();
     this.lblColorCode    = new DevExpress.XtraReports.UI.XRLabel();
     this.lblColorName    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5        = new DevExpress.XtraReports.UI.XRLabel();
     this.lblItemName     = new DevExpress.XtraReports.UI.XRLabel();
     this.lblMaterialName = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7        = new DevExpress.XtraReports.UI.XRLabel();
     this.lblOperator     = new DevExpress.XtraReports.UI.XRLabel();
     this.lblStep         = new DevExpress.XtraReports.UI.XRLabel();
     this.lblMachine      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8        = new DevExpress.XtraReports.UI.XRLabel();
     this.lblMixID        = new DevExpress.XtraReports.UI.XRLabel();
     this.lblDateTime     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrBarCode1      = new DevExpress.XtraReports.UI.XRBarCode();
     this.xrPageInfo1     = new DevExpress.XtraReports.UI.XRPageInfo();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 20F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF = 20F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrLabel2,
         this.xrLabel3,
         this.lblColorCode,
         this.lblColorName,
         this.xrLabel5,
         this.lblItemName,
         this.lblMaterialName,
         this.xrLabel4,
         this.xrLabel6,
         this.xrLabel7,
         this.lblOperator,
         this.lblStep,
         this.lblMachine,
         this.xrLabel8,
         this.lblMixID,
         this.lblDateTime,
         this.xrBarCode1,
         this.xrPageInfo1
     });
     this.Detail.HeightF = 420.0001F;
     this.Detail.Name    = "Detail";
     //
     // xrLabel1
     //
     this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                    | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrLabel1.Font                           = new System.Drawing.Font("Arial", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 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(370F, 48.15923F);
     this.xrLabel1.StylePriority.UseBorders       = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "LEFTOVER";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel2
     //
     this.xrLabel2.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)));
     this.xrLabel2.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 48.15923F);
     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(127.0417F, 23F);
     this.xrLabel2.StylePriority.UseBorders       = false;
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "COLOR CODE";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                    | DevExpress.XtraPrinting.BorderSide.Right)));
     this.xrLabel3.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(127.0417F, 48.15923F);
     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(242.9583F, 23.00001F);
     this.xrLabel3.StylePriority.UseBorders       = false;
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "COLOR NAME";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblColorCode
     //
     this.lblColorCode.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblColorCode.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ColorCode]")
     });
     this.lblColorCode.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblColorCode.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 71.15923F);
     this.lblColorCode.Multiline                      = true;
     this.lblColorCode.Name                           = "lblColorCode";
     this.lblColorCode.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblColorCode.SizeF                          = new System.Drawing.SizeF(127.0417F, 45F);
     this.lblColorCode.StylePriority.UseBorders       = false;
     this.lblColorCode.StylePriority.UseFont          = false;
     this.lblColorCode.StylePriority.UseTextAlignment = false;
     this.lblColorCode.Text                           = "lblColorCode";
     this.lblColorCode.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblColorName
     //
     this.lblColorName.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblColorName.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ColorName]")
     });
     this.lblColorName.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblColorName.LocationFloat                  = new DevExpress.Utils.PointFloat(127.0417F, 71.15923F);
     this.lblColorName.Multiline                      = true;
     this.lblColorName.Name                           = "lblColorName";
     this.lblColorName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblColorName.SizeF                          = new System.Drawing.SizeF(242.9583F, 45F);
     this.lblColorName.StylePriority.UseBorders       = false;
     this.lblColorName.StylePriority.UseFont          = false;
     this.lblColorName.StylePriority.UseTextAlignment = false;
     this.lblColorName.Text                           = "lblColorName";
     this.lblColorName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel5
     //
     this.xrLabel5.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel5.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 116.1592F);
     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(370F, 21.59645F);
     this.xrLabel5.StylePriority.UseBorders       = false;
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "ITEM NAME";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblItemName
     //
     this.lblItemName.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)));
     this.lblItemName.CanGrow = false;
     this.lblItemName.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Remove(Iif(Contains([ItemName], \'Mixing\'), Remove([ItemName], 0, 6), [ItemName])\n" +
                                                         ", CharIndex(\' Color\', Iif(Contains([ItemName], \'Mixing\'), Remove([ItemName], 0, " +
                                                         "6), [ItemName])\n))")
     });
     this.lblItemName.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblItemName.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 137.7557F);
     this.lblItemName.Multiline                      = true;
     this.lblItemName.Name                           = "lblItemName";
     this.lblItemName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblItemName.SizeF                          = new System.Drawing.SizeF(370F, 52.10921F);
     this.lblItemName.StylePriority.UseBorders       = false;
     this.lblItemName.StylePriority.UseFont          = false;
     this.lblItemName.StylePriority.UseTextAlignment = false;
     this.lblItemName.Text                           = "lblItemName";
     this.lblItemName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblMaterialName
     //
     this.lblMaterialName.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                            | DevExpress.XtraPrinting.BorderSide.Right)
                                                                           | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblMaterialName.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MaterialName]")
     });
     this.lblMaterialName.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMaterialName.LocationFloat                  = new DevExpress.Utils.PointFloat(3.129244E-05F, 189.8649F);
     this.lblMaterialName.Multiline                      = true;
     this.lblMaterialName.Name                           = "lblMaterialName";
     this.lblMaterialName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblMaterialName.SizeF                          = new System.Drawing.SizeF(370F, 45F);
     this.lblMaterialName.StylePriority.UseBorders       = false;
     this.lblMaterialName.StylePriority.UseFont          = false;
     this.lblMaterialName.StylePriority.UseTextAlignment = false;
     this.lblMaterialName.Text                           = "lblMaterialName";
     this.lblMaterialName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel4.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 234.8649F);
     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(200.4583F, 20F);
     this.xrLabel4.StylePriority.UseBorders       = false;
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text                           = "MACHINE";
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel6
     //
     this.xrLabel6.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel6.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(200.4583F, 234.8649F);
     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(64.04169F, 20F);
     this.xrLabel6.StylePriority.UseBorders       = false;
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "Step";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel7
     //
     this.xrLabel7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel7.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(264.5F, 234.8649F);
     this.xrLabel7.Multiline                      = true;
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(105.5F, 20F);
     this.xrLabel7.StylePriority.UseBorders       = false;
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text                           = "OPERATOR";
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblOperator
     //
     this.lblOperator.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblOperator.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[OperatorName]")
     });
     this.lblOperator.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblOperator.LocationFloat                  = new DevExpress.Utils.PointFloat(264.5F, 254.8649F);
     this.lblOperator.Multiline                      = true;
     this.lblOperator.Name                           = "lblOperator";
     this.lblOperator.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblOperator.SizeF                          = new System.Drawing.SizeF(105.5F, 37F);
     this.lblOperator.StylePriority.UseBorders       = false;
     this.lblOperator.StylePriority.UseFont          = false;
     this.lblOperator.StylePriority.UseTextAlignment = false;
     this.lblOperator.Text                           = "lblOperator";
     this.lblOperator.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblStep
     //
     this.lblStep.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblStep.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Iif([Step]=\'B\'||[Step]=\'0\', \'Base\', [Step]=\'I\',\'Inlay\',[Step]=\'S\',\'Studs\',[Step]=" +
                                                         "\'L\',\'Logo\',[Step]=\'C\',\'Cleat Ring\',[Step]=\'H\',\'Heel\',\'\')\n")
     });
     this.lblStep.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStep.LocationFloat                  = new DevExpress.Utils.PointFloat(200.4582F, 254.8649F);
     this.lblStep.Multiline                      = true;
     this.lblStep.Name                           = "lblStep";
     this.lblStep.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblStep.SizeF                          = new System.Drawing.SizeF(64.0417F, 37F);
     this.lblStep.StylePriority.UseBorders       = false;
     this.lblStep.StylePriority.UseFont          = false;
     this.lblStep.StylePriority.UseTextAlignment = false;
     this.lblStep.Text                           = "lblStep";
     this.lblStep.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblMachine
     //
     this.lblMachine.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblMachine.CanGrow = false;
     this.lblMachine.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Machine]")
     });
     this.lblMachine.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMachine.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 254.8649F);
     this.lblMachine.Multiline                      = true;
     this.lblMachine.Name                           = "lblMachine";
     this.lblMachine.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblMachine.SizeF                          = new System.Drawing.SizeF(200.4582F, 37F);
     this.lblMachine.StylePriority.UseBorders       = false;
     this.lblMachine.StylePriority.UseFont          = false;
     this.lblMachine.StylePriority.UseTextAlignment = false;
     this.lblMachine.Text                           = "lblMachine";
     this.lblMachine.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel8.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel8.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 291.8649F);
     this.xrLabel8.Multiline                      = true;
     this.xrLabel8.Name                           = "xrLabel8";
     this.xrLabel8.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                          = new System.Drawing.SizeF(200.4583F, 23.00003F);
     this.xrLabel8.StylePriority.UseBorders       = false;
     this.xrLabel8.StylePriority.UseFont          = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text                           = "MIX LOT NO";
     this.xrLabel8.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblMixID
     //
     this.lblMixID.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblMixID.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MixCode]")
     });
     this.lblMixID.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMixID.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 314.865F);
     this.lblMixID.Multiline                      = true;
     this.lblMixID.Name                           = "lblMixID";
     this.lblMixID.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblMixID.SizeF                          = new System.Drawing.SizeF(200.4583F, 49.76498F);
     this.lblMixID.StylePriority.UseBorders       = false;
     this.lblMixID.StylePriority.UseFont          = false;
     this.lblMixID.StylePriority.UseTextAlignment = false;
     this.lblMixID.Text                           = "lblMixID";
     this.lblMixID.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblDateTime
     //
     this.lblDateTime.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblDateTime.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CreatedDate]")
     });
     this.lblDateTime.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDateTime.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 364.63F);
     this.lblDateTime.Multiline                      = true;
     this.lblDateTime.Name                           = "lblDateTime";
     this.lblDateTime.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblDateTime.SizeF                          = new System.Drawing.SizeF(200.4583F, 42.37003F);
     this.lblDateTime.StylePriority.UseBorders       = false;
     this.lblDateTime.StylePriority.UseFont          = false;
     this.lblDateTime.StylePriority.UseTextAlignment = false;
     this.lblDateTime.Text                           = "lblDateTime";
     this.lblDateTime.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.lblDateTime.TextFormatString               = "{0:MM/dd/yyyy HH:mm:ss}";
     //
     // xrBarCode1
     //
     this.xrBarCode1.Alignment  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrBarCode1.AutoModule = true;
     this.xrBarCode1.Borders    = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrBarCode1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MixCode]")
     });
     this.xrBarCode1.LocationFloat                  = new DevExpress.Utils.PointFloat(200.4583F, 291.8649F);
     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(169.5417F, 115.1351F);
     this.xrBarCode1.StylePriority.UseBorders       = false;
     this.xrBarCode1.StylePriority.UseTextAlignment = false;
     qrCodeGenerator1.CompactionMode                = DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode.Byte;
     this.xrBarCode1.Symbology                      = qrCodeGenerator1;
     this.xrBarCode1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font                           = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrPageInfo1.LocationFloat                  = new DevExpress.Utils.PointFloat(204.4583F, 407.0001F);
     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(165.5417F, 13F);
     this.xrPageInfo1.StylePriority.UseFont          = false;
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrPageInfo1.TextFormatString               = "Printed: {0:HH:mm MM/dd/yyyy}";
     //
     // Leftover
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail
     });
     this.Font       = new System.Drawing.Font("Arial", 9.75F);
     this.Margins    = new System.Drawing.Printing.Margins(10, 10, 20, 20);
     this.PageHeight = 866;
     this.PageWidth  = 390;
     this.PaperKind  = System.Drawing.Printing.PaperKind.Custom;
     this.RollPaper  = true;
     this.Version    = "20.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.DataAccess.Sql.StoredProcQuery       storedProcQuery1 = new DevExpress.DataAccess.Sql.StoredProcQuery();
     System.ComponentModel.ComponentResourceManager  resources        = new System.ComponentModel.ComponentResourceManager(typeof(rptMixing));
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.sqlDataSource1  = new DevExpress.DataAccess.Sql.SqlDataSource(this.components);
     this.Title           = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailCaption1  = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData1     = new DevExpress.XtraReports.UI.XRControlStyle();
     this.DetailData3_Odd = new DevExpress.XtraReports.UI.XRControlStyle();
     this.PageInfo        = new DevExpress.XtraReports.UI.XRControlStyle();
     this.TopMargin       = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin    = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.Detail          = new DevExpress.XtraReports.UI.DetailBand();
     this.xrPageInfo1     = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrBarCode1      = new DevExpress.XtraReports.UI.XRBarCode();
     this.lblDateTime     = new DevExpress.XtraReports.UI.XRLabel();
     this.lblMixID        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8        = new DevExpress.XtraReports.UI.XRLabel();
     this.lblOperator     = new DevExpress.XtraReports.UI.XRLabel();
     this.lblStep         = new DevExpress.XtraReports.UI.XRLabel();
     this.lblKg           = new DevExpress.XtraReports.UI.XRLabel();
     this.lblMachine      = 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.xrLabel5        = new DevExpress.XtraReports.UI.XRLabel();
     this.lblMaterialName = new DevExpress.XtraReports.UI.XRLabel();
     this.lblColorCode    = new DevExpress.XtraReports.UI.XRLabel();
     this.lblItemName     = new DevExpress.XtraReports.UI.XRLabel();
     this.lblColorName    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1        = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionName = "ScaleApp.Properties.Settings.ColorMixConnectionString";
     this.sqlDataSource1.Name           = "sqlDataSource1";
     storedProcQuery1.Name           = "sp_getFullMixRaws";
     storedProcQuery1.StoredProcName = "sp_getFullMixRaws";
     this.sqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         storedProcQuery1
     });
     this.sqlDataSource1.ResultSchemaSerializable = resources.GetString("sqlDataSource1.ResultSchemaSerializable");
     //
     // Title
     //
     this.Title.BackColor   = System.Drawing.Color.Transparent;
     this.Title.BorderColor = System.Drawing.Color.Black;
     this.Title.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.Title.BorderWidth = 1F;
     this.Title.Font        = new System.Drawing.Font("Arial", 14.25F);
     this.Title.ForeColor   = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.Title.Name        = "Title";
     //
     // DetailCaption1
     //
     this.DetailCaption1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.DetailCaption1.BorderColor   = System.Drawing.Color.White;
     this.DetailCaption1.Borders       = DevExpress.XtraPrinting.BorderSide.Left;
     this.DetailCaption1.BorderWidth   = 2F;
     this.DetailCaption1.Font          = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
     this.DetailCaption1.ForeColor     = System.Drawing.Color.White;
     this.DetailCaption1.Name          = "DetailCaption1";
     this.DetailCaption1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailCaption1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData1
     //
     this.DetailData1.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailData1.Borders       = DevExpress.XtraPrinting.BorderSide.Left;
     this.DetailData1.BorderWidth   = 2F;
     this.DetailData1.Font          = new System.Drawing.Font("Arial", 8.25F);
     this.DetailData1.ForeColor     = System.Drawing.Color.Black;
     this.DetailData1.Name          = "DetailData1";
     this.DetailData1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailData1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // DetailData3_Odd
     //
     this.DetailData3_Odd.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
     this.DetailData3_Odd.BorderColor   = System.Drawing.Color.Transparent;
     this.DetailData3_Odd.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.DetailData3_Odd.BorderWidth   = 1F;
     this.DetailData3_Odd.Font          = new System.Drawing.Font("Arial", 8.25F);
     this.DetailData3_Odd.ForeColor     = System.Drawing.Color.Black;
     this.DetailData3_Odd.Name          = "DetailData3_Odd";
     this.DetailData3_Odd.Padding       = new DevExpress.XtraPrinting.PaddingInfo(6, 6, 0, 0, 100F);
     this.DetailData3_Odd.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // PageInfo
     //
     this.PageInfo.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Bold);
     this.PageInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(75)))), ((int)(((byte)(75)))));
     this.PageInfo.Name      = "PageInfo";
     this.PageInfo.Padding   = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 20F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF = 20F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrBarCode1,
         this.lblDateTime,
         this.lblMixID,
         this.xrLabel8,
         this.lblOperator,
         this.lblStep,
         this.lblKg,
         this.lblMachine,
         this.xrLabel7,
         this.xrLabel6,
         this.xrLabel4,
         this.xrLabel5,
         this.lblMaterialName,
         this.lblColorCode,
         this.lblItemName,
         this.lblColorName,
         this.xrLabel3,
         this.xrLabel2,
         this.xrLabel1
     });
     this.Detail.HeightF = 430F;
     this.Detail.Name    = "Detail";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font                           = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrPageInfo1.LocationFloat                  = new DevExpress.Utils.PointFloat(200.4583F, 407F);
     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(169.5417F, 23.00003F);
     this.xrPageInfo1.StylePriority.UseFont          = false;
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrPageInfo1.TextFormatString               = "Printed: {0:h:mm tt MM/dd/yyyy}";
     //
     // xrBarCode1
     //
     this.xrBarCode1.Alignment  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrBarCode1.AutoModule = true;
     this.xrBarCode1.Borders    = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrBarCode1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MixBacode]")
     });
     this.xrBarCode1.LocationFloat                  = new DevExpress.Utils.PointFloat(200.4583F, 283.6493F);
     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(169.5417F, 123.3507F);
     this.xrBarCode1.StylePriority.UseBorders       = false;
     this.xrBarCode1.StylePriority.UseTextAlignment = false;
     qrCodeGenerator1.CompactionMode                = DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode.Byte;
     this.xrBarCode1.Symbology                      = qrCodeGenerator1;
     this.xrBarCode1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
     //
     // lblDateTime
     //
     this.lblDateTime.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblDateTime.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CreateTime]")
     });
     this.lblDateTime.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDateTime.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 364.63F);
     this.lblDateTime.Multiline                      = true;
     this.lblDateTime.Name                           = "lblDateTime";
     this.lblDateTime.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblDateTime.SizeF                          = new System.Drawing.SizeF(200.4583F, 42.37F);
     this.lblDateTime.StylePriority.UseBorders       = false;
     this.lblDateTime.StylePriority.UseFont          = false;
     this.lblDateTime.StylePriority.UseTextAlignment = false;
     this.lblDateTime.Text                           = "lblDateTime";
     this.lblDateTime.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblMixID
     //
     this.lblMixID.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblMixID.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MixBacode]")
     });
     this.lblMixID.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMixID.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 306.6493F);
     this.lblMixID.Multiline                      = true;
     this.lblMixID.Name                           = "lblMixID";
     this.lblMixID.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblMixID.SizeF                          = new System.Drawing.SizeF(200.4583F, 57.98065F);
     this.lblMixID.StylePriority.UseBorders       = false;
     this.lblMixID.StylePriority.UseFont          = false;
     this.lblMixID.StylePriority.UseTextAlignment = false;
     this.lblMixID.Text                           = "lblMixID";
     this.lblMixID.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel8.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel8.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 283.6492F);
     this.xrLabel8.Multiline                      = true;
     this.xrLabel8.Name                           = "xrLabel8";
     this.xrLabel8.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                          = new System.Drawing.SizeF(200.4583F, 23F);
     this.xrLabel8.StylePriority.UseBorders       = false;
     this.xrLabel8.StylePriority.UseFont          = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text                           = "MIX LOT NO";
     this.xrLabel8.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblOperator
     //
     this.lblOperator.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblOperator.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[OperatorName]")
     });
     this.lblOperator.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblOperator.LocationFloat                  = new DevExpress.Utils.PointFloat(264.5F, 232.0243F);
     this.lblOperator.Multiline                      = true;
     this.lblOperator.Name                           = "lblOperator";
     this.lblOperator.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblOperator.SizeF                          = new System.Drawing.SizeF(105.5001F, 51.62508F);
     this.lblOperator.StylePriority.UseBorders       = false;
     this.lblOperator.StylePriority.UseFont          = false;
     this.lblOperator.StylePriority.UseTextAlignment = false;
     this.lblOperator.Text                           = "lblOperator";
     this.lblOperator.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblStep
     //
     this.lblStep.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblStep.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[StepCode]")
     });
     this.lblStep.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStep.LocationFloat                  = new DevExpress.Utils.PointFloat(200.4583F, 232.0243F);
     this.lblStep.Multiline                      = true;
     this.lblStep.Name                           = "lblStep";
     this.lblStep.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblStep.SizeF                          = new System.Drawing.SizeF(64.0417F, 51.62508F);
     this.lblStep.StylePriority.UseBorders       = false;
     this.lblStep.StylePriority.UseFont          = false;
     this.lblStep.StylePriority.UseTextAlignment = false;
     this.lblStep.Text                           = "lblStep";
     this.lblStep.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblKg
     //
     this.lblKg.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblKg.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[TotalMaterial]")
     });
     this.lblKg.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblKg.LocationFloat                  = new DevExpress.Utils.PointFloat(111.4167F, 232.0243F);
     this.lblKg.Multiline                      = true;
     this.lblKg.Name                           = "lblKg";
     this.lblKg.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblKg.SizeF                          = new System.Drawing.SizeF(89.04164F, 51.62508F);
     this.lblKg.StylePriority.UseBorders       = false;
     this.lblKg.StylePriority.UseFont          = false;
     this.lblKg.StylePriority.UseTextAlignment = false;
     this.lblKg.Text                           = "lblKg";
     this.lblKg.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblMachine
     //
     this.lblMachine.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblMachine.CanGrow = false;
     this.lblMachine.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MachineName]")
     });
     this.lblMachine.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMachine.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 232.0242F);
     this.lblMachine.Multiline                      = true;
     this.lblMachine.Name                           = "lblMachine";
     this.lblMachine.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblMachine.SizeF                          = new System.Drawing.SizeF(111.4167F, 51.62503F);
     this.lblMachine.StylePriority.UseBorders       = false;
     this.lblMachine.StylePriority.UseFont          = false;
     this.lblMachine.StylePriority.UseTextAlignment = false;
     this.lblMachine.Text                           = "lblMachine";
     this.lblMachine.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel7
     //
     this.xrLabel7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel7.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(264.5F, 209.0242F);
     this.xrLabel7.Multiline                      = true;
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(105.5001F, 23F);
     this.xrLabel7.StylePriority.UseBorders       = false;
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text                           = "OPERATOR";
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel6
     //
     this.xrLabel6.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel6.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(200.4583F, 209.0242F);
     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(64.0417F, 23F);
     this.xrLabel6.StylePriority.UseBorders       = false;
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "Step";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel4.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 209.0242F);
     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(111.4167F, 23F);
     this.xrLabel4.StylePriority.UseBorders       = false;
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text                           = "MACHINE";
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel5
     //
     this.xrLabel5.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel5.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(111.4167F, 209.0242F);
     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(89.04164F, 23F);
     this.xrLabel5.StylePriority.UseBorders       = false;
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "B.Size (Kg)";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblMaterialName
     //
     this.lblMaterialName.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                           | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblMaterialName.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MaterialName]")
     });
     this.lblMaterialName.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMaterialName.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 161.4042F);
     this.lblMaterialName.Multiline                      = true;
     this.lblMaterialName.Name                           = "lblMaterialName";
     this.lblMaterialName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblMaterialName.SizeF                          = new System.Drawing.SizeF(370F, 47.61998F);
     this.lblMaterialName.StylePriority.UseBorders       = false;
     this.lblMaterialName.StylePriority.UseFont          = false;
     this.lblMaterialName.StylePriority.UseTextAlignment = false;
     this.lblMaterialName.Text                           = "lblMaterialName";
     this.lblMaterialName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblColorCode
     //
     this.lblColorCode.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblColorCode.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ColorCode]")
     });
     this.lblColorCode.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblColorCode.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 73.15923F);
     this.lblColorCode.Multiline                      = true;
     this.lblColorCode.Name                           = "lblColorCode";
     this.lblColorCode.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblColorCode.SizeF                          = new System.Drawing.SizeF(127.0417F, 38.625F);
     this.lblColorCode.StylePriority.UseBorders       = false;
     this.lblColorCode.StylePriority.UseFont          = false;
     this.lblColorCode.StylePriority.UseTextAlignment = false;
     this.lblColorCode.Text                           = "lblColorCode";
     this.lblColorCode.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblItemName
     //
     this.lblItemName.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblItemName.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Remove(Iif(Contains([ProductName], \'Mixing\'), Remove([ProductName], 0, 6), [Produ" +
                                                         "ctName])\n, CharIndex(\' Color\', Iif(Contains([ProductName], \'Mixing\'), Remove([Pr" +
                                                         "oductName], 0, 6), [ProductName])\n))")
     });
     this.lblItemName.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblItemName.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 111.7843F);
     this.lblItemName.Multiline                      = true;
     this.lblItemName.Name                           = "lblItemName";
     this.lblItemName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblItemName.SizeF                          = new System.Drawing.SizeF(370F, 49.61992F);
     this.lblItemName.StylePriority.UseBorders       = false;
     this.lblItemName.StylePriority.UseFont          = false;
     this.lblItemName.StylePriority.UseTextAlignment = false;
     this.lblItemName.Text                           = "lblItemName";
     this.lblItemName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblColorName
     //
     this.lblColorName.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblColorName.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ColorName]")
     });
     this.lblColorName.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblColorName.LocationFloat                  = new DevExpress.Utils.PointFloat(127.0417F, 73.15923F);
     this.lblColorName.Multiline                      = true;
     this.lblColorName.Name                           = "lblColorName";
     this.lblColorName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblColorName.SizeF                          = new System.Drawing.SizeF(242.9583F, 38.625F);
     this.lblColorName.StylePriority.UseBorders       = false;
     this.lblColorName.StylePriority.UseFont          = false;
     this.lblColorName.StylePriority.UseTextAlignment = false;
     this.lblColorName.Text                           = "lblColorName";
     this.lblColorName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel3.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(127.0417F, 50.15923F);
     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(242.9583F, 23F);
     this.xrLabel3.StylePriority.UseBorders       = false;
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "COLOR NAME";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel2
     //
     this.xrLabel2.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel2.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 50.15924F);
     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(127.0417F, 22.99999F);
     this.xrLabel2.StylePriority.UseBorders       = false;
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "COLOR CODE";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel1
     //
     this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel1.Font                           = new System.Drawing.Font("Arial", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 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(370F, 50.15923F);
     this.xrLabel1.StylePriority.UseBorders       = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "MIXED (Trộn)";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // rptMixing
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.sqlDataSource1
     });
     this.DataMember = "sp_getFullMixRaws";
     this.DataSource = this.sqlDataSource1;
     this.Font       = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margins    = new System.Drawing.Printing.Margins(10, 10, 20, 20);
     this.PageWidth  = 390;
     this.PaperKind  = System.Drawing.Printing.PaperKind.Custom;
     this.RollPaper  = true;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.Title,
         this.DetailCaption1,
         this.DetailData1,
         this.DetailData3_Odd,
         this.PageInfo
     });
     this.Version = "19.2";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.Detail        = new DevExpress.XtraReports.UI.DetailBand();
     this.crPrice       = new DevExpress.XtraReports.UI.XRLabel();
     this.crBarcodeText = new DevExpress.XtraReports.UI.XRLabel();
     this.xrMaCode      = new DevExpress.XtraReports.UI.XRBarCode();
     this.TopMargin     = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin  = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.ReportHeader  = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.ReportFooter  = new DevExpress.XtraReports.UI.ReportFooterBand();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.crPrice,
         this.crBarcodeText,
         this.xrMaCode
     });
     this.Detail.Dpi     = 254F;
     this.Detail.HeightF = 150F;
     this.Detail.KeepTogetherWithDetailReports = true;
     this.Detail.MultiColumn.ColumnCount       = 3;
     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.SnapLinePadding  = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 10, 10, 254F);
     this.Detail.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // crPrice
     //
     this.crPrice.Angle                          = 90F;
     this.crPrice.Dpi                            = 254F;
     this.crPrice.Font                           = new System.Drawing.Font("Times New Roman", 6F, System.Drawing.FontStyle.Bold);
     this.crPrice.ForeColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
     this.crPrice.LocationFloat                  = new DevExpress.Utils.PointFloat(129.05F, 18F);
     this.crPrice.Name                           = "crPrice";
     this.crPrice.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.crPrice.SizeF                          = new System.Drawing.SizeF(34.8875F, 86F);
     this.crPrice.StylePriority.UseFont          = false;
     this.crPrice.StylePriority.UseForeColor     = false;
     this.crPrice.StylePriority.UsePadding       = false;
     this.crPrice.StylePriority.UseTextAlignment = false;
     this.crPrice.Text                           = "250.000";
     this.crPrice.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // crBarcodeText
     //
     this.crBarcodeText.Angle                          = 90F;
     this.crBarcodeText.Dpi                            = 254F;
     this.crBarcodeText.Font                           = new System.Drawing.Font("Times New Roman", 6F, System.Drawing.FontStyle.Bold);
     this.crBarcodeText.LocationFloat                  = new DevExpress.Utils.PointFloat(180.8708F, 19.51671F);
     this.crBarcodeText.Name                           = "crBarcodeText";
     this.crBarcodeText.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.crBarcodeText.SizeF                          = new System.Drawing.SizeF(40.70828F, 84.4833F);
     this.crBarcodeText.StylePriority.UseFont          = false;
     this.crBarcodeText.StylePriority.UsePadding       = false;
     this.crBarcodeText.StylePriority.UseTextAlignment = false;
     this.crBarcodeText.Text                           = "AAAAA";
     this.crBarcodeText.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrMaCode
     //
     this.xrMaCode.AutoModule                     = true;
     this.xrMaCode.Dpi                            = 254F;
     this.xrMaCode.Font                           = new System.Drawing.Font("Times New Roman", 9F);
     this.xrMaCode.LocationFloat                  = new DevExpress.Utils.PointFloat(24.99999F, 18F);
     this.xrMaCode.Module                         = 5.08F;
     this.xrMaCode.Name                           = "xrMaCode";
     this.xrMaCode.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(3, 3, 0, 1, 254F);
     this.xrMaCode.ShowText                       = false;
     this.xrMaCode.SizeF                          = new System.Drawing.SizeF(89.41666F, 86F);
     this.xrMaCode.StylePriority.UseFont          = false;
     this.xrMaCode.StylePriority.UsePadding       = false;
     this.xrMaCode.StylePriority.UseTextAlignment = false;
     qrCodeGenerator1.Version                     = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
     this.xrMaCode.Symbology                      = qrCodeGenerator1;
     this.xrMaCode.Text                           = "AAAAA";
     this.xrMaCode.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 254F;
     this.TopMargin.HeightF       = 33F;
     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       = 25F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Dpi             = 254F;
     this.ReportHeader.HeightF         = 0F;
     this.ReportHeader.Name            = "ReportHeader";
     this.ReportHeader.SnapLinePadding = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 10, 10, 254F);
     this.ReportHeader.Visible         = false;
     //
     // ReportFooter
     //
     this.ReportFooter.Dpi             = 254F;
     this.ReportFooter.HeightF         = 0F;
     this.ReportFooter.Name            = "ReportFooter";
     this.ReportFooter.SnapLinePadding = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 10, 10, 254F);
     this.ReportFooter.Visible         = false;
     //
     // rptHH_QRCode_35_22
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.ReportFooter
     });
     this.Dpi          = 254F;
     this.Margins      = new System.Drawing.Printing.Margins(36, 38, 33, 25);
     this.PageHeight   = 150;
     this.PageWidth    = 1001;
     this.PaperKind    = System.Drawing.Printing.PaperKind.Custom;
     this.ReportUnit   = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 31.75F;
     this.Version      = "12.2";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #9
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
            this.Detail = new DevExpress.XtraReports.UI.DetailBand();
            this.xrBarCode1 = new DevExpress.XtraReports.UI.XRBarCode();
            this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
            this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            // 
            // Detail
            // 
            this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
            this.xrBarCode1});
            this.Detail.HeightF = 300F;
            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.AutoModule = true;
            this.xrBarCode1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
            this.xrBarCode1.Name = "xrBarCode1";
            this.xrBarCode1.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
            this.xrBarCode1.ShowText = false;
            this.xrBarCode1.SizeF = new System.Drawing.SizeF(300F, 300F);
            this.xrBarCode1.StylePriority.UsePadding = false;
            qrCodeGenerator1.CompactionMode = DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode.Byte;
            qrCodeGenerator1.Version = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
            this.xrBarCode1.Symbology = qrCodeGenerator1;
            // 
            // 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;
            this.TopMargin.Visible = false;
            // 
            // 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;
            this.BottomMargin.Visible = false;
            // 
            // QRcode_Report
            // 
            this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
            this.Detail,
            this.TopMargin,
            this.BottomMargin});
            this.Margins = new System.Drawing.Printing.Margins(0, 0, 0, 0);
            this.PageHeight = 2339;
            this.PageWidth = 1654;
            this.PaperKind = System.Drawing.Printing.PaperKind.A2;
            this.Version = "14.1";
            ((System.ComponentModel.ISupportInitialize)(this)).EndInit();

        }
예제 #10
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();
 }
예제 #11
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager  resources        = new System.ComponentModel.ComponentResourceManager(typeof(ProductProfile));
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.topMarginBand1    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrPictureBox2     = new DevExpress.XtraReports.UI.XRPictureBox();
     this.detailBand1       = new DevExpress.XtraReports.UI.DetailBand();
     this.xrPictureBox1     = new DevExpress.XtraReports.UI.XRPictureBox();
     this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrPageInfo2       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.bindingSource1    = new System.Windows.Forms.BindingSource(this.components);
     this.ReportHeader      = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable3          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow8       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell15     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow7       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell7      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow3       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell8      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow4       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell10     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow5       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell12     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable1          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2      = new DevExpress.XtraReports.UI.XRTableCell();
     this.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.paramImages       = new DevExpress.XtraReports.Parameters.Parameter();
     this.DetailReport      = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrBarCode1        = new DevExpress.XtraReports.UI.XRBarCode();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // topMarginBand1
     //
     this.topMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPictureBox2
     });
     this.topMarginBand1.HeightF = 136.7939F;
     this.topMarginBand1.Name    = "topMarginBand1";
     //
     // xrPictureBox2
     //
     this.xrPictureBox2.Image         = ((System.Drawing.Image)(resources.GetObject("xrPictureBox2.Image")));
     this.xrPictureBox2.LocationFloat = new DevExpress.Utils.PointFloat(470.8333F, 52.08333F);
     this.xrPictureBox2.Name          = "xrPictureBox2";
     this.xrPictureBox2.SizeF         = new System.Drawing.SizeF(170.8333F, 56.41184F);
     this.xrPictureBox2.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     //
     // detailBand1
     //
     this.detailBand1.Font    = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.detailBand1.HeightF = 0F;
     this.detailBand1.MultiColumn.ColumnCount = 4;
     this.detailBand1.Name = "detailBand1";
     this.detailBand1.StylePriority.UseFont      = false;
     this.detailBand1.StylePriority.UseForeColor = false;
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Image", null, "Images.Picture.Data")
     });
     this.xrPictureBox1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPictureBox1.Name          = "xrPictureBox1";
     this.xrPictureBox1.SizeF         = new System.Drawing.SizeF(156.25F, 145.9167F);
     this.xrPictureBox1.Sizing        = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     //
     // bottomMarginBand1
     //
     this.bottomMarginBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo2,
         this.xrPageInfo1
     });
     this.bottomMarginBand1.Font    = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.bottomMarginBand1.HeightF = 102F;
     this.bottomMarginBand1.Name    = "bottomMarginBand1";
     this.bottomMarginBand1.StylePriority.UseFont = false;
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(166)))), ((int)(((byte)(166)))), ((int)(((byte)(166)))));
     this.xrPageInfo2.Format        = "{0:MMMM d, yyyy}";
     this.xrPageInfo2.LocationFloat = new DevExpress.Utils.PointFloat(485.4167F, 0F);
     this.xrPageInfo2.Name          = "xrPageInfo2";
     this.xrPageInfo2.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo2.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo2.SizeF         = new System.Drawing.SizeF(156.25F, 23F);
     this.xrPageInfo2.StylePriority.UseForeColor     = false;
     this.xrPageInfo2.StylePriority.UseTextAlignment = false;
     this.xrPageInfo2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopRight;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.ForeColor     = System.Drawing.Color.FromArgb(((int)(((byte)(166)))), ((int)(((byte)(166)))), ((int)(((byte)(166)))));
     this.xrPageInfo1.Format        = "Page {0} of {1}";
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(156.25F, 23F);
     this.xrPageInfo1.StylePriority.UseForeColor = false;
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(DevExpress.DevAV.Product);
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrTable3,
         this.xrTable1,
         this.xrTable2,
         this.xrBarCode1
     });
     this.ReportHeader.HeightF = 408.5997F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Description")
     });
     this.xrLabel1.Font                  = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(0F, 312.4583F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(641.6667F, 96.14142F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "xrLabel1";
     //
     // xrTable3
     //
     this.xrTable3.LocationFloat = new DevExpress.Utils.PointFloat(172.5001F, 43F);
     this.xrTable3.Name          = "xrTable3";
     this.xrTable3.Padding       = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
     this.xrTable3.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow8,
         this.xrTableRow7,
         this.xrTableRow3,
         this.xrTableRow4,
         this.xrTableRow5
     });
     this.xrTable3.SizeF = new System.Drawing.SizeF(462.5F, 174.6491F);
     this.xrTable3.StylePriority.UsePadding = false;
     //
     // xrTableRow8
     //
     this.xrTableRow8.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell15
     });
     this.xrTableRow8.Name   = "xrTableRow8";
     this.xrTableRow8.Weight = 1.6412696279040691D;
     //
     // xrTableCell15
     //
     this.xrTableCell15.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Name")
     });
     this.xrTableCell15.Font                       = new System.Drawing.Font("Segoe UI", 26.25F);
     this.xrTableCell15.ForeColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(178)))), ((int)(((byte)(144)))));
     this.xrTableCell15.Name                       = "xrTableCell15";
     this.xrTableCell15.StylePriority.UseFont      = false;
     this.xrTableCell15.StylePriority.UseForeColor = false;
     this.xrTableCell15.Weight                     = 3D;
     //
     // xrTableRow7
     //
     this.xrTableRow7.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell7,
         this.xrTableCell14
     });
     this.xrTableRow7.Font                           = new System.Drawing.Font("Segoe UI", 10F);
     this.xrTableRow7.ForeColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.xrTableRow7.Name                           = "xrTableRow7";
     this.xrTableRow7.StylePriority.UseFont          = false;
     this.xrTableRow7.StylePriority.UseForeColor     = false;
     this.xrTableRow7.StylePriority.UsePadding       = false;
     this.xrTableRow7.StylePriority.UseTextAlignment = false;
     this.xrTableRow7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     this.xrTableRow7.Weight                         = 0.97720188876250247D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Name   = "xrTableCell7";
     this.xrTableCell7.Text   = "LEAD ENGINEER";
     this.xrTableCell7.Weight = 1.4122964395059121D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Name = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseFont      = false;
     this.xrTableCell14.StylePriority.UseForeColor = false;
     this.xrTableCell14.Text   = "LEAD SUPPORT TECH";
     this.xrTableCell14.Weight = 1.5877035604940879D;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell8,
         this.xrTableCell9
     });
     this.xrTableRow3.Name   = "xrTableRow3";
     this.xrTableRow3.Weight = 0.897639921474321D;
     //
     // xrTableCell8
     //
     this.xrTableCell8.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Engineer.FullName")
     });
     this.xrTableCell8.Multiline = true;
     this.xrTableCell8.Name      = "xrTableCell8";
     this.xrTableCell8.Weight    = 1.4122964395059121D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Support.FullName")
     });
     this.xrTableCell9.Multiline = true;
     this.xrTableCell9.Name      = "xrTableCell9";
     this.xrTableCell9.Weight    = 1.5877035604940879D;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell10,
         this.xrTableCell11
     });
     this.xrTableRow4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.xrTableRow4.Name      = "xrTableRow4";
     this.xrTableRow4.StylePriority.UseForeColor     = false;
     this.xrTableRow4.StylePriority.UsePadding       = false;
     this.xrTableRow4.StylePriority.UseTextAlignment = false;
     this.xrTableRow4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     this.xrTableRow4.Weight        = 0.59861193158800252D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Name   = "xrTableCell10";
     this.xrTableCell10.Text   = "CURRENT INVENTORY";
     this.xrTableCell10.Weight = 1.4122964395059121D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Name   = "xrTableCell11";
     this.xrTableCell11.Text   = "IN MANUFCATURING";
     this.xrTableCell11.Weight = 1.5877035604940879D;
     //
     // xrTableRow5
     //
     this.xrTableRow5.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell12,
         this.xrTableCell13
     });
     this.xrTableRow5.Name   = "xrTableRow5";
     this.xrTableRow5.Weight = 0.8370213138692D;
     //
     // xrTableCell12
     //
     this.xrTableCell12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CurrentInventory")
     });
     this.xrTableCell12.Name   = "xrTableCell12";
     this.xrTableCell12.Weight = 1.4122964395059121D;
     //
     // xrTableCell13
     //
     this.xrTableCell13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Manufacturing")
     });
     this.xrTableCell13.Name   = "xrTableCell13";
     this.xrTableCell13.Weight = 1.5877035604940879D;
     //
     // xrTable1
     //
     this.xrTable1.Font          = new System.Drawing.Font("Segoe UI", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 249.2435F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(641.6666F, 31.70107F);
     this.xrTable1.StylePriority.UseFont = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell2
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1.3333334941638817D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(128)))), ((int)(((byte)(71)))));
     this.xrTableCell1.ForeColor = System.Drawing.Color.White;
     this.xrTableCell1.Name      = "xrTableCell1";
     this.xrTableCell1.Padding   = new DevExpress.XtraPrinting.PaddingInfo(15, 0, 0, 0, 100F);
     this.xrTableCell1.StylePriority.UseBackColor     = false;
     this.xrTableCell1.StylePriority.UseFont          = false;
     this.xrTableCell1.StylePriority.UseForeColor     = false;
     this.xrTableCell1.StylePriority.UsePadding       = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text          = "Specifications";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell1.Weight        = 0.63123575090946848D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
     this.xrTableCell2.Name      = "xrTableCell2";
     this.xrTableCell2.Padding   = new DevExpress.XtraPrinting.PaddingInfo(0, 10, 0, 0, 100F);
     this.xrTableCell2.StylePriority.UseBackColor     = false;
     this.xrTableCell2.StylePriority.UsePadding       = false;
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell2.Weight        = 1.727367429135799D;
     //
     // xrTable2
     //
     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(642F, 29.76803F);
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell4,
         this.xrTableCell5
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1.0584190458553351D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(128)))), ((int)(((byte)(71)))));
     this.xrTableCell4.Font      = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell4.ForeColor = System.Drawing.Color.White;
     this.xrTableCell4.Name      = "xrTableCell4";
     this.xrTableCell4.Padding   = new DevExpress.XtraPrinting.PaddingInfo(15, 0, 0, 0, 100F);
     this.xrTableCell4.StylePriority.UseBackColor     = false;
     this.xrTableCell4.StylePriority.UseFont          = false;
     this.xrTableCell4.StylePriority.UseForeColor     = false;
     this.xrTableCell4.StylePriority.UsePadding       = false;
     this.xrTableCell4.StylePriority.UseTextAlignment = false;
     this.xrTableCell4.Text          = "Product Profile";
     this.xrTableCell4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell4.Weight        = 0.8195229174103581D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(217)))), ((int)(((byte)(217)))));
     this.xrTableCell5.Name      = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseBackColor = false;
     this.xrTableCell5.Weight = 2.1526998647195241D;
     //
     // paramImages
     //
     this.paramImages.Description = "Images";
     this.paramImages.Name        = "paramImages";
     this.paramImages.Type        = typeof(bool);
     this.paramImages.ValueInfo   = "True";
     this.paramImages.Visible     = false;
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail
     });
     this.DetailReport.DataMember = "Images";
     this.DetailReport.DataSource = this.bindingSource1;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPictureBox1
     });
     this.Detail.HeightF = 145.9167F;
     this.Detail.MultiColumn.ColumnCount = 4;
     this.Detail.MultiColumn.Layout      = DevExpress.XtraPrinting.ColumnLayout.AcrossThenDown;
     this.Detail.MultiColumn.Mode        = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
     this.Detail.Name = "Detail";
     //
     // xrBarCode1
     //
     this.xrBarCode1.Alignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrBarCode1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Name")
     });
     this.xrBarCode1.LocationFloat = new DevExpress.Utils.PointFloat(7.916673F, 42.72013F);
     this.xrBarCode1.Module        = 5F;
     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(155.48F, 136.7939F);
     this.xrBarCode1.StylePriority.UseTextAlignment = false;
     qrCodeGenerator1.CompactionMode = DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode.Byte;
     qrCodeGenerator1.Version        = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
     this.xrBarCode1.Symbology       = qrCodeGenerator1;
     this.xrBarCode1.Text            = "WWW";
     this.xrBarCode1.TextAlignment   = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // ProductProfile
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.topMarginBand1,
         this.detailBand1,
         this.bottomMarginBand1,
         this.ReportHeader,
         this.DetailReport
     });
     this.DataSource = this.bindingSource1;
     this.Font       = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margins    = new System.Drawing.Printing.Margins(104, 104, 137, 102);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.paramImages
     });
     this.Version = "14.1";
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager  resources        = new System.ComponentModel.ComponentResourceManager(typeof(Print_Product_Ticket));
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrPanel1          = new DevExpress.XtraReports.UI.XRPanel();
     this.xrTable1          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell3      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable2          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell2      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrPictureBox1     = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrBarCode1        = new DevExpress.XtraReports.UI.XRBarCode();
     this.xrTable4          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow4       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7      = new DevExpress.XtraReports.UI.XRTableCell();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrControlStyle1   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.xrControlStyle2   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPanel1
     });
     this.Detail.HeightF = 159.5833F;
     this.Detail.MultiColumn.ColumnCount = 2;
     this.Detail.MultiColumn.Layout      = DevExpress.XtraPrinting.ColumnLayout.AcrossThenDown;
     this.Detail.MultiColumn.Mode        = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPanel1
     //
     this.xrPanel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrPanel1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrPanel1.BorderWidth = 2F;
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1,
         this.xrLabel1,
         this.xrTable2,
         this.xrPictureBox1,
         this.xrBarCode1,
         this.xrTable4
     });
     this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPanel1.Name          = "xrPanel1";
     this.xrPanel1.SizeF         = new System.Drawing.SizeF(395F, 150F);
     this.xrPanel1.StylePriority.UseBorderColor = false;
     this.xrPanel1.StylePriority.UseBorders     = false;
     this.xrPanel1.StylePriority.UseBorderWidth = false;
     //
     // xrTable1
     //
     this.xrTable1.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTable1.BorderWidth   = 1F;
     this.xrTable1.Font          = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 103.125F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.RightToLeft   = DevExpress.XtraReports.UI.RightToLeft.Yes;
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(395F, 23.33333F);
     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.MiddleCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell3,
         this.xrTableCell14
     });
     this.xrTableRow1.Name                     = "xrTableRow1";
     this.xrTableRow1.OddStyleName             = "xrControlStyle1";
     this.xrTableRow1.StylePriority.UseBorders = false;
     this.xrTableRow1.Weight                   = 1.5D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Borders   = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell3.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F, System.Drawing.FontStyle.Bold);
     this.xrTableCell3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell3.Multiline = true;
     this.xrTableCell3.Name      = "xrTableCell3";
     this.xrTableCell3.StyleName = "xrControlStyle2";
     this.xrTableCell3.StylePriority.UseBorders   = false;
     this.xrTableCell3.StylePriority.UseFont      = false;
     this.xrTableCell3.StylePriority.UseForeColor = false;
     this.xrTableCell3.Text   = "Model";
     this.xrTableCell3.Weight = 0.56712577370565864D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableCell14.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Product_Name]")
     });
     this.xrTableCell14.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F);
     this.xrTableCell14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell14.Multiline = true;
     this.xrTableCell14.Name      = "xrTableCell14";
     this.xrTableCell14.Padding   = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrTableCell14.StyleName = "xrControlStyle2";
     this.xrTableCell14.StylePriority.UseBorders       = false;
     this.xrTableCell14.StylePriority.UseFont          = false;
     this.xrTableCell14.StylePriority.UseForeColor     = false;
     this.xrTableCell14.StylePriority.UsePadding       = false;
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text          = "xrTableCell14";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell14.Weight        = 2.41146106755045D;
     //
     // xrLabel1
     //
     this.xrLabel1.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel1.BorderWidth                    = 0F;
     this.xrLabel1.Font                           = new System.Drawing.Font("Neo Sans Arabic", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.ForeColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(145F, 44.58334F);
     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(97.2916F, 23F);
     this.xrLabel1.StylePriority.UseBorders       = false;
     this.xrLabel1.StylePriority.UseBorderWidth   = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseForeColor     = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "السعر قبل الخصم";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // 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.BorderWidth   = 1F;
     this.xrTable2.Font          = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 79.79167F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(395F, 23.33333F);
     this.xrTable2.StylePriority.UseBorders     = false;
     this.xrTable2.StylePriority.UseBorderWidth = false;
     this.xrTable2.StylePriority.UseFont        = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                        | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableRow2.BorderWidth = 1F;
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell2,
         this.xrTableCell11
     });
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.StylePriority.UseBorders       = false;
     this.xrTableRow2.StylePriority.UseBorderWidth   = false;
     this.xrTableRow2.StylePriority.UseTextAlignment = false;
     this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableRow2.Weight        = 3.1833336156209739D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell2.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell2.Multiline = true;
     this.xrTableCell2.Name      = "xrTableCell2";
     this.xrTableCell2.StyleName = "xrControlStyle2";
     this.xrTableCell2.StylePriority.UseBorders   = false;
     this.xrTableCell2.StylePriority.UseFont      = false;
     this.xrTableCell2.StylePriority.UseForeColor = false;
     this.xrTableCell2.Text   = "Code";
     this.xrTableCell2.Weight = 0.75349772101748391D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell11.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Code]")
     });
     this.xrTableCell11.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F);
     this.xrTableCell11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell11.Name      = "xrTableCell11";
     this.xrTableCell11.StyleName = "xrControlStyle2";
     this.xrTableCell11.StylePriority.UseBorders   = false;
     this.xrTableCell11.StylePriority.UseFont      = false;
     this.xrTableCell11.StylePriority.UseForeColor = false;
     this.xrTableCell11.Weight = 3.2039282419963588D;
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Borders                      = DevExpress.XtraPrinting.BorderSide.None;
     this.xrPictureBox1.BorderWidth                  = 0F;
     this.xrPictureBox1.Image                        = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
     this.xrPictureBox1.ImageAlignment               = DevExpress.XtraPrinting.ImageAlignment.MiddleCenter;
     this.xrPictureBox1.LocationFloat                = new DevExpress.Utils.PointFloat(10.00001F, 3.000005F);
     this.xrPictureBox1.Name                         = "xrPictureBox1";
     this.xrPictureBox1.SizeF                        = new System.Drawing.SizeF(55F, 75F);
     this.xrPictureBox1.Sizing                       = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     this.xrPictureBox1.StylePriority.UseBorders     = false;
     this.xrPictureBox1.StylePriority.UseBorderWidth = false;
     //
     // xrBarCode1
     //
     this.xrBarCode1.Alignment   = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrBarCode1.AutoModule  = true;
     this.xrBarCode1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.xrBarCode1.BorderWidth = 0F;
     this.xrBarCode1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Data_ID]")
     });
     this.xrBarCode1.Font                           = new System.Drawing.Font("Neo Sans Arabic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrBarCode1.ForeColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrBarCode1.LocationFloat                  = new DevExpress.Utils.PointFloat(299.5833F, 3.000005F);
     this.xrBarCode1.Name                           = "xrBarCode1";
     this.xrBarCode1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrBarCode1.ShowText                       = false;
     this.xrBarCode1.SizeF                          = new System.Drawing.SizeF(85F, 75F);
     this.xrBarCode1.StylePriority.UseBorders       = false;
     this.xrBarCode1.StylePriority.UseBorderWidth   = false;
     this.xrBarCode1.StylePriority.UseFont          = false;
     this.xrBarCode1.StylePriority.UseForeColor     = false;
     this.xrBarCode1.StylePriority.UsePadding       = false;
     this.xrBarCode1.StylePriority.UseTextAlignment = false;
     this.xrBarCode1.Symbology                      = qrCodeGenerator1;
     this.xrBarCode1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTable4
     //
     this.xrTable4.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTable4.BorderWidth   = 1F;
     this.xrTable4.Font          = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(3.051758E-05F, 126.4583F);
     this.xrTable4.Name          = "xrTable4";
     this.xrTable4.RightToLeft   = DevExpress.XtraReports.UI.RightToLeft.Yes;
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow4
     });
     this.xrTable4.SizeF = new System.Drawing.SizeF(394.9999F, 23.33333F);
     this.xrTable4.StylePriority.UseBorders       = false;
     this.xrTable4.StylePriority.UseBorderWidth   = false;
     this.xrTable4.StylePriority.UseFont          = false;
     this.xrTable4.StylePriority.UseTextAlignment = false;
     this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell9,
         this.xrTableCell10,
         this.xrTableCell7
     });
     this.xrTableRow4.Name                     = "xrTableRow4";
     this.xrTableRow4.OddStyleName             = "xrControlStyle1";
     this.xrTableRow4.StylePriority.UseBorders = false;
     this.xrTableRow4.Weight                   = 1.5D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Borders   = DevExpress.XtraPrinting.BorderSide.Right;
     this.xrTableCell1.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F, System.Drawing.FontStyle.Bold);
     this.xrTableCell1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell1.Multiline = true;
     this.xrTableCell1.Name      = "xrTableCell1";
     this.xrTableCell1.StyleName = "xrControlStyle2";
     this.xrTableCell1.StylePriority.UseBorders   = false;
     this.xrTableCell1.StylePriority.UseFont      = false;
     this.xrTableCell1.StylePriority.UseForeColor = false;
     this.xrTableCell1.Text   = "Price";
     this.xrTableCell1.Weight = 0.56712561446684329D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Borders = DevExpress.XtraPrinting.BorderSide.Right;
     this.xrTableCell9.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Cost]")
     });
     this.xrTableCell9.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F);
     this.xrTableCell9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell9.Multiline = true;
     this.xrTableCell9.Name      = "xrTableCell9";
     this.xrTableCell9.Padding   = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
     this.xrTableCell9.StyleName = "xrControlStyle2";
     this.xrTableCell9.StylePriority.UseBorders       = false;
     this.xrTableCell9.StylePriority.UseFont          = false;
     this.xrTableCell9.StylePriority.UseForeColor     = false;
     this.xrTableCell9.StylePriority.UsePadding       = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text          = "xrTableCell9";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell9.Weight        = 1.2226386187467893D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Borders   = DevExpress.XtraPrinting.BorderSide.Right;
     this.xrTableCell10.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F, System.Drawing.FontStyle.Bold);
     this.xrTableCell10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell10.Multiline = true;
     this.xrTableCell10.Name      = "xrTableCell10";
     this.xrTableCell10.StyleName = "xrControlStyle2";
     this.xrTableCell10.StylePriority.UseBorders   = false;
     this.xrTableCell10.StylePriority.UseFont      = false;
     this.xrTableCell10.StylePriority.UseForeColor = false;
     this.xrTableCell10.Text   = "M/Box";
     this.xrTableCell10.Weight = 0.38216204010511834D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTableCell7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Carton]")
     });
     this.xrTableCell7.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F);
     this.xrTableCell7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell7.Multiline = true;
     this.xrTableCell7.Name      = "xrTableCell7";
     this.xrTableCell7.Padding   = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
     this.xrTableCell7.StyleName = "xrControlStyle2";
     this.xrTableCell7.StylePriority.UseBorders       = false;
     this.xrTableCell7.StylePriority.UseFont          = false;
     this.xrTableCell7.StylePriority.UseForeColor     = false;
     this.xrTableCell7.StylePriority.UsePadding       = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text          = "xrTableCell14";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell7.Weight        = 0.80666057712271177D;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 12F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 12F;
     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.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.xrControlStyle1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.xrControlStyle1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                | DevExpress.XtraPrinting.BorderSide.Right)
                                                                               | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrControlStyle1.BorderWidth = 1F;
     this.xrControlStyle1.Name        = "xrControlStyle1";
     this.xrControlStyle1.Padding     = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     //
     // xrControlStyle2
     //
     this.xrControlStyle2.BackColor = System.Drawing.Color.White;
     this.xrControlStyle2.Name      = "xrControlStyle2";
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataSource = typeof(TaxesSystem.Ticket_Items);
     this.objectDataSource1.Name       = "objectDataSource1";
     //
     // Print_Product_Ticket
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(25, 24, 12, 12);
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.xrControlStyle1,
         this.xrControlStyle2
     });
     this.Version = "18.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).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()
 {
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     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.dtS_MTL_CARD1    = new HTN.BITS.UIL.PLASESS.TableSchema.DTS_MTL_CARD();
     ((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       = 0F;
     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       = 0F;
     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.Detail1.Dpi                      = 254F;
     this.Detail1.Font                     = new System.Drawing.Font("Times New Roman", 9.75F);
     this.Detail1.HeightF                  = 250F;
     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(0, 0, 0, 0, 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(603.9003F, 113.5F);
     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(710.6934F, 65.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(272.6031F, 64.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(186.8947F, 64.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(379.3241F, 132.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(186.8958F, 133.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(379.3241F, 166.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(186.8959F, 167.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(721.9759F, 113.5F);
     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(186.8959F, 99.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(721.9759F, 31.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(186.8959F, 31.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(721.9759F, 147.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(378.9169F, 31.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(721.9759F, 65.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(379.3241F, 98.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(30.8125F, 49.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(900.8594F, 65.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;
     //
     // dtS_MTL_CARD1
     //
     this.dtS_MTL_CARD1.DataSetName             = "DTS_MTL_CARD";
     this.dtS_MTL_CARD1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // RPT_MATERIAL_CARD_LABEL_2
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.DetailReport
     });
     this.DataMember = "T_ARRIVAL";
     this.DataSource = this.dtS_MTL_CARD1;
     this.Dpi        = 254F;
     this.Margins    = new System.Drawing.Printing.Margins(0, 0, 0, 0);
     this.PageHeight = 250;
     this.PageWidth  = 1010;
     this.PaperKind  = System.Drawing.Printing.PaperKind.Custom;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.paramUserPrint
     });
     this.PrinterName             = "Intermec PD43 (300 dpi) - IPL";
     this.ReportUnit              = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.RequestParameters       = false;
     this.ShowPreviewMarginLines  = false;
     this.ShowPrintMarginsWarning = false;
     this.SnapGridSize            = 1F;
     this.Version = "11.2";
     ((System.ComponentModel.ISupportInitialize)(this.dtS_MTL_CARD1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.crBarcodePrice = new DevExpress.XtraReports.UI.XRLabel();
     this.crBarcodeText  = new DevExpress.XtraReports.UI.XRLabel();
     this.xrMaCode       = new DevExpress.XtraReports.UI.XRBarCode();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.crBarcodePrice,
         this.crBarcodeText,
         this.xrMaCode
     });
     this.Detail.Dpi     = 254F;
     this.Detail.HeightF = 120F;
     this.Detail.MultiColumn.ColumnCount   = 4;
     this.Detail.MultiColumn.ColumnSpacing = 20F;
     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.SnapLinePadding = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 10, 10, 254F);
     this.Detail.TextAlignment   = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // crBarcodePrice
     //
     this.crBarcodePrice.Angle                          = 90F;
     this.crBarcodePrice.Dpi                            = 254F;
     this.crBarcodePrice.Font                           = new System.Drawing.Font("Tahoma", 5F);
     this.crBarcodePrice.ForeColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
     this.crBarcodePrice.LocationFloat                  = new DevExpress.Utils.PointFloat(19.30285F, 3.999996F);
     this.crBarcodePrice.Name                           = "crBarcodePrice";
     this.crBarcodePrice.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.crBarcodePrice.SizeF                          = new System.Drawing.SizeF(28.69714F, 110F);
     this.crBarcodePrice.StylePriority.UseFont          = false;
     this.crBarcodePrice.StylePriority.UseForeColor     = false;
     this.crBarcodePrice.StylePriority.UseTextAlignment = false;
     this.crBarcodePrice.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.crBarcodePrice.BeforePrint                   += new System.Drawing.Printing.PrintEventHandler(this.crBarcodePrice_BeforePrint);
     //
     // crBarcodeText
     //
     this.crBarcodeText.Angle                          = 90F;
     this.crBarcodeText.Dpi                            = 254F;
     this.crBarcodeText.Font                           = new System.Drawing.Font("Tahoma", 5.5F);
     this.crBarcodeText.LocationFloat                  = new DevExpress.Utils.PointFloat(174.4653F, 3.999998F);
     this.crBarcodeText.Multiline                      = true;
     this.crBarcodeText.Name                           = "crBarcodeText";
     this.crBarcodeText.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.crBarcodeText.SizeF                          = new System.Drawing.SizeF(52.2383F, 110F);
     this.crBarcodeText.StylePriority.UseFont          = false;
     this.crBarcodeText.StylePriority.UsePadding       = false;
     this.crBarcodeText.StylePriority.UseTextAlignment = false;
     this.crBarcodeText.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrMaCode
     //
     this.xrMaCode.AutoModule                     = true;
     this.xrMaCode.Dpi                            = 254F;
     this.xrMaCode.LocationFloat                  = new DevExpress.Utils.PointFloat(53F, 4F);
     this.xrMaCode.Module                         = 5.08F;
     this.xrMaCode.Name                           = "xrMaCode";
     this.xrMaCode.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.xrMaCode.ShowText                       = false;
     this.xrMaCode.SizeF                          = new System.Drawing.SizeF(110F, 110F);
     this.xrMaCode.StylePriority.UsePadding       = false;
     this.xrMaCode.StylePriority.UseTextAlignment = false;
     qrCodeGenerator1.ErrorCorrectionLevel        = DevExpress.XtraPrinting.BarCode.QRCodeErrorCorrectionLevel.H;
     qrCodeGenerator1.Version                     = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
     this.xrMaCode.Symbology                      = qrCodeGenerator1;
     this.xrMaCode.Text                           = "AAAA";
     this.xrMaCode.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 254F;
     this.TopMargin.HeightF       = 15F;
     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       = 15F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // rptQRCode2515
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.Dpi          = 254F;
     this.Margins      = new System.Drawing.Printing.Margins(30, 30, 15, 15);
     this.PageHeight   = 150;
     this.PageWidth    = 1050;
     this.PaperKind    = System.Drawing.Printing.PaperKind.Custom;
     this.ReportUnit   = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 31.75F;
     this.Version      = "12.2";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.TopMargin     = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin  = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.Detail        = new DevExpress.XtraReports.UI.DetailBand();
     this.xrBarCode1    = new DevExpress.XtraReports.UI.XRBarCode();
     this.xrPageInfo1   = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel6      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable1      = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1   = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2  = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3  = new DevExpress.XtraReports.UI.XRTableCell();
     this.lbRoomName    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTableRow2   = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell4  = new DevExpress.XtraReports.UI.XRTableCell();
     this.ENumberO      = new DevExpress.XtraReports.UI.XRTableCell();
     this.CostE         = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow3   = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell7  = new DevExpress.XtraReports.UI.XRTableCell();
     this.WNumberO      = new DevExpress.XtraReports.UI.XRTableCell();
     this.CostW         = new DevExpress.XtraReports.UI.XRTableCell();
     this.ENumberN      = new DevExpress.XtraReports.UI.XRTableCell();
     this.WNumberN      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow4   = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell14 = new DevExpress.XtraReports.UI.XRTableCell();
     this.Total         = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel3      = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTableCell5  = new DevExpress.XtraReports.UI.XRTableCell();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrLabel6,
         this.xrLabel5
     });
     this.TopMargin.HeightF = 180F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.Name = "BottomMargin";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel3,
         this.xrLabel2,
         this.lbRoomName,
         this.xrTable1,
         this.xrLabel1,
         this.xrBarCode1
     });
     this.Detail.HeightF = 596.6667F;
     this.Detail.Name    = "Detail";
     //
     // xrBarCode1
     //
     this.xrBarCode1.AutoModule    = true;
     this.xrBarCode1.LocationFloat = new DevExpress.Utils.PointFloat(499.3504F, 85F);
     this.xrBarCode1.Name          = "xrBarCode1";
     this.xrBarCode1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 100F);
     this.xrBarCode1.SizeF         = new System.Drawing.SizeF(113.6724F, 99.16666F);
     this.xrBarCode1.Symbology     = qrCodeGenerator1;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(480F, 26.83202F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(148.9829F, 22.83465F);
     //
     // xrLabel6
     //
     this.xrLabel6.Font                  = new System.Drawing.Font("Tahoma", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat         = new DevExpress.Utils.PointFloat(53.33331F, 129.8924F);
     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(541.1724F, 23F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.Text                  = "Địa chỉ : 22/7, Đường số 8, Khu phố 4, Lê Văn Việt, Quận 9, Tp.Hồ Chí Minh ";
     //
     // xrLabel5
     //
     this.xrLabel5.Font                  = new System.Drawing.Font("Tahoma", 19.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat         = new DevExpress.Utils.PointFloat(226.6666F, 80.23499F);
     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(206.1727F, 33.83334F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text                  = "TTK Dormitory";
     //
     // xrLabel1
     //
     this.xrLabel1.Font                  = new System.Drawing.Font("Tahoma", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(382.6837F, 121.6667F);
     this.xrLabel1.Multiline             = true;
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "Mã Phiếu :";
     //
     // xrTable1
     //
     this.xrTable1.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
     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("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 200F);
     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.xrTableRow2,
         this.xrTableRow3,
         this.xrTableRow4
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(650F, 324.4445F);
     this.xrTable1.StylePriority.UseBorderDashStyle = false;
     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.xrTableCell5,
         this.xrTableCell2,
         this.xrTableCell3
     });
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Multiline = true;
     this.xrTableCell1.Name      = "xrTableCell1";
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text          = "Tên dịch vụ";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell1.Weight        = 1.1655879226245436D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Multiline = true;
     this.xrTableCell2.Name      = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseTextAlignment = false;
     this.xrTableCell2.Text          = "Chỉ số mới";
     this.xrTableCell2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell2.Weight        = 0.92714414070808182D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Font                  = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell3.Multiline             = true;
     this.xrTableCell3.Name                  = "xrTableCell3";
     this.xrTableCell3.StylePriority.UseFont = false;
     this.xrTableCell3.Text                  = "Đơn giá";
     this.xrTableCell3.Weight                = 1.072855859291918D;
     //
     // lbRoomName
     //
     this.lbRoomName.Font                  = new System.Drawing.Font("Tahoma", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbRoomName.LocationFloat         = new DevExpress.Utils.PointFloat(67.22219F, 121.6667F);
     this.lbRoomName.Multiline             = true;
     this.lbRoomName.Name                  = "lbRoomName";
     this.lbRoomName.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.lbRoomName.SizeF                 = new System.Drawing.SizeF(154.1667F, 23F);
     this.lbRoomName.StylePriority.UseFont = false;
     //
     // xrLabel2
     //
     this.xrLabel2.Font                  = new System.Drawing.Font("Tahoma", 28.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat         = new DevExpress.Utils.PointFloat(87.49998F, 10F);
     this.xrLabel2.Multiline             = true;
     this.xrLabel2.Name                  = "xrLabel2";
     this.xrLabel2.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel2.SizeF                 = new System.Drawing.SizeF(470.8334F, 58.33334F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text                  = "PHIẾU GHI ĐIỆN NƯỚC";
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell4,
         this.ENumberO,
         this.ENumberN,
         this.CostE
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Multiline = true;
     this.xrTableCell4.Name      = "xrTableCell4";
     this.xrTableCell4.Text      = "Điện";
     this.xrTableCell4.Weight    = 0.99999981219951928D;
     //
     // ENumberO
     //
     this.ENumberO.Multiline = true;
     this.ENumberO.Name      = "ENumberO";
     this.ENumberO.StylePriority.UseTextAlignment = false;
     this.ENumberO.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.ENumberO.Weight        = 0.78412805997408352D;
     //
     // CostE
     //
     this.CostE.Multiline = true;
     this.CostE.Name      = "CostE";
     this.CostE.Weight    = 0.92044180340931381D;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell7,
         this.WNumberO,
         this.WNumberN,
         this.CostW
     });
     this.xrTableRow3.Name   = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Multiline = true;
     this.xrTableCell7.Name      = "xrTableCell7";
     this.xrTableCell7.Text      = "Nước";
     this.xrTableCell7.Weight    = 0.99999981219951928D;
     //
     // WNumberO
     //
     this.WNumberO.Multiline = true;
     this.WNumberO.Name      = "WNumberO";
     this.WNumberO.StylePriority.UseTextAlignment = false;
     this.WNumberO.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.WNumberO.Weight        = 0.78412801889272832D;
     //
     // CostW
     //
     this.CostW.Multiline = true;
     this.CostW.Name      = "CostW";
     this.CostW.Weight    = 0.92044195499096215D;
     //
     // ENumberN
     //
     this.ENumberN.Multiline = true;
     this.ENumberN.Name      = "ENumberN";
     this.ENumberN.StylePriority.UseTextAlignment = false;
     this.ENumberN.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.ENumberN.Weight        = 0.79543032441708339D;
     //
     // WNumberN
     //
     this.WNumberN.Multiline = true;
     this.WNumberN.Name      = "WNumberN";
     this.WNumberN.StylePriority.UseTextAlignment = false;
     this.WNumberN.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.WNumberN.Weight        = 0.79543021391679025D;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell14,
         this.Total
     });
     this.xrTableRow4.Name   = "xrTableRow4";
     this.xrTableRow4.Weight = 1D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Multiline = true;
     this.xrTableCell14.Name      = "xrTableCell14";
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text          = "Tổng Cộng";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell14.Weight        = 2.2110496520041272D;
     //
     // Total
     //
     this.Total.Multiline = true;
     this.Total.Name      = "Total";
     this.Total.Weight    = 0.78895034799587294D;
     //
     // xrLabel3
     //
     this.xrLabel3.Font                  = new System.Drawing.Font("Tahoma", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat         = new DevExpress.Utils.PointFloat(435.1411F, 555.8333F);
     this.xrLabel3.Multiline             = true;
     this.xrLabel3.Name                  = "xrLabel3";
     this.xrLabel3.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel3.SizeF                 = new System.Drawing.SizeF(193.8418F, 26.66669F);
     this.xrLabel3.StylePriority.UseFont = false;
     this.xrLabel3.Text                  = "Nhân viên chịu trách nhiệm";
     //
     // xrTableCell5
     //
     this.xrTableCell5.Multiline = true;
     this.xrTableCell5.Name      = "xrTableCell5";
     this.xrTableCell5.StylePriority.UseTextAlignment = false;
     this.xrTableCell5.Text          = "Chỉ số cũ";
     this.xrTableCell5.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell5.Weight        = 0.91397031186155453D;
     //
     // report_EW
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail
     });
     this.Font    = new System.Drawing.Font("Arial", 9.75F);
     this.Margins = new System.Drawing.Printing.Margins(100, 100, 180, 100);
     this.Version = "20.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4          = new DevExpress.XtraReports.UI.XRLabel();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrPanel1          = new DevExpress.XtraReports.UI.XRPanel();
     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.xrPanel2          = new DevExpress.XtraReports.UI.XRPanel();
     this.xrLabel17         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel18         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel19         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel20         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel16         = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1       = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel3          = new DevExpress.XtraReports.UI.XRLabel();
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.pCustname         = new DevExpress.XtraReports.Parameters.Parameter();
     this.pQrCode           = new DevExpress.XtraReports.Parameters.Parameter();
     this.pEtdDate          = new DevExpress.XtraReports.Parameters.Parameter();
     this.pSize             = new DevExpress.XtraReports.Parameters.Parameter();
     this.pContainerNumber  = new DevExpress.XtraReports.Parameters.Parameter();
     this.pPrintDate        = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrBarCode1        = new DevExpress.XtraReports.UI.XRBarCode();
     this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrLabel2,
         this.xrLabel6,
         this.xrLabel7,
         this.xrLabel4
     });
     this.TopMargin.HeightF = 312.9167F;
     this.TopMargin.Name    = "TopMargin";
     //
     // xrLabel2
     //
     this.xrLabel2.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "?pCustname")
     });
     this.xrLabel2.Font                           = new System.Drawing.Font("Times New Roman", 72F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(11.00013F, 13.16668F);
     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(761.9998F, 127.5833F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "NAME";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel6
     //
     this.xrLabel6.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "?pEtdDate")
     });
     this.xrLabel6.Font                           = new System.Drawing.Font("Times New Roman", 26F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(107.875F, 172.5002F);
     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.0286F, 49.2915F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "01/01/2018";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel6.TextFormatString               = "{0:dd/MM/yyyy}";
     //
     // xrLabel7
     //
     this.xrLabel7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "?pSize")
     });
     this.xrLabel7.Font                           = new System.Drawing.Font("Times New Roman", 26F, System.Drawing.FontStyle.Bold);
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(487.9036F, 172.5002F);
     this.xrLabel7.Multiline                      = true;
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(95.08316F, 49.2915F);
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text                           = "40 F";
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "?pContainerNumber")
     });
     this.xrLabel4.Font                           = new System.Drawing.Font("Times New Roman", 48F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(9.999998F, 221.7917F);
     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(763F, 77.16666F);
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text                           = "CONTAINER NO.";
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // BottomMargin
     //
     this.BottomMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPanel1,
         this.xrPanel2,
         this.xrLabel16,
         this.xrPageInfo1,
         this.xrLabel3
     });
     this.BottomMargin.HeightF = 162.875F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // xrPanel1
     //
     this.xrPanel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel11,
         this.xrLabel10,
         this.xrLabel9,
         this.xrLabel8
     });
     this.xrPanel1.LocationFloat            = new DevExpress.Utils.PointFloat(11.00012F, 2.708308F);
     this.xrPanel1.Name                     = "xrPanel1";
     this.xrPanel1.SizeF                    = new System.Drawing.SizeF(381.0289F, 60.41667F);
     this.xrPanel1.StylePriority.UseBorders = false;
     //
     // xrLabel11
     //
     this.xrLabel11.BorderWidth   = 0F;
     this.xrLabel11.LocationFloat = new DevExpress.Utils.PointFloat(127.7083F, 30.20833F);
     this.xrLabel11.Multiline     = true;
     this.xrLabel11.Name          = "xrLabel11";
     this.xrLabel11.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF         = new System.Drawing.SizeF(243.3206F, 23.33336F);
     this.xrLabel11.StylePriority.UseBorderWidth   = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text          = "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _";
     this.xrLabel11.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
     //
     // xrLabel10
     //
     this.xrLabel10.BorderWidth   = 0F;
     this.xrLabel10.LocationFloat = new DevExpress.Utils.PointFloat(10F, 30.20833F);
     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(117.7083F, 23.33336F);
     this.xrLabel10.StylePriority.UseBorderWidth   = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text          = "DATE:";
     this.xrLabel10.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel9
     //
     this.xrLabel9.BorderWidth   = 0F;
     this.xrLabel9.LocationFloat = new DevExpress.Utils.PointFloat(127.7083F, 9.999974F);
     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(243.3206F, 20.20836F);
     this.xrLabel9.StylePriority.UseBorderWidth   = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text          = "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ";
     this.xrLabel9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
     //
     // xrLabel8
     //
     this.xrLabel8.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel8.BorderWidth                    = 0F;
     this.xrLabel8.LocationFloat                  = new DevExpress.Utils.PointFloat(10F, 9.999974F);
     this.xrLabel8.Multiline                      = true;
     this.xrLabel8.Name                           = "xrLabel8";
     this.xrLabel8.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                          = new System.Drawing.SizeF(117.7083F, 20.20836F);
     this.xrLabel8.StylePriority.UseBorders       = false;
     this.xrLabel8.StylePriority.UseBorderWidth   = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text                           = "LOADING BY:";
     this.xrLabel8.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrPanel2
     //
     this.xrPanel2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrPanel2.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel17,
         this.xrLabel18,
         this.xrLabel19,
         this.xrLabel20
     });
     this.xrPanel2.LocationFloat            = new DevExpress.Utils.PointFloat(392.0289F, 2.708371F);
     this.xrPanel2.Name                     = "xrPanel2";
     this.xrPanel2.SizeF                    = new System.Drawing.SizeF(380.971F, 60.41668F);
     this.xrPanel2.StylePriority.UseBorders = false;
     //
     // xrLabel17
     //
     this.xrLabel17.BorderWidth   = 0F;
     this.xrLabel17.LocationFloat = new DevExpress.Utils.PointFloat(127.7083F, 30.2084F);
     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(243.2627F, 23.33337F);
     this.xrLabel17.StylePriority.UseBorderWidth   = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.Text          = "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ";
     this.xrLabel17.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
     //
     // xrLabel18
     //
     this.xrLabel18.BorderWidth   = 0F;
     this.xrLabel18.LocationFloat = new DevExpress.Utils.PointFloat(9.999878F, 30.20833F);
     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(117.7083F, 23.33336F);
     this.xrLabel18.StylePriority.UseBorderWidth   = false;
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.Text          = "DATE:";
     this.xrLabel18.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel19
     //
     this.xrLabel19.BorderWidth   = 0F;
     this.xrLabel19.LocationFloat = new DevExpress.Utils.PointFloat(127.7083F, 10.00004F);
     this.xrLabel19.Multiline     = true;
     this.xrLabel19.Name          = "xrLabel19";
     this.xrLabel19.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF         = new System.Drawing.SizeF(243.2628F, 20.20836F);
     this.xrLabel19.StylePriority.UseBorderWidth   = false;
     this.xrLabel19.StylePriority.UseTextAlignment = false;
     this.xrLabel19.Text          = "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _";
     this.xrLabel19.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
     //
     // xrLabel20
     //
     this.xrLabel20.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel20.BorderWidth                    = 0F;
     this.xrLabel20.LocationFloat                  = new DevExpress.Utils.PointFloat(9.999878F, 9.999974F);
     this.xrLabel20.Multiline                      = true;
     this.xrLabel20.Name                           = "xrLabel20";
     this.xrLabel20.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.SizeF                          = new System.Drawing.SizeF(117.7083F, 20.20836F);
     this.xrLabel20.StylePriority.UseBorders       = false;
     this.xrLabel20.StylePriority.UseBorderWidth   = false;
     this.xrLabel20.StylePriority.UseTextAlignment = false;
     this.xrLabel20.Text                           = "CLOSED BY:";
     this.xrLabel20.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLabel16
     //
     this.xrLabel16.LocationFloat = new DevExpress.Utils.PointFloat(636.4583F, 76.99998F);
     this.xrLabel16.Multiline     = true;
     this.xrLabel16.Name          = "xrLabel16";
     this.xrLabel16.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel16.SizeF         = new System.Drawing.SizeF(106.4295F, 23F);
     this.xrLabel16.StylePriority.UseTextAlignment = false;
     this.xrLabel16.Text          = "PAGES:";
     this.xrLabel16.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(742.8878F, 76.99998F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(32.29169F, 23F);
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "?pPrintDate")
     });
     this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(11.00013F, 76.99998F);
     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(212.4999F, 23F);
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text             = "PAGES:";
     this.xrLabel3.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel3.TextFormatString = "{0:dd/MM/yyyy HH:mm}";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrBarCode1
     });
     this.Detail.HeightF = 483.5416F;
     this.Detail.Name    = "Detail";
     //
     // pCustname
     //
     this.pCustname.Description = "pCustname";
     this.pCustname.Name        = "pCustname";
     //
     // pQrCode
     //
     this.pQrCode.Description = "pQrCode";
     this.pQrCode.Name        = "pQrCode";
     //
     // pEtdDate
     //
     this.pEtdDate.Description = "pEtdDate";
     this.pEtdDate.Name        = "pEtdDate";
     this.pEtdDate.Type        = typeof(System.DateTime);
     //
     // pSize
     //
     this.pSize.Description = "pSize";
     this.pSize.Name        = "pSize";
     //
     // pContainerNumber
     //
     this.pContainerNumber.Description = "pContainerNumber";
     this.pContainerNumber.Name        = "pContainerNumber";
     //
     // pPrintDate
     //
     this.pPrintDate.Description = "pPrintDate";
     this.pPrintDate.Name        = "pPrintDate";
     this.pPrintDate.Type        = typeof(System.DateTime);
     //
     // xrBarCode1
     //
     this.xrBarCode1.Alignment  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrBarCode1.AutoModule = true;
     this.xrBarCode1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "?pQrCode")
     });
     this.xrBarCode1.LocationFloat = new DevExpress.Utils.PointFloat(48.08346F, 76.66667F);
     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(724.9164F, 396.875F);
     this.xrBarCode1.StylePriority.UseTextAlignment = false;
     qrCodeGenerator1.CompactionMode = DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode.Byte;
     this.xrBarCode1.Symbology       = qrCodeGenerator1;
     this.xrBarCode1.TextAlignment   = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataSource = typeof(XPWLibrary.Models.BookingCustomerData);
     this.objectDataSource1.Name       = "objectDataSource1";
     //
     // xrLabel1
     //
     this.xrLabel1.Font                           = new System.Drawing.Font("Arial", 26F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(11.00012F, 172.5002F);
     this.xrLabel1.Multiline                      = true;
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(96.87492F, 49.29152F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "ETD:";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // BookingReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail
     });
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     this.Font       = new System.Drawing.Font("Arial", 9.75F);
     this.Margins    = new System.Drawing.Printing.Margins(31, 36, 313, 163);
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.pCustname,
         this.pQrCode,
         this.pEtdDate,
         this.pSize,
         this.pContainerNumber,
         this.pPrintDate
     });
     this.Version = "19.1";
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.Detail = new DevExpress.XtraReports.UI.DetailBand();
     this.StickerDateExpirationLbl = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerDateProductionLbl = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerDateExpiration    = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerDateProduction    = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerContractorNameLbl = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerNameLbl           = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerArticleLbl        = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerContractorName    = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerName             = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerArticle          = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerUnitLocalNameLbl = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerUnitLocalName    = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerQuantityLbl      = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerQuantity         = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerOrderNumberLbl   = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerOrderDateLbl     = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerOrderNumber      = new DevExpress.XtraReports.UI.XRLabel();
     this.BarcodeText             = new DevExpress.XtraReports.UI.XRBarCode();
     this.StickerOrderDate        = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin            = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin         = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.StickerPartNumber    = new DevExpress.XtraReports.UI.XRLabel();
     this.StickerPartNumberLbl = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.StickerPartNumber,
         this.StickerPartNumberLbl,
         this.StickerDateExpirationLbl,
         this.StickerDateProductionLbl,
         this.StickerDateExpiration,
         this.StickerDateProduction,
         this.StickerContractorNameLbl,
         this.StickerNameLbl,
         this.StickerArticleLbl,
         this.StickerContractorName,
         this.StickerName,
         this.StickerArticle,
         this.StickerUnitLocalNameLbl,
         this.StickerUnitLocalName,
         this.StickerQuantityLbl,
         this.StickerQuantity,
         this.StickerOrderNumberLbl,
         this.StickerOrderDateLbl,
         this.StickerOrderNumber,
         this.BarcodeText,
         this.StickerOrderDate
     });
     this.Detail.Dpi              = 254F;
     this.Detail.HeightF          = 850F;
     this.Detail.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnWidth;
     this.Detail.Name             = "Detail";
     this.Detail.Padding          = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.Detail.PageBreak        = DevExpress.XtraReports.UI.PageBreak.AfterBand;
     this.Detail.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // StickerDateExpirationLbl
     //
     this.StickerDateExpirationLbl.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerDateExpirationLbl.Dpi                            = 254F;
     this.StickerDateExpirationLbl.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.StickerDateExpirationLbl.LocationFloat                  = new DevExpress.Utils.PointFloat(475.4378F, 676.4101F);
     this.StickerDateExpirationLbl.Multiline                      = true;
     this.StickerDateExpirationLbl.Name                           = "StickerDateExpirationLbl";
     this.StickerDateExpirationLbl.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerDateExpirationLbl.SizeF                          = new System.Drawing.SizeF(255.5875F, 31.96149F);
     this.StickerDateExpirationLbl.StylePriority.UseBorders       = false;
     this.StickerDateExpirationLbl.StylePriority.UseFont          = false;
     this.StickerDateExpirationLbl.StylePriority.UseTextAlignment = false;
     this.StickerDateExpirationLbl.Text                           = "Дата реализации";
     this.StickerDateExpirationLbl.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerDateProductionLbl
     //
     this.StickerDateProductionLbl.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerDateProductionLbl.Dpi                            = 254F;
     this.StickerDateProductionLbl.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.StickerDateProductionLbl.LocationFloat                  = new DevExpress.Utils.PointFloat(35.58336F, 676.4099F);
     this.StickerDateProductionLbl.Multiline                      = true;
     this.StickerDateProductionLbl.Name                           = "StickerDateProductionLbl";
     this.StickerDateProductionLbl.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerDateProductionLbl.SizeF                          = new System.Drawing.SizeF(255.5875F, 31.96149F);
     this.StickerDateProductionLbl.StylePriority.UseBorders       = false;
     this.StickerDateProductionLbl.StylePriority.UseFont          = false;
     this.StickerDateProductionLbl.StylePriority.UseTextAlignment = false;
     this.StickerDateProductionLbl.Text                           = "Дата изготовления";
     this.StickerDateProductionLbl.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerDateExpiration
     //
     this.StickerDateExpiration.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerDateExpiration.Dpi                            = 254F;
     this.StickerDateExpiration.Font                           = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.StickerDateExpiration.LocationFloat                  = new DevExpress.Utils.PointFloat(475.4378F, 708.3716F);
     this.StickerDateExpiration.Multiline                      = true;
     this.StickerDateExpiration.Name                           = "StickerDateExpiration";
     this.StickerDateExpiration.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerDateExpiration.SizeF                          = new System.Drawing.SizeF(376.3545F, 69.00317F);
     this.StickerDateExpiration.StylePriority.UseBorders       = false;
     this.StickerDateExpiration.StylePriority.UseFont          = false;
     this.StickerDateExpiration.StylePriority.UseTextAlignment = false;
     this.StickerDateExpiration.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerDateProduction
     //
     this.StickerDateProduction.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerDateProduction.Dpi                            = 254F;
     this.StickerDateProduction.Font                           = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.StickerDateProduction.LocationFloat                  = new DevExpress.Utils.PointFloat(35.58336F, 708.3716F);
     this.StickerDateProduction.Multiline                      = true;
     this.StickerDateProduction.Name                           = "StickerDateProduction";
     this.StickerDateProduction.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerDateProduction.SizeF                          = new System.Drawing.SizeF(384.2919F, 69.00317F);
     this.StickerDateProduction.StylePriority.UseBorders       = false;
     this.StickerDateProduction.StylePriority.UseFont          = false;
     this.StickerDateProduction.StylePriority.UseTextAlignment = false;
     this.StickerDateProduction.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerContractorNameLbl
     //
     this.StickerContractorNameLbl.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerContractorNameLbl.Dpi                            = 254F;
     this.StickerContractorNameLbl.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.StickerContractorNameLbl.LocationFloat                  = new DevExpress.Utils.PointFloat(35.58336F, 554.2788F);
     this.StickerContractorNameLbl.Multiline                      = true;
     this.StickerContractorNameLbl.Name                           = "StickerContractorNameLbl";
     this.StickerContractorNameLbl.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerContractorNameLbl.SizeF                          = new System.Drawing.SizeF(197.3792F, 31.96152F);
     this.StickerContractorNameLbl.StylePriority.UseBorders       = false;
     this.StickerContractorNameLbl.StylePriority.UseFont          = false;
     this.StickerContractorNameLbl.StylePriority.UseTextAlignment = false;
     this.StickerContractorNameLbl.Text                           = "Поставщик";
     this.StickerContractorNameLbl.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerNameLbl
     //
     this.StickerNameLbl.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerNameLbl.Dpi                            = 254F;
     this.StickerNameLbl.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.StickerNameLbl.LocationFloat                  = new DevExpress.Utils.PointFloat(35.58336F, 424.2354F);
     this.StickerNameLbl.Multiline                      = true;
     this.StickerNameLbl.Name                           = "StickerNameLbl";
     this.StickerNameLbl.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerNameLbl.SizeF                          = new System.Drawing.SizeF(197.3792F, 31.96152F);
     this.StickerNameLbl.StylePriority.UseBorders       = false;
     this.StickerNameLbl.StylePriority.UseFont          = false;
     this.StickerNameLbl.StylePriority.UseTextAlignment = false;
     this.StickerNameLbl.Text                           = "Наименование";
     this.StickerNameLbl.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerArticleLbl
     //
     this.StickerArticleLbl.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerArticleLbl.Dpi                            = 254F;
     this.StickerArticleLbl.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.StickerArticleLbl.LocationFloat                  = new DevExpress.Utils.PointFloat(35.58336F, 339.1456F);
     this.StickerArticleLbl.Multiline                      = true;
     this.StickerArticleLbl.Name                           = "StickerArticleLbl";
     this.StickerArticleLbl.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerArticleLbl.SizeF                          = new System.Drawing.SizeF(197.3792F, 31.96152F);
     this.StickerArticleLbl.StylePriority.UseBorders       = false;
     this.StickerArticleLbl.StylePriority.UseFont          = false;
     this.StickerArticleLbl.StylePriority.UseTextAlignment = false;
     this.StickerArticleLbl.Text                           = "Код материала";
     this.StickerArticleLbl.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerContractorName
     //
     this.StickerContractorName.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerContractorName.Dpi                            = 254F;
     this.StickerContractorName.Font                           = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.StickerContractorName.LocationFloat                  = new DevExpress.Utils.PointFloat(35.58336F, 586.2404F);
     this.StickerContractorName.Multiline                      = true;
     this.StickerContractorName.Name                           = "StickerContractorName";
     this.StickerContractorName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerContractorName.SizeF                          = new System.Drawing.SizeF(999.4166F, 90.16956F);
     this.StickerContractorName.StylePriority.UseBorders       = false;
     this.StickerContractorName.StylePriority.UseFont          = false;
     this.StickerContractorName.StylePriority.UseTextAlignment = false;
     this.StickerContractorName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerName
     //
     this.StickerName.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerName.Dpi                            = 254F;
     this.StickerName.Font                           = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.StickerName.LocationFloat                  = new DevExpress.Utils.PointFloat(35.58336F, 456.1969F);
     this.StickerName.Multiline                      = true;
     this.StickerName.Name                           = "StickerName";
     this.StickerName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerName.SizeF                          = new System.Drawing.SizeF(999.4167F, 98.08203F);
     this.StickerName.StylePriority.UseBorders       = false;
     this.StickerName.StylePriority.UseFont          = false;
     this.StickerName.StylePriority.UseTextAlignment = false;
     this.StickerName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     this.StickerName.WordWrap                       = false;
     //
     // StickerArticle
     //
     this.StickerArticle.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerArticle.Dpi                            = 254F;
     this.StickerArticle.Font                           = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.StickerArticle.LocationFloat                  = new DevExpress.Utils.PointFloat(35.58336F, 371.1072F);
     this.StickerArticle.Multiline                      = true;
     this.StickerArticle.Name                           = "StickerArticle";
     this.StickerArticle.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerArticle.SizeF                          = new System.Drawing.SizeF(501.65F, 53.12817F);
     this.StickerArticle.StylePriority.UseBorders       = false;
     this.StickerArticle.StylePriority.UseFont          = false;
     this.StickerArticle.StylePriority.UseTextAlignment = false;
     this.StickerArticle.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerUnitLocalNameLbl
     //
     this.StickerUnitLocalNameLbl.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerUnitLocalNameLbl.Dpi                            = 254F;
     this.StickerUnitLocalNameLbl.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.StickerUnitLocalNameLbl.LocationFloat                  = new DevExpress.Utils.PointFloat(861.4335F, 256.7018F);
     this.StickerUnitLocalNameLbl.Multiline                      = true;
     this.StickerUnitLocalNameLbl.Name                           = "StickerUnitLocalNameLbl";
     this.StickerUnitLocalNameLbl.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerUnitLocalNameLbl.SizeF                          = new System.Drawing.SizeF(141.8167F, 31.96152F);
     this.StickerUnitLocalNameLbl.StylePriority.UseBorders       = false;
     this.StickerUnitLocalNameLbl.StylePriority.UseFont          = false;
     this.StickerUnitLocalNameLbl.StylePriority.UseTextAlignment = false;
     this.StickerUnitLocalNameLbl.Text                           = "Ед.изм.";
     this.StickerUnitLocalNameLbl.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerUnitLocalName
     //
     this.StickerUnitLocalName.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerUnitLocalName.Dpi                            = 254F;
     this.StickerUnitLocalName.Font                           = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.StickerUnitLocalName.LocationFloat                  = new DevExpress.Utils.PointFloat(861.4335F, 288.6634F);
     this.StickerUnitLocalName.Multiline                      = true;
     this.StickerUnitLocalName.Name                           = "StickerUnitLocalName";
     this.StickerUnitLocalName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerUnitLocalName.SizeF                          = new System.Drawing.SizeF(162.9833F, 50.48239F);
     this.StickerUnitLocalName.StylePriority.UseBorders       = false;
     this.StickerUnitLocalName.StylePriority.UseFont          = false;
     this.StickerUnitLocalName.StylePriority.UseTextAlignment = false;
     this.StickerUnitLocalName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerQuantityLbl
     //
     this.StickerQuantityLbl.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerQuantityLbl.Dpi                            = 254F;
     this.StickerQuantityLbl.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.StickerQuantityLbl.LocationFloat                  = new DevExpress.Utils.PointFloat(522.7668F, 256.7018F);
     this.StickerQuantityLbl.Multiline                      = true;
     this.StickerQuantityLbl.Name                           = "StickerQuantityLbl";
     this.StickerQuantityLbl.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerQuantityLbl.SizeF                          = new System.Drawing.SizeF(197.3793F, 31.9615F);
     this.StickerQuantityLbl.StylePriority.UseBorders       = false;
     this.StickerQuantityLbl.StylePriority.UseFont          = false;
     this.StickerQuantityLbl.StylePriority.UseTextAlignment = false;
     this.StickerQuantityLbl.Text                           = "Количество";
     this.StickerQuantityLbl.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerQuantity
     //
     this.StickerQuantity.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerQuantity.Dpi                            = 254F;
     this.StickerQuantity.Font                           = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold);
     this.StickerQuantity.LocationFloat                  = new DevExpress.Utils.PointFloat(522.7668F, 288.6634F);
     this.StickerQuantity.Multiline                      = true;
     this.StickerQuantity.Name                           = "StickerQuantity";
     this.StickerQuantity.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerQuantity.SizeF                          = new System.Drawing.SizeF(276.7541F, 50.48239F);
     this.StickerQuantity.StylePriority.UseBorders       = false;
     this.StickerQuantity.StylePriority.UseFont          = false;
     this.StickerQuantity.StylePriority.UseTextAlignment = false;
     this.StickerQuantity.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerOrderNumberLbl
     //
     this.StickerOrderNumberLbl.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerOrderNumberLbl.Dpi                            = 254F;
     this.StickerOrderNumberLbl.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.StickerOrderNumberLbl.LocationFloat                  = new DevExpress.Utils.PointFloat(522.7668F, 85.08968F);
     this.StickerOrderNumberLbl.Multiline                      = true;
     this.StickerOrderNumberLbl.Name                           = "StickerOrderNumberLbl";
     this.StickerOrderNumberLbl.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerOrderNumberLbl.SizeF                          = new System.Drawing.SizeF(197.3793F, 31.9615F);
     this.StickerOrderNumberLbl.StylePriority.UseBorders       = false;
     this.StickerOrderNumberLbl.StylePriority.UseFont          = false;
     this.StickerOrderNumberLbl.StylePriority.UseTextAlignment = false;
     this.StickerOrderNumberLbl.Text                           = "Номер прихода";
     this.StickerOrderNumberLbl.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerOrderDateLbl
     //
     this.StickerOrderDateLbl.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerOrderDateLbl.Dpi                            = 254F;
     this.StickerOrderDateLbl.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.StickerOrderDateLbl.LocationFloat                  = new DevExpress.Utils.PointFloat(522.7668F, 0F);
     this.StickerOrderDateLbl.Multiline                      = true;
     this.StickerOrderDateLbl.Name                           = "StickerOrderDateLbl";
     this.StickerOrderDateLbl.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerOrderDateLbl.SizeF                          = new System.Drawing.SizeF(197.3792F, 31.96152F);
     this.StickerOrderDateLbl.StylePriority.UseBorders       = false;
     this.StickerOrderDateLbl.StylePriority.UseFont          = false;
     this.StickerOrderDateLbl.StylePriority.UseTextAlignment = false;
     this.StickerOrderDateLbl.Text                           = "Дата прихода";
     this.StickerOrderDateLbl.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerOrderNumber
     //
     this.StickerOrderNumber.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerOrderNumber.Dpi                            = 254F;
     this.StickerOrderNumber.Font                           = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.StickerOrderNumber.LocationFloat                  = new DevExpress.Utils.PointFloat(522.767F, 117.0512F);
     this.StickerOrderNumber.Multiline                      = true;
     this.StickerOrderNumber.Name                           = "StickerOrderNumber";
     this.StickerOrderNumber.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerOrderNumber.SizeF                          = new System.Drawing.SizeF(501.65F, 53.12816F);
     this.StickerOrderNumber.StylePriority.UseBorders       = false;
     this.StickerOrderNumber.StylePriority.UseFont          = false;
     this.StickerOrderNumber.StylePriority.UseTextAlignment = false;
     this.StickerOrderNumber.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // BarcodeText
     //
     this.BarcodeText.Alignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.BarcodeText.AutoModule                 = true;
     this.BarcodeText.Borders                    = DevExpress.XtraPrinting.BorderSide.None;
     this.BarcodeText.Dpi                        = 254F;
     this.BarcodeText.ForeColor                  = System.Drawing.Color.Black;
     this.BarcodeText.LocationFloat              = new DevExpress.Utils.PointFloat(68.79166F, 0F);
     this.BarcodeText.Name                       = "BarcodeText";
     this.BarcodeText.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(25, 25, 0, 0, 254F);
     this.BarcodeText.ShowText                   = false;
     this.BarcodeText.SizeF                      = new System.Drawing.SizeF(419.8752F, 339.1458F);
     this.BarcodeText.StylePriority.UseBorders   = false;
     this.BarcodeText.StylePriority.UseForeColor = false;
     qrCodeGenerator1.CompactionMode             = DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode.Byte;
     this.BarcodeText.Symbology                  = qrCodeGenerator1;
     this.BarcodeText.Text                       = "Hello world";
     //
     // StickerOrderDate
     //
     this.StickerOrderDate.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerOrderDate.Dpi                            = 254F;
     this.StickerOrderDate.Font                           = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.StickerOrderDate.LocationFloat                  = new DevExpress.Utils.PointFloat(522.7668F, 31.96151F);
     this.StickerOrderDate.Multiline                      = true;
     this.StickerOrderDate.Name                           = "StickerOrderDate";
     this.StickerOrderDate.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerOrderDate.SizeF                          = new System.Drawing.SizeF(501.65F, 53.12817F);
     this.StickerOrderDate.StylePriority.UseBorders       = false;
     this.StickerOrderDate.StylePriority.UseFont          = false;
     this.StickerOrderDate.StylePriority.UseTextAlignment = false;
     this.StickerOrderDate.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 254F;
     this.TopMargin.HeightF       = 10F;
     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       = 16.10399F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // StickerPartNumber
     //
     this.StickerPartNumber.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerPartNumber.Dpi                            = 254F;
     this.StickerPartNumber.Font                           = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.StickerPartNumber.LocationFloat                  = new DevExpress.Utils.PointFloat(522.7671F, 202.1409F);
     this.StickerPartNumber.Multiline                      = true;
     this.StickerPartNumber.Name                           = "StickerPartNumber";
     this.StickerPartNumber.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerPartNumber.SizeF                          = new System.Drawing.SizeF(501.65F, 53.12816F);
     this.StickerPartNumber.StylePriority.UseBorders       = false;
     this.StickerPartNumber.StylePriority.UseFont          = false;
     this.StickerPartNumber.StylePriority.UseTextAlignment = false;
     this.StickerPartNumber.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // StickerPartNumberLbl
     //
     this.StickerPartNumberLbl.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.StickerPartNumberLbl.Dpi                            = 254F;
     this.StickerPartNumberLbl.Font                           = new System.Drawing.Font("Times New Roman", 8F);
     this.StickerPartNumberLbl.LocationFloat                  = new DevExpress.Utils.PointFloat(522.767F, 170.1794F);
     this.StickerPartNumberLbl.Multiline                      = true;
     this.StickerPartNumberLbl.Name                           = "StickerPartNumberLbl";
     this.StickerPartNumberLbl.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.StickerPartNumberLbl.SizeF                          = new System.Drawing.SizeF(197.3793F, 31.9615F);
     this.StickerPartNumberLbl.StylePriority.UseBorders       = false;
     this.StickerPartNumberLbl.StylePriority.UseFont          = false;
     this.StickerPartNumberLbl.StylePriority.UseTextAlignment = false;
     this.StickerPartNumberLbl.Text                           = "Номер партии";
     this.StickerPartNumberLbl.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomLeft;
     //
     // BarcodeLabelReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.Dpi          = 254F;
     this.Margins      = new System.Drawing.Printing.Margins(0, 0, 10, 16);
     this.PageHeight   = 900;
     this.PageWidth    = 1060;
     this.PaperKind    = System.Drawing.Printing.PaperKind.Custom;
     this.ReportUnit   = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 25F;
     this.Version      = "16.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #18
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();
     this.Detail       = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel10    = new DevExpress.XtraReports.UI.XRLabel();
     this.lbCMP        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel13    = new DevExpress.XtraReports.UI.XRLabel();
     this.lbEXM        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel15    = new DevExpress.XtraReports.UI.XRLabel();
     this.lbTMP        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel17    = new DevExpress.XtraReports.UI.XRLabel();
     this.lbMED        = 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.bcdMAIN      = new DevExpress.XtraReports.UI.XRBarCode();
     this.xrLabel4     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1     = new DevExpress.XtraReports.UI.XRLabel();
     this.PageHeader   = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLine2      = new DevExpress.XtraReports.UI.XRLine();
     this.lbSEX        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel7     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine1      = new DevExpress.XtraReports.UI.XRLine();
     this.lbTDT        = new DevExpress.XtraReports.UI.XRLabel();
     this.lbAGE        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel12    = new DevExpress.XtraReports.UI.XRLabel();
     this.lbADR        = new DevExpress.XtraReports.UI.XRLabel();
     this.lbPNM        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8     = new DevExpress.XtraReports.UI.XRLabel();
     this.lbPID        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5     = new DevExpress.XtraReports.UI.XRLabel();
     this.lbRGN        = new DevExpress.XtraReports.UI.XRLabel();
     this.lbQLN        = new DevExpress.XtraReports.UI.XRLabel();
     this.lbDOC        = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter   = new DevExpress.XtraReports.UI.PageFooterBand();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel10,
         this.lbCMP,
         this.xrLabel13,
         this.lbEXM,
         this.xrLabel15,
         this.lbTMP,
         this.xrLabel17,
         this.lbMED
     });
     this.Detail.HeightF       = 100F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel10
     //
     this.xrLabel10.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     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(0F, 0F);
     this.xrLabel10.Name                           = "xrLabel10";
     this.xrLabel10.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                          = new System.Drawing.SizeF(119.625F, 25F);
     this.xrLabel10.StylePriority.UseBorders       = false;
     this.xrLabel10.StylePriority.UseFont          = false;
     this.xrLabel10.StylePriority.UsePadding       = false;
     this.xrLabel10.StylePriority.UseTextAlignment = false;
     this.xrLabel10.Text                           = "Chief Complain:";
     this.xrLabel10.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lbCMP
     //
     this.lbCMP.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.lbCMP.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbCMP.LocationFloat                  = new DevExpress.Utils.PointFloat(119.625F, 0F);
     this.lbCMP.Name                           = "lbCMP";
     this.lbCMP.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbCMP.SizeF                          = new System.Drawing.SizeF(363.375F, 25F);
     this.lbCMP.StylePriority.UseBorders       = false;
     this.lbCMP.StylePriority.UseFont          = false;
     this.lbCMP.StylePriority.UsePadding       = false;
     this.lbCMP.StylePriority.UseTextAlignment = false;
     this.lbCMP.Text                           = "lbCMP";
     this.lbCMP.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel13
     //
     this.xrLabel13.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     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(0F, 25F);
     this.xrLabel13.Name                           = "xrLabel13";
     this.xrLabel13.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrLabel13.SizeF                          = new System.Drawing.SizeF(119.625F, 25F);
     this.xrLabel13.StylePriority.UseBorders       = false;
     this.xrLabel13.StylePriority.UseFont          = false;
     this.xrLabel13.StylePriority.UsePadding       = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text                           = "Examination:";
     this.xrLabel13.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lbEXM
     //
     this.lbEXM.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.lbEXM.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbEXM.LocationFloat                  = new DevExpress.Utils.PointFloat(119.625F, 25F);
     this.lbEXM.Name                           = "lbEXM";
     this.lbEXM.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbEXM.SizeF                          = new System.Drawing.SizeF(363.375F, 25F);
     this.lbEXM.StylePriority.UseBorders       = false;
     this.lbEXM.StylePriority.UseFont          = false;
     this.lbEXM.StylePriority.UsePadding       = false;
     this.lbEXM.StylePriority.UseTextAlignment = false;
     this.lbEXM.Text                           = "lbEXM";
     this.lbEXM.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel15
     //
     this.xrLabel15.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel15.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel15.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 50F);
     this.xrLabel15.Name                           = "xrLabel15";
     this.xrLabel15.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrLabel15.SizeF                          = new System.Drawing.SizeF(119.625F, 25F);
     this.xrLabel15.StylePriority.UseBorders       = false;
     this.xrLabel15.StylePriority.UseFont          = false;
     this.xrLabel15.StylePriority.UsePadding       = false;
     this.xrLabel15.StylePriority.UseTextAlignment = false;
     this.xrLabel15.Text                           = "Treatment Plan:";
     this.xrLabel15.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lbTMP
     //
     this.lbTMP.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.lbTMP.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbTMP.LocationFloat                  = new DevExpress.Utils.PointFloat(119.625F, 50F);
     this.lbTMP.Name                           = "lbTMP";
     this.lbTMP.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbTMP.SizeF                          = new System.Drawing.SizeF(363.375F, 25F);
     this.lbTMP.StylePriority.UseBorders       = false;
     this.lbTMP.StylePriority.UseFont          = false;
     this.lbTMP.StylePriority.UsePadding       = false;
     this.lbTMP.StylePriority.UseTextAlignment = false;
     this.lbTMP.Text                           = "lbTMP";
     this.lbTMP.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel17
     //
     this.xrLabel17.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel17.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel17.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 75F);
     this.xrLabel17.Name                           = "xrLabel17";
     this.xrLabel17.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrLabel17.SizeF                          = new System.Drawing.SizeF(119.625F, 25F);
     this.xrLabel17.StylePriority.UseBorders       = false;
     this.xrLabel17.StylePriority.UseFont          = false;
     this.xrLabel17.StylePriority.UsePadding       = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.Text                           = "Medicine:";
     this.xrLabel17.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lbMED
     //
     this.lbMED.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.lbMED.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbMED.LocationFloat                  = new DevExpress.Utils.PointFloat(119.625F, 75F);
     this.lbMED.Multiline                      = true;
     this.lbMED.Name                           = "lbMED";
     this.lbMED.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbMED.SizeF                          = new System.Drawing.SizeF(363.375F, 25F);
     this.lbMED.StylePriority.UseBorders       = false;
     this.lbMED.StylePriority.UseFont          = false;
     this.lbMED.StylePriority.UsePadding       = false;
     this.lbMED.StylePriority.UseTextAlignment = false;
     this.lbMED.Text                           = "lbMED";
     this.lbMED.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 50F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 50F;
     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.bcdMAIN,
         this.xrLabel4,
         this.xrLabel3,
         this.xrLabel2,
         this.xrLabel1
     });
     this.ReportHeader.HeightF = 137.5F;
     this.ReportHeader.Name    = "ReportHeader";
     //
     // bcdMAIN
     //
     this.bcdMAIN.AutoModule                     = true;
     this.bcdMAIN.LocationFloat                  = new DevExpress.Utils.PointFloat(383F, 0F);
     this.bcdMAIN.Name                           = "bcdMAIN";
     this.bcdMAIN.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.bcdMAIN.ShowText                       = false;
     this.bcdMAIN.SizeF                          = new System.Drawing.SizeF(100F, 92F);
     this.bcdMAIN.StylePriority.UsePadding       = false;
     this.bcdMAIN.StylePriority.UseTextAlignment = false;
     qrCodeGenerator1.Version                    = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
     this.bcdMAIN.Symbology                      = qrCodeGenerator1;
     this.bcdMAIN.Text                           = "ST MART";
     this.bcdMAIN.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(101.0417F, 105F);
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(281.9584F, 23F);
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UsePadding       = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text                           = "CLINIC REPORT";
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.Font                           = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(101.0417F, 76F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(281.9583F, 23F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UsePadding       = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "Phone: 8731068220, 9856904500";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.Font                           = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(101.0417F, 23F);
     this.xrLabel2.Multiline                      = true;
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(281.9583F, 53F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UsePadding       = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "Ramhlun Venglai\r\nOpposite Biakliana Petrol Pump,\r\nAizawl Mizoram 796001";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.Font                           = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(101.0417F, 0F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(281.9583F, 23F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UsePadding       = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "HOPE DENTAL CLINIC";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLine2,
         this.lbSEX,
         this.xrLabel7,
         this.xrLine1,
         this.lbTDT,
         this.lbAGE,
         this.xrLabel12,
         this.lbADR,
         this.lbPNM,
         this.xrLabel9,
         this.xrLabel8,
         this.lbPID,
         this.xrLabel6,
         this.xrLabel5
     });
     this.PageHeader.HeightF = 107F;
     this.PageHeader.Name    = "PageHeader";
     //
     // xrLine2
     //
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(0F, 22.99999F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(483F, 2F);
     //
     // lbSEX
     //
     this.lbSEX.LocationFloat = new DevExpress.Utils.PointFloat(383F, 47.99998F);
     this.lbSEX.Name          = "lbSEX";
     this.lbSEX.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbSEX.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.lbSEX.Text          = "lbSEX";
     //
     // xrLabel7
     //
     this.xrLabel7.LocationFloat = new DevExpress.Utils.PointFloat(328.1249F, 47.99998F);
     this.xrLabel7.Name          = "xrLabel7";
     this.xrLabel7.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF         = new System.Drawing.SizeF(54.87524F, 23F);
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text          = "Sex:";
     this.xrLabel7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 93.99998F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(483F, 13F);
     //
     // lbTDT
     //
     this.lbTDT.LocationFloat = new DevExpress.Utils.PointFloat(383F, 0F);
     this.lbTDT.Name          = "lbTDT";
     this.lbTDT.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbTDT.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.lbTDT.StylePriority.UseTextAlignment = false;
     this.lbTDT.Text          = "lbTDT";
     this.lbTDT.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lbAGE
     //
     this.lbAGE.LocationFloat = new DevExpress.Utils.PointFloat(383F, 24.99999F);
     this.lbAGE.Name          = "lbAGE";
     this.lbAGE.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbAGE.SizeF         = new System.Drawing.SizeF(100F, 23F);
     this.lbAGE.StylePriority.UseTextAlignment = false;
     this.lbAGE.Text          = "lbAGE";
     this.lbAGE.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel12
     //
     this.xrLabel12.LocationFloat = new DevExpress.Utils.PointFloat(328.1249F, 24.99999F);
     this.xrLabel12.Name          = "xrLabel12";
     this.xrLabel12.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF         = new System.Drawing.SizeF(54.87506F, 23F);
     this.xrLabel12.StylePriority.UseTextAlignment = false;
     this.xrLabel12.Text          = "Age:";
     this.xrLabel12.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lbADR
     //
     this.lbADR.LocationFloat = new DevExpress.Utils.PointFloat(68.99999F, 70.99998F);
     this.lbADR.Name          = "lbADR";
     this.lbADR.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbADR.SizeF         = new System.Drawing.SizeF(259.1249F, 23F);
     this.lbADR.StylePriority.UseTextAlignment = false;
     this.lbADR.Text          = "lbADR";
     this.lbADR.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lbPNM
     //
     this.lbPNM.LocationFloat = new DevExpress.Utils.PointFloat(68.99999F, 47.99998F);
     this.lbPNM.Name          = "lbPNM";
     this.lbPNM.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbPNM.SizeF         = new System.Drawing.SizeF(259.1249F, 23F);
     this.lbPNM.StylePriority.UseTextAlignment = false;
     this.lbPNM.Text          = "lbPNM";
     this.lbPNM.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel9
     //
     this.xrLabel9.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 70.99998F);
     this.xrLabel9.Name                           = "xrLabel9";
     this.xrLabel9.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrLabel9.SizeF                          = new System.Drawing.SizeF(69F, 23F);
     this.xrLabel9.StylePriority.UsePadding       = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text                           = "Address:";
     this.xrLabel9.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel8
     //
     this.xrLabel8.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 47.99998F);
     this.xrLabel8.Name                           = "xrLabel8";
     this.xrLabel8.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                          = new System.Drawing.SizeF(69F, 23F);
     this.xrLabel8.StylePriority.UsePadding       = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text                           = "Name:";
     this.xrLabel8.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lbPID
     //
     this.lbPID.LocationFloat = new DevExpress.Utils.PointFloat(68.99999F, 24.99999F);
     this.lbPID.Name          = "lbPID";
     this.lbPID.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbPID.SizeF         = new System.Drawing.SizeF(259.1249F, 23F);
     this.lbPID.StylePriority.UseTextAlignment = false;
     this.lbPID.Text          = "lbPID";
     this.lbPID.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel6
     //
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 24.99999F);
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(69F, 23F);
     this.xrLabel6.StylePriority.UsePadding       = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "ID:";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel5
     //
     this.xrLabel5.Font                     = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat            = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrLabel5.Name                     = "xrLabel5";
     this.xrLabel5.Padding                  = new DevExpress.XtraPrinting.PaddingInfo(5, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                    = new System.Drawing.SizeF(328.1249F, 23F);
     this.xrLabel5.StylePriority.UseFont    = false;
     this.xrLabel5.StylePriority.UsePadding = false;
     this.xrLabel5.Text                     = "Patient Information";
     //
     // lbRGN
     //
     this.lbRGN.LocationFloat = new DevExpress.Utils.PointFloat(268.4167F, 46.00003F);
     this.lbRGN.Name          = "lbRGN";
     this.lbRGN.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbRGN.SizeF         = new System.Drawing.SizeF(214.5833F, 23F);
     this.lbRGN.StylePriority.UseTextAlignment = false;
     this.lbRGN.Text          = "Regn. No - 900A";
     this.lbRGN.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lbQLN
     //
     this.lbQLN.LocationFloat = new DevExpress.Utils.PointFloat(268.4167F, 23.00002F);
     this.lbQLN.Name          = "lbQLN";
     this.lbQLN.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbQLN.SizeF         = new System.Drawing.SizeF(214.5833F, 23F);
     this.lbQLN.StylePriority.UseTextAlignment = false;
     this.lbQLN.Text          = "BDS Guwahati";
     this.lbQLN.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lbDOC
     //
     this.lbDOC.LocationFloat = new DevExpress.Utils.PointFloat(268.4167F, 0F);
     this.lbDOC.Name          = "lbDOC";
     this.lbDOC.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbDOC.SizeF         = new System.Drawing.SizeF(214.5833F, 23F);
     this.lbDOC.StylePriority.UseTextAlignment = false;
     this.lbDOC.Text          = "Dr. Rebecca L. Renthlei (BDS)";
     this.lbDOC.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lbDOC,
         this.lbQLN,
         this.lbRGN
     });
     this.PageFooter.HeightF = 69.00003F;
     this.PageFooter.Name    = "PageFooter";
     //
     // rptClinicReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.PageHeader,
         this.PageFooter
     });
     this.DisplayName = "Clinic Report";
     this.Font        = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margins     = new System.Drawing.Printing.Margins(50, 50, 50, 50);
     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()
 {
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     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.linQTY_BOX         = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine5            = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel13          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel11          = new DevExpress.XtraReports.UI.XRLabel();
     this.linQTY_PCS         = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel18          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel17          = new DevExpress.XtraReports.UI.XRLabel();
     this.lblEQUAL           = new DevExpress.XtraReports.UI.XRLabel();
     this.lblPCS             = new DevExpress.XtraReports.UI.XRLabel();
     this.lblBOX             = new DevExpress.XtraReports.UI.XRLabel();
     this.lblQTY             = new DevExpress.XtraReports.UI.XRLabel();
     this.linPART_NO         = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel12          = new DevExpress.XtraReports.UI.XRLabel();
     this.lblPART_NO         = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportFooter       = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrPageBreak1       = new DevExpress.XtraReports.UI.XRPageBreak();
     this.dtS_PALLET_DETAIL1 = new HTN.BITS.UIL.PLASESS.TableSchema.DTS_PALLET_DETAIL();
     this.PageHeader         = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrLine6            = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine4            = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel10          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3           = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2           = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8           = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine3            = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine2            = new DevExpress.XtraReports.UI.XRLine();
     this.xrLine1            = new DevExpress.XtraReports.UI.XRLine();
     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.xrLabel1           = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel9           = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter         = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrLabel22          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel21          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine9            = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel20          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLine8            = new DevExpress.XtraReports.UI.XRLine();
     this.xrLabel19          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrBarCode1         = new DevExpress.XtraReports.UI.XRBarCode();
     ((System.ComponentModel.ISupportInitialize)(this.dtS_PALLET_DETAIL1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 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;
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1,
         this.ReportFooter
     });
     this.DetailReport.DataMember = "T_PALLET_HDR.T_PALLET_HDR_T_PALLET_DTL";
     this.DetailReport.DataSource = this.dtS_PALLET_DETAIL1;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.linQTY_BOX,
         this.xrLine5,
         this.xrLabel13,
         this.xrLabel11,
         this.linQTY_PCS,
         this.xrLabel18,
         this.xrLabel17,
         this.lblEQUAL,
         this.lblPCS,
         this.lblBOX,
         this.lblQTY,
         this.linPART_NO,
         this.xrLabel12,
         this.lblPART_NO
     });
     this.Detail1.HeightF = 52F;
     this.Detail1.Name    = "Detail1";
     //
     // linQTY_BOX
     //
     this.linQTY_BOX.LocationFloat = new DevExpress.Utils.PointFloat(595.3541F, 37.41665F);
     this.linQTY_BOX.Name          = "linQTY_BOX";
     this.linQTY_BOX.SizeF         = new System.Drawing.SizeF(110F, 2F);
     //
     // xrLine5
     //
     this.xrLine5.LocationFloat = new DevExpress.Utils.PointFloat(461.354F, 37.41665F);
     this.xrLine5.Name          = "xrLine5";
     this.xrLine5.SizeF         = new System.Drawing.SizeF(110F, 2F);
     //
     // xrLabel13
     //
     this.xrLabel13.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_PALLET_HDR.T_PALLET_HDR_T_PALLET_DTL.QTY", "{0:#,##0}")
     });
     this.xrLabel13.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel13.LocationFloat                  = new DevExpress.Utils.PointFloat(461.354F, 4.000028F);
     this.xrLabel13.Name                           = "xrLabel13";
     this.xrLabel13.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 7, 0, 0, 100F);
     this.xrLabel13.SizeF                          = new System.Drawing.SizeF(110F, 33.42F);
     this.xrLabel13.StylePriority.UseFont          = false;
     this.xrLabel13.StylePriority.UsePadding       = false;
     this.xrLabel13.StylePriority.UseTextAlignment = false;
     this.xrLabel13.Text                           = "xrLabel13";
     this.xrLabel13.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrLabel13.WordWrap                       = false;
     //
     // xrLabel11
     //
     this.xrLabel11.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel11.LocationFloat                  = new DevExpress.Utils.PointFloat(575.3749F, 3.999996F);
     this.xrLabel11.Name                           = "xrLabel11";
     this.xrLabel11.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel11.SizeF                          = new System.Drawing.SizeF(16F, 33.41667F);
     this.xrLabel11.StylePriority.UseFont          = false;
     this.xrLabel11.StylePriority.UseTextAlignment = false;
     this.xrLabel11.Text                           = "X";
     this.xrLabel11.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // linQTY_PCS
     //
     this.linQTY_PCS.LocationFloat = new DevExpress.Utils.PointFloat(777.0416F, 37.41665F);
     this.linQTY_PCS.Name          = "linQTY_PCS";
     this.linQTY_PCS.SizeF         = new System.Drawing.SizeF(110F, 2F);
     //
     // xrLabel18
     //
     this.xrLabel18.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_PALLET_HDR.T_PALLET_HDR_T_PALLET_DTL.PCS_QTY", "{0:#,##0}")
     });
     this.xrLabel18.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel18.LocationFloat                  = new DevExpress.Utils.PointFloat(777.0416F, 4.000028F);
     this.xrLabel18.Name                           = "xrLabel18";
     this.xrLabel18.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 7, 0, 0, 100F);
     this.xrLabel18.SizeF                          = new System.Drawing.SizeF(110F, 33.42F);
     this.xrLabel18.StylePriority.UseFont          = false;
     this.xrLabel18.StylePriority.UsePadding       = false;
     this.xrLabel18.StylePriority.UseTextAlignment = false;
     this.xrLabel18.Text                           = "xrLabel18";
     this.xrLabel18.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrLabel18.WordWrap                       = false;
     //
     // xrLabel17
     //
     this.xrLabel17.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_PALLET_HDR.T_PALLET_HDR_T_PALLET_DTL.BOX_QTY", "{0:#,##0}")
     });
     this.xrLabel17.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel17.LocationFloat                  = new DevExpress.Utils.PointFloat(595.3541F, 4.000028F);
     this.xrLabel17.Name                           = "xrLabel17";
     this.xrLabel17.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 7, 0, 0, 100F);
     this.xrLabel17.SizeF                          = new System.Drawing.SizeF(110F, 33.42F);
     this.xrLabel17.StylePriority.UseFont          = false;
     this.xrLabel17.StylePriority.UsePadding       = false;
     this.xrLabel17.StylePriority.UseTextAlignment = false;
     this.xrLabel17.Text                           = "xrLabel17";
     this.xrLabel17.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrLabel17.WordWrap                       = false;
     //
     // lblEQUAL
     //
     this.lblEQUAL.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEQUAL.LocationFloat                  = new DevExpress.Utils.PointFloat(756.2083F, 3.999996F);
     this.lblEQUAL.Name                           = "lblEQUAL";
     this.lblEQUAL.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblEQUAL.SizeF                          = new System.Drawing.SizeF(20.83331F, 33.41667F);
     this.lblEQUAL.StylePriority.UseFont          = false;
     this.lblEQUAL.StylePriority.UseTextAlignment = false;
     this.lblEQUAL.Text                           = "=";
     this.lblEQUAL.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblPCS
     //
     this.lblPCS.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPCS.LocationFloat                  = new DevExpress.Utils.PointFloat(887.0416F, 3.999996F);
     this.lblPCS.Name                           = "lblPCS";
     this.lblPCS.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblPCS.SizeF                          = new System.Drawing.SizeF(46F, 33.41667F);
     this.lblPCS.StylePriority.UseFont          = false;
     this.lblPCS.StylePriority.UseTextAlignment = false;
     this.lblPCS.Text                           = "PCS.";
     this.lblPCS.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblBOX
     //
     this.lblBOX.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBOX.LocationFloat                  = new DevExpress.Utils.PointFloat(707.375F, 3.999996F);
     this.lblBOX.Name                           = "lblBOX";
     this.lblBOX.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblBOX.SizeF                          = new System.Drawing.SizeF(45.83331F, 33.41667F);
     this.lblBOX.StylePriority.UseFont          = false;
     this.lblBOX.StylePriority.UseTextAlignment = false;
     this.lblBOX.Text                           = "BOX";
     this.lblBOX.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // lblQTY
     //
     this.lblQTY.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblQTY.LocationFloat                  = new DevExpress.Utils.PointFloat(400.0207F, 3.999996F);
     this.lblQTY.Name                           = "lblQTY";
     this.lblQTY.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblQTY.SizeF                          = new System.Drawing.SizeF(58.33334F, 33.41667F);
     this.lblQTY.StylePriority.UseFont          = false;
     this.lblQTY.StylePriority.UseTextAlignment = false;
     this.lblQTY.Text                           = "QTY.";
     this.lblQTY.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // linPART_NO
     //
     this.linPART_NO.LocationFloat = new DevExpress.Utils.PointFloat(107.8333F, 37.41665F);
     this.linPART_NO.Name          = "linPART_NO";
     this.linPART_NO.SizeF         = new System.Drawing.SizeF(280.9791F, 2F);
     //
     // xrLabel12
     //
     this.xrLabel12.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_PALLET_HDR.T_PALLET_HDR_T_PALLET_DTL.PRODUCT_NO")
     });
     this.xrLabel12.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel12.LocationFloat                  = new DevExpress.Utils.PointFloat(107.8333F, 3.999996F);
     this.xrLabel12.Name                           = "xrLabel12";
     this.xrLabel12.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel12.SizeF                          = new System.Drawing.SizeF(280.9791F, 33.41665F);
     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;
     //
     // lblPART_NO
     //
     this.lblPART_NO.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblPART_NO.LocationFloat                  = new DevExpress.Utils.PointFloat(2.749938F, 3.999996F);
     this.lblPART_NO.Name                           = "lblPART_NO";
     this.lblPART_NO.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblPART_NO.SizeF                          = new System.Drawing.SizeF(102.0833F, 33.41667F);
     this.lblPART_NO.StylePriority.UseFont          = false;
     this.lblPART_NO.StylePriority.UseTextAlignment = false;
     this.lblPART_NO.Text                           = "PART NO.:";
     this.lblPART_NO.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageBreak1
     });
     this.ReportFooter.HeightF = 2F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // xrPageBreak1
     //
     this.xrPageBreak1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPageBreak1.Name          = "xrPageBreak1";
     //
     // dtS_PALLET_DETAIL1
     //
     this.dtS_PALLET_DETAIL1.DataSetName             = "DTS_PALLET_DETAIL";
     this.dtS_PALLET_DETAIL1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrBarCode1,
         this.xrLine6,
         this.xrLine4,
         this.xrLabel10,
         this.xrLabel3,
         this.xrLabel2,
         this.xrLabel8,
         this.xrLine3,
         this.xrLine2,
         this.xrLine1,
         this.xrLabel7,
         this.xrLabel6,
         this.xrLabel5,
         this.xrLabel4,
         this.xrLabel1,
         this.xrLabel9
     });
     this.PageHeader.HeightF = 211.4583F;
     this.PageHeader.Name    = "PageHeader";
     //
     // xrLine6
     //
     this.xrLine6.LineStyle     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.xrLine6.LocationFloat = new DevExpress.Utils.PointFloat(0F, 192.0833F);
     this.xrLine6.Name          = "xrLine6";
     this.xrLine6.SizeF         = new System.Drawing.SizeF(930.2917F, 9.375F);
     //
     // xrLine4
     //
     this.xrLine4.LocationFloat = new DevExpress.Utils.PointFloat(153.8749F, 151.0833F);
     this.xrLine4.Name          = "xrLine4";
     this.xrLine4.SizeF         = new System.Drawing.SizeF(661.9167F, 2F);
     //
     // xrLabel10
     //
     this.xrLabel10.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_PALLET_HDR.PARTY_NAME")
     });
     this.xrLabel10.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel10.LocationFloat                  = new DevExpress.Utils.PointFloat(153.875F, 117.6667F);
     this.xrLabel10.Name                           = "xrLabel10";
     this.xrLabel10.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel10.SizeF                          = new System.Drawing.SizeF(661.9166F, 33.41669F);
     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;
     //
     // xrLabel3
     //
     this.xrLabel3.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(5.749938F, 117.6667F);
     this.xrLabel3.Name                           = "xrLabel3";
     this.xrLabel3.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.SizeF                          = new System.Drawing.SizeF(139.5833F, 33.41667F);
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "DELIVERY TO:";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel2
     //
     this.xrLabel2.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_PALLET_HDR.PALLET_SEQ", "[{0}]")
     });
     this.xrLabel2.Font                           = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(818.0001F, 101.7917F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(115.9999F, 57.2917F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "xrLabel2";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrLabel2.WordWrap                       = false;
     //
     // xrLabel8
     //
     this.xrLabel8.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel8.LocationFloat                  = new DevExpress.Utils.PointFloat(480.7083F, 73.66667F);
     this.xrLabel8.Name                           = "xrLabel8";
     this.xrLabel8.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                          = new System.Drawing.SizeF(122F, 33.41666F);
     this.xrLabel8.StylePriority.UseFont          = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text                           = "PALLET NO.:";
     this.xrLabel8.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel8.WordWrap                       = false;
     //
     // xrLine3
     //
     this.xrLine3.LocationFloat = new DevExpress.Utils.PointFloat(320.6041F, 107.0833F);
     this.xrLine3.Name          = "xrLine3";
     this.xrLine3.SizeF         = new System.Drawing.SizeF(68.75006F, 2F);
     //
     // xrLine2
     //
     this.xrLine2.LocationFloat = new DevExpress.Utils.PointFloat(78.58328F, 107.0833F);
     this.xrLine2.Name          = "xrLine2";
     this.xrLine2.SizeF         = new System.Drawing.SizeF(152.0833F, 2F);
     //
     // xrLine1
     //
     this.xrLine1.LocationFloat = new DevExpress.Utils.PointFloat(603.7916F, 107.0833F);
     this.xrLine1.Name          = "xrLine1";
     this.xrLine1.SizeF         = new System.Drawing.SizeF(195.12F, 2F);
     //
     // xrLabel7
     //
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_PALLET_HDR.ETA", "{0:HH:mm}")
     });
     this.xrLabel7.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(320.6041F, 73.66667F);
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(68.75006F, 33.41666F);
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text                           = "xrLabel7";
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel7.WordWrap                       = false;
     //
     // xrLabel6
     //
     this.xrLabel6.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(252.8958F, 73.66667F);
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(67.70831F, 33.41666F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "TIME:";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel5
     //
     this.xrLabel5.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_PALLET_HDR.ETA", "{0:dd-MMM-yyyy}")
     });
     this.xrLabel5.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(78.83334F, 73.66667F);
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(152.0833F, 33.41666F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "xrLabel5";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel5.WordWrap                       = false;
     //
     // xrLabel4
     //
     this.xrLabel4.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(7F, 73.66667F);
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(70.83334F, 33.41666F);
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text                           = "DATE:";
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.Font                           = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(268.75F, 6F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(400F, 39.66667F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "DETAILS ON THE PALLET";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrLabel1.WordWrap                       = false;
     //
     // xrLabel9
     //
     this.xrLabel9.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_PALLET_HDR.PALLET_NO")
     });
     this.xrLabel9.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel9.LocationFloat                  = new DevExpress.Utils.PointFloat(604.7916F, 73.66667F);
     this.xrLabel9.Name                           = "xrLabel9";
     this.xrLabel9.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel9.SizeF                          = new System.Drawing.SizeF(194.12F, 33.41666F);
     this.xrLabel9.StylePriority.UseFont          = false;
     this.xrLabel9.StylePriority.UseTextAlignment = false;
     this.xrLabel9.Text                           = "xrLabel9";
     this.xrLabel9.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrLabel9.WordWrap                       = false;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel22,
         this.xrLabel21,
         this.xrLine9,
         this.xrLabel20,
         this.xrLine8,
         this.xrLabel19
     });
     this.PageFooter.HeightF = 62.5F;
     this.PageFooter.Name    = "PageFooter";
     //
     // xrLabel22
     //
     this.xrLabel22.Font                           = new System.Drawing.Font("Tahoma", 8F);
     this.xrLabel22.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 47.5F);
     this.xrLabel22.Name                           = "xrLabel22";
     this.xrLabel22.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel22.SizeF                          = new System.Drawing.SizeF(63.04162F, 15F);
     this.xrLabel22.StylePriority.UseFont          = false;
     this.xrLabel22.StylePriority.UseTextAlignment = false;
     this.xrLabel22.Text                           = "TMRT-0626";
     this.xrLabel22.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel21
     //
     this.xrLabel21.Font                           = new System.Drawing.Font("Tahoma", 13F);
     this.xrLabel21.LocationFloat                  = new DevExpress.Utils.PointFloat(783.1667F, 39.08332F);
     this.xrLabel21.Name                           = "xrLabel21";
     this.xrLabel21.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel21.SizeF                          = new System.Drawing.SizeF(150.8333F, 23.41668F);
     this.xrLabel21.StylePriority.UseFont          = false;
     this.xrLabel21.StylePriority.UseTextAlignment = false;
     this.xrLabel21.Text                           = "FM-INJ-PC-113-00";
     this.xrLabel21.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     //
     // xrLine9
     //
     this.xrLine9.LocationFloat = new DevExpress.Utils.PointFloat(610.375F, 31.41671F);
     this.xrLine9.Name          = "xrLine9";
     this.xrLine9.SizeF         = new System.Drawing.SizeF(264.9374F, 2F);
     //
     // xrLabel20
     //
     this.xrLabel20.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel20.LocationFloat                  = new DevExpress.Utils.PointFloat(473.0834F, 0F);
     this.xrLabel20.Name                           = "xrLabel20";
     this.xrLabel20.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel20.SizeF                          = new System.Drawing.SizeF(137.2916F, 33.41665F);
     this.xrLabel20.StylePriority.UseFont          = false;
     this.xrLabel20.StylePriority.UseTextAlignment = false;
     this.xrLabel20.Text                           = "CHECKED BY:";
     this.xrLabel20.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLine8
     //
     this.xrLine8.LocationFloat = new DevExpress.Utils.PointFloat(133.8749F, 31.41671F);
     this.xrLine8.Name          = "xrLine8";
     this.xrLine8.SizeF         = new System.Drawing.SizeF(264.9374F, 2F);
     //
     // xrLabel19
     //
     this.xrLabel19.Font                           = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel19.LocationFloat                  = new DevExpress.Utils.PointFloat(7.000001F, 0F);
     this.xrLabel19.Name                           = "xrLabel19";
     this.xrLabel19.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel19.SizeF                          = new System.Drawing.SizeF(126.8749F, 33.41665F);
     this.xrLabel19.StylePriority.UseFont          = false;
     this.xrLabel19.StylePriority.UseTextAlignment = false;
     this.xrLabel19.Text                           = "PREPARE BY:";
     this.xrLabel19.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // 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_PALLET_HDR.PALLET_NO")
     });
     this.xrBarCode1.LocationFloat                  = new DevExpress.Utils.PointFloat(824.0417F, 9.999994F);
     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(105.9999F, 80.45836F);
     this.xrBarCode1.StylePriority.UsePadding       = false;
     this.xrBarCode1.StylePriority.UseTextAlignment = false;
     qrCodeGenerator1.Version                       = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
     this.xrBarCode1.Symbology                      = qrCodeGenerator1;
     this.xrBarCode1.Text                           = "PL160100006-1";
     this.xrBarCode1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // RPT_PALLET_DETAIL
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.DetailReport,
         this.PageHeader,
         this.PageFooter
     });
     this.DataMember      = "T_PALLET_HDR";
     this.DataSource      = this.dtS_PALLET_DETAIL1;
     this.Landscape       = true;
     this.Margins         = new System.Drawing.Printing.Margins(25, 25, 25, 25);
     this.PageHeight      = 693;
     this.PageWidth       = 984;
     this.PaperKind       = System.Drawing.Printing.PaperKind.B5;
     this.Version         = "11.2";
     this.FillEmptySpace += new DevExpress.XtraReports.UI.BandEventHandler(this.RPT_PALLET_DETAIL_FillEmptySpace);
     ((System.ComponentModel.ISupportInitialize)(this.dtS_PALLET_DETAIL1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator  qrCodeGenerator4  = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     DevExpress.XtraPrinting.BarCode.Code128Generator code128Generator4 = new DevExpress.XtraPrinting.BarCode.Code128Generator();
     this.gridView2           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridControl1        = new DevExpress.XtraGrid.GridControl();
     this.gridView1           = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.comboBox1           = new System.Windows.Forms.ComboBox();
     this.lookUpEdit1         = new DevExpress.XtraEditors.LookUpEdit();
     this.textBox1            = new System.Windows.Forms.TextBox();
     this.button1             = new System.Windows.Forms.Button();
     this.lookUpEdit2         = new DevExpress.XtraEditors.LookUpEdit();
     this.barCodeControl1     = new DevExpress.XtraEditors.BarCodeControl();
     this.textEdit1           = new DevExpress.XtraEditors.TextEdit();
     this.calcEdit1           = new DevExpress.XtraEditors.CalcEdit();
     this.simpleButton1       = new DevExpress.XtraEditors.SimpleButton();
     this.textEdit2           = new DevExpress.XtraEditors.TextEdit();
     this.button2             = new System.Windows.Forms.Button();
     this.progressBarControl1 = new DevExpress.XtraEditors.ProgressBarControl();
     this.simpleButton2       = new DevExpress.XtraEditors.SimpleButton();
     this.barCodeControl2     = new DevExpress.XtraEditors.BarCodeControl();
     this.simpleButton3       = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.calcEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // gridView2
     //
     this.gridView2.GridControl = this.gridControl1;
     this.gridView2.Name        = "gridView2";
     //
     // gridControl1
     //
     this.gridControl1.EmbeddedNavigator.Buttons.Append.Visible     = false;
     this.gridControl1.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridControl1.EmbeddedNavigator.Buttons.Edit.Visible       = false;
     this.gridControl1.EmbeddedNavigator.Buttons.EndEdit.Visible    = false;
     this.gridControl1.EmbeddedNavigator.Buttons.Remove.Visible     = false;
     gridLevelNode2.RelationName = "Level1";
     this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode2
     });
     this.gridControl1.Location             = new System.Drawing.Point(12, 183);
     this.gridControl1.MainView             = this.gridView1;
     this.gridControl1.Name                 = "gridControl1";
     this.gridControl1.Size                 = new System.Drawing.Size(776, 322);
     this.gridControl1.TabIndex             = 7;
     this.gridControl1.UseEmbeddedNavigator = true;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1,
         this.gridView2
     });
     //
     // gridView1
     //
     this.gridView1.GridControl        = this.gridControl1;
     this.gridView1.Name               = "gridView1";
     this.gridView1.RowClick          += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
     this.gridView1.MasterRowExpanded += new DevExpress.XtraGrid.Views.Grid.CustomMasterRowEventHandler(this.gridView1_MasterRowExpanded);
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(13, 92);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(193, 21);
     this.comboBox1.TabIndex = 1;
     //
     // lookUpEdit1
     //
     this.lookUpEdit1.Location = new System.Drawing.Point(12, 39);
     this.lookUpEdit1.Name     = "lookUpEdit1";
     this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lookUpEdit1.Properties.NullText = "";
     this.lookUpEdit1.Size              = new System.Drawing.Size(273, 20);
     this.lookUpEdit1.TabIndex          = 2;
     this.lookUpEdit1.EditValueChanged += new System.EventHandler(this.lookUpEdit1_EditValueChanged);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(13, 66);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(191, 20);
     this.textBox1.TabIndex = 3;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(210, 66);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 4;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // lookUpEdit2
     //
     this.lookUpEdit2.Location = new System.Drawing.Point(12, 13);
     this.lookUpEdit2.Name     = "lookUpEdit2";
     this.lookUpEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.lookUpEdit2.Size              = new System.Drawing.Size(273, 20);
     this.lookUpEdit2.TabIndex          = 5;
     this.lookUpEdit2.EditValueChanged += new System.EventHandler(this.lookUpEdit2_EditValueChanged);
     //
     // barCodeControl1
     //
     this.barCodeControl1.AutoModule              = true;
     this.barCodeControl1.HorizontalAlignment     = DevExpress.Utils.HorzAlignment.Center;
     this.barCodeControl1.HorizontalTextAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.barCodeControl1.Location         = new System.Drawing.Point(291, 12);
     this.barCodeControl1.Name             = "barCodeControl1";
     this.barCodeControl1.Padding          = new System.Windows.Forms.Padding(10, 2, 10, 0);
     this.barCodeControl1.Size             = new System.Drawing.Size(237, 100);
     qrCodeGenerator4.ErrorCorrectionLevel = DevExpress.XtraPrinting.BarCode.QRCodeErrorCorrectionLevel.M;
     qrCodeGenerator4.Version       = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
     this.barCodeControl1.Symbology = qrCodeGenerator4;
     this.barCodeControl1.TabIndex  = 6;
     //
     // textEdit1
     //
     this.textEdit1.EditValue = "Test thoi";
     this.textEdit1.Location  = new System.Drawing.Point(534, 12);
     this.textEdit1.Name      = "textEdit1";
     this.textEdit1.Properties.Mask.BeepOnError = true;
     this.textEdit1.Properties.Mask.EditMask    = "n";
     this.textEdit1.Size     = new System.Drawing.Size(254, 20);
     this.textEdit1.TabIndex = 8;
     //
     // calcEdit1
     //
     this.calcEdit1.Location = new System.Drawing.Point(534, 39);
     this.calcEdit1.Name     = "calcEdit1";
     this.calcEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.calcEdit1.Size     = new System.Drawing.Size(100, 20);
     this.calcEdit1.TabIndex = 9;
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(640, 38);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(148, 23);
     this.simpleButton1.TabIndex = 10;
     this.simpleButton1.Text     = "simpleButton1";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // textEdit2
     //
     this.textEdit2.Location = new System.Drawing.Point(534, 66);
     this.textEdit2.Name     = "textEdit2";
     this.textEdit2.Size     = new System.Drawing.Size(254, 20);
     this.textEdit2.TabIndex = 11;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(210, 89);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 12;
     this.button2.Text     = "button2";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // progressBarControl1
     //
     this.progressBarControl1.Location = new System.Drawing.Point(12, 147);
     this.progressBarControl1.Name     = "progressBarControl1";
     this.progressBarControl1.Size     = new System.Drawing.Size(273, 30);
     this.progressBarControl1.TabIndex = 13;
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(534, 92);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(254, 23);
     this.simpleButton2.TabIndex = 14;
     this.simpleButton2.Text     = "Check update...";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // barCodeControl2
     //
     this.barCodeControl2.Location  = new System.Drawing.Point(534, 151);
     this.barCodeControl2.Name      = "barCodeControl2";
     this.barCodeControl2.Padding   = new System.Windows.Forms.Padding(10, 2, 10, 0);
     this.barCodeControl2.Size      = new System.Drawing.Size(107, 23);
     this.barCodeControl2.Symbology = code128Generator4;
     this.barCodeControl2.TabIndex  = 15;
     //
     // simpleButton3
     //
     this.simpleButton3.Location = new System.Drawing.Point(534, 122);
     this.simpleButton3.Name     = "simpleButton3";
     this.simpleButton3.Size     = new System.Drawing.Size(254, 23);
     this.simpleButton3.TabIndex = 16;
     this.simpleButton3.Text     = "Test thoi";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 517);
     this.Controls.Add(this.simpleButton3);
     this.Controls.Add(this.barCodeControl2);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.progressBarControl1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.textEdit2);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.calcEdit1);
     this.Controls.Add(this.textEdit1);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.barCodeControl1);
     this.Controls.Add(this.lookUpEdit2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.lookUpEdit1);
     this.Controls.Add(this.comboBox1);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lookUpEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.calcEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl1.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     System.ComponentModel.ComponentResourceManager  resources        = new System.ComponentModel.ComponentResourceManager(typeof(Print_Product_Ticket));
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrPanel1          = new DevExpress.XtraReports.UI.XRPanel();
     this.xrBarCode1        = new DevExpress.XtraReports.UI.XRBarCode();
     this.xrTable1          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell14     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel1          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable2          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell11     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable4          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow4       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell9      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell10     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel2          = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox1     = new DevExpress.XtraReports.UI.XRPictureBox();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrControlStyle1   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.xrControlStyle2   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPanel1
     });
     this.Detail.HeightF       = 400F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPanel1
     //
     this.xrPanel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrPanel1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrPanel1.BorderWidth = 2F;
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrBarCode1,
         this.xrTable1,
         this.xrLabel1,
         this.xrTable2,
         this.xrTable4,
         this.xrLabel2,
         this.xrPictureBox1
     });
     this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPanel1.Name          = "xrPanel1";
     this.xrPanel1.SizeF         = new System.Drawing.SizeF(583F, 400F);
     this.xrPanel1.StylePriority.UseBorderColor = false;
     this.xrPanel1.StylePriority.UseBorders     = false;
     this.xrPanel1.StylePriority.UseBorderWidth = false;
     //
     // xrBarCode1
     //
     this.xrBarCode1.Alignment   = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrBarCode1.AutoModule  = true;
     this.xrBarCode1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.xrBarCode1.BorderWidth = 0F;
     this.xrBarCode1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Data_ID]")
     });
     this.xrBarCode1.Font                           = new System.Drawing.Font("Neo Sans Arabic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrBarCode1.ForeColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrBarCode1.LocationFloat                  = new DevExpress.Utils.PointFloat(449.9043F, 265F);
     this.xrBarCode1.Name                           = "xrBarCode1";
     this.xrBarCode1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrBarCode1.ShowText                       = false;
     this.xrBarCode1.SizeF                          = new System.Drawing.SizeF(115F, 125F);
     this.xrBarCode1.StylePriority.UseBorders       = false;
     this.xrBarCode1.StylePriority.UseBorderWidth   = false;
     this.xrBarCode1.StylePriority.UseFont          = false;
     this.xrBarCode1.StylePriority.UseForeColor     = false;
     this.xrBarCode1.StylePriority.UsePadding       = false;
     this.xrBarCode1.StylePriority.UseTextAlignment = false;
     this.xrBarCode1.Symbology                      = qrCodeGenerator1;
     this.xrBarCode1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTable1
     //
     this.xrTable1.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTable1.BorderWidth   = 1F;
     this.xrTable1.Font          = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 74.37499F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.RightToLeft   = DevExpress.XtraReports.UI.RightToLeft.Yes;
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(583F, 100.4167F);
     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.MiddleCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell14
     });
     this.xrTableRow1.Name                     = "xrTableRow1";
     this.xrTableRow1.OddStyleName             = "xrControlStyle1";
     this.xrTableRow1.StylePriority.UseBorders = false;
     this.xrTableRow1.Weight                   = 1.5D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableCell14.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Product_Name]")
     });
     this.xrTableCell14.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F);
     this.xrTableCell14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell14.Multiline = true;
     this.xrTableCell14.Name      = "xrTableCell14";
     this.xrTableCell14.Padding   = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrTableCell14.StyleName = "xrControlStyle2";
     this.xrTableCell14.StylePriority.UseBorders       = false;
     this.xrTableCell14.StylePriority.UseFont          = false;
     this.xrTableCell14.StylePriority.UseForeColor     = false;
     this.xrTableCell14.StylePriority.UsePadding       = false;
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text          = "xrTableCell14";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell14.Weight        = 2.2458175756899559D;
     //
     // xrLabel1
     //
     this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel1.BorderWidth                    = 1F;
     this.xrLabel1.Font                           = new System.Drawing.Font("Neo Sans Arabic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.ForeColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(101.5419F, 250.2083F);
     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(248.2817F, 73F);
     this.xrLabel1.StylePriority.UseBorders       = false;
     this.xrLabel1.StylePriority.UseBorderWidth   = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseForeColor     = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "السعر قبل الخصم";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // 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.BorderWidth   = 1F;
     this.xrTable2.Font          = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     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(583F, 74.37499F);
     this.xrTable2.StylePriority.UseBorders     = false;
     this.xrTable2.StylePriority.UseBorderWidth = false;
     this.xrTable2.StylePriority.UseFont        = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                        | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableRow2.BorderWidth = 1F;
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell11
     });
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.StylePriority.UseBorders       = false;
     this.xrTableRow2.StylePriority.UseBorderWidth   = false;
     this.xrTableRow2.StylePriority.UseTextAlignment = false;
     this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableRow2.Weight        = 3.1833336156209739D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableCell11.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Code]")
     });
     this.xrTableCell11.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F);
     this.xrTableCell11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell11.Name      = "xrTableCell11";
     this.xrTableCell11.StyleName = "xrControlStyle2";
     this.xrTableCell11.StylePriority.UseBorders   = false;
     this.xrTableCell11.StylePriority.UseFont      = false;
     this.xrTableCell11.StylePriority.UseForeColor = false;
     this.xrTableCell11.Weight = 2.9838501039678551D;
     //
     // xrTable4
     //
     this.xrTable4.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTable4.BorderWidth   = 1F;
     this.xrTable4.Font          = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable4.LocationFloat = new DevExpress.Utils.PointFloat(0F, 174.7917F);
     this.xrTable4.Name          = "xrTable4";
     this.xrTable4.RightToLeft   = DevExpress.XtraReports.UI.RightToLeft.Yes;
     this.xrTable4.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow4
     });
     this.xrTable4.SizeF = new System.Drawing.SizeF(583.0001F, 75.41666F);
     this.xrTable4.StylePriority.UseBorders       = false;
     this.xrTable4.StylePriority.UseBorderWidth   = false;
     this.xrTable4.StylePriority.UseFont          = false;
     this.xrTable4.StylePriority.UseTextAlignment = false;
     this.xrTable4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrTableRow4
     //
     this.xrTableRow4.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableRow4.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell9,
         this.xrTableCell10,
         this.xrTableCell7
     });
     this.xrTableRow4.Name                     = "xrTableRow4";
     this.xrTableRow4.OddStyleName             = "xrControlStyle1";
     this.xrTableRow4.StylePriority.UseBorders = false;
     this.xrTableRow4.Weight                   = 1.5D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Borders   = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableCell1.Font      = new System.Drawing.Font("Neo Sans Arabic", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell1.Multiline = true;
     this.xrTableCell1.Name      = "xrTableCell1";
     this.xrTableCell1.StyleName = "xrControlStyle2";
     this.xrTableCell1.StylePriority.UseBorders   = false;
     this.xrTableCell1.StylePriority.UseFont      = false;
     this.xrTableCell1.StylePriority.UseForeColor = false;
     this.xrTableCell1.Text   = "Price";
     this.xrTableCell1.Weight = 0.78231459209347731D;
     //
     // xrTableCell9
     //
     this.xrTableCell9.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell9.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Cost]")
     });
     this.xrTableCell9.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F);
     this.xrTableCell9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell9.Multiline = true;
     this.xrTableCell9.Name      = "xrTableCell9";
     this.xrTableCell9.Padding   = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
     this.xrTableCell9.StyleName = "xrControlStyle2";
     this.xrTableCell9.StylePriority.UseBorders       = false;
     this.xrTableCell9.StylePriority.UseFont          = false;
     this.xrTableCell9.StylePriority.UseForeColor     = false;
     this.xrTableCell9.StylePriority.UsePadding       = false;
     this.xrTableCell9.StylePriority.UseTextAlignment = false;
     this.xrTableCell9.Text          = "xrTableCell9";
     this.xrTableCell9.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell9.Weight        = 1.9128483770020464D;
     //
     // xrTableCell10
     //
     this.xrTableCell10.Borders   = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Right | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell10.Font      = new System.Drawing.Font("Neo Sans Arabic", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell10.Multiline = true;
     this.xrTableCell10.Name      = "xrTableCell10";
     this.xrTableCell10.StyleName = "xrControlStyle2";
     this.xrTableCell10.StylePriority.UseBorders   = false;
     this.xrTableCell10.StylePriority.UseFont      = false;
     this.xrTableCell10.StylePriority.UseForeColor = false;
     this.xrTableCell10.Text   = "M/Box";
     this.xrTableCell10.Weight = 0.77105653331654533D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     this.xrTableCell7.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Carton]")
     });
     this.xrTableCell7.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F);
     this.xrTableCell7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell7.Multiline = true;
     this.xrTableCell7.Name      = "xrTableCell7";
     this.xrTableCell7.Padding   = new DevExpress.XtraPrinting.PaddingInfo(5, 0, 0, 0, 100F);
     this.xrTableCell7.StyleName = "xrControlStyle2";
     this.xrTableCell7.StylePriority.UseBorders       = false;
     this.xrTableCell7.StylePriority.UseFont          = false;
     this.xrTableCell7.StylePriority.UseForeColor     = false;
     this.xrTableCell7.StylePriority.UsePadding       = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text          = "xrTableCell14";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleRight;
     this.xrTableCell7.Weight        = 1.0254163517249859D;
     //
     // xrLabel2
     //
     this.xrLabel2.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.xrLabel2.BorderWidth                    = 0F;
     this.xrLabel2.Font                           = new System.Drawing.Font("Neo Sans Arabic", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.ForeColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(101.5419F, 336F);
     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(248.2817F, 54.00003F);
     this.xrLabel2.StylePriority.UseBorders       = false;
     this.xrLabel2.StylePriority.UseBorderWidth   = false;
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseForeColor     = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "www.AlDoctorGroup.com";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Borders                      = DevExpress.XtraPrinting.BorderSide.None;
     this.xrPictureBox1.BorderWidth                  = 0F;
     this.xrPictureBox1.Image                        = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
     this.xrPictureBox1.ImageAlignment               = DevExpress.XtraPrinting.ImageAlignment.MiddleCenter;
     this.xrPictureBox1.LocationFloat                = new DevExpress.Utils.PointFloat(67.54193F, 336F);
     this.xrPictureBox1.Name                         = "xrPictureBox1";
     this.xrPictureBox1.SizeF                        = new System.Drawing.SizeF(34F, 54F);
     this.xrPictureBox1.Sizing                       = DevExpress.XtraPrinting.ImageSizeMode.StretchImage;
     this.xrPictureBox1.StylePriority.UseBorders     = false;
     this.xrPictureBox1.StylePriority.UseBorderWidth = false;
     //
     // 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;
     //
     // xrControlStyle1
     //
     this.xrControlStyle1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.xrControlStyle1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.xrControlStyle1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                | DevExpress.XtraPrinting.BorderSide.Right)
                                                                               | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrControlStyle1.BorderWidth = 1F;
     this.xrControlStyle1.Name        = "xrControlStyle1";
     this.xrControlStyle1.Padding     = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     //
     // xrControlStyle2
     //
     this.xrControlStyle2.BackColor = System.Drawing.Color.White;
     this.xrControlStyle2.Name      = "xrControlStyle2";
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataSource = typeof(TaxesSystem.Ticket_Items);
     this.objectDataSource1.Name       = "objectDataSource1";
     //
     // Print_Product_Ticket
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(0, 0, 0, 0);
     this.PageHeight = 827;
     this.PageWidth  = 583;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A5;
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.xrControlStyle1,
         this.xrControlStyle2
     });
     this.Version = "18.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #22
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();
     this.Detail       = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel5     = new DevExpress.XtraReports.UI.XRLabel();
     this.dDate        = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel6     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4     = new DevExpress.XtraReports.UI.XRLabel();
     this.cName        = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel3     = new DevExpress.XtraReports.UI.XRLabel();
     this.cCode        = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel2     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrBarCode1   = new DevExpress.XtraReports.UI.XRBarCode();
     this.cBarCode     = new DevExpress.XtraReports.Parameters.Parameter();
     this.TopMargin    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel5,
         this.xrLabel6,
         this.xrLabel4,
         this.xrLabel3,
         this.xrLabel2,
         this.xrLabel1,
         this.xrBarCode1
     });
     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(this.dDate, "Text", "")
     });
     this.xrLabel5.Font                  = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel5.LocationFloat         = new DevExpress.Utils.PointFloat(207.0833F, 66.99999F);
     this.xrLabel5.Name                  = "xrLabel5";
     this.xrLabel5.Padding               = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 0, 0, 100F);
     this.xrLabel5.SizeF                 = new System.Drawing.SizeF(145.8333F, 23F);
     this.xrLabel5.StylePriority.UseFont = false;
     //
     // dDate
     //
     this.dDate.Description = "dDate";
     this.dDate.Name        = "dDate";
     this.dDate.Type        = typeof(System.DateTime);
     //
     // xrLabel6
     //
     this.xrLabel6.Font                  = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel6.LocationFloat         = new DevExpress.Utils.PointFloat(133.75F, 66.99999F);
     this.xrLabel6.Name                  = "xrLabel6";
     this.xrLabel6.Padding               = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 0, 0, 100F);
     this.xrLabel6.SizeF                 = new System.Drawing.SizeF(73.33333F, 23F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.Text                  = "打印日期";
     //
     // xrLabel4
     //
     this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.cName, "Text", "")
     });
     this.xrLabel4.Font                  = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel4.LocationFloat         = new DevExpress.Utils.PointFloat(207.0833F, 38F);
     this.xrLabel4.Name                  = "xrLabel4";
     this.xrLabel4.Padding               = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 0, 0, 100F);
     this.xrLabel4.SizeF                 = new System.Drawing.SizeF(145.8333F, 23F);
     this.xrLabel4.StylePriority.UseFont = false;
     //
     // cName
     //
     this.cName.Description = "cName";
     this.cName.Name        = "cName";
     //
     // xrLabel3
     //
     this.xrLabel3.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.cCode, "Text", "")
     });
     this.xrLabel3.Font                  = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel3.LocationFloat         = new DevExpress.Utils.PointFloat(207.0833F, 10F);
     this.xrLabel3.Name                  = "xrLabel3";
     this.xrLabel3.Padding               = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 0, 0, 100F);
     this.xrLabel3.SizeF                 = new System.Drawing.SizeF(145.8333F, 23F);
     this.xrLabel3.StylePriority.UseFont = false;
     //
     // cCode
     //
     this.cCode.Description = "cCode";
     this.cCode.Name        = "cCode";
     //
     // xrLabel2
     //
     this.xrLabel2.Font                  = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel2.LocationFloat         = new DevExpress.Utils.PointFloat(133.75F, 38F);
     this.xrLabel2.Name                  = "xrLabel2";
     this.xrLabel2.Padding               = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 0, 0, 100F);
     this.xrLabel2.SizeF                 = new System.Drawing.SizeF(73.33333F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text                  = "产品名称";
     //
     // xrLabel1
     //
     this.xrLabel1.Font                  = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(133.75F, 10F);
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(1, 1, 0, 0, 100F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(73.33333F, 23F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "产品编码";
     //
     // xrBarCode1
     //
     this.xrBarCode1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding(this.cBarCode, "Text", "")
     });
     this.xrBarCode1.LocationFloat = new DevExpress.Utils.PointFloat(10F, 0F);
     this.xrBarCode1.Module        = 3F;
     this.xrBarCode1.Name          = "xrBarCode1";
     this.xrBarCode1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 100F);
     this.xrBarCode1.SizeF         = new System.Drawing.SizeF(108.75F, 100F);
     this.xrBarCode1.Symbology     = qrCodeGenerator1;
     this.xrBarCode1.Text          = "201909300004";
     //
     // cBarCode
     //
     this.cBarCode.Description = "cBarCode";
     this.cBarCode.Name        = "cBarCode";
     //
     // TopMargin
     //
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // XReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.cBarCode,
         this.cName,
         this.cCode,
         this.dDate
     });
     this.Version = "13.2";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #23
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(FrmActivacionMovil));
     this.panel1          = new System.Windows.Forms.Panel();
     this.toolStrip1      = new System.Windows.Forms.ToolStrip();
     this.btnSalir        = new System.Windows.Forms.ToolStripButton();
     this.meDatos         = new DevExpress.XtraEditors.MemoEdit();
     this.barCodeControl1 = new DevExpress.XtraEditors.BarCodeControl();
     this.panel1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.meDatos.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.Controls.Add(this.barCodeControl1);
     this.panel1.Controls.Add(this.meDatos);
     this.panel1.Controls.Add(this.toolStrip1);
     this.panel1.Location = new System.Drawing.Point(1, 1);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(527, 187);
     this.panel1.TabIndex = 0;
     //
     // toolStrip1
     //
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.btnSalir
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(527, 27);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // btnSalir
     //
     this.btnSalir.Font  = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSalir.Image = global::SWYRA.Properties.Resources.Logout_32x32;
     this.btnSalir.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.btnSalir.Name   = "btnSalir";
     this.btnSalir.Size   = new System.Drawing.Size(61, 24);
     this.btnSalir.Text   = "Salir";
     this.btnSalir.Click += new System.EventHandler(this.btnSalir_Click);
     //
     // meDatos
     //
     this.meDatos.Location          = new System.Drawing.Point(11, 30);
     this.meDatos.Name              = "meDatos";
     this.meDatos.Size              = new System.Drawing.Size(310, 144);
     this.meDatos.TabIndex          = 4;
     this.meDatos.EditValueChanged += new System.EventHandler(this.meDatos_EditValueChanged);
     this.meDatos.Enter            += new System.EventHandler(this.meDatos_Enter);
     //
     // barCodeControl1
     //
     this.barCodeControl1.AutoModule = true;
     this.barCodeControl1.BackColor  = System.Drawing.Color.White;
     this.barCodeControl1.Location   = new System.Drawing.Point(335, 31);
     this.barCodeControl1.LookAndFeel.SkinMaskColor = System.Drawing.Color.White;
     this.barCodeControl1.Name              = "barCodeControl1";
     this.barCodeControl1.Padding           = new System.Windows.Forms.Padding(10, 2, 10, 0);
     this.barCodeControl1.ShowText          = false;
     this.barCodeControl1.ShowToolTips      = false;
     this.barCodeControl1.Size              = new System.Drawing.Size(174, 143);
     this.barCodeControl1.Symbology         = qrCodeGenerator1;
     this.barCodeControl1.TabIndex          = 5;
     this.barCodeControl1.VerticalAlignment = DevExpress.Utils.VertAlignment.Default;
     //
     // FrmActivacionMovil
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.BackColor           = System.Drawing.Color.WhiteSmoke;
     this.ClientSize          = new System.Drawing.Size(526, 188);
     this.ControlBox          = false;
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "FrmActivacionMovil";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Activación SWYRA Movil";
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.meDatos.Properties)).EndInit();
     this.ResumeLayout(false);
 }
예제 #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.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     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.parThangNam  = new DevExpress.XtraReports.Parameters.Parameter();
     this.parTax       = new DevExpress.XtraReports.Parameters.Parameter();
     this.parCompany   = new DevExpress.XtraReports.Parameters.Parameter();
     this.parAddress   = new DevExpress.XtraReports.Parameters.Parameter();
     this.parTel       = new DevExpress.XtraReports.Parameters.Parameter();
     this.ReportFooter = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.parNguoiLap  = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrMaCode     = new DevExpress.XtraReports.UI.XRBarCode();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrMaCode
     });
     this.Detail.Dpi     = 254F;
     this.Detail.HeightF = 266F;
     this.Detail.MultiColumn.ColumnCount = 3;
     this.Detail.MultiColumn.ColumnWidth = 306F;
     this.Detail.MultiColumn.Layout      = DevExpress.XtraPrinting.ColumnLayout.AcrossThenDown;
     this.Detail.MultiColumn.Mode        = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnWidth;
     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       = 0F;
     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       = 0F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // ReportHeader
     //
     this.ReportHeader.Dpi      = 254F;
     this.ReportHeader.Expanded = false;
     this.ReportHeader.HeightF  = 0F;
     this.ReportHeader.Name     = "ReportHeader";
     this.ReportHeader.Visible  = false;
     //
     // parThangNam
     //
     this.parThangNam.Description = "Tháng Năm";
     this.parThangNam.Name        = "parThangNam";
     //
     // parTax
     //
     this.parTax.Description = "Mã Số Thuế";
     this.parTax.Name        = "parTax";
     this.parTax.ValueInfo   = "0343434343";
     //
     // parCompany
     //
     this.parCompany.Description = "Tên Công Ty";
     this.parCompany.Name        = "parCompany";
     this.parCompany.ValueInfo   = "CÔNG TY TNHH ABC";
     //
     // parAddress
     //
     this.parAddress.Description = "Địa chỉ Công Ty";
     this.parAddress.Name        = "parAddress";
     this.parAddress.ValueInfo   = "Số 1 Đường Cộng Hòa, F.13, Q.Tân Bình, TP.HCM";
     //
     // parTel
     //
     this.parTel.Description = "Điện Thoại";
     this.parTel.Name        = "parTel";
     this.parTel.ValueInfo   = "(028) 03434923";
     //
     // ReportFooter
     //
     this.ReportFooter.Dpi      = 254F;
     this.ReportFooter.Expanded = false;
     this.ReportFooter.HeightF  = 114F;
     this.ReportFooter.Name     = "ReportFooter";
     this.ReportFooter.Visible  = false;
     //
     // parNguoiLap
     //
     this.parNguoiLap.Description = "Người Lập";
     this.parNguoiLap.Name        = "parNguoiLap";
     //
     // xrMaCode
     //
     this.xrMaCode.Dpi                            = 254F;
     this.xrMaCode.Font                           = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold);
     this.xrMaCode.LocationFloat                  = new DevExpress.Utils.PointFloat(25.00001F, 4F);
     this.xrMaCode.Module                         = 5.08F;
     this.xrMaCode.Name                           = "xrMaCode";
     this.xrMaCode.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 100F);
     this.xrMaCode.SizeF                          = new System.Drawing.SizeF(260F, 260F);
     this.xrMaCode.StylePriority.UseFont          = false;
     this.xrMaCode.StylePriority.UseTextAlignment = false;
     qrCodeGenerator1.Version                     = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
     this.xrMaCode.Symbology                      = qrCodeGenerator1;
     this.xrMaCode.Text                           = "AAAAA";
     this.xrMaCode.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
     this.xrMaCode.BeforePrint                   += new System.Drawing.Printing.PrintEventHandler(this.xrMaCode_BeforePrint);
     //
     // rptHH_QRCode
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.ReportHeader,
         this.ReportFooter
     });
     this.Dpi        = 254F;
     this.Margins    = new System.Drawing.Printing.Margins(0, 0, 0, 0);
     this.PageHeight = 308;
     this.PageWidth  = 950;
     this.PaperKind  = System.Drawing.Printing.PaperKind.Custom;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.parCompany,
         this.parAddress,
         this.parTax,
         this.parTel,
         this.parNguoiLap,
         this.parThangNam
     });
     this.ReportUnit   = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 31.75F;
     this.Version      = "12.2";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrBarCode1     = new DevExpress.XtraReports.UI.XRBarCode();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrBarCode1
     });
     this.Detail.HeightF       = 344.7917F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrBarCode1
     //
     this.xrBarCode1.AutoModule = true;
     this.xrBarCode1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("BinaryData", null, "Vcard")
     });
     this.xrBarCode1.LocationFloat   = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrBarCode1.Name            = "xrBarCode1";
     this.xrBarCode1.Padding         = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 100F);
     this.xrBarCode1.SizeF           = new System.Drawing.SizeF(367.7083F, 344.7917F);
     qrCodeGenerator1.CompactionMode = DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode.Byte;
     qrCodeGenerator1.Version        = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
     this.xrBarCode1.Symbology       = qrCodeGenerator1;
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "Path")
     });
     this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(367.7084F, 0F);
     this.xrLabel1.Name          = "xrLabel1";
     this.xrLabel1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF         = new System.Drawing.SizeF(282.2916F, 344.7917F);
     this.xrLabel1.Text          = "xrLabel1";
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(WindowsFormsApplication1.MyObj);
     //
     // XtraReport1
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.DataSource = this.bindingSource1;
     this.Version    = "12.2";
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.Detail         = new DevExpress.XtraReports.UI.DetailBand();
     this.xrLabel1       = new DevExpress.XtraReports.UI.XRLabel();
     this.xrBarCode1     = new DevExpress.XtraReports.UI.XRBarCode();
     this.TopMargin      = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin   = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel1,
         this.xrBarCode1
     });
     this.Detail.HeightF       = 292.0834F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "pr_descripcion")
     });
     this.xrLabel1.Font                           = new System.Drawing.Font("Verdana", 6F, System.Drawing.FontStyle.Bold);
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(9.999998F, 244.125F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(279F, 23F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "xrLabel1";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrBarCode1
     //
     this.xrBarCode1.Alignment      = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrBarCode1.AnchorVertical = DevExpress.XtraReports.UI.VerticalAnchorStyles.Bottom;
     this.xrBarCode1.AutoModule     = true;
     this.xrBarCode1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "CodigoBarra")
     });
     this.xrBarCode1.Font                           = new System.Drawing.Font("Verdana", 6F);
     this.xrBarCode1.LocationFloat                  = new DevExpress.Utils.PointFloat(28.33331F, 21.45834F);
     this.xrBarCode1.Name                           = "xrBarCode1";
     this.xrBarCode1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 100F);
     this.xrBarCode1.SizeF                          = new System.Drawing.SizeF(260.6667F, 204.2916F);
     this.xrBarCode1.StylePriority.UseFont          = false;
     this.xrBarCode1.StylePriority.UseTextAlignment = false;
     this.xrBarCode1.Symbology                      = qrCodeGenerator1;
     this.xrBarCode1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 14.16667F;
     this.TopMargin.Name          = "TopMargin";
     this.TopMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.TopMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF       = 31.04149F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // bindingSource1
     //
     this.bindingSource1.DataSource = typeof(Cus.Erp.Reports.Cidersus.Produccion.XPRO_CUS_CID_Rpt001_Info);
     //
     // XPRO_CUS_CID_Rpt001
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.DataSource = this.bindingSource1;
     this.Margins    = new System.Drawing.Printing.Margins(5, 11, 14, 31);
     this.PageHeight = 330;
     this.PageWidth  = 330;
     this.PaperKind  = System.Drawing.Printing.PaperKind.Custom;
     this.Version    = "12.1";
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #27
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();
     this.Detail       = new DevExpress.XtraReports.UI.DetailBand();
     this.BarcodeText  = new DevExpress.XtraReports.UI.XRBarCode();
     this.CommandText  = new DevExpress.XtraReports.UI.XRLabel();
     this.TopMargin    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.BarcodeText,
         this.CommandText
     });
     this.Detail.Dpi              = 254F;
     this.Detail.HeightF          = 850F;
     this.Detail.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnWidth;
     this.Detail.Name             = "Detail";
     this.Detail.Padding          = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.Detail.PageBreak        = DevExpress.XtraReports.UI.PageBreak.AfterBand;
     this.Detail.TextAlignment    = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BarcodeText
     //
     this.BarcodeText.Alignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.BarcodeText.AutoModule                 = true;
     this.BarcodeText.Borders                    = DevExpress.XtraPrinting.BorderSide.None;
     this.BarcodeText.Dpi                        = 254F;
     this.BarcodeText.ForeColor                  = System.Drawing.Color.Black;
     this.BarcodeText.LocationFloat              = new DevExpress.Utils.PointFloat(245.8958F, 109.125F);
     this.BarcodeText.Name                       = "BarcodeText";
     this.BarcodeText.Padding                    = new DevExpress.XtraPrinting.PaddingInfo(25, 25, 0, 0, 254F);
     this.BarcodeText.ShowText                   = false;
     this.BarcodeText.SizeF                      = new System.Drawing.SizeF(521.6873F, 489.9583F);
     this.BarcodeText.StylePriority.UseBorders   = false;
     this.BarcodeText.StylePriority.UseForeColor = false;
     this.BarcodeText.Symbology                  = qrCodeGenerator1;
     this.BarcodeText.Text                       = "CONFIRMQUANTITY";
     //
     // CommandText
     //
     this.CommandText.Borders                        = DevExpress.XtraPrinting.BorderSide.None;
     this.CommandText.Dpi                            = 254F;
     this.CommandText.Font                           = new System.Drawing.Font("Times New Roman", 14F, System.Drawing.FontStyle.Bold);
     this.CommandText.LocationFloat                  = new DevExpress.Utils.PointFloat(41.52088F, 609.2916F);
     this.CommandText.Multiline                      = true;
     this.CommandText.Name                           = "CommandText";
     this.CommandText.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
     this.CommandText.SizeF                          = new System.Drawing.SizeF(964.6708F, 174.8365F);
     this.CommandText.StylePriority.UseBorders       = false;
     this.CommandText.StylePriority.UseFont          = false;
     this.CommandText.StylePriority.UseTextAlignment = false;
     this.CommandText.Text                           = "ПОДТВЕРДИТЬ КОЛИЧЕСТВО";
     this.CommandText.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // TopMargin
     //
     this.TopMargin.Dpi           = 254F;
     this.TopMargin.HeightF       = 10F;
     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       = 16.10399F;
     this.BottomMargin.Name          = "BottomMargin";
     this.BottomMargin.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F);
     this.BottomMargin.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // BarcodeLabelCommandReport
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.Dpi          = 254F;
     this.Margins      = new System.Drawing.Printing.Margins(0, 0, 10, 16);
     this.PageHeight   = 900;
     this.PageWidth    = 1060;
     this.PaperKind    = System.Drawing.Printing.PaperKind.Custom;
     this.ReportUnit   = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
     this.SnapGridSize = 25F;
     this.Version      = "16.1";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.TopMargin       = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin    = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.Detail          = new DevExpress.XtraReports.UI.DetailBand();
     this.xrPageInfo1     = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrBarCode1      = new DevExpress.XtraReports.UI.XRBarCode();
     this.lblDateTime     = new DevExpress.XtraReports.UI.XRLabel();
     this.lblMixID        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel8        = new DevExpress.XtraReports.UI.XRLabel();
     this.lblOperator     = new DevExpress.XtraReports.UI.XRLabel();
     this.lblStep         = new DevExpress.XtraReports.UI.XRLabel();
     this.lblMachine      = 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.lblMaterialName = new DevExpress.XtraReports.UI.XRLabel();
     this.lblColorCode    = new DevExpress.XtraReports.UI.XRLabel();
     this.lblItemName     = new DevExpress.XtraReports.UI.XRLabel();
     this.lblColorName    = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel3        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel2        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1        = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.HeightF = 20F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.HeightF = 20F;
     this.BottomMargin.Name    = "BottomMargin";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrBarCode1,
         this.lblDateTime,
         this.lblMixID,
         this.xrLabel8,
         this.lblOperator,
         this.lblStep,
         this.lblMachine,
         this.xrLabel7,
         this.xrLabel6,
         this.xrLabel4,
         this.lblMaterialName,
         this.lblColorCode,
         this.lblItemName,
         this.lblColorName,
         this.xrLabel3,
         this.xrLabel2,
         this.xrLabel1
     });
     this.Detail.HeightF = 430F;
     this.Detail.Name    = "Detail";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.Font                           = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrPageInfo1.LocationFloat                  = new DevExpress.Utils.PointFloat(200.4583F, 407F);
     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(167.5416F, 13F);
     this.xrPageInfo1.StylePriority.UseFont          = false;
     this.xrPageInfo1.StylePriority.UseTextAlignment = false;
     this.xrPageInfo1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.TopRight;
     this.xrPageInfo1.TextFormatString               = "Printed: {0:h:mm tt MM/dd/yyyy}";
     //
     // xrBarCode1
     //
     this.xrBarCode1.Alignment  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrBarCode1.AutoModule = true;
     this.xrBarCode1.Borders    = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrBarCode1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MixBacode]")
     });
     this.xrBarCode1.LocationFloat                  = new DevExpress.Utils.PointFloat(200.4582F, 291.8649F);
     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(169.5418F, 115.1351F);
     this.xrBarCode1.StylePriority.UseBorders       = false;
     this.xrBarCode1.StylePriority.UseTextAlignment = false;
     qrCodeGenerator1.CompactionMode                = DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode.Byte;
     this.xrBarCode1.Symbology                      = qrCodeGenerator1;
     this.xrBarCode1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.BottomCenter;
     //
     // lblDateTime
     //
     this.lblDateTime.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblDateTime.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[CreateTime]")
     });
     this.lblDateTime.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDateTime.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 364.63F);
     this.lblDateTime.Multiline                      = true;
     this.lblDateTime.Name                           = "lblDateTime";
     this.lblDateTime.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblDateTime.SizeF                          = new System.Drawing.SizeF(200.4583F, 42.36996F);
     this.lblDateTime.StylePriority.UseBorders       = false;
     this.lblDateTime.StylePriority.UseFont          = false;
     this.lblDateTime.StylePriority.UseTextAlignment = false;
     this.lblDateTime.Text                           = "lblDateTime";
     this.lblDateTime.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblMixID
     //
     this.lblMixID.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblMixID.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MixBacode]")
     });
     this.lblMixID.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMixID.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 314.865F);
     this.lblMixID.Multiline                      = true;
     this.lblMixID.Name                           = "lblMixID";
     this.lblMixID.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblMixID.SizeF                          = new System.Drawing.SizeF(200.4583F, 49.76498F);
     this.lblMixID.StylePriority.UseBorders       = false;
     this.lblMixID.StylePriority.UseFont          = false;
     this.lblMixID.StylePriority.UseTextAlignment = false;
     this.lblMixID.Text                           = "lblMixID";
     this.lblMixID.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel8
     //
     this.xrLabel8.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel8.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel8.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 291.8649F);
     this.xrLabel8.Multiline                      = true;
     this.xrLabel8.Name                           = "xrLabel8";
     this.xrLabel8.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel8.SizeF                          = new System.Drawing.SizeF(200.4583F, 23.00003F);
     this.xrLabel8.StylePriority.UseBorders       = false;
     this.xrLabel8.StylePriority.UseFont          = false;
     this.xrLabel8.StylePriority.UseTextAlignment = false;
     this.xrLabel8.Text                           = "MIX LOT NO";
     this.xrLabel8.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblOperator
     //
     this.lblOperator.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblOperator.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[OperatorName]")
     });
     this.lblOperator.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblOperator.LocationFloat                  = new DevExpress.Utils.PointFloat(264.4998F, 241.6816F);
     this.lblOperator.Multiline                      = true;
     this.lblOperator.Name                           = "lblOperator";
     this.lblOperator.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblOperator.SizeF                          = new System.Drawing.SizeF(105.5001F, 50.18321F);
     this.lblOperator.StylePriority.UseBorders       = false;
     this.lblOperator.StylePriority.UseFont          = false;
     this.lblOperator.StylePriority.UseTextAlignment = false;
     this.lblOperator.Text                           = "lblOperator";
     this.lblOperator.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblStep
     //
     this.lblStep.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblStep.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[StepName]")
     });
     this.lblStep.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblStep.LocationFloat                  = new DevExpress.Utils.PointFloat(200.4583F, 241.6817F);
     this.lblStep.Multiline                      = true;
     this.lblStep.Name                           = "lblStep";
     this.lblStep.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblStep.SizeF                          = new System.Drawing.SizeF(64.0417F, 50.1832F);
     this.lblStep.StylePriority.UseBorders       = false;
     this.lblStep.StylePriority.UseFont          = false;
     this.lblStep.StylePriority.UseTextAlignment = false;
     this.lblStep.Text                           = "lblStep";
     this.lblStep.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblMachine
     //
     this.lblMachine.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblMachine.CanGrow = false;
     this.lblMachine.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MachineName]")
     });
     this.lblMachine.Font                           = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMachine.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 241.6816F);
     this.lblMachine.Multiline                      = true;
     this.lblMachine.Name                           = "lblMachine";
     this.lblMachine.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblMachine.SizeF                          = new System.Drawing.SizeF(200.4583F, 50.18321F);
     this.lblMachine.StylePriority.UseBorders       = false;
     this.lblMachine.StylePriority.UseFont          = false;
     this.lblMachine.StylePriority.UseTextAlignment = false;
     this.lblMachine.Text                           = "lblMachine";
     this.lblMachine.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel7
     //
     this.xrLabel7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel7.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(264.4998F, 218.6816F);
     this.xrLabel7.Multiline                      = true;
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(105.5001F, 23F);
     this.xrLabel7.StylePriority.UseBorders       = false;
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text                           = "OPERATOR";
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel6
     //
     this.xrLabel6.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel6.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(200.4583F, 218.6816F);
     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(64.04169F, 23F);
     this.xrLabel6.StylePriority.UseBorders       = false;
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "Step";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel4.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 218.6816F);
     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(200.4583F, 23F);
     this.xrLabel4.StylePriority.UseBorders       = false;
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text                           = "MACHINE";
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblMaterialName
     //
     this.lblMaterialName.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                           | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblMaterialName.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[MaterialName]")
     });
     this.lblMaterialName.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMaterialName.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 168.5033F);
     this.lblMaterialName.Multiline                      = true;
     this.lblMaterialName.Name                           = "lblMaterialName";
     this.lblMaterialName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblMaterialName.SizeF                          = new System.Drawing.SizeF(370.0001F, 50.17827F);
     this.lblMaterialName.StylePriority.UseBorders       = false;
     this.lblMaterialName.StylePriority.UseFont          = false;
     this.lblMaterialName.StylePriority.UseTextAlignment = false;
     this.lblMaterialName.Text                           = "lblMaterialName";
     this.lblMaterialName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblColorCode
     //
     this.lblColorCode.Borders = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblColorCode.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ColorCode]")
     });
     this.lblColorCode.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblColorCode.LocationFloat                  = new DevExpress.Utils.PointFloat(2.931376E-06F, 71.15924F);
     this.lblColorCode.Multiline                      = true;
     this.lblColorCode.Name                           = "lblColorCode";
     this.lblColorCode.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblColorCode.SizeF                          = new System.Drawing.SizeF(127.0417F, 49.73442F);
     this.lblColorCode.StylePriority.UseBorders       = false;
     this.lblColorCode.StylePriority.UseFont          = false;
     this.lblColorCode.StylePriority.UseTextAlignment = false;
     this.lblColorCode.Text                           = "lblColorCode";
     this.lblColorCode.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblItemName
     //
     this.lblItemName.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblItemName.CanGrow = false;
     this.lblItemName.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "Remove(Iif(Contains([ProductName], \'Mixing\'), Remove([ProductName], 0, 6), [Produ" +
                                                         "ctName])\n, CharIndex(\' Color\', Iif(Contains([ProductName], \'Mixing\'), Remove([Pr" +
                                                         "oductName], 0, 6), [ProductName])\n))")
     });
     this.lblItemName.Font                           = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblItemName.LocationFloat                  = new DevExpress.Utils.PointFloat(2.931376E-06F, 120.8937F);
     this.lblItemName.Multiline                      = true;
     this.lblItemName.Name                           = "lblItemName";
     this.lblItemName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblItemName.SizeF                          = new System.Drawing.SizeF(370.0001F, 47.60969F);
     this.lblItemName.StylePriority.UseBorders       = false;
     this.lblItemName.StylePriority.UseFont          = false;
     this.lblItemName.StylePriority.UseTextAlignment = false;
     this.lblItemName.Text                           = "lblItemName";
     this.lblItemName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // lblColorName
     //
     this.lblColorName.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.lblColorName.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[ColorName]")
     });
     this.lblColorName.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblColorName.LocationFloat                  = new DevExpress.Utils.PointFloat(127.0417F, 71.15924F);
     this.lblColorName.Multiline                      = true;
     this.lblColorName.Name                           = "lblColorName";
     this.lblColorName.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lblColorName.SizeF                          = new System.Drawing.SizeF(242.9584F, 49.73442F);
     this.lblColorName.StylePriority.UseBorders       = false;
     this.lblColorName.StylePriority.UseFont          = false;
     this.lblColorName.StylePriority.UseTextAlignment = false;
     this.lblColorName.Text                           = "lblColorName";
     this.lblColorName.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel3
     //
     this.xrLabel3.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel3.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel3.LocationFloat                  = new DevExpress.Utils.PointFloat(127.0417F, 48.15922F);
     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(242.9584F, 23.00001F);
     this.xrLabel3.StylePriority.UseBorders       = false;
     this.xrLabel3.StylePriority.UseFont          = false;
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     this.xrLabel3.Text                           = "COLOR NAME";
     this.xrLabel3.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel2
     //
     this.xrLabel2.Borders                        = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel2.Font                           = new System.Drawing.Font("Arial", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 48.15923F);
     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(127.0417F, 23F);
     this.xrLabel2.StylePriority.UseBorders       = false;
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "COLOR CODE";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel1
     //
     this.xrLabel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                     | DevExpress.XtraPrinting.BorderSide.Right)
                                                                    | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrLabel1.Font                           = new System.Drawing.Font("Arial", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(0F, 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(370F, 48.15923F);
     this.xrLabel1.StylePriority.UseBorders       = false;
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "CONTAMINATED";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // rptContaminated
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail
     });
     this.Font       = new System.Drawing.Font("Arial", 9.75F);
     this.Margins    = new System.Drawing.Printing.Margins(10, 10, 20, 20);
     this.PageHeight = 866;
     this.PageWidth  = 390;
     this.PaperKind  = System.Drawing.Printing.PaperKind.Custom;
     this.RollPaper  = true;
     this.Version    = "19.2";
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
예제 #29
0
        private void InitializeLayout(List <Sys_Layout> sys_Layouts, Control parentControl)
        {
            try
            {
                DataTable dt = (DataTable)gdb.DataSource;
                parentControl.Visible = false;
                parentControl.Controls.Clear();
                foreach (Sys_Layout sys_Layout in sys_Layouts.OrderBy(s => s.Layout_Sort))
                {
                    Control contain = parentControl;
                    if (!string.IsNullOrEmpty(sys_Layout.Layout_Parent))
                    {
                        Control[] cks = parentControl.Controls.Find(sys_Layout.Layout_Parent, true);
                        if (cks.Length > 0)
                        {
                            contain = cks[0];
                        }
                    }
                    contain.ControlAdded += delegate(object sender, ControlEventArgs e)
                    {
                        e.Control.Paint += Layout_SizeChanged;
                        e.Control.Click += Layout_Select;
                    };
                    switch (sys_Layout.Layout_Type)
                    {
                    case 0:     //Query
                        GroupControl qry = new GroupControl();
                        InitializeControl(qry, sys_Layout);
                        contain.Controls.Add(qry);
                        qry.BringToFront();
                        //this.QueryControl = qry;
                        break;

                    case 12:     //GroupControl
                        GroupControl grp = new GroupControl();
                        InitializeControl(grp, sys_Layout);
                        contain.Controls.Add(grp);
                        grp.BringToFront();
                        break;

                    case 14:     //PanelControl
                        PanelControl panel = new PanelControl();
                        InitializeControl(panel, sys_Layout);
                        contain.Controls.Add(panel);
                        panel.BorderStyle = BorderStyles.NoBorder;
                        panel.BringToFront();
                        break;

                    case 13:
                        SplitterControl OneSpli = new SplitterControl();
                        OneSpli.Dock = (DockStyle)sys_Layout.Layout_Dock;
                        OneSpli.Name = sys_Layout.Layout_Name;
                        contain.Controls.Add(OneSpli);
                        OneSpli.BringToFront();
                        break;

                    case 1:     //Grid
                    case 6:     //Submit
                    case 7:     //Tree    这三个都只有Grid 是在Grid上覆盖控件实现 Submit  和  Tree 效果
                        GridControl gd = new GridControl();
                        InitializeControl(gd, sys_Layout);
                        GridView gv = (GridView)gd.CreateView("GridView");
                        gv.Name = gd.Name.Replace("d", "v");
                        gv.OptionsView.ShowGroupPanel   = false;
                        gv.OptionsView.ShowFooter       = true;
                        gv.OptionsSelection.MultiSelect = true;
                        gd.MainView = gv;
                        contain.Controls.Add(gd);
                        gd.BringToFront();
                        break;

                    case 9:     //TabPage
                        TabEx ntabs = new TabEx();
                        InitializeControl(ntabs, sys_Layout);
                        ntabs.BorderStyle     = BorderStyles.NoBorder;
                        ntabs.BorderStylePage = BorderStyles.NoBorder;
                        contain.Controls.Add(ntabs);
                        ntabs.BringToFront();
                        break;

                    case 10:
                        DevExpress.XtraTab.XtraTabPage tab = new DevExpress.XtraTab.XtraTabPage();
                        tab.Name = sys_Layout.Layout_Name;
                        tab.Text = sys_Layout.Layout_Nick;
                        if (contain.GetType() == typeof(TabEx))
                        {
                            TabEx tabs = (TabEx)contain;
                            tabs.TabPages.Add(tab);
                        }
                        break;

                    case 11:
                        Pagination pagination = new Pagination();
                        pagination.Name = sys_Layout.Layout_Name;
                        pagination.Dock = (DockStyle)sys_Layout.Layout_Dock;
                        contain.Controls.Add(pagination);
                        pagination.BringToFront();
                        break;

                    case 2:     //Chart
                        ChartControl chart = new ChartControl();
                        InitializeControl(chart, sys_Layout);
                        chart.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
                        contain.Controls.Add(chart);
                        chart.BringToFront();
                        break;

                    case 3:    //text
                        MemoEdit memoEdit = new MemoEdit();
                        InitializeControl(memoEdit, sys_Layout);
                        memoEdit.BorderStyle = BorderStyles.NoBorder;
                        contain.Controls.Add(memoEdit);
                        memoEdit.BringToFront();
                        break;

                    case 4:    //RichText
                        RichEditControl rtf = new RichEditControl();
                        InitializeControl(rtf, sys_Layout);
                        rtf.BorderStyle    = BorderStyles.NoBorder;
                        rtf.ActiveViewType = RichEditViewType.Simple;
                        contain.Controls.Add(rtf);
                        rtf.BringToFront();
                        break;

                    case 5:     //image
                        PictureEdit pictureEdit = new PictureEdit();
                        InitializeControl(pictureEdit, sys_Layout);
                        pictureEdit.BorderStyle = BorderStyles.NoBorder;
                        pictureEdit.Properties.PictureStoreMode = PictureStoreMode.ByteArray;
                        pictureEdit.Properties.SizeMode         = PictureSizeMode.Squeeze;
                        contain.Controls.Add(pictureEdit);
                        pictureEdit.BringToFront();
                        break;

                    case 8:     //BarCode
                        BarCodeControl barCodeControl = new BarCodeControl();
                        InitializeControl(barCodeControl, sys_Layout);
                        barCodeControl.BorderStyle = BorderStyles.NoBorder;
                        barCodeControl.BackColor   = Color.White;
                        barCodeControl.AutoModule  = true;
                        barCodeControl.ShowText    = false;
                        //QRCodeGenerator
                        DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
                        qrCodeGenerator1.CompactionMode       = DevExpress.XtraPrinting.BarCode.QRCodeCompactionMode.Byte;
                        qrCodeGenerator1.ErrorCorrectionLevel = DevExpress.XtraPrinting.BarCode.QRCodeErrorCorrectionLevel.H;
                        qrCodeGenerator1.Version = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
                        //Code128Generator
                        DevExpress.XtraPrinting.BarCode.Code128Generator code128Generator1 = new DevExpress.XtraPrinting.BarCode.Code128Generator();
                        //根据长宽比切换二维码 条码显示
                        if (barCodeControl.Width > barCodeControl.Height * 2)
                        {
                            barCodeControl.Symbology = code128Generator1;
                        }
                        else
                        {
                            barCodeControl.Symbology = qrCodeGenerator1;
                        }
                        contain.Controls.Add(barCodeControl);
                        barCodeControl.BringToFront();
                        break;

                    default:
                        break;
                    }
                }
                parentControl.Visible = true;
            }
            catch (Exception ex)
            {
                SharedFunc.RaiseError(ex);
            }
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     System.ComponentModel.ComponentResourceManager  resources        = new System.ComponentModel.ComponentResourceManager(typeof(Print_Product_Ticket));
     this.Detail            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrPanel1          = new DevExpress.XtraReports.UI.XRPanel();
     this.xrTable2          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell2      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell11     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTable1          = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1       = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell3      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell19     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell1      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrBarCode1        = new DevExpress.XtraReports.UI.XRBarCode();
     this.TopMargin         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin      = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.xrControlStyle1   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.xrControlStyle2   = new DevExpress.XtraReports.UI.XRControlStyle();
     this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
     this.xrPictureBox1     = new DevExpress.XtraReports.UI.XRPictureBox();
     this.xrTableCell13     = new DevExpress.XtraReports.UI.XRTableCell();
     ((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.xrPanel1
     });
     this.Detail.HeightF = 136.4583F;
     this.Detail.MultiColumn.ColumnCount = 2;
     this.Detail.MultiColumn.Layout      = DevExpress.XtraPrinting.ColumnLayout.AcrossThenDown;
     this.Detail.MultiColumn.Mode        = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // xrPanel1
     //
     this.xrPanel1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrPanel1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrPanel1.BorderWidth = 2F;
     this.xrPanel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2,
         this.xrTable1,
         this.xrPictureBox1,
         this.xrBarCode1
     });
     this.xrPanel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPanel1.Name          = "xrPanel1";
     this.xrPanel1.SizeF         = new System.Drawing.SizeF(395F, 131.04F);
     this.xrPanel1.StylePriority.UseBorderColor = false;
     this.xrPanel1.StylePriority.UseBorders     = false;
     this.xrPanel1.StylePriority.UseBorderWidth = false;
     //
     // 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.BorderWidth   = 1F;
     this.xrTable2.Font          = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable2.LocationFloat = new DevExpress.Utils.PointFloat(7.947286E-06F, 60F);
     this.xrTable2.Name          = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.SizeF = new System.Drawing.SizeF(395F, 40F);
     this.xrTable2.StylePriority.UseBorders     = false;
     this.xrTable2.StylePriority.UseBorderWidth = false;
     this.xrTable2.StylePriority.UseFont        = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                        | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableRow2.BorderWidth = 1F;
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell2,
         this.xrTableCell11,
         this.xrTableCell7,
         this.xrTableCell13
     });
     this.xrTableRow2.Name = "xrTableRow2";
     this.xrTableRow2.StylePriority.UseBorders       = false;
     this.xrTableRow2.StylePriority.UseBorderWidth   = false;
     this.xrTableRow2.StylePriority.UseTextAlignment = false;
     this.xrTableRow2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableRow2.Weight        = 3.1833336156209739D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Right)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell2.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell2.Multiline = true;
     this.xrTableCell2.Name      = "xrTableCell2";
     this.xrTableCell2.StylePriority.UseBorders   = false;
     this.xrTableCell2.StylePriority.UseFont      = false;
     this.xrTableCell2.StylePriority.UseForeColor = false;
     this.xrTableCell2.Text   = "Code";
     this.xrTableCell2.Weight = 1.4840353980266148D;
     //
     // xrTableCell11
     //
     this.xrTableCell11.Borders   = ((DevExpress.XtraPrinting.BorderSide)((DevExpress.XtraPrinting.BorderSide.Top | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell11.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell11.Name      = "xrTableCell11";
     this.xrTableCell11.StylePriority.UseBorders   = false;
     this.xrTableCell11.StylePriority.UseFont      = false;
     this.xrTableCell11.StylePriority.UseForeColor = false;
     this.xrTableCell11.Text   = "M/Box";
     this.xrTableCell11.Weight = 0.39002914962153745D;
     //
     // xrTableCell7
     //
     this.xrTableCell7.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                        | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell7.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell7.Name      = "xrTableCell7";
     this.xrTableCell7.StylePriority.UseBorders       = false;
     this.xrTableCell7.StylePriority.UseFont          = false;
     this.xrTableCell7.StylePriority.UseForeColor     = false;
     this.xrTableCell7.StylePriority.UseTextAlignment = false;
     this.xrTableCell7.Text          = "Price";
     this.xrTableCell7.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell7.Weight        = 0.51555100580392044D;
     //
     // xrTable1
     //
     this.xrTable1.Borders       = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTable1.BorderWidth   = 1F;
     this.xrTable1.Font          = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(7.947286E-06F, 100F);
     this.xrTable1.Name          = "xrTable1";
     this.xrTable1.RightToLeft   = DevExpress.XtraReports.UI.RightToLeft.Yes;
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(395F, 30F);
     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.MiddleCenter;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Right)
                                                                       | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell3,
         this.xrTableCell19,
         this.xrTableCell1,
         this.xrTableCell14
     });
     this.xrTableRow1.Name                     = "xrTableRow1";
     this.xrTableRow1.OddStyleName             = "xrControlStyle1";
     this.xrTableRow1.StylePriority.UseBorders = false;
     this.xrTableRow1.Weight                   = 1.5D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Borders = DevExpress.XtraPrinting.BorderSide.Right;
     this.xrTableCell3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Code]")
     });
     this.xrTableCell3.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell3.Multiline = true;
     this.xrTableCell3.Name      = "xrTableCell3";
     this.xrTableCell3.StyleName = "xrControlStyle2";
     this.xrTableCell3.StylePriority.UseBorders   = false;
     this.xrTableCell3.StylePriority.UseFont      = false;
     this.xrTableCell3.StylePriority.UseForeColor = false;
     this.xrTableCell3.Text   = "xrTableCell3";
     this.xrTableCell3.Weight = 1.1169704718610913D;
     //
     // xrTableCell19
     //
     this.xrTableCell19.Borders = DevExpress.XtraPrinting.BorderSide.None;
     this.xrTableCell19.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Carton]")
     });
     this.xrTableCell19.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell19.Name      = "xrTableCell19";
     this.xrTableCell19.StyleName = "xrControlStyle2";
     this.xrTableCell19.StylePriority.UseBorders   = false;
     this.xrTableCell19.StylePriority.UseFont      = false;
     this.xrTableCell19.StylePriority.UseForeColor = false;
     this.xrTableCell19.Text   = "xrTableCell19";
     this.xrTableCell19.Weight = 0.29355826610664421D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Borders = DevExpress.XtraPrinting.BorderSide.Left;
     this.xrTableCell1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Cost]")
     });
     this.xrTableCell1.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell1.Name      = "xrTableCell1";
     this.xrTableCell1.Padding   = new DevExpress.XtraPrinting.PaddingInfo(0, 5, 0, 0, 100F);
     this.xrTableCell1.StyleName = "xrControlStyle2";
     this.xrTableCell1.StylePriority.UseBorders       = false;
     this.xrTableCell1.StylePriority.UseFont          = false;
     this.xrTableCell1.StylePriority.UseForeColor     = false;
     this.xrTableCell1.StylePriority.UsePadding       = false;
     this.xrTableCell1.StylePriority.UseTextAlignment = false;
     this.xrTableCell1.Text          = "xrTableCell1";
     this.xrTableCell1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell1.Weight        = 0.38803345085092789D;
     //
     // xrTableCell14
     //
     this.xrTableCell14.Borders = DevExpress.XtraPrinting.BorderSide.Left;
     this.xrTableCell14.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Product_Name]")
     });
     this.xrTableCell14.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell14.Multiline = true;
     this.xrTableCell14.Name      = "xrTableCell14";
     this.xrTableCell14.Padding   = new DevExpress.XtraPrinting.PaddingInfo(0, 3, 0, 0, 100F);
     this.xrTableCell14.StyleName = "xrControlStyle2";
     this.xrTableCell14.StylePriority.UseBorders       = false;
     this.xrTableCell14.StylePriority.UseFont          = false;
     this.xrTableCell14.StylePriority.UseForeColor     = false;
     this.xrTableCell14.StylePriority.UsePadding       = false;
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Text          = "xrTableCell14";
     this.xrTableCell14.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     this.xrTableCell14.Weight        = 1.1800249249352148D;
     //
     // xrBarCode1
     //
     this.xrBarCode1.Alignment   = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrBarCode1.AutoModule  = true;
     this.xrBarCode1.Borders     = DevExpress.XtraPrinting.BorderSide.None;
     this.xrBarCode1.BorderWidth = 0F;
     this.xrBarCode1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
         new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Data_ID]")
     });
     this.xrBarCode1.Font                           = new System.Drawing.Font("Neo Sans Arabic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrBarCode1.ForeColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrBarCode1.LocationFloat                  = new DevExpress.Utils.PointFloat(335F, 5F);
     this.xrBarCode1.Name                           = "xrBarCode1";
     this.xrBarCode1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.xrBarCode1.ShowText                       = false;
     this.xrBarCode1.SizeF                          = new System.Drawing.SizeF(50F, 50F);
     this.xrBarCode1.StylePriority.UseBorders       = false;
     this.xrBarCode1.StylePriority.UseBorderWidth   = false;
     this.xrBarCode1.StylePriority.UseFont          = false;
     this.xrBarCode1.StylePriority.UseForeColor     = false;
     this.xrBarCode1.StylePriority.UsePadding       = false;
     this.xrBarCode1.StylePriority.UseTextAlignment = false;
     this.xrBarCode1.Symbology                      = qrCodeGenerator1;
     this.xrBarCode1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // 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;
     //
     // xrControlStyle1
     //
     this.xrControlStyle1.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.xrControlStyle1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.xrControlStyle1.Borders     = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                                | DevExpress.XtraPrinting.BorderSide.Right)
                                                                               | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrControlStyle1.BorderWidth = 1F;
     this.xrControlStyle1.Name        = "xrControlStyle1";
     this.xrControlStyle1.Padding     = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     //
     // xrControlStyle2
     //
     this.xrControlStyle2.BackColor = System.Drawing.Color.White;
     this.xrControlStyle2.Name      = "xrControlStyle2";
     //
     // objectDataSource1
     //
     this.objectDataSource1.DataSource = typeof(TaxesSystem.Ticket_Items);
     this.objectDataSource1.Name       = "objectDataSource1";
     //
     // xrPictureBox1
     //
     this.xrPictureBox1.Borders                      = DevExpress.XtraPrinting.BorderSide.None;
     this.xrPictureBox1.BorderWidth                  = 0F;
     this.xrPictureBox1.Image                        = ((System.Drawing.Image)(resources.GetObject("xrPictureBox1.Image")));
     this.xrPictureBox1.ImageAlignment               = DevExpress.XtraPrinting.ImageAlignment.MiddleCenter;
     this.xrPictureBox1.LocationFloat                = new DevExpress.Utils.PointFloat(10.00001F, 3F);
     this.xrPictureBox1.Name                         = "xrPictureBox1";
     this.xrPictureBox1.SizeF                        = new System.Drawing.SizeF(45F, 55F);
     this.xrPictureBox1.Sizing                       = DevExpress.XtraPrinting.ImageSizeMode.ZoomImage;
     this.xrPictureBox1.StylePriority.UseBorders     = false;
     this.xrPictureBox1.StylePriority.UseBorderWidth = false;
     //
     // xrTableCell13
     //
     this.xrTableCell13.Borders = ((DevExpress.XtraPrinting.BorderSide)(((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
                                                                         | DevExpress.XtraPrinting.BorderSide.Bottom)));
     this.xrTableCell13.Font      = new System.Drawing.Font("Neo Sans Arabic", 8.249999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTableCell13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.xrTableCell13.Multiline = true;
     this.xrTableCell13.Name      = "xrTableCell13";
     this.xrTableCell13.StylePriority.UseBorders       = false;
     this.xrTableCell13.StylePriority.UseFont          = false;
     this.xrTableCell13.StylePriority.UseForeColor     = false;
     this.xrTableCell13.StylePriority.UseTextAlignment = false;
     this.xrTableCell13.Text          = "Model";
     this.xrTableCell13.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     this.xrTableCell13.Weight        = 1.5678111198016602D;
     //
     // Print_Product_Ticket
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin
     });
     this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(66)))), ((int)(((byte)(156)))));
     this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
         this.objectDataSource1
     });
     this.DataSource = this.objectDataSource1;
     this.Margins    = new System.Drawing.Printing.Margins(25, 24, 0, 0);
     this.StyleSheet.AddRange(new DevExpress.XtraReports.UI.XRControlStyle[] {
         this.xrControlStyle1,
         this.xrControlStyle2
     });
     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()
 {
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.TopMargin    = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.Detail       = new DevExpress.XtraReports.UI.DetailBand();
     this.xrPageInfo1  = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel6     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1     = new DevExpress.XtraReports.UI.XRLabel();
     this.xrTable1     = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1  = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow2  = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell3 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableRow3  = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell5 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6 = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrBarCode1   = new DevExpress.XtraReports.UI.XRBarCode();
     this.xrLabel2     = new DevExpress.XtraReports.UI.XRLabel();
     this.lbRoomName   = new DevExpress.XtraReports.UI.XRLabel();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // TopMargin
     //
     this.TopMargin.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo1,
         this.xrLabel6,
         this.xrLabel5
     });
     this.TopMargin.HeightF = 162.7271F;
     this.TopMargin.Name    = "TopMargin";
     //
     // BottomMargin
     //
     this.BottomMargin.Name = "BottomMargin";
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.lbRoomName,
         this.xrLabel2,
         this.xrBarCode1,
         this.xrTable1,
         this.xrLabel1
     });
     this.Detail.HeightF = 388.7585F;
     this.Detail.Name    = "Detail";
     //
     // xrPageInfo1
     //
     this.xrPageInfo1.LocationFloat = new DevExpress.Utils.PointFloat(481.6667F, 25.83333F);
     this.xrPageInfo1.Name          = "xrPageInfo1";
     this.xrPageInfo1.PageInfo      = DevExpress.XtraPrinting.PageInfo.DateTime;
     this.xrPageInfo1.SizeF         = new System.Drawing.SizeF(148.9829F, 22.83465F);
     //
     // xrLabel6
     //
     this.xrLabel6.Font                  = new System.Drawing.Font("Tahoma", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat         = new DevExpress.Utils.PointFloat(55F, 128.8937F);
     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(541.1724F, 23F);
     this.xrLabel6.StylePriority.UseFont = false;
     this.xrLabel6.Text                  = "Địa chỉ : 22/7, Đường số 8, Khu phố 4, Lê Văn Việt, Quận 9, Tp.Hồ Chí Minh ";
     //
     // xrLabel5
     //
     this.xrLabel5.Font                  = new System.Drawing.Font("Tahoma", 19.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat         = new DevExpress.Utils.PointFloat(228.3333F, 79.2363F);
     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(206.1727F, 33.83334F);
     this.xrLabel5.StylePriority.UseFont = false;
     this.xrLabel5.Text                  = "TTK Dormitory";
     //
     // xrLabel1
     //
     this.xrLabel1.Font                  = new System.Drawing.Font("Tahoma", 28.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat         = new DevExpress.Utils.PointFloat(124.1667F, 10F);
     this.xrLabel1.Multiline             = true;
     this.xrLabel1.Name                  = "xrLabel1";
     this.xrLabel1.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel1.SizeF                 = new System.Drawing.SizeF(399.5057F, 47.16665F);
     this.xrLabel1.StylePriority.UseFont = false;
     this.xrLabel1.Text                  = "HOÁ ĐƠN DỊCH VỤ";
     //
     // xrTable1
     //
     this.xrTable1.Font          = new System.Drawing.Font("Tahoma", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrTable1.LocationFloat = new DevExpress.Utils.PointFloat(141.6667F, 200.6063F);
     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.xrTableRow2,
         this.xrTableRow3
     });
     this.xrTable1.SizeF = new System.Drawing.SizeF(366.1724F, 134.8188F);
     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.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     this.xrTableCell1.Multiline = true;
     this.xrTableCell1.Name      = "xrTableCell1";
     this.xrTableCell1.Text      = "Dịch Vụ";
     this.xrTableCell1.Weight    = 1D;
     //
     // xrTableCell2
     //
     this.xrTableCell2.Multiline = true;
     this.xrTableCell2.Name      = "xrTableCell2";
     this.xrTableCell2.Text      = "Đơn giá";
     this.xrTableCell2.Weight    = 1D;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell3,
         this.xrTableCell4
     });
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCell3
     //
     this.xrTableCell3.Multiline = true;
     this.xrTableCell3.Name      = "xrTableCell3";
     this.xrTableCell3.Weight    = 1D;
     //
     // xrTableCell4
     //
     this.xrTableCell4.Multiline = true;
     this.xrTableCell4.Name      = "xrTableCell4";
     this.xrTableCell4.Weight    = 1D;
     //
     // xrTableRow3
     //
     this.xrTableRow3.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell5,
         this.xrTableCell6
     });
     this.xrTableRow3.Name   = "xrTableRow3";
     this.xrTableRow3.Weight = 1D;
     //
     // xrTableCell5
     //
     this.xrTableCell5.Multiline = true;
     this.xrTableCell5.Name      = "xrTableCell5";
     this.xrTableCell5.Text      = "Tổng cộng";
     this.xrTableCell5.Weight    = 1D;
     //
     // xrTableCell6
     //
     this.xrTableCell6.Multiline = true;
     this.xrTableCell6.Name      = "xrTableCell6";
     this.xrTableCell6.Text      = "\r\n";
     this.xrTableCell6.Weight    = 1D;
     //
     // xrBarCode1
     //
     this.xrBarCode1.AutoModule    = true;
     this.xrBarCode1.LocationFloat = new DevExpress.Utils.PointFloat(461.6667F, 73.10629F);
     this.xrBarCode1.Name          = "xrBarCode1";
     this.xrBarCode1.Padding       = new DevExpress.XtraPrinting.PaddingInfo(10, 10, 0, 0, 96F);
     this.xrBarCode1.SizeF         = new System.Drawing.SizeF(120.339F, 111.6667F);
     this.xrBarCode1.Symbology     = qrCodeGenerator1;
     //
     // xrLabel2
     //
     this.xrLabel2.Font                  = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel2.LocationFloat         = new DevExpress.Utils.PointFloat(334.506F, 119.7729F);
     this.xrLabel2.Multiline             = true;
     this.xrLabel2.Name                  = "xrLabel2";
     this.xrLabel2.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 96F);
     this.xrLabel2.SizeF                 = new System.Drawing.SizeF(100F, 23F);
     this.xrLabel2.StylePriority.UseFont = false;
     this.xrLabel2.Text                  = "Mã Hoá Đơn:";
     //
     // lbRoomName
     //
     this.lbRoomName.Font                  = new System.Drawing.Font("Tahoma", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbRoomName.LocationFloat         = new DevExpress.Utils.PointFloat(86.66666F, 119.7729F);
     this.lbRoomName.Multiline             = true;
     this.lbRoomName.Name                  = "lbRoomName";
     this.lbRoomName.Padding               = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.lbRoomName.SizeF                 = new System.Drawing.SizeF(154.1667F, 23F);
     this.lbRoomName.StylePriority.UseFont = false;
     //
     // reportInvoice
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.TopMargin,
         this.BottomMargin,
         this.Detail
     });
     this.Font    = new System.Drawing.Font("Arial", 9.75F);
     this.Margins = new System.Drawing.Printing.Margins(100, 100, 163, 100);
     this.Version = "20.1";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager  resources        = new System.ComponentModel.ComponentResourceManager(typeof(RPT_LOADING_ORDER));
     DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator();
     this.Detail             = new DevExpress.XtraReports.UI.DetailBand();
     this.TopMargin          = new DevExpress.XtraReports.UI.TopMarginBand();
     this.BottomMargin       = new DevExpress.XtraReports.UI.BottomMarginBand();
     this.PageHeader         = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xldUserPrint       = new DevExpress.XtraReports.UI.XRLabel();
     this.paramUserPrint     = new DevExpress.XtraReports.Parameters.Parameter();
     this.xrLabel3           = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPageInfo1        = new DevExpress.XtraReports.UI.XRPageInfo();
     this.xrLabel2           = new DevExpress.XtraReports.UI.XRLabel();
     this.xrPictureBox3      = new DevExpress.XtraReports.UI.XRPictureBox();
     this.PageFooter         = new DevExpress.XtraReports.UI.PageFooterBand();
     this.xrPageInfo2        = new DevExpress.XtraReports.UI.XRPageInfo();
     this.ReportFooter       = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrPageBreak1       = new DevExpress.XtraReports.UI.XRPageBreak();
     this.DetailReport       = new DevExpress.XtraReports.UI.DetailReportBand();
     this.Detail1            = new DevExpress.XtraReports.UI.DetailBand();
     this.xrBarCode1         = new DevExpress.XtraReports.UI.XRBarCode();
     this.xrLabel7           = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1           = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel4           = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel5           = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel6           = new DevExpress.XtraReports.UI.XRLabel();
     this.dtS_LOADING_ORDER1 = new HTN.BITS.UIL.PLASESS.TableSchema.DTS_LOADING_ORDER();
     ((System.ComponentModel.ISupportInitialize)(this.dtS_LOADING_ORDER1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.HeightF       = 0F;
     this.Detail.Name          = "Detail";
     this.Detail.Padding       = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     this.Detail.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft;
     //
     // TopMargin
     //
     this.TopMargin.HeightF       = 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.xldUserPrint,
         this.xrLabel3,
         this.xrPageInfo1,
         this.xrLabel2,
         this.xrPictureBox3
     });
     this.PageHeader.HeightF = 129F;
     this.PageHeader.Name    = "PageHeader";
     //
     // 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(903.5416F, 29F);
     this.xldUserPrint.Name                           = "xldUserPrint";
     this.xldUserPrint.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xldUserPrint.SizeF                          = new System.Drawing.SizeF(134.4584F, 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 = "";
     //
     // 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(841.5416F, 29F);
     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;
     //
     // 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(841.5416F, 3.999996F);
     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;
     //
     // 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(370F, 85.37498F);
     this.xrLabel2.Name                           = "xrLabel2";
     this.xrLabel2.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.SizeF                          = new System.Drawing.SizeF(303.125F, 38.62502F);
     this.xrLabel2.StylePriority.UseFont          = false;
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     this.xrLabel2.Text                           = "LOADING ORDER";
     this.xrLabel2.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // 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(9.999998F, 10.00001F);
     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;
     //
     // PageFooter
     //
     this.PageFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageInfo2
     });
     this.PageFooter.HeightF = 44.16669F;
     this.PageFooter.Name    = "PageFooter";
     //
     // xrPageInfo2
     //
     this.xrPageInfo2.Font                           = new System.Drawing.Font("Tahoma", 9F);
     this.xrPageInfo2.Format                         = "Page : {0} of {1}";
     this.xrPageInfo2.LocationFloat                  = new DevExpress.Utils.PointFloat(940F, 9.999974F);
     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.MiddleRight;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrPageBreak1
     });
     this.ReportFooter.HeightF = 3F;
     this.ReportFooter.Name    = "ReportFooter";
     //
     // xrPageBreak1
     //
     this.xrPageBreak1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
     this.xrPageBreak1.Name          = "xrPageBreak1";
     //
     // DetailReport
     //
     this.DetailReport.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail1
     });
     this.DetailReport.DataMember = "T_LOADING";
     this.DetailReport.DataSource = this.dtS_LOADING_ORDER1;
     this.DetailReport.Level      = 0;
     this.DetailReport.Name       = "DetailReport";
     //
     // Detail1
     //
     this.Detail1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrBarCode1,
         this.xrLabel7,
         this.xrLabel1,
         this.xrLabel4,
         this.xrLabel5,
         this.xrLabel6
     });
     this.Detail1.HeightF = 469F;
     this.Detail1.Name    = "Detail1";
     //
     // 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_LOADING.T_LOADING_T_LOADING_HDR.LOADING_NO")
     });
     this.xrBarCode1.LocationFloat                  = new DevExpress.Utils.PointFloat(369F, 0F);
     this.xrBarCode1.Module                         = 11.7F;
     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(303.125F, 250F);
     this.xrBarCode1.StylePriority.UsePadding       = false;
     this.xrBarCode1.StylePriority.UseTextAlignment = false;
     qrCodeGenerator1.Version                       = DevExpress.XtraPrinting.BarCode.QRCodeVersion.Version1;
     this.xrBarCode1.Symbology                      = qrCodeGenerator1;
     this.xrBarCode1.Text                           = "LD160100005";
     this.xrBarCode1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel7
     //
     this.xrLabel7.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_LOADING.T_LOADING_T_LOADING_HDR.REMARK")
     });
     this.xrLabel7.Font                           = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel7.LocationFloat                  = new DevExpress.Utils.PointFloat(440.1667F, 421.5F);
     this.xrLabel7.Name                           = "xrLabel7";
     this.xrLabel7.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel7.SizeF                          = new System.Drawing.SizeF(521.1667F, 35.5F);
     this.xrLabel7.StylePriority.UseFont          = false;
     this.xrLabel7.StylePriority.UseTextAlignment = false;
     this.xrLabel7.Text                           = "xrLabel7";
     this.xrLabel7.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel1
     //
     this.xrLabel1.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_LOADING.T_LOADING_T_LOADING_HDR.LOADING_NO")
     });
     this.xrLabel1.Font                           = new System.Drawing.Font("Tahoma", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel1.LocationFloat                  = new DevExpress.Utils.PointFloat(148.5F, 258.0832F);
     this.xrLabel1.Name                           = "xrLabel1";
     this.xrLabel1.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.SizeF                          = new System.Drawing.SizeF(744.9999F, 95.91672F);
     this.xrLabel1.StylePriority.UseFont          = false;
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     this.xrLabel1.Text                           = "xrLabel1";
     this.xrLabel1.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleCenter;
     //
     // xrLabel4
     //
     this.xrLabel4.DataBindings.AddRange(new DevExpress.XtraReports.UI.XRBinding[] {
         new DevExpress.XtraReports.UI.XRBinding("Text", null, "T_LOADING.T_LOADING_T_LOADING_HDR.TRUCK_NO")
     });
     this.xrLabel4.Font                           = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel4.LocationFloat                  = new DevExpress.Utils.PointFloat(440.1667F, 368.375F);
     this.xrLabel4.Name                           = "xrLabel4";
     this.xrLabel4.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel4.SizeF                          = new System.Drawing.SizeF(521.1667F, 41.75F);
     this.xrLabel4.StylePriority.UseFont          = false;
     this.xrLabel4.StylePriority.UseTextAlignment = false;
     this.xrLabel4.Text                           = "xrLabel4";
     this.xrLabel4.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel5
     //
     this.xrLabel5.Font                           = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel5.LocationFloat                  = new DevExpress.Utils.PointFloat(148.5F, 368.375F);
     this.xrLabel5.Name                           = "xrLabel5";
     this.xrLabel5.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel5.SizeF                          = new System.Drawing.SizeF(287.5F, 41.75F);
     this.xrLabel5.StylePriority.UseFont          = false;
     this.xrLabel5.StylePriority.UseTextAlignment = false;
     this.xrLabel5.Text                           = "Truck / Container No.:";
     this.xrLabel5.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // xrLabel6
     //
     this.xrLabel6.Font                           = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.xrLabel6.LocationFloat                  = new DevExpress.Utils.PointFloat(148.5F, 421.5F);
     this.xrLabel6.Name                           = "xrLabel6";
     this.xrLabel6.Padding                        = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel6.SizeF                          = new System.Drawing.SizeF(287.5F, 35.5F);
     this.xrLabel6.StylePriority.UseFont          = false;
     this.xrLabel6.StylePriority.UseTextAlignment = false;
     this.xrLabel6.Text                           = "Remark :";
     this.xrLabel6.TextAlignment                  = DevExpress.XtraPrinting.TextAlignment.MiddleLeft;
     //
     // dtS_LOADING_ORDER1
     //
     this.dtS_LOADING_ORDER1.DataSetName             = "DTS_LOADING_ORDER";
     this.dtS_LOADING_ORDER1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // RPT_LOADING_ORDER
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.TopMargin,
         this.BottomMargin,
         this.PageHeader,
         this.PageFooter,
         this.ReportFooter,
         this.DetailReport
     });
     this.DataMember = "T_LOADING_HDR.T_LOADING_T_LOADING_HDR";
     this.DataSource = this.dtS_LOADING_ORDER1;
     this.Landscape  = true;
     this.Margins    = new System.Drawing.Printing.Margins(25, 25, 25, 25);
     this.PageHeight = 850;
     this.PageWidth  = 1100;
     this.Parameters.AddRange(new DevExpress.XtraReports.Parameters.Parameter[] {
         this.paramUserPrint
     });
     this.RequestParameters = false;
     this.Version           = "11.2";
     ((System.ComponentModel.ISupportInitialize)(this.dtS_LOADING_ORDER1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }