www.pudn.com > Auto_Copy.rar > Acopy_File.h
//--------------------------------------------------------------------------- #ifndef Acopy_FileH #define Acopy_FileH //--------------------------------------------------------------------------- #include#include #include #include #include #include //--------------------------------------------------------------------------- class TForm1 : public TForm { __published: // IDE-managed Components TButton *Button1; TFileListBox *FileListBox1; TFileListBox *FileListBox2; TEdit *Edit1; TEdit *Edit2; TProgressBar *ProgressBar1; void __fastcall Button1Click(TObject *Sender); void __fastcall FormShow(TObject *Sender); private: // User declarations public: // User declarations __fastcall TForm1(TComponent* Owner); }; //--------------------------------------------------------------------------- extern PACKAGE TForm1 *Form1; //--------------------------------------------------------------------------- #endif