home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmAbout
- BorderStyle = 3 'Fixed Dialog
- Caption = "About TCP Chatter"
- ClientHeight = 3555
- ClientLeft = 2340
- ClientTop = 1935
- ClientWidth = 5730
- ClipControls = 0 'False
- Icon = "frmAbout.frx":0000
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2453.724
- ScaleMode = 0 'User
- ScaleWidth = 5380.766
- ShowInTaskbar = 0 'False
- Begin VB.PictureBox picIcon
- AutoSize = -1 'True
- ClipControls = 0 'False
- Height = 540
- Left = 240
- Picture = "frmAbout.frx":0442
- ScaleHeight = 337.12
- ScaleMode = 0 'User
- ScaleWidth = 337.12
- TabIndex = 1
- Top = 240
- Width = 540
- End
- Begin VB.CommandButton cmdOK
- Cancel = -1 'True
- Caption = "OK"
- Default = -1 'True
- Height = 345
- Left = 4200
- TabIndex = 0
- Top = 2880
- Width = 1260
- End
- Begin VB.Label Label2
- Caption = "http://www.geocities.com/SiliconValley/Pines/5427/"
- Height = 225
- Left = 960
- TabIndex = 7
- Top = 2040
- Width = 3885
- End
- Begin VB.Label Label1
- Caption = "sriggins@geocities.com"
- Height = 225
- Left = 960
- TabIndex = 6
- Top = 1800
- Width = 3885
- End
- Begin VB.Line Line1
- BorderColor = &H00808080&
- BorderStyle = 6 'Inside Solid
- Index = 1
- X1 = 84.515
- X2 = 5309.398
- Y1 = 1687.583
- Y2 = 1687.583
- End
- Begin VB.Label lblDescription
- Caption = $"frmAbout.frx":0884
- ForeColor = &H00000000&
- Height = 810
- Left = 960
- TabIndex = 2
- Top = 840
- Width = 3885
- End
- Begin VB.Label lblTitle
- Caption = "TCP Chatter - Copyright 1997 by Shawn Riggins"
- ForeColor = &H00000000&
- Height = 240
- Left = 960
- TabIndex = 4
- Top = 240
- Width = 3885
- End
- Begin VB.Line Line1
- BorderColor = &H00FFFFFF&
- BorderWidth = 2
- Index = 0
- X1 = 98.6
- X2 = 5309.398
- Y1 = 1697.936
- Y2 = 1697.936
- End
- Begin VB.Label lblVersion
- Caption = "Version 1.0"
- Height = 225
- Left = 960
- TabIndex = 5
- Top = 480
- Width = 1365
- End
- Begin VB.Label lblDisclaimer
- Caption = $"frmAbout.frx":093B
- ForeColor = &H00000000&
- Height = 825
- Left = 255
- TabIndex = 3
- Top = 2625
- Width = 3870
- End
- Attribute VB_Name = "frmAbout"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- ' TCP Chatter
- ' Copyright 1997 by Shawn Riggins
- ' Use this program at your own risk.
- ' This program is freeware and you are welcome to use the
- ' source code for whatever you want. Just remember, anything
- ' you do with the source code is done at your OWN RISK
- Option Explicit
- Private Sub cmdOK_Click()
-
- Unload Me
- End Sub
-