Mercurial > mercurial > hgweb_searcher03.cgi
diff include/myframe.h @ 4:fdba695b99f1
More fast ( read from DB ).
Improve the precision of marksheet judgement.
author | pyon@macmini |
---|---|
date | Wed, 11 Sep 2013 19:09:14 +0900 |
parents | c066fde99517 |
children | bc2e2b304095 |
line wrap: on
line diff
--- a/include/myframe.h Tue Aug 27 18:50:00 2013 +0900 +++ b/include/myframe.h Wed Sep 11 19:09:14 2013 +0900 @@ -1,5 +1,5 @@ // Filename : myframe.h -// Last Change: 23-Aug-2013. +// Last Change: 11-Sep-2013. // #ifndef __MYFRAME_H__ #define __MYFRAME_H__ @@ -41,6 +41,7 @@ protected: wxMenuBar* m_menubar; wxMenu* m_menuFile; + wxMenu* m_menuParam; wxSplitterWindow* m_splitter; wxPanel* m_panelMain; wxPanel* m_panelView; @@ -64,9 +65,10 @@ void OnBPrintMode( wxCommandEvent& WXUNUSED(event) ); void OnViewStyle( wxCommandEvent& event ); void OnIndex( wxCommandEvent& WXUNUSED(event) ); - void LoadMaskParam( void ); + void LoadParam( void ); void OnDBBackup( wxCommandEvent& WXUNUSED(event) ); void OnMaskParam( wxCommandEvent& WXUNUSED(event) ); + void OnMarkParam( wxCommandEvent& WXUNUSED(event) ); void OnOpenAppDir( wxCommandEvent& WXUNUSED(event) ); void OnSelectHhsDir( wxListEvent& event ); void OpenHhsDir( int n ); @@ -91,6 +93,7 @@ ID_MNINDEX, ID_MNDBBKUP, ID_MNMASKPARAM, + ID_MNMARKPARAM, ID_MNAPPDIR, ID_MNABOUT, ID_LIST,