diff options
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
/////////////////////////////////////////////////////////////////////////////
|