123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- object CopyParamCustomDialog: TCopyParamCustomDialog
- Left = 374
- Top = 167
- HelpType = htKeyword
- HelpKeyword = 'ui_transfer_custom'
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Transfer settings'
- ClientHeight = 511
- ClientWidth = 466
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Segoe UI'
- Font.Style = []
- Position = poOwnerFormCenter
- OnCloseQuery = FormCloseQuery
- DesignSize = (
- 466
- 511)
- TextHeight = 15
- object OkButton: TButton
- Left = 206
- Top = 478
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 292
- Top = 478
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- inline CopyParamsFrame: TCopyParamsFrame
- Left = 5
- Top = 5
- Width = 456
- Height = 471
- HelpType = htKeyword
- TabOrder = 0
- end
- object HelpButton: TButton
- Left = 378
- Top = 478
- Width = 80
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Help'
- TabOrder = 3
- OnClick = HelpButtonClick
- end
- end
|