mrDarker
2025-07-16 1dbe46cd9d0f181d08d5a69f72d8548628a13b9d
EdgeInspector_App/View/ViewRecipeList.cpp
@@ -1,4 +1,4 @@

#include "stdafx.h"
#include "ViewRecipeList.h"
#include "ViewRecipeNew.h"
@@ -12,7 +12,7 @@
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)
@@ -113,7 +113,7 @@
   finder.Close();      
}
// CViewRecipeList 皋矫瘤 贸府扁涝聪促.
// CViewRecipeList 皋矫瘤 贸府扁涝聪促.
void CViewRecipeList::OnShowWindow(BOOL bShow, UINT nStatus)
{
@@ -238,7 +238,7 @@
   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);
@@ -292,7 +292,7 @@
   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);