VERSION 2.00 Begin Form Form2 AutoRedraw = -1 'True BackColor = &H00C0C0C0& BorderStyle = 1 'Fixed Single Caption = "Parlant de..." ClientHeight = 4575 ClientLeft = 1980 ClientTop = 1785 ClientWidth = 4560 ControlBox = 0 'False Height = 4980 Left = 1920 LinkTopic = "Form2" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 4575 ScaleWidth = 4560 Top = 1440 Width = 4680 Begin PictureBox Picture1 AutoRedraw = -1 'True AutoSize = -1 'True DragMode = 1 'Automatic Height = 1995 Left = 600 Picture = M7P5B.FRX:0000 ScaleHeight = 1965 ScaleWidth = 3390 TabIndex = 4 Top = 1680 Width = 3420 End Begin CommandButton Command1 Caption = "D'&acord" Height = 495 Left = 1560 TabIndex = 0 Top = 3840 Width = 1455 End Begin Label Label3 Alignment = 2 'Center BackColor = &H00C0C0C0& Caption = "(C) Jordi Lagares Roset" FontBold = -1 'True FontItalic = 0 'False FontName = "Times New Roman" FontSize = 9 FontStrikethru = 0 'False FontUnderline = 0 'False Height = 255 Left = 360 TabIndex = 3 Top = 1200 Width = 3975 End Begin Label Label2 Alignment = 2 'Center BackColor = &H00C0C0C0& Caption = "Curs Visual Bāsic (Girona) 1997/98" FontBold = -1 'True FontItalic = 0 'False FontName = "Times New Roman" FontSize = 9 FontStrikethru = 0 'False FontUnderline = 0 'False Height = 255 Left = 360 TabIndex = 2 Top = 840 Width = 3855 End Begin Label Label1 Alignment = 2 'Center BackColor = &H00C0C0C0& Caption = "Ōptica Geomčtrica" FontBold = -1 'True FontItalic = 0 'False FontName = "Times New Roman" FontSize = 24 FontStrikethru = 0 'False FontUnderline = 0 'False ForeColor = &H0000FFFF& Height = 615 Left = 240 TabIndex = 1 Top = 120 Width = 4095 End End Option Explicit Sub Command1_Click () Unload Form2 End Sub