using System; using System.Collections; using System.Drawing; namespace Dongke.WinForm.Controls.InvoiceLayout { [Serializable] internal class PropertyOfLayoutBox { public int NewItemID; public float PaperHeight; public float PaperWidth; public ArrayList Items; public Image BackgroundImage; public string BackgroundImageName; public bool PrintAreaVisible; public bool PrintBackground; public RectangleF LastItemRF; } }