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
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