home *** CD-ROM | disk | FTP | other *** search
Wrap
VERSION 2.00 Begin Form Form3 Caption = "ReSize - Line handling" ClientHeight = 3156 ClientLeft = 1632 ClientTop = 3060 ClientWidth = 6036 Height = 3576 Icon = FORM3.FRX:0000 Left = 1584 LinkTopic = "Form3" ScaleHeight = 3156 ScaleWidth = 6036 Top = 2688 Width = 6132 Begin CommandButton Command1 Caption = "OK" Height = 372 Left = 2040 TabIndex = 1 Top = 2400 Width = 1692 End Begin ReSize ReSize1 Left = 120 Top = 2640 End Begin Line Line5 X1 = 1440 X2 = 4320 Y1 = 2160 Y2 = 2160 End Begin Line Line4 X1 = 5040 X2 = 5040 Y1 = 1440 Y2 = 1920 End Begin Line Line3 X1 = 720 X2 = 720 Y1 = 1440 Y2 = 1920 End Begin Line Line2 X1 = 1440 X2 = 4320 Y1 = 1920 Y2 = 1440 End Begin Line Line1 X1 = 1440 X2 = 4320 Y1 = 1440 Y2 = 1920 End Begin Label Label1 Caption = "Beginning in version 2.00, ReSize can now properly handle the line control. Stretch this form to see how lines (which are a special case, because they don't have the standard left, top, width && height properties) are now properly handled by ReSize." FontBold = -1 'True FontItalic = 0 'False FontName = "Arial" FontSize = 7.8 FontStrikethru = 0 'False FontUnderline = 0 'False Height = 852 Left = 360 TabIndex = 0 Top = 240 Width = 5292 End Option Explicit Sub Command1_Click () Unload form3 End Sub