[Spambayes-checkins] spambayes/Outlook2000/dialogs/resources
sbwizlogo.bmp, NONE, 1.1 dialogs.h, 1.17, 1.18 dialogs.rc,
1.28, 1.29
Adam Walker
xenogeist at users.sourceforge.net
Tue Aug 26 15:41:21 EDT 2003
Update of /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources
In directory sc8-pr-cvs1:/tmp/cvs-serv9135/Outlook2000/dialogs/resources
Modified Files:
dialogs.h dialogs.rc
Added Files:
sbwizlogo.bmp
Log Message:
Added the graphic for the wizard (nothing fancy). More full-stops in the dialogs.
--- NEW FILE: sbwizlogo.bmp ---
(This appears to be a binary file; contents omitted.)
Index: dialogs.h
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** dialogs.h 26 Aug 2003 07:25:42 -0000 1.17
--- dialogs.h 26 Aug 2003 21:41:19 -0000 1.18
***************
*** 25,28 ****
--- 25,29 ----
#define IDD_WIZARD_TRAINING_IS_IMPORTANT 123
#define IDD_WIZARD_FINISHED_TRAIN_LATER 124
+ #define IDB_SBWIZLOGO 125
#define IDC_PROGRESS 1000
#define IDC_PROGRESS_TEXT 1001
***************
*** 104,107 ****
--- 105,109 ----
#define IDC_BUT_TRAIN 1089
#define IDC_BUT_TIMER_ENABLED 1091
+ #define IDC_WIZ_GRAPHIC 1092
// Next default values for new objects
***************
*** 109,115 ****
#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
#define _APS_NEXT_SYMED_VALUE 101
#endif
--- 111,117 ----
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
! #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
Index: dialogs.rc
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.rc,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** dialogs.rc 26 Aug 2003 11:11:37 -0000 1.28
--- dialogs.rc 26 Aug 2003 21:41:19 -0000 1.29
***************
*** 129,137 ****
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
! IDD_WIZARD DIALOGEX 0, 0, 390, 203
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
--- 129,137 ----
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
! IDD_WIZARD DIALOGEX 0, 0, 384, 190
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTEXTHELP
***************
*** 139,149 ****
FONT 8, "Tahoma", 400, 0, 0x0
BEGIN
! PUSHBUTTON "Cancel",IDCANCEL,333,182,50,14
! LTEXT "Logo Here after we figure out dialog size",IDC_STATIC,7,
! 7,68,189,SS_SUNKEN
! PUSHBUTTON "<< Back",IDC_BACK_BTN,216,182,50,14
! DEFPUSHBUTTON "Next>>,Finish",IDC_FORWARD_BTN,273,182,50,14
! CONTROL "",IDC_PAGE_PLACEHOLDER,"Static",SS_ETCHEDFRAME,80,7,303,
167
END
--- 139,148 ----
FONT 8, "Tahoma", 400, 0, 0x0
BEGIN
! PUSHBUTTON "Cancel",IDCANCEL,328,173,50,14
! PUSHBUTTON "<< Back",IDC_BACK_BTN,216,173,50,14
! DEFPUSHBUTTON "Next>>,Finish",IDC_FORWARD_BTN,269,173,50,14
! CONTROL "",IDC_PAGE_PLACEHOLDER,"Static",SS_ETCHEDFRAME,75,4,303,
167
+ CONTROL 125,IDC_WIZ_GRAPHIC,"Static",SS_BITMAP,0,0,69,190
END
***************
*** 382,389 ****
IDD_WIZARD, DIALOG
BEGIN
! LEFTMARGIN, 7
! RIGHTMARGIN, 383
! TOPMARGIN, 7
! BOTTOMMARGIN, 196
END
--- 381,385 ----
IDD_WIZARD, DIALOG
BEGIN
! RIGHTMARGIN, 378
END
***************
*** 466,469 ****
--- 462,466 ----
IDB_SBLOGO BITMAP "sblogo.bmp"
+ IDB_SBWIZLOGO BITMAP "sbwizlogo.bmp"
#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
***************
*** 491,495 ****
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
--- 488,492 ----
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
More information about the Spambayes-checkins
mailing list