]> Shamusworld >> Repos - ttedit/blob - src/tte_res.h
3bf6dbaebb73455f3359dce9fd8eb91e58af7963
[ttedit] / src / tte_res.h
1 //\r
2 // Resource includes\r
3 //\r
4 // by James L. Hammons\r
5 //\r
6 \r
7 // Uncomment this to debug logging...\r
8 //Actually, this is done on a file by file basis and NOT here...\r
9 //#define DEBUG\r
10 \r
11 //\r
12 // Common equates also used in the resource file\r
13 //\r
14 \r
15 #define IDI_ICON                        0x01L           // IDs same as in ttedit.asm\r
16 #define IDM_MENU                        0x02L\r
17 #define IDA_ACCEL                       0x03L\r
18 #define IDD_ABOUT                       0x04L\r
19 #define IDR_TOOLBAR1            0x05L\r
20 #define IDB_TOOLBAR1            0x06L\r
21 #define IDB_TOOLPAL1            0x07L\r
22 #define IDC_CURSOR1                     0x08L\r
23 #define IDC_CURSOR2                     0x09L\r
24 #define IDC_CURSOR3                     0x0AL\r
25 #define IDC_CURSOR4                     0x0BL\r
26 #define IDC_CURSOR5                     0x0CL\r
27 #define IDC_CURSOR6                     0x0DL\r
28 #define IDC_CURSOR7                     0x0EL\r
29 #define IDC_CURSOR8                     0x0FL\r
30 \r
31 #define IDS_SYSMENU                     0x010L\r
32 #define IDM_FILEMENU            0x011L\r
33 #define IDM_HELPMENU            0x012L\r
34 \r
35 #define IDM_NEW                         0x020L\r
36 #define IDM_OPEN                        0x021L\r
37 #define IDM_SAVE                        0x022L\r
38 #define IDM_SAVEAS                      0x023L\r
39 #define IDM_EXIT                        0x024L\r
40 #define IDM_HELPTOPICS          0x025L\r
41 #define IDM_ABOUT                       0x026L\r
42 \r
43 #define ID_TBLEFT                       0x030L\r
44 #define ID_TBRIGHT                      0x031L\r
45 #define ID_TBCHARWIN            0x032L\r
46 \r