| 12345678910111213141516171819202122232425262728293031323334353637 |
- object AppCentreForm: TAppCentreForm
- Left = 0
- Top = 0
- BorderStyle = bsNone
- Caption = #24212#29992#20013#24515
- ClientHeight = 586
- ClientWidth = 829
- Color = clWhite
- Constraints.MinHeight = 586
- Constraints.MinWidth = 643
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Padding.Left = 3
- Padding.Top = 30
- Padding.Right = 4
- Padding.Bottom = 4
- OldCreateOrder = False
- OnCloseQuery = FormCloseQuery
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object chrm1: TChromium
- Left = 3
- Top = 30
- Width = 822
- Height = 552
- Align = alClient
- DefaultUrl = 'about:blank'
- TabOrder = 0
- OnProcessMessageReceived = chrm1ProcessMessageReceived
- OnKeyEvent = chrm1KeyEvent
- end
- end
|