X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=cc1cb1e6ca8c3d58b5ae0fa0db81a752b6df2180;hp=5de209219829ca669488821ed573d22cac7c3990;hb=56eff3f03cf38a27161b3279318c474e0421111c;hpb=45729fca56479bd9158486e0cda0c4a94b4dd1dc diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index 5de2092..cc1cb1e 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Feb 26 2014) +// C++ code generated with wxFormBuilder (version Nov 13 2016) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! @@ -27,6 +27,7 @@ #include #include #include +#include #include #include #include @@ -50,29 +51,27 @@ /////////////////////////////////////////////////////////////////////////// #define ID_MANAGE_NEWAB 1000 -#define ID_MANAGE_IMPORT 1001 -#define ID_MANAGE_EXPORT 1002 -#define ID_MANAGE_PREFERENCES 1003 -#define ID_MANAGE_EXIT 1004 -#define ID_CONTACT_EDIT 1005 -#define ID_CONTACT_DELETE 1006 -#define ID_SET_CONTACT_AS_MYSELF 1007 -#define ID_VIEW_FNLN 1008 -#define ID_VIEW_LNFN 1009 -#define ID_VIEW_NICK 1010 -#define ID_VIEW_ASC 1011 -#define ID_VIEW_DESC 1012 -#define ID_VIEW_STATUSBAR 1013 -#define ID_MANAGE_CUT 1014 -#define ID_MANAGE_COPY 1015 -#define ID_MANAGE_PASTE 1016 -#define ID_HELP_SHOW 1017 -#define ID_MANAGE_UPDATE 1018 -#define ID_HELP_ABOUT 1019 -#define ID_CONTACT_CLOSE 1020 -#define CONTACT_SAVE 1021 -#define CONTACT_SAVECLOSE 1022 -#define CONTACT_CLOSE 1023 +#define ID_IMPORT 1001 +#define ID_EXPORT 1002 +#define ID_CONTACT_ADD 1003 +#define ID_CONTACT_EDIT 1004 +#define ID_CONTACT_DELETE 1005 +#define ID_CONTACT_FIND 1006 +#define ID_VIEW_FNLN 1007 +#define ID_VIEW_LNFN 1008 +#define ID_VIEW_NICK 1009 +#define ID_VIEW_ASC 1010 +#define ID_VIEW_DESC 1011 +#define ID_VIEW_STATUSBAR 1012 +#define ID_MANAGE_CUT 1013 +#define ID_MANAGE_COPY 1014 +#define ID_MANAGE_PASTE 1015 +#define ID_HELP_SHOW 1016 +#define ID_MANAGE_UPDATE 1017 +#define ID_CONTACT_CLOSE 1018 +#define CONTACT_SAVE 1019 +#define CONTACT_SAVECLOSE 1020 +#define CONTACT_CLOSE 1021 /////////////////////////////////////////////////////////////////////////////// /// Class frmMainADT @@ -84,9 +83,9 @@ class frmMainADT : public wxFrame protected: wxMenuBar* mnuMain; wxMenu* mnuManage; + wxMenuItem* mnuPrefSep; + wxMenuItem* mnuExitSep; wxMenu* mnuContact; - wxMenuItem* setContactAsMyself; - wxMenuItem* m_separator5; wxMenu* mnuView; wxMenu* mnuShowContactsAs; wxMenu* mnuViewSortBy; @@ -94,19 +93,27 @@ class frmMainADT : public wxFrame wxMenu* mnuEdit; wxMenu* mnuWindow; wxMenu* mnuHelp; + wxMenuItem* mnuHelpAboutSep; wxBoxSizer* szrMain; wxStaticBitmap* bmpIcon; wxComboCtrl* AccCtrl; wxSplitterWindow* m_splitter13; wxPanel* m_panel19; - wxFlexGridSizer* szrContactList; - wxFlexGridSizer* szrAccList; + wxBoxSizer* szrContactList; wxListCtrl* lstContacts; wxPanel* m_panel20; wxHtmlWindow* htmContactData; wxStatusBar* stbBottom; + wxToolBar* tblMain; + wxToolBarToolBase* tbtNewAccount; + wxToolBarToolBase* tbtPreferences; + wxToolBarToolBase* tbtSearch; + wxToolBarToolBase* tbtAddContact; + wxToolBarToolBase* tbtEditContact; + wxToolBarToolBase* tbtDeleteContact; // Virtual event handlers, overide them in your derived class + virtual void QuitApp( wxCloseEvent& event ) { event.Skip(); } virtual void OpenNewABDialog( wxCommandEvent& event ) { event.Skip(); } virtual void RefreshAddressBook( wxCommandEvent& event ) { event.Skip(); } virtual void OpenImportDialog( wxCommandEvent& event ) { event.Skip(); } @@ -116,7 +123,6 @@ class frmMainADT : public wxFrame virtual void ShowContactEditorNew( wxCommandEvent& event ) { event.Skip(); } virtual void ShowContactEditorEdit( wxCommandEvent& event ) { event.Skip(); } virtual void DeleteContact( wxCommandEvent& event ) { event.Skip(); } - virtual void SetContactAsSelf( wxCommandEvent& event ) { event.Skip(); } virtual void OpenFindContactsWindow( wxCommandEvent& event ) { event.Skip(); } virtual void SortFNLN( wxCommandEvent& event ) { event.Skip(); } virtual void SortLNFN( wxCommandEvent& event ) { event.Skip(); } @@ -132,21 +138,22 @@ class frmMainADT : public wxFrame virtual void ShowHelp( wxCommandEvent& event ) { event.Skip(); } virtual void CheckUpdates( wxCommandEvent& event ) { event.Skip(); } virtual void ShowAboutWindow( wxCommandEvent& event ) { event.Skip(); } - virtual void OpenContactInfo( wxListEvent& event ) { event.Skip(); } + virtual void OpenContactInfoList( wxListEvent& event ) { event.Skip(); } virtual void ShowContactInfo( wxListEvent& event ) { event.Skip(); } + virtual void ShowContactMenu( wxMouseEvent& event ) { event.Skip(); } virtual void ShowContactSubmenu( wxMouseEvent& event ) { event.Skip(); } virtual void UpdateSBIconPlacement( wxSizeEvent& event ) { event.Skip(); } public: - frmMainADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Xestia Address Book"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxDEFAULT_FRAME_STYLE ); + frmMainADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Xestia Address Book"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 745,476 ), long style = wxDEFAULT_FRAME_STYLE ); ~frmMainADT(); void m_splitter13OnIdle( wxIdleEvent& ) { - m_splitter13->SetSashPosition( 184 ); + m_splitter13->SetSashPosition( 201 ); m_splitter13->Disconnect( wxEVT_IDLE, wxIdleEventHandler( frmMainADT::m_splitter13OnIdle ), NULL, this ); } @@ -208,12 +215,15 @@ class frmSearchADT : public wxFrame wxListCtrl* lstResults; wxMenuBar* m_menubar5; wxMenu* mnuContact; + wxMenuItem* mnuContactEdit; + wxMenuItem* mnuContactReveal; // Virtual event handlers, overide them in your derived class virtual void CloseWindow( wxCloseEvent& event ) { event.Skip(); } virtual void SelectAccounts( wxCommandEvent& event ) { event.Skip(); } virtual void SearchContacts( wxCommandEvent& event ) { event.Skip(); } virtual void ResetContacts( wxCommandEvent& event ) { event.Skip(); } + virtual void ShowContactMenu( wxMouseEvent& event ) { event.Skip(); } virtual void OpenContact( wxCommandEvent& event ) { event.Skip(); } virtual void EditContact( wxCommandEvent& event ) { event.Skip(); } virtual void RevealContact( wxCommandEvent& event ) { event.Skip(); } @@ -640,17 +650,20 @@ class frmContactEditorADT : public wxFrame wxButton* btnAddPicture; wxButton* btnModifyPicture; wxButton* btnDeletePicture; + wxButton* btnSavePicture; wxScrolledWindow* tabLogo; wxStaticBitmap* imgLogo; wxListCtrl* lboLogos; wxButton* btnAddLogo; wxButton* btnModifyLogo; wxButton* btnDeleteLogo; + wxButton* btnSaveLogo; wxScrolledWindow* tabSounds; wxListCtrl* lboSounds; wxButton* btnAddSound; wxButton* btnModifySound; wxButton* btnDeleteSound; + wxButton* btnSaveSound; wxStaticLine* m_staticline1; wxBitmapButton* btnPlay; wxBitmapButton* btnStop; @@ -825,13 +838,16 @@ class frmContactEditorADT : public wxFrame virtual void AddPicture( wxCommandEvent& event ) { event.Skip(); } virtual void ModifyPicture( wxCommandEvent& event ) { event.Skip(); } virtual void DeletePicture( wxCommandEvent& event ) { event.Skip(); } + virtual void SavePicture( wxCommandEvent& event ) { event.Skip(); } virtual void LoadLogo( wxListEvent& event ) { event.Skip(); } virtual void AddLogo( wxCommandEvent& event ) { event.Skip(); } virtual void ModifyLogo( wxCommandEvent& event ) { event.Skip(); } virtual void DeleteLogo( wxCommandEvent& event ) { event.Skip(); } + virtual void SaveLogo( wxCommandEvent& event ) { event.Skip(); } virtual void AddSound( wxCommandEvent& event ) { event.Skip(); } virtual void ModifySound( wxCommandEvent& event ) { event.Skip(); } virtual void DeleteSound( wxCommandEvent& event ) { event.Skip(); } + virtual void SaveSound( wxCommandEvent& event ) { event.Skip(); } virtual void PlaySound( wxCommandEvent& event ) { event.Skip(); } virtual void StopSound( wxCommandEvent& event ) { event.Skip(); } virtual void AddCalendarAddress( wxCommandEvent& event ) { event.Skip(); } @@ -861,7 +877,7 @@ class frmContactEditorADT : public wxFrame public: - frmContactEditorADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Contact Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 769,517 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); + frmContactEditorADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Contact Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 800,517 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); ~frmContactEditorADT(); @@ -915,7 +931,7 @@ class frmContactEditorAddressADT : public wxDialog public: - frmContactEditorAddressADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Address Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 426,317 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorAddressADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Address Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 426,362 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorAddressADT(); }; @@ -967,6 +983,7 @@ class frmActivityMgrADT : public wxFrame protected: wxMenuBar* mnuMenuBar; wxMenu* mnuWindow; + wxMenuItem* mnuSleepMode; wxPanel* m_panel43; wxStaticBitmap* bmpActivity; wxPanel* m_panel46; @@ -986,7 +1003,7 @@ class frmActivityMgrADT : public wxFrame public: - frmActivityMgrADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Activity Manager"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 400,300 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); + frmActivityMgrADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Activity Manager"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 400,425 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); ~frmActivityMgrADT(); @@ -1085,7 +1102,7 @@ class frmContactEditorRolesADT : public wxDialog public: - frmContactEditorRolesADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Role Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,184 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorRolesADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Role Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,210 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorRolesADT(); }; @@ -1121,7 +1138,7 @@ class frmContactEditorOrganisationsADT : public wxDialog public: - frmContactEditorOrganisationsADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Organisation Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 349,224 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorOrganisationsADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Organisation Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 349,264 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorOrganisationsADT(); }; @@ -1190,7 +1207,7 @@ class frmContactEditorTitlesADT : public wxDialog public: - frmContactEditorTitlesADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Title Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,184 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorTitlesADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Title Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,204 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorTitlesADT(); }; @@ -1225,7 +1242,7 @@ class frmContactEditorRelatedADT : public wxDialog public: - frmContactEditorRelatedADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Related Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,226 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorRelatedADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Related Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,236 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorRelatedADT(); }; @@ -1260,7 +1277,7 @@ class frmContactEditorSoundADT : public wxDialog public: - frmContactEditorSoundADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Sound Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,226 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorSoundADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Sound Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,250 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorSoundADT(); }; @@ -1295,7 +1312,7 @@ class frmContactEditorPictureADT : public wxDialog public: - frmContactEditorPictureADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Picture Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,226 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorPictureADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Picture Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,247 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorPictureADT(); }; @@ -1328,7 +1345,7 @@ class frmContactEditorWebsitesADT : public wxDialog public: - frmContactEditorWebsitesADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Website Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,184 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorWebsitesADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Website Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,205 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorWebsitesADT(); }; @@ -1361,7 +1378,7 @@ class frmContactEditorGeopositionADT : public wxDialog public: - frmContactEditorGeopositionADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Geoposition Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,184 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorGeopositionADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Geoposition Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,201 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorGeopositionADT(); }; @@ -1572,7 +1589,7 @@ class frmContactEditorIMADT : public wxDialog public: - frmContactEditorIMADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Instant Messaging Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 424,224 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorIMADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Instant Messaging Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 421,279 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorIMADT(); }; @@ -1607,7 +1624,7 @@ class frmContactEditorCategoryADT : public wxDialog public: - frmContactEditorCategoryADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Category Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 424,224 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorCategoryADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Category Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 424,245 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorCategoryADT(); }; @@ -1648,7 +1665,7 @@ class frmContactEditorTelephoneADT : public wxDialog public: - frmContactEditorTelephoneADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Telephone Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 401,262 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorTelephoneADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Telephone Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 402,331 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorTelephoneADT(); }; @@ -1681,7 +1698,7 @@ class frmContactEditorLanguagesADT : public wxDialog public: - frmContactEditorLanguagesADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Language Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,184 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorLanguagesADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Language Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 369,206 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorLanguagesADT(); }; @@ -1714,7 +1731,7 @@ class frmContactEditorTimezonesADT : public wxDialog public: - frmContactEditorTimezonesADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Timezone Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,184 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorTimezonesADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Timezone Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,231 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorTimezonesADT(); }; @@ -1810,7 +1827,7 @@ class frmEditAccountADT : public wxDialog public: - frmEditAccountADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Edit Account"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 306,319 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmEditAccountADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Edit Account"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 306,341 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmEditAccountADT(); }; @@ -1907,7 +1924,7 @@ class frmImportContactsADT : public wxDialog public: - frmImportContactsADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 362,403 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmImportContactsADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 325,400 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmImportContactsADT(); };