1 #ifndef __frmEditAccount__
2 #define __frmEditAccount__
6 Subclass of frmEditAccountADT, which is generated by wxFormBuilder.
9 #include "AppXestiaAddrBk.h"
10 #include <wx/fileconf.h>
12 //// end generated include
14 /** Implementing frmEditAccountADT */
15 class frmEditAccount : public frmEditAccountADT
18 // Handlers for frmEditAccountADT events.
19 void DetectAddressBook( wxCommandEvent& event );
20 void UpdateSettings( wxCommandEvent& event );
21 void CloseWindow( wxCommandEvent& event );
24 frmEditAccount( wxWindow* parent );
25 void LoadPointers( wxFileConfig* cfgin );
26 void LoadSettings( wxString AccNameIn );
28 wxFileConfig *cfgfile;
30 //// end generated class members
34 #endif // __frmEditAccount__