AudioCase.dfm 995 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. object Form5: TForm5
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form5'
  5. ClientHeight = 445
  6. ClientWidth = 708
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object btn1: TButton
  17. Left = 383
  18. Top = 352
  19. Width = 75
  20. Height = 25
  21. Caption = 'btn1'
  22. TabOrder = 0
  23. OnClick = btn1Click
  24. end
  25. object Chromium1: TChromium
  26. Left = 0
  27. Top = 0
  28. Width = 708
  29. Height = 445
  30. Align = alClient
  31. DefaultUrl = 'E:/'#36805#38647#19979#36733'/IWishQuery/index.html'
  32. TabOrder = 1
  33. Options.AcceleratedPaintingDisabled = False
  34. Options.AcceleratedFiltersDisabled = False
  35. Options.AcceleratedPluginsDisabled = False
  36. ExplicitLeft = 8
  37. ExplicitWidth = 369
  38. ExplicitHeight = 377
  39. end
  40. object FilterGraph1: TFilterGraph
  41. GraphEdit = False
  42. LinearVolume = True
  43. Left = 440
  44. Top = 48
  45. end
  46. end