From 75822327172aac61e3834ebdeb91f799c210345c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Jul 2012 22:24:29 +0000 Subject: fix for the problem with UserInfoEx git-svn-id: http://svn.miranda-ng.org/main/trunk@804 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stduserinfo/resource.rc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/core/stduserinfo/resource.rc') diff --git a/src/core/stduserinfo/resource.rc b/src/core/stduserinfo/resource.rc index 4b2a37b640..0c483813c5 100644 --- a/src/core/stduserinfo/resource.rc +++ b/src/core/stduserinfo/resource.rc @@ -187,6 +187,16 @@ BEGIN CONTROL "",IDC_WEBPAGE,"Hyperlink",WS_TABSTOP,57,109,160,8 END +IDD_OPT_CONTACT DIALOGEX 0, 0, 199, 147 +STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE +EXSTYLE WS_EX_CONTROLPARENT +FONT 8, "MS Shell Dlg", 0, 0, 0x1 +BEGIN + GROUPBOX "Contact Display Options",IDC_STATIC,13,7,176,133 + LTEXT "Instead of displaying contacts by their nickname, drag to choose another order:",IDC_STATIC,19,17,165,27 + CONTROL "Tree1",IDC_NAMEORDER,"SysTreeView32",TVS_NOTOOLTIPS | TVS_FULLROWSELECT | WS_BORDER | WS_HSCROLL | WS_TABSTOP,19,48,164,86 +END + #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// @@ -272,6 +282,14 @@ BEGIN TOPMARGIN, 5 BOTTOMMARGIN, 86 END + + IDD_OPT_CONTACT, DIALOG + BEGIN + LEFTMARGIN, 7 + RIGHTMARGIN, 192 + TOPMARGIN, 7 + BOTTOMMARGIN, 140 + END END #endif // APSTUDIO_INVOKED -- cgit v1.2.3