Componentes.Terceros.DevExp.../internal/x.36/1/ExpressDBTree Suite/Demos/CBuilder/DBTree_F/dbview.h
2008-09-04 11:31:51 +00:00

28 lines
915 B
C++

//---------------------------------------------------------------------------
#ifndef dbviewH
#define dbviewH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\DBGrids.hpp>
#include "Grids.hpp"
#include <vcl\ExtCtrls.hpp>
#include <vcl\Buttons.hpp>
//---------------------------------------------------------------------------
class TForm2 : public TForm
{
__published: // IDE-managed Components
TDBGrid *DBGrid1;
TPanel *Panel1;
TBitBtn *BitBtn1;
private: // User declarations
public: // User declarations
__fastcall TForm2(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TForm2 *Form2;
//---------------------------------------------------------------------------
#endif