Searched refs:m_LabelWidth (Results 1 – 1 of 1) sorted by relevance
71 private int m_LabelWidth; field in FormControlArranger181 if (m_dbControlWidth > m_LabelWidth) in getControlGroupWidth()187 return m_LabelWidth; in getControlGroupWidth()226 …OuterPoints(m_currentControlPosX, m_dbControlWidth > m_LabelWidth ? m_dbControlWidth : m_LabelWidt… in checkJustifiedPosition()459 if (isReducable(a, m_LabelWidth, m_dbControlWidth)) in resetPosSizes()515 m_LabelWidth = 2000; in initializePosSizes()538 Size aSize = new Size(m_LabelWidth, m_LabelHeight); in insertLabel()544 … m_LabelWidth = LabelControlList[i].getPreferredWidth(FieldColumns[i].getFieldTitle()); in insertLabel()545 aSize.Width = m_LabelWidth; in insertLabel()550 m_LabelWidth = LabelControlList[i].getSize().Width; in insertLabel()[all …]