namespace WMS.FrmPrint { partial class BarCodeReport { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { DevExpress.XtraPrinting.BarCode.QRCodeGenerator qrCodeGenerator1 = new DevExpress.XtraPrinting.BarCode.QRCodeGenerator(); this.bottomMarginBand1 = new DevExpress.XtraReports.UI.BottomMarginBand(); this.topMarginBand1 = new DevExpress.XtraReports.UI.TopMarginBand(); this.detailBand1 = new DevExpress.XtraReports.UI.DetailBand(); this.lblBarCodeText = new DevExpress.XtraReports.UI.XRBarCode(); ((System.ComponentModel.ISupportInitialize)(this)).BeginInit(); // // bottomMarginBand1 // this.bottomMarginBand1.BorderWidth = 0F; this.bottomMarginBand1.Dpi = 254F; this.bottomMarginBand1.HeightF = 0F; this.bottomMarginBand1.Name = "bottomMarginBand1"; this.bottomMarginBand1.StylePriority.UseBorderWidth = false; // // topMarginBand1 // this.topMarginBand1.Dpi = 254F; this.topMarginBand1.HeightF = 0F; this.topMarginBand1.Name = "topMarginBand1"; // // detailBand1 // this.detailBand1.Borders = DevExpress.XtraPrinting.BorderSide.None; this.detailBand1.BorderWidth = 0F; this.detailBand1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] { this.lblBarCodeText}); this.detailBand1.Dpi = 254F; this.detailBand1.Font = new DevExpress.Drawing.DXFont("Times New Roman", 16F); this.detailBand1.HeightF = 500F; this.detailBand1.Name = "detailBand1"; this.detailBand1.SnapLinePadding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 254F); this.detailBand1.StylePriority.UseBorders = false; this.detailBand1.StylePriority.UseBorderWidth = false; this.detailBand1.StylePriority.UseFont = false; this.detailBand1.StylePriority.UseTextAlignment = false; this.detailBand1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.TopLeft; // // lblBarCodeText // this.lblBarCodeText.Alignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; this.lblBarCodeText.AutoModule = true; this.lblBarCodeText.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid; this.lblBarCodeText.Dpi = 254F; this.lblBarCodeText.Font = new DevExpress.Drawing.DXFont("Arial", 14F); this.lblBarCodeText.LocationFloat = new DevExpress.Utils.PointFloat(13.229F, 42.33333F); this.lblBarCodeText.Module = 5F; this.lblBarCodeText.Name = "lblBarCodeText"; this.lblBarCodeText.Padding = new DevExpress.XtraPrinting.PaddingInfo(25, 25, 0, 0, 254F); this.lblBarCodeText.SizeF = new System.Drawing.SizeF(786.771F, 412.1459F); this.lblBarCodeText.StylePriority.UseBorderDashStyle = false; this.lblBarCodeText.StylePriority.UseFont = false; this.lblBarCodeText.StylePriority.UseTextAlignment = false; this.lblBarCodeText.Symbology = qrCodeGenerator1; this.lblBarCodeText.Text = "323202412280001"; this.lblBarCodeText.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleCenter; // // BarCodeReport // this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] { this.detailBand1, this.topMarginBand1, this.bottomMarginBand1}); this.Dpi = 254F; this.Margins = new DevExpress.Drawing.DXMargins(0F, 0F, 0F, 0F); this.PageHeight = 500; this.PageWidth = 800; this.PaperKind = System.Drawing.Printing.PaperKind.Custom; this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter; this.ScriptReferencesString = "GY.Products.ERP.Model.dll\r\nGY.Products.ERP.BLL.dll\r\nGY.Framework.Business.dll"; this.ShowPrintMarginsWarning = false; this.SnapGridSize = 25F; this.Version = "22.2"; ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); } #endregion private DevExpress.XtraReports.UI.BottomMarginBand bottomMarginBand1; private DevExpress.XtraReports.UI.TopMarginBand topMarginBand1; private DevExpress.XtraReports.UI.DetailBand detailBand1; private DevExpress.XtraReports.UI.XRBarCode lblBarCodeText; } }