//---------------------------------------------------------------------------- #ifndef TpvProductosPrint1H #define TpvProductosPrint1H //---------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include //---------------------------------------------------------------------------- class TInformesProducto : public TForm { __published: TBevel *Bevel1; TImage *Image1; TRadioButton *RadioButton1; TRadioButton *RadioButton2; TRadioButton *RadioButton3; TBitBtn *CancelBtn; TBitBtn *OKBtn; void __fastcall RadioButton1Click(TObject *Sender); void __fastcall RadioButton2Click(TObject *Sender); void __fastcall RadioButton3Click(TObject *Sender); void __fastcall OKBtnClick(TObject *Sender); void __fastcall FormShow(TObject *Sender); void __fastcall CancelBtnClick(TObject *Sender); private: public: virtual __fastcall TInformesProducto(TComponent* AOwner); }; //---------------------------------------------------------------------------- extern TInformesProducto *InformesProducto; //---------------------------------------------------------------------------- #endif