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

📄 indicatoriconex.rss

📁 图片解码程序
💻 RSS
字号:
/*
============================================================================
 Name        : IndicatorIconEx.rss
 Author      : 
 Version     :
 Copyright   : Copyright (c) 1999 - 2006 Vinsofts Inc.
 			   (http://cc.1asphost.com/vinsofts/)
 Description : This file contains all the resources for the IndicatorIconEx.
============================================================================
*/

//  RESOURCE IDENTIFIER
NAME    AWIZ // 4 letter ID

//  INCLUDES

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




//  RESOURCE DEFINITIONS 

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf = "IndicatorIconEx"; }

RESOURCE EIK_APP_INFO
    {
    status_pane = r_indicatoriconex_status_pane;
    }

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

//----------------------------------------------------
//   
//    r_indicatoriconex_view1
//
//----------------------------------------------------
//
RESOURCE AVKON_VIEW r_indicatoriconex_view1
    {
    hotkeys = r_indicatoriconex_hotkeys;
    menubar = r_indicatoriconex_menubar_view1;  
    cba     = R_AVKON_SOFTKEYS_SELECTION_LIST;    
    }

//----------------------------------------------------
//   
//    r_indicatoriconex_menubar_view1
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_indicatoriconex_menubar_view1
    {
    titles =
        {
        MENU_TITLE { menu_pane = r_indicatoriconex_app_menu; txt = "App"; },
        MENU_TITLE { menu_pane = r_indicatoriconex_view1_menu; txt = "View"; }
        };
    }

//----------------------------------------------------
//   
//    r_indicatoriconex_view1_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_indicatoriconex_view1_menu
    {
    items =
        {
        MENU_ITEM { command = EIndicatorIconExCmdAppTest; txt = qtn_view1_option_item; }
        };
    }

//----------------------------------------------------
//   
//    r_indicatoriconex_view2
//
//----------------------------------------------------
//
RESOURCE AVKON_VIEW r_indicatoriconex_view2
    {
    hotkeys = r_indicatoriconex_hotkeys;
    menubar = r_indicatoriconex_menubar_view2;  
    cba     = R_AVKON_SOFTKEYS_SELECTION_LIST; 
    }

//----------------------------------------------------
//   
//    r_indicatoriconex_menubar_view2
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_indicatoriconex_menubar_view2
    {
    titles =
        {
        MENU_TITLE { menu_pane = r_indicatoriconex_app_menu; txt = "App"; },
        MENU_TITLE { menu_pane = r_indicatoriconex_view2_menu; txt = "View"; }
        };
    }

//----------------------------------------------------
//   
//    r_indicatoriconex_view2_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_indicatoriconex_view2_menu
    {
    items =
        {
        MENU_ITEM { command = EIndicatorIconExCmdAppTest; txt = qtn_view2_option_item; }
        };
    }

//----------------------------------------------------
//   
//    r_indicatoriconex_app_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_indicatoriconex_app_menu
    {
    items =
        {
        MENU_ITEM { command = EIndicatorIconExCmdAppTest; txt = qtn_appl_option_item; },
        MENU_ITEM { command = EAknCmdExit; txt = qtn_appl_exit; }
        };
    }

RESOURCE STATUS_PANE_APP_MODEL r_indicatoriconex_status_pane
    {
	panes =
		{
		SPANE_PANE
			{
			id = EEikStatusPaneUidNavi;
			type = EAknCtNaviPane;
			resource = r_indicatoriconex_navi_decorator;
			}
		};
    }

//----------------------------------------------------
//   
//    r_indicatoriconex_navi_decorator
//
//----------------------------------------------------
//
RESOURCE NAVI_DECORATOR r_indicatoriconex_navi_decorator
    {
    type = ENaviDecoratorControlTabGroup;
    control = TAB_GROUP
		{
		tab_width = EAknTabWidthWithTwoTabs;  // two tabs
		active = 0;
		tabs = {
			TAB
				{
                id = EIndicatorIconExView1Tab; // from application hrh
                txt = qtn_view1_tab;
                },
			TAB
				{
                id = EIndicatorIconExView2Tab;
                txt = qtn_view2_tab;
				}
			};
		};
	}


⌨️ 快捷键说明

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