home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMLIST / TFRMLIST.txt
Text File  |  1996-10-14  |  2KB  |  82 lines

  1. object frmList: TfrmList
  2.   Left = 323
  3.   Top = 248
  4.   HelpContext = 85
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'List'
  8.   ClientHeight = 93
  9.   ClientWidth = 261
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 245
  23.     Height = 49
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object OKBtn: TBitBtn
  28.     Left = 8
  29.     Top = 64
  30.     Width = 77
  31.     Height = 25
  32.     Caption = 'OK'
  33.     Default = True
  34.     ModalResult = 1
  35.     TabOrder = 1
  36.     NumGlyphs = 2
  37.     Spacing = -1
  38.     IsControl = True
  39.   end
  40.   object CancelBtn: TBitBtn
  41.     Left = 92
  42.     Top = 64
  43.     Width = 77
  44.     Height = 25
  45.     Cancel = True
  46.     Caption = 'Cancel'
  47.     ModalResult = 2
  48.     TabOrder = 2
  49.     NumGlyphs = 2
  50.     Spacing = -1
  51.     IsControl = True
  52.   end
  53.   object HelpBtn: TBitBtn
  54.     Left = 176
  55.     Top = 64
  56.     Width = 77
  57.     Height = 25
  58.     Caption = '&Help'
  59.     TabOrder = 3
  60.     OnClick = HelpBtnClick
  61.     NumGlyphs = 2
  62.     Spacing = -1
  63.     IsControl = True
  64.   end
  65.   object chkCompact: TCheckBox
  66.     Left = 24
  67.     Top = 24
  68.     Width = 97
  69.     Height = 17
  70.     Hint = 'Presents the list in compact form'
  71.     Caption = '&Compact'
  72.     Font.Color = clBlack
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     ParentShowHint = False
  78.     ShowHint = True
  79.     TabOrder = 0
  80.   end
  81. end
  82.