Home
last modified time | relevance | path

Searched refs:FINISHED_END (Results 1 – 3 of 3) sorted by relevance

/dports/ftp/wxdfast/wxdfast-0.6.0/src/
H A DFinishedList.cpp296 this->InsertColumn(FINISHED_END, itemCol); in GenerateList()
321 this->SetColumnWidth(FINISHED_END,120); in GenerateList()
344 this->SetItem(i, FINISHED_END, date.Format()); in GenerateList()
H A DwxDFast.h274 const int FINISHED_END = 3; variable
H A DMainFrame.cpp581 list02->SetItem(i, FINISHED_END, current->GetFinishedDateTime().Format()); in OnTimer()