Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/id.h @ 10:36811fd22bd2
v1.4
author | pyon@macmini |
---|---|
date | Thu, 08 Nov 2018 19:15:43 +0900 |
parents | ae89ce4793d8 |
children | 799b6008db8e |
comparison
equal
deleted
inserted
replaced
9:ae89ce4793d8 | 10:36811fd22bd2 |
---|---|
1 // Filename : id.h | 1 // Filename : id.h |
2 // Last Change: 2018-10-31 16:40:38. | 2 // Last Change: 2018-11-08 13:58:34. |
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.3" | 10 #define RSVER "1.4" |
11 #define RSRELEASE "2018.10.31" | 11 #define RSRELEASE "2018.11.01" |
12 | 12 |
13 enum { | 13 enum { |
14 /* for mainframe */ | 14 /* for mainframe */ |
15 ID_MAIN = wxID_HIGHEST + 1, | 15 ID_MAIN = wxID_HIGHEST + 1, |
16 ID_SEARCH, | 16 ID_SEARCH, |
17 ID_PSEARCH, | 17 ID_PSEARCH, |
18 ID_LIST, | 18 ID_LIST, |
19 ID_LISTKANA, | |
19 ID_NBOOK, | 20 ID_NBOOK, |
21 ID_SPLIT, | |
20 | 22 |
21 // invisible for shortcut-key | 23 // invisible for shortcut-key |
22 ID_SLDR, | 24 ID_SLDR, |
23 ID_FOCUS, | 25 ID_FOCUS, |
24 ID_PZOOM, | 26 ID_PZOOM, |