home *** CD-ROM | disk | FTP | other *** search
- object Point3DSeriesEditor: TPoint3DSeriesEditor
- Left = 244
- Top = 168
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 87
- ClientWidth = 254
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poDefault
- OnCreate = FormCreate
- OnShow = FormShow
- TextHeight = 13
- object Label4: TLabel
- Left = 151
- Top = 59
- Width = 43
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Depth:'
- FocusControl = SEPointDepth
- end
- object GPLine: TGroupBox
- Left = 4
- Top = 4
- Width = 137
- Height = 77
- TabOrder = 0
- object SHColor: TShape
- Left = 98
- Top = 15
- Width = 29
- Height = 25
- OnMouseUp = SHColorMouseUp
- end
- object BitBtn1: TBitBtn
- Left = 10
- Top = 15
- Width = 75
- Height = 25
- HelpContext = 421
- Caption = '&Color...'
- TabOrder = 0
- OnClick = BitBtn1Click
- end
- object CBColorEach: TCheckBox
- Left = 10
- Top = 51
- Width = 75
- Height = 17
- HelpContext = 164
- Caption = 'Color &Each'
- TabOrder = 1
- OnClick = CBColorEachClick
- end
- end
- object Button1: TButton
- Left = 170
- Top = 19
- Width = 75
- Height = 25
- HelpContext = 275
- Caption = '&Line...'
- TabOrder = 1
- OnClick = Button1Click
- end
- object SEPointDepth: TEdit
- Left = 197
- Top = 55
- Width = 33
- Height = 21
- HelpContext = 674
- TabOrder = 2
- Text = '0'
- OnChange = SEPointDepthChange
- end
- object UDPointDepth: TUpDown
- Left = 230
- Top = 55
- Width = 15
- Height = 21
- TabOrder = 3
- Associate = SEPointDepth
- end
- end
-