X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=b816af7e12e633051f2010c012f1638fbd9885d8;hp=939c34bc8e6eebaf5a9b0556f14295c11f02bc44;hb=5c75ce1e9d668d15d65dcb541fb09c49f01de277;hpb=8089428e86139e335db5f5104382ffc37dce1c42 diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index 939c34b..b816af7 100644 --- a/source/AppXestiaAddrBk.h +++ b/source/AppXestiaAddrBk.h @@ -1451,15 +1451,12 @@ class frmContactEditorKeyADT : public wxDialog protected: wxNotebook* nbkWebsite; wxPanel* tabGeneral; + wxFlexGridSizer* szrGeneral; wxStaticText* lblKeyType; wxChoice* cmbKeyMainType; wxStaticText* lblType; wxChoice* cmbType; wxStaticText* lblPriority; - wxCheckBox* chkUsePref; - wxSlider* sliPriority; - wxStaticText* lblHigh; - wxStaticText* lblLow; wxPanel* tabURL; wxStaticText* lblKeyFormat; wxComboBox* cmbURL; @@ -1475,7 +1472,6 @@ class frmContactEditorKeyADT : public wxDialog // Virtual event handlers, overide them in your derived class virtual void ProcessKeyType( wxCommandEvent& event ) { event.Skip(); } - virtual void EnablePriority( wxCommandEvent& event ) { event.Skip(); } virtual void ConvertURLType( wxCommandEvent& event ) { event.Skip(); } virtual void ConvertKeyType( wxCommandEvent& event ) { event.Skip(); } virtual void ProcessAction( wxCommandEvent& event ) { event.Skip(); } @@ -1499,18 +1495,14 @@ class frmContactEditorEmailADT : public wxDialog protected: wxNotebook* nbkEmail; wxPanel* tabGeneral; + wxFlexGridSizer* szrGeneral; wxStaticText* lblEmailAddress; wxTextCtrl* txtEmail; 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 ProcessData( wxCommandEvent& event ) { event.Skip(); } virtual void CloseWindow( wxCommandEvent& event ) { event.Skip(); } @@ -1532,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(); }