Usuń 'Unit2.h'
This commit is contained in:
parent
5b51a4930d
commit
a0cbe3a99c
27
Unit2.h
27
Unit2.h
@ -1,27 +0,0 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef Unit2H
|
||||
#define Unit2H
|
||||
//---------------------------------------------------------------------------
|
||||
#include <Classes.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include <ExtCtrls.hpp>
|
||||
#include <jpeg.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
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
|
Loading…
Reference in New Issue
Block a user