| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- object CopyParamCustomDialog: TCopyParamCustomDialog
- Left = 374
- Top = 167
- HelpType = htKeyword
- HelpKeyword = 'ui_transfer_custom'
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Transfer settings'
- ClientHeight = 391
- ClientWidth = 377
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCloseQuery = FormCloseQuery
- DesignSize = (
- 377
- 391)
- PixelsPerInch = 96
- TextHeight = 13
- object OkButton: TButton
- Left = 125
- Top = 358
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 209
- Top = 358
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- inline CopyParamsFrame: TCopyParamsFrame
- Left = 0
- Top = 0
- Width = 377
- Height = 355
- HelpType = htKeyword
- TabOrder = 0
- end
- object HelpButton: TButton
- Left = 293
- Top = 358
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Help'
- TabOrder = 3
- OnClick = HelpButtonClick
- end
- end
|