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

Adam Walker xenogeist at users.sourceforge.net
Tue Aug 19 20:13:34 EDT 2003


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

Modified Files:
	dialogs.h dialogs.rc 
Log Message:
resources after spell checking.

Index: dialogs.h
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** dialogs.h	19 Aug 2003 13:23:22 -0000	1.7
--- dialogs.h	20 Aug 2003 02:13:31 -0000	1.8
***************
*** 13,17 ****
  #define IDD_FILTER_SPAM                 110
  #define IDD_FILTER_UNSURE               111
! #define IDD_DIAGNOSIC                   113
  #define IDD_WIZARD                      114
  #define IDD_WIZARD_WELCOME              115
--- 13,17 ----
  #define IDD_FILTER_SPAM                 110
  #define IDD_FILTER_UNSURE               111
! #define IDD_DIAGNOSTIC                  113
  #define IDD_WIZARD                      114
  #define IDD_WIZARD_WELCOME              115

Index: dialogs.rc
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.rc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** dialogs.rc	19 Aug 2003 13:23:22 -0000	1.9
--- dialogs.rc	20 Aug 2003 02:13:31 -0000	1.10
***************
*** 91,95 ****
                      TBS_TOP | WS_TABSTOP,13,62,165,22
      EDITTEXT        IDC_EDIT_CERTAIN,184,63,51,14,ES_AUTOHSCROLL
!     LTEXT           "and these mesages should be:",IDC_STATIC,13,82,107,10
      COMBOBOX        IDC_ACTION_CERTAIN,13,93,55,40,CBS_DROPDOWNLIST | 
                      WS_VSCROLL | WS_TABSTOP
--- 91,95 ----
                      TBS_TOP | WS_TABSTOP,13,62,165,22
      EDITTEXT        IDC_EDIT_CERTAIN,184,63,51,14,ES_AUTOHSCROLL
!     LTEXT           "and these messages should be:",IDC_STATIC,13,82,107,10
      COMBOBOX        IDC_ACTION_CERTAIN,13,93,55,40,CBS_DROPDOWNLIST | 
                      WS_VSCROLL | WS_TABSTOP
***************
*** 113,117 ****
                      TBS_TOP | WS_TABSTOP,12,18,165,20
      EDITTEXT        IDC_EDIT_UNSURE,183,24,54,14,ES_AUTOHSCROLL
!     LTEXT           "and these mesages should be:",IDC_STATIC,12,38,107,10
      COMBOBOX        IDC_ACTION_UNSURE,12,49,55,40,CBS_DROPDOWNLIST | 
                      WS_VSCROLL | WS_TABSTOP
--- 113,117 ----
                      TBS_TOP | WS_TABSTOP,12,18,165,20
      EDITTEXT        IDC_EDIT_UNSURE,183,24,54,14,ES_AUTOHSCROLL
!     LTEXT           "and these messages should be:",IDC_STATIC,12,38,107,10
      COMBOBOX        IDC_ACTION_UNSURE,12,49,55,40,CBS_DROPDOWNLIST | 
                      WS_VSCROLL | WS_TABSTOP
***************
*** 121,132 ****
                      WS_GROUP,119,49,59,14
      PUSHBUTTON      "&Browse",IDC_BROWSE_UNSURE,183,49,50,14
!     CONTROL         "Mark posiible spam as read",IDC_MARK_UNSURE_AS_READ,
                      "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,70,101,10
  END
  
! IDD_DIAGNOSIC DIALOGEX 0, 0, 179, 52
  STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
      WS_SYSMENU
! CAPTION "Diagnosic"
  FONT 8, "MS Shell Dlg", 400, 0, 0x1
  BEGIN
--- 121,132 ----
                      WS_GROUP,119,49,59,14
      PUSHBUTTON      "&Browse",IDC_BROWSE_UNSURE,183,49,50,14
!     CONTROL         "Mark possible  spam as read",IDC_MARK_UNSURE_AS_READ,
                      "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,70,101,10
  END
  
! IDD_DIAGNOSTIC DIALOGEX 0, 0, 179, 52
  STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
      WS_SYSMENU
! CAPTION "Diagnostic"
  FONT 8, "MS Shell Dlg", 400, 0, 0x1
  BEGIN
***************
*** 202,206 ****
      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
--- 202,206 ----
      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,103,14,ES_AUTOHSCROLL
***************
*** 459,463 ****
                      TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,13,45,165,22
      EDITTEXT        IDC_EDIT_CERTAIN,184,46,51,14,ES_AUTOHSCROLL
!     LTEXT           "and these mesages should be:",IDC_STATIC,13,65,107,10
      COMBOBOX        IDC_ACTION_CERTAIN,13,76,55,40,CBS_DROPDOWNLIST | 
                      WS_VSCROLL | WS_TABSTOP
--- 459,463 ----
                      TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,13,45,165,22
      EDITTEXT        IDC_EDIT_CERTAIN,184,46,51,14,ES_AUTOHSCROLL
!     LTEXT           "and these messages should be:",IDC_STATIC,13,65,107,10
      COMBOBOX        IDC_ACTION_CERTAIN,13,76,55,40,CBS_DROPDOWNLIST | 
                      WS_VSCROLL | WS_TABSTOP
***************
*** 473,477 ****
                      TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,12,128,165,20
      EDITTEXT        IDC_EDIT_UNSURE,183,134,54,14,ES_AUTOHSCROLL
!     LTEXT           "and these mesages should be:",IDC_STATIC,12,148,107,10
      COMBOBOX        IDC_ACTION_UNSURE,12,159,55,40,CBS_DROPDOWNLIST | 
                      WS_VSCROLL | WS_TABSTOP
--- 473,477 ----
                      TBS_AUTOTICKS | TBS_TOP | WS_TABSTOP,12,128,165,20
      EDITTEXT        IDC_EDIT_UNSURE,183,134,54,14,ES_AUTOHSCROLL
!     LTEXT           "and these messages should be:",IDC_STATIC,12,148,107,10
      COMBOBOX        IDC_ACTION_UNSURE,12,159,55,40,CBS_DROPDOWNLIST | 
                      WS_VSCROLL | WS_TABSTOP
***************
*** 483,487 ****
      CONTROL         "Mark spam as read",IDC_MARK_SPAM_AS_READ,"Button",
                      BS_AUTOCHECKBOX | WS_TABSTOP,13,93,81,10
!     CONTROL         "Mark posiible spam as read",IDC_MARK_UNSURE_AS_READ,
                      "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,179,101,10
  END
--- 483,487 ----
      CONTROL         "Mark spam as read",IDC_MARK_SPAM_AS_READ,"Button",
                      BS_AUTOCHECKBOX | WS_TABSTOP,13,93,81,10
!     CONTROL         "Mark possible spam as read",IDC_MARK_UNSURE_AS_READ,
                      "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,179,101,10
  END





More information about the Spambayes-checkins mailing list