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

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>

#include "ball.h"
#include <ComCtrls.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TImage *Img;
        TButton *Button1;
        TTimer *Timer1;
        TTrackBar *TrackBar1;
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall tick(TObject *Sender);
        void __fastcall track1change(TObject *Sender);
        void __fastcall FormDestroy(TObject *Sender);
private:	// User declarations
          pict* pic1;
          

public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке part1
  • #
    16.04.2013732 б42Project1.cpp
  • #
    16.04.201316.91 Кб42Project1.obj
  • #
    16.04.2013876 б42Project1.res
  • #
    16.04.20131.78 Кб42Unit1.cpp
  • #
    16.04.20131.05 Кб42Unit1.dfm
  • #
    16.04.20131.18 Кб42Unit1.h
  • #
    16.04.201342.82 Кб42Unit1.obj
  • #
    16.04.20131.78 Кб42Unit1.~cpp
  • #
    16.04.20131.05 Кб42Unit1.~dfm
  • #
    16.04.20131.18 Кб42Unit1.~h