biolifetestsvr.dpr
来自「本程序实现的是delphi实例」· DPR 代码 · 共 24 行
DPR
24 行
program biolifetestsvr;
{$APPTYPE GUI}
{%File 'readme.txt'}
uses
Forms,
ComApp,
consoleU in 'consoleU.pas' {Form1},
HomeU in 'HomeU.pas' {Home: TWebAppPageModule} {*.html},
DataU in 'DataU.pas' {WebDataModule3: TWebDataModule},
GridU in 'GridU.pas' {Grid: TWebPageModule} {*.html},
FormU in 'FormU.pas' {Details: TWebPageModule} {*.html},
LoginU in 'LoginU.pas' {Login: TWebPageModule} {*.html};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?