home *** CD-ROM | disk | FTP | other *** search
- #include "windows.h"
- #include "dialog.h"
-
- #define IDC_STATIC -1
-
- #define NOTE_TEXT "You can downscale the textures by setting ""Lower texture \
- quality"", if your card hasn't got enough memory to store all the textures. Setting \
- the ""Voodoo card"" checkbox will force the textures to not exceed 256x256 \
- dimensions. You can also disable the fog effect which might be useful on ATI \
- Rage Pro cards that don't support this feature correctly."
-
-
- 1000 DIALOG DISCARDABLE 0, 0, 166, 245
- STYLE DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
- CAPTION "Expiration"
- FONT 8, "MS Sans Serif"
- BEGIN
- GROUPBOX "&Resolution",IDC_STATIC,5,58,100,27
- COMBOBOX ID_RESOLUTION,10,67,91,60,CBS_DROPDOWNLIST | WS_VSCROLL |
- WS_TABSTOP
- GROUPBOX "&Bpp",IDC_STATIC,108,58,52,27
- COMBOBOX ID_BPP,113,67,43,60,CBS_DROPDOWNLIST | WS_VSCROLL |
- WS_TABSTOP
- CONTROL "&Fullscreen",ID_FULLSCREEN,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP,6,88,100,12
- CONTROL "&Voodoo card",ID_VOODOO,"Button",BS_AUTOCHECKBOX |
- WS_TABSTOP,6,100,100,12
- CONTROL "&Lower texture quality",ID_LOWTEXTURES,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,6,112,100,12
- CONTROL "&Disable fog effects",ID_NOFOG,"Button",
- BS_AUTOCHECKBOX | WS_TABSTOP,6,124,100,12
- DEFPUSHBUTTON "Go!",ID_GO,5,139,110,13
- PUSHBUTTON "Cancel",ID_STOP,117,139,43,13
- CONTROL "logo",IDC_STATIC,"Static",SS_BITMAP | WS_BORDER,6,3,152,52
- GROUPBOX "Note",IDC_STATIC,5,154,155,87
- LTEXT NOTE_TEXT,IDC_STATIC,13,164,140,72
- END
-
- logo BITMAP DISCARDABLE "data\\resource\\pp.BMP"
- ID_ICON ICON DISCARDABLE "data\\resource\\ikona.ico"
-