Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/id.h @ 7:29829e98d510
add net.cpp
| author | pyon@macmini |
|---|---|
| date | Fri, 26 Oct 2018 21:05:11 +0900 |
| parents | 9a8b581c1993 |
| children | 82f9af6aa7e4 |
comparison
equal
deleted
inserted
replaced
| 6:9a8b581c1993 | 7:29829e98d510 |
|---|---|
| 1 // Filename : id.h | 1 // Filename : id.h |
| 2 // Last Change: 2018-10-23 ‰Î 12:36:12. | 2 // Last Change: 2018-10-26 ‹à 10:43:22. |
| 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.0" | 10 #define RSVER "1.1" |
| 11 #define RSRELEASE "2018.10.25" | 11 #define RSRELEASE "2018.10.29" |
| 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, |
| 17 ID_LIST, | 17 ID_LIST, |
| 18 ID_NBOOK, | 18 ID_NBOOK, |
| 19 | |
| 20 // invisible for shortcut-key | |
| 19 ID_SLDR, | 21 ID_SLDR, |
| 22 ID_FOCUS, | |
| 20 ID_PZOOM, | 23 ID_PZOOM, |
| 21 ID_MZOOM, | 24 ID_MZOOM, |
| 22 ID_DARK, | 25 ID_DARK, |
| 23 ID_TIMER, | 26 ID_TIMER, |
| 24 ID_LOGOUT, | 27 ID_LOGOUT, |
