home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / XRen,_File491711162002.psc / frmCoolAbout.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2001-09-10  |  2.4 KB  |  83 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAboutXRen 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   3  'Fixed Dialog
  5.    ClientHeight    =   1815
  6.    ClientLeft      =   1410
  7.    ClientTop       =   1545
  8.    ClientWidth     =   5355
  9.    ControlBox      =   0   'False
  10.    LinkTopic       =   "Form1"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   121
  14.    ScaleMode       =   3  'Pixel
  15.    ScaleWidth      =   357
  16.    ShowInTaskbar   =   0   'False
  17.    Begin VB.Label Label1 
  18.       BackStyle       =   0  'Transparent
  19.       Caption         =   "XRen 3.2"
  20.       BeginProperty Font 
  21.          Name            =   "Tahoma"
  22.          Size            =   15.75
  23.          Charset         =   178
  24.          Weight          =   700
  25.          Underline       =   0   'False
  26.          Italic          =   -1  'True
  27.          Strikethrough   =   0   'False
  28.       EndProperty
  29.       ForeColor       =   &H00C0C0C0&
  30.       Height          =   375
  31.       Left            =   30
  32.       TabIndex        =   1
  33.       Top             =   1425
  34.       Width           =   1755
  35.    End
  36.    Begin VB.Label Label2 
  37.       AutoSize        =   -1  'True
  38.       BackStyle       =   0  'Transparent
  39.       Caption         =   "mdsy 2001"
  40.       BeginProperty Font 
  41.          Name            =   "Tahoma"
  42.          Size            =   8.25
  43.          Charset         =   178
  44.          Weight          =   400
  45.          Underline       =   0   'False
  46.          Italic          =   0   'False
  47.          Strikethrough   =   0   'False
  48.       EndProperty
  49.       ForeColor       =   &H00FFFF80&
  50.       Height          =   195
  51.       Left            =   4425
  52.       TabIndex        =   0
  53.       Top             =   1545
  54.       Width           =   780
  55.    End
  56.    Begin VB.Image Image1 
  57.       Height          =   1380
  58.       Left            =   45
  59.       Picture         =   "frmCoolAbout.frx":0000
  60.       Top             =   30
  61.       Width           =   5250
  62.    End
  63. Attribute VB_Name = "frmAboutXRen"
  64. Attribute VB_GlobalNameSpace = False
  65. Attribute VB_Creatable = False
  66. Attribute VB_PredeclaredId = True
  67. Attribute VB_Exposed = False
  68. Private Sub Command1_Click()
  69. Unload Me
  70. End Sub
  71. Private Sub Form_Click()
  72. Unload Me
  73. End Sub
  74. Private Sub Image1_Click()
  75. Unload Me
  76. End Sub
  77. Private Sub Label1_Click()
  78. Unload Me
  79. End Sub
  80. Private Sub Label2_Click()
  81. Unload Me
  82. End Sub
  83.