📄 emsdktst.dpr
字号:
program emsdktst;
uses
Forms,
comsdktest in 'comsdktest.pas' {Form1},
zkemkeeper_TLB in 'C:\Program Files\Borland\Delphi7\Imports\zkemkeeper_TLB.pas',
uUser in 'uUser.pas' {frmUser},
uSelOne in 'uSelOne.pas' {frmSelOne};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -