Mercurial > mercurial > hgweb_searcher2.cgi
comparison include/ccnframe.h @ 17:17e78fc76e1f
Start editing Ccn-Frame.
| author | pyon@macmini |
|---|---|
| date | Wed, 13 Jul 2011 21:09:10 +0900 |
| parents | |
| children | 710be7b6a873 |
comparison
equal
deleted
inserted
replaced
| 16:b67c74848dd0 | 17:17e78fc76e1f |
|---|---|
| 1 /////////////////////////////////////////////////////////////////////////// | |
| 2 // C++ code generated with wxFormBuilder (version Sep 12 2010) | |
| 3 // http://www.wxformbuilder.org/ | |
| 4 // | |
| 5 // PLEASE DO "NOT" EDIT THIS FILE! | |
| 6 /////////////////////////////////////////////////////////////////////////// | |
| 7 | |
| 8 #ifndef __noname__ | |
| 9 #define __noname__ | |
| 10 | |
| 11 #include <wx/string.h> | |
| 12 #include <wx/stattext.h> | |
| 13 #include <wx/gdicmn.h> | |
| 14 #include <wx/font.h> | |
| 15 #include <wx/colour.h> | |
| 16 #include <wx/settings.h> | |
| 17 #include <wx/listctrl.h> | |
| 18 #include <wx/sizer.h> | |
| 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 | |
| 25 /////////////////////////////////////////////////////////////////////////// | |
| 26 | |
| 27 /////////////////////////////////////////////////////////////////////////////// | |
| 28 /// Class FrameCcn | |
| 29 /////////////////////////////////////////////////////////////////////////////// | |
| 30 class FrameCcn : public wxFrame | |
| 31 { | |
| 32 private: | |
| 33 | |
| 34 protected: | |
| 35 enum | |
| 36 { | |
| 37 ID_FRAMECCN = 1000, | |
| 38 ID_M_STATICTEXT1, | |
| 39 ID_M_STATICTEXT2, | |
| 40 ID_M_STATICTEXT3, | |
| 41 ID_YMD, | |
| 42 ID_CCN, | |
| 43 ID_M_STATICTEXT5, | |
| 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; | |
| 65 wxButton* m_btnMkIdX; | |
| 66 wxButton* m_btnClose; | |
| 67 | |
| 68 public: | |
| 69 | |
| 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(); | |
| 72 | |
| 73 }; | |
| 74 | |
| 75 #endif //__noname__ |
