Пример #1
0
void CDlgCfgAlarm::OnCfgAlarmBtnSet() 
{
	// TODO: Add your control notification handler code here
	DlgToStu();
	SetConfigToDevice();		
}
Пример #2
0
void CDlgCfgAlarmChassisIntrusion::OnChassisintrusionButtonSet() 
{
	// TODO: Add your control notification handler code here
	getInfo();
	SetConfigToDevice();
}
Пример #3
0
void CDlgCfgNetCollection::OnNetcollectionBtnSet() 
{
	// TODO: Add your control notification handler code here
	getInfo();
    SetConfigToDevice();
}
Пример #4
0
void CDlgCfgAlarmPowerFault::OnPowerfaultButtonSet() 
{
	// TODO: Add your control notification handler code here
	getInfo();
	SetConfigToDevice();
}
Пример #5
0
void CDlgCfgPSTNBreakLine::OnCfgPSTNBreakLineBtnSet() 
{
	// TODO: Add your control notification handler code here
    getInfo();
    SetConfigToDevice();
}