summaryrefslogtreecommitdiff
path: root/plugins/ConnectionNotify/res
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ConnectionNotify/res')
-rw-r--r--plugins/ConnectionNotify/res/ConnectionNotify.rc96
-rw-r--r--plugins/ConnectionNotify/res/add.icobin4286 -> 0 bytes
-rw-r--r--plugins/ConnectionNotify/res/arrowdown.icobin4286 -> 0 bytes
-rw-r--r--plugins/ConnectionNotify/res/arrowup.icobin4286 -> 0 bytes
-rw-r--r--plugins/ConnectionNotify/res/delete_item.icobin4286 -> 0 bytes
-rw-r--r--plugins/ConnectionNotify/res/icon1.icobin23246 -> 0 bytes
-rw-r--r--plugins/ConnectionNotify/res/icon2.icobin23246 -> 0 bytes
-rw-r--r--plugins/ConnectionNotify/res/version.rc9
8 files changed, 0 insertions, 105 deletions
diff --git a/plugins/ConnectionNotify/res/ConnectionNotify.rc b/plugins/ConnectionNotify/res/ConnectionNotify.rc
deleted file mode 100644
index b8a16d2ca0..0000000000
--- a/plugins/ConnectionNotify/res/ConnectionNotify.rc
+++ /dev/null
@@ -1,96 +0,0 @@
-// Generated by ResEdit 1.5.11
-// Copyright (C) 2006-2012
-// http://www.resedit.net
-
-#include <windows.h>
-#include <commctrl.h>
-#include <richedit.h>
-#include "..\src\resource.h"
-#include "..\src\version.h"
-
-//
-// Dialog resources
-//
-
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-IDD_OPT_DIALOG DIALOGEX 0, 0, 314, 239
-STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
-EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg", 0, 0, 0x1
-{
-
- AUTOCHECKBOX "Set popup colors", IDC_SETCOLOURS, 20, 174, 132, 10, WS_GROUP | BS_PUSHLIKE
- CONTROL "Custom1", IDC_BGCOLOR, "ColourPicker", 0x50030000, 18, 185, 10, 10
- CONTROL "Custom1", IDC_FGCOLOR, "ColourPicker", 0x50030000, 78, 185, 10, 9
- GROUPBOX "Popup options", IDC_STATIC, 10, 164, 187, 52, WS_GROUP
- LTEXT "Background", IDC_STATIC, 34, 186, 43, 8, SS_LEFT
- LTEXT "Text", IDC_STATIC, 94, 186, 41, 8, SS_LEFT
- EDITTEXT IDC_INTERVAL1, 60, 195, 21, 12, WS_GROUP | ES_AUTOHSCROLL
- RTEXT "Close after:", IDC_STATIC, 12, 197, 47, 9, SS_RIGHT
- LTEXT "sec (0 default, -1 disabled)", IDC_STATIC, 84, 197, 111, 8, SS_LEFT
- CONTROL "", IDC_LIST_EXCEPTIONS, WC_LISTVIEW, WS_TABSTOP | WS_BORDER | LVS_ALIGNLEFT | LVS_REPORT, 5, 14, 292, 104
- CTEXT "", IDC_VERSION, 39, 222, 52, 9, SS_CENTER, WS_EX_STATICEDGE
- CONTROL "", IDC_STATUS, WC_LISTVIEW, WS_TABSTOP | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | LVS_NOLABELWRAP | LVS_NOSORTHEADER | LVS_REPORT, 209, 131, 96, 99, WS_EX_CLIENTEDGE
- GROUPBOX "Settings", IDC_STATIC, 5, 118, 196, 101
- AUTOCHECKBOX "try resolve addresses", IDC_RESOLVEIP, 12, 143, 185, 8
- EDITTEXT IDC_INTERVAL, 10, 154, 21, 12, ES_AUTOHSCROLL
- RTEXT "Version:", IDC_STATIC, 5, 223, 34, 8, SS_RIGHT
- AUTOCHECKBOX "Show notification if no filter defined", ID_CHK_DEFAULTACTION, 12, 131, 187, 8
- LTEXT "Attempt interval (ms)", IDC_STATIC, 35, 155, 163, 8, SS_LEFT
- PUSHBUTTON "Delete", ID_DELETE, 297, 68, 16, 16, BS_ICON, WS_EX_CLIENTEDGE
- LTEXT "'Online' means:", IDC_STATIC, 211, 122, 92, 8, SS_LEFT
- LTEXT "Filters", IDC_STATIC, 6, 5, 289, 8, SS_LEFT
- PUSHBUTTON "Move down", ID_DOWN, 297, 52, 16, 16, BS_ICON, WS_EX_CLIENTEDGE
- PUSHBUTTON "Move up", ID_UP, 297, 37, 16, 16, BS_ICON, WS_EX_CLIENTEDGE
- PUSHBUTTON "Add", ID_ADD, 297, 22, 16, 16, BS_ICON, WS_EX_CLIENTEDGE
-}
-
-
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-IDD_FILTER_DIALOG DIALOG 0, 0, 266, 108
-STYLE DS_3DLOOK | DS_CENTER | DS_MODALFRAME | DS_SETFOREGROUND | DS_SHELLFONT | WS_CAPTION | WS_VISIBLE | WS_POPUP | WS_SYSMENU
-CAPTION "Rule editor"
-FONT 8, "Ms Shell Dlg"
-{
- LTEXT "Application name", -1, 4, 6, 65, 8, SS_LEFT
- EDITTEXT ID_TEXT_NAME, 72, 4, 140, 13, ES_AUTOHSCROLL
- LTEXT "Local IP:Port", -1, 4, 24, 65, 8, SS_LEFT
- LTEXT ":", -1, 213, 24, 8, 8, SS_LEFT
- LTEXT ":", -1, 214, 43, 8, 8, SS_LEFT
- EDITTEXT ID_TXT_LOCAL_IP, 72, 22, 140, 13, ES_AUTOHSCROLL
- EDITTEXT ID_TXT_LOCAL_PORT, 217, 22, 45, 13, ES_AUTOHSCROLL
- EDITTEXT ID_TXT_REMOTE_IP, 72, 40, 140, 13, ES_AUTOHSCROLL
- EDITTEXT ID_TXT_REMOTE_PORT, 217, 40, 45, 13, ES_AUTOHSCROLL
- COMBOBOX ID_CBO_ACTION, 72, 57, 140, 48, WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST
- LTEXT "Action:", -1, 4, 59, 23, 8, SS_LEFT
- DEFPUSHBUTTON "OK", ID_OK, 153, 87, 52, 16
- PUSHBUTTON "Cancel", ID_CANCEL, 209, 87, 52, 16
- LTEXT "* and ? wildcard characters also available (for port enter number or *)", -1, 4, 76, 253, 8, SS_LEFT
- LTEXT "Remote IP:Port", -1, 4, 42, 65, 8, SS_LEFT
-}
-
-//
-// Icon resources
-//
-LANGUAGE LANG_NEUTRAL, SUBLANG_SYS_DEFAULT
-IDI_ICON1 ICON "icon1.ico"
-
-
-LANGUAGE LANG_NEUTRAL, SUBLANG_SYS_DEFAULT
-IDI_ICON2 ICON "icon2.ico"
-
-
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-IDI_ICON3 ICON ".\\delete_item.ico"
-
-
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-IDI_ICON4 ICON ".\\arrowdown.ico"
-
-
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-IDI_ICON5 ICON ".\\arrowup.ico"
-
-
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-IDI_ICON6 ICON ".\\add.ico"
diff --git a/plugins/ConnectionNotify/res/add.ico b/plugins/ConnectionNotify/res/add.ico
deleted file mode 100644
index 38b2eaaa93..0000000000
--- a/plugins/ConnectionNotify/res/add.ico
+++ /dev/null
Binary files differ
diff --git a/plugins/ConnectionNotify/res/arrowdown.ico b/plugins/ConnectionNotify/res/arrowdown.ico
deleted file mode 100644
index 6d78998710..0000000000
--- a/plugins/ConnectionNotify/res/arrowdown.ico
+++ /dev/null
Binary files differ
diff --git a/plugins/ConnectionNotify/res/arrowup.ico b/plugins/ConnectionNotify/res/arrowup.ico
deleted file mode 100644
index 42200e793d..0000000000
--- a/plugins/ConnectionNotify/res/arrowup.ico
+++ /dev/null
Binary files differ
diff --git a/plugins/ConnectionNotify/res/delete_item.ico b/plugins/ConnectionNotify/res/delete_item.ico
deleted file mode 100644
index 235b015610..0000000000
--- a/plugins/ConnectionNotify/res/delete_item.ico
+++ /dev/null
Binary files differ
diff --git a/plugins/ConnectionNotify/res/icon1.ico b/plugins/ConnectionNotify/res/icon1.ico
deleted file mode 100644
index a67cf791ee..0000000000
--- a/plugins/ConnectionNotify/res/icon1.ico
+++ /dev/null
Binary files differ
diff --git a/plugins/ConnectionNotify/res/icon2.ico b/plugins/ConnectionNotify/res/icon2.ico
deleted file mode 100644
index 7166008d03..0000000000
--- a/plugins/ConnectionNotify/res/icon2.ico
+++ /dev/null
Binary files differ
diff --git a/plugins/ConnectionNotify/res/version.rc b/plugins/ConnectionNotify/res/version.rc
deleted file mode 100644
index 5a5ddd63ed..0000000000
--- a/plugins/ConnectionNotify/res/version.rc
+++ /dev/null
@@ -1,9 +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 "..\src\version.h"
-
-#include "..\..\build\Version.rc"