2017-01-27 18:14:48 +01:00
|
|
|
object Form1: TForm1
|
|
|
|
Left = 0
|
|
|
|
Top = 0
|
2017-11-16 12:49:15 +01:00
|
|
|
Caption = 'Simple OSR Browser - Initializing browser. Please wait...'
|
2018-07-29 10:58:26 +02:00
|
|
|
ClientHeight = 668
|
|
|
|
ClientWidth = 988
|
2017-01-27 18:14:48 +01:00
|
|
|
Color = clBtnFace
|
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'Tahoma'
|
|
|
|
Font.Style = []
|
|
|
|
OldCreateOrder = False
|
2017-07-12 17:00:34 +02:00
|
|
|
Position = poScreenCenter
|
2017-04-24 12:57:16 +02:00
|
|
|
OnAfterMonitorDpiChanged = FormAfterMonitorDpiChanged
|
2018-02-19 13:35:01 +01:00
|
|
|
OnCloseQuery = FormCloseQuery
|
2017-11-16 12:49:15 +01:00
|
|
|
OnCreate = FormCreate
|
2017-07-18 17:50:28 +02:00
|
|
|
OnDestroy = FormDestroy
|
|
|
|
OnHide = FormHide
|
2017-01-27 18:14:48 +01:00
|
|
|
OnShow = FormShow
|
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
2017-07-18 17:50:28 +02:00
|
|
|
object NavControlPnl: TPanel
|
2017-01-27 18:14:48 +01:00
|
|
|
Left = 0
|
|
|
|
Top = 0
|
2018-07-29 10:58:26 +02:00
|
|
|
Width = 988
|
2017-01-27 18:14:48 +01:00
|
|
|
Height = 30
|
|
|
|
Align = alTop
|
|
|
|
BevelOuter = bvNone
|
2017-07-18 17:50:28 +02:00
|
|
|
Enabled = False
|
2017-01-27 18:14:48 +01:00
|
|
|
Padding.Left = 5
|
|
|
|
Padding.Top = 5
|
|
|
|
Padding.Right = 5
|
|
|
|
Padding.Bottom = 5
|
2017-11-16 12:49:15 +01:00
|
|
|
TabOrder = 0
|
2017-07-18 17:50:28 +02:00
|
|
|
object ComboBox1: TComboBox
|
|
|
|
Left = 5
|
|
|
|
Top = 5
|
2019-02-20 12:44:07 +01:00
|
|
|
Width = 907
|
2017-07-18 17:50:28 +02:00
|
|
|
Height = 21
|
|
|
|
Align = alClient
|
|
|
|
ItemIndex = 0
|
|
|
|
TabOrder = 0
|
|
|
|
Text = 'https://www.google.com'
|
2017-11-13 18:32:48 +01:00
|
|
|
OnEnter = ComboBox1Enter
|
2017-07-18 17:50:28 +02:00
|
|
|
Items.Strings = (
|
|
|
|
'https://www.google.com'
|
2017-11-16 12:49:15 +01:00
|
|
|
'https://html5demos.com/drag'
|
|
|
|
|
|
|
|
'https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_selec' +
|
2017-11-19 11:30:26 +01:00
|
|
|
't_form'
|
2017-12-05 10:02:07 +01:00
|
|
|
'https://www.briskbard.com'
|
2019-02-20 12:44:07 +01:00
|
|
|
'https://frames-per-second.appspot.com/'
|
|
|
|
'file:///transparency.html')
|
2017-01-27 18:14:48 +01:00
|
|
|
end
|
2017-07-28 12:47:57 +02:00
|
|
|
object Panel2: TPanel
|
2019-02-20 12:44:07 +01:00
|
|
|
Left = 912
|
2017-07-28 12:47:57 +02:00
|
|
|
Top = 5
|
2019-02-20 12:44:07 +01:00
|
|
|
Width = 71
|
2017-07-28 12:47:57 +02:00
|
|
|
Height = 20
|
|
|
|
Margins.Left = 2
|
|
|
|
Margins.Top = 2
|
|
|
|
Margins.Right = 2
|
|
|
|
Margins.Bottom = 2
|
|
|
|
Align = alRight
|
|
|
|
BevelOuter = bvNone
|
2017-09-07 10:58:09 +02:00
|
|
|
Padding.Left = 4
|
2017-07-28 12:47:57 +02:00
|
|
|
TabOrder = 1
|
|
|
|
object GoBtn: TButton
|
|
|
|
Left = 4
|
|
|
|
Top = 0
|
|
|
|
Width = 31
|
|
|
|
Height = 20
|
|
|
|
Margins.Left = 5
|
2017-09-07 10:58:09 +02:00
|
|
|
Align = alLeft
|
2017-07-28 12:47:57 +02:00
|
|
|
Caption = 'Go'
|
|
|
|
TabOrder = 0
|
|
|
|
OnClick = GoBtnClick
|
2017-11-13 18:32:48 +01:00
|
|
|
OnEnter = GoBtnEnter
|
2017-07-28 12:47:57 +02:00
|
|
|
end
|
2017-09-07 10:58:09 +02:00
|
|
|
object SnapshotBtn: TButton
|
2019-02-20 12:44:07 +01:00
|
|
|
Left = 40
|
2017-09-07 10:58:09 +02:00
|
|
|
Top = 0
|
|
|
|
Width = 31
|
|
|
|
Height = 20
|
|
|
|
Hint = 'Take snapshot'
|
|
|
|
Margins.Left = 5
|
|
|
|
Align = alRight
|
|
|
|
Caption = #181
|
|
|
|
Font.Charset = SYMBOL_CHARSET
|
|
|
|
Font.Color = clWindowText
|
|
|
|
Font.Height = -24
|
|
|
|
Font.Name = 'Webdings'
|
|
|
|
Font.Style = []
|
|
|
|
ParentFont = False
|
|
|
|
ParentShowHint = False
|
|
|
|
ShowHint = True
|
|
|
|
TabOrder = 1
|
|
|
|
OnClick = SnapshotBtnClick
|
2017-11-13 18:32:48 +01:00
|
|
|
OnEnter = SnapshotBtnEnter
|
2018-07-29 10:58:26 +02:00
|
|
|
end
|
2017-07-28 12:47:57 +02:00
|
|
|
end
|
2017-01-27 18:14:48 +01:00
|
|
|
end
|
2017-11-16 12:49:15 +01:00
|
|
|
object Panel1: TBufferPanel
|
2017-01-27 18:14:48 +01:00
|
|
|
Left = 0
|
|
|
|
Top = 30
|
2018-07-29 10:58:26 +02:00
|
|
|
Width = 988
|
2018-08-20 18:39:43 +02:00
|
|
|
Height = 638
|
2019-01-08 19:15:25 +01:00
|
|
|
OnIMECancelComposition = Panel1IMECancelComposition
|
|
|
|
OnIMECommitText = Panel1IMECommitText
|
|
|
|
OnIMESetComposition = Panel1IMESetComposition
|
2019-02-20 12:44:07 +01:00
|
|
|
OnPaintParentBkg = Panel1PaintParentBkg
|
2017-01-27 18:14:48 +01:00
|
|
|
Align = alClient
|
2019-02-20 12:44:07 +01:00
|
|
|
Ctl3D = False
|
|
|
|
ParentCtl3D = False
|
|
|
|
BevelOuter = bvNone
|
2017-11-16 12:49:15 +01:00
|
|
|
TabOrder = 1
|
2017-12-05 10:02:07 +01:00
|
|
|
TabStop = True
|
2017-11-16 12:49:15 +01:00
|
|
|
OnClick = Panel1Click
|
2017-07-18 17:50:28 +02:00
|
|
|
OnEnter = Panel1Enter
|
|
|
|
OnExit = Panel1Exit
|
2017-11-16 12:49:15 +01:00
|
|
|
OnMouseDown = Panel1MouseDown
|
|
|
|
OnMouseMove = Panel1MouseMove
|
|
|
|
OnMouseUp = Panel1MouseUp
|
|
|
|
OnResize = Panel1Resize
|
2017-11-19 11:30:26 +01:00
|
|
|
OnMouseLeave = Panel1MouseLeave
|
2018-07-29 10:58:26 +02:00
|
|
|
end
|
2017-01-27 18:14:48 +01:00
|
|
|
object chrmosr: TChromium
|
2018-02-01 18:57:54 +01:00
|
|
|
OnTooltip = chrmosrTooltip
|
2018-02-16 18:41:13 +01:00
|
|
|
OnBeforePopup = chrmosrBeforePopup
|
2017-07-18 17:50:28 +02:00
|
|
|
OnAfterCreated = chrmosrAfterCreated
|
2018-02-19 13:35:01 +01:00
|
|
|
OnBeforeClose = chrmosrBeforeClose
|
2017-01-27 18:14:48 +01:00
|
|
|
OnGetViewRect = chrmosrGetViewRect
|
|
|
|
OnGetScreenPoint = chrmosrGetScreenPoint
|
2017-07-28 12:47:57 +02:00
|
|
|
OnGetScreenInfo = chrmosrGetScreenInfo
|
2017-04-24 12:57:16 +02:00
|
|
|
OnPopupShow = chrmosrPopupShow
|
|
|
|
OnPopupSize = chrmosrPopupSize
|
2017-01-27 18:14:48 +01:00
|
|
|
OnPaint = chrmosrPaint
|
|
|
|
OnCursorChange = chrmosrCursorChange
|
2019-01-08 19:15:25 +01:00
|
|
|
OnIMECompositionRangeChanged = chrmosrIMECompositionRangeChanged
|
2017-07-12 17:00:34 +02:00
|
|
|
Left = 24
|
|
|
|
Top = 56
|
2017-01-27 18:14:48 +01:00
|
|
|
end
|
|
|
|
object AppEvents: TApplicationEvents
|
|
|
|
OnMessage = AppEventsMessage
|
2017-07-12 17:00:34 +02:00
|
|
|
Left = 24
|
|
|
|
Top = 128
|
2017-01-27 18:14:48 +01:00
|
|
|
end
|
2017-09-07 10:58:09 +02:00
|
|
|
object SaveDialog1: TSaveDialog
|
|
|
|
DefaultExt = 'bmp'
|
|
|
|
Filter = 'Bitmap files (*.bmp)|*.BMP'
|
|
|
|
Title = 'Save snapshot'
|
2017-11-04 18:32:29 +01:00
|
|
|
Left = 24
|
|
|
|
Top = 278
|
|
|
|
end
|
|
|
|
object Timer1: TTimer
|
|
|
|
Enabled = False
|
|
|
|
Interval = 300
|
|
|
|
OnTimer = Timer1Timer
|
|
|
|
Left = 24
|
|
|
|
Top = 206
|
2017-09-07 10:58:09 +02:00
|
|
|
end
|
2017-01-27 18:14:48 +01:00
|
|
|
end
|