Progressbar.h
上传用户:deyixm
上传日期:2007-01-06
资源大小:43k
文件大小:1k
源码类别:

行业应用

开发平台:

Visual C++

  1. //---------------------------------------------------------------------------
  2. #ifndef ProgressBarH
  3. #define ProgressBarH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <ComCtrls.hpp>
  10. //---------------------------------------------------------------------------
  11. class TForm7 : public TForm
  12. {
  13. __published: // IDE-managed Components
  14.         TProgressBar *ProgressBar1;
  15. private:
  16. // User declarations
  17. public: // User declarations
  18.         __fastcall TForm7(TComponent* Owner);
  19. };
  20. //---------------------------------------------------------------------------
  21. extern PACKAGE TForm7 *Form7;
  22. //---------------------------------------------------------------------------
  23. #endif