Files
winapp/Bet02FrameUnit.h
2026-06-12 22:37:02 +08:00

29 lines
928 B
C++

//---------------------------------------------------------------------------
#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