| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- object UserCardViewForm: TUserCardViewForm
- Left = 0
- Top = 0
- Caption = #29992#25143#21517#29255
- ClientHeight = 176
- ClientWidth = 272
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object chrm1: TChromium
- Left = 0
- Top = 0
- Width = 272
- Height = 176
- Align = alClient
- DefaultUrl = 'about:blank'
- TabOrder = 0
- OnBeforeContextMenu = chrm1BeforeContextMenu
- OnKeyEvent = chrm1KeyEvent
- end
- object tmrForClose: TTimer
- Enabled = False
- Interval = 100
- OnTimer = tmrForCloseTimer
- Left = 232
- Top = 144
- end
- object tmrForGoTop: TTimer
- Enabled = False
- Interval = 10
- OnTimer = tmrForGoTopTimer
- Left = 200
- Top = 144
- end
- end
|