home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form frmAbout
- Caption = "About ICO2BMP"
- ClientHeight = 1185
- ClientLeft = 4905
- ClientTop = 3480
- ClientWidth = 2520
- ControlBox = 0 'False
- Height = 1590
- Left = 4845
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1185
- ScaleWidth = 2520
- Top = 3135
- Width = 2640
- Begin CommandButton Command1
- Caption = "OK"
- Height = 315
- Left = 960
- TabIndex = 3
- Top = 90
- Width = 975
- End
- Begin Label Label3
- Alignment = 2 'Center
- Caption = "73577,1416"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Serif"
- FontSize = 6.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 255
- Left = 840
- TabIndex = 2
- Top = 960
- Width = 1215
- End
- Begin Label Label2
- Caption = "Peter Macdonald"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Serif"
- FontSize = 6.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 135
- Left = 840
- TabIndex = 1
- Top = 720
- Width = 1335
- End
- Begin Label Label1
- Caption = "Programmed By"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Serif"
- FontSize = 6.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 135
- Left = 870
- TabIndex = 0
- Top = 480
- Width = 1215
- End
- Begin Image Image1
- Height = 480
- Left = 120
- Picture = FRMABOUT.FRX:0000
- Top = 240
- Width = 480
- End
- Option Explicit
- Sub Command1_Click ()
- Unload Me
- End Sub
-