Unit1.h
上传用户:lhxd_sz
上传日期:2014-10-02
资源大小:38814k
文件大小:2k
源码类别:

VC书籍

开发平台:

C++ Builder

  1. //---------------------------------------------------------------------------
  2. #ifndef Unit1H
  3. #define Unit1H
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. //---------------------------------------------------------------------------
  10. class TForm1 : public TForm
  11. {
  12. __published: // IDE-managed Components
  13.         TLabel *Label1;
  14.         TLabel *Label2;
  15.         TLabel *Label3;
  16.         TLabel *Label4;
  17.         TLabel *Label5;
  18.         TLabel *Label6;
  19.         TLabel *Label7;
  20.         TLabel *Label8;
  21.         TLabel *Label9;
  22.         TLabel *Label10;
  23.         void __fastcall Label1MouseMove(TObject *Sender, TShiftState Shift,
  24.           int X, int Y);
  25.         void __fastcall Label2MouseMove(TObject *Sender, TShiftState Shift,
  26.           int X, int Y);
  27.         void __fastcall Label3MouseMove(TObject *Sender, TShiftState Shift,
  28.           int X, int Y);
  29.         void __fastcall Test(TObject *Sender);
  30.         void __fastcall Label4MouseMove(TObject *Sender, TShiftState Shift,
  31.           int X, int Y);
  32.         void __fastcall Label5MouseMove(TObject *Sender, TShiftState Shift,
  33.           int X, int Y);
  34.         void __fastcall Label6MouseMove(TObject *Sender, TShiftState Shift,
  35.           int X, int Y);
  36.         void __fastcall Label7MouseMove(TObject *Sender, TShiftState Shift,
  37.           int X, int Y);
  38.         void __fastcall Label8MouseMove(TObject *Sender, TShiftState Shift,
  39.           int X, int Y);
  40.         void __fastcall Label9MouseMove(TObject *Sender, TShiftState Shift,
  41.           int X, int Y);
  42.         void __fastcall Label10MouseMove(TObject *Sender,
  43.           TShiftState Shift, int X, int Y);
  44. private: // User declarations
  45. public: // User declarations
  46.         __fastcall TForm1(TComponent* Owner);
  47. };
  48. //---------------------------------------------------------------------------
  49. extern PACKAGE TForm1 *Form1;
  50. //---------------------------------------------------------------------------
  51. #endif