X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=97dba60f437f0ef2e887187f99a826ec0afd5938;hb=5cd42634a30884507da0e8812369192c3882bc0a;hp=929035011afc318200052548e01d816e6122f3d8;hpb=881d6f6256a11b9b3a11d9f495e34239767e539b;p=xestiaab%2F.git diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index 9290350..97dba60 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 @@ -96,14 +96,14 @@ class frmMainADT : public wxFrame wxComboCtrl* AccCtrl; wxSplitterWindow* m_splitter13; wxPanel* m_panel19; - wxFlexGridSizer* szrContactList; - wxFlexGridSizer* szrAccList; + wxBoxSizer* szrContactList; wxListCtrl* lstContacts; wxPanel* m_panel20; wxHtmlWindow* htmContactData; wxStatusBar* stbBottom; // 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(); } @@ -136,13 +136,13 @@ class frmMainADT : public wxFrame 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( 314 ); + m_splitter13->SetSashPosition( 201 ); m_splitter13->Disconnect( wxEVT_IDLE, wxIdleEventHandler( frmMainADT::m_splitter13OnIdle ), NULL, this ); } @@ -1646,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(); };