home *** CD-ROM | disk | FTP | other *** search
/ BUG 14 / BUGCD1998_05.ISO / aplic / ipos / _setup.1 / Knjigovodstvo.exe / 0 / RCDATA / TAREASERIESEDITOR / TAREASERIESEDITOR.txt
Text File  |  1998-04-04  |  3KB  |  128 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 = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object RGMultiArea: TRadioGroup
  18.     Left = 4
  19.     Top = 84
  20.     Width = 141
  21.     Height = 73
  22.     Caption = '&Multi Area:'
  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 = 60
  49.       Top = 44
  50.       Width = 82
  51.       Height = 17
  52.       Caption = '&Stairs'
  53.       TabOrder = 0
  54.       OnClick = CBStairsClick
  55.     end
  56.     object CBAreaBrush: TComboBox
  57.       Left = 60
  58.       Top = 16
  59.       Width = 118
  60.       Height = 21
  61.       Style = csDropDownList
  62.       DropDownCount = 12
  63.       ItemHeight = 13
  64.       Items.Strings = (
  65.         'Solid'
  66.         'Clear'
  67.         'Horizontal'
  68.         'Vertical'
  69.         'Diagonal'
  70.         'BDiagonal'
  71.         'Cross'
  72.         'DiagCross')
  73.       TabOrder = 1
  74.       OnChange = CBAreaBrushChange
  75.     end
  76.     object BAreaLinesPen: TButton
  77.       Left = 196
  78.       Top = 40
  79.       Width = 89
  80.       Height = 25
  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.       Caption = '&Border...'
  91.       TabOrder = 3
  92.       OnClick = BAreaLinePenClick
  93.     end
  94.   end
  95.   object GroupBox1: TGroupBox
  96.     Left = 160
  97.     Top = 84
  98.     Width = 141
  99.     Height = 73
  100.     TabOrder = 2
  101.     object SHAreaColor: TShape
  102.       Left = 97
  103.       Top = 40
  104.       Width = 32
  105.       Height = 25
  106.       OnMouseUp = SHAreaColorMouseUp
  107.     end
  108.     object CBColorEach: TCheckBox
  109.       Left = 9
  110.       Top = 16
  111.       Width = 128
  112.       Height = 17
  113.       Caption = 'Color &Each'
  114.       TabOrder = 0
  115.       OnClick = CBColorEachClick
  116.     end
  117.     object BAreaColor: TBitBtn
  118.       Left = 9
  119.       Top = 40
  120.       Width = 75
  121.       Height = 25
  122.       Caption = '&Color...'
  123.       TabOrder = 1
  124.       OnClick = BAreaColorClick
  125.     end
  126.   end
  127. end
  128.