Blame | Last modification | View Log | RSS feed
//---------------------------------------------------------------------------#ifndef TestHostsH#define TestHostsH//---------------------------------------------------------------------------#include <Classes.hpp>#include <Controls.hpp>#include <StdCtrls.hpp>#include <Forms.hpp>#include <ADODB.hpp>#include <DB.hpp>#include "Grids_ts.hpp"#include "TSDBGrid.hpp"#include "TSGrid.hpp"#include <ExtCtrls.hpp>#include <Buttons.hpp>#include <DBCtrls.hpp>#include <Mask.hpp>#include <ComCtrls.hpp>#include <ToolWin.hpp>//---------------------------------------------------------------------------class TTestHostsForm : public TForm{__published: // IDE-managed ComponentsTADOQuery *TestHostsQuery;TDataSource *TestHostsDataSource;TtsDBGrid *tsDBGrid1;TPanel *Panel1;TBitBtn *CloseBtn;TStringField *TestHostsQueryHOSTNAME;TStringField *TestHostsQueryIPADDRESS;TStringField *TestHostsQueryCCHLOG_PATH;TStringField *TestHostsQueryISSLOG_PATH;TStringField *TestHostsQueryUSERNAME;TStringField *TestHostsQueryPASSWORD;TStringField *TestHostsQueryACCESSTYPE;TLabel *Label1;TDBEdit *DBEdit1;TLabel *Label2;TDBEdit *DBEdit2;TLabel *Label3;TDBEdit *DBEdit3;TLabel *Label4;TDBEdit *DBEdit4;TLabel *Label5;TDBEdit *DBEdit5;TLabel *Label6;TDBEdit *DBEdit6;TLabel *Label7;TDBEdit *DBEdit7;TToolBar *ToolBar1;TSpeedButton *SpeedButton1;TToolButton *ToolButton1;TSpeedButton *SpeedButton2;TSpeedButton *SpeedButton3;TSpeedButton *SpeedButton5;TToolButton *ToolButton2;TToolButton *ToolButton3;TToolButton *ToolButton4;TToolButton *ToolButton5;void __fastcall SpeedButton1Click(TObject *Sender);void __fastcall SpeedButton3Click(TObject *Sender);void __fastcall SpeedButton5Click(TObject *Sender);void __fastcall CloseBtnClick(TObject *Sender);private: // User declarationspublic: // User declarations__fastcall TTestHostsForm(TComponent* Owner);};//---------------------------------------------------------------------------extern PACKAGE TTestHostsForm *TestHostsForm;//---------------------------------------------------------------------------#endif