| | |
| | | |
| | | |
| | | #include "stdafx.h" |
| | | #include "ViewRecipeList.h" |
| | | #include "ViewRecipeNew.h" |
| | |
| | | const TCHAR* PPIDLIST_COLUMN_ITEM[PPIDLIST_COLUMN_COUNT] = {_T("No"),_T("PLC Index"),_T("Recipe")}; |
| | | const int PPIDLIST_COLUMN_WIDHT[PPIDLIST_COLUMN_COUNT] = {50,130,145}; |
| | | |
| | | // CViewRecipeList 措拳 惑磊涝聪促. |
| | | // CViewRecipeList 措拳 惑磊涝聪促. |
| | | |
| | | IMPLEMENT_DYNAMIC(CViewRecipeList, CDialogEx) |
| | | |
| | |
| | | finder.Close(); |
| | | } |
| | | |
| | | // CViewRecipeList 皋矫瘤 贸府扁涝聪促. |
| | | // CViewRecipeList 皋矫瘤 贸府扁涝聪促. |
| | | |
| | | void CViewRecipeList::OnShowWindow(BOOL bShow, UINT nStatus) |
| | | { |
| | |
| | | lf.lfItalic = 0; |
| | | lf.lfHeight = 14; |
| | | lf.lfWeight = FW_BOLD; |
| | | _tcscpy(lf.lfFaceName, _T("Arial")); |
| | | _tcscpy_s(lf.lfFaceName, LF_FACESIZE, _T("Arial")); |
| | | |
| | | m_ListRecipe.GetDefaultCell(TRUE, FALSE)->SetFont(&lf); |
| | | m_ListRecipe.GetDefaultCell(FALSE, TRUE)->SetFont(&lf); |
| | |
| | | lf.lfItalic = 0; |
| | | lf.lfHeight = 14; |
| | | lf.lfWeight = FW_BOLD; |
| | | _tcscpy(lf.lfFaceName, _T("Arial")); |
| | | _tcscpy_s(lf.lfFaceName, LF_FACESIZE, _T("Arial")); |
| | | |
| | | m_ListPPID.GetDefaultCell(TRUE, FALSE)->SetFont(&lf); |
| | | m_ListPPID.GetDefaultCell(FALSE, TRUE)->SetFont(&lf); |