summaryrefslogtreecommitdiff
path: root/BanControl/res
diff options
context:
space:
mode:
Diffstat (limited to 'BanControl/res')
-rw-r--r--BanControl/res/BanControl.apsbin0 -> 22384 bytes
-rw-r--r--BanControl/res/BanControl.rc141
-rw-r--r--BanControl/res/ban.icobin0 -> 2550 bytes
-rw-r--r--BanControl/res/resource.h19
4 files changed, 160 insertions, 0 deletions
diff --git a/BanControl/res/BanControl.aps b/BanControl/res/BanControl.aps
new file mode 100644
index 0000000..59eef98
--- /dev/null
+++ b/BanControl/res/BanControl.aps
Binary files differ
diff --git a/BanControl/res/BanControl.rc b/BanControl/res/BanControl.rc
new file mode 100644
index 0000000..0c56743
--- /dev/null
+++ b/BanControl/res/BanControl.rc
@@ -0,0 +1,141 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "afxres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// 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
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Dialog
+//
+
+100 DIALOGEX 0, 0, 314, 240
+STYLE DS_SETFONT | DS_FIXEDSYS | DS_CENTER | WS_CHILD | WS_VISIBLE
+FONT 8, "MS Shell Dlg", 400, 0, 0x1
+BEGIN
+ CONTROL "",IDT_MAIN,"SysTabControl32",0x0,1,1,311,237
+END
+
+101 DIALOGEX 0, 0, 305, 220
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+FONT 8, "MS Shell Dlg", 400, 0, 0x1
+BEGIN
+END
+
+102 DIALOGEX 0, 0, 305, 220
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+FONT 8, "MS Shell Dlg", 400, 0, 0x1
+BEGIN
+ LTEXT "To enable or disable the plugin for an individual contact, click on the icon to the right of it. Clicking on the group's icon, enables/disables the plugin for all the contacts in that group.",
+ IDC_STATIC,40,188,227,27
+ CONTROL "",IDC_CLIST,"CListControl",WS_TABSTOP | 0x1c0,10,10,285,
+ 165,WS_EX_CLIENTEDGE
+ CONTROL "Show hidden",IDC_SHOWHIDDEN,"Button",BS_AUTOCHECKBOX |
+ WS_TABSTOP,20,177,195,10
+END
+
+
+#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
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 0,0,1,0
+ PRODUCTVERSION 0,0,1,0
+ FILEFLAGSMASK 0x17L
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "000004b0"
+ BEGIN
+ VALUE "FileDescription", "BanControl"
+ VALUE "FileVersion", "0, 0, 1, 0"
+ VALUE "InternalName", "BanControl"
+ VALUE "LegalCopyright", "Copyright (C) 2007"
+ VALUE "OriginalFilename", "BanControl.dll"
+ VALUE "ProductName", "BanControl"
+ VALUE "ProductVersion", "0, 0, 1, 0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_BAN ICON "ban.ico"
+#endif // English (U.K.) resources
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
diff --git a/BanControl/res/ban.ico b/BanControl/res/ban.ico
new file mode 100644
index 0000000..bb71cb9
--- /dev/null
+++ b/BanControl/res/ban.ico
Binary files differ
diff --git a/BanControl/res/resource.h b/BanControl/res/resource.h
new file mode 100644
index 0000000..c7d48ff
--- /dev/null
+++ b/BanControl/res/resource.h
@@ -0,0 +1,19 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by BanControl.rc
+//
+#define IDI_BAN 101
+#define IDT_MAIN 1000
+#define IDC_CLIST 3000
+#define IDC_SHOWHIDDEN 50071
+
+// Next default values for new objects
+//
+#ifdef APSTUDIO_INVOKED
+#ifndef APSTUDIO_READONLY_SYMBOLS
+#define _APS_NEXT_RESOURCE_VALUE 102
+#define _APS_NEXT_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1001
+#define _APS_NEXT_SYMED_VALUE 201
+#endif
+#endif