home *** CD-ROM | disk | FTP | other *** search
- object ContourSeriesEditor: TContourSeriesEditor
- Left = 272
- Top = 148
- BorderStyle = bsDialog
- ClientHeight = 90
- ClientWidth = 294
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- TextHeight = 13
- object Label4: TLabel
- Left = 12
- Top = 67
- Width = 89
- Height = 23
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Num Levels:'
- FocusControl = SENumLevels
- end
- object Label2: TLabel
- Left = 12
- Top = 40
- Width = 90
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Vertical Position:'
- FocusControl = SEYPos
- end
- object Button2: TButton
- Left = 11
- Top = 6
- Width = 75
- Height = 25
- HelpContext = 380
- Caption = '&Pen...'
- TabOrder = 0
- OnClick = Button2Click
- end
- object SENumLevels: TEdit
- Left = 113
- Top = 62
- Width = 40
- Height = 21
- HelpContext = 345
- TabOrder = 1
- Text = '1'
- OnChange = SENumLevelsChange
- end
- object CBColorEach: TCheckBox
- Left = 113
- Top = 9
- Width = 107
- Height = 17
- Caption = '&Color Each Level'
- TabOrder = 2
- OnClick = CBColorEachClick
- end
- object SEYPos: TEdit
- Left = 113
- Top = 36
- Width = 40
- Height = 21
- TabOrder = 3
- Text = '0'
- OnChange = SEYPosChange
- end
- object CBYPosLevel: TCheckBox
- Left = 177
- Top = 37
- Width = 97
- Height = 17
- Caption = '&Levels position'
- TabOrder = 4
- OnClick = CBYPosLevelClick
- end
- object UDYPos: TUpDown
- Left = 153
- Top = 36
- Width = 15
- Height = 21
- TabOrder = 5
- Associate = SEYPos
- end
- object UDNumLevels: TUpDown
- Left = 153
- Top = 62
- Width = 15
- Height = 21
- TabOrder = 6
- Associate = SENumLevels
- Max = 150
- Min = 1
- Position = 1
- end
- end
-