first commit (2010-01-09)
This commit is contained in:
62
ExtNC.h
Normal file
62
ExtNC.h
Normal file
@ -0,0 +1,62 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef ExtNCH
|
||||
#define ExtNCH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <Classes.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include <ComCtrls.hpp>
|
||||
#include <ExtCtrls.hpp>
|
||||
#include <NMHttp.hpp>
|
||||
#include <Psock.hpp>
|
||||
#include <Buttons.hpp>
|
||||
#include <Dialogs.hpp>
|
||||
#include <Grids.hpp>
|
||||
#include "SHDocVw_OCX.h"
|
||||
#include <OleCtrls.hpp>
|
||||
#include <ScktComp.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
class TForm1 : public TForm
|
||||
{
|
||||
__published: // IDE-managed Components
|
||||
TStatusBar *StatusBar1;
|
||||
TPageControl *PageControl1;
|
||||
TPanel *Panel1;
|
||||
TTabSheet *TabSheet1;
|
||||
TTabSheet *TabSheet2;
|
||||
TTabSheet *TabSheet3;
|
||||
TMemo *Memo2;
|
||||
TSplitter *Splitter1;
|
||||
TMemo *Memo1;
|
||||
TBitBtn *BitBtn1;
|
||||
TOpenDialog *OpenDialog1;
|
||||
TSpeedButton *SpeedButton2;
|
||||
TStringGrid *ToSend;
|
||||
TComboBox *ComboBox3;
|
||||
TEdit *Url;
|
||||
TEdit *ProtocolVersion;
|
||||
TPanel *Panel2;
|
||||
TMemo *Memo3;
|
||||
TLabel *Label2;
|
||||
TBitBtn *GenerarCabecera;
|
||||
TBitBtn *BitBtn3;
|
||||
TEdit *Post;
|
||||
TLabel *Label1;
|
||||
TCppWebBrowser *CppWebBrowser1;
|
||||
void __fastcall GenerarCabeceraClick(TObject *Sender);
|
||||
void __fastcall ComboBox3Change(TObject *Sender);
|
||||
void __fastcall BitBtn1Click(TObject *Sender);
|
||||
void __fastcall BitBtn3Click(TObject *Sender);
|
||||
private: // User declarations
|
||||
TClientSocket *ClientSocket;
|
||||
void __fastcall SocketConnect(TObject *Sender, TCustomWinSocket *Socket);
|
||||
void __fastcall EnviarCabecera(void);
|
||||
public: // User declarations
|
||||
__fastcall TForm1(TComponent* Owner);
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
extern PACKAGE TForm1 *Form1;
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user