
Добавил:
masterdos
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз:
Предмет:
Файл:Курсовая работа / KURSOVA_ROBOTA / Дроби / SumMasivUnit
.h//---------------------------------------------------------------------------
#ifndef SumMasivUnitH
#define SumMasivUnitH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Grids.hpp>
#include <Menus.hpp>
//---------------------------------------------------------------------------
class TSumMassivForm : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TLabel *Label2;
TEdit *Edit1;
TStringGrid *StringGrid1;
TLabel *Label4;
TEdit *Edit2;
TEdit *Edit3;
TLabel *Label3;
TButton *Button1;
TButton *Button2;
TButton *Button3;
TButton *Button4;
TEdit *Edit4;
TLabel *Label5;
TEdit *Edit5;
void __fastcall FormActivate(TObject *Sender);
void __fastcall Button4Click(TObject *Sender);
void __fastcall Button2Click(TObject *Sender);
void __fastcall Button3Click(TObject *Sender);
void __fastcall StringGrid1KeyPress(TObject *Sender, char &Key);
void __fastcall Button1Click(TObject *Sender);
void __fastcall Edit1KeyPress(TObject *Sender, char &Key);
private: // User declarations
public: // User declarations
__fastcall TSumMassivForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TSumMassivForm *SumMassivForm;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке Дроби