summaryrefslogtreecommitdiff
path: root/plugins/Exchange/res
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Exchange/res')
-rw-r--r--plugins/Exchange/res/exchange.rc67
-rw-r--r--plugins/Exchange/res/mail.icobin0 -> 1406 bytes
-rw-r--r--plugins/Exchange/res/unread.icobin0 -> 23558 bytes
-rw-r--r--plugins/Exchange/res/version.rc101
4 files changed, 168 insertions, 0 deletions
diff --git a/plugins/Exchange/res/exchange.rc b/plugins/Exchange/res/exchange.rc
new file mode 100644
index 0000000000..a466a56cc8
--- /dev/null
+++ b/plugins/Exchange/res/exchange.rc
@@ -0,0 +1,67 @@
+// Generated by ResEdit 1.5.11
+// Copyright (C) 2006-2012
+// http://www.resedit.net
+
+#include <windows.h>
+#include <commctrl.h>
+#include <richedit.h>
+#include "src\resource.h"
+
+
+
+
+//
+// Dialog resources
+//
+LANGUAGE LANG_NEUTRAL, SUBLANG_SYS_DEFAULT
+IDD_EMAILS DIALOGEX 0, 0, 306, 149
+STYLE DS_CENTER | DS_SHELLFONT | WS_CAPTION | WS_POPUP | WS_THICKFRAME | WS_SYSMENU
+CAPTION "Unread emails"
+FONT 8, "MS Shell Dlg", 400, 0, 1
+{
+ DEFPUSHBUTTON "Close", IDC_CLOSE, 249, 128, 50, 14
+ CONTROL "", IDC_EMAILS_LIST, WC_LISTVIEW, WS_TABSTOP | WS_BORDER | LVS_ALIGNLEFT | LVS_REPORT, 7, 7, 292, 115
+ PUSHBUTTON "Mark as read", IDC_MARK_READ, 7, 128, 50, 14
+}
+
+
+
+LANGUAGE LANG_NEUTRAL, SUBLANG_SYS_DEFAULT
+IDD_OPT_EXCHANGE DIALOGEX 0, 0, 187, 155
+STYLE DS_CONTROL | DS_MODALFRAME | DS_SHELLFONT | WS_CAPTION | WS_POPUP | WS_SYSMENU
+CAPTION "Dialog"
+FONT 8, "MS Shell Dlg", 400, 0, 1
+{
+ GROUPBOX "Connection", IDC_STATIC, 4, 4, 179, 65
+ LTEXT "Username :", IDC_STATIC, 7, 21, 58, 8, SS_LEFT
+ EDITTEXT IDC_USER_EDIT, 65, 16, 113, 14, ES_AUTOHSCROLL
+ LTEXT "Password :", IDC_STATIC, 7, 36, 58, 8, SS_LEFT
+ EDITTEXT IDC_PASSWORD_EDIT, 65, 32, 113, 14, ES_AUTOHSCROLL | ES_PASSWORD
+ LTEXT "Server :", IDC_STATIC, 7, 54, 27, 8, SS_LEFT
+ EDITTEXT IDC_SERVER_EDIT, 65, 51, 83, 14, ES_AUTOHSCROLL
+ EDITTEXT IDC_PORT_EDIT, 150, 51, 28, 14, ES_AUTOHSCROLL
+ GROUPBOX "Preferences", IDC_STATIC, 4, 69, 179, 81
+ AUTOCHECKBOX "Check every", IDC_CHECK_EMAILS, 9, 80, 64, 9
+ EDITTEXT IDC_INTERVAL_EDIT, 108, 76, 27, 14, ES_AUTOHSCROLL
+ LTEXT "seconds.", IDC_STATIC, 143, 80, 35, 8, SS_LEFT
+ AUTOCHECKBOX "Force reconnect every", IDC_RECONNECT, 9, 95, 88, 9
+ EDITTEXT IDC_RECONNECT_INTERVAL, 108, 93, 27, 14, ES_AUTOHSCROLL
+ LTEXT "minutes.", IDC_STATIC, 143, 96, 34, 8, SS_LEFT
+ AUTOCHECKBOX "Check server before trying to connect", IDC_USE_PORTCHECK, 9, 110, 169, 10
+ LTEXT "Try to connect", IDC_STATIC, 9, 124, 52, 8, SS_LEFT
+ EDITTEXT IDC_MAX_RETRIES, 62, 121, 20, 14, ES_AUTOHSCROLL
+ LTEXT "times before giving up.", IDC_STATIC, 86, 124, 92, 8, SS_LEFT
+ AUTOCHECKBOX "Show email notifications using popup module", IDC_USE_POPUPS, 9, 137, 169, 10
+}
+
+
+
+//
+// Icon resources
+//
+LANGUAGE LANG_NEUTRAL, SUBLANG_SYS_DEFAULT
+IDI_MAIL ICON "res\\mail.ico"
+
+
+LANGUAGE LANG_NEUTRAL, SUBLANG_SYS_DEFAULT
+IDI_UNREAD ICON "res\\unread.ico"
diff --git a/plugins/Exchange/res/mail.ico b/plugins/Exchange/res/mail.ico
new file mode 100644
index 0000000000..3fd311bf13
--- /dev/null
+++ b/plugins/Exchange/res/mail.ico
Binary files differ
diff --git a/plugins/Exchange/res/unread.ico b/plugins/Exchange/res/unread.ico
new file mode 100644
index 0000000000..18e06ddedc
--- /dev/null
+++ b/plugins/Exchange/res/unread.ico
Binary files differ
diff --git a/plugins/Exchange/res/version.rc b/plugins/Exchange/res/version.rc
new file mode 100644
index 0000000000..5b6f331f5a
--- /dev/null
+++ b/plugins/Exchange/res/version.rc
@@ -0,0 +1,101 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "src\resource.h"
+#include "src\version.h"
+#include "windows.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+//#include "afxres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
+#endif //_WIN32
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource1.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""afxres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION __PLUGINVERSION_STRING
+ PRODUCTVERSION __PLUGINVERSION_STRING
+ FILEFLAGSMASK 0x17L
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "Author", __AUTHOR
+ VALUE "FileDescription", __DESC
+ VALUE "FileVersion", __VERSION_STRING
+ VALUE "InternalName", __PLUGIN_DISPLAY_NAME
+ VALUE "LegalCopyright", __COPYRIGHT
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+