Progressbar.cpp
资源名称:cd_man.zip [点击查看]
上传用户:deyixm
上传日期:2007-01-06
资源大小:43k
文件大小:1k
源码类别:
行业应用
开发平台:
Visual C++
- //---------------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
- #include "ProgressBar.h"
- //---------------------------------------------------------------------------
- #pragma package(smart_init)
- #pragma resource "*.dfm"
- TForm7 *Form7;
- //---------------------------------------------------------------------------
- __fastcall TForm7::TForm7(TComponent* Owner)
- : TForm(Owner)
- {
- }
- //---------------------------------------------------------------------------