equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008 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 definitions for project testsdktabgrp |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 NAME TABS |
|
20 |
|
21 // INCLUDES |
|
22 #include <eikon.rh> |
|
23 #include <avkon.rh> |
|
24 #include <avkon.rsg> |
|
25 |
|
26 #include "testsdktabgrp.hrh" |
|
27 |
|
28 // ----------------------------------------------------------------------------- |
|
29 // |
|
30 // Define the resource file signature |
|
31 // This resource should be empty. |
|
32 // |
|
33 // ----------------------------------------------------------------------------- |
|
34 // |
|
35 RESOURCE RSS_SIGNATURE |
|
36 { |
|
37 } |
|
38 |
|
39 // ----------------------------------------------------------------------------- |
|
40 // |
|
41 // Default Document Name |
|
42 // |
|
43 // ----------------------------------------------------------------------------- |
|
44 // |
|
45 RESOURCE TBUF |
|
46 { |
|
47 buf = ""; |
|
48 } |
|
49 |
|
50 // --------------------------------------------------------------------------- |
|
51 // r_addtab |
|
52 // --------------------------------------------------------------------------- |
|
53 // |
|
54 RESOURCE TAB r_addtab |
|
55 { |
|
56 id = ETab; |
|
57 txt = "AddTab"; |
|
58 } |
|
59 |
|
60 // --------------------------------------------------------------------------- |
|
61 // r_replacetab |
|
62 // --------------------------------------------------------------------------- |
|
63 // |
|
64 RESOURCE TAB r_replacetab |
|
65 { |
|
66 id = ETab; |
|
67 txt = "ReplaceTab"; |
|
68 } |
|
69 |