home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95beyond / beyond32.exe / 0 / RCDATA / TCUTOFFFORM / TCUTOFFFORM.txt
Text File  |  1997-11-09  |  2KB  |  83 lines

  1. object CutOffForm: TCutOffForm
  2.   Left = 352
  3.   Top = 153
  4.   BorderStyle = bsDialog
  5.   Caption = 'Set Cutoff Date, Time'
  6.   ClientHeight = 146
  7.   ClientWidth = 318
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 45
  18.     Top = 60
  19.     Width = 31
  20.     Height = 13
  21.     Alignment = taRightJustify
  22.     Caption = 'Cutoff:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 16
  26.     Top = 8
  27.     Width = 289
  28.     Height = 39
  29.     AutoSize = False
  30.     Caption = 
  31.       'Files older than this will appear in "older than cutoff" color, ' +
  32.       'and may be excluded in the display.'
  33.     WordWrap = True
  34.   end
  35.   object Edit: TEdit
  36.     Left = 80
  37.     Top = 56
  38.     Width = 161
  39.     Height = 21
  40.     TabOrder = 0
  41.   end
  42.   object OKBtn: TBitBtn
  43.     Left = 72
  44.     Top = 88
  45.     Width = 73
  46.     Height = 26
  47.     Caption = 'OK'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 1
  51.     OnClick = OKBtnClick
  52.     NumGlyphs = 2
  53.   end
  54.   object CancelBtn: TBitBtn
  55.     Left = 152
  56.     Top = 88
  57.     Width = 73
  58.     Height = 26
  59.     Cancel = True
  60.     Caption = 'Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 2
  63.     NumGlyphs = 2
  64.   end
  65.   object DisableCutoff: TCheckBox
  66.     Left = 16
  67.     Top = 120
  68.     Width = 153
  69.     Height = 17
  70.     Caption = '&Disable cutoff feature'
  71.     TabOrder = 3
  72.   end
  73.   object HelpBtn: TBitBtn
  74.     Left = 232
  75.     Top = 88
  76.     Width = 73
  77.     Height = 26
  78.     Caption = 'Help'
  79.     TabOrder = 4
  80.     OnClick = HelpBtnClick
  81.   end
  82. end
  83.