home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef frmprintH
- #define frmprintH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\Dialogs.hpp>
- #include "RChart.hpp"
- #include <vcl\ExtCtrls.hpp>
- #include "NumLab.hpp"
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TPrintDialog *PrintDialog1;
- TRChart *RChart1;
- TBevel *Bevel1;
- TLabel *Label1;
- TNumLab *NLbScaleF;
- TScrollBar *SBScalF;
- TCheckBox *CBColor;
- TButton *Button2;
- TNumLab *NLbPosX;
- TNumLab *NLbPosY;
- TRChart *RChart2;
- TLabel *Label2;
- TLabel *Label3;
- TLabel *Label6;
- TLabel *Label5;
- TLabel *Label4;
- TLabel *Label7;
- TButton *Button1;
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall FormActivate(TObject *Sender);
- void __fastcall Button2Click(TObject *Sender);
- void __fastcall RChart2MouseMoveInChart(TObject *Sender, bool InChart,
- TShiftState Shift, double rMousePosX, double rMousePosY);
- void __fastcall SBScalFChange(TObject *Sender);
- void __fastcall RChart2Click(TObject *Sender);
- void __fastcall FormMouseMove(TObject *Sender, TShiftState Shift, int X, int Y);
- private: // User declarations
- void __fastcall ShowPageRect();
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
-