?? httppg1.h
字號:
//---------------------------------------------------------------------------
#ifndef HttpPg1H
#define HttpPg1H
//---------------------------------------------------------------------------
#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
TMemo *DisplayMemo;
TPanel *Panel1;
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TEdit *UserIDEdit;
TEdit *EMailEdit;
TEdit *MessageEdit;
TButton *SendButton;
THttpCli *HttpCli1;
TLabel *Label4;
TEdit *ProxyEdit;
TButton *AbortButton;
void __fastcall FormCreate(TObject *Sender);
void __fastcall SendButtonClick(TObject *Sender);
void __fastcall AbortButtonClick(TObject *Sender);
void __fastcall FormShow(TObject *Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
private: // User declarations
BOOL FInitialized;
AnsiString FIniFileName;
public: // User declarations
__fastcall THttpTestForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern THttpTestForm *HttpTestForm;
//---------------------------------------------------------------------------
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -