Mercurial > mercurial > hgweb_searcher2.cgi
diff include/common.h @ 0:c174ac668e9f
First commit ! (ver2.8)
author | pyon@macmini |
---|---|
date | Tue, 05 Apr 2011 18:44:57 +0900 |
parents | |
children | e0cf49906039 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/common.h Tue Apr 05 18:44:57 2011 +0900 @@ -0,0 +1,49 @@ +// Filename : common.h +// Last Change: 31-Mar-2011. +// +#ifndef COMMON +#define COMMON + +#include "wx/wxprec.h" + +#ifndef WX_PRECOMP + #include "wx/wx.h" +#endif + +enum { + // mainframe + ID_MAIN = 0, + ID_PRINT = 1, + + ID_MUPHHS = 2, + ID_MLSCCN = 3, + ID_MCHKHHS = 4, + ID_MDBBKUP = 5, + ID_MDBOPT = 6, + ID_MOAD = 7, + ID_MODD = 8, + ID_MHELP = 9, + + ID_SRCHHHS = 10, + ID_DTIDX = 11, + ID_MKIDX = 12, + + ID_SPLT = 20, + ID_HTML = 21, + ID_HLST = 22, + ID_CCN = 23, + + ID_CMD = 30, + + // hhs-db + ID_HHSDB = 80, + ID_CSVPK = 81, + ID_HHSUP = 82, + ID_PSWD = 83, + + // html-help + ID_HELP = 90, + +}; +#endif +