小弟不懂编程,哪位朋友帮个忙,将以下这段代码用LISP表示一下,先谢谢各位了 Private Sub CheckBox2_Click() If CheckBox2.Value = True Then 'CheckBox1.Value = False CheckBox3.Value = False CheckBox4.Value = False OptionButton1.Enabled = True OptionButton2.Enabled = True OptionButton3.Enabled = False End If End Sub |