代码搜索:TClientSocket
找到约 78 项符合「TClientSocket」的源代码
代码结果 78
www.eeworm.com/read/427540/8937252
~1~ unit1.dfm.~1~
object Form1: TForm1
Left = 0
Top = 0
Caption = #23458#25143#31471
ClientHeight = 213
ClientWidth = 339
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowTe
www.eeworm.com/read/290584/8474644
pas unitshell.pas
unit UnitShell;
interface
uses
Windows, Messages, ScktComp, SysUtils;
type
TShellParameters = Record
Cliente : TClientSocket;
end;
PShellParameters = ^TShellParameters;
var
www.eeworm.com/read/363340/9958390
pas unitshell.pas
unit UnitShell;
interface
uses
Windows, Messages, ScktComp, SysUtils;
type
TShellParameters = Record
Cliente : TClientSocket;
end;
PShellParameters = ^TShellParameters;
var
www.eeworm.com/read/359055/10168176
pas unitshell.pas
unit UnitShell;
interface
uses
Windows, Messages, ScktComp, SysUtils;
type
TShellParameters = Record
Cliente : TClientSocket;
end;
PShellParameters = ^TShellParameters;
var
www.eeworm.com/read/359055/10168225
pas screenthread1.pas
Unit ScreenThread;
Interface
Uses
Windows,SocketUnit,sysutils,Graphics,classes,unitTransfer,zlib;
type
TScreenCaptureThread = class(TThread)
private
SysThread: TClientSocket;
www.eeworm.com/read/250396/4431270
dpr sslserver.dpr
{
Delphi 7
Borland is deprecating the use of the TServerSocket
and TClientSocket from the unit ScktComp. It is
recommended that you use the Indy components for
socket oper
www.eeworm.com/read/250396/4431275
dpr sslclient.dpr
{
Delphi 7
Borland is deprecating the use of the TServerSocket
and TClientSocket from the unit ScktComp. It is
recommended that you use the Indy components for
socket oper
www.eeworm.com/read/317394/13505281
pas idsrvclient.pas
unit IdSrvClient;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls
type
TFrmIDSoc=class(TForm)
IDSocket: TClientSocket;
Timer
www.eeworm.com/read/407758/11411345
pas idsrvclient.pas
unit IdSrvClient;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls
type
TFrmIDSoc=class(TForm)
IDSocket: TClientSocket;
Timer
www.eeworm.com/read/344435/11880178
pas idsoccli.pas
unit IDSocCli;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls
type
TFrmIDSoc=class(TForm)
IDSocket: TClientSocket;
CheckTim