📄 roulette.~dpr
字号:
program Roulette;
uses
ExceptionLog,
Forms,
Main in 'Main.pas' {MainForm},
SConnectEx in 'SConnectEx.pas',
ClientSocketThread in 'ClientSocketThread.pas',
TltConst in '..\Server\TltConst.pas',
rltClient in 'rltClient.pas',
ClientInterpreter in 'ClientInterpreter.pas',
rltgame in 'rltgame.pas',
ULoading in '..\Manager\ULoading.pas' {LoadingForm};
{$R *.res}
begin
Application.Initialize;
Application.Title := 'Game Of Roulette';
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -