mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-17 08:45:56 +01:00
ab8d8ec53e
Added a status bar to SimpleFMXBrowser and FMXTabbedBrowser
128 lines
3.7 KiB
Plaintext
128 lines
3.7 KiB
Plaintext
object SimpleFMXBrowserFrm: TSimpleFMXBrowserFrm
|
|
Left = 0
|
|
Top = 0
|
|
Caption = 'Initializing browser. Please wait...'
|
|
ClientHeight = 657
|
|
ClientWidth = 1000
|
|
Position = ScreenCenter
|
|
FormFactor.Width = 320
|
|
FormFactor.Height = 480
|
|
FormFactor.Devices = [Desktop]
|
|
OnCreate = FormCreate
|
|
OnCloseQuery = FormCloseQuery
|
|
OnResize = FormResize
|
|
OnShow = FormShow
|
|
DesignerMasterStyle = 0
|
|
object AddressPnl: TPanel
|
|
Align = Top
|
|
Enabled = False
|
|
Padding.Left = 5.000000000000000000
|
|
Padding.Top = 5.000000000000000000
|
|
Padding.Right = 5.000000000000000000
|
|
Padding.Bottom = 5.000000000000000000
|
|
Size.Width = 1000.000000000000000000
|
|
Size.Height = 35.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TabOrder = 2
|
|
object AddressEdt: TEdit
|
|
Touch.InteractiveGestures = [LongTap, DoubleTap]
|
|
Align = Client
|
|
TabOrder = 0
|
|
Text = 'https://www.google.com'
|
|
Size.Width = 908.000000000000000000
|
|
Size.Height = 25.000000000000000000
|
|
Size.PlatformDefault = False
|
|
end
|
|
object Layout1: TLayout
|
|
Align = Right
|
|
Padding.Left = 5.000000000000000000
|
|
Position.X = 913.000000000000000000
|
|
Position.Y = 5.000000000000000000
|
|
Size.Width = 82.000000000000000000
|
|
Size.Height = 25.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TabOrder = 3
|
|
object GoBtn: TButton
|
|
Align = Left
|
|
Position.X = 5.000000000000000000
|
|
Size.Width = 36.000000000000000000
|
|
Size.Height = 25.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TabOrder = 0
|
|
Text = 'Go'
|
|
OnClick = GoBtnClick
|
|
end
|
|
object SnapShotBtn: TButton
|
|
Align = Right
|
|
StyledSettings = [Style, FontColor]
|
|
Position.X = 46.000000000000000000
|
|
Size.Width = 36.000000000000000000
|
|
Size.Height = 25.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TabOrder = 2
|
|
Text = #181
|
|
TextSettings.Font.Family = 'Webdings'
|
|
TextSettings.Font.Size = 24.000000000000000000
|
|
OnClick = SnapShotBtnClick
|
|
end
|
|
end
|
|
end
|
|
object Timer1: TTimer
|
|
Enabled = False
|
|
Interval = 300
|
|
OnTimer = Timer1Timer
|
|
Left = 40
|
|
Top = 129
|
|
end
|
|
object SaveDialog1: TSaveDialog
|
|
Left = 40
|
|
Top = 192
|
|
end
|
|
object BrowserLay: TLayout
|
|
Align = Client
|
|
Size.Width = 1000.000000000000000000
|
|
Size.Height = 600.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TabOrder = 7
|
|
object FocusWorkaroundBtn: TButton
|
|
Position.X = 368.000000000000000000
|
|
Position.Y = 208.000000000000000000
|
|
Size.Width = 1.000000000000000000
|
|
Size.Height = 1.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object StatusBar1: TStatusBar
|
|
Padding.Left = 3.000000000000000000
|
|
Padding.Top = 3.000000000000000000
|
|
Padding.Right = 30.000000000000000000
|
|
Padding.Bottom = 3.000000000000000000
|
|
Position.Y = 635.000000000000000000
|
|
ShowSizeGrip = True
|
|
Size.Width = 1000.000000000000000000
|
|
Size.Height = 22.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TabOrder = 1
|
|
object StatusLbl: TLabel
|
|
Align = Client
|
|
Size.Width = 967.000000000000000000
|
|
Size.Height = 16.000000000000000000
|
|
Size.PlatformDefault = False
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object FMXChromium1: TFMXChromium
|
|
OnGotFocus = FMXChromium1GotFocus
|
|
OnBeforeContextMenu = FMXChromium1BeforeContextMenu
|
|
OnContextMenuCommand = FMXChromium1ContextMenuCommand
|
|
OnStatusMessage = FMXChromium1StatusMessage
|
|
OnBeforePopup = FMXChromium1BeforePopup
|
|
OnAfterCreated = FMXChromium1AfterCreated
|
|
OnBeforeClose = FMXChromium1BeforeClose
|
|
OnClose = FMXChromium1Close
|
|
Left = 40
|
|
Top = 65
|
|
end
|
|
end
|