Mercurial > mercurial > hgweb_rsearcher.cgi
comparison include/id.h @ 16:b651aa41b9d4 default tip
hhsinfo method (server)
author | pyon@macmini |
---|---|
date | Mon, 15 Jul 2019 07:03:05 +0900 |
parents | c262e17de9b1 |
children |
comparison
equal
deleted
inserted
replaced
15:c262e17de9b1 | 16:b651aa41b9d4 |
---|---|
1 // Filename : id.h | 1 // Filename : id.h |
2 // Last Change: 2019-05-28 ‰Î 10:01:22. | 2 // Last Change: 2019-07-09 ‰Î 08:08:05. |
3 // | 3 // |
4 | 4 |
5 #ifndef __ID_H__ | 5 #pragma once |
6 #define __ID_H__ | |
7 | 6 |
8 #include <wx/wx.h> | 7 #include <wx/wx.h> |
9 | 8 |
10 #define RSVER "1.7" | 9 #define RSVER "1.7" |
11 #define RSRELEASE "2019.05.30" | 10 #define RSRELEASE "2019.05.30" |
20 ID_NBOOK, | 19 ID_NBOOK, |
21 ID_SPLIT, | 20 ID_SPLIT, |
22 | 21 |
23 // invisible for shortcut-key | 22 // invisible for shortcut-key |
24 ID_DLMAN, | 23 ID_DLMAN, |
24 ID_INDEX, | |
25 ID_BPRINT, | |
25 ID_SLDR, | 26 ID_SLDR, |
26 ID_FOCUS, | 27 ID_FOCUS, |
27 ID_PZOOM, | 28 ID_PZOOM, |
28 ID_MZOOM, | 29 ID_MZOOM, |
29 ID_SWIN, | 30 ID_SWIN, |
41 ID_MNGUPLD, | 42 ID_MNGUPLD, |
42 ID_MNGIDX, | 43 ID_MNGIDX, |
43 ID_MNGEXIT, | 44 ID_MNGEXIT, |
44 | 45 |
45 /* for index */ | 46 /* for index */ |
46 ID_DPBGN, | 47 ID_DRIVE, |
47 ID_DPEND, | 48 ID_YEAR, |
49 ID_DATE, | |
50 ID_CCN, | |
51 | |
52 /* for batch-print */ | |
53 ID_LOAD, | |
54 ID_MANDP, | |
55 ID_CHECKALL, | |
56 ID_UNCHECKALL, | |
57 ID_CLEAR, | |
58 ID_DELETE, | |
48 }; | 59 }; |
49 | 60 |
50 #endif // __ID_H__ | |
51 | 61 |