X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;ds=inline;f=source%2FAppXestiaAddrBk.h;h=bb1a42d10ce67b07562207becbbc31ecb4b576cc;hb=8ae672ba33a6fcf4f9dd8f6d68500573111787d4;hp=8ae04b948d130d006fca40a23ccf530371b78233;hpb=10f1df124c922e4c82256456cb2c0d5c39af2a04;p=xestiaab%2F.git diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index 8ae04b9..bb1a42d 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -1180,25 +1180,21 @@ class frmContactEditorTitlesADT : public wxDialog protected: wxNotebook* nbkTitles; wxPanel* tabGeneral; + wxFlexGridSizer* szrGeneral; wxStaticText* lblTitle; wxTextCtrl* txtTitle; wxStaticText* lblPriority; - wxCheckBox* chkUsePref; - wxSlider* sliPriority; - wxStaticText* lblHigh; - wxStaticText* lblLow; wxButton* btnAction; wxButton* btnClose; // Virtual event handlers, overide them in your derived class - virtual void EnablePriority( wxCommandEvent& event ) { event.Skip(); } virtual void ProcessAction( wxCommandEvent& event ) { event.Skip(); } virtual void CloseWindow( wxCommandEvent& event ) { event.Skip(); } public: - 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( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Title Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 386,231 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorTitlesADT(); };