Скачиваний:
2
Добавлен:
01.05.2014
Размер:
1.74 Кб
Скачать
//---------------------------------------------------------------------------

#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Grids.hpp>
#include <Menus.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TEdit *Edit1;
        TButton *Button1;
        TMemo *Memo1;
        TButton *Button2;
        TLabel *Label1;
        TLabel *Label2;
        TEdit *Edit2;
        TEdit *Edit3;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TLabel *Label6;
        TMainMenu *MainMenu1;
        TMenuItem *Exit1;
        TMenuItem *About1;
        TRadioButton *RadioButton1;
        TRadioButton *RadioButton2;
        TRadioButton *RadioButton3;
        void __fastcall Button1Click(TObject *Sender);
        void __fastcall FormShow(TObject *Sender);
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Exit1Click(TObject *Sender);
        void __fastcall FormDestroy(TObject *Sender);
        void __fastcall RadioButton1Click(TObject *Sender);
        void __fastcall RadioButton2Click(TObject *Sender);
        void __fastcall RadioButton3Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке gera
  • #
    01.05.20141.18 Кб2Project1.~cpp
  • #
    01.05.20144.09 Кб2translator.h
  • #
    01.05.20144.95 Кб2Unit1.cpp
  • #
    01.05.201451 б2Unit1.ddp
  • #
    01.05.20143.19 Кб2Unit1.dfm
  • #
    01.05.20141.74 Кб2Unit1.h
  • #
    01.05.2014109.21 Кб2Unit1.obj
  • #
    01.05.20144.89 Кб2Unit1.~cpp
  • #
    01.05.201451 б2Unit1.~ddp
  • #
    01.05.20143.19 Кб2Unit1.~dfm
  • #
    01.05.20141.74 Кб2Unit1.~h