Subversion Repositories spk

Rev

Rev 170 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 170 Rev 191
Line 29... Line 29...
29
		void UpdateDisplay() 
29
		void UpdateDisplay() 
30
		{
30
		{
31
			m_bUpdateing = true;
31
			m_bUpdateing = true;
32
			this->NumPicture->Value = m_pShipData->iPictureID;
32
			this->NumPicture->Value = m_pShipData->iPictureID;
33
			this->NumVideo->Value = m_pShipData->iVideoID;
33
			this->NumVideo->Value = m_pShipData->iVideoID;
34
			this->TextBody->Text = SystemStringFromCyString(m_pShipData->sModel);
34
			this->TextBody->Text = _US(m_pShipData->sModel);
35
			this->NumEffect->Value = m_pShipData->iEngineEffect;
35
			this->NumEffect->Value = m_pShipData->iEngineEffect;
36
			this->NumGlow->Value = m_pShipData->iEngineGlow;
36
			this->NumGlow->Value = m_pShipData->iEngineGlow;
37
			this->NumSound->Value = m_pShipData->iEngineSound;
37
			this->NumSound->Value = m_pShipData->iEngineSound;
38
			this->NumSkin->Value = m_pShipData->iSkin;
38
			this->NumSkin->Value = m_pShipData->iSkin;
39
			this->NumSoundMin->Value = m_pShipData->iSoundMin;
39
			this->NumSoundMin->Value = m_pShipData->iSoundMin;