home *** CD-ROM | disk | FTP | other *** search
- object PolarSeriesEditor: TPolarSeriesEditor
- Left = 177
- Top = 71
- ActiveControl = CBCircled
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- ClientHeight = 192
- ClientWidth = 366
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 4
- Top = 112
- Width = 43
- Height = 13
- Alignment = taRightJustify
- Caption = '&Rotation:'
- FocusControl = SERotation
- end
- object Label2: TLabel
- Left = 4
- Top = 140
- Width = 43
- Height = 13
- Alignment = taRightJustify
- Caption = '&XRadius:'
- FocusControl = SEXRadius
- end
- object Label3: TLabel
- Left = 4
- Top = 169
- Width = 43
- Height = 13
- Alignment = taRightJustify
- Caption = '&YRadius:'
- FocusControl = SEYRadius
- end
- object Label7: TLabel
- Left = 133
- Top = 140
- Width = 53
- Height = 13
- Alignment = taRightJustify
- Caption = '&Increment::'
- FocusControl = SEAngleInc
- end
- object Label8: TLabel
- Left = 133
- Top = 168
- Width = 53
- Height = 13
- Alignment = taRightJustify
- Caption = 'Increment::'
- FocusControl = SERotation
- end
- object CBCircled: TCheckBox
- Left = 5
- Top = 4
- Width = 72
- Height = 17
- Caption = '&Circled'
- TabOrder = 0
- OnClick = CBCircledClick
- end
- object SERotation: TSpinEdit
- Left = 61
- Top = 108
- Width = 56
- Height = 22
- Increment = 5
- MaxValue = 360
- MinValue = 0
- TabOrder = 1
- Value = 0
- OnChange = SERotationChange
- end
- object BPiePen: TButton
- Left = 4
- Top = 28
- Width = 75
- Height = 25
- Caption = '&Pie Pen...'
- TabOrder = 2
- OnClick = BPiePenClick
- end
- object SEXRadius: TSpinEdit
- Left = 61
- Top = 136
- Width = 56
- Height = 22
- Increment = 5
- MaxValue = 0
- MinValue = 0
- TabOrder = 3
- Value = 0
- OnChange = SEXRadiusChange
- end
- object SEYRadius: TSpinEdit
- Left = 61
- Top = 164
- Width = 56
- Height = 22
- Increment = 5
- MaxValue = 0
- MinValue = 0
- TabOrder = 4
- Value = 0
- OnChange = SEYRadiusChange
- end
- object Button2: TButton
- Left = 4
- Top = 56
- Width = 75
- Height = 25
- Caption = 'P&en...'
- TabOrder = 5
- OnClick = Button2Click
- end
- object CheckBox1: TCheckBox
- Left = 5
- Top = 88
- Width = 84
- Height = 17
- Caption = 'C&lose Circle'
- State = cbChecked
- TabOrder = 6
- OnClick = CheckBox1Click
- end
- object GroupBox1: TGroupBox
- Left = 91
- Top = 2
- Width = 270
- Height = 95
- Caption = 'Points:'
- TabOrder = 7
- object Label4: TLabel
- Left = 67
- Top = 16
- Width = 50
- Height = 13
- Alignment = taRightJustify
- Caption = '&Horiz Size:'
- FocusControl = SEPointHorizSize
- end
- object Label5: TLabel
- Left = 7
- Top = 69
- Width = 26
- Height = 13
- Alignment = taRightJustify
- Caption = 'S&tyle:'
- end
- object Label6: TLabel
- Left = 175
- Top = 16
- Width = 45
- Height = 13
- Alignment = taRightJustify
- Caption = '&Vert Size:'
- FocusControl = SEPointHorizSize
- end
- object CBDrawPoint: TCheckBox
- Left = 5
- Top = 16
- Width = 60
- Height = 17
- Caption = '&Visible'
- TabOrder = 0
- OnClick = CBDrawPointClick
- end
- object SEPointHorizSize: TSpinEdit
- Left = 122
- Top = 12
- Width = 40
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 1
- Value = 0
- OnChange = SEPointHorizSizeChange
- end
- object BitBtn4: TBitBtn
- Left = 6
- Top = 36
- Width = 75
- Height = 25
- Caption = 'Fill Color...'
- TabOrder = 2
- OnClick = BitBtn4Click
- end
- object CBPointColorDef: TCheckBox
- Left = 87
- Top = 41
- Width = 94
- Height = 17
- Caption = '&Default Color'
- TabOrder = 3
- OnClick = CBPointColorDefClick
- end
- object CBPointStyle: TComboBox
- Left = 35
- Top = 65
- Width = 122
- Height = 21
- Style = csDropDownList
- DropDownCount = 12
- ItemHeight = 13
- Items.Strings = (
- 'Square'
- 'Circle'
- 'Triangle'
- 'DownTriangle'
- 'Cross'
- 'DiagonalCross'
- 'Star'
- 'Diamond'
- 'SmallDot')
- TabOrder = 4
- OnChange = CBPointStyleChange
- end
- object BPoinPenCol: TBitBtn
- Left = 166
- Top = 64
- Width = 75
- Height = 25
- Caption = '&Frame...'
- TabOrder = 5
- OnClick = BPoinPenColClick
- end
- object SEPointVertSize: TSpinEdit
- Left = 222
- Top = 12
- Width = 40
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 6
- Value = 0
- OnChange = SEPointVertSizeChange
- end
- end
- object SEAngleInc: TSpinEdit
- Left = 197
- Top = 136
- Width = 56
- Height = 22
- Increment = 5
- MaxValue = 360
- MinValue = 0
- TabOrder = 8
- Value = 0
- OnChange = SEAngleIncChange
- end
- object BBackPieColor: TBitBtn
- Left = 198
- Top = 102
- Width = 75
- Height = 25
- Caption = '&Back Color...'
- TabOrder = 9
- OnClick = BBackPieColorClick
- end
- object SERadiusInc: TSpinEdit
- Left = 197
- Top = 164
- Width = 56
- Height = 22
- Increment = 5
- MaxValue = 0
- MinValue = 0
- TabOrder = 10
- Value = 0
- OnChange = SERadiusIncChange
- end
- end
-