|
1 /* |
|
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Resource headers for project PslnSlideSetDialog |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef PSLNSLIDESETDIALOG_HRH |
|
20 #define PSLNSLIDESETDIALOG_HRH |
|
21 |
|
22 // Listbox item ids. |
|
23 // EPslnSlideSetImagesId and EPslnSlideSetDurationId are used by both wallpaper |
|
24 // and screensaver dialogs, but EPslnSlideSetBacklightId is screensaver dialog |
|
25 // specific. |
|
26 enum TPslnSlideSetSettingListItemIDs |
|
27 { |
|
28 EPslnSlideSetImagesId = 0, |
|
29 EPslnSlideSetDurationId, |
|
30 EPslnSlideSetBacklightId, |
|
31 EPslnSlideSetIntervalId |
|
32 }; |
|
33 |
|
34 // Menu commands |
|
35 enum TPslnSlideSetSettingMenuCommands |
|
36 { |
|
37 EPslnSlideSetCmdChange = 5001, |
|
38 EPslnCmdAppSetScreenSaver, |
|
39 EPslnCmdAppSetWallpaper, |
|
40 EPslnCmdNone |
|
41 }; |
|
42 |
|
43 // Define custom control data. |
|
44 enum { EPslnSlideSetDialogCustomControlData = 1 }; |
|
45 |
|
46 // |
|
47 enum { EPslnSlideSetCustControl = 5001 }; |
|
48 |
|
49 enum { EPslnSettingImage = 1, |
|
50 EPsknSettingDuration, |
|
51 EPslnSettingInterval, |
|
52 EPslnSetingBacklight }; |
|
53 |
|
54 #endif // PSLNSLIDESETDIALOG_HRH |
|
55 |
|
56 // End of file. |