//--------------------------------------------------------------------------- #ifndef FrmCrsStreamPlayer_oldFH #define FrmCrsStreamPlayer_oldFH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include "cxContainer.hpp" #include "cxControls.hpp" #include "cxEdit.hpp" #include "cxGraphics.hpp" #include "cxLabel.hpp" #include "cxLookAndFeelPainters.hpp" #include "cxLookAndFeels.hpp" #include "dxSkinBlack.hpp" #include "dxSkinBlue.hpp" #include "dxSkinsCore.hpp" //--------------------------------------------------------------------------- #include "CDSObjectF.h" #include "CDSCrossF.h" #include "dxSkinMcSkin.hpp" //--------------------------------------------------------------------------- class TFrmCrsStreamPlayer_old : public TForm { __published: // IDE-managed Components TADOQuery *pADO; TPopupMenu *PopupMenu1; TMenuItem *MnuConnect; TMenuItem *MnuDisconnect; TPanel *Panel1; TPanel *PnlBlob; TImage *ImgBlob; TcxLabel *lblErr1; TcxLabel *lblErr2; TcxLabel *lblErr3; TcxLabel *lblErr4; TcxLabel *lblErr5; TcxLabel *lblErr6; TcxLabel *cxLabel1; TcxLabel *cxLabel2; TTimer *Timer1; TTimer *Timer3; TPanel *PnlCmra; TFlowPanel *FpnlForm; void __fastcall FormShow(TObject *Sender); void __fastcall FormClose(TObject *Sender, TCloseAction &Action); void __fastcall FormDestroy(TObject *Sender); private: // User declarations bool FPlay; bool FDispBlob; HWND FWnd; public: // User declarations bool FFullScreen; TRect FLastBounds; TWinControl *FParent; TCross *FCross; TObjectList *FFormList; bool FAutoPlay; void __fastcall ClearFormList(); __fastcall TFrmCrsStreamPlayer_old(TComponent* Owner, TCross *ACrossObj); }; //--------------------------------------------------------------------------- //extern PACKAGE TFrmCrsStreamPlayer *FrmCrsStreamPlayer; //--------------------------------------------------------------------------- #endif