mo_hu.pas

来自「拍摄程序,用来控制摄像机拍摄照片。拍摄程序,用来控制摄像机拍摄照片。拍摄程序,用」· PAS 代码 · 共 33 行

PAS
33
字号
{   MPUI, an MPlayer frontend for Windows    Copyright (C) 2005 Martin J. Fiedler <martin.fiedler@gmx.net>    Copyright (C) 2005 MrG <mrguba@gmail.com>    This program is free software; you can redistribute it and/or modify    it under the terms of the GNU General Public License as published by    the Free Software Foundation; either version 2 of the License, or    (at your option) any later version.    This program is distributed in the hope that it will be useful,    but WITHOUT ANY WARRANTY; without even the implied warranty of    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the    GNU General Public License for more details.    You should have received a copy of the GNU General Public License    along with this program; if not, write to the Free Software    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA}unit mo_hu;interfaceimplementationuses Windows,Locale,Main,Log,Help,About,Options,plist;procedure Activate;begin  with MainForm do begin    LOCstr_Title:='MPlayer Windowsra';      LOCstr_Status_Opening:='Megnyit醩 ...';      LOCstr_Status_Closing:='Bez醨醩 ...';      LOCstr_Status_Playing:='Lej醫sz醩';      LOCstr_Status_Paused:='Sz黱et';      LOCstr_Status_Stopped:='Le醠l韙va';      LOCstr_Status_Error:='Nem lej醫szhat

⌨️ 快捷键说明

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