forked from syntax53/Nightmare-Redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
frmLogo.frm
71 lines (70 loc) · 2.04 KB
/
frmLogo.frm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
VERSION 5.00
Begin VB.Form frmLogo
BackColor = &H00000000&
BorderStyle = 0 'None
ClientHeight = 975
ClientLeft = 0
ClientTop = 0
ClientWidth = 8430
ControlBox = 0 'False
Enabled = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
Moveable = 0 'False
ScaleHeight = 975
ScaleWidth = 8430
ShowInTaskbar = 0 'False
Begin VB.Label lblWGPath
Alignment = 1 'Right Justify
BackColor = &H00000000&
BackStyle = 0 'Transparent
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00808080&
Height = 255
Left = 120
TabIndex = 1
Top = 660
Width = 8175
End
Begin VB.Label lblVersion
Alignment = 1 'Right Justify
BackColor = &H00000000&
BackStyle = 0 'Transparent
BeginProperty Font
Name = "Arial"
Size = 27.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00808080&
Height = 555
Left = 5400
TabIndex = 0
Top = 60
Width = 2895
End
End
Attribute VB_Name = "frmLogo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Base 0
Option Explicit
Private Sub Form_Load()
TransparentForm Me
DoEvents
End Sub