diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-05 12:15:08 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-05-05 12:15:08 +0000 |
commit | 653261a27182e9c8969ed074f0da9ec4dba920b1 (patch) | |
tree | 00a8878163293b6a69c999bbd106d9ccefa2ed69 /Zero_Notification/res/resource.h | |
parent | 4314e4924b2ddb9aea86b39d6d683fcc3f7b1822 (diff) |
added Tooltip Notofy
added Zero Notification
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@72 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Zero_Notification/res/resource.h')
-rw-r--r-- | Zero_Notification/res/resource.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Zero_Notification/res/resource.h b/Zero_Notification/res/resource.h new file mode 100644 index 0000000..ac11d8b --- /dev/null +++ b/Zero_Notification/res/resource.h @@ -0,0 +1,20 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by ZeroNotifyW.rc
+//
+#define IDD_OPT_NOSOUND 101
+#define IDC_NOSOUND 1000
+#define IDC_NOBLINK 1002
+#define IDC_NOCLCBLINK 1003
+#define IDC_HIDEMENU 1008
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 103
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1001
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|