Annotation of mstools/samples/ddeml/clock/clockres.rc, revision 1.1.1.2

1.1       root        1: #include "windows.h"
                      2: #include "clock.h"
                      3: 
                      4: cckk    ICON PRELOAD DISCARDABLE clock.ico
                      5: 
1.1.1.2 ! root        6: IDD_ABOUT DIALOG 25, 23, 184, 78
        !             7: STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
        !             8: CAPTION "About Client"
        !             9: FONT 8, "Helv"
        !            10: BEGIN
        !            11:     CTEXT           "Microsoft Windows", -1, 0, 5, 184, 8
        !            12:     CTEXT           "DDEML Clock", -1, 0, 15, 184, 8
        !            13:     CTEXT           "NT Version 3.1", -1, 0, 34, 184, 8
        !            14:     CTEXT           "Copyright � 1992 Microsoft Corp.", -1, 0, 47, 184, 9
        !            15:     DEFPUSHBUTTON   "OK", IDOK, 76, 60, 32, 14, WS_GROUP
        !            16:     ICON            "cckk", -1, 25, 14, 16, 21
        !            17: END
        !            18: 
1.1       root       19: STRINGTABLE PRELOAD DISCARDABLE
                     20: BEGIN
                     21: ;Attention localizers!  Only the following lines need to be
                     22: ;localized!
                     23: 
1.1.1.2 ! root       24:     IDS_APPNAME,    "DDEML Clock"
        !            25: ; Note: We can not split the following line into two because it is used in a
1.1       root       26: ; hardsysmodal dialogbox.
                     27:     IDS_TOOMANY,    "Cannot use timer necessary to run Clock; close some applications and try again."
1.1.1.2 ! root       28: ;    IDS_FONTFILE,  "digital.fon"   /* File containing digital font. */
        !            29:     IDS_FONTFILE,   "helve08.fnt"   /* File containing digital font. */
1.1       root       30: 
                     31: ;DO NOT LOCALIZE THESE!
                     32: ; Below: Names of the keys in the file "win.ini" that
                     33: ;       contain the international time and date settings
                     34: 
                     35:     IDS_DATA,       "data"
                     36:     IDS_INTL,      "intl"
                     37:     IDS_ITIME,     "iTime"
                     38:     IDS_S1159,     "s1159"
                     39:     IDS_S2359,     "s2359"
                     40:     IDS_STIME,     "sTime"
                     41:     IDS_TIMESEP            ":"
                     42:     IDS_CLKFORMAT,  "iFormat"
1.1.1.2 ! root       43:     IDS_INIFILE,    "DDEMLclk.ini"
1.1       root       44: 
1.1.1.2 ! root       45:     IDS_USNAME,     "DDEML Clock"
1.1       root       46: 
                     47: ;End of non-localized strings.
                     48: END
                     49: 
                     50: Clock MENU PRELOAD DISCARDABLE
                     51:     BEGIN
                     52:        POPUP    "&Settings"
                     53:            BEGIN
                     54:                MENUITEM "&Analog",         IDM_ANALOG
                     55:                MENUITEM "&Digital",        IDM_DIGITAL
                     56:                MENUITEM SEPARATOR
                     57:                MENUITEM "A&bout Clock...", IDM_ABOUT
                     58:            END
                     59:     END

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.