Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/main.h @ 15:c262e17de9b1
db download skip-mode.
author | pyon@macmini |
---|---|
date | Sat, 08 Jun 2019 15:50:59 +0900 |
parents | f5ffc34f045a |
children | b651aa41b9d4 |
comparison
equal
deleted
inserted
replaced
14:c1dc1fcee7fe | 15:c262e17de9b1 |
---|---|
1 // Filename : main.h | 1 // Filename : main.h |
2 // Last Change: 2018-11-14 11:32:46. | 2 // Last Change: 2019-05-28 10:08:07. |
3 // | 3 // |
4 #include <wx/wx.h> | 4 #include <wx/wx.h> |
5 #include <wx/config.h> | 5 #include <wx/config.h> |
6 #include <wx/fileconf.h> | 6 #include <wx/fileconf.h> |
7 #include <wx/splash.h> | 7 #include <wx/splash.h> |
14 { | 14 { |
15 DECLARE_CLASS( MyApp ) | 15 DECLARE_CLASS( MyApp ) |
16 private: | 16 private: |
17 wxFileConfig *config; | 17 wxFileConfig *config; |
18 wxString conf_file; | 18 wxString conf_file; |
19 int splash = 150; | 19 int m_splash = 150; |
20 wxString unlock_key; | 20 wxString m_unlock_key; |
21 wxString m_serveraddr; | 21 wxString m_serveraddr; |
22 int m_serverport; | 22 int m_serverport; |
23 wxString m_dbdir; | 23 wxString m_dbdir; |
24 bool m_qdlhhs; | |
24 bool develop; | 25 bool develop; |
25 | 26 |
26 public: | 27 public: |
27 wxRect rect; | 28 wxRect rect; |
29 int pzoom; | |
28 | 30 |
29 MyApp(); | 31 MyApp(); |
30 ~MyApp(); | 32 ~MyApp(); |
31 | 33 |
32 virtual bool OnInit(); | 34 virtual bool OnInit(); |