diff options
Diffstat (limited to 'Plugins/notification_speak/resource.rc')
-rw-r--r-- | Plugins/notification_speak/resource.rc | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/Plugins/notification_speak/resource.rc b/Plugins/notification_speak/resource.rc new file mode 100644 index 0000000..d489e42 --- /dev/null +++ b/Plugins/notification_speak/resource.rc @@ -0,0 +1,101 @@ +//Microsoft Developer Studio generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "afxres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// Portuguese (Brazil) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_PTB)
+#ifdef _WIN32
+LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
+#pragma code_page(1252)
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Dialog
+//
+
+IDD_OPT_SPEAK DIALOGEX 0, 0, 206, 111
+STYLE DS_SYSMODAL | DS_3DLOOK | WS_CHILD | WS_VISIBLE
+EXSTYLE WS_EX_TRANSPARENT | WS_EX_CONTROLPARENT
+FONT 8, "MS Sans Serif"
+BEGIN
+ CONTROL "Say notification aloud",IDC_SAY,"Button",
+ BS_AUTOCHECKBOX | WS_TABSTOP,13,20,180,11
+ GROUPBOX "General",IDC_STATIC,4,5,198,36
+ GROUPBOX " Text ",IDC_TEXT_GROUP,4,46,198,56
+ LTEXT "Text to speak:",IDC_TEXT_L,13,58,156,11
+ EDITTEXT IDC_TEXT,12,70,181,24,ES_MULTILINE | ES_AUTOVSCROLL |
+ ES_WANTRETURN
+ PUSHBUTTON "?",IDC_BTN_HELP,174,53,18,14
+END
+
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "#include ""afxres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE DISCARDABLE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// DESIGNINFO
+//
+
+#ifdef APSTUDIO_INVOKED
+GUIDELINES DESIGNINFO DISCARDABLE
+BEGIN
+ IDD_OPT_SPEAK, DIALOG
+ BEGIN
+ RIGHTMARGIN, 203
+ BOTTOMMARGIN, 107
+ END
+END
+#endif // APSTUDIO_INVOKED
+
+#endif // Portuguese (Brazil) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
|