2020-12-13 18:36:10 +01:00
|
|
|
object WebpageSnapshotFrm: TWebpageSnapshotFrm
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
|
|
|
Caption = 'Web page snapshot'
|
2020-12-18 16:51:02 +01:00
|
|
|
ClientHeight = 737
|
|
|
|
ClientWidth = 1032
|
2020-12-13 18:36:10 +01:00
|
|
|
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
|
2020-12-18 16:51:02 +01:00
|
|
|
Width = 1032
|
|
|
|
Height = 693
|
2020-12-13 18:36:10 +01:00
|
|
|
Align = alClient
|
|
|
|
AutoSize = True
|
|
|
|
Center = True
|
|
|
|
Proportional = True
|
|
|
|
ExplicitLeft = 104
|
|
|
|
ExplicitTop = 112
|
|
|
|
ExplicitWidth = 105
|
|
|
|
ExplicitHeight = 105
|
|
|
|
end
|
|
|
|
object StatusBar1: TStatusBar
|
|
|
|
Left = 0
|
2020-12-18 16:51:02 +01:00
|
|
|
Top = 718
|
|
|
|
Width = 1032
|
2020-12-13 18:36:10 +01:00
|
|
|
Height = 19
|
|
|
|
Panels = <
|
|
|
|
item
|
|
|
|
Width = 1000
|
|
|
|
end>
|
|
|
|
end
|
|
|
|
object NavigationPnl: TPanel
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
2020-12-18 16:51:02 +01:00
|
|
|
Width = 1032
|
2020-12-13 18:36:10 +01:00
|
|
|
Height = 25
|
|
|
|
Align = alTop
|
|
|
|
BevelOuter = bvNone
|
|
|
|
Padding.Left = 2
|
|
|
|
Padding.Top = 2
|
|
|
|
Padding.Right = 2
|
|
|
|
Padding.Bottom = 2
|
|
|
|
TabOrder = 1
|
|
|
|
object GoBtn: TButton
|
2020-12-18 16:51:02 +01:00
|
|
|
Left = 955
|
2020-12-13 18:36:10 +01:00
|
|
|
Top = 2
|
|
|
|
Width = 75
|
|
|
|
Height = 21
|
|
|
|
Align = alRight
|
|
|
|
Caption = 'Go'
|
|
|
|
TabOrder = 0
|
|
|
|
OnClick = GoBtnClick
|
|
|
|
end
|
|
|
|
object AddressEdt: TEdit
|
|
|
|
Left = 2
|
|
|
|
Top = 2
|
2020-12-18 16:51:02 +01:00
|
|
|
Width = 953
|
2020-12-13 18:36:10 +01:00
|
|
|
Height = 21
|
|
|
|
Align = alClient
|
|
|
|
TabOrder = 1
|
|
|
|
Text = 'https://www.google.com'
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|