wvuing/wvuiave/AppRss/CAIBoxViewNG.rss
changeset 0 094583676ce7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wvuing/wvuiave/AppRss/CAIBoxViewNG.rss	Thu Dec 17 08:41:52 2009 +0200
@@ -0,0 +1,415 @@
+/*
+* Copyright (c) 2002-2006 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:  Resource file of i-box view
+*
+*/
+
+
+//----------------------------------------------------
+//
+//    r_chatclient_chat_view
+//    View-resource definition for chatlist-view
+//
+//----------------------------------------------------
+//
+RESOURCE AVKON_VIEW r_chatclient_p2p_view
+    {
+    hotkeys=r_chatclient_hotkeys;
+    menubar=r_chatclient_menubar_ibox_view;
+    cba=R_AVKON_SOFTKEYS_SELECTION_LIST;
+    }
+
+//----------------------------------------------------
+//
+//    r_chatclient_ibox_view_menu
+//    Items for menupane in ibox view
+//
+//----------------------------------------------------
+//
+RESOURCE MENU_BAR r_chatclient_menubar_ibox_view
+    {
+    titles=
+        {
+        MENU_TITLE { menu_pane=r_chatclient_general_menu; },
+        
+        MENU_TITLE { menu_pane=r_chatclient_ibox_view_menu; }
+        };
+    }
+
+RESOURCE MENU_PANE r_chatclient_ibox_view_menu
+    {
+    items =
+        {
+        MENU_ITEM
+            {
+            command = EChatClientIboxViewSend;
+            txt = qtn_im_ibox_om_send;
+            },
+
+        MENU_ITEM
+            {
+            command=EChatClientChatViewInsertSmiley;
+            txt = qtn_chat_conv_insert_smiley;
+            },
+                     
+	MENU_ITEM
+            {
+            command=EChatClientIboxInsertTemplate;
+            txt = qtn_chat_conv_insert_Template;
+            },
+            
+        MENU_ITEM
+            {
+            command = EChatClientOpenObject;
+            txt = qtn_chat_open_object;
+            },
+
+        MENU_ITEM
+            {
+            command = EChatClientSaveObject;
+            txt = qtn_chat_save_object;
+            },
+
+        MENU_ITEM
+            {
+            command = EChatClientFindMenuPlaceHolder;
+            txt = "";
+            },
+
+        MENU_ITEM
+            {
+            command = EChatClientSendImage;
+            txt = qtn_chat_send_image;
+            },
+        MENU_ITEM
+            {
+            command = EChatClientSendImageCascade;
+            cascade = r_chatclient_send_image_submenu;
+            txt = qtn_chat_send_image;
+            },
+
+        MENU_ITEM
+            {
+            command = EChatClientIboxForward;
+            cascade = r_chatclient_ibox_forward_submenu;
+            txt = qtn_chat_om_forward;
+            },
+
+        MENU_ITEM
+            {
+            command = EChatClientSearchAddFriends;
+            txt = qtn_chat_om_addfriends;
+            },
+
+        MENU_ITEM
+            {
+            command = EChatClientIboxRecord;
+            txt = qtn_chat_options_save;
+            },
+        
+
+        MENU_ITEM
+            {
+            command = EChatClientIboxBlockOpt;
+            cascade = r_chatclient_ibox_block_submenu;
+            txt = qtn_chat_friend_om_imsg_set;
+            },
+
+        MENU_ITEM 
+            { 
+            command = EChatClientMainViewCmdChangeStatus; 
+            txt = qtn_chat_friend_change_status; 
+            },
+
+        MENU_ITEM
+            {
+            command = EChatClientIboxClose;
+            txt = qtn_chat_om_close_conv;
+            }
+
+        };
+
+    }
+
+
+RESOURCE MENU_PANE r_chatclient_ibox_forward_submenu
+    {
+    items=
+        {
+        MENU_ITEM { command=EChatClientIboxForwardToContact; txt = qtn_chat_om_forward_friend; },
+        MENU_ITEM { command=EChatClientIboxForwardToGroup; txt = qtn_chat_om_forward_group; }        
+        };
+    }
+
+
+RESOURCE MENU_PANE r_chatclient_ibox_block_submenu
+    {
+    items=
+        {
+        MENU_ITEM { command=EChatClientIboxBlock; txt = qtn_chat_friend_om_block;},
+        MENU_ITEM { command=EChatClientIboxBlockEnter; txt = qtn_chat_friend_block_enter; },
+        MENU_ITEM { command=EChatClientIboxBlockShow; txt = qtn_chat_friend_block_showl; }
+        };
+    }
+
+RESOURCE TBUF r_chatclient_block_enter_prompt { buf = qtn_chat_blcok_manual_dquery; }
+RESOURCE DIALOG r_chatclient_block_enter
+    {
+    flags = EEikDialogFlagWait|EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagCbaButtons | EEikDialogFlagNoShadow;
+    buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtQuery;
+            id=EGeneralQuery;
+            //itemflags=EEikDlgItemTakesEnterKey;
+            control= AVKON_DATA_QUERY
+                {
+                    layout = EDataLayout;
+                    label = qtn_chat_blcok_manual_dquery;
+                    control=EDWIN
+                        {
+                        flags= EEikEdwinNoHorizScrolling | EEikEdwinResizable;
+                        maxlength=50;
+                        width=16;
+                        lines=1;
+                        default_case = EAknEditorLowerCase;
+                        avkon_flags = EAknEditorFlagLatinInputModesOnly;
+                        };
+                };
+            }
+        };
+    }
+
+// numeric-input enabled r_chatclient_block_enter dialog
+RESOURCE DIALOG r_chatclient_block_enter2
+    {
+    flags = EEikDialogFlagWait|EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagCbaButtons | EEikDialogFlagNoShadow;
+    buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtQuery;
+            id=EGeneralQuery;
+            //itemflags=EEikDlgItemTakesEnterKey;
+            control= AVKON_DATA_QUERY
+                {
+                    layout = EDataLayout;
+                    label = qtn_chat_blcok_manual_dquery;
+                    control=EDWIN
+                        {
+                        flags= EEikEdwinNoHorizScrolling | EEikEdwinResizable;
+                        maxlength=50;
+                        width=16;
+                        lines=1;
+                        default_case = EAknEditorLowerCase;
+                        default_input_mode = EAknEditorNumericInputMode;
+                        avkon_flags = EAknEditorFlagLatinInputModesOnly;
+                        };
+                };
+            }
+        };
+    }
+//----------------------------------------------------
+//
+//    r_chatclient_menubar_finditemui
+//    Menubar definition for find item menu
+//
+//----------------------------------------------------
+//
+RESOURCE MENU_BAR r_chatclient_menubar_finditemui
+    {
+    titles=
+        {
+        MENU_TITLE { menu_pane = r_chatclient_finditemui_menu; }
+        };
+    }
+
+//----------------------------------------------------
+//
+//    r_chatclient_finditemui_menu
+//    Items for menupane in find item menu
+//
+//----------------------------------------------------
+//
+RESOURCE MENU_PANE r_chatclient_finditemui_menu
+    {
+    items =
+        {
+        MENU_ITEM
+            {
+            command = EFindItemContextMenuPlaceHolder;
+            txt = "";
+            }
+        };
+    }
+
+//----------------------------------------------------
+//
+//    r_chatclient_menubar_addandreply
+//    Menubar definition for add and reply menu
+//
+//----------------------------------------------------
+//
+RESOURCE MENU_BAR r_chatclient_menubar_addandreply
+    {
+    titles=
+        {
+        MENU_TITLE { menu_pane=r_chatclient_addandreply_menu; }
+        };
+    }
+
+//----------------------------------------------------
+//
+//    r_chatclient_addandreply_menu
+//    Items for menupane in add and reply menu
+//
+//----------------------------------------------------
+//
+RESOURCE MENU_PANE r_chatclient_addandreply_menu
+    {
+    items =
+        {
+        MENU_ITEM
+            {
+            /* cascade = r_chatclient_addtocontacts_menu; */
+            command = EChatClientSearchAddFriends;
+            txt = qtn_chat_om_addfriends;
+            },
+        MENU_ITEM
+            {
+            command = EChatClientIboxReply;
+            txt = qtn_chat_om_reply;
+            }
+        };
+    }
+
+//Prompt for ending conversation
+RESOURCE TBUF r_close_conversation_prompt       { buf = qtn_chat_cquery_close_conv; }
+
+RESOURCE DIALOG r_close_coversation_query
+    {
+    flags=EGeneralQueryFlags;
+    buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtQuery;
+            id=EGeneralQuery;
+            control= AVKON_CONFIRMATION_QUERY
+                {
+                    layout = EConfirmationQueryLayout;
+                };
+            }
+        };
+    }
+
+RESOURCE TBUF r_qtn_chat_media_unsupported { buf = qtn_chat_media_unsupported; }
+RESOURCE TBUF r_qtn_chat_media_corrupted { buf = qtn_chat_media_corrupted; }
+RESOURCE TBUF r_qtn_chat_scaling_error { buf = qtn_chat_scaling_error; }
+RESOURCE TBUF r_qtn_chat_scaling_image_too_big { buf = qtn_chat_scaling_image_too_big; }
+RESOURCE TBUF r_qtn_chat_mem_low_image_open_saved {buf = qtn_chat_mem_low_image_open_saved; }
+RESOURCE TBUF r_qtn_chat_mem_low_image_open {buf = qtn_chat_mem_low_image_open; }
+
+RESOURCE DIALOG r_qtn_mms_upload_info_corrupted
+    {
+    flags=EGeneralQueryFlags;
+    buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtQuery;
+            id=EGeneralQuery;
+            control= AVKON_CONFIRMATION_QUERY
+                {
+                    layout = EConfirmationQueryLayout;
+                    label=qtn_mms_upload_info_corrupted;
+                    animation = R_QGN_NOTE_INFO_ANIM;
+                };
+            }
+        };
+    }
+
+RESOURCE DIALOG r_qtn_mms_info_obj_not_supp_send
+    {
+    flags=EGeneralQueryFlags;
+    buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtQuery;
+            id=EGeneralQuery;
+            control= AVKON_CONFIRMATION_QUERY
+                {
+                    layout = EConfirmationQueryLayout;
+                    label=qtn_mms_info_obj_not_supp_send;
+                    animation = R_QGN_NOTE_INFO_ANIM;
+                };
+            }
+        };
+    }
+    
+RESOURCE DIALOG r_qtn_drm_info_send_forbid_one
+    {
+    flags=EGeneralQueryFlags;
+    buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtQuery;
+            id=EGeneralQuery;
+            control= AVKON_CONFIRMATION_QUERY
+                {
+                    layout = EConfirmationQueryLayout;
+                    label=qtn_drm_info_send_forbid_one;
+                    animation = R_QGN_NOTE_INFO_ANIM;
+                };
+            }
+        };
+    }
+    
+RESOURCE DIALOG r_qtn_drm_info_send_forbid_some
+    {
+    flags=EGeneralQueryFlags;
+    buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
+    items=
+        {
+        DLG_LINE
+            {
+            type=EAknCtQuery;
+            id=EGeneralQuery;
+            control= AVKON_CONFIRMATION_QUERY
+                {
+                    layout = EConfirmationQueryLayout;
+                    label=qtn_drm_info_send_forbid_some;
+                    animation = R_QGN_NOTE_INFO_ANIM;
+                };
+            }
+        };
+    }        
+
+// softkey for select image
+RESOURCE TBUF r_text_softkey_select { buf = text_softkey_select; }
+
+RESOURCE TBUF r_text_softkey_back   { buf = text_softkey_back; }
+
+RESOURCE TBUF r_qtn_chat_unnamed_file { buf = qtn_chat_unnamed_file; }
+
+RESOURCE TBUF r_qtn_drm_not_allowed { buf = qtn_drm_not_allowed; }