Mercurial > mercurial > hgweb_searcher2.cgi
diff 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 |
line wrap: on
line diff
--- a/include/ccnframe.h Wed Jul 13 21:11:26 2011 +0900 +++ b/include/ccnframe.h Mon Jul 18 22:08:04 2011 +0900 @@ -1,1 +1,50 @@ -/////////////////////////////////////////////////////////////////////////// // 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__ \ No newline at end of file +// Filename : ccnframe.h +// Last Change: 18-Jul-2011. +// + +#ifndef __ccnframe__ +#define __ccnframe__ +#include "wx/wxprec.h" + +#ifndef WX_PRECOMP + #include "wx/wx.h" + #include <wx/listctrl.h> + #include <wx/sizer.h> + #include <wx/button.h> + #include <wx/datectrl.h> + #include <wx/gbsizer.h> +#endif + +/////////////////////////////////////////////////////////////////////////// + +/////////////////////////////////////////////////////////////////////////////// +/// Class FrameCcn +/////////////////////////////////////////////////////////////////////////////// +class FrameCcn : public wxFrame +{ + DECLARE_EVENT_TABLE() + private: + wxPanel* m_Panel; + 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 = wxDefaultSize, long style = wxFRAME_NO_TASKBAR|wxCAPTION|wxCLOSE_BOX|wxRESIZE_BORDER|wxSTAY_ON_TOP|wxTAB_TRAVERSAL ); + ~FrameCcn(); + + void InitListCtrl(void); +}; + +#endif //__ccnframe__ +