CEF4Delphi/demos/Lazarus_Windows/FullScreenBrowser/uMainForm.lfm

47 lines
1005 B
Plaintext
Raw Normal View History

2017-05-21 19:38:32 +02:00
object MainForm: TMainForm
2019-10-01 18:47:24 +02:00
Left = 165
2019-06-16 10:31:13 +02:00
Height = 673
2019-10-01 18:47:24 +02:00
Top = 130
2019-06-16 10:31:13 +02:00
Width = 1364
2017-05-21 19:38:32 +02:00
BorderIcons = []
BorderStyle = bsNone
Caption = 'MainForm'
2019-06-16 10:31:13 +02:00
ClientHeight = 673
ClientWidth = 1364
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
LCLVersion = '2.0.6.0'
WindowState = wsMaximized
2017-05-21 19:38:32 +02:00
object CEFWindowParent1: TCEFWindowParent
Left = 0
2019-06-16 10:31:13 +02:00
Height = 673
2017-05-21 19:38:32 +02:00
Top = 0
2019-06-16 10:31:13 +02:00
Width = 1364
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
OnClose = Chromium1Close
left = 208
top = 120
2017-05-21 19:38:32 +02:00
end
object Timer1: TTimer
Enabled = False
Interval = 300
OnTimer = Timer1Timer
left = 272
top = 120
end
2017-05-21 19:38:32 +02:00
end