Moved vmwinst
[reactos.git] / reactos / base / setup / vmwinst / vmwinst.h
1 #ifndef __VMWINST_H
2 #define __VMWINST_H
3
4 #ifndef PSCB_BUTTONPRESSED
5 #define PSCB_BUTTONPRESSED (3)
6 #endif
7
8 #ifndef PBS_MARQUEE
9 #define PBS_MARQUEE (8)
10 #endif
11
12 /* metrics */
13 #define PROPSHEETWIDTH 250
14 #define PROPSHEETHEIGHT 120
15 #define PROPSHEETPADDING 6
16 #define SYSTEM_COLUMN (18 * PROPSHEETPADDING)
17 #define LABELLINE(x) (((PROPSHEETPADDING + 2) * x) + (x + 2))
18 #define ICONSIZE 16
19
20 /* Resource IDs */
21
22 #define IDS_WIZARD_NAME 100
23 #define IDS_FAILEDTOLOCATEDRIVERS 101
24 #define IDS_FAILEDTOCOPYFILES 102
25 #define IDS_FAILEDTOACTIVATEDRIVER 103
26 #define IDS_FAILEDTOSELVGADRIVER 104
27 #define IDS_FAILEDTOSELVBEDRIVER 105
28 #define IDS_UNINSTNOTICE 106
29 #define IDS_FAILEDTOADDREGENTRIES 107
30
31 #define IDS_SEARCHINGFORCDROM 201
32 #define IDS_COPYINGFILES 202
33 #define IDS_ENABLINGDRIVER 203
34
35 #define IDD_WELCOMEPAGE 100
36 #define IDD_INSERT_VMWARE_TOOLS 101
37 #define IDD_INSTALLING_VMWARE_TOOLS 102
38 #define IDD_CONFIG 103
39 #define IDD_CHOOSEACTION 104
40 #define IDD_SELECTDRIVER 105
41 #define IDD_INSTALLATION_FAILED 106
42 #define IDD_DOUNINSTALL 107
43
44 #define IDC_COLORQUALITY 200
45 #define IDC_CONFIGSETTINGS 201
46 #define IDC_USEOTHERDRIVER 202
47 #define IDC_UNINSTALL 203
48 #define IDC_VGA 204
49 #define IDC_VBE 205
50 #define IDC_INSTALLINGSTATUS 206
51 #define IDC_INSTALLINGPROGRESS 207
52
53 #define IDB_WATERMARK 100
54 #define IDB_HEADER 101
55
56 #define IDD_INSERT_VMWARE_TOOLSTITLE 301
57 #define IDD_INSERT_VMWARE_TOOLSSUBTITLE 302
58 #define IDD_INSTALLING_VMWARE_TOOLSTITLE 311
59 #define IDD_INSTALLING_VMWARE_TOOLSSUBTITLE 312
60 #define IDD_CONFIGTITLE 321
61 #define IDD_CONFIGSUBTITLE 322
62 #define IDD_INSTALLATION_FAILEDTITLE 331
63 #define IDD_INSTALLATION_FAILEDSUBTITLE 332
64 #define IDD_CHOOSEACTIONTITLE 341
65 #define IDD_CHOOSEACTIONSUBTITLE 342
66 #define IDD_SELECTDRIVERTITLE 351
67 #define IDD_SELECTDRIVERSUBTITLE 352
68 #define IDD_DOUNINSTALLTITLE 361
69 #define IDD_DOUNINSTALLSUBTITLE 362
70
71 #define IDR_VMWARE_INF 400
72
73 #endif /* __VMWINST_H */