home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Lib / flineedi.dfm / flineedi.txt
Text File  |  1999-08-11  |  588b  |  31 lines

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