home *** CD-ROM | disk | FTP | other *** search
- object CustomGalleryForm: TCustomGalleryForm
- Left = 200
- Top = 96
- ActiveControl = Button1
- BorderStyle = bsDialog
- Caption = 'TeeChart-Pro - How to customize the Chart Gallery'
- ClientHeight = 311
- ClientWidth = 363
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object Chart1: TChart
- Left = 8
- Top = 8
- Width = 345
- Height = 193
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Title.Text.Strings = (
- 'TChart')
- BottomAxis.EndPosition = 100.000000000000000000
- LeftAxis.EndPosition = 100.000000000000000000
- RightAxis.EndPosition = 100.000000000000000000
- TopAxis.EndPosition = 100.000000000000000000
- TabOrder = 0
- object Series1: TPointSeries
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clRed
- Pointer.InflateMargins = True
- Pointer.Style = psRectangle
- Pointer.Visible = True
- XValues.DateTime = False
- XValues.Name = 'X'
- XValues.Multiplier = 1.000000000000000000
- XValues.Order = loAscending
- YValues.DateTime = False
- YValues.Name = 'Y'
- YValues.Multiplier = 1.000000000000000000
- YValues.Order = loNone
- end
- end
- object Button1: TButton
- Left = 8
- Top = 272
- Width = 233
- Height = 33
- Caption = 'Click to show a Custom &Gallery'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 264
- Top = 272
- Width = 89
- Height = 33
- Caption = '&Close'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Show3D: TCheckBox
- Left = 8
- Top = 216
- Width = 97
- Height = 17
- Caption = '&Show in 3D'
- State = cbChecked
- TabOrder = 3
- end
- object ShowFunctions: TCheckBox
- Left = 8
- Top = 240
- Width = 137
- Height = 17
- Caption = 'Show &Functions'
- State = cbChecked
- TabOrder = 4
- end
- object ShowDefault: TCheckBox
- Left = 168
- Top = 216
- Width = 145
- Height = 17
- Caption = 'Show &Default Series'
- State = cbChecked
- TabOrder = 5
- end
- end
-