home *** CD-ROM | disk | FTP | other *** search
- // ObjectWindows - (C) Copyright 1992 by Borland International
- //
- // owlscrn.rc
- //
- #include <windows.h>
- #include <bwcc.h>
- #include "spheres.h"
-
- CONFIGUREDIALOG DIALOG 100, 92, 162, 89
- STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
- CLASS "bordlg"
- CAPTION "Screen Saver Settings"
- BEGIN
- CONTROL "50", IDD_MAXSPHERES, "EDIT", ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP | WS_TABSTOP, 95, 16, 38, 12
- CONTROL "Button", IDCANCEL, "BorBtn", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 97, 60, 32, 20
- CONTROL "Button", IDOK, "BorBtn", BS_DEFPUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_GROUP | WS_TABSTOP, 29, 60, 32, 20
- CONTROL "", 0, "BorShade", BSS_GROUP | WS_CHILD | WS_VISIBLE, 16, 8, 129, 45
- CONTROL "Number of spheres:", -1, "STATIC", WS_CHILD | WS_VISIBLE, 26, 18, 66, 8
- CONTROL "Grayscale", IDD_GRAYSCALE, "BorCheck", BS_AUTOCHECKBOX | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 59, 36, 56, 10
- END
-