home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMINDEXMAINT / TFORMINDEXMAINT.txt
Encoding:
Text File  |  2004-04-06  |  4.5 KB  |  195 lines

  1. object FormIndexMaint: TFormIndexMaint
  2.   Left = 475
  3.   Top = 167
  4.   BorderStyle = bsDialog
  5.   Caption = 'Index Maintenance'
  6.   ClientHeight = 359
  7.   ClientWidth = 416
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 318
  22.     Width = 416
  23.     Height = 41
  24.     Align = alBottom
  25.     TabOrder = 0
  26.     object BtnClose: TButton
  27.       Left = 328
  28.       Top = 8
  29.       Width = 75
  30.       Height = 25
  31.       Caption = 'Close'
  32.       TabOrder = 0
  33.       OnClick = BtnCloseClick
  34.     end
  35.     object BtnGo: TButton
  36.       Left = 241
  37.       Top = 8
  38.       Width = 75
  39.       Height = 25
  40.       Caption = 'Go'
  41.       TabOrder = 1
  42.       OnClick = BtnGoClick
  43.     end
  44.   end
  45.   object PageControl1: TPageControl
  46.     Left = 0
  47.     Top = 0
  48.     Width = 416
  49.     Height = 318
  50.     ActivePage = tsTasks
  51.     Align = alClient
  52.     TabOrder = 1
  53.     object tsTasks: TTabSheet
  54.       Caption = 'Tasks'
  55.       object GroupBox3: TGroupBox
  56.         Left = 16
  57.         Top = 215
  58.         Width = 377
  59.         Height = 66
  60.         Caption = 'Thumbnail Database'
  61.         TabOrder = 0
  62.         object cbRebuildThumbnails: TCheckBox
  63.           Left = 16
  64.           Top = 22
  65.           Width = 222
  66.           Height = 17
  67.           Caption = 'Rebuild all thumbnails (can take a while)'
  68.           TabOrder = 0
  69.           OnClick = cbRebuildThumbnailsClick
  70.         end
  71.         object cbKeepArchivedThumbnails: TCheckBox
  72.           Left = 40
  73.           Top = 41
  74.           Width = 241
  75.           Height = 17
  76.           Caption = 'Keep archived thumbnails (recommended)'
  77.           Checked = True
  78.           Enabled = False
  79.           State = cbChecked
  80.           TabOrder = 1
  81.         end
  82.       end
  83.       object GroupBox2: TGroupBox
  84.         Left = 16
  85.         Top = 144
  86.         Width = 377
  87.         Height = 60
  88.         Caption = 'FotoSync Tasks'
  89.         TabOrder = 1
  90.         DesignSize = (
  91.           377
  92.           60)
  93.         object cbRemDelObjects: TCheckBox
  94.           Left = 16
  95.           Top = 18
  96.           Width = 353
  97.           Height = 17
  98.           Anchors = [akLeft, akTop, akRight]
  99.           Caption = 'Remove deletion action history'
  100.           TabOrder = 0
  101.         end
  102.         object cbResetMod: TCheckBox
  103.           Left = 16
  104.           Top = 36
  105.           Width = 281
  106.           Height = 17
  107.           Caption = 'Reset modification timestamps (set current PC=master)'
  108.           TabOrder = 1
  109.         end
  110.       end
  111.       object GroupBox1: TGroupBox
  112.         Left = 16
  113.         Top = 8
  114.         Width = 377
  115.         Height = 127
  116.         Caption = 'Current Picture Folder'
  117.         TabOrder = 2
  118.         DesignSize = (
  119.           377
  120.           127)
  121.         object cbRemoveDelPics: TCheckBox
  122.           Left = 16
  123.           Top = 51
  124.           Width = 354
  125.           Height = 17
  126.           Anchors = [akLeft, akTop, akRight]
  127.           Caption = 'Compress index file'
  128.           Checked = True
  129.           State = cbChecked
  130.           TabOrder = 0
  131.           OnClick = cbRemoveDelPicsClick
  132.         end
  133.         object cbCheckIntegrity: TCheckBox
  134.           Left = 16
  135.           Top = 16
  136.           Width = 183
  137.           Height = 17
  138.           Caption = 'Check album integrity'
  139.           Checked = True
  140.           State = cbChecked
  141.           TabOrder = 1
  142.         end
  143.         object cbRetryErrors: TCheckBox
  144.           Left = 16
  145.           Top = 34
  146.           Width = 160
  147.           Height = 17
  148.           Caption = 'Retry errored pictures (rescan)'
  149.           Checked = True
  150.           State = cbChecked
  151.           TabOrder = 2
  152.         end
  153.         object cbRemoveArchivedImages: TCheckBox
  154.           Left = 35
  155.           Top = 68
  156.           Width = 283
  157.           Height = 17
  158.           Caption = 'Remove archive entries'
  159.           TabOrder = 3
  160.         end
  161.         object cbRemovePicsOutside: TCheckBox
  162.           Left = 35
  163.           Top = 85
  164.           Width = 284
  165.           Height = 17
  166.           Caption = 'Remove non-PicDir entries'
  167.           TabOrder = 4
  168.         end
  169.         object cbResequenceAlbums: TCheckBox
  170.           Left = 16
  171.           Top = 103
  172.           Width = 225
  173.           Height = 17
  174.           Caption = 'Resequence albums (renumber)'
  175.           TabOrder = 5
  176.         end
  177.       end
  178.     end
  179.     object tsResults: TTabSheet
  180.       Caption = 'Results'
  181.       ImageIndex = 1
  182.       object MemoStatus: TMemo
  183.         Left = 0
  184.         Top = 0
  185.         Width = 408
  186.         Height = 290
  187.         Align = alClient
  188.         ReadOnly = True
  189.         ScrollBars = ssVertical
  190.         TabOrder = 0
  191.       end
  192.     end
  193.   end
  194. end
  195.