diff options
Diffstat (limited to 'nohtml/resource.h')
-rw-r--r-- | nohtml/resource.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/nohtml/resource.h b/nohtml/resource.h new file mode 100644 index 0000000..ebcf9c7 --- /dev/null +++ b/nohtml/resource.h @@ -0,0 +1,17 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by nohtml.rc
+//
+#define IDD_OPT1 109
+#define IDC_CHK_BBCODES 1001
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 120
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1002
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|