X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=f3164c44bd74c8f3fbf51fb8575723064d99a9ce;hp=edc02d73ad6ca192b7932c9679bedd75cb323515;hb=f69e09d827e06435ea94bb73aa71ab5f9d5c035b;hpb=1cd99f1d6252ccfd70cea70a86f6977e4f2d6e6d diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index edc02d7..f3164c4 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -43,7 +43,6 @@ #include #include #include -#include #include #include #include @@ -901,6 +900,7 @@ class frmContactEditorAddressADT : public wxDialog protected: wxNotebook* nbkAddress; wxPanel* tabGeneral; + wxFlexGridSizer* szrGeneral; wxStaticText* lblAddress; wxTextCtrl* txtAddress; wxStaticText* m_staticText61; @@ -912,10 +912,6 @@ class frmContactEditorAddressADT : public wxDialog wxStaticText* lblCountry; wxTextCtrl* txtCountry; wxStaticText* lblPriority; - wxCheckBox* chkUsePref; - wxSlider* sliPriority; - wxStaticText* lblHigh; - wxStaticText* lblLow; wxPanel* tabLabel; wxButton* btnCopyMailing; wxTextCtrl* txtLabel; @@ -931,7 +927,6 @@ class frmContactEditorAddressADT : public wxDialog // Virtual event handlers, overide them in your derived class virtual void InitAddressEditor( wxInitDialogEvent& event ) { event.Skip(); } - virtual void EnablePriority( wxCommandEvent& event ) { event.Skip(); } virtual void CopyAddress( wxCommandEvent& event ) { event.Skip(); } virtual void ProcessData( wxCommandEvent& event ) { event.Skip(); } virtual void CloseWindow( wxCommandEvent& event ) { event.Skip(); } @@ -939,7 +934,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,362 ), 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( 438,401 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorAddressADT(); }; @@ -1345,7 +1340,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,201 ), 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( 353,233 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorGeopositionADT(); };