Mercurial > mercurial > hgweb_mover2.cgi
comparison include/main.h @ 5:52697c869ce8
delete move&detect button.
author | pyon@macmini |
---|---|
date | Tue, 18 Oct 2011 07:53:48 +0900 |
parents | 7bf900d47e9e |
children | 550c143ab194 |
comparison
equal
deleted
inserted
replaced
4:964129946db6 | 5:52697c869ce8 |
---|---|
1 // Filename : main.h | 1 // Filename : main.h |
2 // Last Change: 15-Oct-2011. | 2 // Last Change: 17-Oct-2011. |
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 | 7 |
23 wxString conf_file; | 23 wxString conf_file; |
24 wxRect rect; | 24 wxRect rect; |
25 wxString workdir; | 25 wxString workdir; |
26 wxString lmin; | 26 wxString lmin; |
27 wxString lmax; | 27 wxString lmax; |
28 wxString bmin; | 28 wxString zmin; |
29 wxString bmax; | 29 wxString zmax; |
30 }; | 30 }; |
31 | 31 |
32 DECLARE_APP(MyApp) | 32 DECLARE_APP(MyApp) |
33 | 33 |