home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- #ifndef ProgDiagH
- #define ProgDiagH
- //----------------------------------------------------------------------------
- #include <vcl\ExtCtrls.hpp>
- #include <vcl\Buttons.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\Graphics.hpp>
- #include <vcl\Classes.hpp>
- #include <vcl\SysUtils.hpp>
- #include <vcl\Windows.hpp>
- #include <vcl\System.hpp>
- #include <vcl\ComCtrls.hpp>
- //----------------------------------------------------------------------------
- class TProgressDialog : public TForm
- {
- __published:
- TProgressBar *ProgressBar1;
- private:
- public:
- virtual __fastcall TProgressDialog(TComponent* AOwner);
- };
- //----------------------------------------------------------------------------
- extern TProgressDialog *ProgressDialog;
- //----------------------------------------------------------------------------
- #endif
-