| 123456789101112131415161718192021222324 |
- object DevToolChromeForm: TDevToolChromeForm
- Left = 0
- Top = 0
- Caption = 'DevToolChromeForm'
- ClientHeight = 746
- ClientWidth = 858
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object chrmdvtls1: TChromiumDevTools
- Left = 0
- Top = 0
- Width = 858
- Height = 746
- Align = alClient
- end
- end
|