opcda20ctserver.dpr
来自「delphi 开发opc server的扩展SDK包」· DPR 代码 · 共 17 行
DPR
17 行
program OPCDA20CTServer;
uses
Forms,
OPCDA20CTServer_MainForm in 'OPCDA20CTServer_MainForm.pas' {MainForm},
OPCDA20CTServer_Device in 'OPCDA20CTServer_Device.pas',
OPCDA20CTServer_MainObject in 'OPCDA20CTServer_MainObject.pas';
{$R *.res}
begin
Application.Initialize;
Application.Title := 'OPC DA 2.0 Compliance Test Server';
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?