📄 student.dpr
字号:
program STUDENT;
uses
Windows,
Forms,
MAIN in 'MAIN.pas' {Form1},
Gmovie in 'Gmovie.pas' {GMovief},
Guangbo in 'Guangbo.pas' {Guangbof},
Tongz in 'Tongz.pas' {Tongzf},
TaoLun in 'TaoLun.pas' {TaoLunf},
jushou in 'jushou.pas' {jushouf},
aboutf in 'aboutf.pas' {about},
soundf in 'soundf.pas' {soundj},
heipin in 'heipin.pas' {heipingf};
{$R *.RES}
begin
Application.Initialize;
Application.Title := '网络教室';
Application.CreateForm(TForm1, Form1);
Application.CreateForm(TGuangbof, Guangbof);
Application.CreateForm(TTongzf, Tongzf);
Application.CreateForm(TTaoLunf, TaoLunf);
Application.CreateForm(Tabout, about);
Application.CreateForm(Tsoundj, soundj);
Application.CreateForm(Theipingf, heipingf);
Application.CreateForm(Tjushouf, jushouf);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -