|
|
1.1 root 1: #include <windows.h>
2: #include "spintest.h"
3:
4: #include "spintest.dlg"
5:
6: spintesticon ICON spintest.ico
7:
8: Menu MENU
9: BEGIN
10: POPUP "&Options"
11: BEGIN
1.1.1.2 ! root 12: MENUITEM "&A DlgEdit dialg...", IDM_DLGEDITDIALOG
! 13: MENUITEM SEPARATOR
! 14: MENUITEM "&About..." IDM_ABOUT
! 15: END
! 16: END
! 17:
! 18:
! 19: About DIALOG 30, 14, 136, 90
! 20: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
! 21: STYLE DS_MODALFRAME | | WS_POPUP | | WS_VISIBLE | | WS_CAPTION | | WS_SYSMENU
! 22: CAPTION "About SpinTest"
! 23: FONT 8, "MS Sans Serif"
! 24: BEGIN
! 25: ICON "spintesticon", 101, 8, 22, 18, 20
! 26: CTEXT "Microsoft Developer Support", 104, 0, 63, 136, 8
! 27: CTEXT "Copyright (c) 1992 Microsoft Corporation", 105, 0, 74,
! 28: 136, 8
! 29: LTEXT "SpinTest Win32 SDK sample ", 103, 40, 25, 95, 8
! 30: LTEXT "version 1.0", 106, 40, 35, 95, 8
! 31: DEFPUSHBUTTON "OK", IDOK, 95, 6, 40, 14
! 32: CONTROL "", 108, "Static", SS_BLACKRECT, 0, 53, 136, 2
1.1 root 33: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.