Lines Matching refs:mSortCombobox
1124 …mSortCombobox.Create(WS_CHILD | WS_TABSTOP | WS_VSCROLL | CBS_DROPDOWNLIST, CRect(0, 0, 0, 0), thi… in OnCreate()
1125 mSortCombobox.SetFont(font); in OnCreate()
1126 mSortCombobox.SetItemHeight(-1, 16); in OnCreate()
1131 mSortCombobox.AddString(_T("None")); in OnCreate()
1132 mSortCombobox.AddString(_T("String ID")); in OnCreate()
1136 mSortCombobox.AddString(project->mHeader.languages[id].name); in OnCreate()
1138 mSortCombobox.AddString(_T("Reference Count")); in OnCreate()
1139 mSortCombobox.SetCurSel(mpTable->GetSortColumn() + 1); in OnCreate()
1140 mSortCombobox.ShowWindow(SW_SHOW); in OnCreate()
1187 mSortCombobox.MoveWindow(&childsize); in PositionChildren()
1366 int index = mSortCombobox.GetCurSel(); in OnSortStringTable()