home *** CD-ROM | disk | FTP | other *** search
- object FormBackups: TFormBackups
- Left = 420
- Top = 238
- HelpContext = 351
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Index Backups'
- ClientHeight = 292
- ClientWidth = 398
- 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 = 251
- Width = 398
- Height = 41
- Align = alBottom
- TabOrder = 0
- DesignSize = (
- 398
- 41)
- object BtnOk: TButton
- Left = 231
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = BtnOkClick
- end
- object BtnCancel: TButton
- Left = 316
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- OnClick = BtnCancelClick
- end
- object BtnHelp: TButton
- Left = 8
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 2
- OnClick = BtnHelpClick
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 398
- Height = 251
- Align = alClient
- TabOrder = 1
- DesignSize = (
- 398
- 251)
- object BtnRestore: TCoolButton
- Left = 328
- Top = 125
- Width = 63
- Height = 25
- AutoRun = False
- AutoSize = False
- MaxWidth = 400
- Caption = 'Restore..'
- Enabled = False
- Anchors = [akTop, akRight]
- HTMLButton = False
- ColorSelector = False
- Color = clBtnFace
- OnClick = BtnRestoreClick
- end
- object BtnRemove: TCoolButton
- Left = 328
- Top = 158
- Width = 63
- Height = 25
- AutoRun = False
- AutoSize = False
- MaxWidth = 400
- Caption = 'Remove'
- Enabled = False
- Anchors = [akTop, akRight]
- HTMLButton = False
- ColorSelector = False
- Color = clBtnFace
- OnClick = BtnRemoveClick
- end
- object BtnRemoveAll: TCoolButton
- Left = 328
- Top = 217
- Width = 63
- Height = 25
- AutoRun = False
- AutoSize = False
- MaxWidth = 400
- Caption = 'Remove All'
- Enabled = False
- Anchors = [akTop, akRight]
- HTMLButton = False
- ColorSelector = False
- Color = clBtnFace
- OnClick = BtnRemoveAllClick
- end
- object Label4: TLabel
- Left = 14
- Top = 103
- Width = 72
- Height = 13
- Caption = 'Backup Folder:'
- end
- object LabelFolder: TLabel
- Left = 92
- Top = 103
- Width = 55
- Height = 13
- Caption = 'LabelFolder'
- end
- object lvPrevBackups: TListView
- Left = 8
- Top = 122
- Width = 314
- Height = 122
- Anchors = [akLeft, akTop, akRight, akBottom]
- Columns = <
- item
- Caption = 'Backup File'
- Width = 220
- end
- item
- Caption = 'Date'
- Width = 90
- end>
- ColumnClick = False
- RowSelect = True
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = lvPrevBackupsChange
- end
- object cbMaintainBackups: TCheckBox
- Left = 15
- Top = 14
- Width = 161
- Height = 17
- Caption = 'Maintain Backup Files'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = cbMaintainBackupsClick
- end
- object gbHowOften: TGroupBox
- Left = 12
- Top = 38
- Width = 141
- Height = 59
- Caption = 'How Often'
- TabOrder = 2
- object Label2: TLabel
- Left = 11
- Top = 28
- Width = 27
- Height = 13
- Caption = 'Every'
- end
- object Label3: TLabel
- Left = 101
- Top = 28
- Width = 22
- Height = 13
- Caption = 'days'
- end
- object seHowOften: TSpinEdit
- Left = 46
- Top = 24
- Width = 49
- Height = 22
- MaxValue = 99
- MinValue = 1
- TabOrder = 0
- Value = 7
- end
- end
- object gbHowMany: TGroupBox
- Left = 162
- Top = 38
- Width = 223
- Height = 59
- Caption = 'How many'
- TabOrder = 3
- object Label1: TLabel
- Left = 76
- Top = 28
- Width = 126
- Height = 13
- Caption = 'Maximum # of backup files'
- end
- object seMaxNum: TSpinEdit
- Left = 16
- Top = 24
- Width = 49
- Height = 22
- MaxValue = 50
- MinValue = 0
- TabOrder = 0
- Value = 10
- end
- end
- end
- end
-