add Resolution setting
This commit is contained in:
parent
c9d5e1015c
commit
19ed60642f
3 changed files with 93 additions and 10 deletions
|
@ -81,6 +81,9 @@ __published: // Von der IDE verwaltete Komponenten
|
|||
TComboBox *ShaderD3DCbx;
|
||||
TSpeedButton *RestoreDefaultsBtn;
|
||||
TPanel *ThemePnl;
|
||||
TComboBox *ResolutionCbx;
|
||||
TLabel *ResolutionLbl;
|
||||
TPaintBox *ResolutionPbox;
|
||||
void __fastcall DisplayBtnClick(TObject *Sender);
|
||||
void __fastcall AdvancedBtnClick(TObject *Sender);
|
||||
void __fastcall CompatibilityBtnClick(TObject *Sender);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue