X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=6084305a88d0abb9318ea5f05f022399a051ada5;hp=c20329dfded59ae98f86b87c96df7b3b03cdf707;hb=fbdcc86f91568d451c1469f9acc9b19f62b82ade;hpb=1e038086c27e3da18da6ebfa1bb3d3acf5d0f0d7 diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index c20329d..6084305 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -1088,25 +1088,21 @@ class frmContactEditorRolesADT : public wxDialog protected: wxNotebook* nbkRole; wxPanel* tabGeneral; + wxFlexGridSizer* szrGeneral; wxStaticText* lblRole; wxTextCtrl* txtRole; 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: - frmContactEditorRolesADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Role Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 350,210 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorRolesADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Role Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 386,231 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorRolesADT(); };