Mercurial > mercurial > hgweb_rsearcher.cgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 0:d3b8cd5aeb70 | 1:eaa27e4ed5be |
|---|---|
| 1 // Filename : rsearcher.h | 1 // Filename : rsearcher.h |
| 2 // Last Change: 2018-09-16 Sun 18:07:49. | 2 // Last Change: 2018-10-01 Mon 23:08:37. |
| 3 // | 3 // |
| 4 | 4 |
| 5 #ifndef __RSEARCH_H__ | 5 #ifndef __RSEARCH_H__ |
| 6 #define __RSEARCH_H__ | 6 #define __RSEARCH_H__ |
| 7 | 7 |
| 74 MyStaticBitmap* m_staticBitmap1; | 74 MyStaticBitmap* m_staticBitmap1; |
| 75 MyStaticBitmap* m_staticBitmap2; | 75 MyStaticBitmap* m_staticBitmap2; |
| 76 MyStaticBitmap* m_staticBitmap3; | 76 MyStaticBitmap* m_staticBitmap3; |
| 77 MyStaticBitmap* m_staticBitmap4; | 77 MyStaticBitmap* m_staticBitmap4; |
| 78 MyStaticBitmap* m_staticBitmap5; | 78 MyStaticBitmap* m_staticBitmap5; |
| 79 MyStaticBitmap* m_staticBitmap6; | |
| 79 | 80 |
| 80 wxNotebook* m_notebook; | 81 wxNotebook* m_notebook; |
| 81 wxScrolledWindow* m_scrolledWindow1; | 82 wxScrolledWindow* m_scrolledWindow1; |
| 82 wxScrolledWindow* m_scrolledWindow2; | 83 wxScrolledWindow* m_scrolledWindow2; |
| 83 wxScrolledWindow* m_scrolledWindow3; | 84 wxScrolledWindow* m_scrolledWindow3; |
| 91 wxDataViewColumn* m_dataViewListColumnNo; | 92 wxDataViewColumn* m_dataViewListColumnNo; |
| 92 wxDataViewColumn* m_dataViewListColumnDate; | 93 wxDataViewColumn* m_dataViewListColumnDate; |
| 93 wxTextCtrl* m_textCtrlLog; | 94 wxTextCtrl* m_textCtrlLog; |
| 94 wxSlider* m_slider; | 95 wxSlider* m_slider; |
| 95 wxButton* m_buttonPrint; | 96 wxButton* m_buttonPrint; |
| 96 wxButton* m_button; | 97 wxButton* m_buttonTest; |
| 97 | 98 |
| 98 public: | 99 public: |
| 99 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 ); | 100 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 ); |
| 100 ~MainFrame(); | 101 ~MainFrame(); |
| 101 void OnItemDClicked( wxDataViewEvent& event ); | 102 void OnItemDClicked( wxDataViewEvent& event ); |
| 102 void OnNBookChanged( wxBookCtrlEvent& event ); | 103 void OnNBookChanged( wxBookCtrlEvent& event ); |
| 103 //void OnIdle( wxIdleEvent& event ); | 104 //void OnIdle( wxIdleEvent& event ); |
| 104 void Cmd( wxString cmd ); | 105 void Cmd( wxString cmd ); |
| 105 void SaveConfig( wxCloseEvent& event ); | 106 void SaveConfig( wxCloseEvent& event ); |
| 107 void CreateControls( void ); | |
| 106 void LoadBitmaps( void ); | 108 void LoadBitmaps( void ); |
| 107 void LoadBitmap( wxStaticBitmap* sb, wxString file ); | 109 void LoadBitmap( wxScrolledWindow* sc, wxStaticBitmap* sb, wxString file ); |
| 108 void GetImage( wxString hhs, wxString no ); | 110 void GetImage( wxString hhs, wxString no ); |
| 109 void OnTestButton( wxCommandEvent& event ); | 111 void OnTestButton( wxCommandEvent& event ); |
| 110 void InDevelop( void ); | 112 void InDevelop( bool ); |
| 111 }; | 113 }; |
| 112 | 114 |
| 113 | 115 |
| 114 #endif // __RSEARCH_H__ | 116 #endif // __RSEARCH_H__ |
| 115 | 117 |
