Componentes.Terceros.DevExp.../internal/x.36/1/ExpressScheduler 3/Demos/CBuilder/AggregateDemo/SelectStorageUnit.h

27 lines
930 B
C
Raw Normal View History

//---------------------------------------------------------------------------
#ifndef SelectStorageUnitH
#define SelectStorageUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TSelectStorage : public TForm
{
__published: // IDE-managed Components
TGroupBox *GroupBox1;
TRadioButton *rbDBStorage;
TRadioButton *rbUnboundStorage;
TButton *Button1;
TButton *Button2;
private: // User declarations
public: // User declarations
__fastcall TSelectStorage(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TSelectStorage *SelectStorage;
//---------------------------------------------------------------------------
#endif