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