home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form dlgAbout
- BorderStyle = 1 'Fixed Single
- Caption = "About TekTel"
- ClientHeight = 2280
- ClientLeft = 1620
- ClientTop = 1485
- ClientWidth = 2880
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "Script"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 2685
- Left = 1560
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2280
- ScaleWidth = 2880
- Top = 1140
- Width = 3000
- Begin SSPanel Panel3D1
- BackColor = &H00C0C0C0&
- BevelInner = 1 'Inset
- Font3D = 0 'None
- ForeColor = &H00FFFFFF&
- Height = 2295
- Left = 0
- TabIndex = 0
- Top = 0
- Width = 2895
- Begin Image Image1
- Height = 480
- Left = 240
- Picture = DLGABOUT.FRX:0000
- Top = 240
- Width = 480
- End
- Begin Label Label6
- Alignment = 2 'Center
- BackColor = &H00C0C0C0&
- Caption = "Ver. 1b"
- ForeColor = &H00000000&
- Height = 255
- Left = 840
- TabIndex = 6
- Top = 1320
- Width = 1215
- End
- Begin Label Label5
- Alignment = 2 'Center
- BackColor = &H00C0C0C0&
- Caption = "m.salmon @ uea.ac.uk"
- FontBold = -1 'True
- FontItalic = -1 'True
- FontName = "MS Sans Serif"
- FontSize = 8.25
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 255
- Left = 120
- TabIndex = 5
- Top = 1920
- Width = 2655
- End
- Begin Label Label4
- Alignment = 2 'Center
- BackColor = &H00C0C0C0&
- Caption = "Mike Salmon"
- Height = 255
- Left = 840
- TabIndex = 4
- Top = 1680
- Width = 1215
- End
- Begin Label Label3
- Alignment = 2 'Center
- BackColor = &H00C0C0C0&
- Caption = "with Tektronix 4010 emulation"
- Height = 255
- Left = 120
- TabIndex = 3
- Top = 960
- Width = 2655
- End
- Begin Label Label2
- Alignment = 2 'Center
- BackColor = &H00C0C0C0&
- Caption = "Telnet for WinSock "
- Height = 255
- Left = 960
- TabIndex = 2
- Top = 720
- Width = 1695
- End
- Begin Label Label1
- Alignment = 2 'Center
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- Caption = "TekTel"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 24
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 555
- Left = 960
- TabIndex = 1
- Top = 120
- Width = 1695
- End
- End
- Option Explicit
- Sub Image1_Click ()
- Unload dlgAbout
- End Sub
- Sub Label1_Click ()
- Unload dlgAbout
- End Sub
- Sub Label2_Click ()
- Unload dlgAbout
- End Sub
- Sub Label3_Click ()
- Unload dlgAbout
- End Sub
- Sub Label4_Click ()
- Unload dlgAbout
- End Sub
- Sub Label5_Click ()
- Unload dlgAbout
- End Sub
- Sub Label6_Click ()
- Unload dlgAbout
- End Sub
- Sub Panel3D1_Click ()
- Unload dlgAbout
- End Sub
-