diff options
Diffstat (limited to 'plugins/NotifyAnything/src/resource.h')
-rw-r--r-- | plugins/NotifyAnything/src/resource.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/plugins/NotifyAnything/src/resource.h b/plugins/NotifyAnything/src/resource.h new file mode 100644 index 0000000000..8eee335059 --- /dev/null +++ b/plugins/NotifyAnything/src/resource.h @@ -0,0 +1,27 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by NotifyAnything.rc
+//
+#define NA_OPTIONS 106
+#define NA_LOCAL_CHECK 1002
+#define NA_SOUND_CHECK 1007
+#define NA_LOG_CHECK 1008
+#define NA_DEBUG_MSG_CHECK 1009
+#define NA_PCSPEAKER_CHECK 1011
+#define NA_PORT 1012
+#define NA_ALLOW_EXECUTE 1013
+#define NA_PASSWORD 1014
+#define NA_LOG_FILENAME 1015
+#define NA_LOG_SELECT 1016
+#define NA_LOG_BROWSE 1017
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 104
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1018
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|