Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenvmwinst.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 #ifndef PSCB_BUTTONPRESSED 00004 #define PSCB_BUTTONPRESSED (3) 00005 #endif 00006 00007 #ifndef PBS_MARQUEE 00008 #define PBS_MARQUEE (8) 00009 #endif 00010 00011 /* metrics */ 00012 #define PROPSHEETWIDTH 260 00013 #define PROPSHEETHEIGHT 120 00014 #define PROPSHEETPADDING 6 00015 #define SYSTEM_COLUMN (18 * PROPSHEETPADDING) 00016 #define LABELLINE(x) (((PROPSHEETPADDING + 2) * x) + (x + 2)) 00017 #define ICONSIZE 16 00018 00019 /* Resource IDs */ 00020 00021 #define IDS_WIZARD_NAME 100 00022 #define IDS_FAILEDTOLOCATEDRIVERS 101 00023 #define IDS_FAILEDTOCOPYFILES 102 00024 #define IDS_FAILEDTOACTIVATEDRIVER 103 00025 #define IDS_FAILEDTOSELVGADRIVER 104 00026 #define IDS_FAILEDTOSELVBEDRIVER 105 00027 #define IDS_UNINSTNOTICE 106 00028 #define IDS_FAILEDTOADDREGENTRIES 107 00029 00030 #define IDS_SEARCHINGFORCDROM 201 00031 #define IDS_COPYINGFILES 202 00032 #define IDS_ENABLINGDRIVER 203 00033 00034 #define IDD_WELCOMEPAGE 100 00035 #define IDD_INSERT_VMWARE_TOOLS 101 00036 #define IDD_INSTALLING_VMWARE_TOOLS 102 00037 #define IDD_CONFIG 103 00038 #define IDD_CHOOSEACTION 104 00039 #define IDD_SELECTDRIVER 105 00040 #define IDD_INSTALLATION_FAILED 106 00041 #define IDD_DOUNINSTALL 107 00042 00043 #define IDC_COLORQUALITY 200 00044 #define IDC_CONFIGSETTINGS 201 00045 #define IDC_USEOTHERDRIVER 202 00046 #define IDC_UNINSTALL 203 00047 #define IDC_VGA 204 00048 #define IDC_VBE 205 00049 #define IDC_INSTALLINGSTATUS 206 00050 #define IDC_INSTALLINGPROGRESS 207 00051 00052 #define IDB_WATERMARK 100 00053 #define IDB_HEADER 101 00054 00055 #define IDD_INSERT_VMWARE_TOOLSTITLE 301 00056 #define IDD_INSERT_VMWARE_TOOLSSUBTITLE 302 00057 #define IDD_INSTALLING_VMWARE_TOOLSTITLE 311 00058 #define IDD_INSTALLING_VMWARE_TOOLSSUBTITLE 312 00059 #define IDD_CONFIGTITLE 321 00060 #define IDD_CONFIGSUBTITLE 322 00061 #define IDD_INSTALLATION_FAILEDTITLE 331 00062 #define IDD_INSTALLATION_FAILEDSUBTITLE 332 00063 #define IDD_CHOOSEACTIONTITLE 341 00064 #define IDD_CHOOSEACTIONSUBTITLE 342 00065 #define IDD_SELECTDRIVERTITLE 351 00066 #define IDD_SELECTDRIVERSUBTITLE 352 00067 #define IDD_DOUNINSTALLTITLE 361 00068 #define IDD_DOUNINSTALLSUBTITLE 362 Generated on Fri May 25 2012 04:16:26 for ReactOS by
1.7.6.1
|