| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- 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
- ParentFont = True
- 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
|