Mercurial > mercurial > hgweb_searcher2.cgi
view include/ccnframe.h @ 18:2221c7aa5958
change makefile for Ccn-Frame.
author | pyon@macmini |
---|---|
date | Wed, 13 Jul 2011 21:11:26 +0900 |
parents | 17e78fc76e1f |
children | 710be7b6a873 |
line wrap: on
line source
/////////////////////////////////////////////////////////////////////////// // C++ code generated with wxFormBuilder (version Sep 12 2010) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! /////////////////////////////////////////////////////////////////////////// #ifndef __noname__ #define __noname__ #include <wx/string.h> #include <wx/stattext.h> #include <wx/gdicmn.h> #include <wx/font.h> #include <wx/colour.h> #include <wx/settings.h> #include <wx/listctrl.h> #include <wx/sizer.h> #include <wx/button.h> #include <wx/datectrl.h> #include <wx/dateevt.h> #include <wx/gbsizer.h> #include <wx/frame.h> /////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// Class FrameCcn /////////////////////////////////////////////////////////////////////////////// class FrameCcn : public wxFrame { private: protected: enum { ID_FRAMECCN = 1000, ID_M_STATICTEXT1, ID_M_STATICTEXT2, ID_M_STATICTEXT3, ID_YMD, ID_CCN, ID_M_STATICTEXT5, ID_HHS, ID_PRVTHU, ID_NXTTHU, ID_DTPICKER, ID_MKIDX, ID_CLOSE, }; wxStaticText* m_staticText1; wxStaticText* m_staticText2; wxStaticText* m_staticText3; wxListCtrl* m_listCtrlYmd; wxStaticText* m_staticText4; wxListCtrl* m_listCtrlCcn; wxStaticText* m_staticText5; wxListCtrl* m_listCtrlHhs; wxButton* m_btnPrevThu; wxButton* m_btnNextThu; wxDatePickerCtrl* m_datePicker; wxButton* m_btnMkIdX; wxButton* m_btnClose; public: 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 ); ~FrameCcn(); }; #endif //__noname__