代码搜索:TltConst
找到约 21 项符合「TltConst」的源代码
代码结果 21
www.eeworm.com/read/472694/6862140
pas tltconst.pas
unit TltConst;
interface
uses Windows, Types;
const
SSockets = 'sockets';
asGetServerInfo = $20; // Specify a call to get Server Ver.
asGetCurrentRound = $21;
as
www.eeworm.com/read/472694/6862162
dcu tltconst.dcu
www.eeworm.com/read/472694/6862129
dpr rltmanager.dpr
program Rltmanager;
uses
Forms,
main in 'main.pas' {MainForm},
player in 'player.pas' {PlayerForm},
DM1 in 'DM1.pas' {DataModule1: TDataModule},
playeredit in 'playeredit.pas' {Playe
www.eeworm.com/read/472694/6862176
~dpr roulette.~dpr
program Roulette;
uses
ExceptionLog,
Forms,
Main in 'Main.pas' {MainForm},
SConnectEx in 'SConnectEx.pas',
ClientSocketThread in 'ClientSocketThread.pas',
TltConst in '..\Server\T
www.eeworm.com/read/472694/6862183
dpr roulette.dpr
program Roulette;
uses
ExceptionLog,
Forms,
Main in 'Main.pas' {MainForm},
SConnectEx in 'SConnectEx.pas',
ClientSocketThread in 'ClientSocketThread.pas',
TltConst in '..\Server\T
www.eeworm.com/read/472694/6862155
dpr rltserver.dpr
program RltServer;
uses
SvcMgr,
Forms,
Windows,
SysUtils,
WinSvc,
ScktCnst,
ScktMain in 'ScktMain.pas' {SocketForm},
TltLogic in 'TltLogic.pas',
TltConst in 'TltConst.pas
www.eeworm.com/read/472694/6862116
pas managerinterpreter.pas
unit ManagerInterpreter;
interface
uses Classes, SConnectEx, TltConst, ExtCtrls, SysUtils, Forms, Dialogs, Windows;
type
TrltManagerInterpreter = class(TDataBlockInterpreter)
function DoCus
www.eeworm.com/read/472694/6862153
pas clientinterpreter.pas
unit ClientInterpreter;
{Tlt logic layer}
interface
uses Classes, SConnect, TltConst, ExtCtrls;
type
TrltClientInterpreter = class(TDataBlockInterpreter)
function DoCustomAction(Action: In
www.eeworm.com/read/472694/6862186
pas clientinterpreter.pas
unit ClientInterpreter;
{Tlt logic layer}
interface
uses Classes, SConnect, TltConst, ExtCtrls, rltgame;
type
TrltClientInterpreter = class(TDataBlockInterpreter)
function DoCustomAction(A
www.eeworm.com/read/472694/6862181
pas rltclient.pas
unit rltClient;
interface
uses TltConst, SConnect, Forms, ClientInterpreter, SysUtils, Classes, rltgame, IniFiles;
type
TrltConnect = class(TSocketConnection)
private
FInterpreter : T