mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
5165179ad8
* [NEWDEV] Add browser title to rc files * [NEWDEV] Show browser title when selecting a directory * Update dll/win32/newdev/lang/pl-PL.rc Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com> * Update dll/win32/newdev/lang/bg-BG.rc Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org> * Update dll/win32/newdev/wizard.c Co-authored-by: Stanislav Motylkov <x86corez@gmail.com> * Update dll/win32/newdev/lang/pl-PL.rc Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com> * Update dll/win32/newdev/lang/pt-PT.rc Co-authored-by: Stanislav Motylkov <x86corez@gmail.com> * Remove obvious comment * Add de-DE and ru-RU translations * Add French translation Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com> Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org> Co-authored-by: Stanislav Motylkov <x86corez@gmail.com>
37 lines
1 KiB
C
37 lines
1 KiB
C
#pragma once
|
|
|
|
#define IDB_WATERMARK 100
|
|
#define IDB_HEADER 101
|
|
|
|
#define IDC_STATIC -1
|
|
|
|
#define IDC_DEVICE 2000
|
|
#define IDC_RADIO_AUTO 2001
|
|
#define IDC_RADIO_MANUAL 2002
|
|
#define IDC_DONOTSHOWDLG 2003
|
|
#define IDC_RADIO_SEARCHHERE 2004
|
|
#define IDC_RADIO_CHOOSE 2005
|
|
#define IDC_CHECK_MEDIA 2006
|
|
#define IDC_CHECK_PATH 2007
|
|
#define IDC_WELCOMETITLE 2008
|
|
#define IDC_BROWSE 2009
|
|
#define IDC_COMBO_PATH 2010
|
|
#define IDC_FINISHTITLE 2011
|
|
|
|
#define IDD_WELCOMEPAGE 200
|
|
#define IDD_CHSOURCE 201
|
|
#define IDD_SEARCHDRV 202
|
|
#define IDD_INSTALLDRV 203
|
|
#define IDD_NODRIVER 204
|
|
#define IDD_INSTALLFAILED 205
|
|
#define IDD_NEEDREBOOT 206
|
|
#define IDD_FINISHPAGE 207
|
|
#define IDD_FIRSTPAGE IDD_WELCOMEPAGE
|
|
#define IDD_MAXIMUMPAGE 7
|
|
|
|
#define IDS_INSTALLWIZARDTITLE 1000
|
|
#define IDS_UPDATEWIZARDTITLE 1001
|
|
#define IDS_CHSOURCE_TITLE 1002
|
|
#define IDS_SEARCHDRV_TITLE 1003
|
|
#define IDS_INSTALLDRV_TITLE 1004
|
|
#define IDS_BROWSE_FOR_FOLDER_TITLE 1005
|