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

📄 s60btlab.rss

📁 S60培训教材代码(连载)
💻 RSS
字号:
/*
* ============================================================================
*  Name     : S60BTLab.rss
*  Part of  : S60BTLab
*  Created  : 10/14/2002 by 
*  Description:
*     This file contains all the resources for the S60BTLab.
*     Initial content was generated by Series 60 AppWizard.
*  Version  :
*  Copyright: 
* ============================================================================
*/

//  RESOURCE IDENTIFIER
NAME    BTLA // 4 letter ID

//  INCLUDES

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


//  CONSTANTS  
//#define ?constant   ?value


//  MACROS  
//#define ?macro


//  RESOURCE DEFINITIONS 

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf="S60BTLab"; }

RESOURCE EIK_APP_INFO
    {
    menubar=r_S60BTLab_menubar;
    cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;     
    }

//----------------------------------------------------
//   
//    r_S60BTLab_menubar
//    ?description
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_S60BTLab_menubar
    {
    titles=
        {
        MENU_TITLE { menu_pane=r_S60BTLab_menu; txt="File"; }
        };
    }

//----------------------------------------------------
//   
//    r_S60BTLab_menu
//    ?description
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_S60BTLab_menu
    {
    items=
        {
        MENU_ITEM { command=EAknCmdExit; txt="Exit"; },
        MENU_ITEM { command=ES60BTLabCmdStartHost; txt="Start Host"; },
		MENU_ITEM { command=ES60BTLabCmdStartClient;  txt="Start Client"; },
		MENU_ITEM { command=ES60BTLabCmdEndGame; txt="End Game"; }
        };
    }

RESOURCE TBUF r_host_disconnected_text
	{
    buf = qtn_host_disconnected_text;
	}

RESOURCE TBUF r_client_disconnected_text
	{
    buf = qtn_client_disconnected_text;
	}
	
RESOURCE TBUF r_connection_error_text
	{
    buf = qtn_connection_error_text;
	}

RESOURCE TBUF r_host_not_available_text
	{
    buf = qtn_host_not_available_text;
	}


//-----------------------------------------------------------------------------
//
//    r_aknexnote_wait_note_softkey_cancel
//    Wait note with softkey Cancel.
//
//-----------------------------------------------------------------------------
//
RESOURCE DIALOG r_wait_note_connection_softkey_cancel
    {
    flags = EAknWaitNoteFlags | EEikDialogFlagWait;
    buttons = R_AVKON_SOFTKEYS_CANCEL;
    items =
        {
        DLG_LINE
            {
            type = EAknCtNote;
            id = ES60BTLabCtrlIdWaitNote;
            control= AVKON_NOTE 
                { 
                layout = EWaitLayout;
                singular_label = qtn_connection_wait_prompt;
                animation = R_QGN_GRAF_WAIT_BAR_ANIM;
                };
            }
        };
    }
            
// End of File

⌨️ 快捷键说明

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