home *** CD-ROM | disk | FTP | other *** search
- object PieSeriesEditor: TPieSeriesEditor
- Left = 224
- Top = 216
- ActiveControl = CBCircled
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- ClientHeight = 166
- ClientWidth = 350
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 212
- Top = 76
- Width = 68
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&Rotation:'
- FocusControl = SERotation
- end
- object CBCircled: TCheckBox
- Left = 5
- Top = 8
- Width = 104
- Height = 17
- Caption = '&Circled Pie'
- TabOrder = 0
- OnClick = CBCircledClick
- end
- object CB3D: TCheckBox
- Left = 5
- Top = 32
- Width = 100
- Height = 17
- Caption = '&3 Dimensions'
- TabOrder = 1
- OnClick = CB3DClick
- end
- object SERotation: TSpinEdit
- Left = 285
- Top = 72
- Width = 56
- Height = 22
- Increment = 5
- MaxValue = 360
- MinValue = 0
- TabOrder = 2
- Value = 0
- OnChange = SERotationChange
- end
- object BPiePen: TButton
- Left = 4
- Top = 56
- Width = 93
- Height = 25
- Caption = '&Pie Border...'
- TabOrder = 3
- OnClick = BPiePenClick
- end
- object CBPatterns: TCheckBox
- Left = 250
- Top = 108
- Width = 84
- Height = 17
- Caption = 'Pa&tterns'
- TabOrder = 4
- OnClick = CBPatternsClick
- end
- object BBackPieColor: TBitBtn
- Left = 250
- Top = 134
- Width = 87
- Height = 25
- Caption = '&Back Color...'
- Enabled = False
- TabOrder = 5
- OnClick = BBackPieColorClick
- end
- object GroupBox1: TGroupBox
- Left = 4
- Top = 88
- Width = 201
- Height = 73
- Caption = 'Custom Pie Radius:'
- TabOrder = 6
- object Label2: TLabel
- Left = 4
- Top = 20
- Width = 63
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&XRadius:'
- FocusControl = SEXRadius
- end
- object Label3: TLabel
- Left = 4
- Top = 48
- Width = 63
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = '&YRadius:'
- FocusControl = SEYRadius
- end
- object SEXRadius: TSpinEdit
- Left = 73
- Top = 15
- Width = 56
- Height = 22
- Increment = 5
- MaxValue = 0
- MinValue = 0
- TabOrder = 0
- Value = 0
- OnChange = SEXRadiusChange
- end
- object CBAutoXR: TCheckBox
- Left = 136
- Top = 16
- Width = 57
- Height = 21
- Caption = '&Auto'
- State = cbChecked
- TabOrder = 1
- OnClick = CBAutoXRClick
- end
- object SEYRadius: TSpinEdit
- Left = 73
- Top = 43
- Width = 56
- Height = 22
- Increment = 5
- MaxValue = 0
- MinValue = 0
- TabOrder = 2
- Value = 0
- OnChange = SEYRadiusChange
- end
- object CBAutoYR: TCheckBox
- Left = 136
- Top = 46
- Width = 57
- Height = 19
- Caption = 'A&uto'
- State = cbChecked
- TabOrder = 3
- OnClick = CBAutoYRClick
- end
- end
- object GroupBox2: TGroupBox
- Left = 112
- Top = 0
- Width = 229
- Height = 65
- TabOrder = 7
- object CB3dColor: TCheckBox
- Left = 10
- Top = 14
- Width = 97
- Height = 17
- Caption = '3D C&olor'
- TabOrder = 0
- OnClick = CB3dColorClick
- end
- object CBDark3d: TCheckBox
- Left = 10
- Top = 38
- Width = 95
- Height = 17
- Caption = '&Dark 3D Pie'
- TabOrder = 1
- OnClick = CBDark3dClick
- end
- object CB3dShadow: TCheckBox
- Left = 110
- Top = 14
- Width = 91
- Height = 17
- Caption = '3D &Shadow'
- TabOrder = 2
- OnClick = CB3dShadowClick
- end
- object BShadowColor: TBitBtn
- Left = 110
- Top = 34
- Width = 107
- Height = 25
- Caption = 'Shadow Co&lor'
- TabOrder = 3
- OnClick = BShadowColorClick
- end
- end
- end
-