1 /* Copyright (c) 2004-2005 Nokia. All rights reserved. */
3 /* The PerlApp application is licensed under the same terms as Perl itself. */
11 #include "PerlApp.hrh"
13 RESOURCE RSS_SIGNATURE
17 RESOURCE TBUF r_default_document_name
24 menubar = r_Perl_menubar;
25 cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
29 RESOURCE MENU_BAR r_Perl_menubar
34 menu_pane = r_Perl_menu;
40 RESOURCE MENU_PANE r_Perl_menu
44 command = EPerlAppCommandAbout;
48 command = EPerlAppCommandTime;
52 command = EPerlAppCommandRunFile;
56 command = EPerlAppCommandOneLiner;
60 command = EPerlAppCommandCopyright;
66 RESOURCE DIALOG r_ok_cancel_dialog
68 flags = EEikDialogFlagWait | EEikDialogFlagCbaButtons;
69 buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
77 layout = EGeneralLayout;
83 RESOURCE DIALOG r_yes_no_dialog
85 flags = EEikDialogFlagWait | EEikDialogFlagCbaButtons;
86 buttons = R_AVKON_SOFTKEYS_YES_NO;
94 layout = EGeneralLayout;
100 RESOURCE DIALOG r_text_query_dialog
102 flags = EGeneralQueryFlags;
103 buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
109 control = AVKON_DATA_QUERY
111 layout = EDataLayout;
118 RESOURCE AVKON_LIST_QUERY r_list_query_dialog
120 flags = EGeneralQueryFlags;
121 softkeys = R_AVKON_SOFTKEYS_OK_CANCEL;
125 type = EAknCtListQueryControl;
126 id = EListQueryControl;
127 control = AVKON_LIST_QUERY_CONTROL
129 listtype = EAknCtSinglePopupMenuListBox;
135 #include <CommonDialogs.hrh>
136 #include <CommonDialogs.rh>
138 RESOURCE MEMORYSELECTIONDIALOG r_memory_selection_dialog