summaryrefslogtreecommitdiff
path: root/protocols/Steam/res
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2014-06-21 19:31:51 +0000
committerAlexander Lantsev <aunsane@gmail.com>2014-06-21 19:31:51 +0000
commit85b429453559d86491ac428a1028cbe4d5b382c9 (patch)
tree546ba0845880cd4497b3a69e47ee86af9502cefa /protocols/Steam/res
parent7941d6d1a2ba1fac7abf817149360d73ed79c799 (diff)
Steam: second approach to block list support
git-svn-id: http://svn.miranda-ng.org/main/trunk@9547 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/res')
-rw-r--r--protocols/Steam/res/Resource.rc18
1 files changed, 18 insertions, 0 deletions
diff --git a/protocols/Steam/res/Resource.rc b/protocols/Steam/res/Resource.rc
index 512af64348..d604849222 100644
--- a/protocols/Steam/res/Resource.rc
+++ b/protocols/Steam/res/Resource.rc
@@ -128,6 +128,16 @@ BEGIN
CONTROL "Go to email domain",IDC_GETDOMAIN,"Hyperlink",WS_GROUP | WS_TABSTOP,7,36,179,8
END
+IDD_OPT_BLOCK_LIST 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
+ CONTROL "",IDC_LIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,7,291,194
+ COMBOBOX IDC_CONTACTS,7,206,217,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
+ PUSHBUTTON "Block",IDC_BLOCK,230,206,68,13,WS_DISABLED
+END
+
/////////////////////////////////////////////////////////////////////////////
//
@@ -174,6 +184,14 @@ BEGIN
TOPMARGIN, 7
BOTTOMMARGIN, 86
END
+
+ IDD_OPT_BLOCK_LIST, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ VERTGUIDE, 298
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 223
+ END
END
#endif // APSTUDIO_INVOKED