www.pudn.com > 020630_download.zip > frmHeader.frm
VERSION 5.00
Begin VB.Form frmHeader
Caption = "Header & FTP Log"
ClientHeight = 5235
ClientLeft = 60
ClientTop = 345
ClientWidth = 7605
LinkTopic = "Form1"
ScaleHeight = 5235
ScaleWidth = 7605
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command1
Caption = "&Close Window"
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2880
TabIndex = 2
Top = 4800
Width = 1815
End
Begin VB.Frame Frame1
Height = 4575
Left = 120
TabIndex = 0
Top = 120
Width = 7455
Begin VB.TextBox txtHeader
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 4215
Left = 120
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 1
Top = 240
Width = 7215
End
End
End
Attribute VB_Name = "frmHeader"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Me.Hide
End Sub