Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

Лабы / С++Builder / Laba4 / Unit1

.h
Скачиваний:
14
Добавлен:
17.04.2013
Размер:
2.75 Кб
Скачать
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include "CSPIN.h"
#include <Mask.hpp>
#include <Buttons.hpp>
#define pi 3.14159
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TButton *Button1;
        TImage *Image1;
        TLabel *Label1;
        TLabel *Label2;
        TEdit *Edit1;
        TEdit *Edit2;
        TButton *Button2;
        TLabel *Label3;
        TEdit *Edit3;
        TEdit *Edit4;
        TLabel *Label4;
        TLabel *Label5;
        TButton *Button3;
        TEdit *Edit5;
        TEdit *Edit6;
        TEdit *Edit7;
        TLabel *Label6;
        TSpeedButton *SpeedButton1;
        TEdit *Edit8;
        TEdit *Edit9;
        TEdit *Edit10;
        TLabel *Label7;
        TSpeedButton *SpeedButton2;
        TEdit *Edit11;
        TEdit *Edit12;
        TEdit *Edit13;
        TLabel *Label8;
        TSpeedButton *SpeedButton3;
        TEdit *Edit14;
        TEdit *Edit15;
        TEdit *Edit16;
        TLabel *Label9;
        TSpeedButton *SpeedButton4;
        TEdit *Edit17;
        TButton *Button4;
        TEdit *Edit18;
        TLabel *Label10;
        TLabel *Label11;
        TEdit *Edit19;
        TEdit *Edit20;
        TSpeedButton *SpeedButton5;
        TEdit *Edit21;
        TLabel *Label13;
        TButton *Button5;
        TButton *Button6;
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall Edit1KeyPress(TObject *Sender, char &Key);
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Button3Click(TObject *Sender);
        void __fastcall Image1MouseUp(TObject *Sender, TMouseButton Button,
          TShiftState Shift, int X, int Y);
        void __fastcall SpeedButton1Click(TObject *Sender);
        void __fastcall SpeedButton2Click(TObject *Sender);
        void __fastcall SpeedButton3Click(TObject *Sender);
        void __fastcall SpeedButton4Click(TObject *Sender);
        void __fastcall Button4Click(TObject *Sender);
        void __fastcall SpeedButton5Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке Laba4