If User.Name = "李四" Then
e.Form.Controls("button1").Enabled = False
e.Form.Controls("button2").Enabled = True
End If