Скачиваний:
15
Добавлен:
02.05.2014
Размер:
1.16 Кб
Скачать
//---------------------------------------------------------------------------
 /*
#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <Grids.hpp>
//---------------------------------------------------------------------------
class TForm1 : public TForm
{
__published:	// IDE-managed Components
        TStringGrid *StringGrid1;
        TStringGrid *StringGrid2;
        TLabel *Label1;
        TPanel *Panel1;
        TLabel *Label3;
        TEdit *Edit1;
        TPanel *Panel2;
        TButton *Button1;
        void __fastcall Edit1KeyPress(TObject *Sender, char &Key);
        void __fastcall Button1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TForm1(TComponent* Owner);
        int N,M;
};
//---------------------------------------------------------------------------
extern PACKAGE TForm1 *Form1;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке программа