Searched refs:m_dbControlHeight (Results 1 – 1 of 1) sorted by relevance
72 private int m_dbControlHeight; field in FormControlArranger210 if (m_currentControlPosY + m_dbControlHeight == m_currentMaxRowHeight) in checkJustifiedPosition()226 …h > m_LabelWidth ? m_dbControlWidth : m_LabelWidth, m_currentControlPosY, m_dbControlHeight, true); in checkJustifiedPosition()412 …m_currentControlPosY = m_currentControlPosY + m_dbControlHeight + cVertDistance + getCheckBoxDiffH… in resetPosSizes()430 if ((nYRefPos + m_dbControlHeight) > m_controlMaxPosY) in resetPosSizes()432 m_controlMaxPosY = nYRefPos + m_dbControlHeight; in resetPosSizes()437 …m_currentLabelPosY = m_currentControlPosY + m_dbControlHeight + cVertDistance + getCheckBoxDiffHei… in resetPosSizes()452 if ((nYRefPos + m_dbControlHeight + cVertDistance) > m_controlMaxPosY) in resetPosSizes()454 m_controlMaxPosY = nYRefPos + m_dbControlHeight + cVertDistance; in resetPosSizes()480 if ((nYRefPos + m_dbControlHeight) > m_controlMaxPosY) in resetPosSizes()[all …]