vbAccelerator - Contents of code file: frmAbout.frmVERSION 5.00
Begin VB.Form frmAbout
BackColor = &H00FFFFFF&
BorderStyle = 3 'Fixed Dialog
Caption = "About"
ClientHeight = 3030
ClientLeft = 3240
ClientTop = 2190
ClientWidth = 4995
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3030
ScaleWidth = 4995
ShowInTaskbar = 0 'False
StartUpPosition = 1 'CenterOwner
Begin VB.TextBox txtInfo
BackColor = &H00FFFFFF&
BorderStyle = 0 'None
Height = 1275
Left = 2640
Locked = -1 'True
MultiLine = -1 'True
TabIndex = 3
Text = "frmAbout.frx":1272
Top = 1200
Width = 2235
End
Begin VB.CommandButton cmdOK
Caption = "OK"
Default = -1 'True
Height = 375
Left = 3720
TabIndex = 0
Top = 2640
Width = 1215
End
Begin VB.Label lblInfo
BackStyle = 0 'Transparent
Caption = "ICeD"
BeginProperty Font
Name = "Tahoma"
Size = 48
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFFFF&
Height = 1575
Index = 1
Left = 300
TabIndex = 1
Top = 660
Width = 2355
End
Begin VB.Label lblVBAccel
BackStyle = 0 'Transparent
Caption = "vbaccelerator.com"
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00800000&
Height = 255
Left = 1920
TabIndex = 4
Top = 2700
Width = 1575
End
Begin VB.Line Line1
BorderColor = &H00404000&
X1 = 240
X2 = 2580
Y1 = 1920
Y2 = 1920
End
Begin VB.Shape shpDecorate
BorderColor = &H000080FF&
Height = 1395
Index = 1
Left = 2580
Top = 1140
Width = 2355
End
Begin VB.Label lblInfo
BackStyle = 0 'Transparent
Caption = "Icon Editor"
BeginProperty Font
Name = "Tahoma"
Size = 36
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00400000&
Height = 855
Index = 0
Left = 1440
TabIndex = 2
Top = 240
Width = 4035
End
Begin VB.Shape Shape1
BorderColor = &H0080FFFF&
BorderWidth = 32
Height = 15
Left = -3360
Top = 2580
Width = 4935
End
Begin VB.Label lblInfo
BackStyle = 0 'Transparent
Caption = "VB"
BeginProperty Font
Name = "Tahoma"
Size = 128.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFC0C0&
Height = 3135
Index = 2
Left = 2040
TabIndex = 5
Top = -660
Width = 3315
End
Begin VB.Image imgDecorate
Height = 1800
Left = 120
Picture = "frmAbout.frx":12C7
Top = 60
Width = 2400
End
Begin VB.Shape shpDecorate
BorderColor = &H0080C0FF&
BorderWidth = 24
Height = 2115
Index = 0
Left = 2040
Top = 720
Width = 2175
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdOK_Click()
Unload Me
End Sub
|