m_nPropMax 185 third_party/wtl/include/atlsplit.h m_nProportionalPos = ::MulDiv(nPct, m_nPropMax, 100); m_nPropMax 786 third_party/wtl/include/atlsplit.h m_nProportionalPos = ::MulDiv(m_xySplitterPos, m_nPropMax, cxyTotal); m_nPropMax 797 third_party/wtl/include/atlsplit.h int xyNewPos = ::MulDiv(m_nProportionalPos, cxyTotal, m_nPropMax);