Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#include <vcl.h>
|
||||
#pragma hdrstop
|
||||
|
||||
#include "Bet02FrameUnit.h"
|
||||
#include "PolicyUnit.h"
|
||||
//---------------------------------------------------------------------------
|
||||
#pragma package(smart_init)
|
||||
#pragma resource "*.dfm"
|
||||
TBet02Frame *Bet02Frame = NULL;
|
||||
//---------------------------------------------------------------------------
|
||||
__fastcall TBet02Frame::TBet02Frame(TComponent* Owner)
|
||||
: TFrame(Owner)
|
||||
{
|
||||
m_rgs[0] = m_rgB3R;
|
||||
m_rgs[1] = m_rgP3R;
|
||||
|
||||
for(int i=0; i<2; i++)
|
||||
m_rgs[i]->ItemIndex = g_BPAskBet.bet[i];
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user