1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- //---------------------------------------------------------------------------
- #ifndef FrmCrsStreamPlayer_oldFH
- #define FrmCrsStreamPlayer_oldFH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ExtCtrls.hpp>
- #include <OleCtrls.hpp>
- #include <ADODB.hpp>
- #include <DB.hpp>
- #include <Menus.hpp>
- #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
|