--- mstools/samples/ddeml/clock/clockres.rc 2018/08/09 18:20:38 1.1 +++ mstools/samples/ddeml/clock/clockres.rc 2018/08/09 18:21:23 1.1.1.2 @@ -3,17 +3,30 @@ cckk ICON PRELOAD DISCARDABLE clock.ico +IDD_ABOUT DIALOG 25, 23, 184, 78 +STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "About Client" +FONT 8, "Helv" +BEGIN + CTEXT "Microsoft Windows", -1, 0, 5, 184, 8 + CTEXT "DDEML Clock", -1, 0, 15, 184, 8 + CTEXT "NT Version 3.1", -1, 0, 34, 184, 8 + CTEXT "Copyright © 1992 Microsoft Corp.", -1, 0, 47, 184, 9 + DEFPUSHBUTTON "OK", IDOK, 76, 60, 32, 14, WS_GROUP + ICON "cckk", -1, 25, 14, 16, 21 +END + STRINGTABLE PRELOAD DISCARDABLE BEGIN ;Attention localizers! Only the following lines need to be ;localized! - IDS_APPNAME, "Clock" -; Note: We can not split the following line into two because it is used in a + IDS_APPNAME, "DDEML Clock" +; Note: We can not split the following line into two because it is used in a ; hardsysmodal dialogbox. IDS_TOOMANY, "Cannot use timer necessary to run Clock; close some applications and try again." -; IDS_FONTFILE, "\c:\nt\windows\fonts\digital.fon" /* File containing digital font. */ - IDS_FONTFILE, "\c:\nt\windows\fonts\helve08.fnt" /* File containing digital font. */ +; IDS_FONTFILE, "digital.fon" /* File containing digital font. */ + IDS_FONTFILE, "helve08.fnt" /* File containing digital font. */ ;DO NOT LOCALIZE THESE! ; Below: Names of the keys in the file "win.ini" that @@ -27,9 +40,9 @@ BEGIN IDS_STIME, "sTime" IDS_TIMESEP ":" IDS_CLKFORMAT, "iFormat" - IDS_INIFILE, "clock.ini" + IDS_INIFILE, "DDEMLclk.ini" - IDS_USNAME, "Clock" + IDS_USNAME, "DDEML Clock" ;End of non-localized strings. END