lazarus-ccr/components/rx/dcl_rx_ctrl.pas
2009-02-25 19:31:17 +00:00

24 lines
504 B
ObjectPascal
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{ Этот файл был авÑомаÑичеÑ<C2B5>ки Ñ<>оздан Lazarus. Ð<>Ð
µ редактировать!
ИÑ<CB9C>ходнÑй код иÑ<C2B8>пользуеÑÑ<E2809A>Ñ<EFBFBD> только длÑ<C2BB> компÐ
¸Ð»Ñ<C2BB>ции и уÑ<C692>Ñановки пакета.
}
unit dcl_rx_ctrl;
interface
uses
register_rxctrl, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('register_rxctrl', @register_rxctrl.Register);
end;
initialization
RegisterPackage('dcl_rx_ctrl', @Register);
end.