1 /* Copyright (c) 200-2005 Nokia. All rights reserved. */
3 /* The PerlUi class is licensed under the same terms as Perl itself. */
5 /* The UIQ definitions. */
10 #include <eikcore.rsg>
14 #include "PerlApp.hrh"
16 RESOURCE RSS_SIGNATURE
20 RESOURCE TBUF r_default_document_name
27 menubar = r_perlui_menubar;
28 toolbar = r_perlui_menubar;
32 RESOURCE MENU_BAR r_perlui_menubar
37 menu_pane = r_perlui_menu; txt = "Options";
43 RESOURCE MENU_PANE r_perlui_menu
47 command = EPerlAppCommandAbout;
51 command = EPerlAppCommandTime;
55 command = EPerlAppCommandOneLiner;
59 command = EPerlAppCommandCopyright;
65 RESOURCE DIALOG r_perlui_oneliner_dialog
68 buttons = R_EIK_BUTTONS_CANCEL_OK;
69 flags = EEikDialogFlagWait;
74 id = EPerlUiTextQueryInputField;
83 RESOURCE DIALOG r_perlui_ok_cancel_dialog
85 title = "OK / Cancel ?";
86 buttons = r_perlui_ok_cancel_buttons;
89 RESOURCE DLG_BUTTONS r_perlui_ok_cancel_buttons
94 button = CMBUT { txt = "Ok"; };
98 button = CMBUT { txt = "Cancel"; };
103 RESOURCE DIALOG r_perlui_yes_no_dialog
105 title = "Yes / No ?";
106 buttons = r_perlui_yes_no_buttons;
109 RESOURCE DLG_BUTTONS r_perlui_yes_no_buttons
114 button = CMBUT { txt = "Yes"; };
118 button = CMBUT { txt = "No"; };