X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=b679e4f124320d883e038217f6d8a6c050668b58;hp=d7f22b408d3581b352707d6fb093c32d008aaa93;hb=16ba57d640fd0412351c4cf8d324f02fdb2b2987;hpb=cc75472a31e981886798377dbbbbdb77dfced96e diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index d7f22b4..b679e4f 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -1623,25 +1623,21 @@ class frmContactEditorLanguagesADT : public wxDialog protected: wxNotebook* nbkLanguages; wxPanel* tabGeneral; + wxFlexGridSizer* szrGeneral; wxStaticText* lblLanguage; wxTextCtrl* txtLanguage; 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: - frmContactEditorLanguagesADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Language Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 369,206 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorLanguagesADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Language Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 369,227 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorLanguagesADT(); };