]> code.delx.au - comingnext/blob - ComingNext_SkinFetcher/data/ComingNext_SkinFetcher.rss
acef170b7580c25ecf57c648f65550d079a7cc7e
[comingnext] / ComingNext_SkinFetcher / data / ComingNext_SkinFetcher.rss
1 /*
2 ========================================================================
3 Name : ComingNext_SkinFetcher.rss
4 Author : Michael Prager
5 Copyright : Licensed under GPLv3
6 Description :
7 ========================================================================
8 */
9 NAME COMI
10
11 #include <avkon.rsg>
12 #include <avkon.rh>
13 #include <eikon.rh>
14 #include <appinfo.rh>
15 #include "ComingNext_SkinFetcher.hrh"
16 #include "ComingNext_SkinFetcher.loc"
17
18 RESOURCE RSS_SIGNATURE
19 {
20 }
21 RESOURCE TBUF
22 {
23 buf = "ComingNext_SkinFetcher";
24 }
25 RESOURCE EIK_APP_INFO r_application_coming_next_skin_fetcher_app_ui
26 {
27 cba = r_application_control_pane_2;
28 status_pane = r_application_status_pane;
29 }
30 RESOURCE STATUS_PANE_APP_MODEL r_application_status_pane
31 {
32 }
33 RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
34 {
35 short_caption = STR_ComingNext_SkinFetcherApplication_5;
36 caption_and_icon = CAPTION_AND_ICON_INFO
37 {
38 caption = STR_ComingNext_SkinFetcherApplication_4;
39 number_of_icons = 1;
40 icon_file = "\\resource\\apps\\ComingNext_SkinFetcher_aif.mif";
41 };
42 }
43 RESOURCE TBUF r_application_akn_view_reference1
44 {
45 }
46
47
48 RESOURCE CBA r_application_control_pane
49 {
50 buttons =
51 {
52 CBA_BUTTON
53 {
54 id = EAknSoftkeyEmpty;
55 txt = STR_ComingNext_SkinFetcherApplication_1;
56 },
57 CBA_BUTTON
58 {
59 id = EAknSoftkeyEmpty;
60 txt = STR_ComingNext_SkinFetcherApplication_2;
61 },
62 CBA_BUTTON
63 {
64 id = EAknSoftkeyEmpty;
65 txt = STR_ComingNext_SkinFetcherApplication_3;
66 }
67 };
68 }
69
70 RESOURCE CBA r_application_control_pane_2
71 {
72 buttons =
73 {
74 CBA_BUTTON
75 {
76 id = EAknSoftkeyEmpty;
77 txt = STR_ComingNext_SkinFetcherApplication_1;
78 },
79 CBA_BUTTON
80 {
81 id = EAknSoftkeyEmpty;
82 txt = STR_ComingNext_SkinFetcherApplication_2;
83 },
84 CBA_BUTTON
85 {
86 id = EAknSoftkeyEmpty;
87 txt = STR_ComingNext_SkinFetcherApplication_3;
88 }
89 };
90 }
91
92 #include "ComingNext_SkinFetcherContainer.rssi"