home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- //Borland C++ Builder
- //Copyright (c) 1987 Borland International Inc. All Rights Reserved.
- //----------------------------------------------------------------------------
- //---------------------------------------------------------------------------
- #ifndef calbrowsH
- #define calbrowsH
- //---------------------------------------------------------------------------
- #include <Forms.hpp>
- #include <Grids.hpp>
- #include <Controls.hpp>
- #include <Classes.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include "../../controls/calendar/calendar.h"
- //---------------------------------------------------------------------------
- class TCalendarBrowser : public TForm
- {
- __published:
- TCalendar *Calendar1;
- TBitBtn *BitBtn1;
- TBitBtn *BitBtn2;
- TBitBtn *BitBtn3;
- TBitBtn *BitBtn4;
- void __fastcall BitBtn4Click(TObject *Sender);
- void __fastcall BitBtn2Click(TObject *Sender);
- void __fastcall BitBtn3Click(TObject *Sender);
- void __fastcall BitBtn1Click(TObject *Sender);
- void __fastcall Calendar1Change(TObject *Sender);
- private: // private user declarations
- public: // public user declarations
- virtual __fastcall TCalendarBrowser(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TForCalendarBrowserorCalendarBrowser;
- //---------------------------------------------------------------------------
- #endif
-