home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Comunicatii / Winscp / winscp373setup.exe / {app} / WinSCP3.exe / 0 / RCDATA / TFULLSYNCHRONIZEDIALOG / TFULLSYNCHRONIZEDIALOG.txt
Encoding:
Text File  |  2005-02-06  |  4.8 KB  |  214 lines

  1. object FullSynchronizeDialog: TFullSynchronizeDialog
  2.   Left = 365
  3.   Top = 185
  4.   HelpType = htKeyword
  5.   HelpKeyword = 'ui_synchronize'
  6.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Synchronize'
  9.   ClientHeight = 299
  10.   ClientWidth = 396
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     396
  22.     299)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object DirectoriesGroup: TXPGroupBox
  26.     Left = 8
  27.     Top = 6
  28.     Width = 380
  29.     Height = 119
  30.     Anchors = [akLeft, akTop, akRight]
  31.     Caption = 'Directories'
  32.     TabOrder = 0
  33.     DesignSize = (
  34.       380
  35.       119)
  36.     object LocalDirectoryLabel: TLabel
  37.       Left = 11
  38.       Top = 19
  39.       Width = 72
  40.       Height = 13
  41.       Anchors = [akLeft, akTop, akRight]
  42.       Caption = 'Lo&cal directory:'
  43.       FocusControl = LocalDirectoryEdit
  44.     end
  45.     object RemoteDirectoryLabel: TLabel
  46.       Left = 11
  47.       Top = 68
  48.       Width = 83
  49.       Height = 13
  50.       Anchors = [akLeft, akTop, akRight]
  51.       Caption = 'Remo&te directory:'
  52.       FocusControl = RemoteDirectoryEdit
  53.     end
  54.     object RemoteDirectoryEdit: THistoryComboBox
  55.       Left = 11
  56.       Top = 84
  57.       Width = 358
  58.       Height = 21
  59.       AutoComplete = False
  60.       Anchors = [akLeft, akTop, akRight]
  61.       ItemHeight = 13
  62.       MaxLength = 1000
  63.       TabOrder = 2
  64.       Text = 'RemoteDirectoryEdit'
  65.       OnChange = ControlChange
  66.       OnKeyDown = DirectoryEditKeyDown
  67.     end
  68.     object LocalDirectoryEdit: THistoryComboBox
  69.       Left = 11
  70.       Top = 35
  71.       Width = 275
  72.       Height = 21
  73.       AutoComplete = False
  74.       Anchors = [akLeft, akTop, akRight]
  75.       ItemHeight = 13
  76.       MaxLength = 1000
  77.       TabOrder = 0
  78.       Text = 'LocalDirectoryEdit'
  79.       OnChange = ControlChange
  80.       OnKeyDown = DirectoryEditKeyDown
  81.     end
  82.     object LocalDirectoryBrowseButton: TButton
  83.       Left = 293
  84.       Top = 33
  85.       Width = 75
  86.       Height = 25
  87.       Caption = '&Browse...'
  88.       TabOrder = 1
  89.       OnClick = LocalDirectoryBrowseButtonClick
  90.     end
  91.   end
  92.   object OkButton: TButton
  93.     Left = 228
  94.     Top = 266
  95.     Width = 75
  96.     Height = 25
  97.     Anchors = [akRight, akBottom]
  98.     Caption = 'OK'
  99.     Default = True
  100.     ModalResult = 1
  101.     TabOrder = 3
  102.   end
  103.   object CancelButton: TButton
  104.     Left = 312
  105.     Top = 266
  106.     Width = 75
  107.     Height = 25
  108.     Anchors = [akRight, akBottom]
  109.     Cancel = True
  110.     Caption = 'Cancel'
  111.     ModalResult = 2
  112.     TabOrder = 4
  113.   end
  114.   object OptionsGroup: TXPGroupBox
  115.     Left = 8
  116.     Top = 184
  117.     Width = 380
  118.     Height = 73
  119.     Anchors = [akLeft, akTop, akRight]
  120.     Caption = 'Synchronize options'
  121.     TabOrder = 1
  122.     object SynchronizeDeleteCheck: TCheckBox
  123.       Left = 11
  124.       Top = 20
  125.       Width = 97
  126.       Height = 17
  127.       Caption = '&Delete files'
  128.       TabOrder = 0
  129.       OnClick = ControlChange
  130.     end
  131.     object SynchronizeNoConfirmationCheck: TCheckBox
  132.       Left = 235
  133.       Top = 20
  134.       Width = 135
  135.       Height = 17
  136.       Caption = '&No confirmations'
  137.       TabOrder = 2
  138.       OnClick = ControlChange
  139.     end
  140.     object SaveSettingsCheck: TCheckBox
  141.       Left = 123
  142.       Top = 44
  143.       Width = 249
  144.       Height = 17
  145.       Caption = 'Use &same options next time'
  146.       TabOrder = 4
  147.     end
  148.     object SynchronizeExistingOnlyCheck: TCheckBox
  149.       Left = 123
  150.       Top = 20
  151.       Width = 107
  152.       Height = 17
  153.       Caption = '&Existing files only'
  154.       TabOrder = 1
  155.       OnClick = ControlChange
  156.     end
  157.     object SynchronizePreviewChangesCheck: TCheckBox
  158.       Left = 11
  159.       Top = 44
  160.       Width = 112
  161.       Height = 17
  162.       Caption = 'Pre&view changes'
  163.       TabOrder = 3
  164.       OnClick = ControlChange
  165.     end
  166.   end
  167.   object TransferPreferencesButton: TButton
  168.     Left = 8
  169.     Top = 266
  170.     Width = 137
  171.     Height = 25
  172.     Anchors = [akRight, akBottom]
  173.     Caption = 'Transfer &preferences...'
  174.     TabOrder = 2
  175.     OnClick = TransferPreferencesButtonClick
  176.   end
  177.   object DirectionGroup: TXPGroupBox
  178.     Left = 8
  179.     Top = 130
  180.     Width = 380
  181.     Height = 49
  182.     Anchors = [akLeft, akTop, akRight]
  183.     Caption = 'Direction'
  184.     TabOrder = 5
  185.     object SynchronizeBothButton: TRadioButton
  186.       Left = 11
  187.       Top = 20
  188.       Width = 102
  189.       Height = 17
  190.       Caption = '&Both'
  191.       TabOrder = 0
  192.       OnClick = ControlChange
  193.     end
  194.     object SynchronizeRemoteButton: TRadioButton
  195.       Left = 123
  196.       Top = 20
  197.       Width = 102
  198.       Height = 17
  199.       Caption = '&Remote'
  200.       TabOrder = 1
  201.       OnClick = ControlChange
  202.     end
  203.     object SynchronizeLocalButton: TRadioButton
  204.       Left = 235
  205.       Top = 20
  206.       Width = 110
  207.       Height = 17
  208.       Caption = '&Local'
  209.       TabOrder = 2
  210.       OnClick = ControlChange
  211.     end
  212.   end
  213. end
  214.