groups.dpr.svn-base
来自「TFormDesigner allows you move and resize」· SVN-BASE 代码 · 共 19 行
SVN-BASE
19 行
(* GREATIS FORM DESIGNER PRO *)
(* Copyright (C) 2001-2002 Greatis Software *)
(* http://www.greatis.com/formdes.htm *)
(* b-team@greatis.com *)
program Groups;
uses
Forms,
Main in 'Main.pas' {frmMain};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfrmMain, frmMain);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?