摘要:
BOOL DlgSetLightLevel::OnInitDialog(){ CDialog::OnInitDialog(); CString strText; int i; m_ComLightLevel.ResetContent(); for ( i = 0 ; i <=31 ; i ++ ) { strText.Format(_T("%d") , i); m_ComLightLevel.AddString(strText); } m_ComLightLevel.SelectString(-1, strText); if ( m_light->m_IsChe 阅读全文
posted @ 2013-06-04 11:39
友琼
阅读(660)
评论(0)
推荐(0)
摘要:
CString strlight; CString strip; int nDatLen; int nRet ; BYTE szBuf[512]; DlgSetLightLevel LightLevle( &m_light ); if ( IDOK == LightLevle.DoModal() ) { int nParseRet = 0; HOBJECT hObj = CP5200_CommData_Create( 1 , 0xff, IPStringToValue( _T("255.255.255.255") ) ); if(hObj) { BYTE szInf 阅读全文
posted @ 2013-06-04 09:49
友琼
阅读(402)
评论(0)
推荐(0)

浙公网安备 33010602011771号