Unit1.h
上传用户:lhxd_sz
上传日期:2014-10-02
资源大小:38814k
文件大小:2k
- //---------------------------------------------------------------------------
- #ifndef Unit1H
- #define Unit1H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TLabel *Label1;
- TLabel *Label2;
- TLabel *Label3;
- TLabel *Label4;
- TLabel *Label5;
- TLabel *Label6;
- TLabel *Label7;
- TLabel *Label8;
- TLabel *Label9;
- TLabel *Label10;
- void __fastcall Label1MouseMove(TObject *Sender, TShiftState Shift,
- int X, int Y);
- void __fastcall Label2MouseMove(TObject *Sender, TShiftState Shift,
- int X, int Y);
- void __fastcall Label3MouseMove(TObject *Sender, TShiftState Shift,
- int X, int Y);
- void __fastcall Test(TObject *Sender);
- void __fastcall Label4MouseMove(TObject *Sender, TShiftState Shift,
- int X, int Y);
- void __fastcall Label5MouseMove(TObject *Sender, TShiftState Shift,
- int X, int Y);
- void __fastcall Label6MouseMove(TObject *Sender, TShiftState Shift,
- int X, int Y);
- void __fastcall Label7MouseMove(TObject *Sender, TShiftState Shift,
- int X, int Y);
- void __fastcall Label8MouseMove(TObject *Sender, TShiftState Shift,
- int X, int Y);
- void __fastcall Label9MouseMove(TObject *Sender, TShiftState Shift,
- int X, int Y);
- void __fastcall Label10MouseMove(TObject *Sender,
- TShiftState Shift, int X, int Y);
- private: // User declarations
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif