home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
DIROUTX.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-28
|
2KB
|
43 lines
//----------------------------------------------------------------------------
//Borland C++Builder
//Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
//----------------------------------------------------------------------------
//---------------------------------------------------------------------------
#ifndef diroutxH
#define diroutxH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Outline.hpp>
#include <vcl\Grids.hpp>
#include <vcl\FileCtrl.hpp>
#include "sampreg.h"
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published: // IDE-managed Components
TLabel *Label2;
TDriveComboBox *DriveComboBox1;
TLabel *Label1;
TLabel *Label3;
TEdit *Edit1;
TFileListBox *FileListBox1;
TLabel *Label5;
TMemo *Memo1;
TLabel *Label4;
TDirectoryOutline *DirectoryOutline1;
void __fastcall DirectoryOutline1Change(TObject *Sender);
void __fastcall DriveComboBox1Change(TObject *Sender);
void __fastcall Edit1Change(TObject *Sender);
void __fastcall FileListBox1Change(TObject *Sender);
private: // User declarations
public: // User declarations
virtual __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TForm1 *Form1;
//---------------------------------------------------------------------------
#endif