comparison include/id.h @ 5:e3b10fb860b3

release v1.0.
author pyon@macmini
date Mon, 22 Oct 2018 22:17:02 +0900
parents 06342fc544e4
children 9a8b581c1993
comparison
equal deleted inserted replaced
4:06342fc544e4 5:e3b10fb860b3
1 // Filename : id.h 1 // Filename : id.h
2 // Last Change: 2018-10-12 ‹à 16:19:50. 2 // Last Change: 2018-10-22 ŒŽ 12:43:44.
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"
11 #define RSRELEASE "2018.10.25"
12
10 enum { 13 enum {
11 ID_MAIN = wxID_HIGHEST + 1, 14 ID_MAIN = wxID_HIGHEST + 1,
12 ID_SEARCH, 15 ID_SEARCH,
16 ID_PSEARCH,
13 ID_LIST, 17 ID_LIST,
14 ID_NBOOK, 18 ID_NBOOK,
15 ID_SLDR, 19 ID_SLDR,
16 ID_TIMER, 20 ID_TIMER,
17 ID_LOGOUT, 21 ID_LOGOUT,
18 ID_TEST,
19 }; 22 };
20 23
21 #endif // __ID_H__ 24 #endif // __ID_H__
22 25