Mercurial > mercurial > hgweb_golang.cgi
comparison src/kaigo/horori/searcher/include/searcher.h @ 47:169936fed61b
small changes.
| author | pyon@macmini |
|---|---|
| date | Tue, 21 Apr 2020 22:43:55 +0900 |
| parents | 6ec28d3c3e00 |
| children | ca00c4a85b98 |
comparison
equal
deleted
inserted
replaced
| 46:6ec28d3c3e00 | 47:169936fed61b |
|---|---|
| 1 // Filename : searcher.h | 1 // Filename : searcher.h |
| 2 // Last Change: 2020-04-17 金 16:09:33. | 2 // Last Change: 2020-04-21 火 09:23:17. |
| 3 // | 3 // |
| 4 #pragma once | 4 #pragma once |
| 5 | 5 |
| 6 #include <wx/artprov.h> | 6 #include <wx/artprov.h> |
| 7 #include <wx/xrc/xmlres.h> | 7 #include <wx/xrc/xmlres.h> |
| 71 | 71 |
| 72 class SearchFrame : public wxFrame | 72 class SearchFrame : public wxFrame |
| 73 { | 73 { |
| 74 private: | 74 private: |
| 75 wxString m_workdir; | 75 wxString m_workdir; |
| 76 wxString m_hhscsv; | |
| 76 wxString m_addr, m_port; | 77 wxString m_addr, m_port; |
| 77 wxRect m_mask1, m_mask2, m_mask3; | 78 wxRect m_mask1, m_mask2, m_mask3; |
| 78 int m_searchmode; | 79 int m_searchmode; |
| 79 wxArrayString m_hist; | 80 wxArrayString m_hist; |
| 80 | 81 |
