Esempio n. 1
0
void CDlgCfgAlarm::OnCfgAlarmBtnSet() 
{
	// TODO: Add your control notification handler code here
	DlgToStu();
	SetConfigToDevice();		
}
Esempio n. 2
0
void CDlgCfgAlarmChassisIntrusion::OnChassisintrusionButtonSet() 
{
	// TODO: Add your control notification handler code here
	getInfo();
	SetConfigToDevice();
}
Esempio n. 3
0
void CDlgCfgNetCollection::OnNetcollectionBtnSet() 
{
	// TODO: Add your control notification handler code here
	getInfo();
    SetConfigToDevice();
}
Esempio n. 4
0
void CDlgCfgAlarmPowerFault::OnPowerfaultButtonSet() 
{
	// TODO: Add your control notification handler code here
	getInfo();
	SetConfigToDevice();
}
Esempio n. 5
0
void CDlgCfgPSTNBreakLine::OnCfgPSTNBreakLineBtnSet() 
{
	// TODO: Add your control notification handler code here
    getInfo();
    SetConfigToDevice();
}