biolifeisapi.dpr
来自「本程序实现的是delphi实例」· DPR 代码 · 共 26 行
DPR
26 行
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 + =
减小字号Ctrl + -
显示快捷键?