2005-02-04 20:39:10 +00:00
|
|
|
#ifndef __CPL_DESK_RESOURCE_H__
|
|
|
|
#define __CPL_DESK_RESOURCE_H__
|
2004-08-07 00:05:23 +00:00
|
|
|
|
2006-01-07 23:42:34 +00:00
|
|
|
#include <commctrl.h>
|
|
|
|
|
2004-08-07 00:05:23 +00:00
|
|
|
/* metrics */
|
2005-02-04 20:39:10 +00:00
|
|
|
#define PROPSHEETWIDTH 246
|
|
|
|
#define PROPSHEETHEIGHT 228
|
|
|
|
#define PROPSHEETPADDING 6
|
2004-08-07 00:05:23 +00:00
|
|
|
|
2005-02-04 20:39:10 +00:00
|
|
|
#define SYSTEM_COLUMN (18 * PROPSHEETPADDING)
|
|
|
|
#define LABELLINE(x) (((PROPSHEETPADDING + 2) * x) + (x + 2))
|
2004-08-07 00:05:23 +00:00
|
|
|
|
2005-02-04 20:39:10 +00:00
|
|
|
#define ICONSIZE 16
|
2004-08-07 00:05:23 +00:00
|
|
|
|
2005-02-04 20:39:10 +00:00
|
|
|
/* ids */
|
2006-05-17 21:45:49 +00:00
|
|
|
#define IDC_DESK_ICON 40
|
|
|
|
#define IDC_DESK_ICON2 100 // Needed for theme compatability with Windows.
|
2004-08-07 00:05:23 +00:00
|
|
|
|
2005-02-06 00:01:21 +00:00
|
|
|
#define IDC_STATIC -1
|
|
|
|
|
2005-02-04 20:39:10 +00:00
|
|
|
#define IDD_BACKGROUND 100
|
|
|
|
#define IDD_SCREENSAVER 101
|
|
|
|
#define IDD_APPEARANCE 102
|
|
|
|
#define IDD_SETTINGS 103
|
2005-02-06 00:01:21 +00:00
|
|
|
|
|
|
|
/* Background Page */
|
|
|
|
#define IDC_BACKGROUND_LIST 1000
|
2006-04-20 22:18:12 +00:00
|
|
|
#define IDC_MONITOR 1001
|
|
|
|
#define IDC_BACKGROUND_PREVIEW 1002
|
|
|
|
#define IDC_BROWSE_BUTTON 1003
|
|
|
|
#define IDC_COLOR_BUTTON 1004
|
|
|
|
#define IDC_PLACEMENT_COMBO 1005
|
|
|
|
#define IDS_BACKGROUND_COMDLG_FILTER 1006
|
|
|
|
#define IDS_SUPPORTED_EXT 1007
|
|
|
|
|
2004-08-07 00:05:23 +00:00
|
|
|
|
2005-04-14 20:23:02 +00:00
|
|
|
/* Screensaver Page */
|
2007-01-02 21:53:26 +00:00
|
|
|
#define IDC_SCREENS_PREVIEW 1010
|
|
|
|
#define IDC_SCREENS_CHOICES 1011
|
2005-04-14 20:23:02 +00:00
|
|
|
#define IDC_SCREENS_POWER_BUTTON 1012
|
|
|
|
#define IDC_SCREENS_SETTINGS 1013
|
|
|
|
#define IDC_SCREENS_TESTSC 1014
|
|
|
|
#define IDC_SCREENS_USEPASSCHK 1015
|
|
|
|
#define IDC_SCREENS_TIMEDELAY 1016
|
|
|
|
#define IDC_SCREENS_TIME 1017
|
|
|
|
#define IDC_SCREENS_DUMMY 5000
|
2005-10-19 02:41:18 +00:00
|
|
|
#define IDC_SCREENS_DUMMY2 5001
|
2005-04-14 20:23:02 +00:00
|
|
|
|
2005-02-04 20:39:10 +00:00
|
|
|
#define IDS_CPLNAME 2000
|
|
|
|
#define IDS_CPLDESCRIPTION 2001
|
2004-08-07 00:05:23 +00:00
|
|
|
|
2005-02-04 20:39:10 +00:00
|
|
|
#define IDS_NONE 2002
|
|
|
|
#define IDS_CENTER 2003
|
|
|
|
#define IDS_STRETCH 2004
|
|
|
|
#define IDS_TILE 2005
|
2004-08-07 00:05:23 +00:00
|
|
|
|
2007-01-02 21:53:26 +00:00
|
|
|
#define IDC_SETTINGS_DEVICE 201
|
2005-03-16 22:19:12 +00:00
|
|
|
#define IDC_SETTINGS_BPP 202
|
|
|
|
#define IDC_SETTINGS_RESOLUTION 203
|
|
|
|
#define IDC_SETTINGS_RESOLUTION_TEXT 204
|
|
|
|
#define IDC_SETTINGS_ADVANCED 205
|
|
|
|
|
2006-04-28 15:34:58 +00:00
|
|
|
#define IDR_POPUP_MENU 2010
|
|
|
|
#define ID_MENU_CONFIG 2011
|
|
|
|
#define ID_MENU_PREVIEW 2012
|
|
|
|
#define ID_MENU_ADD 2013
|
|
|
|
#define ID_MENU_DELETE 2014
|
|
|
|
|
2007-01-06 16:53:07 +00:00
|
|
|
#define IDR_PREVIEW_MENU 2100
|
|
|
|
#define ID_MENU_NORMAL 2101
|
|
|
|
#define ID_MENU_DISABLED 2102
|
|
|
|
#define ID_MENU_SELECTED 2103
|
2006-04-28 15:34:58 +00:00
|
|
|
|
2005-03-22 20:16:41 +00:00
|
|
|
/* Settings Page */
|
|
|
|
|
|
|
|
#define IDS_PIXEL 2301
|
|
|
|
|
|
|
|
#define IDS_COLOR_4BIT 2904
|
|
|
|
#define IDS_COLOR_8BIT 2908
|
|
|
|
#define IDS_COLOR_16BIT 2916
|
2005-05-25 00:04:12 +00:00
|
|
|
#define IDS_COLOR_24BIT 2924
|
2007-01-02 21:53:26 +00:00
|
|
|
#define IDS_COLOR_32BIT 2932
|
|
|
|
|
|
|
|
|
|
|
|
/* Appearance Page */
|
2007-01-08 20:55:47 +00:00
|
|
|
#define IDC_APPEARANCE_PREVIEW 1500
|
|
|
|
#define IDC_APPEARANCE_UI_ITEM 1501
|
2005-03-22 20:16:41 +00:00
|
|
|
|
2007-01-04 23:03:38 +00:00
|
|
|
#define IDS_INACTWIN 1510
|
|
|
|
#define IDS_ACTWIN 1511
|
|
|
|
#define IDS_WINTEXT 1512
|
|
|
|
#define IDS_MESSBOX 1513
|
|
|
|
#define IDS_MESSTEXT 1514
|
|
|
|
#define IDS_BUTTEXT 1515
|
|
|
|
|
2007-01-08 20:55:47 +00:00
|
|
|
#define IDS_ITEM_3D_OBJECTS 1601
|
|
|
|
#define IDS_ITEM_SCROLLBAR 1602
|
|
|
|
#define IDS_ITEM_DESKTOP 1603
|
|
|
|
#define IDS_ITEM_MESSAGE_BOX 1604
|
|
|
|
#define IDS_ITEM_WINDOW 1605
|
|
|
|
#define IDS_ITEM_APP_BACKGROUND 1606
|
|
|
|
#define IDS_ITEM_SELECTED_ITEMS 1607
|
|
|
|
#define IDS_ITEM_MENU 1608
|
|
|
|
#define IDS_ITEM_PALETTE_TITLE 1609
|
|
|
|
#define IDS_ITEM_TOOLTIP 1610
|
|
|
|
#define IDS_ITEM_INACTIVE_WINDOW 1611
|
|
|
|
#define IDS_ITEM_ACTIVE_WINDOW 1612
|
|
|
|
#define IDS_ITEM_ICON 1613
|
|
|
|
#define IDS_ITEM_ICON_SPACE_HORZ 1614
|
|
|
|
#define IDS_ITEM_ICON_SPACE_VERT 1615
|
|
|
|
#define IDS_ITEM_INACTIVE_TITLE 1616
|
|
|
|
#define IDS_ITEM_ACTIVE_TITLE 1617
|
|
|
|
#define IDS_ITEM_CAPTION_BUTTONS 1618
|
|
|
|
|
|
|
|
/* Update these IDs when you change the string id list */
|
|
|
|
#define IDS_ITEM_FIRST (IDS_ITEM_3D_OBJECTS)
|
|
|
|
#define IDS_ITEM_LAST (IDS_ITEM_CAPTION_BUTTONS + 1)
|
|
|
|
|
2007-01-04 23:03:38 +00:00
|
|
|
|
2005-02-04 20:39:10 +00:00
|
|
|
#endif /* __CPL_DESK_RESOURCE_H__ */
|
2004-08-07 00:05:23 +00:00
|
|
|
|