Mercurial > mercurial > hgweb_rsearcher.cgi
view include/id.h @ 5:e3b10fb860b3
release v1.0.
author | pyon@macmini |
---|---|
date | Mon, 22 Oct 2018 22:17:02 +0900 |
parents | 06342fc544e4 |
children | 9a8b581c1993 |
line wrap: on
line source
// Filename : id.h // Last Change: 2018-10-22 ŒŽ 12:43:44. // #ifndef __ID_H__ #define __ID_H__ #include <wx/wx.h> #define RSVER "1.0" #define RSRELEASE "2018.10.25" enum { ID_MAIN = wxID_HIGHEST + 1, ID_SEARCH, ID_PSEARCH, ID_LIST, ID_NBOOK, ID_SLDR, ID_TIMER, ID_LOGOUT, }; #endif // __ID_H__