//--------------------------------------------------------------------------- #ifndef FrmVmsEmgrSelTermFH #define FrmVmsEmgrSelTermFH //--------------------------------------------------------------------------- #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 TFrmVmsEmgrSelTerm : public TForm { __published: // IDE-managed Components TTimer *TmrShow; TcxButton *BtnSearch; TcxButton *BtnClose; TEdit *EdFocus; TcxButton *BtnSelect; TImage *ImgDesc0; TImage *ImgDesc1; TImage *ImgDesc2; TcxLabel *cxLabel18; TcxLabel *cxLabel1; TcxCheckBox *ChkWeek0; TcxCheckBox *ChkWeek1; TcxCheckBox *ChkWeek3; TcxCheckBox *ChkWeek2; TcxCheckBox *ChkWeek6; TcxCheckBox *ChkWeek5; TcxCheckBox *ChkWeek4; TcxLabel *cxLabel2; TDateTimePicker *DtStrTime; TDateTimePicker *DtEndTime; TDateTimePicker *DtStrDate; TDateTimePicker *DtEndDate; 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 FStrTime; String FEndTime; String FWeek; bool FCurrDay; bool FSelected; public: // User declarations __fastcall TFrmVmsEmgrSelTerm(TComponent* Owner); void __fastcall RefreshData(); void __fastcall SelListData(); }; //--------------------------------------------------------------------------- extern PACKAGE TFrmVmsEmgrSelTerm *FrmVmsEmgrSelTerm; //--------------------------------------------------------------------------- #endif