Скачиваний:
41
Добавлен:
16.04.2013
Размер:
1.41 Кб
Скачать
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include "ball1.h"
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TImage *Img;
        TTimer *Timer1;
        TButton *Button1;
        TButton *Button2;
        TButton *Button3;
        TTimer *Timer2;
   TEdit *Edit1;
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall tick(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Button3Click(TObject *Sender);
        void __fastcall Timer2Timer(TObject *Sender);
   void __fastcall FormDelete(TObject *Sender);
        // void __fastcall track(TObject *Sender);
private:	// User declarations
        CBall* Ball;
        CSupport* Doska;

public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке part2
  • #
    16.04.201316.83 Кб41Project2.obj
  • #
    16.04.2013876 б41Project2.res
  • #
    16.04.20132.69 Кб41Project2.~bpr
  • #
    16.04.20132.59 Кб41Unit1.cpp
  • #
    16.04.20131.32 Кб41Unit1.dfm
  • #
    16.04.20131.41 Кб41Unit1.h
  • #
    16.04.201347.59 Кб41Unit1.obj
  • #
    16.04.20132.59 Кб41Unit1.~cpp
  • #
    16.04.20131.32 Кб41Unit1.~dfm
  • #
    16.04.20131.41 Кб41Unit1.~h