mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 16:25:57 +01:00
76 lines
1.4 KiB
Plaintext
76 lines
1.4 KiB
Plaintext
|
object WebpageSnapshotFrm: TWebpageSnapshotFrm
|
||
|
Left = 0
|
||
|
Top = 0
|
||
|
Caption = 'Web page snapshot'
|
||
|
ClientHeight = 486
|
||
|
ClientWidth = 711
|
||
|
Color = clBtnFace
|
||
|
Font.Charset = DEFAULT_CHARSET
|
||
|
Font.Color = clWindowText
|
||
|
Font.Height = -11
|
||
|
Font.Name = 'Tahoma'
|
||
|
Font.Style = []
|
||
|
OldCreateOrder = False
|
||
|
Position = poScreenCenter
|
||
|
OnCloseQuery = FormCloseQuery
|
||
|
OnCreate = FormCreate
|
||
|
PixelsPerInch = 96
|
||
|
TextHeight = 13
|
||
|
object Image1: TImage
|
||
|
Left = 0
|
||
|
Top = 25
|
||
|
Width = 711
|
||
|
Height = 442
|
||
|
Align = alClient
|
||
|
AutoSize = True
|
||
|
Center = True
|
||
|
Proportional = True
|
||
|
ExplicitLeft = 104
|
||
|
ExplicitTop = 112
|
||
|
ExplicitWidth = 105
|
||
|
ExplicitHeight = 105
|
||
|
end
|
||
|
object StatusBar1: TStatusBar
|
||
|
Left = 0
|
||
|
Top = 467
|
||
|
Width = 711
|
||
|
Height = 19
|
||
|
Panels = <
|
||
|
item
|
||
|
Width = 1000
|
||
|
end>
|
||
|
end
|
||
|
object NavigationPnl: TPanel
|
||
|
Left = 0
|
||
|
Top = 0
|
||
|
Width = 711
|
||
|
Height = 25
|
||
|
Align = alTop
|
||
|
BevelOuter = bvNone
|
||
|
Padding.Left = 2
|
||
|
Padding.Top = 2
|
||
|
Padding.Right = 2
|
||
|
Padding.Bottom = 2
|
||
|
TabOrder = 1
|
||
|
object GoBtn: TButton
|
||
|
Left = 634
|
||
|
Top = 2
|
||
|
Width = 75
|
||
|
Height = 21
|
||
|
Align = alRight
|
||
|
Caption = 'Go'
|
||
|
TabOrder = 0
|
||
|
OnClick = GoBtnClick
|
||
|
end
|
||
|
object AddressEdt: TEdit
|
||
|
Left = 2
|
||
|
Top = 2
|
||
|
Width = 632
|
||
|
Height = 21
|
||
|
Align = alClient
|
||
|
TabOrder = 1
|
||
|
Text = 'https://www.google.com'
|
||
|
end
|
||
|
end
|
||
|
end
|