fix Compatibility button

This commit is contained in:
FunkyFr3sh 2021-07-01 18:04:34 +02:00
parent 74f83131cc
commit b119d3fd9d
3 changed files with 13 additions and 7 deletions

View file

@ -18,7 +18,7 @@ __published: // Von der IDE verwaltete Komponenten
TPanel *MenuPnl;
TPanel *DisplayPnl;
TSpeedButton *DisplayBtn;
TSpeedButton *AdvSettingsBtn;
TSpeedButton *AdvDisplayBtn;
TSpeedButton *CompatibilityBtn;
TPanel *AdvDisplayPnl;
TPanel *CompatibilityPnl;
@ -45,7 +45,8 @@ __published: // Von der IDE verwaltete Komponenten
TLabel *BoxingLbl;
TToggleSwitch *BoxingChk;
void __fastcall DisplayBtnClick(TObject *Sender);
void __fastcall AdvSettingsBtnClick(TObject *Sender);
void __fastcall AdvDisplayBtnClick(TObject *Sender);
void __fastcall CompatibilityBtnClick(TObject *Sender);
private: // Benutzer-Deklarationen
public: // Benutzer-Deklarationen
__fastcall TConfigForm(TComponent* Owner);