多项选择题

A.textBox1.Text="12";c=textBox1.Text.Length;
B.form1.Text="登录";c=from1.Text.Length;
C.button2.Text="确定";c=button2.Text.Length;
D.以上都不对