home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / diskanal / DISK.EXE / 0 / RCDATA / TSUMMARYLEVELDLG / TSUMMARYLEVELDLG.txt
Encoding:
Text File  |  1998-05-04  |  974 b   |  53 lines

  1. object SummaryLevelDlg: TSummaryLevelDlg
  2.   Left = 244
  3.   Top = 129
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Directory Summary Level'
  7.   ClientHeight = 123
  8.   ClientWidth = 292
  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.   TextHeight = 13
  16.   object OKBtn: TBitBtn
  17.     Left = 204
  18.     Top = 8
  19.     Width = 77
  20.     Height = 27
  21.     TabOrder = 0
  22.     Kind = bkOK
  23.     Margin = 2
  24.     Spacing = -1
  25.     IsControl = True
  26.   end
  27.   object HelpBtn: TBitBtn
  28.     Left = 204
  29.     Top = 40
  30.     Width = 77
  31.     Height = 27
  32.     TabOrder = 1
  33.     Kind = bkHelp
  34.     Margin = 2
  35.     Spacing = -1
  36.     IsControl = True
  37.   end
  38.   object RadioGroup1: TRadioGroup
  39.     Left = 8
  40.     Top = 8
  41.     Width = 185
  42.     Height = 105
  43.     Caption = 'Summarize Down To'
  44.     ItemIndex = 3
  45.     Items.Strings = (
  46.       '1 Level'
  47.       '2 Levels'
  48.       '3 Levels'
  49.       'ALL Levels')
  50.     TabOrder = 2
  51.   end
  52. end
  53.