//--------------------------------------------------------------------------- #ifndef TComprobadorActividadH #define TComprobadorActividadH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include //--------------------------------------------------------------------------- class TcomprobadorActividad : public TForm { __published: // IDE-managed Components TStringGrid *StringGrid1; TEdit *Edit1; TPaintBox *PaintBox1; TRichEdit *RichEdit1; TLabel *Label2; TEdit *edMin; TUpDown *UpDown1; TCheckBox *CheckBox1; TLabel *Label3; TEdit *edMax; TUpDown *UpDown2; TPanel *Panel1; TLabel *Label4; private: // User declarations public: // User declarations __fastcall TcomprobadorActividad(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TcomprobadorActividad *comprobadorActividad; //--------------------------------------------------------------------------- #endif