📄 flash form.txt
字号:
ftry
FlashForm:=TFlashForm.Create(Application);
FlashForm.Show;
FlashForm.Update;
Application.Initialize;
Application.Title := '图书馆管理系统';
Application.HelpFile := 'E:\My Delphi\自制帮助文件\TESTHELP.HLP';
Application.CreateForm(TfTsgMain, fTsgMain);
Application.CreateForm(TdmTsg, dmTsg);
FlashForm.Close;
Finally
FlashForm.Free;
end;
Application.Run;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -