.Net Forms Resize
让您的 Visual Studio 应用程序独立具备调整大小功能和分辨率。
由以下开发商制作:Softgroup
ComponentSource开始代理销售的日期:2007年
让您的 Visual Studio 应用程序独立具备调整大小功能和分辨率。
Softgroup .Net Forms Resize is a fast, small and lightweight .NET component that gives your Visual Studio applications resolution independence. Softgroup .Net Forms Resize supports standard .Net Windows Forms, MDI child and MDI parent Forms and includes DPIAutoResize feature to make your application DPI resolution independent too. This resizer component can be easily added to already designed forms with a single line of code. Softgroup .Net Forms Resize automatically resize all controls and fonts contained in a .Net Windows Form as they are sized.
Softgroup .Net Forms Resize is a fast, small and lightweight .NET component that gives your applications resolution independence. Softgroup .Net Forms Resize supports standard .Net Windows Forms, MDI child and MDI parent Forms and includes DPIAutoResize feature to make your application DPI resolution independent too. Softgroup .Net Forms Resize automatically resize all controls and fonts contained in a .Net Windows Form as they are sized. Only one line of code is needed in the Form_Load event like this VB.NET example:
Private WithEvents oResize As Softgroup.NetResize
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
oResize = New Softgroup.NetResize(Me)
End Sub
With Softgroup .Net Forms Resize you can: