X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=835663ea32d07a145324acef7ee4f22c4035ead8;hp=edc02d73ad6ca192b7932c9679bedd75cb323515;hb=7ae1677354b786e1f25d49fbfe891d9ec7d6b896;hpb=074e2db3331d35762f1d2dcf06d98f15200fc225 diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index edc02d7..835663e 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -901,6 +901,7 @@ class frmContactEditorAddressADT : public wxDialog protected: wxNotebook* nbkAddress; wxPanel* tabGeneral; + wxFlexGridSizer* szrGeneral; wxStaticText* lblAddress; wxTextCtrl* txtAddress; wxStaticText* m_staticText61; @@ -912,10 +913,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 +928,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 +935,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(); };