如何设置动态增加控件的字体大小
dim c as string="ss"
Dim txt As WinForm.textbox txt = e.Form.CreateControl(c, ControlTypeEnum.textbox) ' lbl.Text = c.caption txt.Left = 100
txt.Top = 50
Dim fnt As New Font(" & c & ", 20) " & c & ".Font = fnt e.Form.AddControl(txt)