
Добавил:
Kolobok
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз:
Предмет:
Файл:C++ ЕНФ (3семестр) / LABA_2 / 2.1.1 / InputForm
.h//---------------------------------------------------------------------------
#ifndef InputFormH
#define InputFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "Unit2.h"
#include "Unit3.h"
#include "check.cpp"
//---------------------------------------------------------------------------
class TInputForm3 : public TForm
{
/*friend class TVector;
friend class TMainForm; */
__published: // IDE-managed Components
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TLabel *Label5;
TLabel *Label6;
TLabel *Label7;
TLabel *Label8;
TLabel *Label9;
TLabel *Label11;
TEdit *ivax;
TEdit *ivay;
TEdit *ivaz;
TEdit *ivbx;
TEdit *ivby;
TEdit *ivbz;
TButton *Button1;
TButton *Button2;
void __fastcall Button1Click(TObject *Sender);
void __fastcall Button2Click(TObject *Sender);
void __fastcall FormCreate(TObject *Sender);
void __fastcall ivaxKeyPress(TObject *Sender, char &Key);
void __fastcall ivayKeyPress(TObject *Sender, char &Key);
void __fastcall ivazKeyPress(TObject *Sender, char &Key);
void __fastcall ivbxKeyPress(TObject *Sender, char &Key);
void __fastcall ivbzKeyPress(TObject *Sender, char &Key);
void __fastcall ivbyKeyPress(TObject *Sender, char &Key);
void __fastcall FormActivate(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TInputForm3(TComponent* Owner);
float bax,bay,baz,bbx,bby,bbz;
};
//---------------------------------------------------------------------------
extern PACKAGE TInputForm3 *InputForm3;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке 2.1.1