home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Delphi / TeeChartPro / TeeChart5Delphi5Eval.exe / %MAINDIR% / Delphi5 / Lib / TeeStackBarEdit.dfm / TeeStackBarEdit.txt
Encoding:
Text File  |  2001-09-10  |  1.5 KB  |  83 lines

  1. object StackBarSeriesEditor: TStackBarSeriesEditor
  2.   Left = 360
  3.   Top = 282
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 117
  7.   ClientWidth = 314
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   Position = poDefault
  11.   OnCreate = FormCreate
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 160
  17.     Top = 56
  18.     Width = 63
  19.     Height = 13
  20.     Caption = '&Stack Group:'
  21.     FocusControl = EGroup
  22.   end
  23.   object CBYOrigin: TCheckBox
  24.     Left = 157
  25.     Top = 13
  26.     Width = 84
  27.     Height = 17
  28.     HelpContext = 665
  29.     Caption = 'Use &Origin:'
  30.     TabOrder = 0
  31.     OnClick = CBYOriginClick
  32.   end
  33.   object EYOrigin: TEdit
  34.     Left = 244
  35.     Top = 12
  36.     Width = 63
  37.     Height = 21
  38.     HelpContext = 702
  39.     Color = clWindow
  40.     TabOrder = 1
  41.     Text = '0'
  42.     OnChange = EYOriginChange
  43.   end
  44.   object RGMultiBar: TRadioGroup
  45.     Left = 4
  46.     Top = 8
  47.     Width = 134
  48.     Height = 101
  49.     HelpContext = 301
  50.     Caption = '&Multiple Bar:'
  51.     Items.Strings = (
  52.       'None'
  53.       'Side'
  54.       'Stacked'
  55.       'Stacked 100%'
  56.       'Side All')
  57.     TabOrder = 2
  58.     OnClick = RGMultiBarClick
  59.   end
  60.   object EGroup: TEdit
  61.     Left = 244
  62.     Top = 53
  63.     Width = 31
  64.     Height = 21
  65.     HelpContext = 1371
  66.     Color = clWindow
  67.     TabOrder = 3
  68.     Text = '0'
  69.     OnChange = EGroupChange
  70.   end
  71.   object UDGroup: TUpDown
  72.     Left = 275
  73.     Top = 53
  74.     Width = 15
  75.     Height = 21
  76.     Associate = EGroup
  77.     Min = 0
  78.     Position = 0
  79.     TabOrder = 4
  80.     Wrap = False
  81.   end
  82. end
  83.