//--------------------------------------------------------------------------- #ifndef TestHostsH #define TestHostsH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include "Grids_ts.hpp" #include "TSDBGrid.hpp" #include "TSGrid.hpp" #include #include #include #include #include #include //--------------------------------------------------------------------------- class TTestHostsForm : public TForm { __published: // IDE-managed Components TADOQuery *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 declarations public: // User declarations __fastcall TTestHostsForm(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TTestHostsForm *TestHostsForm; //--------------------------------------------------------------------------- #endif