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

📄 allmgrids.rss

📁 《基于Symbian OS的手机开发与应用实践》这本书的配套源码。
💻 RSS
字号:
/*
* ============================================================================
*  Name     : AllMGrids.rss
*  Part of  : AllMGrids
*  Created  : 22.03.2006 by ToBeReplacedByAuthor
*  Description:
*     This file contains all the resources for the AllMGrids.
*     Initial content was generated by Series 60 Application Wizard.
*  Version  :
*  Copyright: ToBeReplacedByCopyright
* ============================================================================
*/

//  RESOURCE IDENTIFIER
NAME    AWIZ // 4 letter ID

//  INCLUDES

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




//  RESOURCE DEFINITIONS 

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf = "AllMGrids"; }

RESOURCE EIK_APP_INFO
    {
    status_pane = r_allmgrids_status_pane;
    }

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

//----------------------------------------------------
//   
//    r_allmgrids_view1
//
//----------------------------------------------------
//
RESOURCE AVKON_VIEW r_allmgrids_view1
    {
    hotkeys = r_allmgrids_hotkeys;
    menubar = r_allmgrids_menubar_view1;  
    cba     = R_AVKON_SOFTKEYS_SELECTION_LIST;    
    }

//----------------------------------------------------
//   
//    r_allmgrids_menubar_view1
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_allmgrids_menubar_view1
    {
    titles =
        {
        MENU_TITLE { menu_pane = r_allmgrids_app_menu; txt = "App"; },
        MENU_TITLE { menu_pane = R_AVKON_MENUPANE_MARKABLE_LIST; txt = "Mark";}
        };
    }

//----------------------------------------------------
//   
//    r_allmgrids_view2
//
//----------------------------------------------------
//
RESOURCE AVKON_VIEW r_allmgrids_view2
    {
    hotkeys = r_allmgrids_hotkeys;
    menubar = r_allmgrids_menubar_view2;  
    cba     = R_AVKON_SOFTKEYS_SELECTION_LIST;    
    }

//----------------------------------------------------
//   
//    r_allmgrids_menubar_view2
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_allmgrids_menubar_view2
    {
    titles =
        {
        MENU_TITLE { menu_pane = r_allmgrids_app_menu; txt = "App"; },
        MENU_TITLE { menu_pane = R_AVKON_MENUPANE_MARKABLE_LIST; txt = "Mark";}
        };
    }

//----------------------------------------------------
//   
//    r_allmgrids_view3
//
//----------------------------------------------------
//
RESOURCE AVKON_VIEW r_allmgrids_view3
    {
    hotkeys = r_allmgrids_hotkeys;
    menubar = r_allmgrids_menubar_view3;  
    cba     = R_AVKON_SOFTKEYS_SELECTION_LIST;    
    }

//----------------------------------------------------
//   
//    r_allmgrids_menubar_view3
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_allmgrids_menubar_view3
    {
    titles =
        {
        MENU_TITLE { menu_pane = r_allmgrids_app_menu; txt = "App"; },
        MENU_TITLE { menu_pane = R_AVKON_MENUPANE_MARKABLE_LIST; txt = "Mark";}
        };
    }

//----------------------------------------------------
//   
//    r_allmgrids_view4
//
//----------------------------------------------------
//
RESOURCE AVKON_VIEW r_allmgrids_view4
    {
    hotkeys = r_allmgrids_hotkeys;
    menubar = r_allmgrids_menubar_view4;  
    cba     = R_AVKON_SOFTKEYS_SELECTION_LIST;    
    }

//----------------------------------------------------
//   
//    r_allmgrids_menubar_view4
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_allmgrids_menubar_view4
    {
    titles =
        {
        MENU_TITLE { menu_pane = r_allmgrids_app_menu; txt = "App"; },
        MENU_TITLE { menu_pane = R_AVKON_MENUPANE_MARKABLE_LIST; txt = "Mark";}
        };
    }

//----------------------------------------------------
//   
//    r_allmgrids_app_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_allmgrids_app_menu
    {
    items =
        {
        MENU_ITEM { command = EAllMGridsCmdAppCaleView; txt = qtn_appl_option_caleview; },
        MENU_ITEM { command = EAllMGridsCmdAppGMSView; txt = qtn_appl_option_gmsview; },
        MENU_ITEM { command = EAllMGridsCmdAppPinbView; txt = qtn_appl_option_pinbview; },
        MENU_ITEM { command = EAllMGridsCmdAppQDialView; txt = qtn_appl_option_qdialview; },
        MENU_ITEM { command = EAknCmdExit; txt = qtn_appl_exit; }
        };
    }

RESOURCE STATUS_PANE_APP_MODEL r_allmgrids_status_pane
    {
    panes =
        {
        SPANE_PANE
            {
            id = EEikStatusPaneUidNavi;
            type = EAknCtNaviPane;
            resource = r_allmgrids_navi_decorator;
            }
        };
    }

//----------------------------------------------------
//   
//    r_allmgrids_navi_decorator
//
//----------------------------------------------------
//
RESOURCE NAVI_DECORATOR r_allmgrids_navi_decorator
    {
    type = ENaviDecoratorControlTabGroup;
    control = TAB_GROUP
        {
        tab_width = EAknTabWidthWithTwoTabs;  // two tabs
        active = 0;
        tabs = {
            TAB
                {
                id = EAllMGridsView1Tab; // from application hrh
                txt = qtn_view1_tab;
                },
            TAB
                {
                id = EAllMGridsView2Tab;
                txt = qtn_view2_tab;
                },
            TAB
                {
                id = EAllMGridsView3Tab; // from application hrh
                txt = qtn_view3_tab;
                },
            TAB
                {
                id = EAllMGridsView4Tab;
                txt = qtn_view4_tab;
                }
            };
        };
    }


//------------------------------------------------------------------------------
//
//    r_allmgrids_calemonth_grid
//    for CAknCaleMonthStyleGrid
//
//------------------------------------------------------------------------------
//
RESOURCE GRID r_allmgrids_calemonth_grid
    {
    flags = EAknListBoxMarkableGrid;
    array_id = r_allmgrids_calemonth_grid_array;
    }        

RESOURCE ARRAY r_allmgrids_calemonth_grid_array
    {
    items =
        {
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item1;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item2;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item3;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item4;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item5;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item6;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item7;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item8;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item9;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item10;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item11;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item12;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item13;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item14;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item15;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item16;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item17;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item18;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item19;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item20;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item21;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item22;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item23;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item24;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item25;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item26;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item27;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item28;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item29;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item30;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item31;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item32;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item33;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item34;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item35;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item36;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item37;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item38;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item39;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item40;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item41;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item42;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item43;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item44;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item45;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item46;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item47;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item48;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item49;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item50;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item51;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item52;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item53;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item54;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item55;},
        LBUF { txt = qtn_allmgrids_calemonth_grid_array_item56;}
        };
    }

//------------------------------------------------------------------------------
//
//    r_allmgrids_gms_grid
//    for CAknGmsStyleGrid
//
//------------------------------------------------------------------------------
//
RESOURCE GRID r_allmgrids_gms_grid
    {
    flags = EAknListBoxMarkableGrid;
    array_id = r_allmgrids_gms_grid_array;
    }        

RESOURCE ARRAY r_allmgrids_gms_grid_array
    {
    items =
        {
        LBUF { txt = qtn_allmgrids_gms_grid_array_item1;},
        LBUF { txt = qtn_allmgrids_gms_grid_array_item2;},
        LBUF { txt = qtn_allmgrids_gms_grid_array_item3;},
        LBUF { txt = qtn_allmgrids_gms_grid_array_item4;},
        LBUF { txt = qtn_allmgrids_gms_grid_array_item5;},
        LBUF { txt = qtn_allmgrids_gms_grid_array_item6;},
        LBUF { txt = qtn_allmgrids_gms_grid_array_item7;},
        LBUF { txt = qtn_allmgrids_gms_grid_array_item8;}
        };
    }

//------------------------------------------------------------------------------
//
//    r_allmgrids_pinb_grid
//    for CAknPinbStyleGrid
//
//------------------------------------------------------------------------------
//
RESOURCE GRID r_allmgrids_pinb_grid
    {
    flags = EAknListBoxMarkableGrid;
    array_id = r_allmgrids_pinb_grid_array;
    }        

RESOURCE ARRAY r_allmgrids_pinb_grid_array
    {
    items =
        {
        LBUF { txt = qtn_allmgrids_pinb_grid_array_item1;},
        LBUF { txt = qtn_allmgrids_pinb_grid_array_item2;},
        LBUF { txt = qtn_allmgrids_pinb_grid_array_item3;},
        LBUF { txt = qtn_allmgrids_pinb_grid_array_item4;}
        };
    }

//------------------------------------------------------------------------------
//
//    r_allmgrids_qdial_grid
//    for CAknQdialStyleGrid
//
//------------------------------------------------------------------------------
//
RESOURCE GRID r_allmgrids_qdial_grid
    {
    flags = EAknListBoxMarkableGrid;
    array_id = r_allmgrids_qdial_grid_array;
    }        

RESOURCE ARRAY r_allmgrids_qdial_grid_array
    {
    items =
        {
        LBUF { txt = qtn_allmgrids_qdial_grid_array_item1;},
        LBUF { txt = qtn_allmgrids_qdial_grid_array_item2;},
        LBUF { txt = qtn_allmgrids_qdial_grid_array_item3;},
        LBUF { txt = qtn_allmgrids_qdial_grid_array_item4;},
        LBUF { txt = qtn_allmgrids_qdial_grid_array_item5;},
        LBUF { txt = qtn_allmgrids_qdial_grid_array_item6;},
        LBUF { txt = qtn_allmgrids_qdial_grid_array_item7;},
        LBUF { txt = qtn_allmgrids_qdial_grid_array_item8;},
        LBUF { txt = qtn_allmgrids_qdial_grid_array_item9;}
        };
    }

// End of File

⌨️ 快捷键说明

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