diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-06-09 11:38:48 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-06-09 11:38:48 +0000 |
commit | 35d50950b5c60523f5a4a4959ee5e5a370ceabef (patch) | |
tree | 8fa1791c935acba3d79dc4eb25d67622d61dbe58 /plugins/MessageState/src/resource.h | |
parent | bc5b5ca600ad9364aa50de6afe2bf92dc63e1420 (diff) |
MessageState: Initial commit.
git-svn-id: http://svn.miranda-ng.org/main/trunk@14072 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MessageState/src/resource.h')
-rw-r--r-- | plugins/MessageState/src/resource.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/MessageState/src/resource.h b/plugins/MessageState/src/resource.h new file mode 100644 index 0000000000..a668a8157c --- /dev/null +++ b/plugins/MessageState/src/resource.h @@ -0,0 +1,19 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by ..\res\mobilestate.rc
+//
+#define IDI_READ 105
+#define IDI_UNREAD 106
+#define IDI_FAIL 107
+#define IDI_NOSENT 108
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 109
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1010
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|