home *** CD-ROM | disk | FTP | other *** search
- object SurfaceSeriesEditor: TSurfaceSeriesEditor
- Left = 258
- Top = 165
- BorderStyle = bsDialog
- ClientHeight = 170
- ClientWidth = 273
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- TextHeight = 13
- object Label1: TLabel
- Left = 115
- Top = 67
- Width = 43
- Height = 13
- Alignment = taRightJustify
- Caption = '&Grid size:'
- FocusControl = SEZGrid
- end
- object Shape1: TShape
- Left = 112
- Top = 92
- Width = 33
- Height = 21
- OnMouseUp = Shape1MouseUp
- end
- object Shape2: TShape
- Left = 152
- Top = 116
- Width = 33
- Height = 21
- OnMouseUp = Shape2MouseUp
- end
- object Shape3: TShape
- Left = 216
- Top = 116
- Width = 33
- Height = 21
- OnMouseUp = Shape3MouseUp
- end
- object Label2: TLabel
- Left = 117
- Top = 121
- Width = 26
- Height = 13
- Alignment = taRightJustify
- Caption = 'From:'
- end
- object Label3: TLabel
- Left = 193
- Top = 121
- Width = 16
- Height = 13
- Alignment = taRightJustify
- Caption = 'To:'
- end
- object Label4: TLabel
- Left = 113
- Top = 145
- Width = 30
- Height = 13
- Alignment = taRightJustify
- Caption = 'Steps:'
- end
- object SEZGrid: TSpinEdit
- Left = 213
- Top = 64
- Width = 44
- Height = 22
- MaxValue = 100
- MinValue = 1
- TabOrder = 0
- Value = 1
- OnChange = SEZGridChange
- end
- object Button2: TButton
- Left = 11
- Top = 3
- Width = 75
- Height = 25
- Caption = '&Pen...'
- TabOrder = 1
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 11
- Top = 35
- Width = 75
- Height = 25
- Caption = '&Brush...'
- TabOrder = 2
- OnClick = Button3Click
- end
- object RGMode: TRadioGroup
- Left = 9
- Top = 80
- Width = 96
- Height = 85
- Caption = 'Color Mode:'
- Items.Strings = (
- '&Series Color'
- '&Color Range'
- '&Use Palette')
- TabOrder = 3
- OnClick = RGModeClick
- end
- object SEPalette: TSpinEdit
- Left = 153
- Top = 140
- Width = 44
- Height = 22
- MaxValue = 1000
- MinValue = 1
- TabOrder = 4
- Value = 1
- OnChange = SEPaletteChange
- end
- object SEXGrid: TSpinEdit
- Left = 161
- Top = 64
- Width = 44
- Height = 22
- MaxValue = 100
- MinValue = 1
- TabOrder = 5
- Value = 1
- OnChange = SEZGridChange
- end
- object RadioGroup1: TRadioGroup
- Left = 114
- Top = 4
- Width = 151
- Height = 53
- Caption = 'Drawing Mode:'
- Columns = 2
- ItemIndex = 0
- Items.Strings = (
- 'Solid'
- 'WireFrame'
- 'DotFrame')
- TabOrder = 6
- OnClick = RadioGroup1Click
- end
- end
-