CopyParamCustom.dfm 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. ParentFont = True
  13. Position = poOwnerFormCenter
  14. OnCloseQuery = FormCloseQuery
  15. DesignSize = (
  16. 466
  17. 511)
  18. TextHeight = 15
  19. object OkButton: TButton
  20. Left = 206
  21. Top = 478
  22. Width = 80
  23. Height = 25
  24. Anchors = [akRight, akBottom]
  25. Caption = 'OK'
  26. Default = True
  27. ModalResult = 1
  28. TabOrder = 1
  29. end
  30. object CancelButton: TButton
  31. Left = 292
  32. Top = 478
  33. Width = 80
  34. Height = 25
  35. Anchors = [akRight, akBottom]
  36. Cancel = True
  37. Caption = 'Cancel'
  38. ModalResult = 2
  39. TabOrder = 2
  40. end
  41. inline CopyParamsFrame: TCopyParamsFrame
  42. Left = 5
  43. Top = 5
  44. Width = 456
  45. Height = 471
  46. HelpType = htKeyword
  47. TabOrder = 0
  48. end
  49. object HelpButton: TButton
  50. Left = 378
  51. Top = 478
  52. Width = 80
  53. Height = 25
  54. Anchors = [akRight, akBottom]
  55. Caption = 'Help'
  56. TabOrder = 3
  57. OnClick = HelpButtonClick
  58. end
  59. end