CEF4Delphi/demos/Lazarus/PopupBrowser/uChildForm.lfm

65 lines
1.7 KiB
Plaintext
Raw Normal View History

object ChildForm: TChildForm
Left = 550
Height = 256
Top = 146
Width = 352
Caption = 'Popup'
ClientHeight = 256
ClientWidth = 352
2018-10-25 19:09:24 +02:00
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
OnClose = FormClose
2018-10-25 19:09:24 +02:00
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnHide = FormHide
OnShow = FormShow
Position = poScreenCenter
ShowInTaskBar = stAlways
LCLVersion = '2.0.10.0'
2018-10-25 19:09:24 +02:00
object Panel1: TBufferPanel
Left = 0
Height = 256
2018-10-25 19:09:24 +02:00
Top = 0
Width = 352
OnIMECancelComposition = Panel1IMECancelComposition
OnIMECommitText = Panel1IMECommitText
OnIMESetComposition = Panel1IMESetComposition
2018-10-25 19:09:24 +02:00
Align = alClient
OnUTF8KeyPress = Panel1UTF8KeyPress
2018-10-25 19:09:24 +02:00
Caption = 'Panel1'
Color = clWhite
ParentColor = False
2018-10-25 19:09:24 +02:00
TabOrder = 0
TabStop = True
OnClick = Panel1Click
OnEnter = Panel1Enter
OnExit = Panel1Exit
OnMouseDown = Panel1MouseDown
OnMouseMove = Panel1MouseMove
OnMouseUp = Panel1MouseUp
OnMouseWheel = Panel1MouseWheel
OnKeyDown = Panel1KeyDown
OnKeyUp = Panel1KeyUp
2018-10-25 19:09:24 +02:00
OnResize = Panel1Resize
end
object chrmosr: TChromium
OnTitleChange = chrmosrTitleChange
2018-10-25 19:09:24 +02:00
OnTooltip = chrmosrTooltip
OnBeforePopup = chrmosrBeforePopup
OnBeforeClose = chrmosrBeforeClose
OnGetViewRect = chrmosrGetViewRect
OnGetScreenPoint = chrmosrGetScreenPoint
OnGetScreenInfo = chrmosrGetScreenInfo
OnPopupShow = chrmosrPopupShow
OnPopupSize = chrmosrPopupSize
OnPaint = chrmosrPaint
OnCursorChange = chrmosrCursorChange
OnIMECompositionRangeChanged = chrmosrIMECompositionRangeChanged
Left = 24
Top = 56
2018-10-25 19:09:24 +02:00
end
end