CEF4Delphi/demos/Delphi_VCL/WebpageSnapshot/uWebpageSnapshot.dfm

99 lines
1.9 KiB
Plaintext
Raw Normal View History

object WebpageSnapshotFrm: TWebpageSnapshotFrm
Left = 0
Top = 0
Caption = 'Web page snapshot'
2023-04-08 19:00:33 +02:00
ClientHeight = 736
ClientWidth = 1028
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
TextHeight = 13
object Image1: TImage
Left = 0
Top = 25
2023-04-08 19:00:33 +02:00
Width = 1028
2023-05-17 11:56:49 +02:00
Height = 532
Align = alClient
AutoSize = True
Center = True
Proportional = True
ExplicitLeft = 104
ExplicitTop = 112
2023-05-17 11:56:49 +02:00
ExplicitWidth = 777
ExplicitHeight = 329
end
object Splitter1: TSplitter
Left = 0
Top = 557
Width = 1028
Height = 3
Cursor = crVSplit
Align = alBottom
ExplicitTop = 25
ExplicitWidth = 535
end
object StatusBar1: TStatusBar
Left = 0
2023-04-08 19:00:33 +02:00
Top = 717
Width = 1028
Height = 19
Panels = <
item
Width = 1000
end>
2023-05-17 11:56:49 +02:00
ExplicitTop = 716
ExplicitWidth = 1024
end
object NavigationPnl: TPanel
Left = 0
Top = 0
2023-04-08 19:00:33 +02:00
Width = 1028
Height = 25
Align = alTop
BevelOuter = bvNone
Padding.Left = 2
Padding.Top = 2
Padding.Right = 2
Padding.Bottom = 2
TabOrder = 1
2023-05-17 11:56:49 +02:00
ExplicitWidth = 1024
object GoBtn: TButton
2023-05-17 11:56:49 +02:00
Left = 951
Top = 2
Width = 75
Height = 21
Align = alRight
Caption = 'Go'
TabOrder = 0
OnClick = GoBtnClick
2023-05-17 11:56:49 +02:00
ExplicitLeft = 947
end
object AddressEdt: TEdit
Left = 2
Top = 2
2023-05-17 11:56:49 +02:00
Width = 949
Height = 21
Align = alClient
TabOrder = 1
Text = 'https://www.google.com'
2023-05-17 11:56:49 +02:00
ExplicitWidth = 945
end
end
2023-05-17 11:56:49 +02:00
object Memo1: TMemo
Left = 0
Top = 560
Width = 1028
Height = 157
Align = alBottom
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 2
end
end