wvuing/wvuiave/AppRss/CAContactEditorNG.rss
changeset 0 094583676ce7
equal deleted inserted replaced
-1:000000000000 0:094583676ce7
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Contact editor's resource file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 RESOURCE TBUF r_chat_cd_new_entry { buf = qtn_chat_cd_new_entry; }
       
    20 RESOURCE TBUF r_chat_ceditor_memlo { buf = qtn_memlo_not_enough_memory; }
       
    21 RESOURCE TBUF r_chat_ceditor_memfull { buf = qtn_memlo_memory_full; }
       
    22 RESOURCE TBUF r_qtn_chat_moving_contact { buf = qtn_chat_moving_contact; }
       
    23 RESOURCE TBUF r_qtn_chat_contact_moved { buf = qtn_chat_contact_moved; }
       
    24 RESOURCE TBUF r_qtn_chat_contact_list_full { buf = qtn_chat_contact_list_full; }
       
    25 RESOURCE TBUF r_qtn_chat_contact_add_note { buf = qtn_chat_contact_add_note; }
       
    26 RESOURCE TBUF r_qtn_chat_cnote_saved { buf = qtn_chat_cnote_saved; }
       
    27 RESOURCE TBUF r_qtn_chat_same_nick_name { buf = qtn_chat_same_nick_name; }
       
    28 RESOURCE TBUF r_qtn_chat_cd_own_data_title { buf = qtn_chat_cd_own_data_title; }
       
    29 RESOURCE TBUF r_qtn_chat_unable_modify_userid { buf = qtn_chat_unable_modify_userid; }
       
    30 RESOURCE TBUF r_qtn_chat_validating_contact_failed  { buf = qtn_chat_validating_contact_failed ; }
       
    31 RESOURCE TBUF r_qtn_chat_contact_add_blocked  { buf = qtn_chat_contact_add_blocked ; }
       
    32 RESOURCE TBUF r_qtn_chat_contact_add_blocked_not  { buf = qtn_chat_contact_add_blocked_not ; }
       
    33 
       
    34 RESOURCE DIALOG r_chat_ceditor_error_wvidmissing_query
       
    35     {
       
    36     flags = EGeneralQueryFlags;
       
    37     buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
       
    38     items =
       
    39         {
       
    40         DLG_LINE
       
    41             {
       
    42             type = EAknCtQuery;
       
    43             id = EGeneralQuery;
       
    44             control = AVKON_CONFIRMATION_QUERY
       
    45                 {
       
    46                     layout = EConfirmationQueryLayout;
       
    47                     label = qtn_chat_cnote_wv_missing;
       
    48                 };
       
    49             }
       
    50         };
       
    51     }
       
    52 
       
    53 RESOURCE DIALOG r_chat_contact_editor_dlg
       
    54     {
       
    55     flags = EEikDialogFlagWait | EEikDialogFlagNoDrag
       
    56             | EEikDialogFlagCbaButtons | EEikDialogFlagNoTitleBar | EEikDlgItemCtlMinSizeOrLess
       
    57             | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
       
    58     buttons =  r_chat_softkeys_done_cancel__empty;
       
    59     form = r_contact_editor;
       
    60     }
       
    61 
       
    62 
       
    63 RESOURCE FORM r_contact_editor
       
    64     {
       
    65     flags=EEikFormUseDoubleSpacedFormat; //|EEikFormEditModeOnly;
       
    66     items =
       
    67         {
       
    68         DLG_LINE
       
    69             {
       
    70             type=EEikCtEdwin;
       
    71             prompt = qtn_chat_cd_edit_wv;
       
    72             id= EChatEditWV ;
       
    73            // itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
       
    74             itemflags = EEikDlgItemOfferAllHotKeys;
       
    75             control=EDWIN
       
    76                 {
       
    77                 flags = EEikEdwinResizable;
       
    78                 maxlength = 50;
       
    79                 default_case = EAknEditorLowerCase;
       
    80                 avkon_flags = EAknEditorFlagLatinInputModesOnly;
       
    81                 };
       
    82             },
       
    83 
       
    84         // alias, always defined but hidden if disabled through
       
    85         // resource variation
       
    86         DLG_LINE
       
    87             {
       
    88             type=EEikCtEdwin;
       
    89             prompt = qtn_chat_cd_alias;
       
    90             id= EChatEditAlias ;
       
    91            // itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
       
    92             itemflags = EEikDlgItemOfferAllHotKeys;
       
    93             control=EDWIN
       
    94                 {
       
    95                 flags = EEikEdwinResizable;
       
    96                 maxlength=50;
       
    97                 };
       
    98             },
       
    99 
       
   100         DLG_LINE
       
   101             {
       
   102             type=EEikCtEdwin;
       
   103             prompt = qtn_chat_cd_edit_nick;
       
   104             id= EChatEditNick ;
       
   105            // itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
       
   106             itemflags = EEikDlgItemOfferAllHotKeys;
       
   107             control=EDWIN
       
   108                 {
       
   109                 flags = EEikEdwinResizable;
       
   110                 maxlength=50;
       
   111                 };
       
   112             }
       
   113         };
       
   114     }
       
   115 
       
   116 RESOURCE MENU_BAR r_chat_ceditor_menubar
       
   117     {
       
   118     titles=
       
   119         {
       
   120         MENU_TITLE { menu_pane = r_chat_ceditor_menupane; },
       
   121         MENU_TITLE { menu_pane=r_chatclient_general_menu; }
       
   122         };
       
   123     }
       
   124 
       
   125 RESOURCE MENU_PANE r_chat_ceditor_menupane
       
   126     {
       
   127     items=
       
   128         {
       
   129         MENU_ITEM { command = EChatClientFriendsListViewCmdDelete; txt = qtn_chat_friend_om_del;}
       
   130         };
       
   131     }
       
   132 
       
   133 // contact details viewing dialog
       
   134 RESOURCE DIALOG r_chat_ceditor_details
       
   135     {
       
   136     flags = EEikDialogFlagWait | EEikDialogFlagNoDrag
       
   137             | EEikDialogFlagCbaButtons | EEikDialogFlagNoTitleBar
       
   138             | EEikDialogFlagFillAppClientRect;
       
   139     buttons = r_chat_softkeys_options_back__contextoptions;
       
   140     items =
       
   141         {
       
   142         DLG_LINE
       
   143             {
       
   144             type = EAknCtDoubleListBox;
       
   145             id = EChatClientControlIdDetails;
       
   146             control = LISTBOX
       
   147                 {
       
   148                 // flags = EAknListBoxSelectionList;
       
   149                 };
       
   150             }
       
   151         };
       
   152     }
       
   153 
       
   154 RESOURCE MENU_PANE r_chat_cdetails_menupane
       
   155     {
       
   156     items=
       
   157         {
       
   158         MENU_ITEM { command = EChatClientDetailsEdit; txt = qtn_chat_friend_om_edit;},
       
   159         MENU_ITEM { command = EChatClientDetailsDelete; txt = qtn_chat_friend_om_del;}
       
   160         };
       
   161     }
       
   162 
       
   163 RESOURCE MENU_BAR r_chat_cdetails_menubar
       
   164     {
       
   165     titles=
       
   166         {
       
   167         MENU_TITLE { menu_pane = r_chatclient_general_menu; },
       
   168         MENU_TITLE { menu_pane = r_chat_cdetails_menupane; }
       
   169         };
       
   170     }
       
   171 
       
   172 // No contact lists query
       
   173 RESOURCE DIALOG r_qtn_chat_ceditor_nocontactlists
       
   174     {
       
   175     flags = EAknGeneralQueryFlags;
       
   176     buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   177     items=
       
   178         {
       
   179         DLG_LINE
       
   180             {
       
   181             type = EAknCtQuery;
       
   182             id = EGeneralQuery;
       
   183             control= AVKON_CONFIRMATION_QUERY
       
   184                 {
       
   185                 layout = EConfirmationQueryLayout;
       
   186                 label = qtn_chat_no_contact_lists;
       
   187                 animation = R_QGN_NOTE_INFO_ANIM;
       
   188                 };
       
   189             }
       
   190         };
       
   191     }
       
   192 
       
   193 // contact details viewer labels and texts
       
   194 RESOURCE TBUF r_qtn_chat_cd_wv_id { buf = qtn_chat_cd_wv_id; }
       
   195 RESOURCE TBUF r_qtn_chat_cd_message { buf = qtn_chat_cd_message; }
       
   196 RESOURCE TBUF r_qtn_chat_cd_device { buf = qtn_chat_cd_device; }
       
   197 RESOURCE TBUF r_qtn_chat_cd_device_unknown { buf = qtn_chat_cd_device_unknown; }
       
   198 RESOURCE TBUF r_qtn_chat_cd_device_mobile { buf = qtn_chat_cd_device_mobile; }
       
   199 RESOURCE TBUF r_qtn_chat_cd_device_pc { buf = qtn_chat_cd_device_pc; }
       
   200 RESOURCE TBUF r_qtn_chat_cd_status { buf = qtn_chat_cd_status; }
       
   201 RESOURCE TBUF r_qtn_chat_cd_status_online { buf = qtn_chat_cd_status_online; }
       
   202 RESOURCE TBUF r_qtn_chat_cd_status_away { buf = qtn_chat_cd_status_away; }
       
   203 RESOURCE TBUF r_qtn_chat_cd_status_offline { buf = qtn_chat_cd_status_offline; }
       
   204 RESOURCE TBUF r_qtn_chat_cd_status_busy { buf = qtn_chat_cd_status_busy; }
       
   205 RESOURCE TBUF r_qtn_chat_cd_status_appear_offline { buf = qtn_chat_cd_status_appear_offline; }
       
   206 RESOURCE TBUF r_qtn_chat_cd_status_unknown { buf = qtn_chat_cd_status_unknown; }
       
   207 RESOURCE TBUF r_qtn_chat_cd_alias { buf = qtn_chat_cd_alias; }
       
   208 RESOURCE TBUF r_qtn_chat_cd_nick { buf = qtn_chat_cd_nick; }
       
   209 
       
   210 // End of File