| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- object CACaseFrm: TCACaseFrm
- Left = 0
- Top = 0
- Caption = 'CACaseFrm'
- ClientHeight = 342
- ClientWidth = 455
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object btn1: TButton
- Left = 372
- Top = 8
- Width = 75
- Height = 25
- Caption = 'btn1'
- TabOrder = 0
- OnClick = btn1Click
- end
- object btn2: TBitBtn
- Left = 372
- Top = 39
- Width = 75
- Height = 25
- Caption = 'btn2'
- TabOrder = 1
- OnClick = btn2Click
- end
- object btn3: TBitBtn
- Left = 372
- Top = 70
- Width = 75
- Height = 25
- Caption = 'btn3'
- TabOrder = 2
- OnClick = btn3Click
- end
- object btn4: TBitBtn
- Left = 372
- Top = 101
- Width = 75
- Height = 25
- Caption = 'btn4'
- TabOrder = 3
- OnClick = btn4Click
- end
- object wbrwsrwth1: TWebBrowserWithUI
- Left = 8
- Top = 22
- Width = 300
- Height = 227
- TabOrder = 4
- UISettings.EnableScrollBars = True
- UISettings.EnableFlatScrollBars = True
- UISettings.EnableContextMenu = True
- UISettings.Enable3DBorder = False
- ControlData = {
- 4C000000021F0000761700000000000000000000000000000000000000000000
- 000000004C000000000000000000000001000000E0D057007335CF11AE690800
- 2B2E126208000000000000004C0000000114020000000000C000000000000046
- 8000000000000000000000000000000000000000000000000000000000000000
- 00000000000000000100000000000000000000000000000000000000}
- end
- end
|