mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 08:15:55 +01:00
13c427fc24
- Added an extra call to TCEFWindowParent.UpdateSize to the demos when the browser is fully created. - Also added a fix for Delphi 10.2 compatibility in the SchemeRegistrationBrowser.
37 lines
768 B
Plaintext
37 lines
768 B
Plaintext
object MainForm: TMainForm
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = []
|
|
BorderStyle = bsNone
|
|
Caption = 'MainForm'
|
|
ClientHeight = 288
|
|
ClientWidth = 434
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
OldCreateOrder = False
|
|
WindowState = wsMaximized
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object CEFWindowParent1: TCEFWindowParent
|
|
Left = 0
|
|
Top = 0
|
|
Width = 434
|
|
Height = 288
|
|
Align = alClient
|
|
TabOrder = 0
|
|
end
|
|
object Chromium1: TChromium
|
|
OnPreKeyEvent = Chromium1PreKeyEvent
|
|
OnKeyEvent = Chromium1KeyEvent
|
|
OnAfterCreated = Chromium1AfterCreated
|
|
Left = 208
|
|
Top = 120
|
|
end
|
|
end
|