unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, IdBaseComponent, IdComponent, IdTCPConnection,
IdTCPClient, IdHTTP,StrUtils, ExtCtrls, Jpeg, gifimage, pngimage, Buttons, OleCtrls,
SHDocVw, mshtml,
ActiveX, winInet, AxCtrls, K2DESIGNERLib_TLB;
type
TForm1 =
class(TForm)
IdHTTP1: TIdHTTP;
Memo1: TMemo;
Label1: TLabel;
ListBox1: TListBox;
Edit1: TEdit;
Memo2: TMemo;
Memo3: TMemo;
BitBtn1: TBitBtn;
BitBtn2: TBitBtn;
PictureBox1: TPictureBox;
ComboBox1: TComboBox;
Label2: TLabel;
procedure FormCreate(Sender: TObject);
procedure ListBox1Click(Sender: TObject);
procedure BitBtn1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
onlineuser:integer;
implementation
{$R *.dfm}
function GetURLCacheFile(AURL :
String;
const AData : TMemoryStream) : Integer;
var
blabla
begin
blabla
end;
function FilterText(
const Source, TagStart, TagEnd:
string):
string;
var
blabla
begin
blabla
end;
end.