1 #ifndef __frmNewAccount__
2 #define __frmNewAccount__
6 Subclass of frmNewAccountADT, which is generated by wxFormBuilder.
9 #include "AppXestiaAddrBk.h"
10 #include <wx/fileconf.h>
12 //// end generated include
14 /** Implementing frmNewAccountADT */
15 class frmNewAccount : public frmNewAccountADT
18 // Handlers for frmNewAccountADT events.
19 void CheckAccountName( wxCommandEvent& event );
20 void ProcessPrevious( wxCommandEvent& event );
21 void ProcessNext( wxCommandEvent& event );
22 void CloseWindow( wxCommandEvent& event );
23 void UpdateRequirements( wxCommandEvent& event );
24 void WriteAccountDetails( wxFileConfig *cfgfilein, wxString AccountType, wxString DirectoryName );
27 frmNewAccount( wxWindow* parent );
28 void SetupPointers(bool *ReloadAccountInc);
29 //// end generated class members
32 wxString ServerPrefix;
33 bool ReloadAccountConfig = FALSE;
36 #endif // __frmNewAccount__