[Spambayes-checkins] spambayes/Outlook2000/dialogs/resources
dialogs.h, 1.5, 1.6 dialogs.rc, 1.7, 1.8
Adam Walker
xenogeist at users.sourceforge.net
Mon Aug 18 19:33:54 EDT 2003
Update of /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources
In directory sc8-pr-cvs1:/tmp/cvs-serv28413/Outlook2000/dialogs/resources
Modified Files:
dialogs.h dialogs.rc
Log Message:
We have a wizard framework now ;) The wizard framework can be tested using "test_dialog.py IDD_WIZARD". Making the actual wizard will have to wait for other day.
Index: dialogs.h
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** dialogs.h 18 Aug 2003 20:00:54 -0000 1.5
--- dialogs.h 19 Aug 2003 01:33:51 -0000 1.6
***************
*** 14,17 ****
--- 14,18 ----
#define IDD_FILTER_UNSURE 111
#define IDD_DIAGNOSIC 113
+ #define IDD_WIZARD 114
#define IDC_PROGRESS 1000
#define IDC_PROGRESS_TEXT 1001
***************
*** 75,82 ****
--- 76,86 ----
#define IDC_TAB 1068
#define IDC_BUTTON1 1069
+ #define IDC_BACK_BTN 1069
#define IDC_ABOUT_BTN 1070
#define IDC_DEL_SPAM_RS 1071
#define IDC_RECOVER_RS 1072
#define IDC_HIDDEN 1076
+ #define IDC_FORWARD_BTN 1077
+ #define IDC_PAGE_PLACEHOLDER 1078
// Next default values for new objects
***************
*** 84,90 ****
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
! #define _APS_NEXT_RESOURCE_VALUE 114
#define _APS_NEXT_COMMAND_VALUE 40001
! #define _APS_NEXT_CONTROL_VALUE 1077
#define _APS_NEXT_SYMED_VALUE 101
#endif
--- 88,94 ----
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
! #define _APS_NEXT_RESOURCE_VALUE 115
#define _APS_NEXT_COMMAND_VALUE 40001
! #define _APS_NEXT_CONTROL_VALUE 1079
#define _APS_NEXT_SYMED_VALUE 101
#endif
Index: dialogs.rc
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/dialogs/resources/dialogs.rc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** dialogs.rc 18 Aug 2003 20:00:54 -0000 1.7
--- dialogs.rc 19 Aug 2003 01:33:51 -0000 1.8
***************
*** 139,142 ****
--- 139,157 ----
END
+ IDD_WIZARD DIALOGEX 0, 0, 390, 203
+ STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+ EXSTYLE WS_EX_CONTEXTHELP
+ CAPTION "SpamBayes Setup Wizard"
+ 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
+
/////////////////////////////////////////////////////////////////////////////
***************
*** 182,185 ****
--- 197,208 ----
TOPMARGIN, 7
BOTTOMMARGIN, 45
+ END
+
+ IDD_WIZARD, DIALOG
+ BEGIN
+ LEFTMARGIN, 7
+ RIGHTMARGIN, 383
+ TOPMARGIN, 7
+ BOTTOMMARGIN, 196
END
END
More information about the Spambayes-checkins
mailing list