First commit 11/12/1999
This commit is contained in:
23
FormularioREUSABLE.cpp
Normal file
23
FormularioREUSABLE.cpp
Normal file
@ -0,0 +1,23 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#include <vcl.h>
|
||||
#pragma hdrstop
|
||||
|
||||
#include "FormularioREUSABLE.h"
|
||||
//---------------------------------------------------------------------------
|
||||
#pragma package(smart_init)
|
||||
#pragma link "CoolForm"
|
||||
#pragma resource "*.dfm"
|
||||
TFormREUSABLE *FormREUSABLE;
|
||||
//---------------------------------------------------------------------------
|
||||
__fastcall TFormREUSABLE::TFormREUSABLE(TComponent* Owner)
|
||||
: TForm(Owner)
|
||||
{
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
void __fastcall TFormREUSABLE::Button1Click(TObject *Sender)
|
||||
{
|
||||
ModalResult = mrCancel;
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
Reference in New Issue
Block a user