URL
https://opencores.org/ocsvn/z80control/z80control/trunk
Subversion Repositories z80control
[/] [z80control/] [trunk/] [CII_Starter_USB_API_v1/] [SW/] [About.cpp] - Rev 12
Compare with Previous | Blame | View Log
//--------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop #include "About.h" //--------------------------------------------------------------------- #pragma resource "*.dfm" TAboutBox *AboutBox; //--------------------------------------------------------------------- __fastcall TAboutBox::TAboutBox(TComponent* AOwner) : TForm(AOwner) { } //--------------------------------------------------------------------- void __fastcall TAboutBox::OKButtonClick(TObject *Sender) { AboutBox->Visible=false; } //---------------------------------------------------------------------------