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

Subversion Repositories z80control

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 tylerapohl
//---------------------------------------------------------------------------
2
 
3
#ifndef Test_PageH
4
#define Test_PageH
5
//---------------------------------------------------------------------------
6
#include <Classes.hpp>
7
#include <Controls.hpp>
8
#include <StdCtrls.hpp>
9
#include <Forms.hpp>
10
#include <ExtCtrls.hpp>
11
//---------------------------------------------------------------------------
12
class TForm4 : public TForm
13
{
14
__published:    // IDE-managed Components
15
   TCheckBox *CheckBox1;
16
   TCheckBox *CheckBox2;
17
   TCheckBox *CheckBox4;
18
   TButton *Button1;
19
   TCheckBox *CheckBox5;
20
   TCheckBox *CheckBox3;
21
   TCheckBox *CheckBox6;
22
   TPanel *Panel1;
23
   void __fastcall Button1Click(TObject *Sender);
24
private:        // User declarations
25
public:         // User declarations
26
   __fastcall TForm4(TComponent* Owner);
27
};
28
//---------------------------------------------------------------------------
29
extern PACKAGE TForm4 *Form4;
30
//---------------------------------------------------------------------------
31
#endif

powered by: WebSVN 2.1.0

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