代码搜索:TCustomWinSocket
找到约 412 项符合「TCustomWinSocket」的源代码
代码结果 412
www.eeworm.com/read/280002/10369108
pas intermsgclient.pas
unit InterMsgClient;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, JSocket;
type
TFrmMsgClient = class(TForm)
MsgClient: TCl
www.eeworm.com/read/280002/10369393
pas interservermsg.pas
unit InterServerMsg;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, JSocket, ObjBase;
type
TServerMsgInfo = record
Socket: TC
www.eeworm.com/read/280002/10370038
txt iplist.txt
procedure SendGateKickMsg(Socket: TCustomWinSocket; sSockIndex: string);
procedure SendGateAddBlockList(Socket: TCustomWinSocket; sSockIndex: string);
procedure SendGateAddTempBlockList(Socket: TCus
www.eeworm.com/read/276901/10697249
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, ComCtrls, ScktComp, ToolWin;
type
TDataFlag=record
www.eeworm.com/read/276901/10697281
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, StdCtrls, ComCtrls, ScktComp, ToolWin;
type
TDataFlag=record
www.eeworm.com/read/276901/10697285
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp, StdCtrls, ComCtrls, ExtCtrls, ToolWin;
type
TForm1 = class(TF
www.eeworm.com/read/276901/10697312
~pas unit1.~pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ScktComp, StdCtrls, ComCtrls, ExtCtrls, ToolWin;
type
TForm1 = class(TF
www.eeworm.com/read/158942/10712421
pas clientform.pas
unit ClientForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp, ExtCtrls;
type
TCliStatus = (csIdle, csList, csBitmap, c
www.eeworm.com/read/158942/10712469
pas serverform.pas
unit ServerForm;
interface
{$WARN UNIT_PLATFORM OFF}
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ScktComp, StdCtrls, FileCtrl;
const
wm_RefreshC
www.eeworm.com/read/158942/10712524
pas clientform.pas
unit ClientForm;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ScktComp, DBCtrls, ExtCtrls, Db, Mask, DBTables;
type
TForm1 = cla