home *** CD-ROM | disk | FTP | other *** search
- object FormGroupBy: TFormGroupBy
- Left = 60
- Top = 26
- Width = 603
- Height = 473
- ActiveControl = Chart1
- Caption = 'Group By (CrossTab) Database Charts'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object Chart1: TChart
- Left = 0
- Top = 218
- Width = 595
- Height = 228
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- BottomWall.Size = 9
- LeftWall.Size = 9
- Title.Text.Strings = (
- 'TChart')
- BottomAxis.EndPosition = 100.000000000000000000
- LeftAxis.EndPosition = 100.000000000000000000
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.EndPosition = 100.000000000000000000
- Align = alClient
- TabOrder = 0
- object Series1: TBarSeries
- Marks.ArrowLength = 20
- Marks.Visible = False
- SeriesColor = clRed
- BarStyle = bsPyramid
- MultiBar = mbNone
- 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
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 170
- Width = 595
- Height = 48
- Align = alTop
- TabOrder = 1
- object DBNavigator1: TDBNavigator
- Left = 16
- Top = 16
- Width = 231
- Height = 25
- DataSource = DataSource1
- TabOrder = 0
- end
- object RadioGroup1: TRadioGroup
- Left = 264
- Top = 8
- Width = 153
- Height = 33
- Caption = 'Amount Paid:'
- Columns = 2
- ItemIndex = 1
- Items.Strings = (
- 'Count'
- 'Sum')
- TabOrder = 1
- OnClick = RadioGroup1Click
- end
- object Button1: TButton
- Left = 432
- Top = 16
- Width = 57
- Height = 25
- Caption = 'Swap'
- TabOrder = 2
- OnClick = Button1Click
- end
- object BitBtn1: TBitBtn
- Left = 504
- Top = 16
- Width = 75
- Height = 25
- Caption = 'Edit...'
- TabOrder = 3
- OnClick = BitBtn1Click
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 595
- Height = 170
- Align = alTop
- Caption = 'Panel2'
- TabOrder = 2
- object DBGrid1: TDBGrid
- Left = 1
- Top = 1
- Width = 593
- Height = 168
- Align = alClient
- DataSource = DataSource1
- TabOrder = 0
- TitleFont.Color = clWindowText
- TitleFont.Height = -11
- TitleFont.Name = 'MS Sans Serif'
- TitleFont.Style = []
- end
- end
- object Query1: TQuery
- DatabaseName = 'dbdemos'
- SQL.Strings = (
- 'select * from orders')
- Left = 16
- Top = 16
- end
- object DataSource1: TDataSource
- DataSet = Query1
- Left = 64
- Top = 16
- end
- end
-