spc-kiosk-pb/WinEtc/PosDesign800/frmSaleMain_Pay_800.cs

31 lines
661 B
C#
Raw Normal View History

2019-06-16 05:12:09 +00:00
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();
}
}
}