comparison include/id.h @ 13:f5ffc34f045a

manage DB.
author pyon@macmini
date Wed, 14 Nov 2018 19:43:40 +0900
parents 799b6008db8e
children c1dc1fcee7fe
comparison
equal deleted inserted replaced
12:240752cbe11b 13:f5ffc34f045a
1 // Filename : id.h 1 // Filename : id.h
2 // Last Change: 2018-11-09 10:54:21. 2 // Last Change: 2018-11-14 13:54:49.
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.5" 10 #define RSVER "1.6a"
11 #define RSRELEASE "2018.11.12" 11 #define RSRELEASE "2018.11.19"
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,
19 ID_LISTKANA, 19 ID_LISTKANA,
20 ID_NBOOK, 20 ID_NBOOK,
21 ID_SPLIT, 21 ID_SPLIT,
22 22
23 // invisible for shortcut-key 23 // invisible for shortcut-key
24 ID_DLMAN,
24 ID_SLDR, 25 ID_SLDR,
25 ID_FOCUS, 26 ID_FOCUS,
26 ID_PZOOM, 27 ID_PZOOM,
27 ID_MZOOM, 28 ID_MZOOM,
28 ID_SWIN, 29 ID_SWIN,
29 ID_DARK, 30 ID_DARK,
31 ID_UPIDX,
30 ID_TIMER, 32 ID_TIMER,
31 ID_LOGOUT, 33 ID_LOGOUT,
32 34
33 /* for auth */ 35 /* for auth */
34 ID_UID, 36 ID_UID,