home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / 9APLI / 32PSHD30.ZIP / _SETUP.1 / HAO30.exe / 0 / RCDATA / TMNTNDLG / TMNTNDLG.txt
Text File  |  1998-02-19  |  4KB  |  200 lines

  1. object MntnDlg: TMntnDlg
  2.   Left = 135
  3.   Top = 146
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Database Maintenance'
  7.   ClientHeight = 357
  8.   ClientWidth = 388
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 281
  24.     Height = 345
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 22
  30.     Top = 24
  31.     Width = 25
  32.     Height = 24
  33.     Caption = '>>'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clRed
  36.     Font.Height = -19
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     Visible = False
  41.   end
  42.   object Label2: TLabel
  43.     Left = 22
  44.     Top = 88
  45.     Width = 25
  46.     Height = 24
  47.     Caption = '>>'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clRed
  50.     Font.Height = -19
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.     Visible = False
  55.   end
  56.   object Label3: TLabel
  57.     Left = 22
  58.     Top = 215
  59.     Width = 25
  60.     Height = 24
  61.     Caption = '>>'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clRed
  64.     Font.Height = -19
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = [fsBold]
  67.     ParentFont = False
  68.     Visible = False
  69.   end
  70.   object OKBtn: TBitBtn
  71.     Left = 300
  72.     Top = 8
  73.     Width = 77
  74.     Height = 27
  75.     Caption = '&Close'
  76.     TabOrder = 0
  77.     Kind = bkOK
  78.     Margin = 2
  79.     Spacing = -1
  80.     IsControl = True
  81.   end
  82.   object Button1: TButton
  83.     Left = 56
  84.     Top = 24
  85.     Width = 185
  86.     Height = 25
  87.     Hint = 'Rebuild All Indexes'
  88.     Caption = '&Reindex Database'
  89.     Font.Charset = DEFAULT_CHARSET
  90.     Font.Color = clBlack
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = [fsBold]
  94.     ParentFont = False
  95.     TabOrder = 1
  96.     OnClick = Button1Click
  97.   end
  98.   object Button2: TButton
  99.     Left = 56
  100.     Top = 56
  101.     Width = 185
  102.     Height = 25
  103.     Hint = 'Delete Indexes - Decreases Size Of Index File'
  104.     Caption = 'Delete &Indexes'
  105.     TabOrder = 2
  106.     OnClick = Button2Click
  107.   end
  108.   object Button3: TButton
  109.     Left = 56
  110.     Top = 88
  111.     Width = 185
  112.     Height = 25
  113.     Hint = 'Remove Deleted Records'
  114.     Caption = '&Pack Database'
  115.     TabOrder = 3
  116.     OnClick = Button3Click
  117.   end
  118.   object Button4: TButton
  119.     Left = 56
  120.     Top = 120
  121.     Width = 185
  122.     Height = 25
  123.     Hint = 'Very Dangerous - Use With Caution'
  124.     Caption = 'Delete &All Records'
  125.     TabOrder = 4
  126.     OnClick = Button4Click
  127.   end
  128.   object Button5: TButton
  129.     Left = 56
  130.     Top = 183
  131.     Width = 185
  132.     Height = 25
  133.     Hint = 'Try To Recreate A Corrupt Data File'
  134.     Caption = 'Repair Data &File'
  135.     TabOrder = 6
  136.     OnClick = Button5Click
  137.   end
  138.   object Button6: TButton
  139.     Left = 56
  140.     Top = 215
  141.     Width = 185
  142.     Height = 25
  143.     Hint = 'Backup Current Data File'
  144.     Caption = '&Backup'
  145.     TabOrder = 7
  146.     OnClick = Button6Click
  147.   end
  148.   object Button7: TButton
  149.     Left = 56
  150.     Top = 247
  151.     Width = 185
  152.     Height = 25
  153.     Hint = 'Restore Current Data File from The Backup File'
  154.     Caption = 'Re&store'
  155.     TabOrder = 8
  156.     OnClick = Button7Click
  157.   end
  158.   object Button8: TButton
  159.     Left = 56
  160.     Top = 279
  161.     Width = 185
  162.     Height = 25
  163.     Hint = 'Modify/Create/Delete List Items'
  164.     Caption = '&Edit Lists'
  165.     TabOrder = 9
  166.     OnClick = Button8Click
  167.   end
  168.   object HelpBtn: TBitBtn
  169.     Left = 300
  170.     Top = 40
  171.     Width = 77
  172.     Height = 27
  173.     TabOrder = 10
  174.     Kind = bkHelp
  175.     Margin = 2
  176.     Spacing = -1
  177.     IsControl = True
  178.   end
  179.   object Button9: TButton
  180.     Left = 56
  181.     Top = 151
  182.     Width = 185
  183.     Height = 25
  184.     Hint = 'Delete All Displayed Records (Selected By A Filter)'
  185.     Caption = '&Delete Selected Records'
  186.     TabOrder = 5
  187.     OnClick = Button9Click
  188.   end
  189.   object Button10: TButton
  190.     Left = 56
  191.     Top = 311
  192.     Width = 185
  193.     Height = 25
  194.     Hint = 'Display Maintenance Log'
  195.     Caption = 'Display &Log'
  196.     TabOrder = 11
  197.     OnClick = Button10Click
  198.   end
  199. end
  200.