//设置列表项() void CCtrl_ExeDlg::Set_ListCtrl() { CListCtrl *pList = (CListCtrl*)GetDlgItem(IDC_LIST1); pList->InsertColumn(0,_T("账号"),LVCFMT_LEFT,80); }