15d8ccab46a51829a7601d2b508e3ea6519cf2aa
[reactos.git] / reactos / subsys / system / 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
30 #define IDS_SEARCHINGFORCDROM 201
31 #define IDS_COPYINGFILES 202
32 #define IDS_ENABLINGDRIVER 203
33
34 #define IDD_WELCOMEPAGE 100
35 #define IDD_INSERT_VMWARE_TOOLS 101
36 #define IDD_INSTALLING_VMWARE_TOOLS 102
37 #define IDD_CONFIG 103
38 #define IDD_CHOOSEACTION 104
39 #define IDD_SELECTDRIVER 105
40 #define IDD_INSTALLATION_FAILED 106
41 #define IDD_DOUNINSTALL 107
42
43 #define IDC_COLORQUALITY 200
44 #define IDC_CONFIGSETTINGS 201
45 #define IDC_USEOTHERDRIVER 202
46 #define IDC_UNINSTALL 203
47 #define IDC_VGA 204
48 #define IDC_VBE 205
49 #define IDC_INSTALLINGSTATUS 206
50 #define IDC_INSTALLINGPROGRESS 207
51
52 #define IDB_WATERMARK 100
53 #define IDB_HEADER 101
54
55 #define IDD_INSERT_VMWARE_TOOLSTITLE 301
56 #define IDD_INSERT_VMWARE_TOOLSSUBTITLE 302
57 #define IDD_INSTALLING_VMWARE_TOOLSTITLE 311
58 #define IDD_INSTALLING_VMWARE_TOOLSSUBTITLE 312
59 #define IDD_CONFIGTITLE 321
60 #define IDD_CONFIGSUBTITLE 322
61 #define IDD_INSTALLATION_FAILEDTITLE 331
62 #define IDD_INSTALLATION_FAILEDSUBTITLE 332
63 #define IDD_CHOOSEACTIONTITLE 341
64 #define IDD_CHOOSEACTIONSUBTITLE 342
65 #define IDD_SELECTDRIVERTITLE 351
66 #define IDD_SELECTDRIVERSUBTITLE 352
67 #define IDD_DOUNINSTALLTITLE 361
68 #define IDD_DOUNINSTALLSUBTITLE 362
69
70 #endif /* __VMWINST_H */