Initial commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef Bet02FrameUnitH
|
||||
#define Bet02FrameUnitH
|
||||
//---------------------------------------------------------------------------
|
||||
#include <System.Classes.hpp>
|
||||
#include <Vcl.Controls.hpp>
|
||||
#include <Vcl.StdCtrls.hpp>
|
||||
#include <Vcl.Forms.hpp>
|
||||
#include <Vcl.ExtCtrls.hpp>
|
||||
//---------------------------------------------------------------------------
|
||||
class TBet02Frame : public TFrame
|
||||
{
|
||||
__published: // IDE-managed Components
|
||||
TLabel *Label1;
|
||||
TLabel *Label2;
|
||||
TLabel *Label3;
|
||||
TRadioGroup *m_rgB3R;
|
||||
TRadioGroup *m_rgP3R;
|
||||
private: // User declarations
|
||||
public: // User declarations
|
||||
TRadioGroup *m_rgs[2];
|
||||
__fastcall TBet02Frame(TComponent* Owner);
|
||||
};
|
||||
//---------------------------------------------------------------------------
|
||||
extern PACKAGE TBet02Frame *Bet02Frame;
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
||||
Reference in New Issue
Block a user