diff options
Diffstat (limited to 'plugins/ModernOpt/res')
-rw-r--r-- | plugins/ModernOpt/res/Version.rc | 38 | ||||
-rw-r--r-- | plugins/ModernOpt/res/big_advanced.ico | bin | 4286 -> 0 bytes | |||
-rw-r--r-- | plugins/ModernOpt/res/big_buddylist.ico | bin | 4286 -> 0 bytes | |||
-rw-r--r-- | plugins/ModernOpt/res/big_ignore.ico | bin | 4286 -> 0 bytes | |||
-rw-r--r-- | plugins/ModernOpt/res/big_message.ico | bin | 4286 -> 0 bytes | |||
-rw-r--r-- | plugins/ModernOpt/res/big_modules.ico | bin | 4286 -> 0 bytes | |||
-rw-r--r-- | plugins/ModernOpt/res/big_network.ico | bin | 4286 -> 0 bytes | |||
-rw-r--r-- | plugins/ModernOpt/res/big_skins.ico | bin | 4286 -> 0 bytes | |||
-rw-r--r-- | plugins/ModernOpt/res/big_status.ico | bin | 4286 -> 0 bytes | |||
-rw-r--r-- | plugins/ModernOpt/res/resource.rc | 109 |
10 files changed, 0 insertions, 147 deletions
diff --git a/plugins/ModernOpt/res/Version.rc b/plugins/ModernOpt/res/Version.rc deleted file mode 100644 index 5bfbab4754..0000000000 --- a/plugins/ModernOpt/res/Version.rc +++ /dev/null @@ -1,38 +0,0 @@ -// 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"
-
-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
diff --git a/plugins/ModernOpt/res/big_advanced.ico b/plugins/ModernOpt/res/big_advanced.ico Binary files differdeleted file mode 100644 index ccfaa099a9..0000000000 --- a/plugins/ModernOpt/res/big_advanced.ico +++ /dev/null diff --git a/plugins/ModernOpt/res/big_buddylist.ico b/plugins/ModernOpt/res/big_buddylist.ico Binary files differdeleted file mode 100644 index a0552d4203..0000000000 --- a/plugins/ModernOpt/res/big_buddylist.ico +++ /dev/null diff --git a/plugins/ModernOpt/res/big_ignore.ico b/plugins/ModernOpt/res/big_ignore.ico Binary files differdeleted file mode 100644 index 5ad8699a18..0000000000 --- a/plugins/ModernOpt/res/big_ignore.ico +++ /dev/null diff --git a/plugins/ModernOpt/res/big_message.ico b/plugins/ModernOpt/res/big_message.ico Binary files differdeleted file mode 100644 index 07b743955f..0000000000 --- a/plugins/ModernOpt/res/big_message.ico +++ /dev/null diff --git a/plugins/ModernOpt/res/big_modules.ico b/plugins/ModernOpt/res/big_modules.ico Binary files differdeleted file mode 100644 index 8fdfc79730..0000000000 --- a/plugins/ModernOpt/res/big_modules.ico +++ /dev/null diff --git a/plugins/ModernOpt/res/big_network.ico b/plugins/ModernOpt/res/big_network.ico Binary files differdeleted file mode 100644 index a9ffaba584..0000000000 --- a/plugins/ModernOpt/res/big_network.ico +++ /dev/null diff --git a/plugins/ModernOpt/res/big_skins.ico b/plugins/ModernOpt/res/big_skins.ico Binary files differdeleted file mode 100644 index 74b3f3da85..0000000000 --- a/plugins/ModernOpt/res/big_skins.ico +++ /dev/null diff --git a/plugins/ModernOpt/res/big_status.ico b/plugins/ModernOpt/res/big_status.ico Binary files differdeleted file mode 100644 index 6cd33ec2cb..0000000000 --- a/plugins/ModernOpt/res/big_status.ico +++ /dev/null diff --git a/plugins/ModernOpt/res/resource.rc b/plugins/ModernOpt/res/resource.rc deleted file mode 100644 index bfcda6acae..0000000000 --- a/plugins/ModernOpt/res/resource.rc +++ /dev/null @@ -1,109 +0,0 @@ -// Microsoft Visual C++ generated resource script.
-//
-#include "..\src\resource.h"
-
-#define APSTUDIO_READONLY_SYMBOLS
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 2 resource.
-//
-#include <winres.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
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Dialog
-//
-
-IDD_MODERNOPT_SKINS DIALOGEX 0, 0, 260, 210
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
-EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
-BEGIN
- LISTBOX IDC_SKINLIST,0,115,260,95,LBS_OWNERDRAWVARIABLE | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
- CONTROL "",IDC_PREVIEW1,"Static",SS_OWNERDRAW,0,0,260,110
-END
-
-IDD_MODERNOPT_HOME DIALOGEX 0, 0, 368, 210
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
-EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
-BEGIN
- CONTROL "Visit official Miranda NG website",IDC_BTN_HELP,
- "Hyperlink",WS_TABSTOP,15,195,338,9
- CONTROL "Custom1",IDC_BTN_ACCOUNTS,"MirandaDescButtonClass",0x0,15,0,160,41
- CONTROL "Custom1",IDC_BTN_PLUGINS,"MirandaDescButtonClass",0x0,193,135,160,41
- CONTROL "Custom1",IDC_BTN_IGNORE,"MirandaDescButtonClass",0x0,193,0,160,41
- CONTROL "`",IDC_BTN_SKINS,"MirandaDescButtonClass",0x0,15,45,160,41
- CONTROL "Custom1",IDC_BTN_STATUS,"MirandaDescButtonClass",0x0,193,45,160,41
- CONTROL "Custom1",IDC_BTN_CLIST,"MirandaDescButtonClass",0x0,15,90,160,41
- CONTROL "Custom1",IDC_BTN_ADVANCED,"MirandaDescButtonClass",0x0,193,90,160,41
- CONTROL "Custom1",IDC_BTN_MESSAGING,"MirandaDescButtonClass",0x0,15,135,160,41
-END
-
-IDD_MODERNOPT_EMPTY DIALOGEX 0, 0, 369, 210
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
-EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
-BEGIN
- LTEXT "Sample page",IDC_STATIC,8,7,121,14
-END
-
-IDD_MODERNOPT DIALOGEX 0, 0, 382, 286
-STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_CAPTION | WS_SYSMENU
-EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "Miranda NG Options"
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
-BEGIN
- CONTROL "Use arrow keys to choose category",IDC_ICOTABS,"MirandaIcoTabClass",WS_TABSTOP,0,0,382,42
- CONTROL "",IDC_TV_SUBSECTIONS,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_SHOWSELALWAYS | TVS_FULLROWSELECT | TVS_INFOTIP | WS_BORDER | WS_HSCROLL | WS_TABSTOP,7,50,103,210
- CTEXT "Miranda NG Options",IDC_TXT_DUMMY,115,50,260,210,SS_CENTERIMAGE | NOT WS_VISIBLE | WS_BORDER
- DEFPUSHBUTTON "OK",IDOK,215,265,50,14
- PUSHBUTTON "Cancel",IDCANCEL,271,265,50,14
- PUSHBUTTON "Apply",IDC_BTN_APPLY,325,265,50,14,WS_DISABLED
- CONTROL "Switch to classic options",IDC_BTN_CLASSICOPT,"Hyperlink",WS_TABSTOP,7,269,118,9
- PUSHBUTTON "Advanced",IDC_BTN_EXPERT,146,265,64,14,NOT WS_VISIBLE
-END
-
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Icon
-//
-
-// Icon with lowest ID value placed first to ensure application icon
-// remains consistent on all systems.
-IDI_BIG_ADVANCED ICON "big_advanced.ico"
-IDI_BIG_BUDDYLIST ICON "big_buddylist.ico"
-IDI_BIG_IGNORE ICON "big_ignore.ico"
-IDI_BIG_MESSAGE ICON "big_message.ico"
-IDI_BIG_MODULES ICON "big_modules.ico"
-IDI_BIG_NETWORK ICON "big_network.ico"
-IDI_BIG_SKINS ICON "big_skins.ico"
-IDI_BIG_STATUS ICON "big_status.ico"
-#endif // English (U.S.) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
-#ifndef APSTUDIO_INVOKED
-/////////////////////////////////////////////////////////////////////////////
-//
-// Generated from the TEXTINCLUDE 3 resource.
-//
-
-
-/////////////////////////////////////////////////////////////////////////////
-#endif // not APSTUDIO_INVOKED
-
|