CEF4Delphi/demos/Lazarus_Linux_GTK3/OSRExternalPumpBrowser/uosrexternalpumpbrowser.lfm
salvadordf 7f3e3415ef Added partial GTK3 support
Converted the OSRExternalPumpBrowser demo to GTK3
Converted the TinyBrowser demo to GTK3
Converted the TinyBrowser2 demo to GTK3
Moved all Lazarus demos for Linux to the Lazarus_Linux_GTK2 directory
Fixed the Copy.CEF.DLLs tool thanks to fraurino
2022-06-25 16:41:34 +02:00

103 lines
2.4 KiB
Plaintext

object Form1: TForm1
Left = 518
Height = 630
Top = 252
Width = 1001
Caption = ' Initializing browser. Please wait...'
ClientHeight = 630
ClientWidth = 1001
OnActivate = FormActivate
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnHide = FormHide
OnShow = FormShow
LCLVersion = '2.2.2.0'
object AddressPnl: TPanel
Left = 0
Height = 30
Top = 0
Width = 1001
Align = alTop
ClientHeight = 30
ClientWidth = 1001
Enabled = False
TabOrder = 1
object AddressEdt: TEdit
Left = 1
Height = 28
Top = 1
Width = 929
Align = alClient
AutoSelect = False
OnEnter = AddressEdtEnter
TabOrder = 0
Text = 'https://www.google.com'
end
object GoBtn: TButton
Left = 930
Height = 28
Top = 1
Width = 70
Align = alRight
Caption = 'Go'
OnClick = GoBtnClick
OnEnter = GoBtnEnter
TabOrder = 1
end
end
object Panel1: TBufferPanel
Left = 0
Height = 600
Top = 30
Width = 1001
Align = alClient
Caption = 'Panel1'
Color = clWhite
ParentColor = False
TabOrder = 0
OnClick = Panel1Click
OnMouseDown = Panel1MouseDown
OnMouseMove = Panel1MouseMove
OnMouseUp = Panel1MouseUp
OnMouseWheel = Panel1MouseWheel
OnResize = Panel1Resize
OnMouseEnter = Panel1MouseEnter
OnMouseLeave = Panel1MouseLeave
object FocusWorkaroundEdt: TEdit
Left = -9000
Height = 19
Top = -9000
Width = 80
BorderStyle = bsNone
OnEnter = FocusWorkaroundEdtEnter
OnExit = FocusWorkaroundEdtExit
ReadOnly = True
TabOrder = 0
end
end
object Chromium1: TChromium
OnTooltip = Chromium1Tooltip
OnCursorChange = Chromium1CursorChange
OnBeforePopup = Chromium1BeforePopup
OnAfterCreated = Chromium1AfterCreated
OnBeforeClose = Chromium1BeforeClose
OnOpenUrlFromTab = Chromium1OpenUrlFromTab
OnGetViewRect = Chromium1GetViewRect
OnGetScreenPoint = Chromium1GetScreenPoint
OnGetScreenInfo = Chromium1GetScreenInfo
OnPopupShow = Chromium1PopupShow
OnPopupSize = Chromium1PopupSize
OnPaint = Chromium1Paint
Left = 48
Top = 72
end
object SaveDialog1: TSaveDialog
Title = 'Save screenshot bitmap as'
DefaultExt = '.bmp'
Filter = 'Bitmap file|*.bmp'
Left = 48
Top = 152
end
end