iwunit1.pas
来自「IntraWeb.Develop.Sample」· PAS 代码 · 共 21 行
PAS
21 行
unit IWUnit1;
{PUBDIST}
interface
uses
IWAppForm, IWApplication, IWTypes;
type
TformMain = class(TIWAppForm)
public
end;
implementation
{$R *.dfm}
uses
ServerController;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?