Mercurial > mercurial > hgweb_rsearcher.cgi
view include/id.h @ 10:36811fd22bd2
v1.4
author | pyon@macmini |
---|---|
date | Thu, 08 Nov 2018 19:15:43 +0900 |
parents | ae89ce4793d8 |
children | 799b6008db8e |
line wrap: on
line source
// Filename : id.h // Last Change: 2018-11-08 –Ø 13:58:34. // #ifndef __ID_H__ #define __ID_H__ #include <wx/wx.h> #define RSVER "1.4" #define RSRELEASE "2018.11.01" enum { /* for mainframe */ ID_MAIN = wxID_HIGHEST + 1, ID_SEARCH, ID_PSEARCH, ID_LIST, ID_LISTKANA, ID_NBOOK, ID_SPLIT, // invisible for shortcut-key ID_SLDR, ID_FOCUS, ID_PZOOM, ID_MZOOM, ID_SWIN, ID_DARK, ID_TIMER, ID_LOGOUT, /* for auth */ ID_UID, ID_PW, }; #endif // __ID_H__