Mercurial > mercurial > hgweb_searcher2.cgi
comparison include/common.h @ 0:c174ac668e9f
First commit ! (ver2.8)
| author | pyon@macmini |
|---|---|
| date | Tue, 05 Apr 2011 18:44:57 +0900 |
| parents | |
| children | e0cf49906039 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:c174ac668e9f |
|---|---|
| 1 // Filename : common.h | |
| 2 // Last Change: 31-Mar-2011. | |
| 3 // | |
| 4 #ifndef COMMON | |
| 5 #define COMMON | |
| 6 | |
| 7 #include "wx/wxprec.h" | |
| 8 | |
| 9 #ifndef WX_PRECOMP | |
| 10 #include "wx/wx.h" | |
| 11 #endif | |
| 12 | |
| 13 enum { | |
| 14 // mainframe | |
| 15 ID_MAIN = 0, | |
| 16 ID_PRINT = 1, | |
| 17 | |
| 18 ID_MUPHHS = 2, | |
| 19 ID_MLSCCN = 3, | |
| 20 ID_MCHKHHS = 4, | |
| 21 ID_MDBBKUP = 5, | |
| 22 ID_MDBOPT = 6, | |
| 23 ID_MOAD = 7, | |
| 24 ID_MODD = 8, | |
| 25 ID_MHELP = 9, | |
| 26 | |
| 27 ID_SRCHHHS = 10, | |
| 28 ID_DTIDX = 11, | |
| 29 ID_MKIDX = 12, | |
| 30 | |
| 31 ID_SPLT = 20, | |
| 32 ID_HTML = 21, | |
| 33 ID_HLST = 22, | |
| 34 ID_CCN = 23, | |
| 35 | |
| 36 ID_CMD = 30, | |
| 37 | |
| 38 // hhs-db | |
| 39 ID_HHSDB = 80, | |
| 40 ID_CSVPK = 81, | |
| 41 ID_HHSUP = 82, | |
| 42 ID_PSWD = 83, | |
| 43 | |
| 44 // html-help | |
| 45 ID_HELP = 90, | |
| 46 | |
| 47 }; | |
| 48 #endif | |
| 49 |
