?? registertrayicons.pas
字號:
{*****************************************************************}
{ The CoolTrayIcon and TextTrayIcon components are freeware. }
{ }
{ Feel free to use and improve them. I would be pleased to hear }
{ what you think. }
{ }
{ Troels Jakobsen - delphiuser@get2net.dk }
{ Copyright (c) 2002 }
{ }
{ This unit by Jouni Airaksinen - mintus@codefield.com }
{*****************************************************************}
unit RegisterTrayIcons;
interface
procedure Register;
implementation
uses
Classes, CoolTrayIcon, TextTrayIcon;
procedure Register;
begin
RegisterComponents('Tray Icons', [TCoolTrayIcon, TTextTrayIcon]);
end;
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -