diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-13 14:47:34 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-13 14:47:34 +0000 |
commit | c6d2c013851f3337ab59a4413f7c7447af27142a (patch) | |
tree | f34c1b601330f06f183fb96966471d48e1e56b5b /justtabs/resource.rc | |
parent | e95cabc57a0f82a6fb6316dbd2e3b3fdaccff6f3 (diff) |
added always on top option (also in window system menu)
added close tab miranda flat button
set window icon to message icon if any tab has a new message
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@44 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'justtabs/resource.rc')
-rw-r--r-- | justtabs/resource.rc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/justtabs/resource.rc b/justtabs/resource.rc index 109fd2c..629076c 100644 --- a/justtabs/resource.rc +++ b/justtabs/resource.rc @@ -32,6 +32,7 @@ FONT 8, "MS Sans Serif", 0, 0, 0x0 BEGIN
CONTROL "No titlebar",IDC_CHK_TITLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,83,49,91,10
CONTROL "Show contact icon on tabs",IDC_CHK_TABICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,83,66,113,10
+ CONTROL "Always on top",IDC_CHK_ONTOP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,83,90,113,10
END
IDD_CONTAINER DIALOGEX 0, 0, 360, 249
@@ -41,6 +42,7 @@ CAPTION "Message Session" FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "",IDC_TABS,"SysTabControl32",TCS_MULTILINE | TCS_FOCUSNEVER,0,0,360,249
+ CONTROL "",IDC_CHAT_CLOSE,"MButtonClass",WS_TABSTOP,339,2,14,12,0x18000000L
END
@@ -100,6 +102,15 @@ END #endif // APSTUDIO_INVOKED
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon with lowest ID value placed first to ensure application icon
+// remains consistent on all systems.
+IDI_CLOSE ICON "close.ico"
#endif // English (Australia) resources
/////////////////////////////////////////////////////////////////////////////
|