[attach]577[/attach]作者: huanghai 时间: 2003-5-28 18:32
我来试试,但是不一定能赚到你的钱作者: huanghai 时间: 2003-5-28 18:39
Private Sub 主体_Format(Cancel As Integer, FormatCount As Integer)
Me.主体.Height = Text20 * 567 / 50
Dim ctl As Control
For Each ctl In Me.Controls
If TypeOf ctl Is TextBox Then
ctl.Height = Text20 * 567 / 50
End If
Next ctl
End Sub 作者: huanghai 时间: 2003-5-28 18:42
Private Sub 主体_Format(Cancel As Integer, FormatCount As Integer)
Me.主体.Height = Text20 * 567 / 50
Dim ctl As Control
For Each ctl In Me.Controls
If TypeOf ctl Is TextBox Then
ctl.Height = Text20 * 567 / 50
End If