diff options
Diffstat (limited to 'metacontacts/MetaContacts.rc')
-rw-r--r-- | metacontacts/MetaContacts.rc | 64 |
1 files changed, 51 insertions, 13 deletions
diff --git a/metacontacts/MetaContacts.rc b/metacontacts/MetaContacts.rc index dfc971a..35080c8 100644 --- a/metacontacts/MetaContacts.rc +++ b/metacontacts/MetaContacts.rc @@ -7,7 +7,7 @@ //
// Generated from the TEXTINCLUDE 2 resource.
//
-#include <windows.h>
+#include "afxres.h"
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -195,6 +195,22 @@ BEGIN TOPMARGIN, 7
BOTTOMMARGIN, 83
END
+
+ IDD_PRIORITIES, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 259
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 150
+ END
+
+ IDD_HISTORY, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 280
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 102
+ END
END
#endif // APSTUDIO_INVOKED
@@ -204,7 +220,7 @@ END // Dialog
//
-IDD_OPTIONS DIALOGEX 0, 0, 298, 245
+IDD_OPTIONS DIALOGEX 0, 0, 298, 178
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
@@ -212,7 +228,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,9,290,10
CONTROL "Always send to default contact if not offline",IDC_CHK_ALWAYSUSEDEFAULT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,31,290,10
- GROUPBOX "Options",IDC_STATIC,0,0,297,242
+ GROUPBOX "Options",IDC_STATIC,0,0,297,178
CONTROL "Suppress status notification for subcontacts",IDC_CHK_SUPPRESSSTATUS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,42,290,10
GROUPBOX "Context Menu",IDC_STATIC,4,79,289,58
@@ -228,17 +244,8 @@ BEGIN CONTROL "Display subcontact display name",IDC_RAD_NAME,"Button",BS_AUTORADIOBUTTON | WS_GROUP,9,160,144,10
CONTROL "Hide in status bar and status menu (*requires restart, uncheck to set proto icons)",IDC_CHK_SUPPRESSPROTO,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,53,290,10
- GROUPBOX "History (** beware - change at your own risk **)",IDC_STATIC,4,173,289,64,WS_GROUP
- CONTROL "Copy subcontact history to MetaContact when creating or adding",IDC_CHK_COPYHISTORY,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,188,282,10
- RTEXT "Number of days to copy (0=all):",IDC_STATIC,9,201,141,8
- EDITTEXT IDC_ED_DAYS,173,200,31,12,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER
CONTROL "Use subcontact message windows",IDC_CHK_SUBWINDOW,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,64,165,10
- CONTROL "Keep MetaContact history synchronized with subcontacts",IDC_CHK_METAHISTORY,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,212,282,10
- CONTROL "Keep subcontact history synchronized with MetaContact",IDC_CHK_SUBHISTORY,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,224,282,10
CONTROL "Copy subcontact data",IDC_CHK_COPYDATA,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,173,64,118,10
CONTROL "Lock name to first contact",IDC_CHK_LOCKHANDLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,173,155,115,10
CONTROL "but only for the current conversation",IDC_CHK_TEMPDEFAULT,
@@ -263,6 +270,38 @@ BEGIN CTEXT "Please wait while the contact's history is removed.",IDC_STATIC,9,27,167,8
END
+IDD_PRIORITIES DIALOGEX 0, 0, 266, 157
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_SYSMENU
+FONT 8, "MS Shell Dlg", 400, 0, 0x1
+BEGIN
+ GROUPBOX "Subcontact Priorities",IDC_STATIC,7,7,252,143
+ EDITTEXT IDC_ED_PRIORITY,157,78,40,14,ES_AUTOHSCROLL | ES_NUMBER
+ CONTROL "",IDC_SP_PRIORITY,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS,195,78,11,14
+ RTEXT "Rank:",IDC_STATIC,42,81,49,8
+ RTEXT "Status:",IDC_STATIC,30,57,61,8
+ COMBOBOX IDC_CMB_STATUS,98,53,112,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
+ RTEXT "Protocol:",IDC_STATIC,30,31,61,8
+ COMBOBOX IDC_CMB_PROTOCOL,98,28,112,30,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
+ PUSHBUTTON "Reset All",IDC_BTN_RESET,87,119,91,14
+ CONTROL "Default",IDC_CHK_DEFAULT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,97,81,58,10
+ CTEXT "(Lower ranks are preferred)",IDC_STATIC,51,99,162,8
+END
+
+IDD_HISTORY DIALOGEX 0, 0, 287, 109
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_SYSMENU
+FONT 8, "MS Shell Dlg", 400, 0, 0x1
+BEGIN
+ CONTROL "Copy subcontact history to MetaContact when creating or adding",IDC_CHK_COPYHISTORY,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,23,258,10
+ RTEXT "Number of days to copy (0=all):",IDC_STATIC,13,37,125,8
+ EDITTEXT IDC_ED_DAYS,158,35,31,12,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER
+ CONTROL "Keep MetaContact history synchronized with subcontacts",IDC_CHK_METAHISTORY,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,60,258,10
+ CONTROL "Keep subcontact history synchronized with MetaContact",IDC_CHK_SUBHISTORY,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,78,258,10
+ GROUPBOX "History (** beware - change at your own risk **)",IDC_STATIC,7,7,273,95,WS_GROUP
+END
+
/////////////////////////////////////////////////////////////////////////////
//
@@ -291,4 +330,3 @@ IDI_MCSETDEFAULT ICON "meta_set_as_default.ico" /////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
|