mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Add missing files to revision 19031
svn path=/trunk/; revision=19032
This commit is contained in:
parent
0eb25cf769
commit
b4fc288d14
4 changed files with 16 additions and 11 deletions
|
@ -18,7 +18,7 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
||||
COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
|
||||
STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
|
||||
|
@ -32,3 +32,9 @@ BEGIN
|
|||
LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE | WS_GROUP
|
||||
CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
|
||||
END
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_QUERY_REBOOT_TEXT "Your computer needs to be rebooted to finish installation. Do you want to proceed?"
|
||||
IDS_QUERY_REBOOT_CAPTION "Reboot"
|
||||
END
|
||||
|
|
7
reactos/lib/setupapi/resource.h
Normal file
7
reactos/lib/setupapi/resource.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#define IDS_QUERY_REBOOT_TEXT 1
|
||||
#define IDS_QUERY_REBOOT_CAPTION 2
|
||||
|
||||
#define COPYFILEDLGORD 1000
|
||||
#define SOURCESTRORD 500
|
||||
#define DESTSTRORD 501
|
||||
#define PROGRESSORD 502
|
|
@ -18,11 +18,8 @@
|
|||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
#include "winuser.h"
|
||||
#include "winnls.h"
|
||||
#include "setupapi_private.h"
|
||||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
||||
#include "Bg.rc"
|
||||
#include "Cs.rc"
|
||||
|
|
|
@ -139,11 +139,6 @@ struct DeviceInfoSet /* HDEVINFO */
|
|||
LIST_ENTRY ListHead; /* List of struct DeviceInfoElement */
|
||||
};
|
||||
|
||||
#define COPYFILEDLGORD 1000
|
||||
#define SOURCESTRORD 500
|
||||
#define DESTSTRORD 501
|
||||
#define PROGRESSORD 502
|
||||
|
||||
extern HINSTANCE hInstance;
|
||||
#define RC_STRING_MAX_SIZE 256
|
||||
|
||||
|
|
Loading…
Reference in a new issue