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

Subversion Repositories z80control

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 tylerapohl
//----------------------------------------------------------------------------
2
#ifndef AboutH
3
#define AboutH
4
//----------------------------------------------------------------------------
5
#include <vcl\System.hpp>
6
#include <vcl\Windows.hpp>
7
#include <vcl\SysUtils.hpp>
8
#include <vcl\Classes.hpp>
9
#include <vcl\Graphics.hpp>
10
#include <vcl\Forms.hpp>
11
#include <vcl\Controls.hpp>
12
#include <vcl\StdCtrls.hpp>
13
#include <vcl\Buttons.hpp>
14
#include <vcl\ExtCtrls.hpp>
15
#include <jpeg.hpp>
16
//----------------------------------------------------------------------------
17
class TAboutBox : public TForm
18
{
19
__published:
20
        TPanel *Panel1;
21
        TLabel *ProductName;
22
        TLabel *Version;
23
        TLabel *Copyright;
24
        TLabel *Comments;
25
        TButton *OKButton;
26
   TImage *Image1;
27
   TLabel *Label1;
28
   void __fastcall OKButtonClick(TObject *Sender);
29
private:
30
public:
31
        virtual __fastcall TAboutBox(TComponent* AOwner);
32
};
33
//----------------------------------------------------------------------------
34
extern PACKAGE TAboutBox *AboutBox;
35
//----------------------------------------------------------------------------
36
#endif    

powered by: WebSVN 2.1.0

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