Searched refs:m_currentControlPosY (Results 1 – 1 of 1) sorted by relevance
69 private int m_currentControlPosY; field in FormControlArranger201 m_currentControlPosY = m_currentLabelPosY + m_LabelHeight; in checkJustifiedPosition()210 if (m_currentControlPosY + m_dbControlHeight == m_currentMaxRowHeight) in checkJustifiedPosition()220 m_currentControlPosY = m_currentLabelPosY + m_LabelHeight; in checkJustifiedPosition()224 DBControlList[a].setPosition(new Point(cXOffset, m_currentControlPosY)); in checkJustifiedPosition()226 …_dbControlWidth > m_LabelWidth ? m_dbControlWidth : m_LabelWidth, m_currentControlPosY, m_dbContro… in checkJustifiedPosition()408 int nYRefPos = m_currentControlPosY; in resetPosSizes()412 …m_currentControlPosY = m_currentControlPosY + m_dbControlHeight + cVertDistance + getCheckBoxDiffH… in resetPosSizes()413 nYRefPos = m_currentControlPosY; in resetPosSizes()414 … if ((m_currentControlPosY > cYOffset + nFormHeight) || (LastIndex == (FieldColumns.length - 1))) in resetPosSizes()[all …]