diff options
Diffstat (limited to 'tipper/resource.h')
-rw-r--r-- | tipper/resource.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/tipper/resource.h b/tipper/resource.h index dad8e31..03e2540 100644 --- a/tipper/resource.h +++ b/tipper/resource.h @@ -2,10 +2,12 @@ // Microsoft Visual C++ generated include file.
// Used by tipper.rc
//
-#define IDD_OPT1 101
+#define IDD_OPT_LAYOUT 101
+#define IDD_OPT_CONTENT 102
#define IDD_SUBST 103
#define IDD_ITEM 104
#define IDD_OPT2 105
+#define IDD_OPT_WINDOW 106
#define IDC_ED_WIDTH 1005
#define IDC_ED_MAXHEIGHT 1006
#define IDC_SPIN_WIDTH 1007
@@ -49,6 +51,8 @@ #define IDC_BTN_DOWN 1039
#define IDC_CHK_NOFOCUS 1040
#define IDC_BTN_EDIT 1041
+#define IDC_CHK_NOFOCUS2 1041
+#define IDC_CHK_NORESIZEAV 1041
#define IDC_LST_SUBST 1042
#define IDC_BTN_ADD2 1043
#define IDC_ED_MODULE 1044
@@ -72,14 +76,18 @@ #define IDC_CMB_VV 1054
#define IDC_CMB_LH 1055
#define IDC_CMB_VH 1056
+#define IDC_ED_BGFN 1057
+#define IDC_BTN_BROWSE 1058
+#define IDC_CHECK1 1059
+#define IDC_CHK_STRETCHBG 1059
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 106
+#define _APS_NEXT_RESOURCE_VALUE 107
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1054
+#define _APS_NEXT_CONTROL_VALUE 1060
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|