diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-07 07:34:36 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-04-07 07:34:36 +0000 |
commit | e9bfd222064176e6084b57be778fe5ffee169703 (patch) | |
tree | 71fc8f7751e466923de367b2fb80e929a8763e69 /plugins/YahooGroups/res/YahooGroups.rc | |
parent | 6640a8f419a9ef61ad7af41a419615c2d07b872e (diff) |
- YahooGroups added to MSVC 2010 solutions, added precompiled header, overal project adjustment
git-svn-id: http://svn.miranda-ng.org/main/trunk@4355 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YahooGroups/res/YahooGroups.rc')
-rw-r--r-- | plugins/YahooGroups/res/YahooGroups.rc | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/plugins/YahooGroups/res/YahooGroups.rc b/plugins/YahooGroups/res/YahooGroups.rc new file mode 100644 index 0000000000..850df9e92d --- /dev/null +++ b/plugins/YahooGroups/res/YahooGroups.rc @@ -0,0 +1,98 @@ +// Microsoft Visual C++ generated resource script.
+//
+#include "..\src\resource.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
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""afxres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Dialog
+//
+
+IDD_OPTIONS DIALOGEX 0, 0, 231, 46
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Dialog"
+FONT 8, "MS Shell Dlg", 400, 0, 0x1
+BEGIN
+ PUSHBUTTON "Move yahoo contacts to groups now",IDC_YAHOOGROUPS,4,5,223,14
+ CONTROL "Move Yahoo contacts automatically on startup",IDC_MOVEAUTOMATICALLY,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,25,223,10
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// DESIGNINFO
+//
+
+#ifdef APSTUDIO_INVOKED
+GUIDELINES DESIGNINFO
+BEGIN
+ IDD_OPTIONS, DIALOG
+ BEGIN
+ LEFTMARGIN, 4
+ RIGHTMARGIN, 227
+ TOPMARGIN, 5
+ BOTTOMMARGIN, 42
+ END
+END
+#endif // APSTUDIO_INVOKED
+
+#endif // English (U.S.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
|