home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form AboutForm
- BackColor = &H00C0C0C0&
- BorderStyle = 3 'Fixed Double
- Caption = "About BaseConvert"
- ClientHeight = 3045
- ClientLeft = 1875
- ClientTop = 1890
- ClientWidth = 5085
- ControlBox = 0 'False
- Height = 3450
- Left = 1815
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 3045
- ScaleWidth = 5085
- Top = 1545
- Width = 5205
- Begin CommandButton Command1
- BackColor = &H00C0C0C0&
- Caption = "OK"
- Height = 495
- Left = 1800
- TabIndex = 1
- Top = 2280
- Width = 1575
- End
- Begin Label Label4
- BackColor = &H00C0C0C0&
- Caption = "FREEWARE"
- Height = 255
- Left = 2040
- TabIndex = 4
- Top = 1800
- Width = 1215
- End
- Begin Label Label3
- BackColor = &H00C0C0C0&
- Caption = "This program and all source code is:"
- Height = 255
- Left = 960
- TabIndex = 3
- Top = 1320
- Width = 3375
- End
- Begin Label Label2
- BackColor = &H00C0C0C0&
- Caption = "Designed and written by Dennis L. Huss"
- Height = 255
- Left = 840
- TabIndex = 2
- Top = 960
- Width = 3735
- End
- Begin Label Label1
- BackColor = &H00C0C0C0&
- Caption = "BaseConverter"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 24
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00FF0000&
- Height = 495
- Left = 360
- TabIndex = 0
- Top = 240
- Width = 4575
- End
- Sub Command1_Click ()
- AboutForm.Hide
- End Sub
-