| | |
| | | // ViewHWSetting.cpp : 备泅 颇老涝聪促. |
| | | // ViewHWSetting.cpp : 备泅 颇老涝聪促. |
| | | // |
| | | |
| | | #include "stdafx.h" |
| | |
| | | #include "Global_Define.h" |
| | | #include "NewCellTypes\GridCellCombo.h" |
| | | |
| | | // CViewHWSetting 措拳 惑磊涝聪促. |
| | | // CViewHWSetting 措拳 惑磊涝聪促. |
| | | extern BOOL g_bUse_SaveAllDMP; |
| | | const int LIGHT_COLUMN_COUNT = 4; |
| | | const TCHAR* LIGHT_COLUMN_ITEM[LIGHT_COLUMN_COUNT] = {_T("ID"),_T("Type"),_T("Port&IP"),_T("Maker")}; |
| | |
| | | |
| | | return TRUE; |
| | | } |
| | | // CViewHWSetting 皋矫瘤 贸府扁涝聪促. |
| | | // CViewHWSetting 皋矫瘤 贸府扁涝聪促. |
| | | |
| | | |
| | | void CViewMain_HWSetting::Init_LightGrid() |
| | |
| | | lf.lfItalic = 0; |
| | | lf.lfHeight = 14; |
| | | lf.lfWeight = FW_BOLD; |
| | | _tcscpy(lf.lfFaceName, _T("Arial")); |
| | | _tcscpy_s(lf.lfFaceName, LF_FACESIZE, _T("Arial")); |
| | | |
| | | m_LightGrid.GetDefaultCell(TRUE, FALSE)->SetFont(&lf); |
| | | m_LightGrid.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_CameraGrid.GetDefaultCell(TRUE, FALSE)->SetFont(&lf); |
| | | m_CameraGrid.GetDefaultCell(FALSE, TRUE)->SetFont(&lf); |