home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD14474232001.psc / VBSnipletKeeper / About.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2001-02-03  |  3.0 KB  |  93 lines

  1. VERSION 5.00
  2. Begin VB.Form about 
  3.    BorderStyle     =   4  'Fixed ToolWindow
  4.    Caption         =   "About Code Sniplet Reader Beta 2"
  5.    ClientHeight    =   2460
  6.    ClientLeft      =   45
  7.    ClientTop       =   285
  8.    ClientWidth     =   5055
  9.    LinkTopic       =   "Form2"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   164
  13.    ScaleMode       =   3  'Pixel
  14.    ScaleWidth      =   337
  15.    ShowInTaskbar   =   0   'False
  16.    StartUpPosition =   3  'Windows Default
  17.    Begin VB.CommandButton Command1 
  18.       Caption         =   "&OK"
  19.       Height          =   315
  20.       Left            =   3765
  21.       TabIndex        =   4
  22.       Top             =   2025
  23.       Width           =   1170
  24.    End
  25.    Begin VB.PictureBox Picture1 
  26.       Align           =   1  'Align Top
  27.       BackColor       =   &H00FFFFFF&
  28.       BorderStyle     =   0  'None
  29.       Height          =   735
  30.       Left            =   0
  31.       ScaleHeight     =   735
  32.       ScaleWidth      =   5055
  33.       TabIndex        =   0
  34.       Top             =   0
  35.       Width           =   5055
  36.       Begin VB.Label Label1 
  37.          AutoSize        =   -1  'True
  38.          BackStyle       =   0  'Transparent
  39.          Caption         =   "Code Sniplet Reader Beta 2"
  40.          BeginProperty Font 
  41.             Name            =   "Arial"
  42.             Size            =   12
  43.             Charset         =   0
  44.             Weight          =   700
  45.             Underline       =   0   'False
  46.             Italic          =   0   'False
  47.             Strikethrough   =   0   'False
  48.          EndProperty
  49.          Height          =   285
  50.          Index           =   0
  51.          Left            =   960
  52.          TabIndex        =   1
  53.          Top             =   180
  54.          Width           =   3135
  55.       End
  56.       Begin VB.Image Image1 
  57.          Height          =   480
  58.          Left            =   120
  59.          Picture         =   "About.frx":0000
  60.          Top             =   135
  61.          Width           =   480
  62.       End
  63.    End
  64.    Begin VB.Label Label3 
  65.       Alignment       =   2  'Center
  66.       Caption         =   "Visual Basic Soure Code Reader and Keeps all your source code in one place. were and when you most need it"
  67.       Height          =   585
  68.       Left            =   210
  69.       TabIndex        =   3
  70.       Top             =   810
  71.       Width           =   4620
  72.    End
  73.    Begin VB.Label Label2 
  74.       Alignment       =   2  'Center
  75.       AutoSize        =   -1  'True
  76.       Caption         =   "Writen and Designed by Ben Jones"
  77.       ForeColor       =   &H00FF0000&
  78.       Height          =   195
  79.       Left            =   1230
  80.       TabIndex        =   2
  81.       Top             =   1380
  82.       Width           =   2520
  83.    End
  84. Attribute VB_Name = "about"
  85. Attribute VB_GlobalNameSpace = False
  86. Attribute VB_Creatable = False
  87. Attribute VB_PredeclaredId = True
  88. Attribute VB_Exposed = False
  89. Private Sub Command1_Click()
  90.     Unload about
  91.     Form1.Show
  92. End Sub
  93.