Mercurial > mercurial > hgweb_searcher2.cgi
comparison include/ccnframe.h @ 19:710be7b6a873
arranged FrameCnn's controls.
| author | pyon@macmini |
|---|---|
| date | Mon, 18 Jul 2011 22:08:04 +0900 |
| parents | 17e78fc76e1f |
| children | eb3f5c7c990f |
comparison
equal
deleted
inserted
replaced
| 18:2221c7aa5958 | 19:710be7b6a873 |
|---|---|
| 1 /////////////////////////////////////////////////////////////////////////// | 1 // Filename : ccnframe.h |
| 2 // C++ code generated with wxFormBuilder (version Sep 12 2010) | 2 // Last Change: 18-Jul-2011. |
| 3 // http://www.wxformbuilder.org/ | |
| 4 // | 3 // |
| 5 // PLEASE DO "NOT" EDIT THIS FILE! | |
| 6 /////////////////////////////////////////////////////////////////////////// | |
| 7 | 4 |
| 8 #ifndef __noname__ | 5 #ifndef __ccnframe__ |
| 9 #define __noname__ | 6 #define __ccnframe__ |
| 7 #include "wx/wxprec.h" | |
| 10 | 8 |
| 11 #include <wx/string.h> | 9 #ifndef WX_PRECOMP |
| 12 #include <wx/stattext.h> | 10 #include "wx/wx.h" |
| 13 #include <wx/gdicmn.h> | 11 #include <wx/listctrl.h> |
| 14 #include <wx/font.h> | 12 #include <wx/sizer.h> |
| 15 #include <wx/colour.h> | 13 #include <wx/button.h> |
| 16 #include <wx/settings.h> | 14 #include <wx/datectrl.h> |
| 17 #include <wx/listctrl.h> | 15 #include <wx/gbsizer.h> |
| 18 #include <wx/sizer.h> | 16 #endif |
| 19 #include <wx/button.h> | |
| 20 #include <wx/datectrl.h> | |
| 21 #include <wx/dateevt.h> | |
| 22 #include <wx/gbsizer.h> | |
| 23 #include <wx/frame.h> | |
| 24 | 17 |
| 25 /////////////////////////////////////////////////////////////////////////// | 18 /////////////////////////////////////////////////////////////////////////// |
| 26 | 19 |
| 27 /////////////////////////////////////////////////////////////////////////////// | 20 /////////////////////////////////////////////////////////////////////////////// |
| 28 /// Class FrameCcn | 21 /// Class FrameCcn |
| 29 /////////////////////////////////////////////////////////////////////////////// | 22 /////////////////////////////////////////////////////////////////////////////// |
| 30 class FrameCcn : public wxFrame | 23 class FrameCcn : public wxFrame |
| 31 { | 24 { |
| 25 DECLARE_EVENT_TABLE() | |
| 32 private: | 26 private: |
| 33 | 27 wxPanel* m_Panel; |
| 34 protected: | 28 wxStaticText* m_staticText1; |
| 35 enum | 29 wxStaticText* m_staticText2; |
| 36 { | 30 wxStaticText* m_staticText3; |
| 37 ID_FRAMECCN = 1000, | 31 wxListCtrl* m_listCtrlYmd; |
| 38 ID_M_STATICTEXT1, | 32 wxStaticText* m_staticText4; |
| 39 ID_M_STATICTEXT2, | 33 wxListCtrl* m_listCtrlCcn; |
| 40 ID_M_STATICTEXT3, | 34 wxStaticText* m_staticText5; |
| 41 ID_YMD, | 35 wxListCtrl* m_listCtrlHhs; |
| 42 ID_CCN, | 36 wxButton* m_btnPrevThu; |
| 43 ID_M_STATICTEXT5, | 37 wxButton* m_btnNextThu; |
| 44 ID_HHS, | |
| 45 ID_PRVTHU, | |
| 46 ID_NXTTHU, | |
| 47 ID_DTPICKER, | |
| 48 ID_MKIDX, | |
| 49 ID_CLOSE, | |
| 50 }; | |
| 51 | |
| 52 wxStaticText* m_staticText1; | |
| 53 | |
| 54 wxStaticText* m_staticText2; | |
| 55 | |
| 56 wxStaticText* m_staticText3; | |
| 57 wxListCtrl* m_listCtrlYmd; | |
| 58 wxStaticText* m_staticText4; | |
| 59 wxListCtrl* m_listCtrlCcn; | |
| 60 wxStaticText* m_staticText5; | |
| 61 wxListCtrl* m_listCtrlHhs; | |
| 62 wxButton* m_btnPrevThu; | |
| 63 wxButton* m_btnNextThu; | |
| 64 wxDatePickerCtrl* m_datePicker; | 38 wxDatePickerCtrl* m_datePicker; |
| 65 wxButton* m_btnMkIdX; | 39 wxButton* m_btnMkIdX; |
| 66 wxButton* m_btnClose; | 40 wxButton* m_btnClose; |
| 67 | 41 |
| 68 public: | 42 public: |
| 69 | 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 ); |
| 70 FrameCcn( wxWindow* parent, wxWindowID id = ID_FRAMECCN, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 762,300 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); | |
| 71 ~FrameCcn(); | 44 ~FrameCcn(); |
| 72 | 45 |
| 46 void InitListCtrl(void); | |
| 73 }; | 47 }; |
| 74 | 48 |
| 75 #endif //__noname__ | 49 #endif //__ccnframe__ |
| 50 |
