📄 language_english.pas
字号:
unit Language_English;
interface
const
StrFontName = 'MS Sans Serif';
Charset = 1;
FontSize = 8;
const
MainForm_BtFile = 'Open'; //服务端
MainForm_BtStart = 'Receive'; //客户端
MainForm_BtVcd = 'Vcd'; //服务端
MainForm_BtLoop = 'Loop'; //服务端
MainForm_BtFull = 'Full'; //服务端
MainForm_BtStop = 'Stop';
MainForm_BtAbout = 'About';
MainForm_BtExit = 'Quit';
MainForm_BtSound = 'Sound';
MainForm_PostionHint = 'Play Postion'; //服务端
//MainForm_SoundHint='Sound Setting';
MainForm_VolumeHint = 'Volume Postion';
MainForm_HomePage = 'My HomePage'; //服务端
VideoForm_MenFull = 'Full Screen(&Enter)';
VideoForm_MenWin = 'Normal Screen(Es&c)';
VideoForm_MenSound = 'Sound Setting(&Sound)';
Msg_NotMpeg1File = 'This file cannot be played for it is not of MPEG1 format!';
Msg_Intenet = 'The program has detected that you have established the connection to Internet, so your IP address maybe is dynamic, the speed of multicast will be slow.Will you continue?';
Msg_About = 'VideoBroadCast Demo' + #13 + #13 + 'Author:Chen JingTao.2002,6,15.' + #13 + #13 + 'Email:lovejingtao@21cn.com' + #13 + #13 + 'HomePage:http://www.138soft.com';
MainForm_BtSearch = 'Search'; //客户端
VideoListForm_Caption = 'Video List'; //客户端
Const_Channel = 'Channel'; //客户端
BtOk_Caption = '&Ok'; //客户端
BtCancel_Caption = '&Cancel'; //客户端
Msg_SearchStart = 'Search Start......'; //客户端
Msg_Searching = 'Check the Active Channel.Now is'; //客户端
Msg_SearchComplete = 'Search Complete......'; //客户端
Msg_ChannelNotFound = 'Video Not Found!Please Search again!'; //客户端
Msg_FreeChannelNotFound = 'Free ' + Const_Channel + ' Not Found!'; //服务端
Msg_CDROM_NotFound = 'CD_ROM Not Found!'; //服务端
Msg_CDROM_NotFile = 'Dat File Not Found!'; //服务端
implementation
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -