framedem.dpr
来自「查看html文件的控件」· DPR 代码 · 共 23 行
DPR
23 行
program FrameDem;
{A program to demonstrate the TFrameViewer component}
uses
Forms,
FDemUnit in 'FDEMUNIT.PAS' {Form1},
Fontdlg in 'FONTDLG.PAS' {FontForm},
Submit in 'SUBMIT.PAS' {SubmitForm},
HTMLAbt in 'HTMLABT.PAS' {AboutBox},
PrintStatusForm in 'PRINTSTATUSFORM.PAS' {PrnStatusForm},
Gopage in 'GOPAGE.PAS' {GoPageForm},
PreviewForm in 'PREVIEWFORM.PAS' {PreviewForm},
ImgForm in 'IMGFORM.PAS' {ImageForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.CreateForm(TSubmitForm, SubmitForm);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?