home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / DELPHI2 / LIB / PO3DEDIT.DFM / PO3DEDIT.txt
Encoding:
Text File  |  1998-10-24  |  1.7 KB  |  90 lines

  1. object Point3DSeriesEditor: TPoint3DSeriesEditor
  2.   Left = 244
  3.   Top = 168
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 87
  7.   ClientWidth = 254
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poDefault
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   TextHeight = 13
  17.   object Label4: TLabel
  18.     Left = 151
  19.     Top = 59
  20.     Width = 43
  21.     Height = 21
  22.     Alignment = taRightJustify
  23.     AutoSize = False
  24.     Caption = 'Depth:'
  25.     FocusControl = SEPointDepth
  26.   end
  27.   object GPLine: TGroupBox
  28.     Left = 4
  29.     Top = 4
  30.     Width = 137
  31.     Height = 77
  32.     TabOrder = 0
  33.     object SHColor: TShape
  34.       Left = 98
  35.       Top = 15
  36.       Width = 29
  37.       Height = 25
  38.       OnMouseUp = SHColorMouseUp
  39.     end
  40.     object BitBtn1: TBitBtn
  41.       Left = 10
  42.       Top = 15
  43.       Width = 75
  44.       Height = 25
  45.       HelpContext = 421
  46.       Caption = '&Color...'
  47.       TabOrder = 0
  48.       OnClick = BitBtn1Click
  49.     end
  50.     object CBColorEach: TCheckBox
  51.       Left = 10
  52.       Top = 51
  53.       Width = 75
  54.       Height = 17
  55.       HelpContext = 164
  56.       Caption = 'Color &Each'
  57.       TabOrder = 1
  58.       OnClick = CBColorEachClick
  59.     end
  60.   end
  61.   object Button1: TButton
  62.     Left = 170
  63.     Top = 19
  64.     Width = 75
  65.     Height = 25
  66.     HelpContext = 275
  67.     Caption = '&Line...'
  68.     TabOrder = 1
  69.     OnClick = Button1Click
  70.   end
  71.   object SEPointDepth: TEdit
  72.     Left = 197
  73.     Top = 55
  74.     Width = 33
  75.     Height = 21
  76.     HelpContext = 674
  77.     TabOrder = 2
  78.     Text = '0'
  79.     OnChange = SEPointDepthChange
  80.   end
  81.   object UDPointDepth: TUpDown
  82.     Left = 230
  83.     Top = 55
  84.     Width = 15
  85.     Height = 21
  86.     TabOrder = 3
  87.     Associate = SEPointDepth
  88.   end
  89. end
  90.