VERSION 2.00 Begin Form Form2 BackColor = &H00C0C0C0& Caption = "About" ClientHeight = 3312 ClientLeft = 876 ClientTop = 1416 ClientWidth = 3048 Height = 3696 Left = 828 LinkTopic = "Form2" ScaleHeight = 3312 ScaleWidth = 3048 Top = 1080 Width = 3144 Begin CommandButton Command1 Caption = "&OK" Height = 372 Left = 1080 TabIndex = 2 Top = 2880 Width = 732 End Begin Frame Frame1 BackColor = &H00C0C0C0& Height = 1572 Left = 120 TabIndex = 6 Top = 1200 Width = 2772 Begin Label Label3 BackColor = &H00C0C0C0& Caption = "Version 1.1" Height = 252 Index = 1 Left = 840 TabIndex = 12 Top = 480 Width = 972 End Begin Label Label4 BackColor = &H00C0C0C0& Caption = "August 26,1995" Height = 252 Left = 600 TabIndex = 10 Top = 1200 Width = 1452 End Begin Label Label2 BackColor = &H00C0C0C0& Caption = "aa674@freenet.carleton.ca" Height = 252 Left = 360 TabIndex = 9 Top = 960 Width = 2292 End Begin Label Label3 BackColor = &H00C0C0C0& Caption = "84diasm.exe" Height = 252 Index = 0 Left = 840 TabIndex = 8 Top = 240 Width = 1092 End Begin Label Label1 BackColor = &H00C0C0C0& Caption = "By: Martin Darwin" Height = 252 Index = 0 Left = 600 TabIndex = 7 Top = 720 Width = 1452 End End Begin Label Label1 BackColor = &H00C0C0C0& Caption = "This program will only work on the 16C84 or other processors that use the 14bit opcodes as the 16C84 uses. This program can only read INHX8M files." Height = 1092 Index = 1 Left = 240 TabIndex = 5 Top = 120 Width = 2532 End End Sub Command1_Click () Unload form2 End Sub