-
Notifications
You must be signed in to change notification settings - Fork 0
/
frmModelWebsite.frm
40 lines (40 loc) · 1.17 KB
/
frmModelWebsite.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
VERSION 5.00
Begin VB.Form frmModelWebsite
BorderStyle = 1 'Fixed Single
Caption = "Form1"
ClientHeight = 10650
ClientLeft = 45
ClientTop = 390
ClientWidth = 15795
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 10650
ScaleWidth = 15795
StartUpPosition = 2 'CenterScreen
Begin VB.Label lblTitle
Alignment = 2 'Center
BeginProperty Font
Name = "Javanese Text"
Size = 24
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 735
Left = 240
TabIndex = 0
Top = 0
Width = 15255
End
End
Attribute VB_Name = "frmModelWebsite"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public Sub NavigateToLink(link As String)
webPage.Navigate link
End Sub