Subversion Repositories spk

Rev

Rev 191 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 191 Rev 211
Line 646... Line 646...
646
 
646
 
647
		}
647
		}
648
#pragma endregion
648
#pragma endregion
649
private: System::Void TextBody_TextChanged(System::Object^  sender, System::EventArgs^  e) {
649
private: System::Void TextBody_TextChanged(System::Object^  sender, System::EventArgs^  e) {
650
			 if ( !m_bUpdateing )
650
			 if ( !m_bUpdateing )
651
				m_pShipData->sModel = _S(this->TextBody->Text);
651
				m_pShipData->sModel = _WS(this->TextBody->Text);
652
		 }
652
		 }
653
private: System::Void NumPicture_ValueChanged(System::Object^  sender, System::EventArgs^  e) {
653
private: System::Void NumPicture_ValueChanged(System::Object^  sender, System::EventArgs^  e) {
654
			 if ( !m_bUpdateing )
654
			 if ( !m_bUpdateing )
655
				m_pShipData->iPictureID = Convert::ToInt32(this->NumPicture->Value);
655
				m_pShipData->iPictureID = Convert::ToInt32(this->NumPicture->Value);
656
		 }
656
		 }