home *** CD-ROM | disk | FTP | other *** search
- object FormDBSingleRecord: TFormDBSingleRecord
- Left = 206
- Top = 163
- Width = 544
- Height = 438
- Caption = 'Single-Record charting of "Animals.dbf" table'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object DBChart1: TDBChart
- Left = 0
- Top = 41
- Width = 536
- Height = 370
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Gradient.Visible = True
- Title.Font.Color = clBlue
- Title.Font.Height = -27
- Title.Font.Name = 'Arial'
- Title.Font.Style = [fsBold, fsItalic]
- Title.Text.Strings = (
- 'TDBChart')
- BottomAxis.EndPosition = 100.000000000000000000
- Chart3DPercent = 100
- LeftAxis.EndPosition = 100.000000000000000000
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.EndPosition = 100.000000000000000000
- View3DOptions.Elevation = 343
- View3DOptions.Orthogonal = False
- View3DOptions.Rotation = 351
- View3DOptions.Zoom = 90
- Align = alClient
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnMouseMove = DBChart1MouseMove
- object Series1: TBarSeries
- ColorEachPoint = True
- Cursor = 2020
- Marks.ArrowLength = 20
- Marks.Style = smsPercent
- Marks.Visible = True
- DataSource = DataSource1
- SeriesColor = clRed
- XValues.DateTime = False
- XValues.Name = 'X'
- XValues.Multiplier = 1.000000000000000000
- XValues.Order = loAscending
- YValues.DateTime = False
- YValues.Name = 'Bar'
- YValues.Multiplier = 1.000000000000000000
- YValues.Order = loNone
- YValues.ValueSource = 'size;weight'
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 536
- Height = 41
- Align = alTop
- TabOrder = 1
- object Label1: TLabel
- Left = 296
- Top = 20
- Width = 104
- Height = 13
- Caption = 'Click on a chart part...'
- end
- object DBNavigator1: TDBNavigator
- Left = 8
- Top = 8
- Width = 221
- Height = 25
- DataSource = DataSource1
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 456
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Close'
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- end
- object Table1: TTable
- Active = True
- DatabaseName = 'dbdemos'
- TableName = 'ANIMALS.DBF'
- Left = 32
- Top = 16
- end
- object DataSource1: TDataSource
- DataSet = Table1
- OnDataChange = DataSource1DataChange
- Left = 32
- Top = 72
- end
- end
-