home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_demos / vbmmde / frmabout.fr_ / frmabout.fr
Text File  |  1994-02-16  |  3KB  |  80 lines

  1. VERSION 2.00
  2. Begin Form frmAbout 
  3.    BackColor       =   &H00808080&
  4.    BorderStyle     =   3  'Fixed Double
  5.    Caption         =   "About Trimble Technologies"
  6.    ClientHeight    =   3465
  7.    ClientLeft      =   2085
  8.    ClientTop       =   2100
  9.    ClientWidth     =   5640
  10.    ClipControls    =   0   'False
  11.    ControlBox      =   0   'False
  12.    FillColor       =   &H00808080&
  13.    Height          =   3870
  14.    Left            =   2025
  15.    LinkTopic       =   "Form2"
  16.    ScaleHeight     =   3465
  17.    ScaleWidth      =   5640
  18.    Top             =   1755
  19.    Width           =   5760
  20.    Begin CommandButton cmdOkay 
  21.       Caption         =   "&Okay"
  22.       Height          =   375
  23.       Left            =   1680
  24.       TabIndex        =   3
  25.       Top             =   3000
  26.       Width           =   2295
  27.    End
  28.    Begin Label lblAbout3 
  29.       Alignment       =   2  'Center
  30.       BackColor       =   &H00808080&
  31.       BackStyle       =   0  'Transparent
  32.       Caption         =   "TRIMBLE TECHNOLOGIES can be reached via Voice at 619-599-0733 or via Compuserve at 76306,1115."
  33.       FontBold        =   -1  'True
  34.       FontItalic      =   0   'False
  35.       FontName        =   "Arial"
  36.       FontSize        =   12
  37.       FontStrikethru  =   0   'False
  38.       FontUnderline   =   0   'False
  39.       ForeColor       =   &H0000FF00&
  40.       Height          =   855
  41.       Left            =   120
  42.       TabIndex        =   2
  43.       Top             =   2040
  44.       Width           =   5415
  45.       WordWrap        =   -1  'True
  46.    End
  47.    Begin Label lblAbout2 
  48.       Alignment       =   2  'Center
  49.       BackColor       =   &H00808080&
  50.       BackStyle       =   0  'Transparent
  51.       Caption         =   "TRIMBLE TECHNOLOGIES is a professional computer consulting company that specializes in Windows development, Enterprise Networking, and Component Management."
  52.       ForeColor       =   &H0000FFFF&
  53.       Height          =   855
  54.       Left            =   120
  55.       TabIndex        =   1
  56.       Top             =   1080
  57.       Width           =   5295
  58.       WordWrap        =   -1  'True
  59.    End
  60.    Begin Label lblAbout 
  61.       Alignment       =   2  'Center
  62.       BackColor       =   &H00808080&
  63.       BackStyle       =   0  'Transparent
  64.       Caption         =   "MMDemo requires that a AVI video player and a WAV sound player driver already be installed in MS Windows.  Microsoft Video for Windows and a SoundBlaster audio driver will be enough for running this demo."
  65.       ForeColor       =   &H00FFFFFF&
  66.       Height          =   855
  67.       Left            =   120
  68.       TabIndex        =   0
  69.       Top             =   120
  70.       Width           =   5415
  71.       WordWrap        =   -1  'True
  72.    End
  73. End
  74. Option Explicit
  75.  
  76. Sub cmdOkay_Click ()
  77.     unload frmAbout
  78. End Sub
  79.  
  80.