Componentes.Terceros.DevExp.../official/x.26/ExpressQuantumTreeList 4/Demos/CBuilder/Common/DemoBasicAbout.h
2007-09-09 11:27:27 +00:00

37 lines
1.2 KiB
C++

//---------------------------------------------------------------------------
#ifndef DemoBasicAboutH
#define DemoBasicAboutH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "cxButtons.hpp"
#include "cxLookAndFeelPainters.hpp"
#include <ComCtrls.hpp>
#include <ExtCtrls.hpp>
#include <Graphics.hpp>
//---------------------------------------------------------------------------
class TDemoBasicAboutForm : public TForm
{
__published: // IDE-managed Components
TImage *imgIcon;
TLabel *lbCopyright;
TBevel *bvBottom;
TLabel *lbCompanyName;
TRichEdit *reDemoInfo;
TcxButton *btnOK;
TLabel *lmoName;
void __fastcall btnOKClick(TObject &Sender);
void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
void __fastcall FormDestroy(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TDemoBasicAboutForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TDemoBasicAboutForm *DemoBasicAboutForm;
//---------------------------------------------------------------------------
#endif