|
|
1.1 ! root 1: /* ! 2: Resource file for BTNTEST ! 3: Created by Microsoft Corp., 1988 ! 4: */ ! 5: /****** Resource IDs *****/ ! 6: ! 7: #define IDI_BTNTEST 1 /* app icon */ ! 8: #define IDM_BTNTEST 1 /* app menu */ ! 9: #define IDA_BTNTEST 1 /* app accelerator table */ ! 10: #define IDD_BTNTEST 1 /* modal dialog box */ ! 11: #define IDD_BTN 2 ! 12: ! 13: /****** Menu command IDs *****/ ! 14: /* (by convention, hi byte is menu index, lo byte is dispatch table index) */ ! 15: ! 16: /* File menu */ ! 17: ! 18: #define CMD_NEW 0x0000 ! 19: #define CMD_OPEN 0x0001 ! 20: #define CMD_SAVE 0x0002 ! 21: #define CMD_SAVEAS 0x0003 ! 22: ! 23: /* Edit menu */ ! 24: #define CMD_UNDO 0x0104 ! 25: #define CMD_CUT 0x0105 ! 26: #define CMD_COPY 0x0106 ! 27: #define CMD_PASTE 0x0107 ! 28: #define CMD_CLEAR 0x0108 ! 29: ! 30: /* Number of menu commands */ ! 31: #define CCMDS (4+5)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.