📄 vrex.rss
字号:
/*
* ============================================================================
* Name : VRex.rss
* Part of : Video Recording Example (VRex)
* Created : 16.03.2004 by Nokia Forum
* Description:
* This file contains all the resources for the VRex.
* Initial content was generated by Series 60 AppWizard.
* Version :
* Copyright: Nokia Corporation
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME VREX // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "VRex.hrh"
#include "VRex.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <avkon.loc>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = "VRex"; }
RESOURCE EIK_APP_INFO
{
hotkeys = r_vrex_hotkeys;
menubar = r_vrex_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
status_pane = r_vrex_status_pane;
}
//----------------------------------------------------
//
// r_vrex_pause_stop
//
//
//----------------------------------------------------
//
RESOURCE CBA r_vrex_pause_stop
{
buttons =
{
CBA_BUTTON { id=EVRexCmdAppPause; txt = qtn_vrex_pause; },
CBA_BUTTON { id=EVRexCmdAppStop; txt = qtn_vrex_stop; }
} ;
}
//----------------------------------------------------
//
// r_vrex_continue_return
//
//
//----------------------------------------------------
//
RESOURCE CBA r_vrex_continue_return
{
buttons =
{
CBA_BUTTON { id=EVRexCmdAppContinue; txt = qtn_vrex_continue; },
CBA_BUTTON { id=EVRexCmdAppReturn; txt = qtn_vrex_return; }
} ;
}
//----------------------------------------------------
//
// r_vrex_status_pane
//
//----------------------------------------------------
//
RESOURCE STATUS_PANE_APP_MODEL r_vrex_status_pane
{
layout = R_AVKON_STATUS_PANE_LAYOUT_USUAL;
panes =
{
SPANE_PANE
{
id = EEikStatusPaneUidTitle;
type = EAknCtTitlePane;
resource = r_vrex_title_pane;
}
};
}
//----------------------------------------------------
//
// r_vrex_tittle_pane
//
//----------------------------------------------------
//
RESOURCE TITLE_PANE r_vrex_title_pane
{
txt = qtn_vrex_main_title;
}
//----------------------------------------------------
//
// r_vrex_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_vrex_hotkeys
{
control =
{
HOTKEY { command = EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_vrex_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_vrex_menubar
{
titles =
{
MENU_TITLE { menu_pane = r_vrex_menu; txt = "File"; }
};
}
//----------------------------------------------------
//
// r_vrex_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_vrex_menu
{
items =
{
MENU_ITEM { command = EVRexCmdAppStartPreview; txt = qtn_vrex_start_preview; },
MENU_ITEM { command = EVRexCmdAppStopPreview; txt = qtn_vrex_stop_preview; },
MENU_ITEM { command = EVRexCmdAppRecord; txt = qtn_vrex_record; },
MENU_ITEM { command = EVRexCmdAppPlay; txt = qtn_vrex_play; },
MENU_ITEM { command = EVRexCmdAppStop; txt = qtn_vrex_stop; },
MENU_ITEM { command = EVRexCmdAppPause; txt = qtn_vrex_pause; },
MENU_ITEM { command = EVRexCmdAppContinue; txt = qtn_vrex_resume; },
MENU_ITEM { command = EVRexCmdAppDocPlay; txt = qtn_vrex_docplay; },
MENU_ITEM { command = EVRexCmdAppDocFileInfo; txt = qtn_vrex_file_info; },
MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }
};
}
// ---------------------------------------------------
//
// r_vrex_time_text_layout
//
// ---------------------------------------------------
//
RESOURCE AVKON_LAYOUT_TEXT r_vrex_time_text_layout
{
font = ELatinBold12; C=0; l=43; r=4; B=13; W=73; J=ELayoutAlignRight;
}
//----------------------------------------------------
//
// r_vrex_navi_time
//
//----------------------------------------------------
//
RESOURCE TBUF256 r_vrex_navi_time
{
buf = qtn_vrex_sep_slash;
}
// ---------------------------------------------------
//
// r_vrex_file_details
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_details
{
buf = qtn_vrex_fd_headings;
}
// ---------------------------------------------------
//
// r_vrex_file_details_row_format
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_details_row_format
{
buf = "%0U\t%1U";
}
// ---------------------------------------------------
//
// r_vrex_file_title_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_title_heading
{
buf = qtn_vrex_fd_title;
}
// ---------------------------------------------------
//
// r_vrex_file_name_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_name_heading
{
buf = qtn_vrex_fd_filename;
}
// ---------------------------------------------------
//
// r_vrex_file_url_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_url_heading
{
buf = qtn_vrex_filedetails_url;
}
// ---------------------------------------------------
//
// r_vrex_file_format_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_format_heading
{
buf = qtn_vrex_details_format;
}
// ---------------------------------------------------
//
// r_vrex_file_resolution_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_resolution_heading
{
buf = qtn_vrex_details_resolution;
}
// ---------------------------------------------------
//
// r_vrex_file_resolution_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_resolution
{
buf = qtn_vrex_times_indic;
}
// ---------------------------------------------------
//
// r_vrex_file_duration_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_duration_heading
{
buf = qtn_vrex_details_duration;
}
// ---------------------------------------------------
//
// r_vrex_file_bitrate_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_bitrate_heading
{
buf = qtn_vrex_details_bitrate;
}
// ---------------------------------------------------
//
// r_mp_file_bitrate
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_bitrate
{
buf = qtn_vrex_bitrate_kbps;
}
// ---------------------------------------------------
//
// r_vrex_file_size_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_size_heading
{
buf = qtn_vrex_details_size;
}
// ---------------------------------------------------
//
// r_vrex_file_size_kb
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_size_kb
{
buf = qtn_vrex_size_kb;
}
// ---------------------------------------------------
//
// r_vrex_file_size_mb
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_size_mb
{
buf = qtn_vrex_size_mb;
}
// ---------------------------------------------------
//
// r_vrex_file_date_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_date_heading
{
buf = qtn_vrex_details_date;
}
// ---------------------------------------------------
//
// r_vrex_file_date_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_time_heading
{
buf = qtn_vrex_details_time;
}
// ---------------------------------------------------
//
// r_vrex_file_date_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_vrex_file_copyright_heading
{
buf = qtn_vrex_details_copyright;
}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -