home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Windows / System32 / TEEUI50.BPL / 0 / RCDATA / TAREASERIESEDITOR / TAREASERIESEDITOR.txt
Encoding:
Text File  |  1999-08-11  |  2.8 KB  |  142 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.   ParentFont = True
  10.   OnShow = FormShow
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object RGMultiArea: TRadioGroup
  14.     Left = 4
  15.     Top = 84
  16.     Width = 141
  17.     Height = 73
  18.     HelpContext = 299
  19.     Caption = '&Multiple Areas:'
  20.     Items.Strings = (
  21.       'None'
  22.       'Stacked'
  23.       'Stacked 100%')
  24.     TabOrder = 0
  25.     OnClick = RGMultiAreaClick
  26.   end
  27.   object GroupBox2: TGroupBox
  28.     Left = 4
  29.     Top = 4
  30.     Width = 297
  31.     Height = 73
  32.     Caption = 'Area:'
  33.     TabOrder = 1
  34.     object Label4: TLabel
  35.       Left = 8
  36.       Top = 20
  37.       Width = 49
  38.       Height = 21
  39.       Alignment = taRightJustify
  40.       AutoSize = False
  41.       Caption = '&Pattern:'
  42.       FocusControl = CBAreaBrush
  43.     end
  44.     object CBStairs: TCheckBox
  45.       Left = 20
  46.       Top = 44
  47.       Width = 77
  48.       Height = 17
  49.       HelpContext = 438
  50.       Caption = '&Stairs'
  51.       TabOrder = 0
  52.       OnClick = CBStairsClick
  53.     end
  54.     object CBAreaBrush: TComboBox
  55.       Left = 60
  56.       Top = 16
  57.       Width = 118
  58.       Height = 21
  59.       HelpContext = 52
  60.       Style = csDropDownList
  61.       DropDownCount = 12
  62.       ItemHeight = 13
  63.       Items.Strings = (
  64.         'Solid'
  65.         'Clear'
  66.         'Horizontal'
  67.         'Vertical'
  68.         'Diagonal'
  69.         'B.Diagonal'
  70.         'Cross'
  71.         'Diag.Cross')
  72.       TabOrder = 1
  73.       OnChange = CBAreaBrushChange
  74.     end
  75.     object BAreaLinesPen: TButton
  76.       Left = 196
  77.       Top = 41
  78.       Width = 89
  79.       Height = 25
  80.       HelpContext = 53
  81.       Caption = 'Area &Lines...'
  82.       TabOrder = 2
  83.       OnClick = BAreaLinesPenClick
  84.     end
  85.     object BAreaLinePen: TButton
  86.       Left = 196
  87.       Top = 12
  88.       Width = 89
  89.       Height = 25
  90.       HelpContext = 275
  91.       Caption = '&Border...'
  92.       TabOrder = 3
  93.       OnClick = BAreaLinePenClick
  94.     end
  95.     object CBInvStairs: TCheckBox
  96.       Left = 100
  97.       Top = 44
  98.       Width = 82
  99.       Height = 17
  100.       HelpContext = 438
  101.       Caption = 'Inverted'
  102.       TabOrder = 4
  103.       OnClick = CBInvStairsClick
  104.     end
  105.   end
  106.   object GroupBox1: TGroupBox
  107.     Left = 160
  108.     Top = 84
  109.     Width = 141
  110.     Height = 73
  111.     Caption = 'Color:'
  112.     TabOrder = 2
  113.     object SHAreaColor: TShape
  114.       Left = 97
  115.       Top = 40
  116.       Width = 32
  117.       Height = 25
  118.       OnMouseUp = SHAreaColorMouseUp
  119.     end
  120.     object CBColorEach: TCheckBox
  121.       Left = 9
  122.       Top = 16
  123.       Width = 128
  124.       Height = 17
  125.       HelpContext = 164
  126.       Caption = 'Color &Each Point'
  127.       TabOrder = 0
  128.       OnClick = CBColorEachClick
  129.     end
  130.     object BAreaColor: TBitBtn
  131.       Left = 9
  132.       Top = 40
  133.       Width = 75
  134.       Height = 25
  135.       HelpContext = 421
  136.       Caption = '&Color...'
  137.       TabOrder = 1
  138.       OnClick = BAreaColorClick
  139.     end
  140.   end
  141. end
  142.