在窗体的通用声明定义了数据类型Students,下列 _____定义方式是正确的。
A.
Type Students Name String*10 Studno Integer End Type
B.
Private Type Students Name As String*10 Studno As Integer End Type
C.
Type Students Name As String*10 Studno As Integer End Students
D.
Type Students Name As String*10 Studno As Integer End Type