meetingui/meetingrequestutils/Data/meetingrequestutilsuires.rss
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2005 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:   Resources file for meeting request utilities
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //  RESOURCE IDENTIFIER
       
    22 NAME    OMRU
       
    23 
       
    24 //  INCLUDES
       
    25 #include <eikon.rh>
       
    26 #include <eikon.rsg>
       
    27 #include <avkon.hrh>
       
    28 #include <avkon.rh>
       
    29 #include <avkon.rsg>
       
    30 #include <avkon.mbg>
       
    31 #include <avkon.loc>
       
    32 #include <messaging.loc>
       
    33 #include <data_caging_paths_strings.hrh>
       
    34 #include "meetingrequestutils.hrh"
       
    35 #include <MeetingRequest.loc>
       
    36 
       
    37 
       
    38 RESOURCE RSS_SIGNATURE { }
       
    39 
       
    40 RESOURCE TBUF 
       
    41     { 
       
    42     buf = "mrutils"; 
       
    43     }
       
    44     
       
    45 	
       
    46 RESOURCE TBUF r_qtn_mail_mtg_sub_accepted
       
    47 	{
       
    48 	buf = qtn_mail_mtg_sub_accepted;
       
    49 	}
       
    50 
       
    51 RESOURCE TBUF r_qtn_mail_mtg_sub_tentative
       
    52 	{
       
    53 	buf = qtn_mail_mtg_sub_tentative;
       
    54 	}
       
    55 
       
    56 RESOURCE TBUF r_qtn_mail_mtg_sub_declined
       
    57 	{
       
    58 	buf = qtn_mail_mtg_sub_declined;
       
    59 	}
       
    60 
       
    61 RESOURCE TBUF r_qtn_cale_response_description
       
    62 	{
       
    63 	buf = qtn_cale_response_description;
       
    64 	}
       
    65 	
       
    66 RESOURCE TBUF r_qtn_cale_to_invited_attendees
       
    67 	{
       
    68 	buf = qtn_cale_to_invited_attendees;
       
    69 	}
       
    70 
       
    71 RESOURCE AVKON_LIST_QUERY r_send_response_list_query
       
    72 	{
       
    73 	flags = EGeneralQueryFlags;
       
    74 	softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL;
       
    75 	
       
    76 	items =
       
    77 		{
       
    78 		AVKON_LIST_QUERY_DLG_LINE
       
    79 			{
       
    80 			control = AVKON_LIST_QUERY_CONTROL
       
    81 				{
       
    82 				listtype = EAknCtSinglePopupMenuListBox;
       
    83 				
       
    84 				listbox = AVKON_LIST_QUERY_LIST
       
    85 					{
       
    86 					array_id = r_send_response_list_query_item_list_array;
       
    87 					};
       
    88                                 heading = "dummy"; // replaced with correct heading in run-time
       
    89 				};
       
    90 			}
       
    91 		};
       
    92 	}
       
    93 	
       
    94 RESOURCE ARRAY r_send_response_list_query_item_list_array
       
    95 	{
       
    96 	items =
       
    97 		{
       
    98 		LBUF {txt = qtn_mail_mtg_edit_and_send;},
       
    99 		LBUF {txt = qtn_mail_mtg_send_response;},
       
   100 		LBUF {txt = qtn_mail_mtg_dont_send_response;}
       
   101 		};
       
   102 	}
       
   103 	
       
   104 RESOURCE DIALOG r_edit_before_sending_view_form_dialog
       
   105     {
       
   106     flags = EEikDialogFlagNoDrag |
       
   107             EEikDialogFlagFillAppClientRect |
       
   108             EEikDialogFlagButtonsRight |
       
   109             EEikDialogFlagCbaButtons |
       
   110             EEikDialogFlagWait |
       
   111             EEikDialogFlagNoTitleBar |
       
   112             EEikDialogFlagDontEatUpDownEvents |
       
   113             EEikDialogFlagNotifyEsc; 
       
   114     buttons = R_AVKON_SOFTKEYS_OPTIONS_CANCEL;    
       
   115     form = r_edit_before_sending_view_form;
       
   116     }
       
   117 
       
   118 RESOURCE FORM r_edit_before_sending_view_form
       
   119     {
       
   120     flags = EEikFormUseDoubleSpacedFormat;
       
   121     items =
       
   122         {
       
   123         DLG_LINE
       
   124             {
       
   125             type = EEikCtEdwin;
       
   126             prompt = qtn_cale_to_organizer;
       
   127             id = EToEditor;
       
   128             itemflags  = EEikDlgItemNonFocusing;
       
   129             control=EDWIN
       
   130 	       	{
       
   131 	       	flags = EEikEdwinDisplayOnly;
       
   132                 default_case = EAknEditorTextCase;
       
   133                 allowed_case_modes = EAknEditorAllCaseModes;
       
   134     		max_view_height_in_lines = 2;
       
   135 		maxlength = 255;
       
   136 		width = 255;
       
   137 		lines = 2;
       
   138 	    	};
       
   139             },
       
   140 
       
   141         DLG_LINE
       
   142             {
       
   143             type = EEikCtEdwin;
       
   144             prompt = qtn_cale_note_subject;
       
   145             id = ESubjectEditor;
       
   146             itemflags  = EEikDlgItemNonFocusing;
       
   147             control = EDWIN
       
   148 	       	{
       
   149 	       	flags = EEikEdwinDisplayOnly;
       
   150                 default_case = EAknEditorTextCase;
       
   151                 allowed_case_modes = EAknEditorAllCaseModes;
       
   152     		max_view_height_in_lines = 2;
       
   153 		maxlength = 255;
       
   154 		width = 255;
       
   155 		lines = 2;
       
   156 	    	};
       
   157 	    },
       
   158         DLG_LINE
       
   159             {
       
   160             type = EEikCtEdwin;
       
   161             prompt = qtn_cale_response_description;
       
   162             id = EDescriptionEditor;
       
   163             itemflags = EEikDlgItemTakesEnterKey;
       
   164 	        control = EDWIN
       
   165 	    	{
       
   166 	       	flags = EEikEdwinAllowUndo | 
       
   167                         EEikEdwinNoHorizScrolling |
       
   168                         EEikEdwinResizable | 
       
   169                         EEikEdwinAutoSelection | 
       
   170                         EEikEdwinNoAutoSelection | 
       
   171                         EEikEdwinJustAutoCurEnd;
       
   172                 default_case = EAknEditorTextCase;
       
   173                 allowed_case_modes = EAknEditorAllCaseModes;
       
   174                 numeric_keymap = EAknEditorStandardNumberModeKeymap;
       
   175                 default_input_mode = EAknEditorAlphaInputMode;
       
   176     		max_view_height_in_lines = 10;
       
   177     		lines = 2;
       
   178 		maxlength = 700;
       
   179 		width = 255;
       
   180 	    	};            
       
   181 	    }
       
   182 	};
       
   183     }
       
   184     
       
   185 RESOURCE MENU_BAR r_edit_before_sending_view_menubar
       
   186     {
       
   187     titles =
       
   188         {
       
   189         MENU_TITLE  { menu_pane = r_edit_before_sending_view_options; } 
       
   190         };
       
   191     }
       
   192     
       
   193 RESOURCE MENU_PANE r_edit_before_sending_view_options
       
   194     {
       
   195     items=
       
   196         {
       
   197         MENU_ITEM { command = EEditBeforeSendingCmdSend;	txt = qtn_cale_send_menu_item; },
       
   198         MENU_ITEM { command = EAknCmdHelp;			txt = qtn_options_help; },
       
   199         MENU_ITEM { command = EAknCmdExit;			txt = qtn_options_exit; }
       
   200         };
       
   201     }
       
   202 
       
   203 RESOURCE DIALOG r_edit_before_sending_cancel_response_query
       
   204     {
       
   205     flags = EGeneralQueryFlags;
       
   206     buttons = R_AVKON_SOFTKEYS_YES_NO;
       
   207     items =
       
   208     	{
       
   209     	DLG_LINE
       
   210     	    {
       
   211     	    type = EAknCtQuery;
       
   212     	    id = EGeneralQuery;
       
   213     	    control = AVKON_CONFIRMATION_QUERY
       
   214     	    	{
       
   215     	    	layout = EConfirmationQueryLayout;
       
   216                 label = qtn_cale_query_cancel_response;
       
   217     	    	};
       
   218     	    }
       
   219     	};
       
   220     }
       
   221 
       
   222 RESOURCE AVKON_LIST_QUERY r_cancel_list_query
       
   223 	{
       
   224 	flags = EGeneralQueryFlags;
       
   225 	softkeys = R_AVKON_SOFTKEYS_SELECT_CANCEL;	
       
   226 	items =
       
   227 		{
       
   228 		AVKON_LIST_QUERY_DLG_LINE
       
   229 			{
       
   230 			control = AVKON_LIST_QUERY_CONTROL
       
   231 				{
       
   232 				listtype = EAknCtSinglePopupMenuListBox;				
       
   233 				listbox = AVKON_LIST_QUERY_LIST
       
   234 					{
       
   235 					array_id = r_cancel_item_list_array;
       
   236 					};
       
   237                                 heading = "dummy"; // replaced with correct heading in run-time
       
   238 				};
       
   239 			}
       
   240 		};
       
   241 	}
       
   242 	
       
   243 RESOURCE ARRAY r_cancel_item_list_array
       
   244 	{
       
   245 	items =
       
   246 		{
       
   247 		LBUF {txt = qtn_cale_cancel_edit_and_send;},
       
   248 		LBUF {txt = qtn_cale_cancel_send;},
       
   249 		LBUF {txt = qtn_cale_cancel_do_not_send;}
       
   250 		};
       
   251 	}
       
   252 
       
   253 RESOURCE TBUF r_qtn_cale_meetin_request_cancelled
       
   254 	{
       
   255 	buf = qtn_cale_meeting_request_cancelled;
       
   256 	}
       
   257 
       
   258 // End of File