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

45 lines
949 B
Plaintext

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