| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- object CopyParamCustomDialog: TCopyParamCustomDialog
- Left = 264
- Top = 122
- HelpType = htKeyword
- HelpKeyword = 'ui_transfer_custom'
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Transfer settings'
- ClientHeight = 387
- 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
- 387)
- PixelsPerInch = 96
- TextHeight = 13
- object OkButton: TButton
- Left = 125
- Top = 354
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 209
- Top = 354
- 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 = 345
- HelpType = htKeyword
- TabOrder = 0
- inherited CommonPropertiesGroup: TXPGroupBox
- Left = 197
- Top = 209
- Height = 73
- Caption = 'Common options'
- DesignSize = (
- 173
- 73)
- inherited CommonPreserveTimestampCheck: TCheckBox
- Top = 19
- end
- end
- inherited LocalPropertiesGroup: TXPGroupBox
- Left = 197
- Top = 156
- Height = 48
- Caption = 'Download options'
- DesignSize = (
- 173
- 48)
- inherited PreserveReadOnlyCheck: TCheckBox
- Top = 20
- end
- inherited LocalPreserveTimeCheck: TCheckBox
- Top = 92
- end
- end
- inherited RemotePropertiesGroup: TXPGroupBox
- Left = 8
- Top = 156
- Width = 182
- Height = 126
- Caption = 'Upload options'
- inherited RemotePreserveTimeCheck: TCheckBox
- Top = 161
- end
- end
- inherited ChangeCaseGroup: TXPGroupBox
- Left = 247
- Top = 8
- Width = 123
- DesignSize = (
- 123
- 146)
- inherited CCLowerCaseShortButton: TRadioButton
- Width = 110
- end
- inherited CCNoChangeButton: TRadioButton
- Width = 110
- end
- inherited CCUpperCaseButton: TRadioButton
- Width = 110
- end
- inherited CCLowerCaseButton: TRadioButton
- Width = 110
- end
- inherited CCFirstUpperCaseButton: TRadioButton
- Width = 110
- end
- end
- inherited TransferModeGroup: TXPGroupBox
- Left = 8
- Top = 8
- Width = 231
- DesignSize = (
- 231
- 146)
- inherited TMTextButton: TRadioButton
- Width = 219
- end
- inherited TMBinaryButton: TRadioButton
- Width = 219
- end
- inherited TMAutomaticButton: TRadioButton
- Width = 219
- end
- inherited AsciiFileMaskCombo: THistoryComboBox
- Width = 213
- end
- end
- inherited OtherGroup: TXPGroupBox
- Left = 8
- Top = 284
- Width = 362
- DesignSize = (
- 362
- 61)
- inherited ExcludeFileMaskCombo: THistoryComboBox
- Width = 217
- end
- inherited ExcludeFileMaskHintText: TStaticText
- Left = 256
- end
- end
- end
- object HelpButton: TButton
- Left = 293
- Top = 354
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'Help'
- TabOrder = 3
- OnClick = HelpButtonClick
- end
- end
|