| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285 |
- 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 = 421
- ClientWidth = 396
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCloseQuery = FormCloseQuery
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- DesignSize = (
- 396
- 421)
- PixelsPerInch = 96
- TextHeight = 13
- object DirectoriesGroup: TGroupBox
- Left = 8
- Top = 6
- Width = 381
- Height = 119
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Directories'
- TabOrder = 0
- DesignSize = (
- 381
- 119)
- object LocalDirectoryLabel: TLabel
- Left = 11
- Top = 19
- Width = 200
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- Caption = '&Watch for changes in the local directory ...'
- FocusControl = LocalDirectoryEdit
- end
- object RemoteDirectoryLabel: TLabel
- Left = 11
- Top = 68
- Width = 263
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- Caption = '... &and automatically reflect them on the remote directory'
- FocusControl = RemoteDirectoryEdit
- end
- object RemoteDirectoryEdit: THistoryComboBox
- Left = 11
- Top = 84
- Width = 359
- Height = 21
- AutoComplete = False
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- MaxLength = 1000
- TabOrder = 2
- Text = 'RemoteDirectoryEdit'
- OnChange = ControlChange
- end
- object LocalDirectoryEdit: THistoryComboBox
- Left = 11
- Top = 35
- Width = 276
- Height = 21
- AutoComplete = False
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- MaxLength = 1000
- TabOrder = 0
- Text = 'LocalDirectoryEdit'
- OnChange = ControlChange
- end
- object LocalDirectoryBrowseButton: TButton
- Left = 293
- Top = 33
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'B&rowse...'
- TabOrder = 1
- OnClick = LocalDirectoryBrowseButtonClick
- end
- end
- object StopButton: TButton
- Left = 152
- Top = 288
- Width = 74
- Height = 25
- Caption = '&Stop'
- TabOrder = 4
- OnClick = StopButtonClick
- end
- object CancelButton: TButton
- Left = 232
- Top = 288
- Width = 74
- Height = 25
- Cancel = True
- Caption = 'Close'
- ModalResult = 2
- TabOrder = 6
- end
- object OptionsGroup: TGroupBox
- Left = 8
- Top = 130
- Width = 381
- Height = 95
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Synchronize options'
- TabOrder = 1
- DesignSize = (
- 381
- 95)
- object SynchronizeDeleteCheck: TCheckBox
- Left = 11
- Top = 20
- Width = 182
- Height = 17
- Caption = '&Delete files'
- TabOrder = 0
- OnClick = ControlChange
- end
- object SaveSettingsCheck: TCheckBox
- Left = 11
- Top = 68
- Width = 182
- Height = 17
- Caption = 'Use same &options next time'
- TabOrder = 4
- OnClick = ControlChange
- end
- object SynchronizeExistingOnlyCheck: TCheckBox
- Left = 203
- Top = 20
- Width = 166
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = '&Existing files only'
- TabOrder = 1
- OnClick = ControlChange
- end
- object SynchronizeRecursiveCheck: TCheckBox
- Left = 11
- Top = 44
- Width = 182
- Height = 17
- Caption = 'Update s&ubdirectories'
- TabOrder = 2
- OnClick = ControlChange
- end
- object SynchronizeSynchronizeCheck: TGrayedCheckBox
- Left = 203
- Top = 68
- Width = 166
- Height = 17
- AllowGrayed = True
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Synchronize on s&tart'
- TabOrder = 5
- OnClick = ControlChange
- end
- object SynchronizeSelectedOnlyCheck: TCheckBox
- Left = 203
- Top = 44
- Width = 166
- Height = 17
- Caption = 'Selected files o&nly'
- TabOrder = 3
- OnClick = ControlChange
- end
- end
- object StartButton: TButton
- Left = 152
- Top = 288
- Width = 74
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Start'
- Default = True
- TabOrder = 3
- OnClick = StartButtonClick
- end
- object MinimizeButton: TButton
- Left = 233
- Top = 288
- Width = 74
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Minimize'
- TabOrder = 5
- OnClick = MinimizeButtonClick
- end
- object TransferSettingsButton: TButton
- Left = 8
- Top = 288
- Width = 137
- Height = 25
- Caption = 'Transfer settin&gs...'
- TabOrder = 2
- OnClick = TransferSettingsButtonClick
- end
- object CopyParamGroup: TGroupBox
- Left = 8
- Top = 230
- Width = 381
- Height = 50
- Caption = 'Transfer settings'
- TabOrder = 7
- OnContextPopup = CopyParamGroupContextPopup
- OnDblClick = CopyParamGroupDblClick
- DesignSize = (
- 381
- 50)
- object CopyParamLabel: TLabel
- Left = 7
- Top = 15
- Width = 367
- Height = 26
- Anchors = [akLeft, akTop, akRight, akBottom]
- AutoSize = False
- Caption = 'CopyParamLabel'
- WordWrap = True
- OnDblClick = CopyParamGroupDblClick
- end
- end
- object HelpButton: TButton
- Left = 313
- Top = 288
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Help'
- TabOrder = 8
- OnClick = HelpButtonClick
- end
- object LogPanel: TPanel
- Left = 0
- Top = 321
- Width = 396
- Height = 100
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 9
- DesignSize = (
- 396
- 100)
- object LogView: TListView
- Left = 8
- Top = 2
- Width = 380
- Height = 90
- Anchors = [akLeft, akTop, akRight, akBottom]
- Columns = <
- item
- Width = -1
- WidthType = (
- -1)
- end
- item
- Width = -1
- WidthType = (
- -1)
- end>
- Items.Data = {
- 3A0000000100000000000000FFFFFFFFFFFFFFFF01000000000000000B32303A
- 33303A343520504D0F4465746563746564206368616E6765FFFF}
- ReadOnly = True
- RowSelect = True
- ShowColumnHeaders = False
- TabOrder = 0
- ViewStyle = vsReport
- OnKeyDown = LogViewKeyDown
- end
- end
- end
|