-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathuframeChrome.dfm
71 lines (71 loc) · 1.66 KB
/
uframeChrome.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
object frameChrome: TframeChrome
Left = 0
Top = 0
Width = 798
Height = 572
DoubleBuffered = False
ParentDoubleBuffered = False
TabOrder = 0
object Splitter1: TSplitter
Left = 695
Top = 0
Height = 572
Align = alRight
Visible = False
ExplicitLeft = 551
ExplicitTop = -425
ExplicitHeight = 781
end
object CEFWindowParent1: TCEFWindowParent
Left = 0
Top = 0
Width = 695
Height = 572
Align = alClient
TabOrder = 0
DoubleBuffered = False
ParentDoubleBuffered = False
end
object DevTools: TCEFWindowParent
Left = 698
Top = 0
Width = 100
Height = 572
Align = alRight
TabOrder = 1
Visible = False
end
object Chromium1: TChromium
OnProcessMessageReceived = Chromium1ProcessMessageReceived
OnBeforeContextMenu = Chromium1BeforeContextMenu
OnContextMenuCommand = Chromium1ContextMenuCommand
OnPreKeyEvent = Chromium1PreKeyEvent
OnKeyEvent = Chromium1KeyEvent
OnJsdialog = Chromium1Jsdialog
OnBeforePopup = Chromium1BeforePopup
OnAfterCreated = Chromium1AfterCreated
OnBeforeClose = Chromium1BeforeClose
OnClose = Chromium1Close
OnBeforeBrowse = Chromium1BeforeBrowse
OnFileDialog = Chromium1FileDialog
Left = 72
Top = 144
end
object Timer1: TTimer
Enabled = False
Interval = 300
OnTimer = Timer1Timer
Left = 72
Top = 192
end
object OpenDialog1: TOpenDialog
Options = [ofHideReadOnly, ofAllowMultiSelect, ofFileMustExist, ofEnableSizing]
Left = 72
Top = 232
end
object ApplicationEvents1: TApplicationEvents
OnMessage = ApplicationEvents1Message
Left = 72
Top = 272
end
end