#ifndef __frmNewAccount__ #define __frmNewAccount__ /** @file Subclass of frmNewAccountADT, which is generated by wxFormBuilder. */ #include "AppXestiaAddrBk.h" #include //// end generated include /** Implementing frmNewAccountADT */ class frmNewAccount : public frmNewAccountADT { protected: // Handlers for frmNewAccountADT events. void CheckAccountName( wxCommandEvent& event ); void ProcessPrevious( wxCommandEvent& event ); void ProcessNext( wxCommandEvent& event ); void CloseWindow( wxCommandEvent& event ); void UpdateRequirements( wxCommandEvent& event ); void WriteAccountDetails( wxFileConfig *cfgfilein, wxString AccountType, wxString DirectoryName ); public: /** Constructor */ frmNewAccount( wxWindow* parent ); void SetupPointers(bool *ReloadAccountInc); //// end generated class members private: int PageSeek = 0; wxString ServerPrefix; bool ReloadAccountConfig = FALSE; }; #endif // __frmNewAccount__