home *** CD-ROM | disk | FTP | other *** search
- object ChartEditorForm: TChartEditorForm
- Left = 134
- Top = 40
- Width = 544
- Height = 504
- ActiveControl = BShow
- Caption = 'TeeChart Pro -- RunTime Editor options'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 536
- Height = 65
- Align = alTop
- TabOrder = 0
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 265
- Height = 49
- Lines.Strings = (
- 'This example shows how to use the new Chart Editor'
- 'component. Many properties to customize the run-time'
- 'editor dialog. ')
- TabOrder = 0
- end
- object Button1: TButton
- Left = 447
- Top = 12
- Width = 75
- Height = 33
- Caption = 'Close'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object BShow: TBitBtn
- Left = 288
- Top = 13
- Width = 129
- Height = 33
- Caption = '&Show Editor !'
- TabOrder = 2
- OnClick = BShowClick
- end
- end
- object Chart1: TChart
- Left = 0
- Top = 233
- Width = 536
- Height = 244
- BackWall.Brush.Color = clWhite
- BackWall.Brush.Style = bsClear
- Title.Text.Strings = (
- 'TChart')
- Align = alClient
- TabOrder = 1
- object Series4: TAreaSeries
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clBlue
- DrawArea = 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
- object Series2: TLineSeries
- Marks.ArrowLength = 8
- Marks.Visible = False
- SeriesColor = clGreen
- Pointer.InflateMargins = True
- Pointer.Style = psRectangle
- Pointer.Visible = False
- 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
- object Series3: TPointSeries
- Marks.ArrowLength = 0
- Marks.Visible = False
- SeriesColor = clYellow
- 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
- object Series1: TBarSeries
- Marks.ArrowLength = 20
- Marks.Visible = True
- 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
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 65
- Width = 536
- Height = 168
- Align = alTop
- TabOrder = 2
- object Label2: TLabel
- Left = 25
- Top = 140
- Width = 55
- Height = 13
- Caption = 'Default tab:'
- end
- object Label3: TLabel
- Left = 272
- Top = 140
- Width = 53
- Height = 13
- Caption = 'Editor &Title:'
- FocusControl = Edit1
- end
- object ComboBoxTabs: TComboBox
- Left = 88
- Top = 136
- Width = 161
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Items.Strings = (
- 'Main'
- 'General'
- 'Axis'
- 'Titles'
- 'Legend'
- 'Panel'
- 'Paging'
- 'Walls'
- '3D')
- TabOrder = 0
- OnChange = ComboBoxTabsChange
- end
- object Edit1: TEdit
- Left = 344
- Top = 136
- Width = 169
- Height = 21
- TabOrder = 1
- Text = 'Hello !'
- end
- object GroupBox2: TGroupBox
- Left = 263
- Top = 8
- Width = 249
- Height = 121
- Caption = 'Show editor tabs:'
- TabOrder = 2
- object CBShowMain: TCheckBox
- Left = 10
- Top = 18
- Width = 65
- Height = 17
- Caption = 'Main'
- State = cbChecked
- TabOrder = 0
- OnClick = CBShowMainClick
- end
- object CBShowGeneral: TCheckBox
- Left = 10
- Top = 42
- Width = 65
- Height = 17
- Caption = 'General'
- State = cbChecked
- TabOrder = 1
- OnClick = CBShowMainClick
- end
- object CBShowAxis: TCheckBox
- Left = 10
- Top = 66
- Width = 65
- Height = 17
- Caption = 'Axis'
- State = cbChecked
- TabOrder = 2
- OnClick = CBShowMainClick
- end
- object CBShowTitles: TCheckBox
- Left = 90
- Top = 18
- Width = 65
- Height = 17
- Caption = 'Titles'
- State = cbChecked
- TabOrder = 3
- OnClick = CBShowMainClick
- end
- object CBShowLegend: TCheckBox
- Left = 90
- Top = 42
- Width = 65
- Height = 17
- Caption = 'Legend'
- State = cbChecked
- TabOrder = 4
- OnClick = CBShowMainClick
- end
- object CBShowPanel: TCheckBox
- Left = 90
- Top = 66
- Width = 65
- Height = 17
- Caption = 'Panel'
- State = cbChecked
- TabOrder = 5
- OnClick = CBShowMainClick
- end
- object CBShowPaging: TCheckBox
- Left = 162
- Top = 18
- Width = 65
- Height = 17
- Caption = 'Paging'
- State = cbChecked
- TabOrder = 6
- OnClick = CBShowMainClick
- end
- object CBShowWalls: TCheckBox
- Left = 162
- Top = 42
- Width = 57
- Height = 17
- Caption = 'Walls'
- State = cbChecked
- TabOrder = 7
- OnClick = CBShowMainClick
- end
- object CBShow3D: TCheckBox
- Left = 162
- Top = 66
- Width = 57
- Height = 17
- Caption = '3D'
- State = cbChecked
- TabOrder = 8
- OnClick = CBShowMainClick
- end
- object CBShowSeriesGeneral: TCheckBox
- Left = 10
- Top = 90
- Width = 103
- Height = 17
- Caption = 'Series General'
- State = cbChecked
- TabOrder = 9
- OnClick = CBShowMainClick
- end
- object CBShowSeriesMarks: TCheckBox
- Left = 130
- Top = 90
- Width = 95
- Height = 17
- Caption = 'Series Marks'
- State = cbChecked
- TabOrder = 10
- OnClick = CBShowMainClick
- end
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 241
- Height = 121
- Caption = 'Allow:'
- TabOrder = 3
- object AddCheckBox: TCheckBox
- Left = 8
- Top = 24
- Width = 129
- Height = 17
- Caption = '&Add Series'
- State = cbChecked
- TabOrder = 0
- OnClick = AddCheckBoxClick
- end
- object DeleteCheckBox: TCheckBox
- Left = 8
- Top = 48
- Width = 129
- Height = 17
- Caption = '&Delete Series'
- State = cbChecked
- TabOrder = 1
- OnClick = AddCheckBoxClick
- end
- object ChangeCheckBox: TCheckBox
- Left = 104
- Top = 24
- Width = 129
- Height = 17
- Caption = '&Change Series type'
- State = cbChecked
- TabOrder = 2
- OnClick = AddCheckBoxClick
- end
- object CloneCheckBox: TCheckBox
- Left = 104
- Top = 48
- Width = 129
- Height = 17
- Caption = 'C&lone Series'
- State = cbChecked
- TabOrder = 3
- OnClick = AddCheckBoxClick
- end
- object TitleCheckBox: TCheckBox
- Left = 8
- Top = 72
- Width = 129
- Height = 17
- Caption = 'Change &Title'
- State = cbChecked
- TabOrder = 4
- OnClick = AddCheckBoxClick
- end
- object DataSourceCheckBox: TCheckBox
- Left = 104
- Top = 72
- Width = 129
- Height = 17
- Caption = 'Series &Datasource'
- State = cbChecked
- TabOrder = 5
- OnClick = AddCheckBoxClick
- end
- object HelpCheckBox: TCheckBox
- Left = 8
- Top = 96
- Width = 129
- Height = 17
- Caption = '&Help buttons'
- State = cbChecked
- TabOrder = 6
- OnClick = AddCheckBoxClick
- end
- end
- end
- object ChartEditor1: TChartEditor
- Chart = Chart1
- HideTabs = []
- Left = 432
- Top = 40
- end
- end
-