1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-04 21:32:54 +02:00

Rename references in demos

This commit is contained in:
martin
2021-03-20 21:10:53 +01:00
parent eec00d7da7
commit df326d4e06
6 changed files with 52 additions and 52 deletions

View File

@@ -61,13 +61,13 @@ object Form1: TForm1
Text = 'https://www.google.com'
end
end
object LazarusBrowserWindow1: TBrowserWindow
object BrowserWindow1: TBrowserWindow
Left = 0
Height = 566
Top = 23
Width = 967
Align = alClient
TabOrder = 1
OnBrowserClosed = LazarusBrowserWindow1BrowserClosed
OnBrowserClosed = BrowserWindow1BrowserClosed
end
end