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

📄 logexample.rss

📁 专业的用于查询手机通话记录的代码
💻 RSS
📖 第 1 页 / 共 2 页
字号:
/*
 * ============================================================================
 *  Name     : LogExample.rss
 *  Part of  : LogExample
 *  Created  : 26.05.2005 by Forum Nokia
 *  Description:
 *     This file contains all the resources for the LogExample.
 *     Initial content was generated by Series 60 Application Wizard.
 *
 *  Version  : 1.0
 *  Copyright: Nokia Corporation
 * ============================================================================
 */

//  RESOURCE IDENTIFIER
NAME    LOGE // 4 letter ID

//  INCLUDE FILES
#include <eikon.rh>
#include "LogExample.hrh"
#include "LogExample.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#ifdef EKA2
#include <appinfo.rh>
#endif

//  CONSTANTS
#define LOGEXFORM_EDWIN_WIDTH 1
#define LOGEXFORM_EDWIN_LINES 1

//  RESOURCE DEFINITIONS 
RESOURCE RSS_SIGNATURE {}

RESOURCE TBUF { buf = "LogExample"; }

RESOURCE EIK_APP_INFO {}

#ifdef EKA2
//----------------------------------------------------
//
// r_logexample_localisable_app_info
//
//----------------------------------------------------
RESOURCE LOCALISABLE_APP_INFO r_logexample_localisable_app_info
    {
    short_caption = "LogExample";
    caption_and_icon =
    CAPTION_AND_ICON_INFO
        {
        caption = "LogExample";
        };
    }
#endif

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

//----------------------------------------------------
//   
//    r_logexample_view1
//
//----------------------------------------------------
//
RESOURCE AVKON_VIEW r_logexample_view1
    {
    hotkeys = r_logexample_hotkeys;
    menubar = r_logexample_menubar_view1;
    cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
    }

//----------------------------------------------------
//   
//    r_logexample_menubar_view1
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_logexample_menubar_view1
    {
    titles =
        {
        MENU_TITLE { menu_pane = r_logexample_app_menu; txt = "App"; },
        MENU_TITLE { menu_pane = r_logexample_view1_menu; txt = "View"; }
        };
    }

//----------------------------------------------------
//   
//    r_logexample_view1_menu; 
//    In order to self-sign the application,
//    the MENUITEM part for the ELogExampleCmdAppAddEvent
//    needs to be commented out
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_logexample_view1_menu
    {
    items =
        {
        MENU_ITEM
            {
            command = ELogExampleCmdAppView;
            txt = qtn_view1_option_item1;
            cascade = r_logexample_submenu_view;
            },
        MENU_ITEM
            {
            command = ELogExampleCmdAppAddEvent;
            txt = qtn_view1_option_item2;
            cascade = r_logexample_submenu_add;
            },
        MENU_ITEM
            {
            command = ELogExampleCmdShowDetails;
            txt = qtn_view1_option_item3;
            },
        MENU_ITEM
            {
            command = ELogExampleCmdDelete;
            txt = qtn_view1_option_item4;
            }
        };
    }

//----------------------------------------------------
//   
//    r_logexample_submenu_view
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_logexample_submenu_view
    {
    items =
        {
        MENU_ITEM
            {
            command = ELogExampleCmdViewAll;
            txt = qtn_view1_submenu1_option_item1_all;
            },
        MENU_ITEM
            {
            command = ELogExampleCmdViewRecent;
            txt = qtn_view1_submenu1_option_item_recent;
            },
        MENU_ITEM
            {
            command = ELogExampleCmdViewIncoming;
            txt = qtn_view1_submenu1_option_item2_incoming;
            },
        MENU_ITEM
            {
            command = ELogExampleCmdViewOutgoing;
            txt = qtn_view1_submenu1_option_item3_outgoing;
            },
        MENU_ITEM
            {
            command = ELogExampleCmdViewVoice;
            txt = qtn_view1_submenu1_option_item4_voice;
            },
        MENU_ITEM
            {
            command = ELogExampleCmdViewSMS;
            txt = qtn_view1_submenu1_option_item5_sms;
            }
        };
    }

//----------------------------------------------------
//   
//    r_logexample_submenu_add
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_logexample_submenu_add
    {
    items =
        {
        MENU_ITEM
            {
            command = ELogExampleCmdAddRandom;
            txt = qtn_view1_submenu2_option_item1_random;
            },
        MENU_ITEM
            {
            command = ELogExampleCmdAddOwnEvent;
            txt = qtn_view1_submenu2_option_item2_own;
            }
        };
    }

//----------------------------------------------------
//   
//    r_logexample_app_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_logexample_app_menu
    {
    items =
        {
        MENU_ITEM { command = EAknCmdExit; txt = qtn_appl_exit; }
        };
    }

// ---------------------------------------------------------
//
//	r_dynamiclist_events_listbox
//
//	Events list
//
// ---------------------------------------------------------
//
RESOURCE LISTBOX r_dynamiclist_events_listbox
    {
    flags = EAknListBoxSelectionList| EAknListBoxLoopScrolling;
    }

//-----------------------------------------------------------------------------
//
//	r_logexample_eventform_dialog 
//	
//-----------------------------------------------------------------------------

RESOURCE DIALOG r_logexample_eventform_dialog
    {
    flags = EEikDialogFlagNoDrag |
    EEikDialogFlagFillAppClientRect |
    EEikDialogFlagNoTitleBar |
    EEikDialogFlagWait |
    EEikDialogFlagCbaButtons;

    buttons = R_AVKON_SOFTKEYS_BACK;
    form = r_logexample_eventform_form;
    }

//-----------------------------------------------------------------------------
//
//	r_logexample_eventform_form
//	

⌨️ 快捷键说明

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