home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Server_Gua2061034182007.psc / FrmAbout.frm < prev    next >
Text File  |  2007-04-18  |  3KB  |  116 lines

  1. VERSION 5.00
  2. Begin VB.Form FrmAbout 
  3.    Appearance      =   0  'Flat
  4.    BackColor       =   &H00FFFFFF&
  5.    BorderStyle     =   1  'Fixed Single
  6.    ClientHeight    =   1545
  7.    ClientLeft      =   15
  8.    ClientTop       =   15
  9.    ClientWidth     =   2370
  10.    ControlBox      =   0   'False
  11.    LinkTopic       =   "Form1"
  12.    LockControls    =   -1  'True
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   1545
  16.    ScaleWidth      =   2370
  17.    StartUpPosition =   2  'CenterScreen
  18.    Begin VB.Label Label4 
  19.       AutoSize        =   -1  'True
  20.       BackStyle       =   0  'Transparent
  21.       Caption         =   "By Murat Gⁿndem"
  22.       BeginProperty Font 
  23.          Name            =   "Tahoma"
  24.          Size            =   8.25
  25.          Charset         =   162
  26.          Weight          =   700
  27.          Underline       =   0   'False
  28.          Italic          =   0   'False
  29.          Strikethrough   =   0   'False
  30.       EndProperty
  31.       Height          =   195
  32.       Left            =   480
  33.       TabIndex        =   3
  34.       Top             =   1320
  35.       Width           =   1515
  36.    End
  37.    Begin VB.Label Label1 
  38.       Alignment       =   2  'Center
  39.       BackStyle       =   0  'Transparent
  40.       Caption         =   "Server Guard"
  41.       BeginProperty Font 
  42.          Name            =   "Verdana"
  43.          Size            =   20.25
  44.          Charset         =   162
  45.          Weight          =   700
  46.          Underline       =   0   'False
  47.          Italic          =   0   'False
  48.          Strikethrough   =   0   'False
  49.       EndProperty
  50.       ForeColor       =   &H00FF0000&
  51.       Height          =   975
  52.       Left            =   0
  53.       TabIndex        =   0
  54.       Top             =   0
  55.       Width           =   2415
  56.    End
  57.    Begin VB.Label Label3 
  58.       Alignment       =   2  'Center
  59.       BackStyle       =   0  'Transparent
  60.       Caption         =   "Server Guard"
  61.       BeginProperty Font 
  62.          Name            =   "Verdana"
  63.          Size            =   20.25
  64.          Charset         =   162
  65.          Weight          =   700
  66.          Underline       =   0   'False
  67.          Italic          =   0   'False
  68.          Strikethrough   =   0   'False
  69.       EndProperty
  70.       ForeColor       =   &H00404040&
  71.       Height          =   975
  72.       Left            =   30
  73.       TabIndex        =   2
  74.       Top             =   30
  75.       Width           =   2415
  76.    End
  77.    Begin VB.Label Label2 
  78.       Alignment       =   2  'Center
  79.       BackStyle       =   0  'Transparent
  80.       Caption         =   "Server Guard"
  81.       BeginProperty Font 
  82.          Name            =   "Verdana"
  83.          Size            =   20.25
  84.          Charset         =   162
  85.          Weight          =   700
  86.          Underline       =   0   'False
  87.          Italic          =   0   'False
  88.          Strikethrough   =   0   'False
  89.       EndProperty
  90.       ForeColor       =   &H00E0E0E0&
  91.       Height          =   975
  92.       Left            =   -30
  93.       TabIndex        =   1
  94.       Top             =   -30
  95.       Width           =   2415
  96.    End
  97. End
  98. Attribute VB_Name = "FrmAbout"
  99. Attribute VB_GlobalNameSpace = False
  100. Attribute VB_Creatable = False
  101. Attribute VB_PredeclaredId = True
  102. Attribute VB_Exposed = False
  103. Private Sub Form_Click()
  104.  
  105.     Unload Me
  106.     
  107. End Sub
  108.  
  109. Private Sub Label1_Click()
  110.  
  111.     Unload Me
  112.     
  113. End Sub
  114.  
  115.  
  116.