Скачиваний:
0
Добавлен:
30.05.2020
Размер:
1.59 Кб
Скачать
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Buttons.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TEdit *Edit1;
        TEdit *Edit2;
        TEdit *Edit3;
        TEdit *Edit4;
        TLabel *Label5;
        TMemo *Memo1;
        TLabel *Label6;
        TMemo *Memo2;
        TBitBtn *BitBtn1;
        TRadioGroup *RadioGroup1;
        TLabel *Label7;
        TButton *Button1;
        TLabel *Label8;
        TEdit *Edit5;
        TEdit *Edit6;
        TEdit *Edit7;
        TEdit *Edit8;
        TEdit *Edit9;
        TButton *Button2;
        void __fastcall FormCreate(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall RadioGroup1Click(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке 2
  • #
    30.05.2020876 б0Project1.res
  • #
    30.05.2020851.97 Кб0Project1.tds
  • #
    30.05.20207.68 Кб0Unit1.cpp
  • #
    30.05.202051 б0Unit1.ddp
  • #
    30.05.20206.37 Кб1Unit1.dfm
  • #
    30.05.20201.59 Кб0Unit1.h
  • #
    30.05.2020501.41 Кб0Unit1.obj
  • #
    30.05.20207.7 Кб0Unit1.~cpp
  • #
    30.05.202051 б0Unit1.~ddp
  • #
    30.05.20206.37 Кб0Unit1.~dfm
  • #
    30.05.20201.59 Кб0Unit1.~h