home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef timserH
- #define timserH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include "RChart.hpp"
- #include "NumLab.hpp"
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TRChart *RChart1;
- TNumLab *NumLab1;
- TNumLab *NumLab2;
- TCheckBox *CBMX;
- TCheckBox *CBMY;
- TButton *ButDone;
- void __fastcall ButDoneClick(TObject *Sender);
- void __fastcall CBMYClick(TObject *Sender);
- void __fastcall CBMXClick(TObject *Sender);
-
- void __fastcall FormActivate(TObject *Sender);
- void __fastcall RChart1MouseMoveInChart(TObject *Sender, bool InChart,
- TShiftState Shift, double rMousePosX, double rMousePosY);
- void __fastcall FormMouseMove(TObject *Sender, TShiftState Shift, int X, int Y);
- private: // User declarations
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
-