00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 NAME VIBR
00020
00021
00022
00023 #include <eikon.rh>
00024 #include <avkon.rsg>
00025 #include <avkon.rh>
00026 #include <appinfo.rh>
00027 #include "VibraPool.hrh"
00028 #include "VibraPool.rls"
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038 RESOURCE RSS_SIGNATURE
00039 {
00040 }
00041
00042
00043
00044
00045
00046
00047
00048 RESOURCE TBUF r_default_document_name
00049 {
00050 buf="VIBR";
00051 }
00052
00053
00054
00055
00056
00057
00058
00059 RESOURCE EIK_APP_INFO
00060 {
00061 menubar = r_menubar;
00062 cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
00063 }
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073 RESOURCE MENU_BAR r_menubar
00074 {
00075 titles =
00076 {
00077 MENU_TITLE { menu_pane = r_menu; }
00078 };
00079 }
00080
00081
00082
00083
00084
00085
00086
00087
00088
00089 RESOURCE MENU_PANE r_menu
00090 {
00091 items =
00092 {
00093
00094 MENU_ITEM
00095 {
00096 command = ERestart;
00097 txt = qtn_restart;
00098 },
00099 MENU_ITEM
00100 {
00101 command = EStop;
00102 txt = qtn_stop;
00103 },
00104 MENU_ITEM
00105 {
00106 command = EAknSoftkeyExit;
00107 txt = qtn_exit;
00108 }
00109 };
00110 }
00111
00112
00113
00114
00115
00116
00117
00118 RESOURCE DIALOG r_about_query_dialog
00119 {
00120 flags = EGeneralQueryFlags | EEikDialogFlagNoBorder | EEikDialogFlagNoShadow;
00121 buttons = R_AVKON_SOFTKEYS_OK_EMPTY;
00122 items=
00123 {
00124 DLG_LINE
00125 {
00126 type = EAknCtPopupHeadingPane;
00127 id = EAknMessageQueryHeaderId;
00128 itemflags = EEikDlgItemNonFocusing;
00129 control = AVKON_HEADING
00130 {
00131 };
00132 },
00133 DLG_LINE
00134 {
00135 type = EAknCtMessageQuery;
00136 id = EAknMessageQueryContentId;
00137 control = AVKON_MESSAGE_QUERY
00138 {
00139 };
00140 }
00141 };
00142 }
00143
00144
00145
00146
00147
00148
00149
00150
00151 RESOURCE TBUF32 r_caption_string { buf=qtn_caption_string; }
00152 RESOURCE TBUF32 r_about_dialog_title { buf=qtn_about_dialog_title; }
00153 RESOURCE TBUF r_about_dialog_text { buf=qtn_about_dialog_text; }
00154 RESOURCE TBUF r_command1_text { buf=qtn_command1_text; }
00155
00156
00157
00158
00159
00160
00161
00162
00163 RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
00164 {
00165 short_caption = qtn_caption_string;
00166 caption_and_icon =
00167 CAPTION_AND_ICON_INFO
00168 {
00169 caption = qtn_caption_string;
00170
00171 number_of_icons = 1;
00172 icon_file = "\\resource\\apps\\VibraPool_0xE460ABF6.mif";
00173 };
00174 }
00175
00176