X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=blobdiff_plain;f=source%2FAppXestiaAddrBk.h;h=d7f22b408d3581b352707d6fb093c32d008aaa93;hp=b90b41c96f873832efaa37bce7ec0fc19a5a7191;hb=cc75472a31e981886798377dbbbbdb77dfced96e;hpb=43c4a20cee4670cdb166ea9c27e74398af1039c5 diff --git a/source/AppXestiaAddrBk.h b/source/AppXestiaAddrBk.h index b90b41c..d7f22b4 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(); } @@ -1557,29 +1553,25 @@ class frmContactEditorCategoryADT : public wxDialog private: protected: - wxNotebook* nbkIM; + wxNotebook* nbkCategory; wxPanel* tabGeneral; + wxFlexGridSizer* szrGeneral; wxStaticText* lblCategory; wxTextCtrl* txtCategory; 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(); } public: - frmContactEditorCategoryADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Category Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 424,245 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorCategoryADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Category Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 424,298 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorCategoryADT(); }; @@ -1594,13 +1586,9 @@ class frmContactEditorTelephoneADT : public wxDialog protected: wxNotebook* nbkAddress; wxPanel* tabGeneral; + wxFlexGridSizer* szrGeneral; wxStaticText* lblTelephone; wxTextCtrl* txtTelephone; - wxStaticText* lblPriority; - wxCheckBox* chkUsePref; - wxSlider* sliPriority; - wxStaticText* lblHigh; - wxStaticText* lblLow; wxStaticText* lblTelephoneType; wxCheckBox* chkVoice; wxCheckBox* chkText; @@ -1609,18 +1597,18 @@ class frmContactEditorTelephoneADT : public wxDialog wxCheckBox* chkVideo; wxCheckBox* chkTextphone; wxCheckBox* chkPager; + wxStaticText* lblPriority; 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: - frmContactEditorTelephoneADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Telephone Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 402,331 ), long style = wxDEFAULT_DIALOG_STYLE ); + frmContactEditorTelephoneADT( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT("Telephone Editor"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 402,358 ), long style = wxDEFAULT_DIALOG_STYLE ); ~frmContactEditorTelephoneADT(); };