代码搜索:TCustomWinSocket

找到约 412 项符合「TCustomWinSocket」的源代码

代码结果 412
www.eeworm.com/read/334745/12578342

pas fmain.pas

unit FMain; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ExtCtrls, ScktComp, Grids, IniFiles; type TFrmMain = class(TForm)
www.eeworm.com/read/334745/12578473

pas fmain.pas

unit FMain; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, ScktComp, StdCtrls, ComCtrls, iniFiles, mmSystem, uRecordDef, ExtCtrls, uKeyClass;
www.eeworm.com/read/334745/12578486

pas ugameconnector.pas

unit uGameConnector; interface uses Windows, Classes, SysUtils, ScktComp, mmSystem, uPackets; type TGameConnector = class private UniqueID : Integer; FUserCount
www.eeworm.com/read/334745/12578830

pas fmain.pas

unit FMain; interface uses Windows, Messages, mmSystem, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ComCtrls, ScktComp, ExtCtrls, uProcess, db, dbTables, uPackets, Ini
www.eeworm.com/read/247907/12613007

h main.h

//--------------------------------------------------------------------------- #ifndef MainH #define MainH //--------------------------------------------------------------------------- #include
www.eeworm.com/read/247907/12613024

h main.h

//--------------------------------------------------------------------------- #ifndef MainH #define MainH //--------------------------------------------------------------------------- #include
www.eeworm.com/read/236337/14021221

pas unit2.pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ScktComp, ExtCtrls,jpeg; type TForm1 = class(TForm) ClientSocket1:
www.eeworm.com/read/236337/14021244

~pas unit2.~pas

unit Unit2; interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ScktComp, ExtCtrls,jpeg; type TForm1 = class(TForm) ClientSocket1:
www.eeworm.com/read/133497/14038676

pas scanthread.pas

//Example of Multi threading to Port Scan - by Rik Barker unit ScanThread; interface uses Windows,Messages,Forms,SysUtils,Classes,ScktComp; type TPortScannerThread = class(TThread)
www.eeworm.com/read/205016/15329610

pas unit1.pas

unit Unit1; {a} interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ScktComp,registry, ExtCtrls, ShellAPI, Buttons, Menus; c