home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Polskie / Malabibl / _SETUP.1 / teeui30.dpl / 0 / RCDATA / TBUBBLESERIESEDITOR / TBUBBLESERIESEDITOR.txt
Text File  |  1997-08-05  |  2KB  |  90 lines

  1. object BubbleSeriesEditor: TBubbleSeriesEditor
  2.   Left = 268
  3.   Top = 267
  4.   ActiveControl = RGStyle
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 176
  8.   ClientWidth = 251
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object RGStyle: TRadioGroup
  19.     Left = 120
  20.     Top = 4
  21.     Width = 125
  22.     Height = 165
  23.     Caption = 'St&yle:'
  24.     Items.Strings = (
  25.       'Square'
  26.       'Circle'
  27.       'Triangle'
  28.       'DownTriangle'
  29.       'Cross'
  30.       'DiagonalCross'
  31.       'Star'
  32.       'Diamond'
  33.       'SmallDot')
  34.     TabOrder = 3
  35.     OnClick = RGStyleClick
  36.   end
  37.   object CB3dPoint: TCheckBox
  38.     Left = 196
  39.     Top = 20
  40.     Width = 41
  41.     Height = 17
  42.     Caption = '&3D'
  43.     TabOrder = 0
  44.     OnClick = CB3dPointClick
  45.   end
  46.   object CBInflate: TCheckBox
  47.     Left = 8
  48.     Top = 8
  49.     Width = 109
  50.     Height = 17
  51.     Caption = 'Inflate &Margins'
  52.     TabOrder = 1
  53.     OnClick = CBInflateClick
  54.   end
  55.   object BPoinPenCol: TBitBtn
  56.     Left = 8
  57.     Top = 36
  58.     Width = 75
  59.     Height = 25
  60.     Caption = '&Border...'
  61.     TabOrder = 2
  62.     OnClick = BPoinPenColClick
  63.   end
  64.   object GroupBox1: TGroupBox
  65.     Left = 8
  66.     Top = 92
  67.     Width = 105
  68.     Height = 77
  69.     TabOrder = 4
  70.     object CBPointColorDef: TCheckBox
  71.       Left = 11
  72.       Top = 16
  73.       Width = 74
  74.       Height = 17
  75.       Caption = '&Default'
  76.       TabOrder = 0
  77.       OnClick = CBPointColorDefClick
  78.     end
  79.     object BPointFillColor: TBitBtn
  80.       Left = 10
  81.       Top = 40
  82.       Width = 87
  83.       Height = 25
  84.       Caption = 'B&ackground...'
  85.       TabOrder = 1
  86.       OnClick = BPointFillColorClick
  87.     end
  88.   end
  89. end
  90.