home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / DELPHI1 / LIB / AREAEDIT.DFM / AREAEDIT.txt
Encoding:
Text File  |  1998-10-24  |  2.9 KB  |  145 lines

  1. object AreaSeriesEditor: TAreaSeriesEditor
  2.   Left = 222
  3.   Top = 118
  4.   ActiveControl = BAreaColor
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 162
  8.   ClientWidth = 307
  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 RGMultiArea: TRadioGroup
  17.     Left = 4
  18.     Top = 84
  19.     Width = 141
  20.     Height = 73
  21.     HelpContext = 299
  22.     Caption = '&Multiple Areas:'
  23.     Items.Strings = (
  24.       'None'
  25.       'Stacked'
  26.       'Stacked 100%')
  27.     TabOrder = 0
  28.     OnClick = RGMultiAreaClick
  29.   end
  30.   object GroupBox2: TGroupBox
  31.     Left = 4
  32.     Top = 4
  33.     Width = 297
  34.     Height = 73
  35.     Caption = 'Area:'
  36.     TabOrder = 1
  37.     object Label4: TLabel
  38.       Left = 8
  39.       Top = 20
  40.       Width = 49
  41.       Height = 21
  42.       Alignment = taRightJustify
  43.       AutoSize = False
  44.       Caption = '&Pattern:'
  45.       FocusControl = CBAreaBrush
  46.     end
  47.     object CBStairs: TCheckBox
  48.       Left = 20
  49.       Top = 44
  50.       Width = 77
  51.       Height = 17
  52.       HelpContext = 438
  53.       Caption = '&Stairs'
  54.       TabOrder = 0
  55.       OnClick = CBStairsClick
  56.     end
  57.     object CBAreaBrush: TComboBox
  58.       Left = 60
  59.       Top = 16
  60.       Width = 118
  61.       Height = 21
  62.       HelpContext = 52
  63.       Style = csDropDownList
  64.       DropDownCount = 12
  65.       ItemHeight = 13
  66.       Items.Strings = (
  67.         'Solid'
  68.         'Clear'
  69.         'Horizontal'
  70.         'Vertical'
  71.         'Diagonal'
  72.         'B.Diagonal'
  73.         'Cross'
  74.         'Diag.Cross')
  75.       TabOrder = 1
  76.       OnChange = CBAreaBrushChange
  77.     end
  78.     object BAreaLinesPen: TButton
  79.       Left = 196
  80.       Top = 41
  81.       Width = 89
  82.       Height = 25
  83.       HelpContext = 53
  84.       Caption = 'Area &Lines...'
  85.       TabOrder = 2
  86.       OnClick = BAreaLinesPenClick
  87.     end
  88.     object BAreaLinePen: TButton
  89.       Left = 196
  90.       Top = 12
  91.       Width = 89
  92.       Height = 25
  93.       HelpContext = 275
  94.       Caption = '&Border...'
  95.       TabOrder = 3
  96.       OnClick = BAreaLinePenClick
  97.     end
  98.     object CBInvStairs: TCheckBox
  99.       Left = 100
  100.       Top = 44
  101.       Width = 82
  102.       Height = 17
  103.       HelpContext = 438
  104.       Caption = 'Inverted'
  105.       TabOrder = 4
  106.       OnClick = CBInvStairsClick
  107.     end
  108.   end
  109.   object GroupBox1: TGroupBox
  110.     Left = 160
  111.     Top = 84
  112.     Width = 141
  113.     Height = 73
  114.     Caption = 'Color:'
  115.     TabOrder = 2
  116.     object SHAreaColor: TShape
  117.       Left = 97
  118.       Top = 40
  119.       Width = 32
  120.       Height = 25
  121.       OnMouseUp = SHAreaColorMouseUp
  122.     end
  123.     object CBColorEach: TCheckBox
  124.       Left = 9
  125.       Top = 16
  126.       Width = 128
  127.       Height = 17
  128.       HelpContext = 164
  129.       Caption = 'Color &Each Point'
  130.       TabOrder = 0
  131.       OnClick = CBColorEachClick
  132.     end
  133.     object BAreaColor: TBitBtn
  134.       Left = 9
  135.       Top = 40
  136.       Width = 75
  137.       Height = 25
  138.       HelpContext = 421
  139.       Caption = '&Color...'
  140.       TabOrder = 1
  141.       OnClick = BAreaColorClick
  142.     end
  143.   end
  144. end
  145.