diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-02-22 21:14:05 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-02-22 21:14:05 +0000 |
commit | 4ffd0909f7990643a0253849d46a750bd9f3233b (patch) | |
tree | a0a004674fcd9ad0600f7c1ae5728bea499f9db0 /protocols/Tox/res/resource.rc | |
parent | 0e8ffa6f388f28411decbcc6fe6c834029830714 (diff) |
Tox: some code for group chats
git-svn-id: http://svn.miranda-ng.org/main/trunk@12241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/res/resource.rc')
-rw-r--r-- | protocols/Tox/res/resource.rc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc index 71684ef390..5a10f365e0 100644 --- a/protocols/Tox/res/resource.rc +++ b/protocols/Tox/res/resource.rc @@ -192,6 +192,17 @@ BEGIN COMBOBOX IDC_COMBO_VIDEOINPUT,12,78,138,30,CBS_DROPDOWN | CBS_SORT | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
END
+IDD_CHATROOM_INVITE DIALOGEX 0, 0, 190, 179
+STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU
+EXSTYLE WS_EX_TOPMOST
+CAPTION "Invite contacts to chat room"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+ PUSHBUTTON "&Invite",IDOK,87,158,46,14
+ PUSHBUTTON "&Cancel",IDCANCEL,138,158,45,14
+ CONTROL "",IDC_CCLIST,"CListControl",WS_TABSTOP | 0x16f,7,7,176,145,WS_EX_CLIENTEDGE
+END
+
/////////////////////////////////////////////////////////////////////////////
//
@@ -277,6 +288,16 @@ BEGIN TOPMARGIN, 7
BOTTOMMARGIN, 228
END
+
+ IDD_CHATROOM_INVITE, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 183
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 172
+ HORZGUIDE, 152
+ HORZGUIDE, 158
+ END
END
#endif // APSTUDIO_INVOKED
|