?? aboutformunit.pas
字號:
unit AboutFormUnit;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls, ExtCtrls, jpeg;
type
TAboutForm = class(TForm)
Panel1: TPanel;
Label1: TLabel;
Image2: TImage;
Label3: TLabel;
Label5: TLabel;
private
{ Private declarations }
public
{ Public declarations }
end;
var
AboutForm: TAboutForm;
{This file is generated by DeDe Ver 3.02 Copyright (c) 1999-2002 DaFixer}
implementation
{$R *.DFM}
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -