按钮上下不居中。感觉靠上了。
With btn
.Theme = "(none)"
.FlatStyle = FlatStyle.flat
'.BackColor = Color.SeaGreen
.BackColor=Color.FromARGB(60,115,200)
.BorderSize = 0
.ForeColor= Color.white
'.TextAlign = ContentAlignment.BottomCenter
'.TextAlign=TopRight
'.TextImageRelation=TextImageRelation.TextAboveImage
'.Location = New Point(30, 30)
'.Size = New Size(75, 25)
'.text = "&OK"
End With
btn.TextAlign = ContentAlignment.BottomCenter