home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / DIROUTX.H < prev    next >
C/C++ Source or Header  |  1997-02-14  |  2KB  |  43 lines

  1. //----------------------------------------------------------------------------
  2. //Borland C++Builder
  3. //Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
  4. //----------------------------------------------------------------------------
  5. //---------------------------------------------------------------------------
  6. #ifndef diroutxH
  7. #define diroutxH
  8. //---------------------------------------------------------------------------
  9. #include <vcl\Classes.hpp>
  10. #include <vcl\Controls.hpp>
  11. #include <vcl\StdCtrls.hpp>
  12. #include <vcl\Forms.hpp>
  13. #include <vcl\Outline.hpp>
  14. #include <vcl\Grids.hpp>
  15. #include <vcl\FileCtrl.hpp>
  16. #include "sampreg.h"
  17. //---------------------------------------------------------------------------
  18. class TForm1 : public TForm
  19. {
  20. __published:    // IDE-managed Components 
  21.     TLabel *Label2;
  22.     TDriveComboBox *DriveComboBox1;
  23.     TLabel *Label1;
  24.     TLabel *Label3;
  25.     TEdit *Edit1;
  26.     TFileListBox *FileListBox1;
  27.     TLabel *Label5;
  28.     TMemo *Memo1;
  29.     TLabel *Label4;
  30.     TDirectoryOutline *DirectoryOutline1;
  31.     void __fastcall DirectoryOutline1Change(TObject *Sender);
  32.     void __fastcall DriveComboBox1Change(TObject *Sender);
  33.     void __fastcall Edit1Change(TObject *Sender);
  34.     void __fastcall FileListBox1Change(TObject *Sender);
  35. private:        // User declarations
  36. public:         // User declarations
  37.     virtual __fastcall TForm1(TComponent* Owner);
  38. };
  39. //---------------------------------------------------------------------------
  40. extern TForm1 *Form1;
  41. //---------------------------------------------------------------------------
  42. #endif
  43.