表单form1上有标签对象label1,为使其在表单上横向居中,表单的init事件代码为()。
- AA.thisform.lable1.left=thisform.width/2
- BB.thisform.lable1.height=thisform.height/2
- CC.thisform.lable1.width=thisform.width/2
- DD.thisform.lable1.left=(thisform.width-thisform.label1.with)/2
表单form1上有标签对象label1,为使其在表单上横向居中,表单的init事件代码为()。