[Spambayes-checkins] spambayes/Outlook2000/dialogs/resources dialogs.h, 1.9, 1.10 dialogs.rc, 1.11, 1.12

Mark Hammond mhammond at users.sourceforge.net
Thu Aug 21 07:12:42 EDT 2003


Update of /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources
In directory sc8-pr-cvs1:/tmp/cvs-serv3404

Modified Files:
	dialogs.h dialogs.rc 
Log Message:
More wizard dialogs.


Index: dialogs.h
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** dialogs.h	21 Aug 2003 06:58:14 -0000	1.9
--- dialogs.h	21 Aug 2003 13:12:40 -0000	1.10
***************
*** 20,23 ****
--- 20,25 ----
  #define IDD_WIZARD_FOLDERS_WATCH        118
  #define IDD_WIZARD_FINISHED_UNCONFIGURED 119
+ #define IDD_WIZARD_FOLDERS_TRAIN        120
+ #define IDD_WIZARD_TRAIN                121
  #define IDC_PROGRESS                    1000
  #define IDC_PROGRESS_TEXT               1001
***************
*** 93,96 ****
--- 95,99 ----
  #define IDC_EDIT3                       1081
  #define IDC_BUT_PREPARATION             1081
+ #define IDC_FOLDER_HAM                  1083
  
  // Next default values for new objects
***************
*** 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
--- 103,107 ----
  #define _APS_NEXT_RESOURCE_VALUE        116
  #define _APS_NEXT_COMMAND_VALUE         40001
! #define _APS_NEXT_CONTROL_VALUE         1084
  #define _APS_NEXT_SYMED_VALUE           101
  #endif

Index: dialogs.rc
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.rc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** dialogs.rc	21 Aug 2003 06:58:14 -0000	1.11
--- dialogs.rc	21 Aug 2003 13:12:40 -0000	1.12
***************
*** 187,194 ****
      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
  
--- 187,196 ----
      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.",
!                     IDC_STATIC,20,42,247,27
!     LTEXT           "If you wish to speed up the training 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,83,247,31
!     LTEXT           "As you train, you will find the accuracy of SpamBayes increases",
!                     IDC_STATIC,20,69,247,15
  END
  
***************
*** 198,214 ****
  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 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
!     PUSHBUTTON      "Browse...",IDC_STATIC,208,119,60,15
  END
  
--- 200,216 ----
  FONT 8, "Tahoma", 0, 0, 0x0
  BEGIN
!     PUSHBUTTON      "Browse...",IDC_BROWSE_SPAM,208,83,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.",
!                     IDC_STATIC,20,20,247,22
!     LTEXT           "If you enter a folder name and it does not exist, it will be automatically created.  If you would prefer to select an existing folder, click the Browse button",
!                     IDC_STATIC,20,44,243,16
!     EDITTEXT        IDC_FOLDER_CERTAIN,20,83,179,14,ES_AUTOHSCROLL
      LTEXT           "Unsure messages will be delivered to a folder named",
!                     IDC_STATIC,20,104,186,12
!     EDITTEXT        IDC_FOLDER_UNSURE,20,116,177,14,ES_AUTOHSCROLL
      LTEXT           "Spam will be delivered to a folder named",IDC_STATIC,20,
!                     71,137,12
!     PUSHBUTTON      "Browse...",IDC_BROWSE_UNSURE,208,116,60,15
  END
  
***************
*** 241,244 ****
--- 243,280 ----
  END
  
+ IDD_WIZARD_FOLDERS_TRAIN 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_HAM,208,83,60,15
+     LTEXT           "Training",IDC_STATIC,20,4,247,10
+     LTEXT           "SpamBayes will perform initial training on a set of good messages, and a set of known Spam, or unwanted messages.",
+                     IDC_STATIC,20,20,247,19
+     LTEXT           "Please select the folders with the relevant messages",
+                     IDC_STATIC,20,44,243,16
+     EDITTEXT        IDC_FOLDER_HAM,20,83,179,14,ES_AUTOHSCROLL | ES_READONLY
+     LTEXT           "Examples of Spam, or unwanted messages can be found in",
+                     IDC_STATIC,20,104,198,12
+     EDITTEXT        IDC_FOLDER_CERTAIN,20,116,177,14,ES_AUTOHSCROLL | 
+                     ES_READONLY
+     LTEXT           "Examples of good messages can be found in",IDC_STATIC,
+                     20,71,153,12
+     PUSHBUTTON      "Browse...",IDC_BROWSE_SPAM,208,116,60,15
+ END
+ 
+ IDD_WIZARD_TRAIN 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           "Training",-1,20,4,247,14
+     LTEXT           "SpamBayes is training on your good and spam messages",
+                     -1,20,22,247,16
+     CONTROL         "",IDC_PROGRESS,"msctls_progress32",WS_BORDER,20,45,166,
+                     11
+     LTEXT           "(progress text)",IDC_PROGRESS_TEXT,20,61,227,10
+ END
+ 
  
  /////////////////////////////////////////////////////////////////////////////
***************
*** 278,289 ****
      END
  
-     IDD_DIAGNOSIC, DIALOG
-     BEGIN
-         LEFTMARGIN, 7
-         RIGHTMARGIN, 172
-         TOPMARGIN, 7
-         BOTTOMMARGIN, 45
-     END
- 
      IDD_WIZARD, DIALOG
      BEGIN
--- 314,317 ----
***************
*** 311,316 ****
          VERTGUIDE, 268
          BOTTOMMARGIN, 161
!         HORZGUIDE, 86
!         HORZGUIDE, 119
      END
  
--- 339,344 ----
          VERTGUIDE, 268
          BOTTOMMARGIN, 161
!         HORZGUIDE, 83
!         HORZGUIDE, 116
      END
  
***************
*** 322,325 ****
--- 350,368 ----
  
      IDD_WIZARD_FINISHED_UNCONFIGURED, DIALOG
+     BEGIN
+         VERTGUIDE, 20
+         BOTTOMMARGIN, 161
+     END
+ 
+     IDD_WIZARD_FOLDERS_TRAIN, DIALOG
+     BEGIN
+         VERTGUIDE, 20
+         VERTGUIDE, 268
+         BOTTOMMARGIN, 161
+         HORZGUIDE, 83
+         HORZGUIDE, 116
+     END
+ 
+     IDD_WIZARD_TRAIN, DIALOG
      BEGIN
          VERTGUIDE, 20





More information about the Spambayes-checkins mailing list