SelectURL.dfm 811 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. object FormSelectURL: TFormSelectURL
  2. Left = 200
  3. Top = 114
  4. BorderStyle = bsDialog
  5. Caption = 'Open URL'
  6. ClientHeight = 60
  7. ClientWidth = 299
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poScreenCenter
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object btOK: TButton
  19. Left = 0
  20. Top = 34
  21. Width = 75
  22. Height = 25
  23. Caption = '&OK'
  24. ModalResult = 1
  25. TabOrder = 0
  26. end
  27. object btCancel: TButton
  28. Left = 224
  29. Top = 34
  30. Width = 75
  31. Height = 25
  32. Caption = '&Cancel'
  33. ModalResult = 2
  34. TabOrder = 1
  35. end
  36. object URL: TEdit
  37. Left = 0
  38. Top = 2
  39. Width = 297
  40. Height = 21
  41. TabOrder = 2
  42. Text = 'mms://'
  43. end
  44. end