wvuing/wvuiave/AppRss/CAChatViewNG.rss
changeset 0 094583676ce7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wvuing/wvuiave/AppRss/CAChatViewNG.rss	Thu Dec 17 08:41:52 2009 +0200
@@ -0,0 +1,156 @@
+/*
+* Copyright (c) 2002-2005 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:  Chat view's resource file
+*
+*/
+
+
+//----------------------------------------------------
+//   
+//    r_chatclient_chat_view
+//    View-resource definition for chatlist-view
+//
+//----------------------------------------------------
+//
+RESOURCE AVKON_VIEW r_chatclient_chat_view
+    {
+    hotkeys=r_chatclient_hotkeys;
+    menubar=r_chatclient_menubar_chat_view;  
+    cba=R_AVKON_SOFTKEYS_SELECTION_LIST; 
+    }
+
+//----------------------------------------------------
+//   
+//    r_chatclient_menubar_chat_view
+//    Menubar definition for chatlist-view
+//
+//----------------------------------------------------
+//
+RESOURCE MENU_BAR r_chatclient_menubar_chat_view
+{
+    titles=
+    {
+    	MENU_TITLE { menu_pane=r_chatclient_general_menu; },
+    
+        MENU_TITLE { menu_pane=r_chatclient_chat_view_menu; }
+    };
+}
+
+//----------------------------------------------------
+//   
+//    r_chatclient_chat_view_menu
+//    Items for menupane in chat-view
+//
+//----------------------------------------------------
+//
+RESOURCE MENU_PANE r_chatclient_chat_view_menu
+{
+    items=
+    {
+		MENU_ITEM { command = EChatClientChatViewCmdSend; 
+					txt = qtn_chat_om_send; 
+				  },
+        MENU_ITEM { command = EChatClientChatViewInsertSmiley; 
+		    		txt = qtn_chat_conv_insert_smiley; 
+				  },        
+        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 = EChatClientChatViewCmdReply; 
+					txt = qtn_chat_om_reply; 
+				  },
+        MENU_ITEM { command = EChatClientChatViewCmdForward;
+                    cascade = r_chatclient_ibox_forward_submenu;
+                    txt = qtn_chat_om_forward;
+                  },
+        
+        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=EChatClientChatViewCmdWhisper; 
+					txt = qtn_chat_om_whisper;
+			      },
+        MENU_ITEM { command=EChatClientInviteFriend; 
+					txt = qtn_chat_om_invite; 
+				  },
+		MENU_ITEM { command=EChatClientChatViewCmdLeave; 
+					txt = qtn_chat_om_leave; 
+				  },
+		MENU_ITEM { command = EChatClientChatListOptions;
+					cascade = r_chatclient_chatview_sub_menu;
+					txt = qtn_chat_clist_om_cgr;
+				  },        
+       
+        MENU_ITEM {	command=EChatClientChatViewLogOn;
+					txt = qtn_chat_options_save;	
+				  }
+    };
+}
+
+RESOURCE MENU_PANE r_chatclient_chatview_sub_menu
+{
+	items=
+	{
+		MENU_ITEM { command = EChatClientChatViewFavor;
+					txt = qtn_chat_om_save_favor;
+				  },
+		MENU_ITEM { command = EChatClientChatViewRmv;
+					txt = qtn_chat_clist_cgr_sm_rmv;
+				  },
+		MENU_ITEM { command = EChatClientChatViewCmdParticip;
+					txt = qtn_chat_clist_cgr_sm_part;
+				  },
+		MENU_ITEM { command = EChatClientChatViewCmdGroupInfo;
+					txt = qtn_chat_clist_cgr_sm_info;
+				  },
+		MENU_ITEM { command = EChatClientChatViewEdit;
+					txt = qtn_chat_clist_cgr_sm_pedit;
+				  }		
+	};
+}
+
+RESOURCE TBUF r_chatview_show_part_prompt 		{ buf = qtn_chat_show_part_heading; }
+
+RESOURCE TBUF r_qtn_chat_invite_friends_now { buf = qtn_chat_invite_friends_now; }	
+
+RESOURCE AVKON_MULTISELECTION_LIST_QUERY r_chatview_recipient_query
+    {
+    items =
+	{
+	AVKON_MULTISELECTION_LIST_QUERY_DLG_LINE 
+	    {
+	    control = AVKON_LIST_QUERY_CONTROL
+		{
+		listtype = EAknCtSingleGraphicPopupMenuListBox;
+		listbox = AVKON_MULTISELECTION_LIST_QUERY_LIST
+		    {
+		    
+		    };
+		heading = qtn_chat_om_whisper_select;
+		};
+	    }
+	};
+    }
+