#ifndef __frmEditAccount__ #define __frmEditAccount__ /** @file Subclass of frmEditAccountADT, which is generated by wxFormBuilder. */ #include #include #include "../AppXestiaCalendar.h" #include "svrblist.h" //// end generated include /** Implementing frmEditAccountADT */ class frmEditAccount : public frmEditAccountADT { private: wxFileConfig *cfgfile; wxString AccName; bool DialogResult = false; protected: // Handlers for frmEditAccountADT events. void DetectAddressBook( wxCommandEvent& event ); void UpdateSettings( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); public: /** Constructor */ frmEditAccount( wxWindow* parent ); void LoadPointers( wxFileConfig* cfgin ); void LoadSettings( wxString AccNameIn ); bool GetDialogResult(); //// end generated class members }; #endif // __frmEditAccount__