]> Shamusworld >> Repos - ttedit/blobdiff - src/tte_res.h
Converted project from wxWidgets to Qt. This will be the LAST time this
[ttedit] / src / tte_res.h
diff --git a/src/tte_res.h b/src/tte_res.h
deleted file mode 100755 (executable)
index 9efa641..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-//
-// Resource includes
-//
-// by James L. Hammons
-//
-
-// Uncomment this to debug logging...
-//Actually, this is done on a file by file basis and NOT here...
-//#define DEBUG
-
-//
-// Common equates also used in the resource file
-//
-
-#define        IDI_ICON                        0x01L           // IDs same as in ttedit.asm
-#define        IDM_MENU                        0x02L
-#define        IDA_ACCEL                       0x03L
-#define        IDD_ABOUT                       0x04L
-#define IDR_TOOLBAR1           0x05L
-#define IDB_TOOLBAR1           0x06L
-#define IDB_TOOLPAL1           0x07L
-#define IDC_CURSOR1                    0x08L
-#define IDC_CURSOR2                    0x09L
-#define IDC_CURSOR3                    0x0AL
-#define IDC_CURSOR4                    0x0BL
-#define IDC_CURSOR5                    0x0CL
-#define IDC_CURSOR6                    0x0DL
-#define IDC_CURSOR7                    0x0EL
-#define IDC_CURSOR8                    0x0FL
-
-#define        IDS_SYSMENU                     0x010L
-#define        IDM_FILEMENU            0x011L
-#define        IDM_HELPMENU            0x012L
-
-#define        IDM_NEW                         0x020L
-#define        IDM_OPEN                        0x021L
-#define        IDM_SAVE                        0x022L
-#define        IDM_SAVEAS                      0x023L
-#define        IDM_EXIT                        0x024L
-#define        IDM_HELPTOPICS          0x025L
-#define        IDM_ABOUT                       0x026L
-
-#define        ID_TBLEFT                       0x030L
-#define        ID_TBRIGHT                      0x031L
-#define        ID_TBCHARWIN            0x032L
-