ResizeKit2.NET程序大小和分辨率独立
ResizeKit.NET 会自动更改所有控件和字体的大小,因此它们将显示在任何大小的表单上。提供完全控制以自定义调整大小的过程。即使用户在运行应用程序时切换了表单的大小,ResizeKit 也会感知新的表单大小并自动调整该表单上组件和字体的大小。
*Many third-party controls whose left, top, height, or width properties are isolated can also be resized by specifying these property values in the exitresize event. Fonts and cell sizes in grid and spread applications are examples of this, and they can be resized using the exitresize event. A sample program is included in the ResizeKit to illustrate how to do this.
* 一些第三方控件不使用标准的 Left、Top、Height 或 Width 属性或以不寻常的方式定义这些属性。ResizeKit 可能无法调整这些第三方控件的大小。请下载功能齐全的 ResizeKit 试用版,以查看 ResizeKit 在您的应用程序上的执行情况。

Simply place the resize component on the form to make an application for all screen resolutions. You can use the resizekit Net components are attached directly to your Net Windows Forms and make applications of any size. ResizeKit automatically changes the size of all controls and fonts, so they will be displayed on forms of any size. Without writing a single line of code, you can change the size of the display form and make applications that do not depend on user size changes or screen resolution changes. Even if the user switches the size of the form when the application is running, the ResizeKit will sense the new size and automatically adjust the size of components and fonts.
要使用 ResizeKit,只需在设计期间将 Resize 组件附加到表单。ResizeKit 包含允许您自定义大小调整过程的属性、方法和事件。它甚至可以调整许多第三方控件的大小。ResizeKit 从第一天开始就可以用于新程序,当然也可以用于已建立的程序,而无需更改设计或代码。ResizeKit.NET 是用于 .NET Windows 窗体应用程序的 .NET 组件。