www.pudn.com > striptxt.zip > ABOUT.FRM
VERSION 2.00
Begin Form frmAbout
BackColor = &H8000000F&
BorderStyle = 3 'Fixed Double
Caption = "About StripText"
ClientHeight = 2070
ClientLeft = 2040
ClientTop = 1590
ClientWidth = 3990
Height = 2475
Left = 1980
LinkTopic = "Form1"
ScaleHeight = 2070
ScaleWidth = 3990
Top = 1245
Width = 4110
Begin CommandButton cmdOK
Cancel = -1 'True
Caption = "OK"
Default = -1 'True
Height = 375
Left = 2880
TabIndex = 0
Top = 1560
Width = 855
End
Begin Label Label3
Alignment = 1 'Right Justify
BackColor = &H8000000F&
Caption = "Copyright © 1995, Innocent Software"
Height = 255
Left = 240
TabIndex = 3
Top = 1200
Width = 3495
End
Begin Label Label2
BackColor = &H8000000F&
Caption = "Version 1.0"
Height = 255
Left = 2760
TabIndex = 2
Top = 960
Width = 1095
End
Begin Label Label1
Alignment = 2 'Center
BackColor = &H8000000F&
Caption = "StripText for Windows"
FontBold = -1 'True
FontItalic = 0 'False
FontName = "Times New Roman"
FontSize = 18
FontStrikethru = 0 'False
FontUnderline = 0 'False
Height = 375
Left = 240
TabIndex = 1
Top = 120
Width = 3615
End
Begin Image imgIcon
Height = 480
Left = 240
Picture = ABOUT.FRX:0000
Top = 600
Width = 480
End
End
Option Explicit
Sub cmdOK_Click ()
Unload Me
End Sub