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

  1. object PyramidSeriesEditor: TPyramidSeriesEditor
  2.   Left = 317
  3.   Top = 242
  4.   Width = 185
  5.   Height = 146
  6.   Color = clBtnFace
  7.   ParentFont = True
  8.   OnShow = FormShow
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object Label1: TLabel
  12.     Left = 8
  13.     Top = 91
  14.     Width = 79
  15.     Height = 17
  16.     Alignment = taRightJustify
  17.     AutoSize = False
  18.     Caption = '&Size %:'
  19.     FocusControl = Edit1
  20.   end
  21.   object BPen: TButtonPen
  22.     Left = 8
  23.     Top = 16
  24.     HelpContext = 1457
  25.     Caption = '&Border...'
  26.     TabOrder = 0
  27.   end
  28.   object CBColorEach: TCheckBox
  29.     Left = 98
  30.     Top = 52
  31.     Width = 77
  32.     Height = 17
  33.     HelpContext = 164
  34.     Caption = 'Color &Each'
  35.     TabOrder = 1
  36.     OnClick = CBColorEachClick
  37.   end
  38.   object BColor: TButtonColor
  39.     Left = 96
  40.     Top = 16
  41.     HelpContext = 421
  42.     Caption = '&Color...'
  43.     TabOrder = 2
  44.   end
  45.   object Button1: TButton
  46.     Left = 8
  47.     Top = 48
  48.     Width = 75
  49.     Height = 25
  50.     HelpContext = 117
  51.     Caption = '&Pattern...'
  52.     TabOrder = 3
  53.     OnClick = Button1Click
  54.   end
  55.   object Edit1: TEdit
  56.     Left = 96
  57.     Top = 88
  58.     Width = 33
  59.     Height = 21
  60.     HelpContext = 1340
  61.     TabOrder = 4
  62.     Text = '0'
  63.     OnChange = Edit1Change
  64.   end
  65.   object UDSize: TUpDown
  66.     Left = 129
  67.     Top = 88
  68.     Width = 15
  69.     Height = 21
  70.     Associate = Edit1
  71.     Min = 0
  72.     Increment = 5
  73.     Position = 0
  74.     TabOrder = 5
  75.     Wrap = False
  76.   end
  77. end
  78.