|
|
1.1 root 1: #include "windows.h"
2: #include "clock.h"
3:
4: cckk ICON PRELOAD DISCARDABLE clock.ico
5:
6: STRINGTABLE PRELOAD DISCARDABLE
7: BEGIN
8: ;Attention localizers! Only the following lines need to be
9: ;localized!
10:
11: IDS_APPNAME, "Clock"
12: ; Note: We can not split the following line into two because it is used in a
13: ; hardsysmodal dialogbox.
14: IDS_TOOMANY, "Cannot use timer necessary to run Clock; close some applications and try again."
15: ; IDS_FONTFILE, "\c:\nt\windows\fonts\digital.fon" /* File containing digital font. */
16: IDS_FONTFILE, "\c:\nt\windows\fonts\helve08.fnt" /* File containing digital font. */
17:
18: ;DO NOT LOCALIZE THESE!
19: ; Below: Names of the keys in the file "win.ini" that
20: ; contain the international time and date settings
21:
22: IDS_DATA, "data"
23: IDS_INTL, "intl"
24: IDS_ITIME, "iTime"
25: IDS_S1159, "s1159"
26: IDS_S2359, "s2359"
27: IDS_STIME, "sTime"
28: IDS_TIMESEP ":"
29: IDS_CLKFORMAT, "iFormat"
30: IDS_INIFILE, "clock.ini"
31:
32: IDS_USNAME, "Clock"
33:
34: ;End of non-localized strings.
35: END
36:
37: Clock MENU PRELOAD DISCARDABLE
38: BEGIN
39: POPUP "&Settings"
40: BEGIN
41: MENUITEM "&Analog", IDM_ANALOG
42: MENUITEM "&Digital", IDM_DIGITAL
43: MENUITEM SEPARATOR
44: MENUITEM "A&bout Clock...", IDM_ABOUT
45: END
46: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.