X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=04e23b71aa7740424f65ba45a82ae27d9560acdc;hb=a27310520f595a63be801671c6817e5ce54ec90d;hp=d205fba6db2193ce98374bef271e79ffcbe539f3;hpb=c5b9277e4f51a80b2485c05476634d14f9826742;p=xestiaab%2F.git diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index d205fba..04e23b7 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -50,8 +50,8 @@ /////////////////////////////////////////////////////////////////////////// #define ID_MANAGE_NEWAB 1000 -#define ID_MANAGE_IMPORT 1001 -#define ID_MANAGE_EXPORT 1002 +#define ID_IMPORT 1001 +#define ID_EXPORT 1002 #define ID_CONTACT_EDIT 1003 #define ID_CONTACT_DELETE 1004 #define ID_VIEW_FNLN 1005 @@ -204,6 +204,8 @@ 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(); } @@ -1644,7 +1646,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( 401,307 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorTelephoneADT(); }; @@ -1903,7 +1905,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( 360,400 ), 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(); };