|
|
1.1 ! root 1: #include "windows.h" ! 2: #include "BOB.H" ! 3: ! 4: DEFAULTBUTTON BITMAP DEFAULT.BMP ! 5: SELECTEDBUTTON BITMAP SELECT.BMP ! 6: BigOrangeButton ICON generic.ico ! 7: ! 8: ! 9: #if 0 ! 10: AboutBox DIALOG 22, 17, 144, 75 ! 11: STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU ! 12: CAPTION "About Generic" ! 13: BEGIN ! 14: CTEXT "Microsoft Windows" -1, 0, 5, 144, 8 ! 15: CTEXT "Generic Application" -1, 0, 14, 144, 8 ! 16: CTEXT "Version 3.0" -1, 0, 34, 144, 8 ! 17: DEFPUSHBUTTON "OK" IDOK, 53, 59, 32, 14, WS_GROUP ! 18: END ! 19: #endif ! 20: ! 21: AboutBox DIALOG 30, 14, 136, 90 ! 22: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL ! 23: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU ! 24: CAPTION "What About BOB" ! 25: BEGIN ! 26: ICON "BigOrangeButton", 101, 8, 20, 18, 20 ! 27: LTEXT "Big Orange Button (BOB) Win32 SDK sample ", 103, 40, 25, 95, 8 ! 28: LTEXT "version 1.3", 106, 40, 35, 95, 8 ! 29: DEFPUSHBUTTON "OK", IDOK, 95, 6, 40, 14 ! 30: CONTROL "", 108, "Static", SS_BLACKRECT, 0, 53, 136, 2 ! 31: CTEXT "Microsoft Developer Support", 105, 0, 62, 136, 8 ! 32: CTEXT "Copyright (c) 1992, 1993 Microsoft Corporation", 105, 0, 74, ! 33: 136, 8 ! 34: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.