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

#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.202041 Кб1Unit1.~dfm
  • #
    30.05.20201 Кб2Unit1.~h
  • #
    30.05.202016 Кб2Unit1.cpp
  • #
    30.05.202051 б2Unit1.ddp
  • #
    30.05.2020120 Кб1Unit1.dfm
  • #
    30.05.20202 Кб1Unit1.h
  • #
    30.05.202077 Кб1Unit1.obj