📄 kqgl.dpr
字号:
program KQGL;
uses
Forms,
Main in 'Source\Main.PAS' {MainForm},
KqglCommon in 'Source\KqglCommon.pas',
dmKqgl in 'Source\dmKqgl.pas' {dmKqgl: TDataModule},
Kqjl in 'Source\Kqjl.pas' {KqjlForm},
Kqtj in 'Source\Kqtj.pas' {KqtjForm},
Ygxxwh in 'Source\Ygxxwh.pas' {YgxxwhForm};
{$R *.res}
begin
Application.Initialize;
ExePath := GetExePath;
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -