home *** CD-ROM | disk | FTP | other *** search
Wrap
VERSION 2.00 Begin Form Form2 BackColor = &H00C0C0C0& BorderStyle = 3 'Fixed Double Caption = "About SySwitch 2.0" ClientHeight = 2145 ClientLeft = 2940 ClientTop = 2745 ClientWidth = 3855 ControlBox = 0 'False ForeColor = &H00C0C0C0& Height = 2550 Left = 2880 LinkMode = 1 'Source LinkTopic = "Form2" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 2145 ScaleWidth = 3855 Top = 2400 Width = 3975 Begin CommandButton Command1 Caption = "OK" Default = -1 'True Height = 375 Left = 3060 TabIndex = 1 Top = 1140 Width = 735 End Begin TextBox Text1 BackColor = &H00C0C0C0& BorderStyle = 0 'None Enabled = 0 'False Height = 1545 Left = 270 MultiLine = -1 'True TabIndex = 0 Text = "SySwitch was written by Paul Bonner (Compuserve ID 76000,13), senior editor of PC/Computing magazine, and is hereby placed in the public domain. Have fun with it." Top = 270 Width = 2475 End Begin PictureBox Picture1 BackColor = &H00C0C0C0& BorderStyle = 0 'None Height = 615 Left = 3180 Picture = SYSHELP.FRX:0000 ScaleHeight = 615 ScaleWidth = 735 TabIndex = 2 Top = 180 Width = 735 End Sub Command1_Click () Unload Form2 End Sub Sub Form_Paint () Call Frame2(Form2, Text1.Left - 90, Text1.Top - 90, Text1.Height + Text1.Top, Text1.Width + Text1.Left) End Sub