if combobox1.text = '关机' then //判断选中的是什么 if checkbox1.checked then //判断checkbox是否选中 begin ..... //如果选中 end;