📄 video.rss
字号:
/*
* ============================================================================
* Name : Video.rss
* Part of : Video
* Created : 10/14/2003 by Forum Nokia
* Description:
* This file contains all the resources for the Video.
* Version :
* Copyright: Nokia Corporation, 2003
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME VIDE // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "video.hrh"
#include "video.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
#include <avkon.loc>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = "Video"; }
RESOURCE EIK_APP_INFO
{
hotkeys = r_video_hotkeys;
menubar = r_video_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
status_pane = r_video_status_pane;
}
//----------------------------------------------------
//
// r_video_pause_stop
//
//
//----------------------------------------------------
//
RESOURCE CBA r_video_pause_stop
{
buttons =
{
CBA_BUTTON { id=EVideoCmdAppPause; txt = qtn_video_pause; },
CBA_BUTTON { id=EVideoCmdAppStop; txt = qtn_video_stop; }
} ;
}
//----------------------------------------------------
//
// r_video_continue_return
//
//
//----------------------------------------------------
//
RESOURCE CBA r_video_continue_return
{
buttons =
{
CBA_BUTTON { id=EVideoCmdAppContinue; txt = qtn_video_continue; },
CBA_BUTTON { id=EVideoCmdAppReturn; txt = qtn_video_return; }
} ;
}
//----------------------------------------------------
//
// r_video_status_pane
//
//----------------------------------------------------
//
RESOURCE STATUS_PANE_APP_MODEL r_video_status_pane
{
layout = R_AVKON_STATUS_PANE_LAYOUT_USUAL;
panes =
{
SPANE_PANE
{
id = EEikStatusPaneUidTitle;
type = EAknCtTitlePane;
resource = r_video_title_pane;
}
};
}
//----------------------------------------------------
//
// r_video_tittle_pane
//
//----------------------------------------------------
//
RESOURCE TITLE_PANE r_video_title_pane
{
txt = qtn_video_main_title;
}
//----------------------------------------------------
//
// r_video_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_video_hotkeys
{
control =
{
HOTKEY { command = EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_video_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_video_menubar
{
titles =
{
MENU_TITLE { menu_pane = r_video_menu; txt = "File"; }
};
}
//----------------------------------------------------
//
// r_video_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_video_menu
{
items =
{
MENU_ITEM { command = EVideoCmdAppPlay; txt = qtn_appl_play; },
MENU_ITEM { command = EVideoCmdAppStop; txt = qtn_appl_stop; },
MENU_ITEM { command = EVideoCmdAppPause; txt = qtn_appl_pause; },
MENU_ITEM { command = EVideoCmdAppDocPlay; txt = qtn_appl_docplay; },
MENU_ITEM { command = EVideoCmdAppDocFileInfo; txt = qtn_appl_file_info; },
MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }
};
}
// ---------------------------------------------------
//
// r_video_time_text_layout
//
// ---------------------------------------------------
//
RESOURCE AVKON_LAYOUT_TEXT r_video_time_text_layout
{
font = ELatinBold12; C=0; l=43; r=4; B=13; W=73; J=ELayoutAlignRight;
}
//----------------------------------------------------
//
// r_video_navi_time
//
//----------------------------------------------------
//
RESOURCE TBUF256 r_video_navi_time
{
buf = qtn_video_sep_slash;
}
// ---------------------------------------------------
//
// r_video_file_details
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_details
{
buf = qtn_video_fd_headings;
}
// ---------------------------------------------------
//
// r_video_file_details_row_format
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_details_row_format
{
buf = "%0U\t%1U";
}
// ---------------------------------------------------
//
// r_video_file_title_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_title_heading
{
buf = qtn_video_fd_title;
}
// ---------------------------------------------------
//
// r_video_file_name_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_name_heading
{
buf = qtn_video_fd_filename;
}
// ---------------------------------------------------
//
// r_video_file_url_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_url_heading
{
buf = qtn_video_filedetails_url;
}
// ---------------------------------------------------
//
// r_video_file_format_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_format_heading
{
buf = qtn_video_details_format;
}
// ---------------------------------------------------
//
// r_video_file_resolution_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_resolution_heading
{
buf = qtn_video_details_resolution;
}
// ---------------------------------------------------
//
// r_video_file_resolution_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_resolution
{
buf = qtn_video_times_indic;
}
// ---------------------------------------------------
//
// r_video_file_duration_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_duration_heading
{
buf = qtn_video_details_duration;
}
// ---------------------------------------------------
//
// r_video_file_bitrate_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_bitrate_heading
{
buf = qtn_video_details_bitrate;
}
// ---------------------------------------------------
//
// r_mp_file_bitrate
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_bitrate
{
buf = qtn_video_bitrate_kbps;
}
// ---------------------------------------------------
//
// r_video_file_size_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_size_heading
{
buf = qtn_video_details_size;
}
// ---------------------------------------------------
//
// r_video_file_size_kb
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_size_kb
{
buf = qtn_video_size_kb;
}
// ---------------------------------------------------
//
// r_video_file_size_mb
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_size_mb
{
buf = qtn_video_size_mb;
}
// ---------------------------------------------------
//
// r_video_file_date_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_date_heading
{
buf = qtn_video_details_date;
}
// ---------------------------------------------------
//
// r_video_file_date_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_time_heading
{
buf = qtn_video_details_time;
}
// ---------------------------------------------------
//
// r_video_file_date_heading
//
// ---------------------------------------------------
//
RESOURCE TBUF256 r_video_file_copyright_heading
{
buf = qtn_video_details_copyright;
}
//----------------------------------------------------
//
// r_video_navi_time
//
//----------------------------------------------------
//
RESOURCE TBUF256 r__video_navi_time
{
buf = qtn_video_sep_slash;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -