using System; using System.Data; using System.Drawing; using System.Windows.Forms; using System.Collections; using System.Runtime.InteropServices; using System.Threading; using Cosmos.BaseFrame; using Cosmos.UserFrame; using Cosmos.ServiceProvider; using Cosmos.UI; using System.Diagnostics; namespace Cosmos.Win { public partial class frmSaleMain_Pay_800 : Form { public frmSaleMain_Pay_800() { InitializeComponent(); base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.ResizeRedraw, true); //this.UpdateStyles(); } } }