home *** CD-ROM | disk | FTP | other *** search
- object FormIndexMaint: TFormIndexMaint
- Left = 475
- Top = 167
- BorderStyle = bsDialog
- Caption = 'Index Maintenance'
- ClientHeight = 359
- ClientWidth = 416
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 318
- Width = 416
- Height = 41
- Align = alBottom
- TabOrder = 0
- object BtnClose: TButton
- Left = 328
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Close'
- TabOrder = 0
- OnClick = BtnCloseClick
- end
- object BtnGo: TButton
- Left = 241
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Go'
- TabOrder = 1
- OnClick = BtnGoClick
- end
- end
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 416
- Height = 318
- ActivePage = tsTasks
- Align = alClient
- TabOrder = 1
- object tsTasks: TTabSheet
- Caption = 'Tasks'
- object GroupBox3: TGroupBox
- Left = 16
- Top = 215
- Width = 377
- Height = 66
- Caption = 'Thumbnail Database'
- TabOrder = 0
- object cbRebuildThumbnails: TCheckBox
- Left = 16
- Top = 22
- Width = 222
- Height = 17
- Caption = 'Rebuild all thumbnails (can take a while)'
- TabOrder = 0
- OnClick = cbRebuildThumbnailsClick
- end
- object cbKeepArchivedThumbnails: TCheckBox
- Left = 40
- Top = 41
- Width = 241
- Height = 17
- Caption = 'Keep archived thumbnails (recommended)'
- Checked = True
- Enabled = False
- State = cbChecked
- TabOrder = 1
- end
- end
- object GroupBox2: TGroupBox
- Left = 16
- Top = 144
- Width = 377
- Height = 60
- Caption = 'FotoSync Tasks'
- TabOrder = 1
- DesignSize = (
- 377
- 60)
- object cbRemDelObjects: TCheckBox
- Left = 16
- Top = 18
- Width = 353
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Remove deletion action history'
- TabOrder = 0
- end
- object cbResetMod: TCheckBox
- Left = 16
- Top = 36
- Width = 281
- Height = 17
- Caption = 'Reset modification timestamps (set current PC=master)'
- TabOrder = 1
- end
- end
- object GroupBox1: TGroupBox
- Left = 16
- Top = 8
- Width = 377
- Height = 127
- Caption = 'Current Picture Folder'
- TabOrder = 2
- DesignSize = (
- 377
- 127)
- object cbRemoveDelPics: TCheckBox
- Left = 16
- Top = 51
- Width = 354
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Compress index file'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = cbRemoveDelPicsClick
- end
- object cbCheckIntegrity: TCheckBox
- Left = 16
- Top = 16
- Width = 183
- Height = 17
- Caption = 'Check album integrity'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object cbRetryErrors: TCheckBox
- Left = 16
- Top = 34
- Width = 160
- Height = 17
- Caption = 'Retry errored pictures (rescan)'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object cbRemoveArchivedImages: TCheckBox
- Left = 35
- Top = 68
- Width = 283
- Height = 17
- Caption = 'Remove archive entries'
- TabOrder = 3
- end
- object cbRemovePicsOutside: TCheckBox
- Left = 35
- Top = 85
- Width = 284
- Height = 17
- Caption = 'Remove non-PicDir entries'
- TabOrder = 4
- end
- object cbResequenceAlbums: TCheckBox
- Left = 16
- Top = 103
- Width = 225
- Height = 17
- Caption = 'Resequence albums (renumber)'
- TabOrder = 5
- end
- end
- end
- object tsResults: TTabSheet
- Caption = 'Results'
- ImageIndex = 1
- object MemoStatus: TMemo
- Left = 0
- Top = 0
- Width = 408
- Height = 290
- Align = alClient
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- end
- end
-