[Spambayes-checkins] spambayes/Outlook2000/dialogs/resources
dialogs.h, 1.6, 1.7 dialogs.rc, 1.8, 1.9
Mark Hammond
mhammond at users.sourceforge.net
Tue Aug 19 07:23:24 EDT 2003
Update of /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources
In directory sc8-pr-cvs1:/tmp/cvs-serv28760
Modified Files:
dialogs.h dialogs.rc
Log Message:
First cut at some wizard dialogs.
Index: dialogs.h
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** dialogs.h 19 Aug 2003 01:33:51 -0000 1.6
--- dialogs.h 19 Aug 2003 13:23:22 -0000 1.7
***************
*** 1,4 ****
//{{NO_DEPENDENCIES}}
! // Microsoft Visual C++ generated include file.
// Used by dialogs.rc
//
--- 1,4 ----
//{{NO_DEPENDENCIES}}
! // Microsoft Developer Studio generated include file.
// Used by dialogs.rc
//
***************
*** 15,18 ****
--- 15,23 ----
#define IDD_DIAGNOSIC 113
#define IDD_WIZARD 114
+ #define IDD_WIZARD_WELCOME 115
+ #define IDD_WIZARD_FINISHED_UNTRAINED 116
+ #define IDD_WIZARD_FOLDERS_REST 117
+ #define IDD_WIZARD_FOLDERS_WATCH 118
+ #define IDD_WIZARD_FINISHED_UNCONFIGURED 119
#define IDC_PROGRESS 1000
#define IDC_PROGRESS_TEXT 1001
***************
*** 83,86 ****
--- 88,94 ----
#define IDC_FORWARD_BTN 1077
#define IDC_PAGE_PLACEHOLDER 1078
+ #define IDC_EDIT2 1080
+ #define IDC_EDIT3 1081
+ #define IDC_BUT_PREPARATION 1081
// Next default values for new objects
***************
*** 88,94 ****
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
! #define _APS_NEXT_RESOURCE_VALUE 115
#define _APS_NEXT_COMMAND_VALUE 40001
! #define _APS_NEXT_CONTROL_VALUE 1079
#define _APS_NEXT_SYMED_VALUE 101
#endif
--- 96,102 ----
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
! #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
Index: dialogs.rc
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.rc,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** dialogs.rc 19 Aug 2003 01:33:51 -0000 1.8
--- dialogs.rc 19 Aug 2003 13:23:22 -0000 1.9
***************
*** 154,157 ****
--- 154,245 ----
END
+ IDD_WIZARD_WELCOME DIALOGEX 0, 0, 284, 162
+ STYLE DS_SETFONT | DS_MODALFRAME | WS_CHILD | WS_CAPTION
+ EXSTYLE WS_EX_CONTEXTHELP
+ FONT 8, "Tahoma", 0, 0, 0x0
+ BEGIN
+ LTEXT "Welcome to the SpamBayes configuration wizard",
+ IDC_STATIC,20,4,191,14
+ PUSHBUTTON "About...",IDC_STATIC,213,109,60,15
+ LTEXT "This wizard will help you configure the SpamBayes Outlook addin. ",
+ IDC_STATIC,20,20,191,18
+ CONTROL "I haven't prepared for SpamBayes at all",
+ IDC_BUT_PREPARATION,"Button",BS_AUTORADIOBUTTON | BS_TOP |
+ WS_GROUP,20,42,190,11
+ CONTROL "I already have already sorted good messages (ham) and spam messages into folders that are suitable for training purposes.",
+ IDC_STATIC,"Button",BS_AUTORADIOBUTTON | BS_TOP |
+ BS_MULTILINE,20,59,190,25
+ CONTROL "I would prefer to configure SpamBayes manually",
+ IDC_STATIC,"Button",BS_AUTORADIOBUTTON | BS_TOP,20,88,
+ 187,14
+ LTEXT "If you would like more information about training and configuring SpamBayes, click the About button",
+ IDC_STATIC,20,107,153,26
+ LTEXT "If you cancel the wizard, you can access it again via the SpamBayes Manager, available from the SpamBayes toolbar",
+ IDC_STATIC,20,140,232,17
+ END
+
+ IDD_WIZARD_FINISHED_UNTRAINED DIALOGEX 0, 0, 284, 162
+ STYLE DS_SETFONT | DS_MODALFRAME | WS_CHILD | WS_CAPTION
+ EXSTYLE WS_EX_CONTEXTHELP
+ FONT 8, "Tahoma", 0, 0, 0x0
+ BEGIN
+ LTEXT "Congratulations",IDC_STATIC,20,4,247,14
+ LTEXT "SpamBayes is now configured and ready to start learning about your Spam",
+ IDC_STATIC,20,22,247,16
+ LTEXT "As SpamBayes has not been trained, all new mail will arrive in your Unsure folder. As each message arrives, you should use the 'Delete as Spam' or 'Recover from Spam' toolbar buttons as appropriate. SpamBayes will then slowly learn how to correctly classify your messages.",
+ IDC_STATIC,20,42,247,33
+ LTEXT "If you wish to speed up the process, you can move all the existing Spam from your Inbox to the new Spam folder, then select 'Training' from the SpamBayes manager.",
+ IDC_STATIC,20,85,247,31
+ END
+
+ IDD_WIZARD_FOLDERS_REST DIALOGEX 0, 0, 284, 162
+ STYLE DS_SETFONT | DS_MODALFRAME | WS_CHILD | WS_CAPTION
+ EXSTYLE WS_EX_CONTEXTHELP
+ FONT 8, "Tahoma", 0, 0, 0x0
+ BEGIN
+ PUSHBUTTON "Browse...",IDC_STATIC,208,86,60,15
+ LTEXT "Spam and Unsure Folders",IDC_STATIC,20,4,247,14
+ LTEXT "SpamBayes uses two folders to manage your Spam - a folder where 'certain' spam is stored, and another for unsure messages. The installation wizard will create these folders if they do not exist.",
+ IDC_STATIC,20,22,247,25
+ LTEXT "If you would prefer to select an existing filder, 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
+ PUSHBUTTON "Browse...",IDC_STATIC,208,119,60,15
+ END
+
+ IDD_WIZARD_FOLDERS_WATCH DIALOGEX 0, 0, 284, 162
+ STYLE DS_SETFONT | DS_MODALFRAME | WS_CHILD | WS_CAPTION
+ EXSTYLE WS_EX_CONTEXTHELP
+ 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
+ LTEXT "SpamBayes needs to know what folders are used to receive new messages. In most cases, this will be your Inbox, but you may also specify additional folders to be watched for spam",
+ IDC_STATIC,20,21,247,25
+ LTEXT "The following folders will be watched for new messages",
+ IDC_STATIC,20,90,247,13
+ 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
+
+ IDD_WIZARD_FINISHED_UNCONFIGURED DIALOGEX 0, 0, 284, 162
+ STYLE DS_SETFONT | DS_MODALFRAME | WS_CHILD | WS_CAPTION
+ EXSTYLE WS_EX_CONTEXTHELP
+ FONT 8, "Tahoma", 0, 0, 0x0
+ BEGIN
+ LTEXT "Configuration cancelled",IDC_STATIC,20,4,247,14
+ LTEXT "SpamBayes has not been configured, and will be disabled until you configure it manually",
+ IDC_STATIC,20,57,247,16
+ END
+
/////////////////////////////////////////////////////////////////////////////
***************
*** 205,208 ****
--- 293,329 ----
TOPMARGIN, 7
BOTTOMMARGIN, 196
+ END
+
+ IDD_WIZARD_WELCOME, DIALOG
+ BEGIN
+ VERTGUIDE, 20
+ BOTTOMMARGIN, 161
+ END
+
+ IDD_WIZARD_FINISHED_UNTRAINED, DIALOG
+ BEGIN
+ VERTGUIDE, 20
+ BOTTOMMARGIN, 161
+ END
+
+ IDD_WIZARD_FOLDERS_REST, DIALOG
+ BEGIN
+ VERTGUIDE, 20
+ VERTGUIDE, 268
+ BOTTOMMARGIN, 161
+ HORZGUIDE, 86
+ HORZGUIDE, 119
+ END
+
+ IDD_WIZARD_FOLDERS_WATCH, DIALOG
+ BEGIN
+ VERTGUIDE, 20
+ BOTTOMMARGIN, 161
+ END
+
+ IDD_WIZARD_FINISHED_UNCONFIGURED, DIALOG
+ BEGIN
+ VERTGUIDE, 20
+ BOTTOMMARGIN, 161
END
END
More information about the Spambayes-checkins
mailing list