From 663d9336324110648ffdea7c7092a004353419b5 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Fri, 1 May 2009 17:14:46 -0500 Subject: Initial commit of source from zwzsg --- KPFormSimpleCode.h | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 KPFormSimpleCode.h (limited to 'KPFormSimpleCode.h') diff --git a/KPFormSimpleCode.h b/KPFormSimpleCode.h new file mode 100644 index 0000000..0cbd5ea --- /dev/null +++ b/KPFormSimpleCode.h @@ -0,0 +1,38 @@ +//--------------------------------------------------------------------------- + +#ifndef KPFormSimpleCodeH +#define KPFormSimpleCodeH +//--------------------------------------------------------------------------- +#include +#include +#include +#include +#include +#include +#include +//--------------------------------------------------------------------------- +class TKPLWindowSimple : public TForm +{ +__published: // IDE-managed Components + TBitBtn *BBOk; + TBitBtn *BBCancel; + TImage *Img0Spec; + TImage *Img1Easy; + TImage *Img4VeryHard; + TImage *Img3Hard; + TImage *Img2Medium; + TRadioButton *RB0Spec; + TRadioButton *RB1Easy; + TRadioButton *RB2Medium; + TRadioButton *RB3Hard; + TRadioButton *RB4VeryHard; + void __fastcall BBOkClick(TObject *Sender); + void __fastcall BBCancelClick(TObject *Sender); +private: // User declarations +public: // User declarations + __fastcall TKPLWindowSimple(TComponent* Owner); +}; +//--------------------------------------------------------------------------- +extern PACKAGE TKPLWindowSimple *KPLWindowSimple; +//--------------------------------------------------------------------------- +#endif -- cgit v1.2.3-70-g09d2