home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / EXAMPLES / STANDARD / LINKED.DFM / LINKED.txt
Encoding:
Text File  |  1998-10-24  |  5.6 KB  |  221 lines

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