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

📄 allpopuplists.rss

📁 各种Symbian ListBox的真实案例: 已经齐了
💻 RSS
📖 第 1 页 / 共 2 页
字号:
/*
* ============================================================================
*  Name     : AllPopuplists.rss
*  Part of  : AllPopuplists
*  Created  : 16.03.2006 by ToBeReplacedByAuthor
*  Description:
*     This file contains all the resources for the AllPopuplists.
*     Initial content was generated by Series 60 Application Wizard.
*  Version  :
*  Copyright: ToBeReplacedByCopyright
* ============================================================================
*/

//  RESOURCE IDENTIFIER
NAME    AWIZ // 4 letter ID

//  INCLUDES

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




//  RESOURCE DEFINITIONS 

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf = "AllPopuplists"; }

RESOURCE EIK_APP_INFO
    {
    status_pane = r_allpopuplists_status_pane;
    }

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

//----------------------------------------------------
//   
//    r_allpopuplists_view1
//
//----------------------------------------------------
//
RESOURCE AVKON_VIEW r_allpopuplists_view1
    {
    hotkeys = r_allpopuplists_hotkeys;
    menubar = r_allpopuplists_menubar_view1;  
    cba     = R_AVKON_SOFTKEYS_SELECTION_LIST;    
    }

//----------------------------------------------------
//   
//    r_allpopuplists_menubar_view1
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_allpopuplists_menubar_view1
    {
    titles =
        {
        MENU_TITLE { menu_pane = r_allpopuplists_app_menu; txt = "App"; },
        MENU_TITLE { menu_pane = r_allpopuplists_view1_menu; txt = "View"; }
        };
    }

//----------------------------------------------------
//   
//    r_allpopuplists_view1_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_allpopuplists_view1_menu
    {
    items =
        {
        MENU_ITEM { command = EAllPopuplistsCmdSinglePopup; txt = qtn_view1_option_item_singlepopup; },
        MENU_ITEM { command = EAllPopuplistsCmdSingleGraphicPopup; txt = qtn_view1_option_item_singlegraphicpopup; },
        MENU_ITEM { command = EAllPopuplistsCmdSingleGraphicBtPopup; txt = qtn_view1_option_item_singlegraphicpopupbt; },
        MENU_ITEM { command = EAllPopuplistsCmdSingleHeadingPopup; txt = qtn_view1_option_item_singleheadingpopup; },
        MENU_ITEM { command = EAllPopuplistsCmdSingleGraphicHeadingPopup; txt = qtn_view1_option_item_singlegraphicheadingpopup; },
        MENU_ITEM { command = EAllPopuplistsCmdDoublePopup; txt = qtn_view1_option_item_doublepopup; },
        MENU_ITEM { command = EAllPopuplistsCmdDoubleLargeGraphicPopup; txt = qtn_view1_option_item_doublelargegraphicpopup; },
        MENU_ITEM { command = EAllPopuplistsCmdDouble2Popup; txt = qtn_view1_option_item_double2popup; }
        };
    }

//----------------------------------------------------
//   
//    r_allpopuplists_view2
//
//----------------------------------------------------
//
RESOURCE AVKON_VIEW r_allpopuplists_view2
    {
    hotkeys = r_allpopuplists_hotkeys;
    menubar = r_allpopuplists_menubar_view2;  
    cba     = R_AVKON_SOFTKEYS_SELECTION_LIST; 
    }

//----------------------------------------------------
//   
//    r_allpopuplists_menubar_view2
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_allpopuplists_menubar_view2
    {
    titles =
        {
        MENU_TITLE { menu_pane = r_allpopuplists_app_menu; txt = "App"; },
        MENU_TITLE { menu_pane = r_allpopuplists_view2_menu; txt = "View"; }
        };
    }

//----------------------------------------------------
//   
//    r_allpopuplists_view2_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_allpopuplists_view2_menu
    {
    items =
        {
        MENU_ITEM { command = EAllPopuplistsCmdGrid; txt = qtn_view2_option_item_grid; }
        };
    }

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

RESOURCE STATUS_PANE_APP_MODEL r_allpopuplists_status_pane
    {
    panes =
        {
        SPANE_PANE
            {
            id = EEikStatusPaneUidNavi;
            type = EAknCtNaviPane;
            resource = r_allpopuplists_navi_decorator;
            }
        };
    }

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


// listbox resources for view1
// for CEikSettingsListBox(AknPopupListEmpty<CEikFormattedCellListBox>)

//-----------------------------------------------------------------------------
//
//    r_allpopuplists_singlepopup_listbox
//    for CAknSinglePopupMenuStyleListBox
//
//-----------------------------------------------------------------------------
//
RESOURCE LISTBOX r_allpopuplists_singlepopup_listbox
    {
    flags = EAknListBoxMenuList;
    array_id = r_allpopuplists_item_singlepopup_listbox;
    }

//-----------------------------------------------------------------------------
//
//    r_allpopuplists_singlegraphicpopup_listbox
//    for CAknSingleGraphicPopupMenuStyleListBox
//
//-----------------------------------------------------------------------------
//
RESOURCE LISTBOX r_allpopuplists_singlegraphicpopup_listbox
    {
    flags = EAknListBoxMenuList;
    array_id = r_allpopuplists_item_singlegraphicpopup_listbox;
    }

//-----------------------------------------------------------------------------
//
//    r_allpopuplists_singlegraphicpopupbt_listbox
//    for CAknSingleGraphicPopupBtMenuStyleListBox
//
//-----------------------------------------------------------------------------
//
RESOURCE LISTBOX r_allpopuplists_singlegraphicpopupbt_listbox
    {

⌨️ 快捷键说明

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