home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Polskie / Malabibl / _SETUP.1 / teeui30.dpl / 0 / RCDATA / TFASTLINESERIESEDITOR / TFASTLINESERIESEDITOR.txt
Text File  |  1997-08-05  |  766b  |  39 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.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Shape1: TShape
  18.     Left = 108
  19.     Top = 12
  20.     Width = 33
  21.     Height = 25
  22.     OnMouseUp = Shape1MouseUp
  23.   end
  24.   object BLinePen: TButton
  25.     Left = 12
  26.     Top = 12
  27.     Width = 89
  28.     Height = 25
  29.     Caption = '&Border...'
  30.     Font.Color = clBlack
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     OnClick = BLinePenClick
  37.   end
  38. end
  39.