Componentes.Terceros.DevExp.../official/x.26/ExpressQuantumGrid 6/Demos/CBuilder/EditorsInPlaceDemo/EditorsInPlaceDemoCars.h
2007-09-09 11:27:27 +00:00

50 lines
1.6 KiB
C++

//---------------------------------------------------------------------------
#ifndef EditorsInPlaceDemoCarsH
#define EditorsInPlaceDemoCarsH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "cxCalc.hpp"
#include "cxCheckBox.hpp"
#include "cxContainer.hpp"
#include "cxControls.hpp"
#include "cxDBEdit.hpp"
#include "cxEdit.hpp"
#include "cxMemo.hpp"
#include "cxTextEdit.hpp"
#include <ExtCtrls.hpp>
#include "cxListBox.hpp"
//---------------------------------------------------------------------------
class TEditorsInPlaceDemoCarsForm : public TForm
{
__published: // IDE-managed Components
TPanel *pnlCarInfo;
TLabel *Label6;
TcxDBMemo *cxDBMemo1;
TPanel *Panel1;
TLabel *Label3;
TLabel *Label4;
TcxDBTextEdit *cxDBTextEdit1;
TcxDBTextEdit *cxDBTextEdit2;
TGroupBox *GroupBox1;
TcxDBTextEdit *cxDBTextEdit5;
TcxDBTextEdit *cxDBTextEdit4;
TcxDBTextEdit *cxDBTextEdit8;
TGroupBox *GroupBox2;
TcxDBCheckBox *cxDBCheckBox;
TcxDBListBox *cxDBListBox;
TGroupBox *GroupBox3;
TcxDBTextEdit *cxDBTextEdit7;
TcxDBTextEdit *cxDBTextEdit6;
private: // User declarations
public: // User declarations
__fastcall TEditorsInPlaceDemoCarsForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TEditorsInPlaceDemoCarsForm *EditorsInPlaceDemoCarsForm;
//---------------------------------------------------------------------------
#endif