Searched refs:m_LabelHeight (Results 1 – 1 of 1) sorted by relevance
70 private int m_LabelHeight; field in FormControlArranger201 m_currentControlPosY = m_currentLabelPosY + m_LabelHeight; in checkJustifiedPosition()220 m_currentControlPosY = m_currentLabelPosY + m_LabelHeight; in checkJustifiedPosition()269 … dbControl.setPosition(new Point(iLocTCPosX, curLabelControl.getPosition().Y + m_LabelHeight)); in adjustLineWidth()444 m_currentControlPosY = cYOffset + m_LabelHeight + cVertDistance; in resetPosSizes()498 LabelControlList[i].setSize(new Size(m_MaxLabelWidth, m_LabelHeight)); in repositionColumnarLeftControls()518 m_LabelHeight = oFormHandler.getLabelHeight(); in initializePosSizes()538 Size aSize = new Size(m_LabelWidth, m_LabelHeight); in insertLabel()559 m_currentControlPosY = m_currentLabelPosY + m_LabelHeight; in insertLabel()580 … checkOuterPoints(m_currentLabelPosX, m_LabelWidth, m_currentLabelPosY, m_LabelHeight, false); in insertLabel()[all …]