?? pz.dpr
字號:
program pz;
uses
Forms,
pzgl in 'PZGL.PAS' {Form1},
pzlr in 'PZLR.PAS' {Form2},
zygl in 'zygl.pas' {Form3},
datamodal4 in 'datamodal4.pas' {da: TDataModule},
kmgl in 'kmgl.pas' {Form4},
pzsh in 'PZSH.PAS' {Form5},
pzgz in 'PZGZ.PAS' {Form6},
pzcx in 'PZCX.PAS' {Form7};
{$R *.res}
begin
Application.Initialize;
Application.Title := '憑證管理';
Application.CreateForm(TForm1, Form1);
Application.CreateForm(Tda, da);
Application.Run;
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -