www.pudn.com > vod2007.rar > Unit_LogForm.h


//--------------------------------------------------------------------------- 
 
#ifndef Unit_LogFormH 
#define Unit_LogFormH 
//--------------------------------------------------------------------------- 
#include  
#include  
#include  
#include  
#include "unit_mainform.h" 
//--------------------------------------------------------------------------- 
class TfrmInput : public TForm 
{ 
__published:	// IDE-managed Components 
        TLabel *Label1; 
        TLabel *Label2; 
        TEdit *edtInput; 
        TButton *Button1; 
        TButton *Button2; 
        void __fastcall Button1Click(TObject *Sender); 
        void __fastcall Button2Click(TObject *Sender); 
        void __fastcall FormCreate(TObject *Sender); 
private:	// User declarations 
public:		// User declarations 
        __fastcall TfrmInput(TComponent* Owner); 
}; 
//--------------------------------------------------------------------------- 
extern PACKAGE TfrmInput *frmInput; 
//--------------------------------------------------------------------------- 
#endif