#ifndef __frmEditAccount__ #define __frmEditAccount__ /** @file Subclass of frmEditAccountADT, which is generated by wxFormBuilder. */ #include "AppXestiaAddrBk.h" #include //// end generated include /** Implementing frmEditAccountADT */ class frmEditAccount : public frmEditAccountADT { 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 ); private: wxFileConfig *cfgfile; wxString AccName; //// end generated class members }; #endif // __frmEditAccount__