//--------------------------------------------------------------------------- #ifndef GeneralSettingsH #define GeneralSettingsH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include //--------------------------------------------------------------------------- class TGeneralSettingsFrame : public TFrame { __published: TXPGroupBox *InterfaceGroup; TLabel *CommanderDescriptionLabel2; TLabel *ExplorerDescriptionLabel; TImage *CommanderInterfacePicture; TImage *ExplorerInterfacePicture; TRadioButton *CommanderInterfaceButton; TRadioButton *ExplorerInterfaceButton; void __fastcall CommanderClick(TObject *Sender); void __fastcall ExplorerClick(TObject *Sender); public: void __fastcall LoadConfiguration(); void __fastcall SaveConfiguration(); __fastcall TGeneralSettingsFrame(TComponent* Owner); }; //--------------------------------------------------------------------------- #endif