public MailScreenManager()
 {
     this.dockableControl = new DockableControl(this);
     this.dockWindow = new DockWindow(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.UserPaint, true);
 }
 public VillageReportBackgroundPanel()
 {
     this.dockableControl = new DockableControl(this);
     this.dockWindow = new DockWindow(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.UserPaint, true);
 }
 public MainRightHandPanel()
 {
     this.dockWindow = new DockWindow(this);
     this.InitializeComponent();
     this.Font = FontManager.GetFont("Microsoft Sans Serif", 8.25f);
     base.SetStyle(ControlStyles.OptimizedDoubleBuffer | ControlStyles.AllPaintingInWmPaint | ControlStyles.UserPaint, true);
 }
Пример #4
0
 public MainWindowPanel()
 {
     this.dockWindow = new DockWindow(this);
     this.InitializeComponent();
     base.SetStyle(ControlStyles.UserPaint, true);
 }