| 12345678910111213141516171819202122232425262728293031 |
- object UserCardDetailViewForm: TUserCardDetailViewForm
- Left = 0
- Top = 0
- Caption = #29992#25143#35814#32454#20449#24687
- ClientHeight = 700
- ClientWidth = 416
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object chrm1: TChromium
- Left = 0
- Top = 0
- Width = 416
- Height = 700
- Align = alClient
- DefaultUrl = 'about:blank'
- TabOrder = 0
- OnBeforeContextMenu = chrm1BeforeContextMenu
- OnKeyEvent = chrm1KeyEvent
- end
- end
|