Mercurial > mercurial > hgweb_mover2.cgi
comparison include/main.h @ 35:405e08552527 v2.4 v2.6
auto-detect on/off
| author | pyon@macmini |
|---|---|
| date | Thu, 17 Nov 2011 21:03:30 +0900 |
| parents | 51e522f34598 |
| children | 044cc2f5af81 |
comparison
equal
deleted
inserted
replaced
| 34:51e522f34598 | 35:405e08552527 |
|---|---|
| 1 // Filename : main.h | 1 // Filename : main.h |
| 2 // Last Change: 12-Nov-2011. | 2 // Last Change: 17-Nov-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 |
| 8 #define MYAPPNAME wxT("AMover2") | 8 #define MYAPPNAME wxT("AMover2") |
| 9 | 9 |
| 10 #define VER 2 | 10 #define VER 2 |
| 11 #define REV 5 | 11 #define REV 6 |
| 12 #define BLD 20111114 | 12 #define BLD 20111121 |
| 13 | 13 |
| 14 // private classes | 14 // private classes |
| 15 // Define a new application type, each program should derive a class from wxApp | 15 // Define a new application type, each program should derive a class from wxApp |
| 16 class MyApp : public wxApp | 16 class MyApp : public wxApp |
| 17 { | 17 { |
| 26 void InitLog(); | 26 void InitLog(); |
| 27 void WriteLog( wxString msg ); | 27 void WriteLog( wxString msg ); |
| 28 | 28 |
| 29 wxFileConfig *config; | 29 wxFileConfig *config; |
| 30 wxString conf_file; | 30 wxString conf_file; |
| 31 wxString log_file; | |
| 31 wxRect rect; | 32 wxRect rect; |
| 32 | 33 |
| 33 wxString workdir; | 34 wxString workdir; |
| 34 wxString lmin; | 35 wxString lmin; |
| 35 wxString lmax; | 36 wxString lmax; |
