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

#ifndef DivUnitH
#define DivUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TDivForm : public TForm
{
__published:	// IDE-managed Components
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TEdit *Edit1;
        TEdit *Edit2;
        TEdit *Edit3;
        TEdit *Edit4;
        TEdit *Edit5;
        TEdit *Edit6;
        TEdit *Edit7;
        TButton *Button1;
        TButton *Button2;
        TButton *Button3;
        void __fastcall FormActivate(TObject *Sender);
        void __fastcall Button1Click(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);
private:	// User declarations
public:		// User declarations
        __fastcall TDivForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TDivForm *DivForm;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке Дроби
  • #
    30.05.20203.16 Кб2CheckUnit.~cpp
  • #
    30.05.20203.33 Кб2CheckUnit.~dfm
  • #
    30.05.20201.54 Кб2CheckUnit.~h
  • #
    30.05.20203.61 Кб2DivUnit.cpp
  • #
    30.05.20204.42 Кб2DivUnit.dfm
  • #
    30.05.20201.65 Кб2DivUnit.h
  • #
    30.05.202052.79 Кб2DivUnit.obj
  • #
    30.05.20203.61 Кб2DivUnit.~cpp
  • #
    30.05.20204.42 Кб3DivUnit.~dfm
  • #
    30.05.20201.65 Кб2DivUnit.~h
  • #
    30.05.2020287 б3Frac.h