home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Lib / bubbledi.dfm / bubbledi.txt
Text File  |  1999-08-11  |  2KB  |  101 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.   ParentFont = True
  10.   OnCreate = FormCreate
  11.   OnShow = FormShow
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object RGStyle: TRadioGroup
  15.     Left = 120
  16.     Top = 4
  17.     Width = 125
  18.     Height = 165
  19.     HelpContext = 448
  20.     Caption = 'St&yle:'
  21.     Items.Strings = (
  22.       'Square'
  23.       'Circle'
  24.       'Triangle'
  25.       'DownTriangle'
  26.       'Cross'
  27.       'DiagonalCross'
  28.       'Star'
  29.       'Diamond'
  30.       'SmallDot')
  31.     TabOrder = 3
  32.     OnClick = RGStyleClick
  33.   end
  34.   object CB3dPoint: TCheckBox
  35.     Left = 196
  36.     Top = 20
  37.     Width = 41
  38.     Height = 17
  39.     HelpContext = 190
  40.     Caption = '&3D'
  41.     TabOrder = 0
  42.     OnClick = CB3dPointClick
  43.   end
  44.   object CBInflate: TCheckBox
  45.     Left = 8
  46.     Top = 8
  47.     Width = 109
  48.     Height = 17
  49.     HelpContext = 249
  50.     Caption = 'Inflate &Margins'
  51.     TabOrder = 1
  52.     OnClick = CBInflateClick
  53.   end
  54.   object BPoinPenCol: TBitBtn
  55.     Left = 8
  56.     Top = 36
  57.     Width = 75
  58.     Height = 25
  59.     HelpContext = 379
  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.       HelpContext = 117
  85.       Caption = 'B&ackground...'
  86.       TabOrder = 1
  87.       OnClick = BPointFillColorClick
  88.     end
  89.   end
  90.   object CBColorEach: TCheckBox
  91.     Left = 8
  92.     Top = 70
  93.     Width = 89
  94.     Height = 17
  95.     HelpContext = 249
  96.     Caption = '&Color Each '
  97.     TabOrder = 5
  98.     OnClick = CBColorEachClick
  99.   end
  100. end
  101.