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

行业应用

开发平台:

Visual C++

  1. //---------------------------------------------------------------------------
  2. #ifndef CDFindH
  3. #define CDFindH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <FileCtrl.hpp>
  10. //---------------------------------------------------------------------------
  11. class TForm5 : public TForm
  12. {
  13. __published: // IDE-managed Components
  14.         TLabel *Label1;
  15.         TDriveComboBox *DriveComboBox1;
  16.         TButton *Button1;
  17.         void __fastcall Button1Click(TObject *Sender);
  18. private: // User declarations
  19. public: // User declarations
  20.         __fastcall TForm5(TComponent* Owner);
  21. };
  22. //---------------------------------------------------------------------------
  23. extern PACKAGE TForm5 *Form5;
  24. //---------------------------------------------------------------------------
  25. #endif