CopyParamCustom.dfm 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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 = 391
  10. ClientWidth = 377
  11. Color = clBtnFace
  12. Font.Charset = DEFAULT_CHARSET
  13. Font.Color = clWindowText
  14. Font.Height = -11
  15. Font.Name = 'MS Sans Serif'
  16. Font.Style = []
  17. OldCreateOrder = False
  18. Position = poMainFormCenter
  19. OnCloseQuery = FormCloseQuery
  20. DesignSize = (
  21. 377
  22. 391)
  23. PixelsPerInch = 96
  24. TextHeight = 13
  25. object OkButton: TButton
  26. Left = 125
  27. Top = 358
  28. Width = 75
  29. Height = 25
  30. Anchors = [akRight, akBottom]
  31. Caption = 'OK'
  32. Default = True
  33. ModalResult = 1
  34. TabOrder = 1
  35. end
  36. object CancelButton: TButton
  37. Left = 209
  38. Top = 358
  39. Width = 75
  40. Height = 25
  41. Anchors = [akRight, akBottom]
  42. Cancel = True
  43. Caption = 'Cancel'
  44. ModalResult = 2
  45. TabOrder = 2
  46. end
  47. inline CopyParamsFrame: TCopyParamsFrame
  48. Left = 0
  49. Top = 0
  50. Width = 377
  51. Height = 355
  52. HelpType = htKeyword
  53. TabOrder = 0
  54. end
  55. object HelpButton: TButton
  56. Left = 293
  57. Top = 358
  58. Width = 75
  59. Height = 25
  60. Anchors = [akRight, akBottom]
  61. Caption = 'Help'
  62. TabOrder = 3
  63. OnClick = HelpButtonClick
  64. end
  65. end