home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Bin / dcldss50.bpl / 0 / RCDATA / TDIMEDITOR / TDIMEDITOR.txt
Text File  |  1999-08-11  |  469b  |  25 lines

  1. object DimEditor: TDimEditor
  2.   Left = 76
  3.   Top = 419
  4.   BorderStyle = bsSizeToolWin
  5.   AutoScroll = False
  6.   Caption = 'Form1.Table1'
  7.   ClientHeight = 188
  8.   ClientWidth = 140
  9.   ParentFont = True
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object DimListBox1: TListBox
  13.     Left = 0
  14.     Top = 0
  15.     Width = 140
  16.     Height = 188
  17.     Align = alClient
  18.     DragMode = dmAutomatic
  19.     ItemHeight = 13
  20.     MultiSelect = True
  21.     TabOrder = 0
  22.     OnClick = DimListBox1Click
  23.   end
  24. end
  25.