equal
deleted
inserted
replaced
|
1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #include <techview/eikon.rh> |
|
17 #include <techview/eikon.rsg> |
|
18 #include "tfep2.hrh" |
|
19 |
|
20 NAME TFP2 |
|
21 |
|
22 RESOURCE RSS_SIGNATURE |
|
23 { |
|
24 } |
|
25 |
|
26 RESOURCE DIALOG r_tfp_settings_dialog |
|
27 { |
|
28 flags=EEikDialogFlagWait; |
|
29 title="TFEP2 settings"; |
|
30 buttons=R_EIK_BUTTONS_CANCEL_OK; |
|
31 items= |
|
32 { |
|
33 DLG_LINE |
|
34 { |
|
35 type=EEikCtCheckBox; |
|
36 prompt="Upper case"; |
|
37 id=EControlIdUpperCase; |
|
38 }, |
|
39 DLG_LINE |
|
40 { |
|
41 type=EEikCtCheckBox; |
|
42 prompt="Whole screen"; |
|
43 id=EControlIdWholeScreen; |
|
44 }, |
|
45 DLG_LINE |
|
46 { |
|
47 type=EEikCtCheckBox; |
|
48 prompt="Pointer buffer enabled"; |
|
49 id=EControlIdPointerBufferEnabled; |
|
50 } |
|
51 }; |
|
52 } |
|
53 |