123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332 |
- object SynchronizeDialog: TSynchronizeDialog
- Left = 367
- Top = 198
- HelpType = htKeyword
- HelpKeyword = 'ui_keepuptodate'
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Keep remote directory up to date X'
- ClientHeight = 466
- ClientWidth = 518
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Segoe UI'
- Font.Style = []
- KeyPreview = True
- Position = poOwnerFormCenter
- OnCloseQuery = FormCloseQuery
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- DesignSize = (
- 518
- 466)
- TextHeight = 15
- object DirectoriesGroup: TGroupBox
- Left = 8
- Top = 8
- Width = 502
- Height = 120
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Directories'
- TabOrder = 0
- DesignSize = (
- 502
- 120)
- object LocalDirectoryLabel: TLabel
- Left = 49
- Top = 22
- Width = 222
- Height = 15
- Anchors = [akLeft, akTop, akRight]
- Caption = '&Watch for changes in the local directory:'
- FocusControl = LocalDirectoryEdit
- end
- object RemoteDirectoryLabel: TLabel
- Left = 49
- Top = 69
- Width = 314
- Height = 15
- Anchors = [akLeft, akTop, akRight]
- Caption = '... &and automatically reflect them on the remote directory:'
- FocusControl = RemoteDirectoryEdit
- end
- object Image: TImage
- Left = 11
- Top = 24
- Width = 32
- Height = 32
- AutoSize = True
- end
- object RemoteDirectoryEdit: THistoryComboBox
- Left = 49
- Top = 87
- Width = 444
- Height = 23
- AutoComplete = False
- Anchors = [akLeft, akTop, akRight]
- MaxLength = 1000
- TabOrder = 2
- Text = 'RemoteDirectoryEdit'
- OnChange = ControlChange
- end
- object LocalDirectoryEdit: THistoryComboBox
- Left = 49
- Top = 40
- Width = 358
- Height = 23
- AutoComplete = False
- Anchors = [akLeft, akTop, akRight]
- MaxLength = 1000
- TabOrder = 0
- Text = 'LocalDirectoryEdit'
- OnChange = ControlChange
- end
- object LocalDirectoryBrowseButton: TButton
- Left = 413
- Top = 39
- Width = 80
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'B&rowse...'
- TabOrder = 1
- OnClick = LocalDirectoryBrowseButtonClick
- end
- end
- object StopButton: TButton
- Left = 216
- Top = 323
- Width = 94
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Stop'
- TabOrder = 4
- OnClick = StopButtonClick
- end
- object CancelButton: TButton
- Left = 316
- Top = 323
- Width = 94
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'Close'
- ModalResult = 2
- TabOrder = 6
- end
- object OptionsGroup: TGroupBox
- Left = 8
- Top = 134
- Width = 502
- Height = 118
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Synchronize options'
- TabOrder = 1
- DesignSize = (
- 502
- 118)
- object SynchronizeDeleteCheck: TCheckBox
- Left = 9
- Top = 22
- Width = 239
- Height = 17
- Caption = '&Delete files'
- TabOrder = 0
- OnClick = ControlChange
- end
- object SaveSettingsCheck: TCheckBox
- Left = 9
- Top = 91
- Width = 239
- Height = 17
- Caption = 'Use same &options next time'
- TabOrder = 6
- OnClick = ControlChange
- end
- object SynchronizeExistingOnlyCheck: TCheckBox
- Left = 254
- Top = 22
- Width = 239
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = '&Existing files only'
- TabOrder = 1
- OnClick = ControlChange
- end
- object SynchronizeRecursiveCheck: TCheckBox
- Left = 9
- Top = 45
- Width = 239
- Height = 17
- Caption = 'Update s&ubdirectories'
- TabOrder = 2
- OnClick = ControlChange
- end
- object SynchronizeSynchronizeCheck: TGrayedCheckBox
- Left = 254
- Top = 70
- Width = 239
- Height = 17
- AllowGrayed = True
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Synchronize on s&tart'
- TabOrder = 5
- OnClick = ControlChange
- end
- object SynchronizeSelectedOnlyCheck: TCheckBox
- Left = 254
- Top = 46
- Width = 239
- Height = 17
- Caption = 'Selected files o&nly'
- TabOrder = 3
- OnClick = ControlChange
- end
- object ContinueOnErrorCheck: TCheckBox
- Left = 9
- Top = 68
- Width = 239
- Height = 17
- Caption = 'Continue on &error'
- TabOrder = 4
- OnClick = ControlChange
- end
- end
- object StartButton: TButton
- Left = 216
- Top = 323
- Width = 94
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Start'
- Default = True
- TabOrder = 3
- OnClick = StartButtonClick
- OnDropDownClick = StartButtonDropDownClick
- end
- object MinimizeButton: TButton
- Left = 316
- Top = 323
- Width = 94
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Minimize'
- TabOrder = 5
- OnClick = MinimizeButtonClick
- OnDropDownClick = MinimizeButtonDropDownClick
- end
- object TransferSettingsButton: TButton
- Left = 8
- Top = 323
- Width = 175
- Height = 25
- Caption = 'Transfer settin&gs...'
- TabOrder = 2
- OnClick = TransferSettingsButtonClick
- OnDropDownClick = TransferSettingsButtonDropDownClick
- end
- object CopyParamGroup: TGroupBox
- Left = 8
- Top = 258
- Width = 502
- Height = 59
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Transfer settings'
- TabOrder = 7
- OnClick = CopyParamGroupClick
- OnContextPopup = CopyParamGroupContextPopup
- DesignSize = (
- 502
- 59)
- object CopyParamLabel: TLabel
- Left = 9
- Top = 20
- Width = 484
- Height = 35
- Anchors = [akLeft, akTop, akRight, akBottom]
- AutoSize = False
- Caption = 'CopyParamLabel'
- ShowAccelChar = False
- WordWrap = True
- OnClick = CopyParamGroupClick
- end
- end
- object HelpButton: TButton
- Left = 416
- Top = 323
- Width = 94
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Help'
- TabOrder = 8
- OnClick = HelpButtonClick
- end
- object LogPanel: TPanel
- Left = 0
- Top = 353
- Width = 518
- Height = 113
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 9
- DesignSize = (
- 518
- 113)
- object LogView: TListView
- Left = 8
- Top = 2
- Width = 502
- Height = 103
- Anchors = [akLeft, akTop, akRight, akBottom]
- Columns = <
- item
- Width = -1
- WidthType = (
- -1)
- end
- item
- Width = -1
- WidthType = (
- -1)
- end>
- DoubleBuffered = True
- ReadOnly = True
- RowSelect = True
- ParentDoubleBuffered = False
- ShowColumnHeaders = False
- TabOrder = 0
- ViewStyle = vsReport
- OnCustomDrawItem = LogViewCustomDrawItem
- OnDblClick = LogViewDblClick
- OnDeletion = LogViewDeletion
- OnKeyDown = LogViewKeyDown
- end
- end
- object MinimizeMenu: TPopupMenu
- Left = 376
- Top = 376
- object Minimize1: TMenuItem
- Caption = '&Minimize'
- Default = True
- OnClick = Minimize1Click
- end
- object MinimizetoTray1: TMenuItem
- Caption = 'Minimize to System &Tray'
- OnClick = MinimizetoTray1Click
- end
- end
- object StartMenu: TPopupMenu
- Left = 288
- Top = 376
- object Start1: TMenuItem
- Caption = '&Start'
- Default = True
- OnClick = StartButtonClick
- end
- object StartInNewWindowItem: TMenuItem
- Caption = 'Start in &New Window'
- OnClick = StartInNewWindowItemClick
- end
- end
- end
|