4 * Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch>
7 #define MAX_STRING_LEN 255
8 #define MAX_PATHNAME_LEN 1024
9 #define MAX_LANGUAGE_NUMBER (CL_LAST_LANGUAGE - CL_FIRST_LANGUAGE)
11 #define HELPFILE "clock.hlp"
12 #define DEFAULTICON OIC_WINEICON
14 /* hide the following from winerc */
24 HMENU hPropertiesMenu
;
32 UINT wStringTableOffset
;
44 extern CLOCK_GLOBALS Globals
;
46 /* function prototypes */
47 VOID
MAIN_FileChooseFont(VOID
);
52 extern CHAR STRING_MENU_Xx
[];
54 #define STRINGID(id) (0x##id + Globals.wStringTableOffset)
56 #else /* RC_INVOKED */
58 #define STRINGID(id) id
62 /* string table index */
63 #define IDS_LANGUAGE_ID STRINGID(00)
64 #define IDS_LANGUAGE_MENU_ITEM STRINGID(01)
65 #define IDS_CLOCK STRINGID(02)
66 #define IDS_MENU_ON_TOP STRINGID(03)
73 #define CL_DIGITAL 101
75 #define CL_WITHOUT_TITLE 103
76 #define CL_SECONDS 104
79 #define CL_LANGUAGE 200
82 #define CL_INFO_LICENSE 302
83 #define CL_INFO_NO_WARRANTY 303
84 #define CL_INFO_ABOUT_WINE 304
86 #define CL_FIRST_LANGUAGE 200
87 #define CL_LAST_LANGUAGE 220