Unit1.h
资源名称:QQ消息自动发送器.rar [点击查看]
上传用户:icamtech04
上传日期:2007-03-13
资源大小:278k
文件大小:1k
源码类别:
ICQ弱点检测代码
开发平台:
C++ Builder
- //---------------------------------------------------------------------------
- #ifndef Unit1H
- #define Unit1H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include "EditValue.hpp"
- #include <ExtCtrls.hpp>
- #include <Buttons.hpp>
- #include <ComCtrls.hpp>
- #include <Menus.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TGroupBox *GroupBox2;
- TButton *Button1; //发生按钮
- TButton *Button2; //退出按钮
- TGroupBox *GroupBox3;
- TEditValue *Edit2;
- TComboBox *ComboBox1;
- TTimer *Timer1;
- TButton *Button3; //重新找窗口按钮
- TRichEdit *RichEdit1;
- TLabel *Label1;
- void __fastcall Button2Click(TObject *Sender);
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall Timer1Timer(TObject *Sender);
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall Button3Click(TObject *Sender);
- void __fastcall Edit2KeyPress(TObject *Sender, char &Key);
- void __fastcall ComboBox1KeyPress(TObject *Sender, char &Key);
- private: // User declarations
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif