Mercurial > mercurial > hgweb_rsearcher.cgi
view include/id.h @ 13:f5ffc34f045a
manage DB.
author | pyon@macmini |
---|---|
date | Wed, 14 Nov 2018 19:43:40 +0900 |
parents | 799b6008db8e |
children | c1dc1fcee7fe |
line wrap: on
line source
// Filename : id.h // Last Change: 2018-11-14 13:54:49. // #ifndef __ID_H__ #define __ID_H__ #include <wx/wx.h> #define RSVER "1.6a" #define RSRELEASE "2018.11.19" 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_DLMAN, ID_SLDR, ID_FOCUS, ID_PZOOM, ID_MZOOM, ID_SWIN, ID_DARK, ID_UPIDX, ID_TIMER, ID_LOGOUT, /* for auth */ ID_UID, ID_PW, /* for mange db */ ID_MNGBLD, ID_MNGUPLD, ID_MNGEXIT, }; #endif // __ID_H__