Annotation of mstools/samples/sdktools/aniedit/aniedit.rc, revision 1.1

1.1     ! root        1: #include "windows.h"
        !             2: #include "anidlgs.h"
        !             3: 
        !             4: #include "anidlgs.dlg"
        !             5: 
        !             6: #include "animsg.rc"
        !             7: 
        !             8: FONT_BUTTON FONT anibtn.fnt
        !             9: 
        !            10: ANI_ICON  ICON aniedit.ico
        !            11: 
        !            12: AniEditMenu ACCELERATORS
        !            13: BEGIN
        !            14:     "^C",       MENU_EDIT_COPY
        !            15:     VK_INSERT,  MENU_EDIT_COPY,                 VIRTKEY, CONTROL
        !            16:     "^V",       MENU_EDIT_PASTE
        !            17:     VK_INSERT,  MENU_EDIT_PASTE,                VIRTKEY, SHIFT
        !            18:     VK_DELETE,  MENU_EDIT_CLEAR,                VIRTKEY
        !            19:     "^X",       MENU_EDIT_CUT
        !            20:     VK_DELETE,  MENU_EDIT_CUT,                  VIRTKEY, SHIFT
        !            21:     "^D",       MENU_EDIT_DUP
        !            22:     "?",        MENU_HELP_ABOUT
        !            23: END
        !            24: 
        !            25: AniEditMenu MENU
        !            26: BEGIN
        !            27:     POPUP       "&File"
        !            28:     BEGIN
        !            29:         MENUITEM "&New...",                     MENU_FILE_NEW
        !            30:         MENUITEM "&Open...",                    MENU_FILE_OPEN
        !            31:         MENUITEM "&Save",                       MENU_FILE_SAVE
        !            32:         MENUITEM "Save &As...",                 MENU_FILE_SAVEAS
        !            33:         MENUITEM SEPARATOR
        !            34:         MENUITEM "&Import Frame...",            MENU_FILE_INSERT
        !            35: #if 0
        !            36:         MENUITEM "&Export Frame...",            MENU_FILE_EXPORT
        !            37: #endif
        !            38:         MENUITEM SEPARATOR
        !            39:         MENUITEM "E&xit\tAlt+F4",               MENU_FILE_EXIT
        !            40:     END
        !            41: 
        !            42:     POPUP "&Edit"
        !            43:     BEGIN
        !            44:         MENUITEM "Cu&t\tCtrl+X",                MENU_EDIT_CUT
        !            45:         MENUITEM "&Copy\tCtrl+C",               MENU_EDIT_COPY
        !            46:         MENUITEM "&Paste\tCtrl+V",              MENU_EDIT_PASTE
        !            47:         MENUITEM "De&lete\tDel",                MENU_EDIT_CLEAR
        !            48: #if 0
        !            49:         MENUITEM "Du&plicate\tCtrl+D",          MENU_EDIT_DUP
        !            50: #endif
        !            51:         MENUITEM SEPARATOR
        !            52:         MENUITEM "&New Frame...",               MENU_EDIT_ADDFRAME
        !            53:         MENUITEM "&Edit Frame...",              MENU_EDIT_EDITFRAME
        !            54:         MENUITEM SEPARATOR
        !            55:         MENUITEM "&Options...",                 MENU_EDIT_OPTIONS
        !            56:     END
        !            57: 
        !            58:     POPUP       "&Help"
        !            59:     BEGIN
        !            60:         MENUITEM "&About AniEdit...",           MENU_HELP_ABOUT
        !            61:     END
        !            62: END
        !            63: 
        !            64: #if 0 /* now in anidlgs.dlg */
        !            65: AboutBox DIALOG 6, 18, 195, 60
        !            66: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
        !            67: CAPTION "About Microsoft Animated Cursor Editor"
        !            68: FONT 8, "Helv"
        !            69: BEGIN
        !            70: /*    ICON            IDICON_ANIEDIT, -1, 6, 10, 18, 20 */
        !            71:     LTEXT           "Microsoft Animated Cursor Editor", -1, 30, 10, 76, 8
        !            72:     LTEXT           "3.1", -1, 106, 10, 87, 8
        !            73:     LTEXT           "Copyright� 1992 Microsoft Corporation", -1, 30, 22,
        !            74:                     149, 8
        !            75:     DEFPUSHBUTTON   "OK", IDOK, 77, 40, 40, 14
        !            76: END
        !            77: #endif
        !            78: 
        !            79: 
        !            80: /*
        !            81:  * Load in a raw cursor file as the basis for a new cursor.  We don't
        !            82:  * use the CURSOR keyword because that would change the format of
        !            83:  * the data.
        !            84:  */
        !            85: ID_BLANKCUR  RCT_RAWDATA    newcolr.cur

unix.superglobalmegacorp.com

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