OpenCores
URL https://opencores.org/ocsvn/z80control/z80control/trunk

Subversion Repositories z80control

[/] [z80control/] [trunk/] [CII_Starter_USB_API_v1/] [SW/] [About.cpp] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 tylerapohl
//---------------------------------------------------------------------
2
#include <vcl.h>
3
#pragma hdrstop
4
 
5
#include "About.h"
6
//--------------------------------------------------------------------- 
7
#pragma resource "*.dfm"
8
TAboutBox *AboutBox;
9
//--------------------------------------------------------------------- 
10
__fastcall TAboutBox::TAboutBox(TComponent* AOwner)
11
        : TForm(AOwner)
12
{
13
}
14
//---------------------------------------------------------------------
15
void __fastcall TAboutBox::OKButtonClick(TObject *Sender)
16
{
17
   AboutBox->Visible=false;
18
}
19
//---------------------------------------------------------------------------
20
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.