你可能感兴趣的试题
Private Sub bCommand_Click()
Caption="计算机等级考试¨
End Sub Private Sub tText_Click()
bCommand.Caption=¨计算机等级考试¨
End Sub Private Sub bCommand_Change()
Caption=¨计算机等级考试¨
End Sub Private Sub tText_Change()
bCommand.Caption=¨计算机等级考试¨
End Sub
Private Sub bCommand Click() Caption="计算机等级考试" End Sub Private Sub tText_Click() bCommanCaption="训算机等级考试" End Sub Private Sub bCommand_Change() Caption=”计算机等级考试” End Sub Private Sub tText_Change() bCommanCaption="计算机等级考试" End Sub
Click Load MouseDown GetFocus
Load Click lostfocus Keypress
Private Sub Command1_Click() Caption="Access模拟" End Sub Private Sub Text1_Click() Command1.Caption="Access模拟" End Sub Private Sub Command1_Change() Caption="Access模拟" End Sub Private Sub Text1_Change() Command1.Caption="Access模拟" End Sub
Load Click LostFocus KeyPress
Private Sub bCommand_Click( ) Caption=“计算机等级考试” End Sub Private Sub tText_Click( ) bCommanCaption=“计算机等级考试” End Sub Private Sub bCommand_Change( ) Caption=“计算机等级考试” End Sub Private Sub tText_Change( ) bCommanCaption=“计算机等级考试” End Sub