home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / code / cdspy / f_startu.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-02-27  |  750 b   |  26 lines

  1. VERSION 2.00
  2. Begin Form F_Startup 
  3.    BackColor       =   &H00008000&
  4.    BorderStyle     =   3  'Fixed Double
  5.    ClientHeight    =   4890
  6.    ClientLeft      =   2595
  7.    ClientTop       =   2355
  8.    ClientWidth     =   6585
  9.    ControlBox      =   0   'False
  10.    Height          =   5295
  11.    Left            =   2535
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    Picture         =   F_STARTU.FRX:0000
  16.    ScaleHeight     =   4890
  17.    ScaleWidth      =   6585
  18.    Top             =   2010
  19.    Width           =   6705
  20. Option Explicit
  21. Option Compare Text
  22. Sub Form_Load ()
  23.   Me.Move (screen.Width - Me.Width) / 2, (screen.Height - Me.Height) / 2
  24.   Show3d Me
  25. End Sub
  26.