1 #ifndef __frmEditAccount__
2 #define __frmEditAccount__
6 Subclass of frmEditAccountADT, which is generated by wxFormBuilder.
9 #include <wx/fileconf.h>
10 #include <wx/msgdlg.h>
12 #include "../AppXestiaCalendar.h"
16 //// end generated include
18 /** Implementing frmEditAccountADT */
19 class frmEditAccount : public frmEditAccountADT
22 wxFileConfig *cfgfile;
24 bool DialogResult = false;
26 // Handlers for frmEditAccountADT events.
27 void DetectAddressBook( wxCommandEvent& event );
28 void UpdateSettings( wxCommandEvent& event );
29 void CloseWindow( wxCommandEvent& event );
32 frmEditAccount( wxWindow* parent );
33 void LoadPointers( wxFileConfig* cfgin );
34 void LoadSettings( wxString AccNameIn );
35 bool GetDialogResult();
36 //// end generated class members
40 #endif // __frmEditAccount__