home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Sleep_posi2083189132007.psc / frmAbout.frm < prev    next >
Text File  |  2007-09-13  |  1KB  |  42 lines

  1. VERSION 5.00
  2. Object = "{3B7C8863-D78F-101B-B9B5-04021C009402}#1.2#0"; "richtx32.ocx"
  3. Begin VB.Form frmAbout 
  4.    BackColor       =   &H00C0FFFF&
  5.    BorderStyle     =   1  'Fixed Single
  6.    Caption         =   "About"
  7.    ClientHeight    =   5850
  8.    ClientLeft      =   45
  9.    ClientTop       =   360
  10.    ClientWidth     =   8655
  11.    Icon            =   "frmAbout.frx":0000
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   5850
  16.    ScaleWidth      =   8655
  17.    StartUpPosition =   3  'Windows Default
  18.    Begin RichTextLib.RichTextBox RTFText 
  19.       Height          =   5895
  20.       Left            =   120
  21.       TabIndex        =   0
  22.       Top             =   0
  23.       Width           =   8535
  24.       _ExtentX        =   15055
  25.       _ExtentY        =   10398
  26.       _Version        =   393217
  27.       BackColor       =   12648447
  28.       BorderStyle     =   0
  29.       ScrollBars      =   2
  30.       Appearance      =   0
  31.       FileName        =   "D:\My code\VB6\Sleep\sleep.rtf"
  32.       TextRTF         =   $"frmAbout.frx":08CA
  33.    End
  34. End
  35. Attribute VB_Name = "frmAbout"
  36. Attribute VB_GlobalNameSpace = False
  37. Attribute VB_Creatable = False
  38. Attribute VB_PredeclaredId = True
  39. Attribute VB_Exposed = False
  40. Option Explicit
  41.  
  42.