Mercurial > mercurial > hgweb_searcher2.cgi
comparison include/ccnframe.h @ 22:05f76f9f9186
index buttons move to main-frame.
| author | pyon@macmini |
|---|---|
| date | Wed, 27 Jul 2011 19:01:09 +0900 |
| parents | eb3f5c7c990f |
| children |
comparison
equal
deleted
inserted
replaced
| 21:eb3f5c7c990f | 22:05f76f9f9186 |
|---|---|
| 1 // Filename : ccnframe.h | 1 // Filename : ccnframe.h |
| 2 // Last Change: 22-Jul-2011. | 2 // Last Change: 26-Jul-2011. |
| 3 // | 3 // |
| 4 | 4 |
| 5 #ifndef __CCNFRAME__ | 5 #ifndef __CCNFRAME__ |
| 6 #define __CCNFRAME__ | 6 #define __CCNFRAME__ |
| 7 #include "wx/wxprec.h" | 7 #include "wx/wxprec.h" |
| 35 wxListCtrl* m_listCtrlYmd; | 35 wxListCtrl* m_listCtrlYmd; |
| 36 wxStaticText* m_staticText4; | 36 wxStaticText* m_staticText4; |
| 37 wxListCtrl* m_listCtrlCcn; | 37 wxListCtrl* m_listCtrlCcn; |
| 38 wxStaticText* m_staticText5; | 38 wxStaticText* m_staticText5; |
| 39 wxListCtrl* m_listCtrlHhs; | 39 wxListCtrl* m_listCtrlHhs; |
| 40 wxButton* m_btnPrevThu; | |
| 41 wxButton* m_btnNextThu; | |
| 42 wxDatePickerCtrl* m_datePicker; | |
| 43 wxButton* m_btnMkIdX; | |
| 44 wxButton* m_btnClose; | 40 wxButton* m_btnClose; |
| 45 | 41 |
| 46 public: | 42 public: |
| 47 FrameCcn( wxWindow* parent, wxWindowID id = ID_FRAMECCN, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxFRAME_NO_TASKBAR|wxCAPTION|wxCLOSE_BOX|wxRESIZE_BORDER|wxSTAY_ON_TOP|wxTAB_TRAVERSAL ); | 43 FrameCcn( wxWindow* parent, wxWindowID id = ID_FRAMECCN, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxFRAME_NO_TASKBAR|wxCAPTION|wxCLOSE_BOX|wxRESIZE_BORDER|wxSTAY_ON_TOP|wxTAB_TRAVERSAL ); |
| 48 ~FrameCcn(); | 44 ~FrameCcn(); |
| 49 | 45 |
| 50 void InitListCtrl(void); | 46 void InitListCtrl(void); |
| 51 | 47 |
| 52 void OnSelectYmd(wxListEvent&); | 48 void OnSelectYmd(wxListEvent&); |
| 53 void OnSelectCcn(wxListEvent&); | 49 void OnSelectCcn(wxListEvent&); |
| 54 void OnPrevThu(wxCommandEvent&); | |
| 55 void OnNextThu(wxCommandEvent&); | |
| 56 void OnMkIndex(wxCommandEvent&); | |
| 57 void OnClose(wxCommandEvent&); | 50 void OnClose(wxCommandEvent&); |
| 58 }; | 51 }; |
| 59 | 52 |
| 60 #endif //__CCNFRAME__ | 53 #endif //__CCNFRAME__ |
| 61 | 54 |
