⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 helloworldd.rss

📁 《基于symbian os的手机开发与应用》
💻 RSS
字号:
/*
* ============================================================================
*  Name     :HelloWorldD.rss
*  Part of  : HelloWorldD
*  Created  : 2006-3-13 by 
*  Description:
*     This file contains all the resources for the HelloWorldD.
*     Initial content was generated by Series 60 AppWizard.
*  Version  :
*  Copyright: 
* ============================================================================
*/

//  RESOURCE IDENTIFIER
NAME    AWIZ // 4 letter ID

//  INCLUDES

#include <eikon.rh>
#include "helloworldd.hrh"
#include "helloworldd.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <avkon.loc>


//  RESOURCE DEFINITIONS 

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf="HelloWorldD"; }

RESOURCE EIK_APP_INFO
{
    menubar=r_helloworldd_menubar;
    hotkeys=r_helloworldd_hotkeys;
}

//----------------------------------------------------
//   
//    r_helloworldd_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_helloworldd_hotkeys
{
    control=
    {
        HOTKEY { command=EAknCmdExit; key='e'; }
    };
}

//----------------------------------------------------
//   
//    r_helloworldd_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_helloworldd_menubar
    {
    titles=
        {
        MENU_TITLE { menu_pane=r_helloworldd_menu; txt="File"; }
        };
    }

//----------------------------------------------------
//   
//    r_helloworldd_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_helloworldd_menu
    {
    items=
        {
        MENU_ITEM { command=EHelloWorldDCmdAppTest; txt = qtn_appl_test; },
        MENU_ITEM { command=EAknCmdExit; txt = qtn_options_exit; }
        };
    }

//----------------------------------------------------
//   
//    r_helloworldd_dialog
//
//----------------------------------------------------
//
RESOURCE DIALOG r_helloworldd_dialog
    {
    flags=EEikDialogFlagNoDrag | EEikDialogFlagNoTitleBar | EEikDialogFlagFillAppClientRect | 
          EEikDialogFlagCbaButtons | EEikDialogFlagModeless;
    buttons=R_AVKON_SOFTKEYS_OPTIONS_BACK; 
    items=
        {
        DLG_LINE
            {
            id=EHelloWorldDDlg1Label;
			type=EEikCtLabel;
            control= LABEL 
				{ 
				txt = "<put your stuff here>"; 
                vert_align=EEikLabelAlignVCenter;
				};
            }
        };
    }
            
// End of File

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -