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

Mark Hammond mhammond at users.sourceforge.net
Fri Aug 22 00:13:32 EDT 2003


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

Modified Files:
	dialogs.h dialogs.rc 
Log Message:
Lots of wizard work.


Index: dialogs.h
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** dialogs.h	21 Aug 2003 13:12:40 -0000	1.10
--- dialogs.h	22 Aug 2003 06:13:30 -0000	1.11
***************
*** 22,25 ****
--- 22,27 ----
  #define IDD_WIZARD_FOLDERS_TRAIN        120
  #define IDD_WIZARD_TRAIN                121
+ #define IDD_WIZARD_FINISHED_UNCONFIGURED1 122
+ #define IDD_WIZARD_FINISHED_TRAINED     122
  #define IDC_PROGRESS                    1000
  #define IDC_PROGRESS_TEXT               1001
***************
*** 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
--- 105,109 ----
  #define _APS_NEXT_RESOURCE_VALUE        116
  #define _APS_NEXT_COMMAND_VALUE         40001
! #define _APS_NEXT_CONTROL_VALUE         1086
  #define _APS_NEXT_SYMED_VALUE           101
  #endif

Index: dialogs.rc
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.rc,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** dialogs.rc	21 Aug 2003 13:12:40 -0000	1.12
--- dialogs.rc	22 Aug 2003 06:13:30 -0000	1.13
***************
*** 161,165 ****
      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
--- 161,165 ----
      LTEXT           "Welcome to the SpamBayes configuration wizard",
                      IDC_STATIC,20,4,191,14
!     PUSHBUTTON      "About...",IDC_STATIC,216,107,60,15
      LTEXT           "This wizard will help you configure the SpamBayes Outlook addin.  ",
                      IDC_STATIC,20,20,191,18
***************
*** 174,178 ****
                      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
--- 174,178 ----
                      187,14
      LTEXT           "If you would like more information about training and configuring SpamBayes, click the About button",
!                     IDC_STATIC,20,107,185,20
      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
***************
*** 248,265 ****
  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
  
--- 248,268 ----
  FONT 8, "Tahoma", 0, 0, 0x0
  BEGIN
!     PUSHBUTTON      "Browse...",IDC_BROWSE_HAM,208,49,60,15
      LTEXT           "Training",IDC_STATIC,20,4,247,10
!     LTEXT           "Please select the folders with the pre-sorted good messages and the folders with the pre-sorted spam messages.",
!                     IDC_STATIC,20,16,243,16
!     EDITTEXT        IDC_FOLDER_HAM,20,49,179,14,ES_AUTOHSCROLL | ES_READONLY
      LTEXT           "Examples of Spam, or unwanted messages can be found in",
!                     IDC_STATIC,20,71,198,8
!     EDITTEXT        IDC_FOLDER_CERTAIN,20,81,177,14,ES_AUTOHSCROLL | 
                      ES_READONLY
      LTEXT           "Examples of good messages can be found in",IDC_STATIC,
!                     20,38,153,8
!     PUSHBUTTON      "Browse...",IDC_BROWSE_SPAM,208,81,60,15
!     LTEXT           "If you have not pre-sorted your messages, please select the Back button, then indicate you have not prepared for SpamBayes",
!                     IDC_STATIC,20,138,243,16
!     CONTROL         "Score messages when training is complete",
!                     IDC_BUT_RESCORE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,
!                     108,163,16
  END
  
***************
*** 272,278 ****
      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
  
--- 275,293 ----
      LTEXT           "SpamBayes is training on your good and spam messages",
                      -1,20,22,247,16
!     CONTROL         "",IDC_PROGRESS,"msctls_progress32",WS_BORDER,20,45,255,
                      11
!     LTEXT           "(progress text)",IDC_PROGRESS_TEXT,20,61,257,10
! END
! 
! IDD_WIZARD_FINISHED_TRAINED 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 has been successfully trained and configured.  You should find Spam is immediately effective in filtering spam.",
!                     IDC_STATIC,20,42,247,25
!     LTEXT           "Even though SpamBayes has been trained, it does continue to learn - please ensure you regularly check your Unsure folder, and use the 'Delete as Spam' or 'Recover from Spam' buttons as appropriate.",
!                     IDC_STATIC,20,68,249,30
  END
  
***************
*** 360,365 ****
          VERTGUIDE, 268
          BOTTOMMARGIN, 161
!         HORZGUIDE, 83
!         HORZGUIDE, 116
      END
  
--- 375,380 ----
          VERTGUIDE, 268
          BOTTOMMARGIN, 161
!         HORZGUIDE, 49
!         HORZGUIDE, 81
      END
  
***************
*** 369,372 ****
--- 384,393 ----
          BOTTOMMARGIN, 161
      END
+ 
+     IDD_WIZARD_FINISHED_TRAINED, DIALOG
+     BEGIN
+         VERTGUIDE, 20
+         BOTTOMMARGIN, 161
+     END
  END
  #endif    // APSTUDIO_INVOKED
***************
*** 449,453 ****
      CONTROL         "Score &messages after training",IDC_BUT_RESCORE,"Button",
                      BS_AUTOCHECKBOX | WS_TABSTOP,7,77,174,10
!     PUSHBUTTON      "&Train Now",IDC_START,7,119,50,14
      CONTROL         "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,7,
                      92,166,11
--- 470,474 ----
      CONTROL         "Score &messages after training",IDC_BUT_RESCORE,"Button",
                      BS_AUTOCHECKBOX | WS_TABSTOP,7,77,174,10
!     PUSHBUTTON      "&Train Now",IDC_START,7,119,50,14,BS_NOTIFY
      CONTROL         "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,7,
                      92,166,11





More information about the Spambayes-checkins mailing list