1 /* Copyright (c) 2004-2005 Nokia. All rights reserved. */
3 /* The PerlUi class is licensed under the same terms as Perl itself. */
5 /* The S60 definitions. */
14 #include "PerlApp.hrh"
16 RESOURCE RSS_SIGNATURE
20 RESOURCE TBUF r_default_document_name
27 menubar = r_Perl_menubar;
28 cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
32 RESOURCE MENU_BAR r_Perl_menubar
37 menu_pane = r_Perl_menu;
43 RESOURCE MENU_PANE r_Perl_menu
47 command = EPerlAppCommandAbout;
51 command = EPerlAppCommandTime;
55 command = EPerlAppCommandRunFile;
59 command = EPerlAppCommandOneLiner;
63 command = EPerlAppCommandCopyright;
69 RESOURCE DIALOG r_perlui_ok_cancel_dialog
71 flags = EEikDialogFlagWait | EEikDialogFlagCbaButtons;
72 buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
80 layout = EGeneralLayout;
86 RESOURCE DIALOG r_perlui_yes_no_dialog
88 flags = EEikDialogFlagWait | EEikDialogFlagCbaButtons;
89 buttons = R_AVKON_SOFTKEYS_YES_NO;
97 layout = EGeneralLayout;
103 RESOURCE DIALOG r_perlui_text_query_dialog
105 flags = EGeneralQueryFlags;
106 buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
112 control = AVKON_DATA_QUERY
114 layout = EDataLayout;
121 RESOURCE AVKON_LIST_QUERY r_perlui_list_query_dialog
123 flags = EGeneralQueryFlags;
124 softkeys = R_AVKON_SOFTKEYS_OK_CANCEL;
128 type = EAknCtListQueryControl;
129 id = EListQueryControl;
130 control = AVKON_LIST_QUERY_CONTROL
132 listtype = EAknCtSinglePopupMenuListBox;
138 #include <CommonDialogs.hrh>
139 #include <CommonDialogs.rh>
141 RESOURCE MEMORYSELECTIONDIALOG r_perlui_file_selection_dialog