2019-05-19 16:08:15 +02:00
|
|
|
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'
|
2019-05-19 16:08:15 +02:00
|
|
|
OnClose = FormClose
|
2018-10-25 19:09:24 +02:00
|
|
|
OnCloseQuery = FormCloseQuery
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnDestroy = FormDestroy
|
|
|
|
OnHide = FormHide
|
|
|
|
OnShow = FormShow
|
2019-05-19 16:08:15 +02:00
|
|
|
Position = poScreenCenter
|
|
|
|
ShowInTaskBar = stAlways
|
2020-10-31 14:23:06 +01:00
|
|
|
LCLVersion = '2.0.10.0'
|
2018-10-25 19:09:24 +02:00
|
|
|
object Panel1: TBufferPanel
|
|
|
|
Left = 0
|
2019-05-19 16:08:15 +02:00
|
|
|
Height = 256
|
2018-10-25 19:09:24 +02:00
|
|
|
Top = 0
|
2019-05-19 16:08:15 +02:00
|
|
|
Width = 352
|
|
|
|
OnIMECancelComposition = Panel1IMECancelComposition
|
|
|
|
OnIMECommitText = Panel1IMECommitText
|
|
|
|
OnIMESetComposition = Panel1IMESetComposition
|
2018-10-25 19:09:24 +02:00
|
|
|
Align = alClient
|
2019-05-19 16:08:15 +02:00
|
|
|
OnUTF8KeyPress = Panel1UTF8KeyPress
|
2018-10-25 19:09:24 +02:00
|
|
|
Caption = 'Panel1'
|
2019-05-19 16:08:15 +02:00
|
|
|
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
|
2019-05-19 16:08:15 +02:00
|
|
|
OnMouseWheel = Panel1MouseWheel
|
|
|
|
OnKeyDown = Panel1KeyDown
|
|
|
|
OnKeyUp = Panel1KeyUp
|
2018-10-25 19:09:24 +02:00
|
|
|
OnResize = Panel1Resize
|
|
|
|
end
|
|
|
|
object chrmosr: TChromium
|
2019-05-19 16:08:15 +02:00
|
|
|
OnTitleChange = chrmosrTitleChange
|
2018-10-25 19:09:24 +02:00
|
|
|
OnTooltip = chrmosrTooltip
|
2020-11-22 16:42:52 +01:00
|
|
|
OnCursorChange = chrmosrCursorChange
|
2018-10-25 19:09:24 +02:00
|
|
|
OnBeforePopup = chrmosrBeforePopup
|
|
|
|
OnBeforeClose = chrmosrBeforeClose
|
|
|
|
OnGetViewRect = chrmosrGetViewRect
|
|
|
|
OnGetScreenPoint = chrmosrGetScreenPoint
|
|
|
|
OnGetScreenInfo = chrmosrGetScreenInfo
|
|
|
|
OnPopupShow = chrmosrPopupShow
|
|
|
|
OnPopupSize = chrmosrPopupSize
|
|
|
|
OnPaint = chrmosrPaint
|
2019-05-19 16:08:15 +02:00
|
|
|
OnIMECompositionRangeChanged = chrmosrIMECompositionRangeChanged
|
2020-10-31 14:23:06 +01:00
|
|
|
Left = 24
|
|
|
|
Top = 56
|
2018-10-25 19:09:24 +02:00
|
|
|
end
|
|
|
|
end
|