|
|
|
|
namespace Mesnac.Action.ChemicalWeighing.MaterialManage
|
|
|
|
|
{
|
|
|
|
|
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()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
DevExpress.XtraPrinting.BarCode.Code128Generator code128Generator1 = new DevExpress.XtraPrinting.BarCode.Code128Generator();
|
|
|
|
|
this.Detail = new DevExpress.XtraReports.UI.DetailBand();
|
|
|
|
|
this.panel1 = new DevExpress.XtraReports.UI.XRPanel();
|
|
|
|
|
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.xrBarCode1 = new DevExpress.XtraReports.UI.XRBarCode();
|
|
|
|
|
this.TopMargin = new DevExpress.XtraReports.UI.TopMarginBand();
|
|
|
|
|
this.BottomMargin = new DevExpress.XtraReports.UI.BottomMarginBand();
|
|
|
|
|
this.objectDataSource1 = new DevExpress.DataAccess.ObjectBinding.ObjectDataSource(this.components);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
|
|
|
|
|
//
|
|
|
|
|
// Detail
|
|
|
|
|
//
|
|
|
|
|
this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
|
|
|
this.panel1});
|
|
|
|
|
this.Detail.Dpi = 254F;
|
|
|
|
|
this.Detail.HeightF = 486.5F;
|
|
|
|
|
this.Detail.HierarchyPrintOptions.Indent = 50.8F;
|
|
|
|
|
this.Detail.MultiColumn.ColumnCount = 2;
|
|
|
|
|
this.Detail.MultiColumn.ColumnSpacing = 25F;
|
|
|
|
|
this.Detail.MultiColumn.ColumnWidth = 902F;
|
|
|
|
|
this.Detail.MultiColumn.Layout = DevExpress.XtraPrinting.ColumnLayout.AcrossThenDown;
|
|
|
|
|
this.Detail.MultiColumn.Mode = DevExpress.XtraReports.UI.MultiColumnMode.UseColumnCount;
|
|
|
|
|
this.Detail.Name = "Detail";
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
this.panel1.Borders = ((DevExpress.XtraPrinting.BorderSide)((((DevExpress.XtraPrinting.BorderSide.Left | DevExpress.XtraPrinting.BorderSide.Top)
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Right)
|
|
|
|
|
| DevExpress.XtraPrinting.BorderSide.Bottom)));
|
|
|
|
|
this.panel1.CanGrow = false;
|
|
|
|
|
this.panel1.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
|
|
|
|
|
this.xrLabel4,
|
|
|
|
|
this.xrLabel3,
|
|
|
|
|
this.xrLabel2,
|
|
|
|
|
this.xrLabel1,
|
|
|
|
|
this.xrBarCode1});
|
|
|
|
|
this.panel1.Dpi = 254F;
|
|
|
|
|
this.panel1.LocationFloat = new DevExpress.Utils.PointFloat(0F, 0F);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.SizeF = new System.Drawing.SizeF(902.0001F, 486.5F);
|
|
|
|
|
//
|
|
|
|
|
// xrLabel4
|
|
|
|
|
//
|
|
|
|
|
this.xrLabel4.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
|
|
|
|
this.xrLabel4.Dpi = 254F;
|
|
|
|
|
this.xrLabel4.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
|
|
|
|
|
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Material_code]")});
|
|
|
|
|
this.xrLabel4.LocationFloat = new DevExpress.Utils.PointFloat(270.0499F, 155.6F);
|
|
|
|
|
this.xrLabel4.Multiline = true;
|
|
|
|
|
this.xrLabel4.Name = "xrLabel4";
|
|
|
|
|
this.xrLabel4.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
|
|
|
|
|
this.xrLabel4.SizeF = new System.Drawing.SizeF(482.6F, 58.42F);
|
|
|
|
|
this.xrLabel4.StylePriority.UseBorders = false;
|
|
|
|
|
this.xrLabel4.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrLabel4.Text = "xrLabel4";
|
|
|
|
|
this.xrLabel4.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
|
|
|
|
|
//
|
|
|
|
|
// xrLabel3
|
|
|
|
|
//
|
|
|
|
|
this.xrLabel3.BorderDashStyle = DevExpress.XtraPrinting.BorderDashStyle.Solid;
|
|
|
|
|
this.xrLabel3.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
|
|
|
|
this.xrLabel3.Dpi = 254F;
|
|
|
|
|
this.xrLabel3.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
|
|
|
|
|
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Material_name]")});
|
|
|
|
|
this.xrLabel3.LocationFloat = new DevExpress.Utils.PointFloat(270.0499F, 60.35F);
|
|
|
|
|
this.xrLabel3.Multiline = true;
|
|
|
|
|
this.xrLabel3.Name = "xrLabel3";
|
|
|
|
|
this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
|
|
|
|
|
this.xrLabel3.SizeF = new System.Drawing.SizeF(482.6F, 58.42F);
|
|
|
|
|
this.xrLabel3.StylePriority.UseBorderDashStyle = false;
|
|
|
|
|
this.xrLabel3.StylePriority.UseBorders = false;
|
|
|
|
|
this.xrLabel3.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrLabel3.Text = "xrLabel3";
|
|
|
|
|
this.xrLabel3.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
|
|
|
|
|
//
|
|
|
|
|
// xrLabel2
|
|
|
|
|
//
|
|
|
|
|
this.xrLabel2.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
|
|
|
|
this.xrLabel2.Dpi = 254F;
|
|
|
|
|
this.xrLabel2.LocationFloat = new DevExpress.Utils.PointFloat(102.8333F, 155.6F);
|
|
|
|
|
this.xrLabel2.Multiline = true;
|
|
|
|
|
this.xrLabel2.Name = "xrLabel2";
|
|
|
|
|
this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
|
|
|
|
|
this.xrLabel2.SizeF = new System.Drawing.SizeF(167.2167F, 58.42F);
|
|
|
|
|
this.xrLabel2.StylePriority.UseBorders = false;
|
|
|
|
|
this.xrLabel2.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrLabel2.Text = "物料代码";
|
|
|
|
|
this.xrLabel2.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
|
|
|
|
|
//
|
|
|
|
|
// xrLabel1
|
|
|
|
|
//
|
|
|
|
|
this.xrLabel1.Borders = DevExpress.XtraPrinting.BorderSide.None;
|
|
|
|
|
this.xrLabel1.Dpi = 254F;
|
|
|
|
|
this.xrLabel1.LocationFloat = new DevExpress.Utils.PointFloat(102.8333F, 58.23333F);
|
|
|
|
|
this.xrLabel1.Multiline = true;
|
|
|
|
|
this.xrLabel1.Name = "xrLabel1";
|
|
|
|
|
this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 254F);
|
|
|
|
|
this.xrLabel1.SizeF = new System.Drawing.SizeF(167.2167F, 60.53668F);
|
|
|
|
|
this.xrLabel1.StylePriority.UseBorders = false;
|
|
|
|
|
this.xrLabel1.StylePriority.UseTextAlignment = false;
|
|
|
|
|
this.xrLabel1.Text = "物料名称";
|
|
|
|
|
this.xrLabel1.TextAlignment = DevExpress.XtraPrinting.TextAlignment.MiddleJustify;
|
|
|
|
|
//
|
|
|
|
|
// xrBarCode1
|
|
|
|
|
//
|
|
|
|
|
this.xrBarCode1.Dpi = 254F;
|
|
|
|
|
this.xrBarCode1.ExpressionBindings.AddRange(new DevExpress.XtraReports.UI.ExpressionBinding[] {
|
|
|
|
|
new DevExpress.XtraReports.UI.ExpressionBinding("BeforePrint", "Text", "[Material_code]")});
|
|
|
|
|
this.xrBarCode1.LocationFloat = new DevExpress.Utils.PointFloat(49.91659F, 214.02F);
|
|
|
|
|
this.xrBarCode1.Module = 5.08F;
|
|
|
|
|
this.xrBarCode1.Name = "xrBarCode1";
|
|
|
|
|
this.xrBarCode1.Padding = new DevExpress.XtraPrinting.PaddingInfo(26, 26, 0, 0, 254F);
|
|
|
|
|
this.xrBarCode1.SizeF = new System.Drawing.SizeF(827.0835F, 203.0299F);
|
|
|
|
|
code128Generator1.CharacterSet = DevExpress.XtraPrinting.BarCode.Code128Charset.CharsetB;
|
|
|
|
|
this.xrBarCode1.Symbology = code128Generator1;
|
|
|
|
|
//
|
|
|
|
|
// TopMargin
|
|
|
|
|
//
|
|
|
|
|
this.TopMargin.Dpi = 254F;
|
|
|
|
|
this.TopMargin.HeightF = 37.01667F;
|
|
|
|
|
this.TopMargin.Name = "TopMargin";
|
|
|
|
|
//
|
|
|
|
|
// BottomMargin
|
|
|
|
|
//
|
|
|
|
|
this.BottomMargin.Dpi = 254F;
|
|
|
|
|
this.BottomMargin.HeightF = 88.78347F;
|
|
|
|
|
this.BottomMargin.Name = "BottomMargin";
|
|
|
|
|
//
|
|
|
|
|
// objectDataSource1
|
|
|
|
|
//
|
|
|
|
|
this.objectDataSource1.DataSource = typeof(Mesnac.Action.ChemicalWeighing.Entity.Pmt_material);
|
|
|
|
|
this.objectDataSource1.Name = "objectDataSource1";
|
|
|
|
|
//
|
|
|
|
|
// BarcodeReport
|
|
|
|
|
//
|
|
|
|
|
this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
|
|
|
|
|
this.Detail,
|
|
|
|
|
this.TopMargin,
|
|
|
|
|
this.BottomMargin});
|
|
|
|
|
this.ComponentStorage.AddRange(new System.ComponentModel.IComponent[] {
|
|
|
|
|
this.objectDataSource1});
|
|
|
|
|
this.DataSource = this.objectDataSource1;
|
|
|
|
|
this.Dpi = 254F;
|
|
|
|
|
this.Font = new System.Drawing.Font("Arial", 9.75F);
|
|
|
|
|
this.Margins = new System.Drawing.Printing.Margins(129, 68, 37, 89);
|
|
|
|
|
this.PageHeight = 2970;
|
|
|
|
|
this.PageWidth = 2100;
|
|
|
|
|
this.PaperKind = System.Drawing.Printing.PaperKind.A4;
|
|
|
|
|
this.ReportPrintOptions.DetailCountOnEmptyDataSource = 12;
|
|
|
|
|
this.ReportUnit = DevExpress.XtraReports.UI.ReportUnit.TenthsOfAMillimeter;
|
|
|
|
|
this.SnapGridSize = 25F;
|
|
|
|
|
this.Version = "19.1";
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.objectDataSource1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this)).EndInit();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private DevExpress.DataAccess.ObjectBinding.ObjectDataSource objectDataSource1;
|
|
|
|
|
private DevExpress.XtraReports.UI.DetailBand Detail;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRPanel panel1;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel4;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel3;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel2;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRLabel xrLabel1;
|
|
|
|
|
private DevExpress.XtraReports.UI.XRBarCode xrBarCode1;
|
|
|
|
|
private DevExpress.XtraReports.UI.TopMarginBand TopMargin;
|
|
|
|
|
private DevExpress.XtraReports.UI.BottomMarginBand BottomMargin;
|
|
|
|
|
}
|
|
|
|
|
}
|