Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/rsearcher.h @ 16:b651aa41b9d4 default tip
hhsinfo method (server)
| author | pyon@macmini |
|---|---|
| date | Mon, 15 Jul 2019 07:03:05 +0900 |
| parents | c262e17de9b1 |
| children |
comparison
equal
deleted
inserted
replaced
| 15:c262e17de9b1 | 16:b651aa41b9d4 |
|---|---|
| 1 // Filename : rsearcher.h | 1 // Filename : rsearcher.h |
| 2 // Last Change: 2019-05-28 ‰Î 09:29:59. | 2 // Last Change: 2019-07-08 ŒŽ 15:42:44. |
| 3 // | 3 // |
| 4 | 4 |
| 5 #ifndef __RSEARCH_H__ | 5 #pragma once |
| 6 #define __RSEARCH_H__ | |
| 7 | 6 |
| 8 #include <wx/artprov.h> | 7 #include <wx/artprov.h> |
| 9 #include <wx/xrc/xmlres.h> | 8 #include <wx/xrc/xmlres.h> |
| 10 #include <wx/string.h> | 9 #include <wx/string.h> |
| 11 #include <wx/srchctrl.h> | 10 #include <wx/srchctrl.h> |
| 163 wxButton* m_buttonMzoom; | 162 wxButton* m_buttonMzoom; |
| 164 wxButton* m_buttonDark; | 163 wxButton* m_buttonDark; |
| 165 wxButton* m_buttonSatellite; | 164 wxButton* m_buttonSatellite; |
| 166 wxButton* m_buttonUpdateIndex; | 165 wxButton* m_buttonUpdateIndex; |
| 167 wxButton* m_buttonDLMan; | 166 wxButton* m_buttonDLMan; |
| 167 wxButton* m_buttonBPrint; | |
| 168 wxButton* m_buttonIndex; | |
| 168 wxButton* m_buttonHelp; | 169 wxButton* m_buttonHelp; |
| 169 wxButton* m_buttonClose; | 170 wxButton* m_buttonClose; |
| 170 wxButton* m_buttonLogout; | 171 wxButton* m_buttonLogout; |
| 171 | 172 |
| 172 public: | 173 public: |
| 215 void OnMinusZoom( wxCommandEvent& event ); | 216 void OnMinusZoom( wxCommandEvent& event ); |
| 216 void OnDark( wxCommandEvent& event ); | 217 void OnDark( wxCommandEvent& event ); |
| 217 void OnSatellite( wxCommandEvent& event ); | 218 void OnSatellite( wxCommandEvent& event ); |
| 218 void OnUpdateIndex( wxCommandEvent& event ); | 219 void OnUpdateIndex( wxCommandEvent& event ); |
| 219 void OnDownloadManual( wxCommandEvent& event ); | 220 void OnDownloadManual( wxCommandEvent& event ); |
| 221 void OnBatchPrint( wxCommandEvent& event ); | |
| 222 void OnIndex( wxCommandEvent& event ); | |
| 220 void OnHelp( wxCommandEvent& event ); | 223 void OnHelp( wxCommandEvent& event ); |
| 221 void OnLogout( wxCommandEvent& event ); | 224 void OnLogout( wxCommandEvent& event ); |
| 222 }; | 225 }; |
| 223 | 226 |
| 224 #endif // __RSEARCH_H__ | |
| 225 |
