Home
last modified time | relevance | path

Searched refs:mSortCombobox (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dstring_table_edit_dlg.cpp1124mSortCombobox.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()
[all …]
Dstring_table_edit_dlg.h201 express_combobox mSortCombobox; variable