34    wxPanel* m_ErrPanelDB;
 
   35    wxStaticText* m_ErrDBTextCtrl;
 
   36    wxTextCtrl* m_ErrDBLogCtrl;
 
   37    wxPanel* m_ErrPanelProjVersion;
 
   38    wxStaticText* m_ErrVerTextCtrl;
 
   39    wxButton* m_ErrVerBackupConvertCtrl;
 
   40    wxButton* m_ErrVerConvertCtrl;
 
   41    wxPanel* m_ErrPanelTMVersion;
 
   42    wxStaticText* m_ErrTMTextCtrl;
 
   43    wxButton* m_ErrTMDownloadCtrl;
 
   47    void _CreateControls(
const wxString& projname, 
int iActDBVersion);
 
   49    void OnConvertBackup(wxCommandEvent& event);
 
   51    void OnConvert(wxCommandEvent& event);
 
   53    void OnDownload(wxCommandEvent& event);
 
   57                    wxWindowID 
id = wxID_ANY, 
const wxPoint& pos = wxDefaultPosition,
 
   58                    const wxSize& size = wxDefaultSize, 
long style = wxDEFAULT_DIALOG_STYLE);
 
 
   65    wxStaticText* m_ErrorMsgCtrl;
 
   66    wxCheckBox* m_RemoveCheckCtrl;
 
   69    void _CreateControls(
const wxString& prjname);
 
   72    tmOpenRecentError_DLG(wxWindow* parent, wxWindowID 
id, 
const wxString& title, 
const wxString& prjname,
 
   73                          const wxPoint& pos = wxDefaultPosition, 
const wxSize& size = wxDefaultSize,
 
   74                          long style = wxDEFAULT_DIALOG_STYLE);
 
   78    inline const bool GetRemoveFromRecent() 
const;