⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 httptst1.h

📁 文件名称:新曦 我的资源 搜索软件 源程序(Borland Delphi 7)说明
💻 H
字号:
//---------------------------------------------------------------------------
#ifndef httptst1H
#define httptst1H
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\ExtCtrls.hpp>
#include <HttpProt.hpp>
//---------------------------------------------------------------------------
class THttpTestForm : public TForm
{
__published:	// IDE-managed Components
	TPanel *Panel1;
	TLabel *Label1;
	TLabel *Label2;
	TLabel *Label3;
	TLabel *Label4;
	TLabel *Label5;
	TLabel *Label6;
	TButton *GetButton;
	TEdit *URLEdit;
	TEdit *ProxyHostEdit;
	TEdit *ProxyPortEdit;
	TButton *PostButton;
	TButton *Check64Button;
	TEdit *DataEdit;
	TEdit *DateTimeEdit;
	TButton *HeadButton;
	TButton *AbortButton;
	TMemo *DisplayMemo;
	TMemo *DocumentMemo;
	THttpCli *HttpCli1;
	void __fastcall FormShow(TObject *Sender);
	void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
	void __fastcall HeadButtonClick(TObject *Sender);
	void __fastcall GetButtonClick(TObject *Sender);
	void __fastcall PostButtonClick(TObject *Sender);
	void __fastcall HttpCli1DocBegin(TObject *Sender);
	void __fastcall HttpCli1DocEnd(TObject *Sender);
	void __fastcall Check64ButtonClick(TObject *Sender);
	void __fastcall HttpCli1RequestDone(TObject *Sender, THttpRequest RqType,
	WORD Error);
	void __fastcall AbortButtonClick(TObject *Sender);
        void __fastcall HttpCli1Command(TObject *Sender, AnsiString &S);
private:	// User declarations
    BOOL Initialized;
    AnsiString FIniFileName;
    void __fastcall SetButtonState(BOOL State);
public:		// User declarations
    __fastcall THttpTestForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern THttpTestForm *HttpTestForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -