diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-05-08 09:56:10 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-05-08 09:56:10 +0000 |
commit | c91a1aaed9220ab9d4f93750a53ffb2efaf7c662 (patch) | |
tree | 50f97bc7bd36935655b096f01a498a6ac0b679a9 /MsgPopup/Resource.h | |
parent | 7b9d934638fb2dd8a09068bcfec390975c60f94e (diff) |
added MsgPopup plugin
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@300 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'MsgPopup/Resource.h')
-rw-r--r-- | MsgPopup/Resource.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/MsgPopup/Resource.h b/MsgPopup/Resource.h new file mode 100644 index 0000000..27e1287 --- /dev/null +++ b/MsgPopup/Resource.h @@ -0,0 +1,34 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Developer Studio generated include file.
+// Used by MsgBox.rc
+//
+#define IDD_OPTIONS 101
+
+#define IDC_ASTERISK_BG 101
+#define IDC_ERROR_FG 102
+#define IDC_ERROR_BG 103
+#define IDC_EXCLAMATION_FG 104
+#define IDC_EXCLAMATION_BG 105
+#define IDC_QUESTION_FG 106
+#define IDC_QUESTION_BG 107
+#define IDC_ASTERISK_FG 108
+#define IDC_PREVIEW 109
+
+#define IDC_TIMEOUT1 1000
+#define IDC_TIMEOUT2 1001
+#define IDC_TIMEOUT3 1002
+#define IDC_TIMEOUT4 1003
+
+#define IDC_MESSAGEBEEP 1004
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NO_MFC 1
+#define _APS_NEXT_RESOURCE_VALUE 135
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1004
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|