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.
31 lines
833 B
31 lines
833 B
//--------------------------------------------------------- |
|
//--------------------------------------------------------- |
|
//- --- |
|
//- vgui_soin.h --- |
|
//- --- |
|
//--------------------------------------------------------- |
|
//--------------------------------------------------------- |
|
//- header du soin sé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éret |
|
virtual void Reset( void ); //idem |
|
}; |
|
|
|
|