1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- object Form5: TForm5
- Left = 0
- Top = 0
- Caption = 'Form5'
- ClientHeight = 445
- ClientWidth = 708
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object btn1: TButton
- Left = 383
- Top = 352
- Width = 75
- Height = 25
- Caption = 'btn1'
- TabOrder = 0
- OnClick = btn1Click
- end
- object Chromium1: TChromium
- Left = 0
- Top = 0
- Width = 708
- Height = 445
- Align = alClient
- DefaultUrl = 'E:/'#36805#38647#19979#36733'/IWishQuery/index.html'
- TabOrder = 1
- Options.AcceleratedPaintingDisabled = False
- Options.AcceleratedFiltersDisabled = False
- Options.AcceleratedPluginsDisabled = False
- ExplicitLeft = 8
- ExplicitWidth = 369
- ExplicitHeight = 377
- end
- object FilterGraph1: TFilterGraph
- GraphEdit = False
- LinearVolume = True
- Left = 440
- Top = 48
- end
- end
|