CEF4Delphi/demos/ToolBoxBrowser/uChildForm.dfm
2017-05-21 17:41:10 +02:00

52 lines
1.1 KiB
Plaintext

object ChildForm: TChildForm
Left = 0
Top = 0
BorderStyle = bsToolWindow
Caption = 'Browser'
ClientHeight = 300
ClientWidth = 400
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object CEFWindowParent1: TCEFWindowParent
Left = 0
Top = 0
Width = 400
Height = 300
Align = alClient
TabOrder = 0
ExplicitLeft = 160
ExplicitTop = 88
ExplicitWidth = 100
ExplicitHeight = 41
end
object Chromium1: TChromium
OnLoadEnd = Chromium1LoadEnd
OnPreKeyEvent = Chromium1PreKeyEvent
OnKeyEvent = Chromium1KeyEvent
OnAfterCreated = Chromium1AfterCreated
OnClose = Chromium1Close
Left = 184
Top = 128
end
object Timer1: TTimer
Enabled = False
Interval = 2000
OnTimer = Timer1Timer
Left = 244
Top = 128
end
end