-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.frm
75 lines (75 loc) · 2.22 KB
/
About.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
72
73
74
75
VERSION 5.00
Begin VB.Form About
BorderStyle = 1 'Fixed Single
Caption = "About - Creator"
ClientHeight = 5460
ClientLeft = 45
ClientTop = 435
ClientWidth = 2880
BeginProperty Font
Name = "Tahoma"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Icon = "About.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 5460
ScaleWidth = 2880
StartUpPosition = 2 'CenterScreen
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = $"About.frx":038A
Height = 1095
Left = 120
TabIndex = 3
Top = 4320
Width = 2655
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = $"About.frx":0429
Height = 1095
Left = 120
TabIndex = 2
Top = 3240
Width = 2655
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "Location : Fargo, North Dakota"
Height = 255
Left = 120
TabIndex = 1
Top = 3000
Width = 2655
End
Begin VB.Label lblCreator
BackStyle = 0 'Transparent
Caption = "Creator : Kyle Wald"
Height = 255
Left = 120
TabIndex = 0
Top = 2760
Width = 2655
End
Begin VB.Image imgMe
Appearance = 0 'Flat
BorderStyle = 1 'Fixed Single
Height = 2535
Left = 120
Picture = "About.frx":04B8
Stretch = -1 'True
Top = 120
Width = 2610
End
End
Attribute VB_Name = "About"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False