From a0cbe3a99ccdcaaa6d0fc540aa910aec0cd469e1 Mon Sep 17 00:00:00 2001 From: Aleksander Misztal Date: Sat, 9 Feb 2019 11:06:39 +0000 Subject: [PATCH] =?UTF-8?q?Usu=C5=84=20'Unit2.h'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Unit2.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 Unit2.h diff --git a/Unit2.h b/Unit2.h deleted file mode 100644 index 367c484..0000000 --- a/Unit2.h +++ /dev/null @@ -1,27 +0,0 @@ -//--------------------------------------------------------------------------- - -#ifndef Unit2H -#define Unit2H -//--------------------------------------------------------------------------- -#include -#include -#include -#include -#include -#include -//--------------------------------------------------------------------------- -class TForm2 : public TForm -{ -__published: // IDE-managed Components - TMemo *Memo1; - TButton *Button1; - TImage *Image1; - void __fastcall Button1Click(TObject *Sender); -private: // User declarations -public: // User declarations - __fastcall TForm2(TComponent* Owner); -}; -//--------------------------------------------------------------------------- -extern PACKAGE TForm2 *Form2; -//--------------------------------------------------------------------------- -#endif