summaryrefslogtreecommitdiff
path: root/protocols/Steam/res/Resource.rc
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/res/Resource.rc')
-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