using System; using System.Drawing; using System.Collections; using System.ComponentModel; using DevExpress.XtraReports.UI; namespace Mesnac.Action.ChemicalWeighing.MaterialManage { public partial class BarcodeReport : DevExpress.XtraReports.UI.XtraReport { public BarcodeReport() { InitializeComponent(); } } }