home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD39693132000.psc / Form3.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2000-03-13  |  1.0 KB  |  34 lines

  1. VERSION 5.00
  2. Begin VB.Form Form3 
  3.    Caption         =   "Settings"
  4.    ClientHeight    =   1335
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   6960
  8.    LinkTopic       =   "Form3"
  9.    ScaleHeight     =   1335
  10.    ScaleWidth      =   6960
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.Label Label1 
  13.       Caption         =   "No settings at this time"
  14.       BeginProperty Font 
  15.          Name            =   "MS Sans Serif"
  16.          Size            =   24
  17.          Charset         =   0
  18.          Weight          =   400
  19.          Underline       =   0   'False
  20.          Italic          =   0   'False
  21.          Strikethrough   =   0   'False
  22.       EndProperty
  23.       Height          =   735
  24.       Left            =   600
  25.       TabIndex        =   0
  26.       Top             =   360
  27.       Width           =   6495
  28.    End
  29. Attribute VB_Name = "Form3"
  30. Attribute VB_GlobalNameSpace = False
  31. Attribute VB_Creatable = False
  32. Attribute VB_PredeclaredId = True
  33. Attribute VB_Exposed = False
  34.