object CopyParamsFrame: TCopyParamsFrame Left = 0 Top = 0 Width = 508 Height = 211 TabOrder = 0 object CommonPropertiesGroup: TXPGroupBox Left = 331 Top = 0 Width = 173 Height = 146 Caption = 'Attributes' TabOrder = 4 DesignSize = ( 173 146) object CommonPreserveTimestampCheck: TCheckBox Left = 12 Top = 21 Width = 156 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Preserve timesta&mp' ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = ControlChange end object CommonCalculateSizeCheck: TCheckBox Left = 12 Top = 45 Width = 156 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = '&Calculate total size' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = ControlChange end end object LocalPropertiesGroup: TXPGroupBox Left = 331 Top = 0 Width = 173 Height = 145 Caption = 'Attributes' TabOrder = 3 DesignSize = ( 173 145) object PreserveReadOnlyCheck: TCheckBox Left = 12 Top = 45 Width = 155 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Preserve rea&d-only' ParentShowHint = False ShowHint = True TabOrder = 1 end object LocalPreserveTimeCheck: TCheckBox Left = 12 Top = 21 Width = 155 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Preserve timesta&mp' ParentShowHint = False ShowHint = True TabOrder = 0 end end object RemotePropertiesGroup: TXPGroupBox Left = 331 Top = 0 Width = 173 Height = 146 Caption = 'Attributes' TabOrder = 2 inline RightsFrame: TRightsFrame Left = 7 Top = 36 Width = 163 Height = 87 TabOrder = 1 end object PreserveRightsCheck: TCheckBox Left = 12 Top = 16 Width = 156 Height = 17 Caption = 'Set pe&rmissions' ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = ControlChange end object RemotePreserveTimeCheck: TCheckBox Left = 12 Top = 121 Width = 156 Height = 17 Caption = 'Preserve timesta&mp' ParentShowHint = False ShowHint = True TabOrder = 2 OnClick = ControlChange end end object ChangeCaseGroup: TXPGroupBox Left = 206 Top = 0 Width = 120 Height = 146 Caption = 'Filename modification' TabOrder = 1 DesignSize = ( 120 146) object CCLowerCaseShortButton: TRadioButton Left = 8 Top = 119 Width = 107 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Lower case &8.3' TabOrder = 4 end object CCNoChangeButton: TRadioButton Left = 8 Top = 19 Width = 107 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = '&No change' TabOrder = 0 end object CCUpperCaseButton: TRadioButton Left = 8 Top = 44 Width = 107 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = '&Upper case' TabOrder = 1 end object CCLowerCaseButton: TRadioButton Left = 8 Top = 69 Width = 107 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Lo&wer case' TabOrder = 2 end object CCFirstUpperCaseButton: TRadioButton Left = 8 Top = 94 Width = 107 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = '&First upper case' TabOrder = 3 end object ReplaceInvalidCharsCheck: TCheckBox Left = 8 Top = 120 Width = 105 Height = 17 Caption = 'Replace '#39'\:*?'#39' ...' TabOrder = 5 OnClick = ControlChange end end object TransferModeGroup: TXPGroupBox Left = 3 Top = 0 Width = 198 Height = 146 Caption = 'Transfer mode' TabOrder = 0 DesignSize = ( 198 146) object AsciiFileMaskLabel: TLabel Left = 10 Top = 99 Width = 164 Height = 13 Anchors = [akLeft, akTop, akRight] Caption = 'Transfer following &files in text mode' FocusControl = AsciiFileMaskCombo end object TMTextButton: TRadioButton Left = 7 Top = 22 Width = 189 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = '&Text (plain text, html, scripts, ...)' TabOrder = 0 OnClick = ControlChange end object TMBinaryButton: TRadioButton Left = 7 Top = 48 Width = 189 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = '&Binary (archives, doc, ...)' TabOrder = 1 OnClick = ControlChange end object TMAutomaticButton: TRadioButton Left = 7 Top = 74 Width = 189 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = '&Automatic' TabOrder = 2 OnClick = ControlChange end object AsciiFileMaskCombo: THistoryComboBox Left = 9 Top = 115 Width = 180 Height = 21 Anchors = [akLeft, akTop, akRight] ItemHeight = 13 MaxLength = 1000 TabOrder = 3 Text = 'AsciiFileMaskCombo' OnExit = ValidateMaskComboExit end end object OtherGroup: TXPGroupBox Left = 3 Top = 148 Width = 501 Height = 61 Caption = 'Other' TabOrder = 5 DesignSize = ( 501 61) object ExclusionFileMaskLabel: TLabel Left = 90 Top = 18 Width = 25 Height = 13 Caption = 'mas&k' FocusControl = ExcludeFileMaskCombo end object ExcludeFileMaskCombo: THistoryComboBox Left = 136 Top = 14 Width = 358 Height = 21 Anchors = [akLeft, akTop, akRight] ItemHeight = 13 MaxLength = 3000 TabOrder = 1 Text = 'ExcludeFileMaskCombo' OnExit = ValidateMaskComboExit end object ClearArchiveCheck: TCheckBox Left = 10 Top = 39 Width = 231 Height = 17 Caption = 'Clear source file '#39'Archi&ve'#39' attribute' TabOrder = 3 end object NegativeExcludeCombo: TComboBox Left = 10 Top = 14 Width = 76 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 Items.Strings = ( 'Exclude' 'Include') end object ExcludeFileMaskHintText: TStaticText Left = 397 Top = 39 Width = 97 Height = 17 Alignment = taRightJustify Anchors = [akTop, akRight] AutoSize = False Caption = 'mask hints' TabOrder = 2 TabStop = True end end end