Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/main.h @ 13:f5ffc34f045a
manage DB.
author | pyon@macmini |
---|---|
date | Wed, 14 Nov 2018 19:43:40 +0900 |
parents | 799b6008db8e |
children | c262e17de9b1 |
comparison
equal
deleted
inserted
replaced
12:240752cbe11b | 13:f5ffc34f045a |
---|---|
1 // Filename : main.h | 1 // Filename : main.h |
2 // Last Change: 2018-11-09 09:43:03. | 2 // Last Change: 2018-11-14 11:32:46. |
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> |
18 wxString conf_file; | 18 wxString conf_file; |
19 int splash = 150; | 19 int splash = 150; |
20 wxString unlock_key; | 20 wxString unlock_key; |
21 wxString m_serveraddr; | 21 wxString m_serveraddr; |
22 int m_serverport; | 22 int m_serverport; |
23 wxString m_dbdir; | |
23 bool develop; | 24 bool develop; |
24 | 25 |
25 public: | 26 public: |
26 wxRect rect; | 27 wxRect rect; |
27 | 28 |