CDFind.h
资源名称:cd_man.zip [点击查看]
上传用户:deyixm
上传日期:2007-01-06
资源大小:43k
文件大小:1k
源码类别:
行业应用
开发平台:
Visual C++
- //---------------------------------------------------------------------------
- #ifndef CDFindH
- #define CDFindH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <FileCtrl.hpp>
- //---------------------------------------------------------------------------
- class TForm5 : public TForm
- {
- __published: // IDE-managed Components
- TLabel *Label1;
- TDriveComboBox *DriveComboBox1;
- TButton *Button1;
- void __fastcall Button1Click(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TForm5(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm5 *Form5;
- //---------------------------------------------------------------------------
- #endif