Скачиваний:
1
Добавлен:
30.05.2020
Размер:
1.52 Кб
Скачать
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
#include <jpeg.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TBitBtn *BitBtn1;
        TTimer *Timer1;
        TSpeedButton *SpeedButton1;
        TSpeedButton *SpeedButton2;
        TImage *Image1;
        TPanel *Panel1;
        TImage *Image2;
        TLabel *Label1;
        TSpeedButton *SpeedButton3;
        void __fastcall FormPaint(TObject *Sender);
        void __fastcall BitBtn1KeyUp(TObject *Sender, WORD &Key,
          TShiftState Shift);
        void __fastcall Timer1Timer(TObject *Sender);
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall SpeedButton1Click(TObject *Sender);
        void __fastcall SpeedButton2Click(TObject *Sender);
        void __fastcall SpeedButton3Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке Курсач 2 версия
  • #
    30.05.20203.74 Кб1Project1.~bpr
  • #
    30.05.20201.07 Кб1Project1.~cpp
  • #
    30.05.202015.78 Кб1Unit1.cpp
  • #
    30.05.202051 б1Unit1.ddp
  • #
    30.05.2020119.8 Кб1Unit1.dfm
  • #
    30.05.20201.52 Кб1Unit1.h
  • #
    30.05.202077.26 Кб1Unit1.obj
  • #
    30.05.202015.37 Кб2Unit1.~cpp
  • #
    30.05.202051 б1Unit1.~ddp
  • #
    30.05.202041.02 Кб1Unit1.~dfm
  • #
    30.05.20201.35 Кб2Unit1.~h