CopyParamCustom.dfm 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. object CopyParamCustomDialog: TCopyParamCustomDialog
  2. Left = 374
  3. Top = 167
  4. HelpType = htKeyword
  5. HelpKeyword = 'ui_transfer_custom'
  6. BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7. BorderStyle = bsDialog
  8. Caption = 'Transfer settings'
  9. ClientHeight = 511
  10. ClientWidth = 466
  11. Color = clBtnFace
  12. Font.Charset = DEFAULT_CHARSET
  13. Font.Color = clWindowText
  14. Font.Height = -12
  15. Font.Name = 'Segoe UI'
  16. Font.Style = []
  17. Position = poOwnerFormCenter
  18. OnCloseQuery = FormCloseQuery
  19. DesignSize = (
  20. 466
  21. 511)
  22. TextHeight = 15
  23. object OkButton: TButton
  24. Left = 206
  25. Top = 478
  26. Width = 80
  27. Height = 25
  28. Anchors = [akRight, akBottom]
  29. Caption = 'OK'
  30. Default = True
  31. ModalResult = 1
  32. TabOrder = 1
  33. end
  34. object CancelButton: TButton
  35. Left = 292
  36. Top = 478
  37. Width = 80
  38. Height = 25
  39. Anchors = [akRight, akBottom]
  40. Cancel = True
  41. Caption = 'Cancel'
  42. ModalResult = 2
  43. TabOrder = 2
  44. end
  45. inline CopyParamsFrame: TCopyParamsFrame
  46. Left = 5
  47. Top = 5
  48. Width = 456
  49. Height = 471
  50. HelpType = htKeyword
  51. TabOrder = 0
  52. end
  53. object HelpButton: TButton
  54. Left = 378
  55. Top = 478
  56. Width = 80
  57. Height = 25
  58. Anchors = [akRight, akBottom]
  59. Caption = 'Help'
  60. TabOrder = 3
  61. OnClick = HelpButtonClick
  62. end
  63. end