Update of /cvsroot/netrek/client/netrekxp/configuration-program In directory sc8-pr-cvs16:/tmp/cvs-serv14889 Added Files: Form1.frx Form3.frm Form3.frx Log Message: --- NEW FILE: Form3.frm --- VERSION 5.00 Begin VB.Form Form3 BackColor = &H80000007& Caption = "Netrek Configuration Utility" ClientHeight = 10770 ClientLeft = 60 ClientTop = 345 ClientWidth = 10950 Icon = "Form3.frx":0000 LinkTopic = "Form3" ScaleHeight = 10770 ScaleWidth = 10950 Begin VB.CheckBox Check5 BackColor = &H80000007& Caption = "Enable Sound" BeginProperty Font Name = "MS Sans Serif" Size = 8.25 Charset = 0 [...2086 lines suppressed...] End Sub Private Sub Form_Load() End Sub Private Sub Option2_Click() Form1.Show Unload Form3 End Sub Private Sub Text1_Change(Index As Integer) If Text1(17) = " " Then Text1(17) = "Space Bar" Else Text1(17) = Text1(17) End If End Sub --- NEW FILE: Form1.frx --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Form3.frx --- (This appears to be a binary file; contents omitted.)