reactos/dll/cpl/appwiz/resource.h
Amine Khaldi c424146e2c Create a branch for cmake bringup.
svn path=/branches/cmake-bringup/; revision=48236
2010-07-24 18:52:44 +00:00

35 lines
706 B
C

#pragma once
/* metrics */
#define PROPSHEETWIDTH 380
#define PROPSHEETHEIGHT 228
#define PROPSHEETPADDING 6
/* icons */
#define IDI_CPLSYSTEM 1500
#define IDI_APPICO 1501
#define IDI_INSTICO 1502
#define IDI_RECBINICO 1503
#define IDI_DOWNLOADICO 1504
#define IDI_APPINETICO 1505
/* dialogs */
#define IDD_SHORTCUT_LOCATION 203
#define IDD_SHORTCUT_FINISH 204
/* bitmaps */
#define IDB_WATERMARK 5001
/* strings */
#define IDS_CPLSYSTEMNAME 1001
#define IDS_CPLSYSTEMDESCRIPTION 2001
#define IDS_CREATE_SHORTCUT 2021
#define IDS_ERROR_NOT_FOUND 2022
/* controls */
#define IDC_SHORTCUT_LOCATION 107
#define IDC_SHORTCUT_BROWSE 108
#define IDC_SHORTCUT_NAME 109
/* EOF */