X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=b816af7e12e633051f2010c012f1638fbd9885d8;hp=b90b41c96f873832efaa37bce7ec0fc19a5a7191;hb=5c75ce1e9d668d15d65dcb541fb09c49f01de277;hpb=43c4a20cee4670cdb166ea9c27e74398af1039c5 diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index b90b41c..b816af7 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -1524,20 +1524,16 @@ class frmContactEditorIMADT : public wxDialog protected: wxNotebook* nbkIM; wxPanel* tabGeneral; + wxFlexGridSizer* szrGeneral; wxStaticText* lblIMType; wxComboBox* cmbIMType; wxStaticText* lblUsername; wxTextCtrl* txtUsername; 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(); }