1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-05-13 21:46:53 +02:00

45 lines
949 B
Plaintext
Raw Normal View History

2017-05-21 19:38:32 +02:00
object MainForm: TMainForm
2024-09-03 17:26:03 +02:00
Left = -8
Height = 712
Top = -8
Width = 1380
2017-05-21 19:38:32 +02:00
BorderIcons = []
BorderStyle = bsNone
Caption = 'MainForm'
2024-09-03 17:26:03 +02:00
ClientHeight = 811
ClientWidth = 1537
2017-05-21 19:38:32 +02:00
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
FormStyle = fsStayOnTop
2018-03-31 18:08:18 +02:00
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
2017-05-21 19:38:32 +02:00
OnShow = FormShow
WindowState = wsMaximized
2017-05-21 19:38:32 +02:00
object CEFWindowParent1: TCEFWindowParent
Left = 0
2024-09-03 17:26:03 +02:00
Height = 811
2017-05-21 19:38:32 +02:00
Top = 0
2024-09-03 17:26:03 +02:00
Width = 1537
2017-05-21 19:38:32 +02:00
Align = alClient
TabOrder = 0
end
object Chromium1: TChromium
OnPreKeyEvent = Chromium1PreKeyEvent
OnKeyEvent = Chromium1KeyEvent
OnBeforePopup = Chromium1BeforePopup
OnAfterCreated = Chromium1AfterCreated
2018-03-31 18:08:18 +02:00
OnBeforeClose = Chromium1BeforeClose
2024-09-03 17:26:03 +02:00
Left = 208
Top = 120
2017-05-21 19:38:32 +02:00
end
object Timer1: TTimer
Enabled = False
Interval = 300
OnTimer = Timer1Timer
2024-09-03 17:26:03 +02:00
Left = 272
Top = 120
end
2017-05-21 19:38:32 +02:00
end