Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenresource.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 /* Icons */ 00004 #define IDI_CPLICON 100 00005 #define IDI_WARNINGICON 102 00006 #define IDI_SEARCHICON 103 00007 00008 /* Bitmaps */ 00009 #define IDB_WATERMARK 50 00010 #define IDB_HEADER 51 00011 00012 /* Strings */ 00013 #define IDS_CPLNAME 1000 00014 #define IDS_CPLDESCRIPTION 1001 00015 #define IDS_PROBELISTTITLE 1005 00016 #define IDS_SEARCHTEXT 1020 00017 #define IDS_SEARCHTITLE 1025 00018 #define IDS_SELECTWAYTITLE 1027 00019 #define IDS_HDTYPESTITLE 1061 00020 #define IDS_ADDNEWDEVICE 1081 00021 #define IDS_ISCONNECTED 1113 00022 00023 /* Dialogs */ 00024 #define IDD_STARTPAGE 200 00025 #define IDD_SEARCHPAGE 204 00026 #define IDD_ISFOUNDPAGE 205 00027 #define IDD_ISCONNECTEDPAGE 206 00028 #define IDD_NOTCONNECTEDPAGE 207 00029 #define IDD_PROBELISTPAGE 208 00030 #define IDD_HWSTATUSPAGE 209 00031 #define IDD_SELECTWAYPAGE 210 00032 #define IDD_PROGRESSPAGE 211 00033 #define IDD_DETECTEDHWPAGE 212 00034 #define IDD_FINISHPAGE 213 00035 #define IDD_HWTYPESPAGE 214 00036 00037 /* Controls */ 00038 #define IDC_FINISHTITLE 300 00039 #define IDC_PROBELIST 302 00040 #define IDC_STATUSTEXT 312 00041 #define IDC_FOUNDHARDWARELIST 314 00042 #define IDC_AUTOINSTALL 316 00043 #define IDC_MANUALLYINST 317 00044 #define IDC_PROGRESSTEXT 318 00045 #define IDC_PROGRESSBAR 319 00046 #define IDC_TPROGRESSTEXT 320 00047 #define IDC_TPROGRESSBAR 321 00048 #define IDC_DETECTEDHWTEXT 322 00049 #define IDC_DETECTEDHWLIST 323 00050 #define IDC_HWTYPESTEXT 324 00051 #define IDC_HWTYPESLIST 325 00052 #define IDC_HWSTATUSEDIT 436 00053 #define IDC_SEARCHICON 438 00054 #define IDC_WARNINGICON 502 00055 #define IDC_CONNECTED 504 00056 #define IDC_NOTCONNECTED 505 00057 #define IDC_TURNOFFCHECKBOX 506 00058 00059 /* EOF */ Generated on Sat May 26 2012 04:15:27 for ReactOS by
1.7.6.1
|