home *** CD-ROM | disk | FTP | other *** search
/ On Hand / On_Hand_From_Softbank_1994_Release_2_Disc_2_1994.iso / 00202 / s / disk1 / about1.fr_ / about1.bin
Text File  |  1993-04-28  |  3KB  |  91 lines

  1. VERSION 2.00
  2. Begin Form AboutBox 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "About OLE Control Demo"
  5.    ClientHeight    =   3045
  6.    ClientLeft      =   2655
  7.    ClientTop       =   1800
  8.    ClientWidth     =   4785
  9.    Height          =   3450
  10.    Left            =   2595
  11.    LinkMode        =   1  'Source
  12.    LinkTopic       =   "Form2"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   3045
  16.    ScaleWidth      =   4785
  17.    Top             =   1455
  18.    Width           =   4905
  19.    Begin CommandButton Command1 
  20.       Cancel          =   -1  'True
  21.       Caption         =   "OK"
  22.       Default         =   -1  'True
  23.       Height          =   495
  24.       Left            =   1800
  25.       TabIndex        =   4
  26.       Top             =   2400
  27.       Width           =   1215
  28.    End
  29.    Begin Label Label1 
  30.       Caption         =   "Microsoft Windows"
  31.       FontBold        =   -1  'True
  32.       FontItalic      =   0   'False
  33.       FontName        =   "MS Sans Serif"
  34.       FontSize        =   9.75
  35.       FontStrikethru  =   0   'False
  36.       FontUnderline   =   0   'False
  37.       Height          =   255
  38.       Left            =   1440
  39.       TabIndex        =   0
  40.       Top             =   480
  41.       Width           =   2055
  42.    End
  43.    Begin Label Label2 
  44.       Caption         =   "OLE Control Demo "
  45.       FontBold        =   -1  'True
  46.       FontItalic      =   0   'False
  47.       FontName        =   "MS Sans Serif"
  48.       FontSize        =   9.75
  49.       FontStrikethru  =   0   'False
  50.       FontUnderline   =   0   'False
  51.       Height          =   255
  52.       Left            =   1440
  53.       TabIndex        =   1
  54.       Top             =   825
  55.       Width           =   1995
  56.    End
  57.    Begin Label Label3 
  58.       Caption         =   "Version 1.00"
  59.       FontBold        =   -1  'True
  60.       FontItalic      =   0   'False
  61.       FontName        =   "MS Sans Serif"
  62.       FontSize        =   9.75
  63.       FontStrikethru  =   0   'False
  64.       FontUnderline   =   0   'False
  65.       Height          =   255
  66.       Left            =   1740
  67.       TabIndex        =   2
  68.       Top             =   1215
  69.       Width           =   1455
  70.    End
  71.    Begin Label Label4 
  72.       Caption         =   "(c) Copyright Microsoft Corp. 1990 - 1992"
  73.       FontBold        =   -1  'True
  74.       FontItalic      =   0   'False
  75.       FontName        =   "MS Sans Serif"
  76.       FontSize        =   9.75
  77.       FontStrikethru  =   0   'False
  78.       FontUnderline   =   0   'False
  79.       Height          =   375
  80.       Left            =   240
  81.       TabIndex        =   3
  82.       Top             =   1800
  83.       Width           =   4335
  84.    End
  85. End
  86.  
  87. Sub Command1_Click ()
  88.   Unload AboutBox
  89. End Sub
  90.  
  91.