FrmCrsStreamPlayer_oldF.h 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. //---------------------------------------------------------------------------
  2. #ifndef FrmCrsStreamPlayer_oldFH
  3. #define FrmCrsStreamPlayer_oldFH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <ExtCtrls.hpp>
  10. #include <OleCtrls.hpp>
  11. #include <ADODB.hpp>
  12. #include <DB.hpp>
  13. #include <Menus.hpp>
  14. #include "cxContainer.hpp"
  15. #include "cxControls.hpp"
  16. #include "cxEdit.hpp"
  17. #include "cxGraphics.hpp"
  18. #include "cxLabel.hpp"
  19. #include "cxLookAndFeelPainters.hpp"
  20. #include "cxLookAndFeels.hpp"
  21. #include "dxSkinBlack.hpp"
  22. #include "dxSkinBlue.hpp"
  23. #include "dxSkinsCore.hpp"
  24. //---------------------------------------------------------------------------
  25. #include "CDSObjectF.h"
  26. #include "CDSCrossF.h"
  27. #include "dxSkinMcSkin.hpp"
  28. //---------------------------------------------------------------------------
  29. class TFrmCrsStreamPlayer_old : public TForm
  30. {
  31. __published: // IDE-managed Components
  32. TADOQuery *pADO;
  33. TPopupMenu *PopupMenu1;
  34. TMenuItem *MnuConnect;
  35. TMenuItem *MnuDisconnect;
  36. TPanel *Panel1;
  37. TPanel *PnlBlob;
  38. TImage *ImgBlob;
  39. TcxLabel *lblErr1;
  40. TcxLabel *lblErr2;
  41. TcxLabel *lblErr3;
  42. TcxLabel *lblErr4;
  43. TcxLabel *lblErr5;
  44. TcxLabel *lblErr6;
  45. TcxLabel *cxLabel1;
  46. TcxLabel *cxLabel2;
  47. TTimer *Timer1;
  48. TTimer *Timer3;
  49. TPanel *PnlCmra;
  50. TFlowPanel *FpnlForm;
  51. void __fastcall FormShow(TObject *Sender);
  52. void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
  53. void __fastcall FormDestroy(TObject *Sender);
  54. private: // User declarations
  55. bool FPlay;
  56. bool FDispBlob;
  57. HWND FWnd;
  58. public: // User declarations
  59. bool FFullScreen;
  60. TRect FLastBounds;
  61. TWinControl *FParent;
  62. TCross *FCross;
  63. TObjectList *FFormList;
  64. bool FAutoPlay;
  65. void __fastcall ClearFormList();
  66. __fastcall TFrmCrsStreamPlayer_old(TComponent* Owner, TCross *ACrossObj);
  67. };
  68. //---------------------------------------------------------------------------
  69. //extern PACKAGE TFrmCrsStreamPlayer *FrmCrsStreamPlayer;
  70. //---------------------------------------------------------------------------
  71. #endif