home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 29 / Pce29cd.iso / RUNIMAGE / DELPHI40 / DEMOS / TEECHART / LINKED.DFM / LINKED.txt
Text File  |  1998-06-16  |  5KB  |  222 lines

  1. object LinkedTablesForm: TLinkedTablesForm
  2.   Left = 156
  3.   Top = 79
  4.   Width = 604
  5.   Height = 457
  6.   Caption = 'TeeChart Linked Tables Demo'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   WindowState = wsMaximized
  13.   TextHeight = 13
  14.   object DBChart1: TDBChart
  15.     Left = 0
  16.     Top = 241
  17.     Width = 596
  18.     Height = 164
  19.     BottomWall.Color = clWhite
  20.     Foot.Alignment = taRightJustify
  21.     Foot.Font.Color = clBlue
  22.     Foot.Font.Height = -15
  23.     Foot.Font.Name = 'Arial'
  24.     Foot.Font.Style = [fsBold]
  25.     Foot.Frame.Color = clScrollBar
  26.     Foot.Visible = False
  27.     LeftWall.Color = 8454143
  28.     Title.Font.Color = clFuchsia
  29.     Title.Font.Height = -16
  30.     Title.Font.Name = 'Arial'
  31.     Title.Font.Style = [fsBold, fsItalic]
  32.     Title.Frame.Color = clScrollBar
  33.     Title.Text.Strings = (
  34.       'Linked Tables Chart Demo')
  35.     BottomAxis.LabelsAngle = 90
  36.     BottomAxis.LabelsFont.Color = clGreen
  37.     BottomAxis.LabelsFont.Height = -13
  38.     BottomAxis.LabelsFont.Name = 'Arial'
  39.     BottomAxis.LabelsFont.Style = [fsBold]
  40.     BottomAxis.LabelStyle = talText
  41.     Chart3DPercent = 90
  42.     Frame.Color = clAqua
  43.     Frame.Style = psDashDot
  44.     Legend.Color = clBlue
  45.     Legend.ColorWidth = 13
  46.     Legend.Font.Color = clYellow
  47.     Legend.Font.Height = -16
  48.     Legend.Font.Name = 'Arial'
  49.     Legend.Font.Style = [fsBold, fsItalic]
  50.     Legend.Frame.Color = clWhite
  51.     Legend.Frame.Width = 4
  52.     Legend.TextStyle = ltsRightValue
  53.     Legend.TopPos = 5
  54.     RightAxis.LabelsFont.Color = clRed
  55.     RightAxis.LabelsFont.Height = -15
  56.     RightAxis.LabelsFont.Name = 'Arial'
  57.     RightAxis.LabelsFont.Style = [fsItalic]
  58.     RightAxis.TickLength = 12
  59.     RightAxis.Ticks.Color = clWhite
  60.     RightAxis.Ticks.Width = 2
  61.     Align = alClient
  62.     TabOrder = 0
  63.     object AreaSeries1: TAreaSeries
  64.       ColorEachPoint = True
  65.       Marks.ArrowLength = 8
  66.       Marks.Visible = False
  67.       DataSource = Table2
  68.       XLabelsSource = 'SaleDate'
  69.       SeriesColor = clRed
  70.       VertAxis = aRightAxis
  71.       DrawArea = True
  72.       XValues.DateTime = False
  73.       XValues.Name = 'X'
  74.       XValues.Multiplier = 1.000000000000000000
  75.       XValues.Order = loAscending
  76.       YValues.DateTime = False
  77.       YValues.Name = 'Y'
  78.       YValues.Multiplier = 1.000000000000000000
  79.       YValues.Order = loNone
  80.       YValues.ValueSource = 'AmountPaid'
  81.       Left = 40
  82.       Top = 258
  83.     end
  84.   end
  85.   object DBGrid1: TDBGrid
  86.     Left = 0
  87.     Top = 48
  88.     Width = 596
  89.     Height = 81
  90.     Align = alTop
  91.     DataSource = DataSource1
  92.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
  93.     TabOrder = 1
  94.     TitleFont.Color = clBlack
  95.     TitleFont.Height = -11
  96.     TitleFont.Name = 'MS Sans Serif'
  97.     TitleFont.Style = []
  98.   end
  99.   object Panel1: TPanel
  100.     Left = 0
  101.     Top = 405
  102.     Width = 596
  103.     Height = 25
  104.     Align = alBottom
  105.     Alignment = taLeftJustify
  106.     Font.Color = clRed
  107.     Font.Height = -13
  108.     Font.Name = 'Arial'
  109.     Font.Style = [fsItalic]
  110.     ParentFont = False
  111.     TabOrder = 2
  112.   end
  113.   object Panel2: TPanel
  114.     Left = 0
  115.     Top = 0
  116.     Width = 596
  117.     Height = 48
  118.     Align = alTop
  119.     TabOrder = 3
  120.     object DBNavigator1: TDBNavigator
  121.       Left = 12
  122.       Top = 11
  123.       Width = 233
  124.       Height = 26
  125.       DataSource = DataSource1
  126.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  127.       TabOrder = 0
  128.     end
  129.     object BitBtn1: TBitBtn
  130.       Left = 286
  131.       Top = 8
  132.       Width = 95
  133.       Height = 33
  134.       Font.Color = clBlack
  135.       Font.Height = -15
  136.       Font.Name = 'Arial'
  137.       Font.Style = []
  138.       ParentFont = False
  139.       TabOrder = 1
  140.       Kind = bkClose
  141.     end
  142.   end
  143.   object DBGrid2: TDBGrid
  144.     Left = 0
  145.     Top = 129
  146.     Width = 596
  147.     Height = 112
  148.     Align = alTop
  149.     DataSource = DataSource2
  150.     TabOrder = 4
  151.     TitleFont.Color = clBlack
  152.     TitleFont.Height = -11
  153.     TitleFont.Name = 'MS Sans Serif'
  154.     TitleFont.Style = []
  155.   end
  156.   object DataSource1: TDataSource
  157.     DataSet = Table1
  158.     OnDataChange = DataSource1DataChange
  159.     Left = 339
  160.     Top = 204
  161.   end
  162.   object Table1: TTable
  163.     Active = True
  164.     DatabaseName = 'DBDEMOS'
  165.     TableName = 'CUSTOMER.DB'
  166.     Left = 268
  167.     Top = 203
  168.     object Table1CustNo: TFloatField
  169.       DisplayWidth = 12
  170.       FieldName = 'CustNo'
  171.     end
  172.     object Table1Company: TStringField
  173.       DisplayWidth = 29
  174.       FieldName = 'Company'
  175.       Size = 30
  176.     end
  177.     object Table1City: TStringField
  178.       DisplayWidth = 18
  179.       FieldName = 'City'
  180.       Size = 15
  181.     end
  182.     object Table1State: TStringField
  183.       DisplayWidth = 7
  184.       FieldName = 'State'
  185.     end
  186.     object Table1Country: TStringField
  187.       DisplayWidth = 14
  188.       FieldName = 'Country'
  189.     end
  190.   end
  191.   object Table2: TTable
  192.     Active = True
  193.     DatabaseName = 'DBDEMOS'
  194.     IndexFieldNames = 'CustNo'
  195.     MasterFields = 'CustNo'
  196.     MasterSource = DataSource1
  197.     TableName = 'ORDERS.DB'
  198.     Left = 268
  199.     Top = 151
  200.     object Table2OrderNo: TFloatField
  201.       FieldName = 'OrderNo'
  202.     end
  203.     object Table2CustNo: TFloatField
  204.       FieldName = 'CustNo'
  205.       Required = True
  206.       Visible = False
  207.     end
  208.     object Table2SaleDate: TDateTimeField
  209.       FieldName = 'SaleDate'
  210.     end
  211.     object Table2AmountPaid: TCurrencyField
  212.       FieldName = 'AmountPaid'
  213.       Currency = True
  214.     end
  215.   end
  216.   object DataSource2: TDataSource
  217.     DataSet = Table2
  218.     Left = 336
  219.     Top = 150
  220.   end
  221. end
  222.