home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / Wiscy / _SETUP.1 / WiSCy.exe / 0 / RCDATA / TBARSERIESEDITOR / TBARSERIESEDITOR.txt
Encoding:
Text File  |  1998-02-28  |  3.9 KB  |  207 lines

  1. object BarSeriesEditor: TBarSeriesEditor
  2.   Left = 175
  3.   Top = 147
  4.   ActiveControl = CBBarStyle
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 195
  8.   ClientWidth = 317
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 180
  20.     Top = 68
  21.     Width = 77
  22.     Height = 21
  23.     Alignment = taRightJustify
  24.     AutoSize = False
  25.     Caption = '% Bar &Width:'
  26.     FocusControl = SEBarwidth
  27.   end
  28.   object Label2: TLabel
  29.     Left = 0
  30.     Top = 8
  31.     Width = 37
  32.     Height = 16
  33.     Alignment = taRightJustify
  34.     AutoSize = False
  35.     Caption = 'St&yle:'
  36.     FocusControl = CBBarStyle
  37.   end
  38.   object Label3: TLabel
  39.     Left = 176
  40.     Top = 96
  41.     Width = 81
  42.     Height = 17
  43.     Alignment = taRightJustify
  44.     AutoSize = False
  45.     Caption = '% Bar O&ffset:'
  46.     FocusControl = SEBarOffset
  47.   end
  48.   object SEBarwidth: TSpinEdit
  49.     Left = 260
  50.     Top = 64
  51.     Width = 44
  52.     Height = 22
  53.     Increment = 5
  54.     MaxValue = 100
  55.     MinValue = 1
  56.     TabOrder = 0
  57.     Value = 1
  58.     OnChange = SEBarwidthChange
  59.   end
  60.   object CBBarStyle: TComboBox
  61.     Left = 40
  62.     Top = 4
  63.     Width = 97
  64.     Height = 21
  65.     Style = csDropDownList
  66.     ItemHeight = 13
  67.     Items.Strings = (
  68.       'Rectangle'
  69.       'Pyramid'
  70.       'Inv. Pyramid'
  71.       'Cylinder'
  72.       'Ellipse'
  73.       'Arrow'
  74.       'Rect.Gradient')
  75.     TabOrder = 1
  76.     OnChange = CBBarStyleChange
  77.   end
  78.   object BBarPen: TButton
  79.     Left = 148
  80.     Top = 4
  81.     Width = 75
  82.     Height = 25
  83.     Caption = '&Border...'
  84.     TabOrder = 2
  85.     OnClick = BBarPenClick
  86.   end
  87.   object BBarBrush: TButton
  88.     Left = 232
  89.     Top = 4
  90.     Width = 75
  91.     Height = 25
  92.     Caption = '&Pattern...'
  93.     TabOrder = 3
  94.     OnClick = BBarBrushClick
  95.   end
  96.   object CBYOrigin: TCheckBox
  97.     Left = 148
  98.     Top = 40
  99.     Width = 93
  100.     Height = 17
  101.     Caption = 'Use &Origin:'
  102.     TabOrder = 4
  103.     OnClick = CBYOriginClick
  104.   end
  105.   object EYOrigin: TEdit
  106.     Left = 244
  107.     Top = 36
  108.     Width = 61
  109.     Height = 21
  110.     TabOrder = 5
  111.     Text = '0'
  112.     OnChange = EYOriginChange
  113.   end
  114.   object RGMultiBar: TRadioGroup
  115.     Left = 3
  116.     Top = 100
  117.     Width = 126
  118.     Height = 89
  119.     Caption = '&Multi Bar:'
  120.     Items.Strings = (
  121.       'None'
  122.       'Side'
  123.       'Stacked'
  124.       'Stacked 100%')
  125.     TabOrder = 6
  126.     OnClick = RGMultiBarClick
  127.   end
  128.   object SEBarOffset: TSpinEdit
  129.     Left = 260
  130.     Top = 92
  131.     Width = 44
  132.     Height = 22
  133.     Increment = 5
  134.     MaxValue = 100
  135.     MinValue = -100
  136.     TabOrder = 7
  137.     Value = 0
  138.     OnChange = SEBarOffsetChange
  139.   end
  140.   object GroupBox1: TGroupBox
  141.     Left = 144
  142.     Top = 116
  143.     Width = 161
  144.     Height = 73
  145.     TabOrder = 8
  146.     object CBDarkBar: TCheckBox
  147.       Left = 8
  148.       Top = 12
  149.       Width = 129
  150.       Height = 17
  151.       Caption = '&Dark Bar 3D Sides'
  152.       TabOrder = 0
  153.       OnClick = CBDarkBarClick
  154.     end
  155.     object CBBarSideMargins: TCheckBox
  156.       Left = 8
  157.       Top = 32
  158.       Width = 129
  159.       Height = 17
  160.       Caption = 'Bar S&ide Margins'
  161.       TabOrder = 1
  162.       OnClick = CBBarSideMarginsClick
  163.     end
  164.     object CBMarksAutoPosition: TCheckBox
  165.       Left = 8
  166.       Top = 52
  167.       Width = 129
  168.       Height = 17
  169.       Caption = '&Auto Mark Position'
  170.       TabOrder = 2
  171.       OnClick = CBMarksAutoPositionClick
  172.     end
  173.   end
  174.   object GroupBox2: TGroupBox
  175.     Left = 4
  176.     Top = 32
  177.     Width = 125
  178.     Height = 65
  179.     TabOrder = 9
  180.     object SHBarColor: TShape
  181.       Left = 81
  182.       Top = 32
  183.       Width = 28
  184.       Height = 25
  185.       OnMouseUp = SHBarColorMouseUp
  186.     end
  187.     object CBColorEach: TCheckBox
  188.       Left = 8
  189.       Top = 12
  190.       Width = 101
  191.       Height = 17
  192.       Caption = 'Color &Each'
  193.       TabOrder = 0
  194.       OnClick = CBColorEachClick
  195.     end
  196.     object BBarColor: TBitBtn
  197.       Left = 9
  198.       Top = 32
  199.       Width = 65
  200.       Height = 25
  201.       Caption = '&Color...'
  202.       TabOrder = 1
  203.       OnClick = BBarColorClick
  204.     end
  205.   end
  206. end
  207.