From f1b2e090d9a10b4fc6dc7326856cb5be81a1d4d8 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sun, 30 Mar 2014 11:03:57 +0000 Subject: Steam: init commit git-svn-id: http://svn.miranda-ng.org/main/trunk@8790 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/res/Resource.aps | Bin 0 -> 40908 bytes protocols/Steam/res/Resource.rc | 191 +++++++++++++++++++++++++++++++++++++++ protocols/Steam/res/steam.ico | Bin 0 -> 1150 bytes protocols/Steam/res/version.rc | 42 +++++++++ 4 files changed, 233 insertions(+) create mode 100644 protocols/Steam/res/Resource.aps create mode 100644 protocols/Steam/res/Resource.rc create mode 100644 protocols/Steam/res/steam.ico create mode 100644 protocols/Steam/res/version.rc (limited to 'protocols/Steam/res') diff --git a/protocols/Steam/res/Resource.aps b/protocols/Steam/res/Resource.aps new file mode 100644 index 0000000000..e37a9e8d2e Binary files /dev/null and b/protocols/Steam/res/Resource.aps differ diff --git a/protocols/Steam/res/Resource.rc b/protocols/Steam/res/Resource.rc new file mode 100644 index 0000000000..030e31eeba --- /dev/null +++ b/protocols/Steam/res/Resource.rc @@ -0,0 +1,191 @@ +// 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 + +///////////////////////////////////////////////////////////////////////////// +// Neutral (Default) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEUD) +LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT +#pragma code_page(1251) + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "..\\src\\resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include ""afxres.h""\r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + +#endif // Neutral (Default) resources +///////////////////////////////////////////////////////////////////////////// + + +///////////////////////////////////////////////////////////////////////////// +// Russian (Russia) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS) +LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT +#pragma code_page(1251) + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_STEAM ICON "steam.ico" +#endif // Russian (Russia) resources +///////////////////////////////////////////////////////////////////////////// + + +///////////////////////////////////////////////////////////////////////////// +// English resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) +LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL +#pragma code_page(1252) + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +IDD_ACCMGR DIALOGEX 0, 0, 199, 92 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_SYSMENU +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + LTEXT "Username:",IDC_STATIC,12,8,54,12 + EDITTEXT IDC_USERNAME,66,7,120,12,ES_AUTOHSCROLL + LTEXT "Password:",IDC_STATIC,12,24,54,12 + EDITTEXT IDC_PASSWORD,66,23,120,12,ES_PASSWORD | ES_AUTOHSCROLL +END + +IDD_OPT_MAIN DIALOGEX 0, 0, 305, 230 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + GROUPBOX "Account",-1,7,7,291,61 + LTEXT "Username:",-1,15,19,69,8 + EDITTEXT IDC_USERNAME,90,17,201,13,ES_AUTOHSCROLL + LTEXT "Password:",-1,15,35,69,8 + EDITTEXT IDC_PASSWORD,90,33,201,13,ES_PASSWORD | ES_AUTOHSCROLL + EDITTEXT IDC_GROUP,90,50,201,14,ES_AUTOHSCROLL + LTEXT "Default group:",-1,15,52,69,8 +END + +IDD_CAPTCHA DIALOGEX 0, 0, 274, 91 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Captcha" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + EDITTEXT IDC_TEXT,7,51,260,14,ES_AUTOHSCROLL + DEFPUSHBUTTON "OK",IDOK,164,70,50,14 + PUSHBUTTON "Cancel",IDCANCEL,217,70,50,14 +END + +IDD_GUARD DIALOGEX 0, 0, 274, 91 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU +CAPTION "Steam guard" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + EDITTEXT IDC_TEXT,7,51,260,14,ES_AUTOHSCROLL + DEFPUSHBUTTON "OK",IDOK,164,70,50,14 + PUSHBUTTON "Cancel",IDCANCEL,217,70,50,14 +END + + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO +BEGIN + IDD_ACCMGR, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 192 + VERTGUIDE, 12 + VERTGUIDE, 66 + VERTGUIDE, 186 + TOPMARGIN, 7 + BOTTOMMARGIN, 85 + END + + IDD_OPT_MAIN, DIALOG + BEGIN + LEFTMARGIN, 7 + VERTGUIDE, 15 + VERTGUIDE, 84 + VERTGUIDE, 90 + VERTGUIDE, 291 + VERTGUIDE, 298 + TOPMARGIN, 7 + BOTTOMMARGIN, 223 + END + + IDD_CAPTCHA, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 267 + TOPMARGIN, 7 + BOTTOMMARGIN, 84 + END + + IDD_GUARD, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 267 + TOPMARGIN, 7 + BOTTOMMARGIN, 84 + END +END +#endif // APSTUDIO_INVOKED + +#endif // English resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + diff --git a/protocols/Steam/res/steam.ico b/protocols/Steam/res/steam.ico new file mode 100644 index 0000000000..2f4f44206f Binary files /dev/null and b/protocols/Steam/res/steam.ico differ diff --git a/protocols/Steam/res/version.rc b/protocols/Steam/res/version.rc new file mode 100644 index 0000000000..d741488c4f --- /dev/null +++ b/protocols/Steam/res/version.rc @@ -0,0 +1,42 @@ +// Microsoft Visual C++ generated resource script. +// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#include "afxres.h" +#include "..\src\version.h" + +#ifdef _WIN32 +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL +#endif //_WIN32 + +VS_VERSION_INFO VERSIONINFO + FILEVERSION __FILEVERSION_STRING + PRODUCTVERSION __FILEVERSION_STRING + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x0L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "FileDescription", __DESCRIPTION + VALUE "InternalName", __PLUGIN_NAME + VALUE "LegalCopyright", __COPYRIGHT + VALUE "OriginalFilename", __FILENAME + VALUE "ProductName", __PLUGIN_NAME + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END -- cgit v1.2.3