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

  1. object ReminderDlg: TReminderDlg
  2.   Left = 244
  3.   Top = 129
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Reminder'
  7.   ClientHeight = 182
  8.   ClientWidth = 443
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 294
  19.     Top = 104
  20.     Width = 147
  21.     Height = 73
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 298
  26.     Top = 112
  27.     Width = 138
  28.     Height = 41
  29.     AutoSize = False
  30.     Caption = 
  31.       'Check this box if you do not want to see this Reminder Window an' +
  32.       'ymore.'
  33.     Font.Color = clBlack
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     WordWrap = True
  39.   end
  40.   object OKBtn: TBitBtn
  41.     Left = 294
  42.     Top = 8
  43.     Width = 147
  44.     Height = 27
  45.     Hint = 'Backup or Pack your database Now'
  46.     Caption = '&GoTo Maintenance'
  47.     TabOrder = 0
  48.     OnClick = OKBtnClick
  49.     Kind = bkOK
  50.     Margin = 2
  51.     Spacing = -1
  52.     IsControl = True
  53.   end
  54.   object CancelBtn: TBitBtn
  55.     Left = 294
  56.     Top = 40
  57.     Width = 147
  58.     Height = 27
  59.     Hint = 'Close Reminder Window'
  60.     Caption = '&Close'
  61.     TabOrder = 1
  62.     OnClick = CancelBtnClick
  63.     Kind = bkCancel
  64.     Margin = 2
  65.     Spacing = -1
  66.     IsControl = True
  67.   end
  68.   object Memo1: TMemo
  69.     Left = 8
  70.     Top = 8
  71.     Width = 281
  72.     Height = 169
  73.     Color = clBtnFace
  74.     Font.Color = clRed
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = [fsBold]
  78.     Lines.Strings = (
  79.       'Protect your Data!'
  80.       ''
  81.       'We recommend that you BACKUP, REINDEX '
  82.       'and PACK your database at least twice a month '
  83.       'and every time you enter new data.'
  84.       ''
  85.       'If you want to do it now, just click on GoTo '
  86.       'Maintenance button.')
  87.     ParentFont = False
  88.     ReadOnly = True
  89.     TabOrder = 2
  90.   end
  91.   object BitBtn1: TBitBtn
  92.     Left = 294
  93.     Top = 72
  94.     Width = 147
  95.     Height = 27
  96.     Hint = 'Display Help On Database Maintenance'
  97.     TabOrder = 3
  98.     OnClick = BitBtn1Click
  99.     Kind = bkHelp
  100.   end
  101.   object CheckBox1: TCheckBox
  102.     Left = 298
  103.     Top = 152
  104.     Width = 113
  105.     Height = 17
  106.     Caption = 'Do Not Display'
  107.     TabOrder = 4
  108.   end
  109. end
  110.