home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / DELPHI2 / LIB / TEEVOLED.DFM / TEEVOLED.txt
Encoding:
Text File  |  1998-10-24  |  660 b   |  34 lines

  1. object VolumeSeriesEditor: TVolumeSeriesEditor
  2.   Left = 297
  3.   Top = 155
  4.   ActiveControl = BLinePen
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 45
  8.   ClientWidth = 153
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object SHColor: TShape
  17.     Left = 108
  18.     Top = 12
  19.     Width = 33
  20.     Height = 25
  21.     OnMouseUp = SHColorMouseUp
  22.   end
  23.   object BLinePen: TButton
  24.     Left = 12
  25.     Top = 12
  26.     Width = 89
  27.     Height = 25
  28.     HelpContext = 275
  29.     Caption = '&Border...'
  30.     TabOrder = 0
  31.     OnClick = BLinePenClick
  32.   end
  33. end
  34.