Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/id.h @ 8:82f9af6aa7e4
add net.cpp
| author | pyon@macmini |
|---|---|
| date | Tue, 30 Oct 2018 17:26:02 +0900 |
| parents | 29829e98d510 |
| children | ae89ce4793d8 |
comparison
equal
deleted
inserted
replaced
| 7:29829e98d510 | 8:82f9af6aa7e4 |
|---|---|
| 1 // Filename : id.h | 1 // Filename : id.h |
| 2 // Last Change: 2018-10-26 ‹à 10:43:22. | 2 // Last Change: 2018-10-30 ‰Î 11:07:41. |
| 3 // | 3 // |
| 4 | 4 |
| 5 #ifndef __ID_H__ | 5 #ifndef __ID_H__ |
| 6 #define __ID_H__ | 6 #define __ID_H__ |
| 7 | 7 |
| 8 #include <wx/wx.h> | 8 #include <wx/wx.h> |
| 9 | 9 |
| 10 #define RSVER "1.1" | 10 #define RSVER "1.2" |
| 11 #define RSRELEASE "2018.10.29" | 11 #define RSRELEASE "2018.10.30" |
| 12 | 12 |
| 13 enum { | 13 enum { |
| 14 ID_MAIN = wxID_HIGHEST + 1, | 14 ID_MAIN = wxID_HIGHEST + 1, |
| 15 ID_SEARCH, | 15 ID_SEARCH, |
| 16 ID_PSEARCH, | 16 ID_PSEARCH, |
