//--------------------------------------------------------------------------- #ifndef AVIS010MFH #define AVIS010MFH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include //--------------------------------------------------------------------------- #include "WindowMsgF.h" #include "FRAME_AviSectListF.h" #include "cxButtons.hpp" #include "cxContainer.hpp" #include "cxControls.hpp" #include "cxDropDownEdit.hpp" #include "cxEdit.hpp" #include "cxGraphics.hpp" #include "cxGroupBox.hpp" #include "cxLookAndFeelPainters.hpp" #include "cxLookAndFeels.hpp" #include "cxMaskEdit.hpp" #include "cxPC.hpp" #include "cxPCdxBarPopupMenu.hpp" #include "cxSplitter.hpp" #include "cxTextEdit.hpp" #include "dxSkinBlack.hpp" #include "dxSkinBlue.hpp" #include "dxSkinsCore.hpp" #include "dxSkinscxPCPainter.hpp" class TAVIS010M : public TForm { __published: // IDE-managed Components TTimer *TmrShow; TShape *ShpTitle; TcxButton *BtnClose; TLabel *LblCaption; TShape *ShpList; TEdit *EdFocus; TPanel *PnlBack; TPanel *PnlLeft; TcxSplitter *cxSplitter1; TcxGroupBox *cxGroupBox2; TImage *ImgDesc01; TLabel *Label26; TcxButton *BtnSearch; TcxGroupBox *cxGroupBox3; TcxGroupBox *cxGroupBox1; TcxPageControl *PgTab; TcxTabSheet *TsList01; TLabel *Label1; TImage *ImgDesc03; TcxComboBox *CbStatType; TLabel *Label2; TImage *ImgDesc04; TDateTimePicker *DtStTime; TDateTimePicker *DtEdTime; TFRAMEAviSectList *FRAMEAviSectList1; TDateTimePicker *DtStDate; TDateTimePicker *DtEdDate; void __fastcall FormShow(TObject *Sender); void __fastcall TmrShowTimer(TObject *Sender); void __fastcall BtnSearchClick(TObject *Sender); void __fastcall BtnCloseClick(TObject *Sender); void __fastcall PgTabDblClick(TObject *Sender); void __fastcall FormClose(TObject *Sender, TCloseAction &Action); void __fastcall CbStatTypePropertiesChange(TObject *Sender); void __fastcall PgTabCanCloseEx(TObject *Sender, int ATabIndex, bool &ACanClose); private: // User declarations void __fastcall CommClose(); String FTitle; public: TList *m_pFormList; String FSelId; String FStTime, FEdTime; int FStatType; public: // User declarations __fastcall TAVIS010M(TComponent* Owner); void __fastcall FormInit(); void __fastcall RefreshData(); void __fastcall OnSubFormClose(TMessage Msg); BEGIN_MESSAGE_MAP VCL_MESSAGE_HANDLER(WM_SUBFORM_CLOSE, TMessage, OnSubFormClose); END_MESSAGE_MAP(TForm); }; //--------------------------------------------------------------------------- extern PACKAGE TAVIS010M *AVIS010M; //--------------------------------------------------------------------------- #endif