| 2218 |
sbetterm |
1 |
//---------------------------------------------------------------------------
|
|
|
2 |
|
|
|
3 |
#ifndef TestHostsH
|
|
|
4 |
#define TestHostsH
|
|
|
5 |
//---------------------------------------------------------------------------
|
|
|
6 |
#include <Classes.hpp>
|
|
|
7 |
#include <Controls.hpp>
|
|
|
8 |
#include <StdCtrls.hpp>
|
|
|
9 |
#include <Forms.hpp>
|
|
|
10 |
#include <ADODB.hpp>
|
|
|
11 |
#include <DB.hpp>
|
|
|
12 |
#include "Grids_ts.hpp"
|
|
|
13 |
#include "TSDBGrid.hpp"
|
|
|
14 |
#include "TSGrid.hpp"
|
|
|
15 |
#include <ExtCtrls.hpp>
|
|
|
16 |
#include <Buttons.hpp>
|
|
|
17 |
#include <DBCtrls.hpp>
|
|
|
18 |
#include <Mask.hpp>
|
|
|
19 |
#include <ComCtrls.hpp>
|
|
|
20 |
#include <ToolWin.hpp>
|
|
|
21 |
//---------------------------------------------------------------------------
|
|
|
22 |
class TTestHostsForm : public TForm
|
|
|
23 |
{
|
|
|
24 |
__published: // IDE-managed Components
|
|
|
25 |
TADOQuery *TestHostsQuery;
|
|
|
26 |
TDataSource *TestHostsDataSource;
|
|
|
27 |
TtsDBGrid *tsDBGrid1;
|
|
|
28 |
TPanel *Panel1;
|
|
|
29 |
TBitBtn *CloseBtn;
|
|
|
30 |
TStringField *TestHostsQueryHOSTNAME;
|
|
|
31 |
TStringField *TestHostsQueryIPADDRESS;
|
|
|
32 |
TStringField *TestHostsQueryCCHLOG_PATH;
|
|
|
33 |
TStringField *TestHostsQueryISSLOG_PATH;
|
|
|
34 |
TStringField *TestHostsQueryUSERNAME;
|
|
|
35 |
TStringField *TestHostsQueryPASSWORD;
|
|
|
36 |
TStringField *TestHostsQueryACCESSTYPE;
|
|
|
37 |
TLabel *Label1;
|
|
|
38 |
TDBEdit *DBEdit1;
|
|
|
39 |
TLabel *Label2;
|
|
|
40 |
TDBEdit *DBEdit2;
|
|
|
41 |
TLabel *Label3;
|
|
|
42 |
TDBEdit *DBEdit3;
|
|
|
43 |
TLabel *Label4;
|
|
|
44 |
TDBEdit *DBEdit4;
|
|
|
45 |
TLabel *Label5;
|
|
|
46 |
TDBEdit *DBEdit5;
|
|
|
47 |
TLabel *Label6;
|
|
|
48 |
TDBEdit *DBEdit6;
|
|
|
49 |
TLabel *Label7;
|
|
|
50 |
TDBEdit *DBEdit7;
|
|
|
51 |
TToolBar *ToolBar1;
|
|
|
52 |
TSpeedButton *SpeedButton1;
|
|
|
53 |
TToolButton *ToolButton1;
|
|
|
54 |
TSpeedButton *SpeedButton2;
|
|
|
55 |
TSpeedButton *SpeedButton3;
|
|
|
56 |
TSpeedButton *SpeedButton5;
|
|
|
57 |
TToolButton *ToolButton2;
|
|
|
58 |
TToolButton *ToolButton3;
|
|
|
59 |
TToolButton *ToolButton4;
|
|
|
60 |
TToolButton *ToolButton5;
|
|
|
61 |
void __fastcall SpeedButton1Click(TObject *Sender);
|
|
|
62 |
void __fastcall SpeedButton3Click(TObject *Sender);
|
|
|
63 |
void __fastcall SpeedButton5Click(TObject *Sender);
|
|
|
64 |
void __fastcall CloseBtnClick(TObject *Sender);
|
|
|
65 |
private: // User declarations
|
|
|
66 |
public: // User declarations
|
|
|
67 |
__fastcall TTestHostsForm(TComponent* Owner);
|
|
|
68 |
};
|
|
|
69 |
//---------------------------------------------------------------------------
|
|
|
70 |
extern PACKAGE TTestHostsForm *TestHostsForm;
|
|
|
71 |
//---------------------------------------------------------------------------
|
|
|
72 |
#endif
|