VERSION 5.00 Begin VB.Form frmAbout BorderStyle = 3 'Fixed Dialog Caption = "About PetroGraph" ClientHeight = 4830 ClientLeft = 2340 ClientTop = 1935 ClientWidth = 3645 ClipControls = 0 'False Icon = "frmAbout1.frx":0000 LinkTopic = "Form2" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 3336.139 ScaleMode = 0 'User ScaleWidth = 3422.844 ShowInTaskbar = 0 'False Begin VB.CommandButton cmdOK Cancel = -1 'True Caption = "OK" Default = -1 'True Height = 345 Left = 2280 TabIndex = 6 Top = 4440 Width = 1260 End Begin VB.Label Label8 Alignment = 2 'Center Caption = "www.unipg.it/~maurip/SOFTWARE.htm" BeginProperty Font Name = "Arial" Size = 9.75 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00004000& Height = 315 Left = 0 MouseIcon = "frmAbout1.frx":000C MousePointer = 99 'Custom TabIndex = 11 Top = 3960 Width = 3585 End Begin VB.Label Label7 Alignment = 2 'Center Caption = "Free Download at:" BeginProperty Font Name = "Arial" Size = 14.25 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00000080& Height = 480 Left = 480 TabIndex = 10 Top = 3480 Width = 2625 End Begin VB.Label Label6 Alignment = 2 'Center Caption = "E-MAIL:" BeginProperty Font Name = "Arial" Size = 7.5 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00000080& Height = 255 Left = 480 TabIndex = 9 Top = 1440 Width = 2625 End Begin VB.Label Label5 Alignment = 2 'Center Caption = "maurip@unipg.it" BeginProperty Font Name = "Arial" Size = 10.5 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00004000& Height = 315 Left = 480 TabIndex = 8 Top = 1680 Width = 2625 End Begin VB.Label Label4 Alignment = 2 'Center Caption = "Written by" BeginProperty Font Name = "Arial" Size = 7.5 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00000080& Height = 255 Left = 480 TabIndex = 7 Top = 840 Width = 2625 End Begin VB.Label Label1 Alignment = 2 'Center Caption = "P.zza Università, 06100 PERUGIA (IT)" BeginProperty Font Name = "Arial" Size = 10.5 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00004000& Height = 495 Left = 720 MouseIcon = "frmAbout1.frx":0316 MousePointer = 99 'Custom TabIndex = 5 Top = 2880 Width = 2265 End Begin VB.Label Label3 Alignment = 2 'Center Caption = "University of Perugia (Italy)" BeginProperty Font Name = "Arial" Size = 10.5 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00004000& Height = 270 Left = 480 TabIndex = 4 Top = 2520 Width = 2625 End Begin VB.Label Label2 Alignment = 2 'Center Caption = "Department of Earth Sciences" BeginProperty Font Name = "Arial" Size = 10.5 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00004000& Height = 270 Left = 360 TabIndex = 3 Top = 2160 Width = 2865 End Begin VB.Label lblDescription Alignment = 2 'Center Caption = "Maurizio Petrelli" BeginProperty Font Name = "Arial" Size = 15.75 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 315 Left = 480 MouseIcon = "frmAbout1.frx":0620 MousePointer = 99 'Custom TabIndex = 0 Top = 1080 Width = 2625 End Begin VB.Label lblTitle Alignment = 2 'Center Caption = "PetroGraph" BeginProperty Font Name = "Arial" Size = 18 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty ForeColor = &H00000080& Height = 480 Left = 480 TabIndex = 1 Top = 0 Width = 2625 End Begin VB.Label lblVersion Alignment = 2 'Center Caption = "Version 1.0.5 - 03.05.05" BeginProperty Font Name = "Arial" Size = 7.5 Charset = 0 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 225 Left = 480 TabIndex = 2 Top = 480 Width = 2625 End End Attribute VB_Name = "frmAbout" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Declare Function ShellExecute Lib _ "shell32.dll" Alias "ShellExecuteA" _ (ByVal hWnd As Long, ByVal lpOperation _ As String, ByVal lpFile As String, ByVal _ lpParameters As String, ByVal lpDirectory _ As String, ByVal nShowCmd As Long) As Long Private Sub cmdOK_Click() frmAbout.Hide End Sub Private Sub Form_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) lblDescription.ForeColor = QBColor(0) Label8.ForeColor = QBColor(0) End Sub Private Sub Label1_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) Label8.ForeColor = QBColor(0) End Sub Private Sub Label4_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) lblDescription.ForeColor = QBColor(0) End Sub Private Sub Label5_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) lblDescription.ForeColor = QBColor(0) End Sub Private Sub Label7_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) Label8.ForeColor = QBColor(0) End Sub Private Sub Label8_Click() On Error GoTo yui SW_SHOWNORMAL = 1 ShellExecute 0&, vbNullString, "www.unipg.it/~maurip/SOFTWARE.htm", vbNullString, vbNullString, SW_SHOWNORMAL yui: End Sub Private Sub Label8_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) Label8.ForeColor = QBColor(12) End Sub Private Sub lblDescription_Click() On Error GoTo yui SW_SHOWNORMAL = 1 ShellExecute 0&, vbNullString, "www.unipg.it/~maurip/", vbNullString, vbNullString, SW_SHOWNORMAL yui: End Sub Private Sub lblDescription_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single) lblDescription.ForeColor = QBColor(12) End Sub