| | |
| | | ASSERT(pStep); |
| | | ASSERT(m_pPanelAttributes); |
| | | m_pPanelAttributes->loadDataFromStep(pStep); |
| | | if (!m_pPanelAttributes->IsWindowVisible()) { |
| | | m_pPanelAttributes->ShowWindow(SW_SHOW); |
| | | Resize(); |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | m_pPanelMaster->ShowWindow(SW_SHOW); |
| | | m_pPanelAttributes = new CPanelAttributes(); |
| | | m_pPanelAttributes->Create(IDD_PANEL_ATTRIBUTES, this); |
| | | m_pPanelAttributes->ShowWindow(SW_SHOW); |
| | | // m_pPanelAttributes->ShowWindow(SW_SHOW); |
| | | |
| | | |
| | | |
| | |
| | | x += nPanelWidth; |
| | | } |
| | | |
| | | if (m_pPanelAttributes != nullptr) { |
| | | if (m_pPanelAttributes != nullptr && m_pPanelAttributes->IsWindowVisible()) { |
| | | nPanelWidth = m_pPanelAttributes->getPanelWidth(); |
| | | m_pPanelAttributes->MoveWindow(x, y, nPanelWidth, rcClient.Height()); |
| | | x += nPanelWidth; |