acmconvertorreg.pas
来自「絮语2007视频聊天软件源程序.仅供参考」· PAS 代码 · 共 50 行
PAS
50 行
unit ACMConvertorReg;
{-----------------------------------------------------------------------------
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/MPL-1.1.html
Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either expressed or implied. See the License for
the specific language governing rights and limitations under the License.
The Original Code is: ACMConvertorReg.pas, released August 28, 2000.
The Initial Developer of the Original Code is Peter Morris (pete@stuckindoors.com),
Portions created by Peter Morris are Copyright (C) 2000 Peter Morris.
All Rights Reserved.
Purpose of file:
A design-time editor to select formats
Contributor(s):
None as yet
Last Modified: September 14, 2000
Current Version: 1.10
You may retrieve the latest version of this file at http://www.stuckindoors.com/dib
Known Issues:
The editor dialog is not shown modally.
-----------------------------------------------------------------------------}
interface
uses
Classes, Messages, Windows, Forms, SysUtils, Controls, MSACM, MMSystem, Dialogs,
ACMConvertor;
procedure Register;
implementation
procedure Register;
begin
RegisterComponents('Sound',[TACMConvertor]);
end;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?