diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:37:22 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:37:22 +0000 |
commit | 10a3bfa53858f75fa64833ce5d860a14a756c38a (patch) | |
tree | ad7d5b7f857c5120a77d3b1e60b46512ebf47f56 /message_notify/resource.h | |
parent | 7f6efd8c36003cb710319a358f62f1a0d8900384 (diff) |
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@7 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'message_notify/resource.h')
-rw-r--r-- | message_notify/resource.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/message_notify/resource.h b/message_notify/resource.h new file mode 100644 index 0000000..d8de870 --- /dev/null +++ b/message_notify/resource.h @@ -0,0 +1,29 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by resource.rc
+//
+#define IDD_OPTIONS 101
+#define IDC_CHK_DISABLEPOPUPS 1000
+#define IDC_RAD_CLOSED 1001
+#define IDC_RAD_NFORE 1002
+#define IDC_RAD_ALWAYS 1003
+#define IDC_CHK_SETTIMEOUT 1004
+#define IDC_ED_TIMEOUT 1005
+#define IDC_CHK_SETCOLOURS 1006
+#define IDC_CP_BK 1007
+#define IDC_CP_TXT 1008
+#define IDC_CHK_TABS 1009
+#define IDC_CHK_CLOSE 1010
+#define IDC_LIST1 1012
+#define IDC_LST_STATUS 1012
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 102
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1013
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|