X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=939c34bc8e6eebaf5a9b0556f14295c11f02bc44;hp=be9219e04cd541a931948ef2cd433d5862d91d39;hb=8089428e86139e335db5f5104382ffc37dce1c42;hpb=cbeea63f67490b46dfe5b2f59c3f54b5304835b6 diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index be9219e..939c34b 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -1360,20 +1360,16 @@ class frmContactEditorCalAdrADT : public wxDialog protected: wxNotebook* nbkWebsite; wxPanel* tabGeneral; + wxFlexGridSizer* szrGeneral; wxStaticText* lblAddress; wxTextCtrl* txtAddress; wxStaticText* lblType; wxChoice* cmbType; 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(); }