home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- //Borland C++ Builder
- //Copyright (c) 1987 Borland International Inc. All Rights Reserved.
- //----------------------------------------------------------------------------
- //---------------------------------------------------------------------------
- #ifndef DemoPreH
- #define DemoPreH
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\ExtCtrls.hpp>
- #include <vcl\Spin.hpp>
- #include <vcl\QuickRep.hpp>
- //---------------------------------------------------------------------------
- class TPrevForm : public TForm
- {
- __published: // IDE-managed Components
- TPanel *Panel1;
- TLabel *Label1;
- TLabel *Label3;
- TSpinEdit *SpinEdit1;
- TSpinEdit *SpinEdit2;
- TButton *Button1;
- TButton *Button2;
- TQRPreview *QRPreview1;
- void __fastcall SpinEdit1Change(TObject *Sender);
- void __fastcall SpinEdit2Change(TObject *Sender);
- void __fastcall FormShow(TObject *Sender);
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall Button2Click(TObject *Sender);
- private: // User declarations
- public: // User declarations
- virtual __fastcall TPrevForm(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TPrevForm *PrevForm;
- //---------------------------------------------------------------------------
- #endif
-