summaryrefslogtreecommitdiff
path: root/src/resource.rc
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-11-02 06:37:31 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-11-02 06:37:31 +0000
commiteaae1f3a6e2d8a27d03b2a6090e89f060333e283 (patch)
tree1bf5ce1e2b0a8ae257c4ca4546876e6a35be6eab /src/resource.rc
parent68e8fea331912d7b9d7a4525fe439ea76d0b7ab2 (diff)
goodbye extraicons.rc
git-svn-id: http://svn.miranda-ng.org/main/trunk@2145 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/resource.rc')
-rw-r--r--src/resource.rc36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/resource.rc b/src/resource.rc
index 4ce272a3fc..5bb238ca7b 100644
--- a/src/resource.rc
+++ b/src/resource.rc
@@ -721,6 +721,22 @@ BEGIN
PUSHBUTTON "Cancel",IDCANCEL,168,78,45,14,WS_GROUP
END
+IDD_EI_OPTIONS DIALOGEX 0, 0, 276, 229
+STYLE DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg"
+BEGIN
+ LTEXT "Select the extra icons to be shown in the contact list:",
+ IDC_STATIC,1,9,274,13
+ CONTROL "",IDC_EXTRAORDER,"SysTreeView32",TVS_NOTOOLTIPS |
+ TVS_CHECKBOXES | TVS_FULLROWSELECT | WS_BORDER |
+ WS_TABSTOP,1,24,274,160
+ LTEXT "* only the first %d icons will be shown",
+ IDC_MAX_ICONS_L,1,190,274,13,NOT WS_VISIBLE
+ LTEXT "You can group/ungroup icons by selecting then (CTRL+left click) and using the popup menu (right click)",
+ IDC_STATIC,1,208,274,20
+END
+
/////////////////////////////////////////////////////////////////////////////
//
@@ -999,6 +1015,14 @@ BEGIN
BEGIN
HORZGUIDE, 18
END
+
+ IDD_EI_OPTIONS, DIALOG
+ BEGIN
+ LEFTMARGIN, 1
+ RIGHTMARGIN, 275
+ TOPMARGIN, 1
+ BOTTOMMARGIN, 228
+ END
END
#endif // APSTUDIO_INVOKED
@@ -1183,6 +1207,18 @@ BEGIN
END
END
+IDR_OPT_POPUP MENU
+BEGIN
+ POPUP "Group"
+ BEGIN
+ MENUITEM "Group", ID_GROUP
+ END
+ POPUP "Ungroup"
+ BEGIN
+ MENUITEM "Ungroup", ID_UNGROUP
+ END
+END
+
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap