--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wvuing/wvuiave/AppRss/CAContactEditorNG.rss Thu Dec 17 08:41:52 2009 +0200
@@ -0,0 +1,210 @@
+/*
+* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description: Contact editor's resource file
+*
+*/
+
+
+RESOURCE TBUF r_chat_cd_new_entry { buf = qtn_chat_cd_new_entry; }
+RESOURCE TBUF r_chat_ceditor_memlo { buf = qtn_memlo_not_enough_memory; }
+RESOURCE TBUF r_chat_ceditor_memfull { buf = qtn_memlo_memory_full; }
+RESOURCE TBUF r_qtn_chat_moving_contact { buf = qtn_chat_moving_contact; }
+RESOURCE TBUF r_qtn_chat_contact_moved { buf = qtn_chat_contact_moved; }
+RESOURCE TBUF r_qtn_chat_contact_list_full { buf = qtn_chat_contact_list_full; }
+RESOURCE TBUF r_qtn_chat_contact_add_note { buf = qtn_chat_contact_add_note; }
+RESOURCE TBUF r_qtn_chat_cnote_saved { buf = qtn_chat_cnote_saved; }
+RESOURCE TBUF r_qtn_chat_same_nick_name { buf = qtn_chat_same_nick_name; }
+RESOURCE TBUF r_qtn_chat_cd_own_data_title { buf = qtn_chat_cd_own_data_title; }
+RESOURCE TBUF r_qtn_chat_unable_modify_userid { buf = qtn_chat_unable_modify_userid; }
+RESOURCE TBUF r_qtn_chat_validating_contact_failed { buf = qtn_chat_validating_contact_failed ; }
+RESOURCE TBUF r_qtn_chat_contact_add_blocked { buf = qtn_chat_contact_add_blocked ; }
+RESOURCE TBUF r_qtn_chat_contact_add_blocked_not { buf = qtn_chat_contact_add_blocked_not ; }
+
+RESOURCE DIALOG r_chat_ceditor_error_wvidmissing_query
+ {
+ flags = EGeneralQueryFlags;
+ buttons = R_AVKON_SOFTKEYS_YES_NO__YES;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtQuery;
+ id = EGeneralQuery;
+ control = AVKON_CONFIRMATION_QUERY
+ {
+ layout = EConfirmationQueryLayout;
+ label = qtn_chat_cnote_wv_missing;
+ };
+ }
+ };
+ }
+
+RESOURCE DIALOG r_chat_contact_editor_dlg
+ {
+ flags = EEikDialogFlagWait | EEikDialogFlagNoDrag
+ | EEikDialogFlagCbaButtons | EEikDialogFlagNoTitleBar | EEikDlgItemCtlMinSizeOrLess
+ | EEikDialogFlagFillAppClientRect | EEikDialogFlagNotifyEsc;
+ buttons = r_chat_softkeys_done_cancel__empty;
+ form = r_contact_editor;
+ }
+
+
+RESOURCE FORM r_contact_editor
+ {
+ flags=EEikFormUseDoubleSpacedFormat; //|EEikFormEditModeOnly;
+ items =
+ {
+ DLG_LINE
+ {
+ type=EEikCtEdwin;
+ prompt = qtn_chat_cd_edit_wv;
+ id= EChatEditWV ;
+ // itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
+ itemflags = EEikDlgItemOfferAllHotKeys;
+ control=EDWIN
+ {
+ flags = EEikEdwinResizable;
+ maxlength = 50;
+ default_case = EAknEditorLowerCase;
+ avkon_flags = EAknEditorFlagLatinInputModesOnly;
+ };
+ },
+
+ // alias, always defined but hidden if disabled through
+ // resource variation
+ DLG_LINE
+ {
+ type=EEikCtEdwin;
+ prompt = qtn_chat_cd_alias;
+ id= EChatEditAlias ;
+ // itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
+ itemflags = EEikDlgItemOfferAllHotKeys;
+ control=EDWIN
+ {
+ flags = EEikEdwinResizable;
+ maxlength=50;
+ };
+ },
+
+ DLG_LINE
+ {
+ type=EEikCtEdwin;
+ prompt = qtn_chat_cd_edit_nick;
+ id= EChatEditNick ;
+ // itemflags = EEikDlgItemTakesEnterKey | EEikDlgItemOfferAllHotKeys;
+ itemflags = EEikDlgItemOfferAllHotKeys;
+ control=EDWIN
+ {
+ flags = EEikEdwinResizable;
+ maxlength=50;
+ };
+ }
+ };
+ }
+
+RESOURCE MENU_BAR r_chat_ceditor_menubar
+ {
+ titles=
+ {
+ MENU_TITLE { menu_pane = r_chat_ceditor_menupane; },
+ MENU_TITLE { menu_pane=r_chatclient_general_menu; }
+ };
+ }
+
+RESOURCE MENU_PANE r_chat_ceditor_menupane
+ {
+ items=
+ {
+ MENU_ITEM { command = EChatClientFriendsListViewCmdDelete; txt = qtn_chat_friend_om_del;}
+ };
+ }
+
+// contact details viewing dialog
+RESOURCE DIALOG r_chat_ceditor_details
+ {
+ flags = EEikDialogFlagWait | EEikDialogFlagNoDrag
+ | EEikDialogFlagCbaButtons | EEikDialogFlagNoTitleBar
+ | EEikDialogFlagFillAppClientRect;
+ buttons = r_chat_softkeys_options_back__contextoptions;
+ items =
+ {
+ DLG_LINE
+ {
+ type = EAknCtDoubleListBox;
+ id = EChatClientControlIdDetails;
+ control = LISTBOX
+ {
+ // flags = EAknListBoxSelectionList;
+ };
+ }
+ };
+ }
+
+RESOURCE MENU_PANE r_chat_cdetails_menupane
+ {
+ items=
+ {
+ MENU_ITEM { command = EChatClientDetailsEdit; txt = qtn_chat_friend_om_edit;},
+ MENU_ITEM { command = EChatClientDetailsDelete; txt = qtn_chat_friend_om_del;}
+ };
+ }
+
+RESOURCE MENU_BAR r_chat_cdetails_menubar
+ {
+ titles=
+ {
+ MENU_TITLE { menu_pane = r_chatclient_general_menu; },
+ MENU_TITLE { menu_pane = r_chat_cdetails_menupane; }
+ };
+ }
+
+// No contact lists query
+RESOURCE DIALOG r_qtn_chat_ceditor_nocontactlists
+ {
+ flags = EAknGeneralQueryFlags;
+ buttons = R_AVKON_SOFTKEYS_OK_EMPTY__OK;
+ items=
+ {
+ DLG_LINE
+ {
+ type = EAknCtQuery;
+ id = EGeneralQuery;
+ control= AVKON_CONFIRMATION_QUERY
+ {
+ layout = EConfirmationQueryLayout;
+ label = qtn_chat_no_contact_lists;
+ animation = R_QGN_NOTE_INFO_ANIM;
+ };
+ }
+ };
+ }
+
+// contact details viewer labels and texts
+RESOURCE TBUF r_qtn_chat_cd_wv_id { buf = qtn_chat_cd_wv_id; }
+RESOURCE TBUF r_qtn_chat_cd_message { buf = qtn_chat_cd_message; }
+RESOURCE TBUF r_qtn_chat_cd_device { buf = qtn_chat_cd_device; }
+RESOURCE TBUF r_qtn_chat_cd_device_unknown { buf = qtn_chat_cd_device_unknown; }
+RESOURCE TBUF r_qtn_chat_cd_device_mobile { buf = qtn_chat_cd_device_mobile; }
+RESOURCE TBUF r_qtn_chat_cd_device_pc { buf = qtn_chat_cd_device_pc; }
+RESOURCE TBUF r_qtn_chat_cd_status { buf = qtn_chat_cd_status; }
+RESOURCE TBUF r_qtn_chat_cd_status_online { buf = qtn_chat_cd_status_online; }
+RESOURCE TBUF r_qtn_chat_cd_status_away { buf = qtn_chat_cd_status_away; }
+RESOURCE TBUF r_qtn_chat_cd_status_offline { buf = qtn_chat_cd_status_offline; }
+RESOURCE TBUF r_qtn_chat_cd_status_busy { buf = qtn_chat_cd_status_busy; }
+RESOURCE TBUF r_qtn_chat_cd_status_appear_offline { buf = qtn_chat_cd_status_appear_offline; }
+RESOURCE TBUF r_qtn_chat_cd_status_unknown { buf = qtn_chat_cd_status_unknown; }
+RESOURCE TBUF r_qtn_chat_cd_alias { buf = qtn_chat_cd_alias; }
+RESOURCE TBUF r_qtn_chat_cd_nick { buf = qtn_chat_cd_nick; }
+
+// End of File