annotate include/ccnframe.h @ 17:17e78fc76e1f

Start editing Ccn-Frame.
author pyon@macmini
date Wed, 13 Jul 2011 21:09:10 +0900
parents
children 710be7b6a873
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17
17e78fc76e1f Start editing Ccn-Frame.
pyon@macmini
parents:
diff changeset
1 /////////////////////////////////////////////////////////////////////////// // 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__