第34题: [单项选择]表单form1上有标签对象label1,为使其在表单上横向居中,表单的init事件代码为()。 A. thisform.lable1.left=thisform.width/2 B. thisform.lable1.height=thisform.height/2 C. thisform.lable1.width=thisform.width/2 D. thisform.lable1.left=(thisform.width-thisform.label1.with)/2 参考答案:D