home *** CD-ROM | disk | FTP | other *** search
- object MntnDlg: TMntnDlg
- Left = 135
- Top = 146
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'Database Maintenance'
- ClientHeight = 357
- ClientWidth = 388
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 281
- Height = 345
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 22
- Top = 24
- Width = 25
- Height = 24
- Caption = '>>'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object Label2: TLabel
- Left = 22
- Top = 88
- Width = 25
- Height = 24
- Caption = '>>'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object Label3: TLabel
- Left = 22
- Top = 215
- Width = 25
- Height = 24
- Caption = '>>'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object OKBtn: TBitBtn
- Left = 300
- Top = 8
- Width = 77
- Height = 27
- Caption = '&Close'
- TabOrder = 0
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object Button1: TButton
- Left = 56
- Top = 24
- Width = 185
- Height = 25
- Hint = 'Rebuild All Indexes'
- Caption = '&Reindex Database'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 56
- Top = 56
- Width = 185
- Height = 25
- Hint = 'Delete Indexes - Decreases Size Of Index File'
- Caption = 'Delete &Indexes'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 56
- Top = 88
- Width = 185
- Height = 25
- Hint = 'Remove Deleted Records'
- Caption = '&Pack Database'
- TabOrder = 3
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 56
- Top = 120
- Width = 185
- Height = 25
- Hint = 'Very Dangerous - Use With Caution'
- Caption = 'Delete &All Records'
- TabOrder = 4
- OnClick = Button4Click
- end
- object Button5: TButton
- Left = 56
- Top = 183
- Width = 185
- Height = 25
- Hint = 'Try To Recreate A Corrupt Data File'
- Caption = 'Repair Data &File'
- TabOrder = 6
- OnClick = Button5Click
- end
- object Button6: TButton
- Left = 56
- Top = 215
- Width = 185
- Height = 25
- Hint = 'Backup Current Data File'
- Caption = '&Backup'
- TabOrder = 7
- OnClick = Button6Click
- end
- object Button7: TButton
- Left = 56
- Top = 247
- Width = 185
- Height = 25
- Hint = 'Restore Current Data File from The Backup File'
- Caption = 'Re&store'
- TabOrder = 8
- OnClick = Button7Click
- end
- object Button8: TButton
- Left = 56
- Top = 279
- Width = 185
- Height = 25
- Hint = 'Modify/Create/Delete List Items'
- Caption = '&Edit Lists'
- TabOrder = 9
- OnClick = Button8Click
- end
- object HelpBtn: TBitBtn
- Left = 300
- Top = 40
- Width = 77
- Height = 27
- TabOrder = 10
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object Button9: TButton
- Left = 56
- Top = 151
- Width = 185
- Height = 25
- Hint = 'Delete All Displayed Records (Selected By A Filter)'
- Caption = '&Delete Selected Records'
- TabOrder = 5
- OnClick = Button9Click
- end
- object Button10: TButton
- Left = 56
- Top = 311
- Width = 185
- Height = 25
- Hint = 'Display Maintenance Log'
- Caption = 'Display &Log'
- TabOrder = 11
- OnClick = Button10Click
- end
- end
-