add "old driver" dialog
This commit is contained in:
@@ -89,6 +89,19 @@ BEGIN
|
|||||||
WS_VSCROLL
|
WS_VSCROLL
|
||||||
END
|
END
|
||||||
|
|
||||||
|
IDD_DRIVER DIALOGEX 0, 0, 286, 125
|
||||||
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP |
|
||||||
|
WS_CAPTION | WS_SYSMENU
|
||||||
|
CAPTION "Outdated Drivers"
|
||||||
|
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||||
|
BEGIN
|
||||||
|
DEFPUSHBUTTON "Download new drivers",IDOK,37,104,82,14
|
||||||
|
PUSHBUTTON "Play anyway",IDCANCEL,125,104,50,14
|
||||||
|
CTEXT "Static",IDC_MESSAGE,7,34,272,29
|
||||||
|
CONTROL "&Don't display this message",IDC_HUSH,"Button",
|
||||||
|
BS_AUTOCHECKBOX | WS_TABSTOP,183,108,96,10
|
||||||
|
END
|
||||||
|
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
@@ -121,6 +134,14 @@ BEGIN
|
|||||||
TOPMARGIN, 7
|
TOPMARGIN, 7
|
||||||
BOTTOMMARGIN, 80
|
BOTTOMMARGIN, 80
|
||||||
END
|
END
|
||||||
|
|
||||||
|
IDD_DRIVER, DIALOG
|
||||||
|
BEGIN
|
||||||
|
LEFTMARGIN, 7
|
||||||
|
RIGHTMARGIN, 279
|
||||||
|
TOPMARGIN, 7
|
||||||
|
BOTTOMMARGIN, 118
|
||||||
|
END
|
||||||
END
|
END
|
||||||
#endif // APSTUDIO_INVOKED
|
#endif // APSTUDIO_INVOKED
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
//{{NO_DEPENDENCIES}}
|
//{{NO_DEPENDENCIES}}
|
||||||
// Microsoft Developer Studio generated include file.
|
// Microsoft Visual C++ generated include file.
|
||||||
// Used by StepMania.RC
|
// Used by StepMania.RC
|
||||||
//
|
//
|
||||||
#define IDC_CRASH_SAVE 16
|
#define IDC_CRASH_SAVE 16
|
||||||
@@ -9,6 +9,7 @@
|
|||||||
#define BITMAP_CRASH 121
|
#define BITMAP_CRASH 121
|
||||||
#define BITMAP_ERROR 129
|
#define BITMAP_ERROR 129
|
||||||
#define IDD_OK 129
|
#define IDD_OK 129
|
||||||
|
#define IDD_DRIVER 130
|
||||||
#define IDD_DISASM_CRASH 199
|
#define IDD_DISASM_CRASH 199
|
||||||
#define IDC_SHOCKWAVEFLASH1 1000
|
#define IDC_SHOCKWAVEFLASH1 1000
|
||||||
#define IDC_BUTTON_RESTART 1001
|
#define IDC_BUTTON_RESTART 1001
|
||||||
@@ -43,7 +44,7 @@
|
|||||||
//
|
//
|
||||||
#ifdef APSTUDIO_INVOKED
|
#ifdef APSTUDIO_INVOKED
|
||||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||||
#define _APS_NEXT_RESOURCE_VALUE 130
|
#define _APS_NEXT_RESOURCE_VALUE 131
|
||||||
#define _APS_NEXT_COMMAND_VALUE 40009
|
#define _APS_NEXT_COMMAND_VALUE 40009
|
||||||
#define _APS_NEXT_CONTROL_VALUE 1021
|
#define _APS_NEXT_CONTROL_VALUE 1021
|
||||||
#define _APS_NEXT_SYMED_VALUE 101
|
#define _APS_NEXT_SYMED_VALUE 101
|
||||||
|
|||||||
Reference in New Issue
Block a user