From 93d3575dff1db593b516821478510a4fecf0649e Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 26 Nov 2011 12:28:23 +0000 Subject: added ImportTrillian git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@211 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- ImportTrillian/resource.rc | 247 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 247 insertions(+) create mode 100644 ImportTrillian/resource.rc (limited to 'ImportTrillian/resource.rc') diff --git a/ImportTrillian/resource.rc b/ImportTrillian/resource.rc new file mode 100644 index 0000000..ce5e864 --- /dev/null +++ b/ImportTrillian/resource.rc @@ -0,0 +1,247 @@ +// Microsoft Visual C++ generated resource script. +// +#include "resource.h" + +#define APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 2 resource. +// +#include + +///////////////////////////////////////////////////////////////////////////// +#undef APSTUDIO_READONLY_SYMBOLS + +///////////////////////////////////////////////////////////////////////////// +// German (Switzerland) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DES) +#ifdef _WIN32 +LANGUAGE LANG_GERMAN, SUBLANG_GERMAN_SWISS +#pragma code_page(1252) +#endif //_WIN32 + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO +BEGIN + IDD_TRILLIAN, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 265 + TOPMARGIN, 7 + BOTTOMMARGIN, 83 + END + + IDD_STARTUP, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 239 + TOPMARGIN, 7 + BOTTOMMARGIN, 246 + END +END +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// Dialog +// + +IDD_TRILLIAN DIALOGEX 0, 0, 272, 90 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | + WS_CAPTION +CAPTION "Importing History" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + DEFPUSHBUTTON "OK",IDOK,215,7,50,14,BS_FLAT + PUSHBUTTON "Cancel",IDCANCEL,215,24,50,14,BS_FLAT + LTEXT "Import in progress...",IDC_INFO5,7,7,85,9 + LTEXT "Static",IDC_STATUS,7,22,206,22 + CONTROL "",IDC_FILEP,"msctls_progress32",WS_BORDER | 0x1,7,75, + 197,8 + LTEXT "File",IDC_INFO7,7,64,48,8 + CONTROL "",IDC_OVERP,"msctls_progress32",WS_BORDER | 0x1,7,55, + 197,8 + LTEXT "Overall (current protocol)",IDC_INFO6,7,47,118,8 +END + +IDD_STARTUP DIALOGEX 0, 0, 246, 254 +STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | + WS_CAPTION +CAPTION "Import settings" +FONT 8, "MS Shell Dlg", 400, 0, 0x1 +BEGIN + PUSHBUTTON "Cancel",IDCANCEL,64,65,50,14,BS_FLAT + EDITTEXT IDC_LOGDIR,7,17,232,12,ES_AUTOHSCROLL | NOT WS_BORDER, + WS_EX_STATICEDGE + LTEXT "Trillian logs directory",IDC_INFO1,7,7,67,8 + PUSHBUTTON "Browse",IDC_BROWSE,75,7,32,10,BS_FLAT + CONTROL "Import ICQ history",IDC_IMPICQ,"Button",BS_AUTOCHECKBOX | + BS_FLAT | WS_TABSTOP,12,94,81,8 + CONTROL "Import MSN history",IDC_IMPMSN,"Button",BS_AUTOCHECKBOX | + BS_FLAT | WS_TABSTOP,12,109,82,8 + CONTROL "Import AIM history",IDC_IMPAIM,"Button",BS_AUTOCHECKBOX | + BS_FLAT | WS_TABSTOP,12,124,82,8 + DEFPUSHBUTTON "Start",IDOK,7,65,50,14,BS_FLAT + CONTROL "Import messages",IDC_IMPMSG,"Button",BS_AUTOCHECKBOX | + BS_FLAT | WS_TABSTOP,108,143,123,8 + CONTROL "Import status reports (filetransfers, away msg, etc.)", + IDC_IMPSTAT,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | + BS_FLAT | WS_TABSTOP,108,178,128,16 + GROUPBOX "Protocols",IDC_INFO2,7,84,91,124 + GROUPBOX "Contacts",IDC_INFO3,103,84,136,46 + CONTROL "Import IRC history",IDC_IMPIRC,"Button",BS_AUTOCHECKBOX | + BS_FLAT | WS_TABSTOP,12,155,78,8 + CONTROL "Add new contacts if a contact from the history is not on the list", + IDC_IMPADD,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | + BS_FLAT | WS_TABSTOP,108,110,126,16 + CONTROL "Import history of existing contacts",IDC_IMPEX,"Button", + BS_AUTOCHECKBOX | BS_MULTILINE | BS_FLAT | WS_TABSTOP, + 108,94,125,14 + CONTROL "Import Yahoo! history",IDC_IMPYAHOO,"Button", + BS_AUTOCHECKBOX | BS_FLAT | WS_TABSTOP,12,139,84,8 + CONTROL "Import IRC channel history",IDC_IMPCHA,"Button", + BS_AUTOCHECKBOX | BS_MULTILINE | BS_FLAT | WS_TABSTOP,12, + 168,78,16 + GROUPBOX "Import",IDC_INFO4,103,133,136,75 + CONTROL "Skip duplicate messages",IDC_SKIPDUP,"Button", + BS_AUTOCHECKBOX | BS_FLAT | WS_TABSTOP,108,155,123,8 + CONTROL "Fast mode (backup your db!)",IDC_SPEEDMODE,"Button", + BS_AUTOCHECKBOX | BS_MULTILINE | BS_FLAT | WS_TABSTOP, + 108,195,128,8 + CONTROL "Replace duplicate messages",IDC_REPDUP,"Button", + BS_AUTOCHECKBOX | BS_FLAT | WS_TABSTOP,108,168,123,8 + EDITTEXT IDC_DELBEFDATE,93,32,146,12,ES_AUTOHSCROLL | NOT + WS_BORDER,WS_EX_STATICEDGE + CONTROL "Delete entries before",IDC_DELBEF,"Button", + BS_AUTOCHECKBOX | BS_FLAT | WS_TABSTOP,8,35,83,8 + LTEXT "(Must match this format exactly: MMM DD HH:mm:ss YYYY)", + IDC_DELBEFINFO,7,47,232,11 + GROUPBOX "UTF8",IDC_UTF8,7,211,232,35 + CONTROL "Interpret logs as UTF8 files",IDC_UTF8ALWAYS,"Button", + BS_AUTOCHECKBOX | BS_MULTILINE | BS_FLAT | WS_TABSTOP,13, + 222,128,8 + CONTROL "Try to auto-detect UTF8 strings (is slow, detects öäüßéàèç)", + IDC_UTF8AUTO,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | + BS_FLAT | WS_TABSTOP,13,234,209,8 +END + +#endif // German (Switzerland) resources +///////////////////////////////////////////////////////////////////////////// + + +///////////////////////////////////////////////////////////////////////////// +// English (U.K.) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK +#pragma code_page(1252) +#endif //_WIN32 + +#ifdef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// TEXTINCLUDE +// + +1 TEXTINCLUDE +BEGIN + "resource.h\0" +END + +2 TEXTINCLUDE +BEGIN + "#include \r\n" + "\0" +END + +3 TEXTINCLUDE +BEGIN + "\r\n" + "\0" +END + +#endif // APSTUDIO_INVOKED + +#endif // English (U.K.) resources +///////////////////////////////////////////////////////////////////////////// + + +///////////////////////////////////////////////////////////////////////////// +// English (Australia) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENA) +#ifdef _WIN32 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_AUS +#pragma code_page(1252) +#endif //_WIN32 + +///////////////////////////////////////////////////////////////////////////// +// +// Icon +// + +// Icon with lowest ID value placed first to ensure application icon +// remains consistent on all systems. +IDI_IMPORT ICON "import.ico" + +///////////////////////////////////////////////////////////////////////////// +// +// Version +// + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 0,2,0,0 + PRODUCTVERSION 0,0,0,0 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x40004L + FILETYPE 0x2L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "Comments", "Licensed under the terms of the GNU General Public License" + VALUE "CompanyName", " " + VALUE "FileDescription", "Miranda IM Message/Contact Import Plugin" + VALUE "FileVersion", "0.2.0" + VALUE "InternalName", "importTrillian" + VALUE "LegalCopyright", "Copyright © 2006 Daniel 'Zpin' Hofer" + VALUE "OriginalFilename", "importTrillian.dll" + VALUE "ProductVersion", "0, 0, 0, 0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END + +#endif // English (Australia) resources +///////////////////////////////////////////////////////////////////////////// + + + +#ifndef APSTUDIO_INVOKED +///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + -- cgit v1.2.3