home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Secrets / Secrets2.iso / FileMgmt / General / FileBack / _SETUP.1 / FileBack.exe / 0 / RCDATA / TFRMSYNCOPTIONS / TFRMSYNCOPTIONS.txt < prev   
Encoding:
Text File  |  1997-06-25  |  3.7 KB  |  109 lines

  1. object frmSyncOptions: TfrmSyncOptions
  2.   Left = 531
  3.   Top = 362
  4.   HelpContext = 211
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Synchronization Options'
  8.   ClientHeight = 280
  9.   ClientWidth = 362
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object rgCopyMode: TRadioGroup
  19.     Left = 8
  20.     Top = 8
  21.     Width = 345
  22.     Height = 73
  23.     Caption = 'File Copy Mode'
  24.     ItemIndex = 0
  25.     Items.Strings = (
  26.       'Copy changed files from source to destination and vice versa'
  27.       'Copy changed files from source to destination only'
  28.       'Copy changed files from destination to source only')
  29.     TabOrder = 0
  30.   end
  31.   object rgSrcDelMode: TRadioGroup
  32.     Left = 8
  33.     Top = 84
  34.     Width = 345
  35.     Height = 73
  36.     Caption = 'Source Directory File Deletion Mode'
  37.     ItemIndex = 0
  38.     Items.Strings = (
  39.       'Delete files in source which have been deleted from destination'
  40.       
  41.         'Delete files in source which do not exist in destination directo' +
  42.         'ry'
  43.       'Do not delete any files from the source directory')
  44.     TabOrder = 1
  45.   end
  46.   object rgDestDelMode: TRadioGroup
  47.     Left = 8
  48.     Top = 160
  49.     Width = 345
  50.     Height = 73
  51.     Caption = 'Destination Directory File Deletion Mode'
  52.     ItemIndex = 0
  53.     Items.Strings = (
  54.       'Delete files in destination which have been deleted from source'
  55.       
  56.         'Delete files in destination which do not exist in source directo' +
  57.         'ry'
  58.       'Do not delete any files from the destination directory')
  59.     TabOrder = 2
  60.   end
  61.   object btnOK: TBitBtn
  62.     Left = 81
  63.     Top = 243
  64.     Width = 96
  65.     Height = 29
  66.     Caption = '&OK'
  67.     Default = True
  68.     TabOrder = 3
  69.     OnClick = btnOKClick
  70.     Glyph.Data = {
  71.       78010000424D7801000000000000760000002800000020000000100000000100
  72.       04000000000000000000120B0000120B00000000000000000000000000000000
  73.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  74.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  75.       555555555555555555555555555555555555555555FF55555555555559055555
  76.       55555555577FF5555555555599905555555555557777F5555555555599905555
  77.       555555557777FF5555555559999905555555555777777F555555559999990555
  78.       5555557777777FF5555557990599905555555777757777F55555790555599055
  79.       55557775555777FF5555555555599905555555555557777F5555555555559905
  80.       555555555555777FF5555555555559905555555555555777FF55555555555579
  81.       05555555555555777FF5555555555557905555555555555777FF555555555555
  82.       59905555555555555777555555555555555555555555555555550000}
  83.     NumGlyphs = 2
  84.   end
  85.   object btnCancel: TBitBtn
  86.     Left = 185
  87.     Top = 243
  88.     Width = 96
  89.     Height = 29
  90.     Caption = '&Cancel'
  91.     ModalResult = 2
  92.     TabOrder = 4
  93.     Glyph.Data = {
  94.       76010000424D7601000000000000760000002800000020000000100000000100
  95.       04000000000000010000130B0000130B00000000000000000000000000000000
  96.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  97.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  98.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  99.       33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  100.       993337777F777F3377F3393999707333993337F77737333337FF993399933333
  101.       399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  102.       399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  103.       399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  104.       99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  105.       3333333777333777333333333999993333333333377777333333}
  106.     NumGlyphs = 2
  107.   end
  108. end
  109.