Mercurial > mercurial > hgweb_mover2.cgi
comparison include/main.h @ 11:9b0840b0be7e
cache done.
| author | pyon@macmini |
|---|---|
| date | Sun, 23 Oct 2011 07:43:34 +0900 |
| parents | 550c143ab194 |
| children | f3463815c2c9 |
comparison
equal
deleted
inserted
replaced
| 10:1fda3a06c39b | 11:9b0840b0be7e |
|---|---|
| 1 // Filename : main.h | 1 // Filename : main.h |
| 2 // Last Change: 19-Oct-2011. | 2 // Last Change: 22-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 |
| 8 //#include "symbol.h" | |
| 9 #define MYAPPNAME wxT("AMover2") | 8 #define MYAPPNAME wxT("AMover2") |
| 10 | 9 |
| 11 #define VER 2 | 10 #define VER 2 |
| 12 #define REV 1 | 11 #define REV 1 |
| 13 #define BLD 20111027 | 12 #define BLD 20111027 |
| 22 ~MyApp(); | 21 ~MyApp(); |
| 23 | 22 |
| 24 virtual bool OnInit(); | 23 virtual bool OnInit(); |
| 25 virtual int OnExit(); | 24 virtual int OnExit(); |
| 26 void ConfInit(); | 25 void ConfInit(); |
| 26 void InitLog(); | |
| 27 void WriteLog( wxString msg ); | |
| 27 | 28 |
| 28 wxFileConfig *config; | 29 wxFileConfig *config; |
| 29 wxString conf_file; | 30 wxString conf_file; |
| 30 wxRect rect; | 31 wxRect rect; |
| 32 | |
| 31 wxString workdir; | 33 wxString workdir; |
| 32 wxString lmin; | 34 wxString lmin; |
| 33 wxString lmax; | 35 wxString lmax; |
| 34 wxString zmin; | 36 wxString zmin; |
| 35 wxString zmax; | 37 wxString zmax; |
