📄 dummyproj.rss
字号:
/*
* ============================================================================
* Name :DummyProj.rss
* Part of : DummyProj
* Created : 13/04/2005 by Mike Howson
* Modified : 2006 VM
* Description:
* This file contains all the resources for the DummyProj.
* Initial content was generated by Series 60 AppWizard.
* Version :
* Copyright: Penrillian. All rights reserved
* Web : www.penrillian.com
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "dummyproj.hrh"
#include "dummyproj.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
//#include <avkon.loc>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf="DummyProj"; }
RESOURCE EIK_APP_INFO
{
menubar=r_dummyproj_menubar;
hotkeys=r_dummyproj_hotkeys;
}
//----------------------------------------------------
//
// r_dummyproj_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_dummyproj_hotkeys
{
control=
{
HOTKEY { command=EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_dummyproj_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_dummyproj_menubar
{
titles=
{
MENU_TITLE { menu_pane=r_dummyproj_menu; txt="File"; }
};
}
//----------------------------------------------------
//
// r_dummyproj_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_dummyproj_menu
{
items=
{
MENU_ITEM { command=EDummyProjCmdAdd; txt = qtn_add; },
MENU_ITEM { command=EDummyProjCmdRemove; txt = qtn_remove; },
MENU_ITEM { command=EAknCmdExit; txt = qtn_options_exit; }
};
}
//----------------------------------------------------
//
// r_dummyproj_dialog
//
//----------------------------------------------------
//
RESOURCE DIALOG r_dummyproj_dialog
{
flags=EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagFillAppClientRect |
EEikDialogFlagCbaButtons | EEikDialogFlagModeless;
buttons=R_AVKON_SOFTKEYS_OPTIONS_BACK;
items=
{
DLG_LINE
{
id=EDummyProjDlg1Label;
type=EEikCtLabel;
control= LABEL
{
txt = "List of values";
vert_align=EEikLabelAlignVCenter;
};
}
};
}
RESOURCE LISTBOX r_dummyproj_dialog_listbox
{
flags = EAknListBoxSelectionList;
}
RESOURCE DIALOG r_my_data_query_dialog
{
flags = EGeneralQueryFlags;
buttons = R_AVKON_SOFTKEYS_OK_CANCEL;
items =
{
DLG_LINE
{
type = EAknCtQuery;
id = EGeneralQuery;
control = AVKON_DATA_QUERY
{
layout = ENumberLayout;
label = qtn_akntaquery_data_label_text;
control = AVKON_INTEGER_EDWIN
{
min = 0;
max = 99999;
maxlength = 6;
};
};
}
};
}
RESOURCE TBUF r_stack_value_query_prompt {buf = loc_stack_value_query_prompt;}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -