Initial commit

This commit is contained in:
2026-06-12 22:37:02 +08:00
commit 94e46587da
77 changed files with 168188 additions and 0 deletions
+28
View File
@@ -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