project1.dpr
来自「delphi 编的一个语音的聊天系统.还是能用的,要是有错误请多多指教」· DPR 代码 · 共 16 行
DPR
16 行
program Project1;
uses
Forms,
Unit1 in 'Unit1.pas' {Form1},
vfw in 'vfw.pas';
{$R *.res}
begin
Application.Initialize;
Application.Title := '视频聊天-广播-客户端';
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?