Componentes.Terceros.DevExp.../official/x.19/ExpressQuantumGrid 5/Demos/CBuilder/ViewBandedDemo/ViewBandeDemoBands.h
2007-09-09 11:27:22 +00:00

28 lines
997 B
C++

//---------------------------------------------------------------------------
#ifndef ViewBandeDemoBandsH
#define ViewBandeDemoBandsH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "cxButtons.hpp"
#include "cxLookAndFeelPainters.hpp"
#include "cxListBox.hpp"
//---------------------------------------------------------------------------
class TViewBandeDemoBandsForm : public TForm
{
__published: // IDE-managed Components
TcxListBox *lbBands;
TcxButton *btnOK;
TcxButton *btnCancel;
private: // User declarations
public: // User declarations
__fastcall TViewBandeDemoBandsForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TViewBandeDemoBandsForm *ViewBandeDemoBandsForm;
//---------------------------------------------------------------------------
#endif