Mercurial > mercurial > hgweb_rsearcher.cgi
diff include/rsearcher.h @ 1:eaa27e4ed5be
add client_ui.go
author | pyon@macmini |
---|---|
date | Mon, 01 Oct 2018 23:18:29 +0900 |
parents | d3b8cd5aeb70 |
children | 7fe3417cefc8 |
line wrap: on
line diff
--- a/include/rsearcher.h Sun Sep 30 17:27:04 2018 +0900 +++ b/include/rsearcher.h Mon Oct 01 23:18:29 2018 +0900 @@ -1,5 +1,5 @@ // Filename : rsearcher.h -// Last Change: 2018-09-16 Sun 18:07:49. +// Last Change: 2018-10-01 Mon 23:08:37. // #ifndef __RSEARCH_H__ @@ -76,6 +76,7 @@ MyStaticBitmap* m_staticBitmap3; MyStaticBitmap* m_staticBitmap4; MyStaticBitmap* m_staticBitmap5; + MyStaticBitmap* m_staticBitmap6; wxNotebook* m_notebook; wxScrolledWindow* m_scrolledWindow1; @@ -93,7 +94,7 @@ wxTextCtrl* m_textCtrlLog; wxSlider* m_slider; wxButton* m_buttonPrint; - wxButton* m_button; + wxButton* m_buttonTest; public: MainFrame( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxT( "Searcher Remote" ), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 500,300 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL ); @@ -103,11 +104,12 @@ //void OnIdle( wxIdleEvent& event ); void Cmd( wxString cmd ); void SaveConfig( wxCloseEvent& event ); + void CreateControls( void ); void LoadBitmaps( void ); - void LoadBitmap( wxStaticBitmap* sb, wxString file ); + void LoadBitmap( wxScrolledWindow* sc, wxStaticBitmap* sb, wxString file ); void GetImage( wxString hhs, wxString no ); void OnTestButton( wxCommandEvent& event ); - void InDevelop( void ); + void InDevelop( bool ); };