phoneclientserver/phoneclient/Data/PhoneClient.rss
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     1 /*
       
     2 * Copyright (c) 2002-2004 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:  This file contains all the resources for the module.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  RESOURCE IDENTIFIER
       
    20 NAME    PhCl
       
    21 
       
    22 //  INCLUDES
       
    23 
       
    24 #include <eikon.rh>
       
    25 #include <avkon.loc>
       
    26 #include "phoneclient.hrh" 
       
    27 #include "eikon.rsg"
       
    28 #include <avkon.rsg>
       
    29 #include <avkon.rh>
       
    30 #include <avkon.hrh>
       
    31 #include <avkon.mbg>
       
    32 
       
    33 //  RESOURCE DEFINITIONS 
       
    34 
       
    35 //----------------------------------------------------
       
    36 //   
       
    37 //    RSS_SIGNATURE
       
    38 //
       
    39 //
       
    40 //----------------------------------------------------
       
    41 //
       
    42 RESOURCE RSS_SIGNATURE { }
       
    43 
       
    44 
       
    45 //----------------------------------------------------
       
    46 //   
       
    47 //    TBUF
       
    48 //
       
    49 //
       
    50 //----------------------------------------------------
       
    51 //
       
    52 RESOURCE TBUF { buf="phoneclient"; }
       
    53 
       
    54 
       
    55 //----------------------------------------------------
       
    56 //   
       
    57 //    r_softkey_quit
       
    58 //
       
    59 //
       
    60 //----------------------------------------------------
       
    61 //
       
    62 RESOURCE CBA r_softkey_quit
       
    63     {
       
    64     buttons =
       
    65         {
       
    66         CBA_BUTTON {},
       
    67         CBA_BUTTON {id=EAknSoftkeyClose; txt=text_softkey_quit;}
       
    68         };
       
    69     }
       
    70 
       
    71 
       
    72 //----------------------------------------------------
       
    73 //   
       
    74 //    r_text_unconfirmed
       
    75 //
       
    76 //
       
    77 //----------------------------------------------------
       
    78 //
       
    79 RESOURCE TBUF r_text_unconfirmed
       
    80     {
       
    81     buf = text_unconfirmed;
       
    82     }
       
    83 
       
    84 
       
    85 //----------------------------------------------------
       
    86 //   
       
    87 //    r_text_not_done
       
    88 //
       
    89 //
       
    90 //----------------------------------------------------
       
    91 //
       
    92 RESOURCE TBUF r_text_not_done
       
    93     {
       
    94     buf = text_not_done;
       
    95     }
       
    96 
       
    97 
       
    98 //----------------------------------------------------
       
    99 //   
       
   100 //    r_text_not_allowed
       
   101 //
       
   102 //
       
   103 //----------------------------------------------------
       
   104 //
       
   105 RESOURCE TBUF r_text_not_allowed
       
   106     {
       
   107     buf = text_not_allowed;
       
   108     }
       
   109 
       
   110 
       
   111 //----------------------------------------------------
       
   112 //   
       
   113 //    r_text_result_unknown
       
   114 //
       
   115 //
       
   116 //----------------------------------------------------
       
   117 //
       
   118 RESOURCE TBUF r_text_result_unknown
       
   119     {
       
   120     buf = text_result_unknown;
       
   121     }
       
   122 
       
   123 
       
   124 //----------------------------------------------------
       
   125 //   
       
   126 //    r_text_done
       
   127 //
       
   128 //
       
   129 //----------------------------------------------------
       
   130 //
       
   131 RESOURCE TBUF r_text_done
       
   132     {
       
   133     buf = text_done;
       
   134     }
       
   135 
       
   136 
       
   137 //----------------------------------------------------
       
   138 //   
       
   139 //    r_text_no_service
       
   140 //
       
   141 //
       
   142 //----------------------------------------------------
       
   143 //
       
   144 RESOURCE TBUF r_text_no_service
       
   145     {
       
   146     buf = text_no_service;
       
   147     }
       
   148 
       
   149 
       
   150 //----------------------------------------------------
       
   151 //   
       
   152 //    r_text_offline
       
   153 //
       
   154 //
       
   155 //----------------------------------------------------
       
   156 //
       
   157 RESOURCE TBUF r_text_offline
       
   158     {
       
   159     buf = qtn_offline_not_possible;
       
   160     }
       
   161 
       
   162 
       
   163 //----------------------------------------------------
       
   164 //   
       
   165 //    r_text_sending
       
   166 //
       
   167 //
       
   168 //----------------------------------------------------
       
   169 //
       
   170 RESOURCE TBUF r_text_sending
       
   171     {
       
   172     buf = text_sending;
       
   173     }
       
   174 
       
   175 
       
   176 // ---------------------------------------------------------
       
   177 //   
       
   178 //    r_phclt_softkeys_empty
       
   179 //
       
   180 //    Empty softkeys; note that AVKON empty softkey 
       
   181 //    resource can not be used, because flags are needed.
       
   182 //
       
   183 // ---------------------------------------------------------
       
   184 //
       
   185 RESOURCE CBA r_phclt_softkeys_empty
       
   186     {
       
   187     flags = EAknCBAFlagRespondWhenInvisible;
       
   188 
       
   189     buttons =
       
   190         {
       
   191         CBA_BUTTON 
       
   192             {
       
   193             id = EAknSoftkeyEmpty; 
       
   194             txt = text_softkey_empty;
       
   195             },
       
   196         CBA_BUTTON 
       
   197             {
       
   198             id = EAknSoftkeyEmpty; 
       
   199             txt = text_softkey_empty;
       
   200             }
       
   201         };
       
   202     }
       
   203 
       
   204 
       
   205 // ---------------------------------------------------------
       
   206 //   
       
   207 //    r_phclt_blank_dlg
       
   208 //
       
   209 // ---------------------------------------------------------
       
   210 //
       
   211 RESOURCE DIALOG r_phclt_blank_dlg
       
   212     {
       
   213     flags = ( EEikDialogFlagNoDrag | 
       
   214               EEikDialogFlagNoTitleBar | 
       
   215               EEikDialogFlagFillAppClientRect | 
       
   216               EEikDialogFlagCbaButtons | 
       
   217               EEikDialogFlagWait );
       
   218 
       
   219     buttons = r_phclt_softkeys_empty; 
       
   220     
       
   221     items = 
       
   222         {
       
   223         };
       
   224     }
       
   225 
       
   226 
       
   227 // End of File