diff options
author | George Hazan <ghazan@miranda.im> | 2017-04-01 14:04:49 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-04-01 14:04:49 +0300 |
commit | c04b64dd007293f45f6059c02073c45fc9211409 (patch) | |
tree | 9e479ca4428d83861a9cc477dd5961eacaf959ad /src/core/stdmsg/res | |
parent | 6293b72f7df8704c3b2494fb3c22494118cbcd6a (diff) |
StdMsg: tab options moved from chats to a tab in Messaging Options
Diffstat (limited to 'src/core/stdmsg/res')
-rw-r--r-- | src/core/stdmsg/res/resource.rc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index f40dbdc22e..8ef67f08ea 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -116,6 +116,18 @@ BEGIN LTEXT "minutes old",IDC_STMINSOLD,189,138,82,8,WS_DISABLED
END
+IDD_OPT_TABS DIALOGEX 0, 0, 283, 80
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
+BEGIN
+ CONTROL "Use a tabbed interface",IDC_USETABS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,11,263,13
+ CONTROL "Close tab on double click",IDC_CLOSETABS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,26,246,10
+ CONTROL "Restore previously open tabs when showing the window",IDC_RESTORETABS,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,39,250,10
+ CONTROL "Show tabs at the bottom",IDC_TABSBOTTOM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,52,233,10
+END
+
IDD_OPT_MSGTYPE DIALOGEX 0, 0, 283, 234
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
|