?? aboutunit.pas
字號:
unit AboutUnit;
interface
uses Windows, SysUtils, Classes, Graphics, Forms, Controls, StdCtrls,
Buttons, ExtCtrls,dialogs, ComCtrls, RXCtrls,shellapi, Animate, GIFCtrl;
type
TAboutBox = class(TForm)
Panel1: TPanel;
Label2: TLabel;
Label5: TLabel;
RxLabel1: TRxLabel;
RxGIFAnimator3: TRxGIFAnimator;
SecretPanel1: TSecretPanel;
Bevel2: TBevel;
Image1: TImage;
procedure Label5Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
AboutBox: TAboutBox;
implementation
{$R *.DFM}
procedure TAboutBox.Label5Click(Sender: TObject);
begin
shellexecute(Handle,nil,'mailto:fnblk@990.Net','','',SW_SHOW);
end;
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -