Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenresource.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 /* Metrics */ 00004 #define PROPSHEETWIDTH 380 00005 #define PROPSHEETHEIGHT 228 00006 #define PROPSHEETPADDING 6 00007 00008 /* Icons */ 00009 #define IDI_CPLSYSTEM 1500 00010 #define IDI_APPICO 1501 00011 #define IDI_INSTICO 1502 00012 #define IDI_RECBINICO 1503 00013 #define IDI_DOWNLOADICO 1504 00014 #define IDI_APPINETICO 1505 00015 00016 /* Dialogs */ 00017 #define IDD_SHORTCUT_LOCATION 203 00018 #define IDD_SHORTCUT_FINISH 204 00019 00020 /* Bitmaps */ 00021 #define IDB_WATERMARK 5001 00022 00023 /* Strings */ 00024 #define IDS_CPLSYSTEMNAME 1001 00025 #define IDS_CPLSYSTEMDESCRIPTION 2001 00026 #define IDS_CREATE_SHORTCUT 2021 00027 #define IDS_ERROR_NOT_FOUND 2022 00028 00029 /* Controls */ 00030 #define IDC_SHORTCUT_LOCATION 107 00031 #define IDC_SHORTCUT_BROWSE 108 00032 #define IDC_SHORTCUT_NAME 109 00033 00034 /* EOF */ Generated on Sun May 27 2012 04:16:27 for ReactOS by
1.7.6.1
|