[Spambayes-checkins] spambayes/Outlook2000/dialogs/resources dialogs.h, 1.16, 1.17 dialogs.rc, 1.26, 1.27

Mark Hammond mhammond at users.sourceforge.net
Tue Aug 26 01:25:44 EDT 2003


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

Modified Files:
	dialogs.h dialogs.rc 
Log Message:
More dialog tweaks, remove the "hidden window" and use a real button.


Index: dialogs.h
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** dialogs.h	26 Aug 2003 02:53:39 -0000	1.16
--- dialogs.h	26 Aug 2003 07:25:42 -0000	1.17
***************
*** 71,77 ****
  #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
  #define IDC_MARK_UNSURE_AS_READ         1051
  #define IDC_ADVANCED_BTN                1055
--- 71,77 ----
  #define IDC_STATUS2                     1044
  #define IDC_BUT_CLEARALL2               1045
! #define IDC_BUT_NEW                     1046
! #define IDC_MARK_SPAM_AS_READ           1047
! #define IDC_SAVE_SPAM_SCORE             1048
  #define IDC_MARK_UNSURE_AS_READ         1051
  #define IDC_ADVANCED_BTN                1055
***************
*** 97,105 ****
  #define IDC_FORWARD_BTN                 1077
  #define IDC_PAGE_PLACEHOLDER            1078
  #define IDC_BUT_PREPARATION             1081
  #define IDC_FOLDER_HAM                  1083
  #define IDC_BUT_UNTRAINED               1088
  #define IDC_BUT_TRAIN                   1089
- #define IDC_CHECK1                      1090
  #define IDC_BUT_TIMER_ENABLED           1091
  
--- 97,106 ----
  #define IDC_FORWARD_BTN                 1077
  #define IDC_PAGE_PLACEHOLDER            1078
+ #define IDC_SHOW_DATA_FOLDER2           1079
+ #define IDC_BUT_SHOW_DIAGNOSTICS        1080
  #define IDC_BUT_PREPARATION             1081
  #define IDC_FOLDER_HAM                  1083
  #define IDC_BUT_UNTRAINED               1088
  #define IDC_BUT_TRAIN                   1089
  #define IDC_BUT_TIMER_ENABLED           1091
  
***************
*** 108,112 ****
  #ifdef APSTUDIO_INVOKED
  #ifndef APSTUDIO_READONLY_SYMBOLS
! #define _APS_NEXT_RESOURCE_VALUE        124
  #define _APS_NEXT_COMMAND_VALUE         40001
  #define _APS_NEXT_CONTROL_VALUE         1092
--- 109,113 ----
  #ifdef APSTUDIO_INVOKED
  #ifndef APSTUDIO_READONLY_SYMBOLS
! #define _APS_NEXT_RESOURCE_VALUE        125
  #define _APS_NEXT_COMMAND_VALUE         40001
  #define _APS_NEXT_CONTROL_VALUE         1092

Index: dialogs.rc
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.rc,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** dialogs.rc	26 Aug 2003 03:07:16 -0000	1.26
--- dialogs.rc	26 Aug 2003 07:25:42 -0000	1.27
***************
*** 28,32 ****
  //
  
! IDD_ADVANCED DIALOGEX 0, 0, 248, 179
  STYLE DS_SETFONT | DS_MODALFRAME | WS_CHILD | WS_CAPTION | WS_SYSMENU
  EXSTYLE WS_EX_CONTEXTHELP
--- 28,32 ----
  //
  
! IDD_ADVANCED DIALOGEX 0, 0, 248, 209
  STYLE DS_SETFONT | DS_MODALFRAME | WS_CHILD | WS_CAPTION | WS_SYSMENU
  EXSTYLE WS_EX_CONTEXTHELP
***************
*** 48,56 ****
                      IDC_INBOX_TIMER_ONLY,"Button",BS_AUTOCHECKBOX | 
                      WS_TABSTOP,16,100,217,10
!     LTEXT           "I'm not here. Don't Right Click me.",IDC_HIDDEN,172,128,
!                     69,46
!     PUSHBUTTON      "Show Data Folder",IDC_SHOW_DATA_FOLDER,16,127,60,14
      CONTROL         "Enable background filtering?",IDC_BUT_TIMER_ENABLED,
                      "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,12,162,10
  END
  
--- 48,55 ----
                      IDC_INBOX_TIMER_ONLY,"Button",BS_AUTOCHECKBOX | 
                      WS_TABSTOP,16,100,217,10
!     PUSHBUTTON      "Show Data Folder",IDC_SHOW_DATA_FOLDER,16,127,70,14
      CONTROL         "Enable background filtering?",IDC_BUT_TIMER_ENABLED,
                      "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,12,162,10
+     PUSHBUTTON      "Diagnostics...",IDC_BUT_SHOW_DIAGNOSTICS,163,126,70,14
  END
  
***************
*** 118,122 ****
  END
  
! IDD_DIAGNOSTIC DIALOGEX 0, 0, 179, 52
  STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
      WS_SYSMENU
--- 117,121 ----
  END
  
! IDD_DIAGNOSTIC DIALOGEX 0, 0, 183, 89
  STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
      WS_SYSMENU
***************
*** 124,133 ****
  FONT 8, "MS Shell Dlg", 400, 0, 0x1
  BEGIN
!     DEFPUSHBUTTON   "OK",IDOK,122,7,50,14
!     PUSHBUTTON      "Cancel",IDCANCEL,122,24,50,14
      CONTROL         "Save Spam Score",IDC_SAVE_SPAM_SCORE,"Button",
!                     BS_AUTOCHECKBOX | WS_TABSTOP,7,7,72,10
!     LTEXT           "Log level",IDC_STATIC,7,29,29,8
!     EDITTEXT        IDC_VERBOSE_LOG,43,25,40,14,ES_AUTOHSCROLL
  END
  
--- 123,134 ----
  FONT 8, "MS Shell Dlg", 400, 0, 0x1
  BEGIN
!     DEFPUSHBUTTON   "OK",IDOK,129,50,50,14
!     PUSHBUTTON      "Cancel",IDCANCEL,129,70,50,14
      CONTROL         "Save Spam Score",IDC_SAVE_SPAM_SCORE,"Button",
!                     BS_AUTOCHECKBOX | WS_TABSTOP,5,49,72,10
!     LTEXT           "Log level",IDC_STATIC,5,71,29,8
!     EDITTEXT        IDC_VERBOSE_LOG,41,67,40,14,ES_AUTOHSCROLL
!     LTEXT           "These advanced options are for diagnostic or debugging purposes only.  You should only change these options if specifically asked to, or you know exactly what they mean",
!                     IDC_STATIC,5,3,174,36
  END
  
***************
*** 348,352 ****
          RIGHTMARGIN, 241
          VERTGUIDE, 16
!         BOTTOMMARGIN, 174
      END
  
--- 349,353 ----
          RIGHTMARGIN, 241
          VERTGUIDE, 16
!         BOTTOMMARGIN, 204
      END
  
***************
*** 372,375 ****
--- 373,383 ----
      END
  
+     IDD_DIAGNOSTIC, DIALOG
+     BEGIN
+         LEFTMARGIN, 5
+         RIGHTMARGIN, 179
+         BOTTOMMARGIN, 84
+     END
+ 
      IDD_WIZARD, DIALOG
      BEGIN
***************
*** 482,488 ****
  FONT 8, "Tahoma", 0, 0, 0x1
  BEGIN
!     LTEXT           "SpamBayes Version Here",IDC_VERSION,6,62,242,8
      LTEXT           "SpamBayes requires training before it is effective.  Click on the 'Training' tab, or use the Configuration Wizard to train",
!                     IDC_STATIC,6,77,242,17
      LTEXT           "Training database status:",IDC_STATIC,6,97,222,8
      LTEXT           "123 spam messages; 456 good messages",
--- 490,496 ----
  FONT 8, "Tahoma", 0, 0, 0x1
  BEGIN
!     LTEXT           "SpamBayes Version Here",IDC_VERSION,6,54,242,8
      LTEXT           "SpamBayes requires training before it is effective.  Click on the 'Training' tab, or use the Configuration Wizard to train",
!                     IDC_STATIC,6,70,242,17
      LTEXT           "Training database status:",IDC_STATIC,6,97,222,8
      LTEXT           "123 spam messages; 456 good messages",





More information about the Spambayes-checkins mailing list