comparison src/kaigo/horori/searcher/include/searcher.h @ 65:0369656be06c default tip

many changes.
author pyon@macmini
date Fri, 20 May 2022 06:30:34 +0900
parents 7396e7407abd
children
comparison
equal deleted inserted replaced
64:ad5c30ee5cf1 65:0369656be06c
1 // Filename : searcher.h 1 // Filename : searcher.h
2 // Last Change: 2020-06-26 金 10:07:26. 2 // Last Change: 2021-05-11 火 12:42:07.
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>
74 { 74 {
75 private: 75 private:
76 wxString m_workdir; 76 wxString m_workdir;
77 wxString m_hhscsv; 77 wxString m_hhscsv;
78 wxString m_addr, m_port; 78 wxString m_addr, m_port;
79 wxRect m_mask1, m_mask2, m_mask3; 79 wxRect m_mask1, m_mask2, m_mask3, m_mask4;
80 int m_searchmode; 80 int m_searchmode;
81 wxList m_hist; 81 wxList m_hist;
82 wxString m_user, m_usergroup; 82 wxString m_user, m_usergroup;
83 83
84 MyStaticBitmap* m_staticBitmap1; 84 MyStaticBitmap* m_staticBitmap1;
237 void LoadBookImages(); 237 void LoadBookImages();
238 void ReadCSV(); 238 void ReadCSV();
239 void LoadPasswd(bool show); 239 void LoadPasswd(bool show);
240 void SavePasswd(); 240 void SavePasswd();
241 void RemoveTemp(); 241 void RemoveTemp();
242 void MaskImage1(); 242 void MaskImage();
243 void SetVersionInfo(); 243 void SetVersionInfo();
244 244
245 public: 245 public:
246 SearchFrame(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 800,697 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL); 246 SearchFrame(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = wxEmptyString, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( 800,697 ), long style = wxDEFAULT_FRAME_STYLE|wxTAB_TRAVERSAL);
247 ~SearchFrame(); 247 ~SearchFrame();