home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / vbresize.zip / FORM3.FRM < prev    next >
Text File  |  1995-05-21  |  2KB  |  79 lines

  1. VERSION 2.00
  2. Begin Form Form3 
  3.    Caption         =   "ReSize - Line handling"
  4.    ClientHeight    =   3156
  5.    ClientLeft      =   1632
  6.    ClientTop       =   3060
  7.    ClientWidth     =   6036
  8.    Height          =   3576
  9.    Icon            =   FORM3.FRX:0000
  10.    Left            =   1584
  11.    LinkTopic       =   "Form3"
  12.    ScaleHeight     =   3156
  13.    ScaleWidth      =   6036
  14.    Top             =   2688
  15.    Width           =   6132
  16.    Begin CommandButton Command1 
  17.       Caption         =   "OK"
  18.       Height          =   372
  19.       Left            =   2040
  20.       TabIndex        =   1
  21.       Top             =   2400
  22.       Width           =   1692
  23.    End
  24.    Begin ReSize ReSize1 
  25.       Left            =   120
  26.       Top             =   2640
  27.    End
  28.    Begin Line Line5 
  29.       X1              =   1440
  30.       X2              =   4320
  31.       Y1              =   2160
  32.       Y2              =   2160
  33.    End
  34.    Begin Line Line4 
  35.       X1              =   5040
  36.       X2              =   5040
  37.       Y1              =   1440
  38.       Y2              =   1920
  39.    End
  40.    Begin Line Line3 
  41.       X1              =   720
  42.       X2              =   720
  43.       Y1              =   1440
  44.       Y2              =   1920
  45.    End
  46.    Begin Line Line2 
  47.       X1              =   1440
  48.       X2              =   4320
  49.       Y1              =   1920
  50.       Y2              =   1440
  51.    End
  52.    Begin Line Line1 
  53.       X1              =   1440
  54.       X2              =   4320
  55.       Y1              =   1440
  56.       Y2              =   1920
  57.    End
  58.    Begin Label Label1 
  59.       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."
  60.       FontBold        =   -1  'True
  61.       FontItalic      =   0   'False
  62.       FontName        =   "Arial"
  63.       FontSize        =   7.8
  64.       FontStrikethru  =   0   'False
  65.       FontUnderline   =   0   'False
  66.       Height          =   852
  67.       Left            =   360
  68.       TabIndex        =   0
  69.       Top             =   240
  70.       Width           =   5292
  71.    End
  72. End
  73. Option Explicit
  74.  
  75. Sub Command1_Click ()
  76.     Unload form3
  77. End Sub
  78.  
  79.