home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 6_2008-2009.ISO / data / zips / KE_FormSki2133401172008.psc / frmAbout.frm < prev    next >
Text File  |  2008-10-27  |  2KB  |  79 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "About"
  5.    ClientHeight    =   2475
  6.    ClientLeft      =   2340
  7.    ClientTop       =   1935
  8.    ClientWidth     =   4170
  9.    ClipControls    =   0   'False
  10.    Icon            =   "frmAbout.frx":0000
  11.    LinkTopic       =   "Form2"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   1708.289
  15.    ScaleMode       =   0  'User
  16.    ScaleWidth      =   3915.846
  17.    Begin VB.CommandButton cmdOK 
  18.       Cancel          =   -1  'True
  19.       Caption         =   "OK"
  20.       Default         =   -1  'True
  21.       Height          =   345
  22.       Left            =   1440
  23.       TabIndex        =   0
  24.       Top             =   1920
  25.       Width           =   1260
  26.    End
  27.    Begin VB.Label lblDescription 
  28.       AutoSize        =   -1  'True
  29.       BackStyle       =   0  'Transparent
  30.       Caption         =   "Free to use in none commercial apps."
  31.       ForeColor       =   &H00000000&
  32.       Height          =   195
  33.       Left            =   720
  34.       TabIndex        =   3
  35.       Top             =   1440
  36.       Width           =   2640
  37.    End
  38.    Begin VB.Label lblTitle 
  39.       AutoSize        =   -1  'True
  40.       BackStyle       =   0  'Transparent
  41.       Caption         =   "KE FormSkinner ActiveX Control v1.0"
  42.       ForeColor       =   &H00000000&
  43.       Height          =   195
  44.       Left            =   1080
  45.       TabIndex        =   2
  46.       Top             =   600
  47.       Width           =   2640
  48.    End
  49.    Begin VB.Image Image1 
  50.       Height          =   480
  51.       Left            =   360
  52.       Picture         =   "frmAbout.frx":08CA
  53.       Stretch         =   -1  'True
  54.       Top             =   360
  55.       Width           =   480
  56.    End
  57.    Begin VB.Label Label1 
  58.       AutoSize        =   -1  'True
  59.       BackStyle       =   0  'Transparent
  60.       Caption         =   "⌐ Copyright  JRE SOFT. 2005 - 2008"
  61.       ForeColor       =   &H00000000&
  62.       Height          =   195
  63.       Left            =   1080
  64.       TabIndex        =   1
  65.       Top             =   840
  66.       Width           =   2640
  67.    End
  68. End
  69. Attribute VB_Name = "frmAbout"
  70. Attribute VB_GlobalNameSpace = False
  71. Attribute VB_Creatable = False
  72. Attribute VB_PredeclaredId = True
  73. Attribute VB_Exposed = False
  74.  
  75. Private Sub cmdOK_Click()
  76.   Unload Me
  77. End Sub
  78.  
  79.