-
Notifications
You must be signed in to change notification settings - Fork 6
/
uChildForm.dfm
55 lines (55 loc) · 1.31 KB
/
uChildForm.dfm
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
object ChildForm: TChildForm
Left = 0
Top = 0
Caption = 'ChildForm'
ClientHeight = 441
ClientWidth = 624
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnResize = FormResize
OnShow = FormShow
TextHeight = 15
object WVWindowParent1: TWVWindowParent
Left = 0
Top = 0
Width = 624
Height = 422
Align = alClient
Color = clNone
TabOrder = 0
Browser = WVBrowser1
ExplicitWidth = 618
ExplicitHeight = 413
end
object StatusBar1: TStatusBar
Left = 0
Top = 422
Width = 624
Height = 19
Cursor = crHandPoint
Panels = <
item
Width = 50
end>
OnDblClick = StatusBar1DblClick
ExplicitTop = 413
ExplicitWidth = 618
end
object WVBrowser1: TWVBrowser
TargetCompatibleBrowserVersion = '95.0.1020.44'
AllowSingleSignOnUsingOSPrimaryAccount = False
OnAfterCreated = WVBrowser1AfterCreated
OnDocumentTitleChanged = WVBrowser1DocumentTitleChanged
OnNewWindowRequested = WVBrowser1NewWindowRequested
OnWindowCloseRequested = WVBrowser1WindowCloseRequested
Left = 144
Top = 168
end
end