| Line 12... |
Line 12... |
| 12 |
this->NumDock->Value = m_pShipData->iDocking;
|
12 |
this->NumDock->Value = m_pShipData->iDocking;
|
| 13 |
this->NumCargoMin->Value = m_pShipData->iCargoMin;
|
13 |
this->NumCargoMin->Value = m_pShipData->iCargoMin;
|
| 14 |
this->NumCargoMax->Value = m_pShipData->iCargoMax;
|
14 |
this->NumCargoMax->Value = m_pShipData->iCargoMax;
|
| 15 |
this->ComboCargo->SelectedIndex = m_pShipData->iCargoClass;
|
15 |
this->ComboCargo->SelectedIndex = m_pShipData->iCargoClass;
|
| 16 |
this->NumPriceNPC->Value = m_pShipData->iRelVal;
|
16 |
this->NumPriceNPC->Value = m_pShipData->iRelVal;
|
| 17 |
this->NumPricePlayer->Value = m_pShipData->iRelValPlayer;
|
17 |
this->NumPricePlayer->Value = m_pShipData->iRelValPlayer == -1 ? m_pShipData->iRelVal : m_pShipData->iRelValPlayer;
|
| 18 |
this->NumNoto->Value = m_pShipData->iMinNoto;
|
18 |
this->NumNoto->Value = m_pShipData->iMinNoto;
|
| 19 |
this->ComboSubType->SelectedIndex = m_pShipData->iSubType;
|
19 |
this->ComboSubType->SelectedIndex = m_pShipData->iSubType;
|
| 20 |
m_bUpdateing = false;
|
20 |
m_bUpdateing = false;
|
| 21 |
}
|
21 |
}
|
| 22 |
|
22 |
|