예제 #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();
}