home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form TraceWin
- Appearance = 0 'Flat
- BackColor = &H80000005&
- BorderStyle = 3 'Fixed Dialog
- Caption = "Briscola Trace Window"
- ClientHeight = 2565
- ClientLeft = 1440
- ClientTop = 3555
- ClientWidth = 6975
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H80000008&
- Height = 2925
- Left = 1380
- LinkTopic = "Form1"
- ScaleHeight = 2565
- ScaleWidth = 6975
- Top = 3255
- Visible = 0 'False
- Width = 7095
- Begin VB.ListBox LogBox
- Appearance = 0 'Flat
- Height = 2565
- Left = 0
- TabIndex = 0
- Top = 0
- Width = 6975
- End
- Attribute VB_Name = "TraceWin"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
-