home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmSupp
- Caption = "Form1"
- ClientHeight = 1290
- ClientLeft = 60
- ClientTop = 330
- ClientWidth = 4680
- Icon = "Supp.frx":0000
- LinkTopic = "Form1"
- ScaleHeight = 1290
- ScaleWidth = 4680
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Begin VB.TextBox Text1
- Height = 615
- Left = 360
- Locked = -1 'True
- MultiLine = -1 'True
- TabIndex = 0
- Text = "Supp.frx":0442
- Top = 360
- Width = 1935
- End
- Attribute VB_Name = "frmSupp"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Form_Resize()
- On Error Resume Next
- Text1.Move 0, 0, Me.ScaleWidth, Me.ScaleHeight
- End Sub
-