Mercurial > mercurial > hgweb_searcher2.cgi
view src/ccnframe.cpp @ 17:17e78fc76e1f
Start editing Ccn-Frame.
author | pyon@macmini |
---|---|
date | Wed, 13 Jul 2011 21:09:10 +0900 |
parents | |
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! /////////////////////////////////////////////////////////////////////////// #include "noname.h" /////////////////////////////////////////////////////////////////////////// FrameCcn::FrameCcn( wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style ) : wxFrame( parent, id, title, pos, size, style ) { this->SetSizeHints( wxDefaultSize, wxDefaultSize ); wxBoxSizer* bSizer; bSizer = new wxBoxSizer( wxHORIZONTAL ); wxGridSizer* gSizer; gSizer = new wxGridSizer( 2, 5, 0, 0 ); m_staticText1 = new wxStaticText( this, ID_M_STATICTEXT1, wxT("開催年月日"), wxDefaultPosition, wxDefaultSize, 0 ); m_staticText1->Wrap( -1 ); gSizer->Add( m_staticText1, 0, wxALL, 5 ); gSizer->Add( 0, 0, 1, wxEXPAND, 5 ); m_staticText2 = new wxStaticText( this, ID_M_STATICTEXT2, wxT("合議体"), wxDefaultPosition, wxDefaultSize, 0 ); m_staticText2->Wrap( -1 ); gSizer->Add( m_staticText2, 0, wxALL, 5 ); gSizer->Add( 0, 0, 1, wxEXPAND, 5 ); m_staticText3 = new wxStaticText( this, ID_M_STATICTEXT3, wxT("被保険者"), wxDefaultPosition, wxDefaultSize, 0 ); m_staticText3->Wrap( -1 ); gSizer->Add( m_staticText3, 0, wxALL, 5 ); m_listCtrlYmd = new wxListCtrl( this, ID_YMD, wxDefaultPosition, wxDefaultSize, wxLC_LIST ); gSizer->Add( m_listCtrlYmd, 0, wxALL|wxEXPAND, 5 ); m_staticText4 = new wxStaticText( this, wxID_ANY, wxT("→"), wxDefaultPosition, wxDefaultSize, 0 ); m_staticText4->Wrap( -1 ); gSizer->Add( m_staticText4, 0, wxALIGN_CENTER_VERTICAL|wxALL|wxEXPAND, 5 ); m_listCtrlCcn = new wxListCtrl( this, ID_CCN, wxDefaultPosition, wxDefaultSize, wxLC_LIST ); gSizer->Add( m_listCtrlCcn, 0, wxALL|wxEXPAND, 5 ); m_staticText5 = new wxStaticText( this, ID_M_STATICTEXT5, wxT("→"), wxDefaultPosition, wxDefaultSize, 0 ); m_staticText5->Wrap( -1 ); gSizer->Add( m_staticText5, 0, wxALL, 5 ); m_listCtrlHhs = new wxListCtrl( this, ID_HHS, wxDefaultPosition, wxDefaultSize, wxLC_LIST ); gSizer->Add( m_listCtrlHhs, 0, wxALL|wxEXPAND, 5 ); bSizer->Add( gSizer, 1, wxEXPAND, 5 ); wxGridBagSizer* gbSizer; gbSizer = new wxGridBagSizer( 0, 0 ); gbSizer->SetFlexibleDirection( wxBOTH ); gbSizer->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED ); m_btnPrevThu = new wxButton( this, ID_PRVTHU, wxT("前木"), wxDefaultPosition, wxDefaultSize, 0 ); gbSizer->Add( m_btnPrevThu, wxGBPosition( 0, 0 ), wxGBSpan( 1, 1 ), wxALL, 5 ); m_btnNextThu = new wxButton( this, ID_NXTTHU, wxT("次木"), wxDefaultPosition, wxDefaultSize, 0 ); gbSizer->Add( m_btnNextThu, wxGBPosition( 0, 1 ), wxGBSpan( 1, 1 ), wxALL, 5 ); m_datePicker = new wxDatePickerCtrl( this, ID_DTPICKER, wxDefaultDateTime, wxDefaultPosition, wxDefaultSize, wxDP_DEFAULT|wxDP_SHOWCENTURY ); gbSizer->Add( m_datePicker, wxGBPosition( 0, 2 ), wxGBSpan( 1, 1 ), wxALL, 5 ); m_btnMkIdX = new wxButton( this, ID_MKIDX, wxT("作成"), wxDefaultPosition, wxDefaultSize, 0 ); gbSizer->Add( m_btnMkIdX, wxGBPosition( 0, 3 ), wxGBSpan( 1, 1 ), wxALL, 5 ); m_btnClose = new wxButton( this, ID_CLOSE, wxT("閉じる"), wxDefaultPosition, wxDefaultSize, 0 ); gbSizer->Add( m_btnClose, wxGBPosition( 0, 4 ), wxGBSpan( 1, 1 ), wxALL, 5 ); bSizer->Add( gbSizer, 1, wxEXPAND, 5 ); this->SetSizer( bSizer ); this->Layout(); this->Centre( wxBOTH ); } FrameCcn::~FrameCcn() { }