[Spambayes-checkins] spambayes/Outlook2000/dialogs/resources
dialogs.h, 1.8, 1.9 dialogs.rc, 1.10, 1.11
Mark Hammond
mhammond at users.sourceforge.net
Thu Aug 21 00:58:16 EDT 2003
Update of /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources
In directory sc8-pr-cvs1:/tmp/cvs-serv9502
Modified Files:
dialogs.h dialogs.rc
Log Message:
Couple of changes to Wizard dialogs, and "New folder" button on the
Folder dialog.
Index: dialogs.h
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** dialogs.h 20 Aug 2003 02:13:31 -0000 1.8
--- dialogs.h 21 Aug 2003 06:58:14 -0000 1.9
***************
*** 1,4 ****
//{{NO_DEPENDENCIES}}
! // Microsoft Developer Studio generated include file.
// Used by dialogs.rc
//
--- 1,4 ----
//{{NO_DEPENDENCIES}}
! // Microsoft Visual C++ generated include file.
// Used by dialogs.rc
//
***************
*** 65,68 ****
--- 65,70 ----
#define IDC_STATUS1 1043
#define IDC_STATUS2 1044
+ #define IDC_BUT_CLEARALL2 1045
+ #define IDC_BUT_NEW 1045
#define IDC_MARK_SPAM_AS_READ 1048
#define IDC_SAVE_SPAM_SCORE 1050
***************
*** 98,102 ****
#define _APS_NEXT_RESOURCE_VALUE 116
#define _APS_NEXT_COMMAND_VALUE 40001
! #define _APS_NEXT_CONTROL_VALUE 1082
#define _APS_NEXT_SYMED_VALUE 101
#endif
--- 100,104 ----
#define _APS_NEXT_RESOURCE_VALUE 116
#define _APS_NEXT_COMMAND_VALUE 40001
! #define _APS_NEXT_CONTROL_VALUE 1083
#define _APS_NEXT_SYMED_VALUE 101
#endif
Index: dialogs.rc
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.rc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** dialogs.rc 20 Aug 2003 02:13:31 -0000 1.10
--- dialogs.rc 21 Aug 2003 06:58:14 -0000 1.11
***************
*** 204,211 ****
LTEXT "If you would prefer to select an existing folder, click the Browse button",
IDC_STATIC,20,54,243,12
! EDITTEXT IDC_EDIT2,20,86,103,14,ES_AUTOHSCROLL
LTEXT "Unsure messages will be delivered to a folder named",
IDC_STATIC,20,107,186,12
! EDITTEXT IDC_EDIT3,20,119,103,14,ES_AUTOHSCROLL
LTEXT "Spam will be delivered to a folder named",IDC_STATIC,20,
72,137,12
--- 204,211 ----
LTEXT "If you would prefer to select an existing folder, click the Browse button",
IDC_STATIC,20,54,243,12
! EDITTEXT IDC_EDIT2,20,86,179,14,ES_AUTOHSCROLL
LTEXT "Unsure messages will be delivered to a folder named",
IDC_STATIC,20,107,186,12
! EDITTEXT IDC_EDIT3,20,119,177,14,ES_AUTOHSCROLL
LTEXT "Spam will be delivered to a folder named",IDC_STATIC,20,
72,137,12
***************
*** 218,222 ****
FONT 8, "Tahoma", 0, 0, 0x0
BEGIN
! PUSHBUTTON "Browse...",IDC_BROWSE_WATCH,202,104,50,14
LTEXT "Folders that receive new messages",IDC_STATIC,20,4,247,
14
--- 218,222 ----
FONT 8, "Tahoma", 0, 0, 0x0
BEGIN
! PUSHBUTTON "Browse...",IDC_BROWSE_WATCH,225,134,50,14
LTEXT "Folders that receive new messages",IDC_STATIC,20,4,247,
14
***************
*** 227,233 ****
LTEXT "If you use the Outlook rule wizard to move messages into folders, you may like to select these folders in addition to your inbox",
IDC_STATIC,20,51,241,20
! CONTROL "Folder names...\nLine 2",IDC_FOLDER_WATCH,"Static",
! SS_LEFTNOWORDWRAP | SS_CENTERIMAGE | SS_SUNKEN |
! WS_GROUP,20,105,177,12
END
--- 227,232 ----
LTEXT "If you use the Outlook rule wizard to move messages into folders, you may like to select these folders in addition to your inbox",
IDC_STATIC,20,51,241,20
! EDITTEXT IDC_FOLDER_WATCH,20,108,195,42,ES_MULTILINE |
! ES_AUTOHSCROLL | ES_READONLY
END
***************
*** 487,494 ****
END
! IDD_FOLDER_SELECTOR DIALOG 0, 0, 247, 215
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Dialog"
! FONT 8, "Tahoma"
BEGIN
LTEXT "&Folders:",IDC_STATIC,7,7,47,9
--- 486,493 ----
END
! IDD_FOLDER_SELECTOR DIALOGEX 0, 0, 247, 215
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Dialog"
! FONT 8, "Tahoma", 0, 0, 0x0
BEGIN
LTEXT "&Folders:",IDC_STATIC,7,7,47,9
***************
*** 504,507 ****
--- 503,507 ----
PUSHBUTTON "Cancel",IDCANCEL,190,39,50,14
PUSHBUTTON "C&lear All",IDC_BUT_CLEARALL,190,58,50,14
+ PUSHBUTTON "&New folder",IDC_BUT_NEW,190,77,50,14
END
More information about the Spambayes-checkins
mailing list