A.在工程属性对话框中把“启动对象”设置为Form2
B.在Form1的Load事件过程中加入语句 Load Form2
C.在Form2的Load事件过程中加入语句Form2.Show
D.在Form2的TabIndex属性设置为1,把Form1的TabIndex属性设置为2