home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{54E91B3E-3171-11D3-977A-96567B857403}#2.0#0"; "AMCLABEL.OCX"
- Begin VB.Form frmSplash
- BackColor = &H00000000&
- BorderStyle = 3 'Fixed Dialog
- ClientHeight = 4245
- ClientLeft = 255
- ClientTop = 1410
- ClientWidth = 7380
- ClipControls = 0 'False
- ControlBox = 0 'False
- Icon = "frmSplash.frx":0000
- KeyPreview = -1 'True
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 4245
- ScaleWidth = 7380
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Begin PAMCLabel.AMCLabel AMCLabel1
- Height = 1035
- Left = 840
- Top = 1680
- Width = 5655
- _ExtentX = 9975
- _ExtentY = 1826
- Caption = "HangMan V1.0.0"
- BorderStyle = 4
- CaptionAlign = 1
- CaptionShadowStyle= 1
- CaptionShadowColor= 8421504
- CaptionBehaviour= 1
- CaptionHighLightColor= 16777215
- CaptionMouseOverColor= 16776960
- OutLine = -1 'True
- ForeColor = 33023
- BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
- Name = "Arial"
- Size = 36
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- End
- Begin VB.Label Label4
- BackStyle = 0 'Transparent
- Caption = $"frmSplash.frx":000C
- Height = 495
- Left = 840
- TabIndex = 3
- Top = 2880
- Width = 5655
- End
- Begin VB.Label Label3
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "TonysComp@Europe.com"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 700
- Underline = -1 'True
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00FF0000&
- Height = 195
- Left = 2880
- MouseIcon = "frmSplash.frx":009C
- MousePointer = 99 'Custom
- TabIndex = 2
- Top = 3480
- Width = 2175
- End
- Begin VB.Label Label2
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "Email:"
- Height = 195
- Left = 2400
- TabIndex = 1
- Top = 3480
- Width = 420
- End
- Begin VB.Image Image1
- Height = 1050
- Left = 1200
- Picture = "frmSplash.frx":04DE
- Top = 240
- Width = 4815
- End
- Begin VB.Label Label1
- BackColor = &H00FFFFFF&
- BorderStyle = 1 'Fixed Single
- Height = 3975
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 7095
- End
- Attribute VB_Name = "frmSplash"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub AMCLabel1_Click()
- End
- End Sub
- Private Sub Form_KeyPress(KeyAscii As Integer)
- Form1.Enabled = True
- End
- End Sub
- Private Sub Form_Load()
- Form1.Enabled = False
- End Sub
- Private Sub Frame1_Click()
- Unload Me
- End Sub
- Private Sub lblLicenseTo_Click()
- End Sub
- Private Sub Label1_Click()
- End
- End Sub
- Private Sub Label3_Click()
- Shell "start mailto:someaddy@whatever.com", vbHide
- 'SendMail(Recipiants, Subject, Message)
- End Sub
-