Searched refs:m_option_count (Results 1 – 2 of 2) sorted by relevance
55 m_option_count = 0; in OnCreate()57 while (entry->val && (m_option_count < MAX_OPTION_COUNT)) in OnCreate()59 …m_option_buttons[m_option_count].Create(entry->name, BS_PUSHBUTTON | BS_CENTER | BS_VCENTER | WS_C… in OnCreate()60 CRect(0, 0, 0, 0), this, OPTION_0 + m_option_count); in OnCreate()63 m_option_count++; in OnCreate()97 for (int index = 0; index < m_option_count; index++) in PositionChildren()
26 int m_option_count; variable