Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
1
Добавлен:
30.05.2020
Размер:
1.54 Кб
Скачать
//---------------------------------------------------------------------------

#ifndef RivnUnitH
#define RivnUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TRivnForm : public TForm
{
__published:	// IDE-managed Components
        TLabel *Label1;
        TLabel *Label4;
        TLabel *Label5;
        TEdit *Edit1;
        TEdit *Edit2;
        TEdit *Edit3;
        TEdit *Edit4;
        TButton *Button1;
        TButton *Button2;
        TButton *Button3;
        TLabel *Label2;
        void __fastcall FormActivate(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Button3Click(TObject *Sender);
        void __fastcall Edit1KeyPress(TObject *Sender, char &Key);
        void __fastcall Edit2KeyPress(TObject *Sender, char &Key);
        void __fastcall Edit3KeyPress(TObject *Sender, char &Key);
        void __fastcall Edit4KeyPress(TObject *Sender, char &Key);
        void __fastcall Button1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TRivnForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TRivnForm *RivnForm;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке Дроби
  • #
    30.05.20203.31 Кб1PowUnit.~cpp
  • #
    30.05.20204.05 Кб1PowUnit.~dfm
  • #
    30.05.20201.53 Кб1PowUnit.~h
  • #
    30.05.20203.05 Кб2RivnUnit.cpp
  • #
    30.05.20203.37 Кб1RivnUnit.dfm
  • #
    30.05.20201.54 Кб1RivnUnit.h
  • #
    30.05.202049.65 Кб1RivnUnit.obj
  • #
    30.05.20203.05 Кб1RivnUnit.~cpp
  • #
    30.05.20203.37 Кб1RivnUnit.~dfm
  • #
    30.05.20201.54 Кб1RivnUnit.~h
  • #
    30.05.20203.83 Кб2SortUnit.cpp