[Spambayes-checkins] spambayes/Outlook2000/dialogs/resources dialogs.h, 1.18, 1.19 dialogs.rc, 1.29, 1.30

Mark Hammond mhammond at users.sourceforge.net
Tue Aug 26 18:07:09 EDT 2003


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

Modified Files:
	dialogs.h dialogs.rc 
Log Message:
Add 'View Log' button to the Diagnostics dialog.


Index: dialogs.h
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** dialogs.h	26 Aug 2003 21:41:19 -0000	1.18
--- dialogs.h	27 Aug 2003 00:07:07 -0000	1.19
***************
*** 106,109 ****
--- 106,110 ----
  #define IDC_BUT_TIMER_ENABLED           1091
  #define IDC_WIZ_GRAPHIC                 1092
+ #define IDC_BUT_VIEW_LOG                1093
  
  // Next default values for new objects
***************
*** 113,117 ****
  #define _APS_NEXT_RESOURCE_VALUE        126
  #define _APS_NEXT_COMMAND_VALUE         40001
! #define _APS_NEXT_CONTROL_VALUE         1093
  #define _APS_NEXT_SYMED_VALUE           101
  #endif
--- 114,118 ----
  #define _APS_NEXT_RESOURCE_VALUE        126
  #define _APS_NEXT_COMMAND_VALUE         40001
! #define _APS_NEXT_CONTROL_VALUE         1094
  #define _APS_NEXT_SYMED_VALUE           101
  #endif

Index: dialogs.rc
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.rc,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** dialogs.rc	26 Aug 2003 21:41:19 -0000	1.29
--- dialogs.rc	27 Aug 2003 00:07:07 -0000	1.30
***************
*** 117,134 ****
  END
  
! IDD_DIAGNOSTIC DIALOGEX 0, 0, 183, 89
  STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
      WS_SYSMENU
! CAPTION "Diagnostic"
  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
  
--- 117,135 ----
  END
  
! IDD_DIAGNOSTIC DIALOGEX 0, 0, 183, 98
  STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
      WS_SYSMENU
! EXSTYLE WS_EX_CONTEXTHELP
  FONT 8, "MS Shell Dlg", 400, 0, 0x1
  BEGIN
      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
+     LTEXT           "Log file verbosity",IDC_STATIC,5,44,56,8
+     EDITTEXT        IDC_VERBOSE_LOG,73,42,40,14,ES_AUTOHSCROLL
+     PUSHBUTTON      "View log...",IDC_BUT_VIEW_LOG,129,41,50,14
+     CONTROL         "Save Spam Score",IDC_SAVE_SPAM_SCORE,"Button",
+                     BS_AUTOCHECKBOX | WS_TABSTOP,5,63,72,10
+     PUSHBUTTON      "Cancel",IDCANCEL,69,79,50,14,NOT WS_VISIBLE
+     DEFPUSHBUTTON   "Close",IDOK,129,79,50,14
  END
  
***************
*** 376,380 ****
          LEFTMARGIN, 5
          RIGHTMARGIN, 179
!         BOTTOMMARGIN, 84
      END
  
--- 377,381 ----
          LEFTMARGIN, 5
          RIGHTMARGIN, 179
!         BOTTOMMARGIN, 93
      END
  





More information about the Spambayes-checkins mailing list