Portable Half-Life SDK. GoldSource and Xash3D. Crossplatform.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
//---------------------------------------------------------
|
|
|
|
|
//---------------------------------------------------------
|
|
|
|
|
//- ---
|
|
|
|
|
//- vgui_soin.h ---
|
|
|
|
|
//- ---
|
|
|
|
|
//---------------------------------------------------------
|
|
|
|
|
//---------------------------------------------------------
|
|
|
|
|
//- header du soin s<EFBFBD>lectif ---
|
|
|
|
|
//---------------------------------------------------------
|
|
|
|
|
//---------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class CSoin : public CMenuPanel
|
|
|
|
|
{
|
|
|
|
|
public:
|
|
|
|
|
CTransparentPanel *m_pWindow; // cadre
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CImageLabel *m_pImage;
|
|
|
|
|
CImageLabel *m_pOK;
|
|
|
|
|
|
|
|
|
|
CImageLabel *m_pDigit [7];
|
|
|
|
|
int m_iDigit [7];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CSoin(int iTrans, int iRemoveMe, int x,int y,int wide,int tall); //constructeur
|
|
|
|
|
virtual void Initialize( void ); //aucun int<EFBFBD>ret
|
|
|
|
|
virtual void Reset( void ); //idem
|
|
|
|
|
};
|
|
|
|
|
|