VERSION 5.00 Begin VB.Form dbg AutoRedraw = -1 'True BackColor = &H80000005& Caption = "dbg" ClientHeight = 7455 ClientLeft = 60 ClientTop = 345 ClientWidth = 8430 Icon = "dbg.frx":0000 LinkTopic = "Form1" ScaleHeight = 7455 ScaleWidth = 8430 StartUpPosition = 3 'Windows Default End Attribute VB_Name = "dbg" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Form_Resize() dbg.Height = 7860 dbg.Width = 8550 End Sub