2010-02-26 11:43:19 +00:00
|
|
|
#pragma once
|
2004-06-18 20:43:44 +00:00
|
|
|
|
|
|
|
/* metrics */
|
2007-10-03 17:50:43 +00:00
|
|
|
#define PROPSHEETWIDTH 380
|
|
|
|
#define PROPSHEETHEIGHT 228
|
|
|
|
#define PROPSHEETPADDING 6
|
2004-06-18 20:43:44 +00:00
|
|
|
|
2007-10-03 17:50:43 +00:00
|
|
|
/* icons */
|
2006-05-17 21:40:13 +00:00
|
|
|
#define IDI_CPLSYSTEM 1500
|
2007-10-03 17:50:43 +00:00
|
|
|
#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
|
2004-06-18 20:43:44 +00:00
|
|
|
#define IDS_CPLSYSTEMDESCRIPTION 2001
|
2007-10-12 10:12:52 +00:00
|
|
|
#define IDS_CREATE_SHORTCUT 2021
|
|
|
|
#define IDS_ERROR_NOT_FOUND 2022
|
2004-06-18 20:43:44 +00:00
|
|
|
|
|
|
|
/* controls */
|
2007-10-08 15:56:31 +00:00
|
|
|
#define IDC_SHORTCUT_LOCATION 107
|
|
|
|
#define IDC_SHORTCUT_BROWSE 108
|
|
|
|
#define IDC_SHORTCUT_NAME 109
|
2004-06-18 20:43:44 +00:00
|
|
|
|
|
|
|
/* EOF */
|