113 lines
5.2 KiB
C#
113 lines
5.2 KiB
C#
namespace WMS.FrmPrint
|
|
{
|
|
partial class BarCodeReport
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
DevExpress.XtraPrinting.BarCode.Code128Generator code128Generator1 = new DevExpress.XtraPrinting.BarCode.Code128Generator();
|
|
this.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 System.Drawing.Font("Times New Roman", 16F);
|
|
this.detailBand1.HeightF = 400F;
|
|
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.Dpi = 254F;
|
|
this.lblBarCodeText.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblBarCodeText.LocationFloat = new DevExpress.Utils.PointFloat(0F, 60.85417F);
|
|
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(600F, 235.9583F);
|
|
this.lblBarCodeText.StylePriority.UseFont = false;
|
|
this.lblBarCodeText.StylePriority.UseTextAlignment = false;
|
|
this.lblBarCodeText.Symbology = code128Generator1;
|
|
this.lblBarCodeText.Text = "TP0001";
|
|
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 System.Drawing.Printing.Margins(0, 0, 0, 0);
|
|
this.PageHeight = 400;
|
|
this.PageWidth = 600;
|
|
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 = "16.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;
|
|
}
|
|
}
|