Searched refs:m_aButtonSize (Results 1 – 1 of 1) sorted by relevance
62 private Size m_aButtonSize = new Size(20, 20); field in ButtonList87 return this.m_aButtonSize; in getButtonSize()99 this.m_aButtonSize = imageSize; in setButtonSize()115 int nYPos = pos.Height + (m_aButtonSize.Height + gap.Height) * rows + gap.Height; in create()116 int nWidth = cols * (m_aButtonSize.Width + gap.Width) + gap.Width - 2; in create()167 …Integer.valueOf(pos.Height + (m_aButtonSize.Height + gap.Height) * rows + gap.Height + imageTextHe… in create()178 …Integer.valueOf(pos.Width + (m_aButtonSize.Width + gap.Width) * cols + gap.Width - btnSize.intValu… in create()179 …Integer.valueOf(pos.Height + (m_aButtonSize.Height + gap.Height) * rows + gap.Height + imageTextHe… in create()191 …Integer.valueOf(pos.Height + (m_aButtonSize.Height + gap.Height) * rows + gap.Height + imageTextHe… in create()195 … Integer.valueOf(cols * (m_aButtonSize.Width + gap.Width) + gap.Width - 2 * btnSize.intValue() - 1) in create()[all …]