//--------------------------------------------------------------------------- #ifndef VMSSEL0MFH #define VMSSEL0MFH //--------------------------------------------------------------------------- #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include "cxButtons.hpp" #include "cxContainer.hpp" #include "cxControls.hpp" #include "cxEdit.hpp" #include "cxGraphics.hpp" #include "cxGroupBox.hpp" #include "cxLookAndFeelPainters.hpp" #include "cxLookAndFeels.hpp" #include "dxSkinBlack.hpp" #include "dxSkinBlue.hpp" #include "dxSkinCaramel.hpp" #include "dxSkinCoffee.hpp" #include "dxSkinDarkRoom.hpp" #include "dxSkinDarkSide.hpp" #include "dxSkinFoggy.hpp" #include "dxSkinGlassOceans.hpp" #include "dxSkiniMaginary.hpp" #include "dxSkinLilian.hpp" #include "dxSkinLiquidSky.hpp" #include "dxSkinLondonLiquidSky.hpp" #include "dxSkinMcSkin.hpp" #include "dxSkinMoneyTwins.hpp" #include "dxSkinOffice2007Black.hpp" #include "dxSkinOffice2007Blue.hpp" #include "dxSkinOffice2007Green.hpp" #include "dxSkinOffice2007Pink.hpp" #include "dxSkinOffice2007Silver.hpp" #include "dxSkinOffice2010Black.hpp" #include "dxSkinOffice2010Blue.hpp" #include "dxSkinOffice2010Silver.hpp" #include "dxSkinsCore.hpp" #include "dxSkinSeven.hpp" #include "dxSkinSharp.hpp" #include "dxSkinSilver.hpp" #include "dxSkinStardust.hpp" #include "cxDropDownEdit.hpp" #include "cxLabel.hpp" #include "cxMaskEdit.hpp" #include "cxTextEdit.hpp" #include "cxCheckBox.hpp" //--------------------------------------------------------------------------- class TVMSSEL0M : public TForm { __published: // IDE-managed Components TTimer *TmrShow; TcxButton *BtnSearch; TcxButton *BtnClose; TEdit *EdFocus; TcxButton *BtnSelect; TcxGroupBox *cxGroupBox1; TShape *ShpList; TImage *ImgDesc11; TcxLabel *cxLabel18; TcxLabel *cxLabel1; TImage *ImgDesc01; TDateTimePicker *DtEndDate; TDateTimePicker *DtStrDate; TcxLabel *lblText1; TDateTimePicker *DtStrTime; TDateTimePicker *DtEndTime; TPanel *PnlWeek; TImage *ImgDesc2; TcxCheckBox *ChkWeek0; TcxCheckBox *ChkWeek1; TcxCheckBox *ChkWeek3; TcxCheckBox *ChkWeek2; TcxCheckBox *ChkWeek6; TcxCheckBox *ChkWeek5; TcxCheckBox *ChkWeek4; TcxLabel *cxLabel3; void __fastcall FormShow(TObject *Sender); void __fastcall TmrShowTimer(TObject *Sender); void __fastcall BtnSearchClick(TObject *Sender); void __fastcall BtnCloseClick(TObject *Sender); void __fastcall BtnSelectClick(TObject *Sender); void __fastcall FormClose(TObject *Sender, TCloseAction &Action); private: // User declarations void __fastcall CommClose(); public: String FScheType; String FStrTime; String FEndTime; String FWeek; bool FCurrDay; bool FSelected; public: // User declarations __fastcall TVMSSEL0M(TComponent* Owner); void __fastcall RefreshData(); void __fastcall SelListData(); }; //--------------------------------------------------------------------------- extern PACKAGE TVMSSEL0M *VMSSEL0M; //--------------------------------------------------------------------------- #endif