diff options
Diffstat (limited to 'yapp/resource.h')
-rw-r--r-- | yapp/resource.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/yapp/resource.h b/yapp/resource.h index 5e3bd9f..d7db4cd 100644 --- a/yapp/resource.h +++ b/yapp/resource.h @@ -9,6 +9,7 @@ #define IDI_ICON1 105
#define IDI_POPUP_HISTORY 105
#define IDI_ICON2 106
+#define IDD_CLASSES 107
#define IDC_RAD_NOTIMEOUT 1001
#define IDC_RAD_TIMEOUT 1002
#define IDC_ED_TIMEOUT 1003
@@ -54,20 +55,25 @@ #define IDC_CMB_AV2 1037
#define IDC_CMB_TIME 1038
#define IDC_CUSTOM1 1039
+#define IDC_COL_TEXT 1039
#define IDC_BORDERCOLOUR 1040
+#define IDC_COL_BG 1040
#define IDC_CLOSE 1041
#define IDC_LIST3 1042
#define IDC_LST_HISTORY 1043
#define IDC_HISTORY_FILTER 1044
#define IDC_HISTORY_FILTER_CASESENSITIVE 1046
+#define IDC_LST_CLASSES 1047
+#define IDC_CHK_TIMEOUT 1048
+#define IDC_BUTTON1 1050
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 107
+#define _APS_NEXT_RESOURCE_VALUE 108
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1047
+#define _APS_NEXT_CONTROL_VALUE 1051
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|