First commit 05/03/2000
This commit is contained in:
37
Empaquetador.h
Normal file
37
Empaquetador.h
Normal file
@ -0,0 +1,37 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#ifndef EmpaquetadorH
|
||||
#define EmpaquetadorH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <Classes.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include <Dialogs.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
class TForm1 : public TForm
|
||||
{
|
||||
__published: // IDE-managed Components
|
||||
TMemo *Memo1;
|
||||
TMemo *Memo2;
|
||||
TEdit *Edit1;
|
||||
TEdit *Edit2;
|
||||
TEdit *Edit3;
|
||||
TEdit *Edit4;
|
||||
TButton *Button1;
|
||||
TOpenDialog *OpenDialog1;
|
||||
TSaveDialog *SaveDialog1;
|
||||
void __fastcall Edit1DblClick(TObject *Sender);
|
||||
void __fastcall Edit4DblClick(TObject *Sender);
|
||||
void __fastcall Memo1DblClick(TObject *Sender);
|
||||
void __fastcall Memo2DblClick(TObject *Sender);
|
||||
void __fastcall Button1Click(TObject *Sender);
|
||||
private: // User declarations
|
||||
void __fastcall Anexa( FILE *out, AnsiString FICH );
|
||||
|
||||
public: // User declarations
|
||||
__fastcall TForm1(TComponent* Owner);
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
extern PACKAGE TForm1 *Form1;
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user