www.pudn.com > pdng22src.zip > frmAbout.frm
VERSION 5.00
Begin VB.Form frmAbout
BackColor = &H00000000&
BorderStyle = 1 'Fixed Single
Caption = "About PowerDivx NG"
ClientHeight = 2940
ClientLeft = 45
ClientTop = 330
ClientWidth = 4980
Icon = "frmAbout.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2940
ScaleWidth = 4980
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Command1
Caption = "&Ok"
Height = 405
Left = 3930
TabIndex = 4
Top = 2445
Width = 975
End
Begin VB.Label Label3
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "http://blacksunsoft.excelland.com"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 240
Left = 1170
MouseIcon = "frmAbout.frx":1042
MousePointer = 99 'Custom
TabIndex = 5
Top = 1650
Width = 2535
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "PowerDivx NextGen is a French program. Thanx Mr Propre for your help."
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0080C0FF&
Height = 690
Left = 180
TabIndex = 3
Top = 1185
Width = 4395
End
Begin VB.Label Label5
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "Next Generation"
BeginProperty Font
Name = "Nasalization"
Size = 14.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H0080C0FF&
Height = 255
Left = 1290
TabIndex = 2
Top = 570
Width = 2985
End
Begin VB.Label Label4
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "PowerDivx"
BeginProperty Font
Name = "Nasalization"
Size = 20.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
ForeColor = &H0080C0FF&
Height = 360
Left = 900
TabIndex = 1
Top = 210
Width = 2625
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Programmer: BlackSun"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0080C0FF&
Height = 240
Left = 1650
TabIndex = 0
Top = 870
Width = 2085
End
Begin VB.Image Image1
Height = 1005
Left = 60
Picture = "frmAbout.frx":1194
Stretch = -1 'True
Top = 1875
Width = 3120
End
End
Attribute VB_Name = "frmAbout"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Label3_Click()
retval = Shell("start http://blacksunsoft.excelland.com", vbHide)
End Sub