www.pudn.com > qqlocal.rar > Unit1.h, change:2004-03-19,size:1354b


//--------------------------------------------------------------------------- 
 
#ifndef Unit1H 
#define Unit1H 
//--------------------------------------------------------------------------- 
#include <Classes.hpp> 
#include <Controls.hpp> 
#include <StdCtrls.hpp> 
#include <Forms.hpp> 
//--------------------------------------------------------------------------- 
class TForm1 : public TForm 
{ 
__published:	// IDE-managed Components 
        TEdit *qqpath; 
        TEdit *qqnum; 
        TButton *Button1; 
        TButton *huanyuan; 
        TButton *Button3; 
        TButton *exit; 
        TLabel *Label2; 
        TLabel *Label3; 
        TStaticText *StaticText1; 
        TStaticText *StaticText2; 
        void __fastcall Button1Click(TObject *Sender); 
        void __fastcall exitClick(TObject *Sender); 
        void __fastcall huanyuanClick(TObject *Sender); 
        void __fastcall Button3Click(TObject *Sender); 
        void __fastcall Label2Click(TObject *Sender); 
        void __fastcall qqnumClick(TObject *Sender); 
private:	// User declarations 
public:		// User declarations 
        __fastcall TForm1(TComponent* Owner); 
}; 
//--------------------------------------------------------------------------- 
extern PACKAGE TForm1 *Form1; 
//--------------------------------------------------------------------------- 
#endif