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

  1. VERSION 2.00
  2. Begin Form Form2 
  3.    Caption         =   "Help"
  4.    ClientHeight    =   3360
  5.    ClientLeft      =   1356
  6.    ClientTop       =   1644
  7.    ClientWidth     =   6072
  8.    Height          =   3780
  9.    Icon            =   FORM2.FRX:0000
  10.    Left            =   1308
  11.    LinkTopic       =   "Form2"
  12.    ScaleHeight     =   3360
  13.    ScaleWidth      =   6072
  14.    Top             =   1272
  15.    Width           =   6168
  16.    Begin CommandButton Command1 
  17.       Caption         =   "OK"
  18.       Height          =   372
  19.       Left            =   2280
  20.       TabIndex        =   1
  21.       Top             =   2760
  22.       Width           =   1332
  23.    End
  24.    Begin ReSize ReSize1 
  25.       Left            =   240
  26.       Top             =   2400
  27.    End
  28.    Begin Label Label1 
  29.       Caption         =   "This sample application contains no code to resize the screens.  The ReSize control in the lower left hand corner of the form  (invisible at runtime) handles all the resizing.   ReSize will even handle resizing of the fonts in each control. Just place the ReSize control on a new or existing form.  It can't get any easier than that."
  30.       FontBold        =   -1  'True
  31.       FontItalic      =   0   'False
  32.       FontName        =   "Arial"
  33.       FontSize        =   7.8
  34.       FontStrikethru  =   0   'False
  35.       FontUnderline   =   0   'False
  36.       Height          =   2172
  37.       Left            =   600
  38.       TabIndex        =   0
  39.       Top             =   120
  40.       Width           =   4932
  41.    End
  42. End
  43. Option Explicit
  44.  
  45. Sub Command1_Click ()
  46.     Unload Form2
  47. End Sub
  48.  
  49.