Скачиваний:
15
Добавлен:
28.06.2014
Размер:
1.01 Кб
Скачать
//---------------------------------------------------------------------------

#ifndef Unit6H
#define Unit6H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TForm6 : public TForm
{
__published:	// IDE-managed Components
        TStringGrid *StrGr1;
        TLabel *Label1;
        TLabel *Label2;
        TLabel *Label3;
        TLabel *Label4;
        TLabel *Label5;
        TButton *Button1;
        void __fastcall Button1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm6(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm6 *Form6;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке Программа
  • #
    28.06.20141.66 Кб15Unit5.~dfm
  • #
    28.06.2014851 б15Unit5.~h
  • #
    28.06.20141.29 Кб16Unit6.cpp
  • #
    28.06.201451 б15Unit6.ddp
  • #
    28.06.20142.61 Кб15Unit6.dfm
  • #
    28.06.20141.01 Кб15Unit6.h
  • #
    28.06.201491.86 Кб15Unit6.obj
  • #
    28.06.20141.29 Кб15Unit6.~cpp
  • #
    28.06.201451 б15Unit6.~ddp
  • #
    28.06.20142.61 Кб16Unit6.~dfm
  • #
    28.06.20141.01 Кб15Unit6.~h