Searched refs:m_missile_protect_ship (Results 1 – 4 of 4) sorted by relevance
48 DDX_Control(pDX, IDC_MISSILE_PROTECT_SHIP, m_missile_protect_ship); in DoDataExchange()313 m_missile_protect_ship.SetCheck(missile_protect_ship); in OnInitDialog()523 switch (m_missile_protect_ship.GetCheck()) { in update_ship()1255 if (m_missile_protect_ship.GetCheck() == 1) { in OnMissileProtectShip()1256 m_missile_protect_ship.SetCheck(0); in OnMissileProtectShip()1258 m_missile_protect_ship.SetCheck(1); in OnMissileProtectShip()
39 CButton m_missile_protect_ship; variable
48 DDX_Control(pDX, IDC_MISSILE_PROTECT_SHIP, m_missile_protect_ship); in DoDataExchange()321 m_missile_protect_ship.SetCheck(missile_protect_ship); in OnInitDialog()533 switch (m_missile_protect_ship.GetCheck()) { in update_ship()1296 if (m_missile_protect_ship.GetCheck() == 1) { in OnMissileProtectShip()1297 m_missile_protect_ship.SetCheck(0); in OnMissileProtectShip()1299 m_missile_protect_ship.SetCheck(1); in OnMissileProtectShip()