📄 biolifeisapi.dpr
字号:
library biolifeisapi;
{%File 'readme.txt'}
uses
WebBroker,
ISAPIApp,
Forms,
HomeU in 'HomeU.pas' {Home: TWebAppPageModule} {*.html},
LoginU in 'LoginU.pas' {Login: TWebPageModule} {*.html},
FormU in 'FormU.pas' {Details: TWebPageModule} {*.html},
DataU in 'DataU.pas' {WebDataModule3: TWebDataModule},
GridU in 'GridU.pas' {Grid: TWebPageModule} {*.html};
{$R *.RES}
exports
GetExtensionVersion,
HttpExtensionProc,
TerminateExtension;
begin
Application.Initialize;
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -