CEF4Delphi/demos/Lazarus_Windows/TabbedBrowser2/uMainForm.lfm
Salvador Díaz Fau b0259524c5 Update to CEF 91.1.21
The TabbedBrowser2 demo for Windows can now open new tabs without losing the POST data.
2021-06-20 13:08:37 +02:00

67 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

object MainForm: TMainForm
Left = 0
Top = 0
Caption = 'Initializing. Please, wait...'
ClientHeight = 703
ClientWidth = 991
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
object BrowserPageCtrl: TPageControl
Left = 32
Top = 0
Width = 959
Height = 703
Align = alClient
TabOrder = 0
TabWidth = 150
end
object ButtonPnl: TPanel
Left = 0
Top = 0
Width = 32
Height = 703
Align = alLeft
BevelOuter = bvNone
Enabled = False
TabOrder = 1
object AddTabBtn: TSpeedButton
Left = 1
Top = 1
Width = 26
Height = 26
Caption = '+'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Arial Black'
Font.Style = []
ParentFont = False
OnClick = AddTabBtnClick
end
object RemoveTabBtn: TSpeedButton
Left = 1
Top = 30
Width = 26
Height = 26
Caption = ''
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'Arial Black'
Font.Style = []
ParentFont = False
OnClick = RemoveTabBtnClick
end
end
end