//--------------------------------------------------------------------------- #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