home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / EXAMPLES / EXTENDED / ULOOK.DFM / ULOOK.txt < prev   
Encoding:
Text File  |  1998-10-24  |  7.9 KB  |  302 lines

  1. object LooksForm: TLooksForm
  2.   Left = 60
  3.   Top = 57
  4.   Width = 675
  5.   Height = 479
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Different TeeChart "looks" example'
  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.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object Chart1: TChart
  18.     Left = 0
  19.     Top = 43
  20.     Width = 345
  21.     Height = 201
  22.     BackWall.Brush.Color = clWhite
  23.     BackWall.Color = clWhite
  24.     BottomWall.Size = 8
  25.     LeftWall.Color = clWhite
  26.     LeftWall.Size = 8
  27.     MarginBottom = 10
  28.     MarginLeft = 10
  29.     MarginRight = 10
  30.     MarginTop = 13
  31.     Title.Text.Strings = (
  32.       'TChart')
  33.     Title.Visible = False
  34.     BackColor = clWhite
  35.     BottomAxis.Axis.Width = 1
  36.     BottomAxis.Grid.Visible = False
  37.     BottomAxis.LabelsFont.Color = clRed
  38.     BottomAxis.LabelsFont.Height = -11
  39.     BottomAxis.LabelsFont.Name = 'Arial'
  40.     BottomAxis.LabelsFont.Style = []
  41.     BottomAxis.MinorTickCount = 0
  42.     BottomAxis.EndPosition = 100.000000000000000000
  43.     Chart3DPercent = 70
  44.     LeftAxis.Axis.Width = 1
  45.     LeftAxis.Grid.Visible = False
  46.     LeftAxis.MinorTickCount = 0
  47.     LeftAxis.EndPosition = 100.000000000000000000
  48.     Legend.Visible = False
  49.     RightAxis.EndPosition = 100.000000000000000000
  50.     TopAxis.EndPosition = 100.000000000000000000
  51.     View3DOptions.Orthogonal = False
  52.     TabOrder = 0
  53.     object Series2: TBarSeries
  54.       Marks.ArrowLength = 20
  55.       Marks.Visible = False
  56.       SeriesColor = clBlue
  57.       MultiBar = mbNone
  58.       XValues.DateTime = False
  59.       XValues.Name = 'X'
  60.       XValues.Multiplier = 1.000000000000000000
  61.       XValues.Order = loAscending
  62.       YValues.DateTime = False
  63.       YValues.Name = 'Bar'
  64.       YValues.Multiplier = 1.000000000000000000
  65.       YValues.Order = loNone
  66.     end
  67.     object Series1: TBarSeries
  68.       Marks.ArrowLength = 20
  69.       Marks.Visible = False
  70.       SeriesColor = clLime
  71.       MultiBar = mbNone
  72.       XValues.DateTime = False
  73.       XValues.Name = 'X'
  74.       XValues.Multiplier = 1.000000000000000000
  75.       XValues.Order = loAscending
  76.       YValues.DateTime = False
  77.       YValues.Name = 'Bar'
  78.       YValues.Multiplier = 1.000000000000000000
  79.       YValues.Order = loNone
  80.     end
  81.   end
  82.   object Chart2: TChart
  83.     Left = 0
  84.     Top = 251
  85.     Width = 345
  86.     Height = 201
  87.     BackWall.Brush.Color = clWhite
  88.     BackWall.Brush.Style = bsClear
  89.     BottomWall.Size = 8
  90.     LeftWall.Color = clWhite
  91.     LeftWall.Size = 8
  92.     MarginTop = 18
  93.     Title.Text.Strings = (
  94.       'TChart')
  95.     Title.Visible = False
  96.     BottomAxis.Axis.Width = 1
  97.     BottomAxis.Grid.Color = clBlack
  98.     BottomAxis.Grid.Style = psSolid
  99.     BottomAxis.GridCentered = True
  100.     BottomAxis.LabelsFont.Color = clBlack
  101.     BottomAxis.LabelsFont.Height = -16
  102.     BottomAxis.LabelsFont.Name = 'Arial'
  103.     BottomAxis.LabelsFont.Style = [fsBold]
  104.     BottomAxis.MinorTickCount = 0
  105.     BottomAxis.EndPosition = 100.000000000000000000
  106.     Chart3DPercent = 70
  107.     LeftAxis.Axis.Width = 1
  108.     LeftAxis.Grid.Color = clBlack
  109.     LeftAxis.Grid.Style = psSolid
  110.     LeftAxis.LabelsFont.Color = clBlack
  111.     LeftAxis.LabelsFont.Height = -16
  112.     LeftAxis.LabelsFont.Name = 'Arial'
  113.     LeftAxis.LabelsFont.Style = [fsBold]
  114.     LeftAxis.MinorTickCount = 0
  115.     LeftAxis.EndPosition = 100.000000000000000000
  116.     Legend.Visible = False
  117.     RightAxis.EndPosition = 100.000000000000000000
  118.     TopAxis.EndPosition = 100.000000000000000000
  119.     View3D = False
  120.     TabOrder = 1
  121.     object Series3: TBarSeries
  122.       Marks.ArrowLength = 20
  123.       Marks.Visible = False
  124.       SeriesColor = clRed
  125.       BarPen.Visible = False
  126.       BarWidthPercent = 85
  127.       XValues.DateTime = False
  128.       XValues.Name = 'X'
  129.       XValues.Multiplier = 1.000000000000000000
  130.       XValues.Order = loAscending
  131.       YValues.DateTime = False
  132.       YValues.Name = 'Bar'
  133.       YValues.Multiplier = 1.000000000000000000
  134.       YValues.Order = loNone
  135.     end
  136.     object Series5: TBarSeries
  137.       Marks.ArrowLength = 20
  138.       Marks.Visible = False
  139.       SeriesColor = clLime
  140.       BarPen.Visible = False
  141.       BarWidthPercent = 85
  142.       XValues.DateTime = False
  143.       XValues.Name = 'X'
  144.       XValues.Multiplier = 1.000000000000000000
  145.       XValues.Order = loAscending
  146.       YValues.DateTime = False
  147.       YValues.Name = 'Bar'
  148.       YValues.Multiplier = 1.000000000000000000
  149.       YValues.Order = loNone
  150.     end
  151.     object Series6: TBarSeries
  152.       Marks.ArrowLength = 20
  153.       Marks.Visible = False
  154.       SeriesColor = clBlue
  155.       BarPen.Visible = False
  156.       BarWidthPercent = 85
  157.       XValues.DateTime = False
  158.       XValues.Name = 'X'
  159.       XValues.Multiplier = 1.000000000000000000
  160.       XValues.Order = loAscending
  161.       YValues.DateTime = False
  162.       YValues.Name = 'Bar'
  163.       YValues.Multiplier = 1.000000000000000000
  164.       YValues.Order = loNone
  165.     end
  166.     object Series4: TBarSeries
  167.       Marks.ArrowLength = 20
  168.       Marks.Visible = False
  169.       SeriesColor = clYellow
  170.       BarPen.Visible = False
  171.       BarWidthPercent = 85
  172.       XValues.DateTime = False
  173.       XValues.Name = 'X'
  174.       XValues.Multiplier = 1.000000000000000000
  175.       XValues.Order = loAscending
  176.       YValues.DateTime = False
  177.       YValues.Name = 'Bar'
  178.       YValues.Multiplier = 1.000000000000000000
  179.       YValues.Order = loNone
  180.     end
  181.   end
  182.   object Chart3: TChart
  183.     Left = 353
  184.     Top = 43
  185.     Width = 313
  186.     Height = 201
  187.     BackWall.Brush.Color = clWhite
  188.     BackWall.Brush.Style = bsClear
  189.     BackWall.Pen.Visible = False
  190.     MarginTop = 9
  191.     Title.Text.Strings = (
  192.       'TChart')
  193.     Title.Visible = False
  194.     BottomAxis.Grid.Visible = False
  195.     BottomAxis.MinorTickCount = 0
  196.     BottomAxis.EndPosition = 100.000000000000000000
  197.     Frame.Visible = False
  198.     LeftAxis.Axis.Width = 1
  199.     LeftAxis.Grid.Visible = False
  200.     LeftAxis.MinorTickCount = 0
  201.     LeftAxis.EndPosition = 100.000000000000000000
  202.     LeftAxis.TickInnerLength = 3
  203.     LeftAxis.TickLength = 3
  204.     Legend.Visible = False
  205.     RightAxis.EndPosition = 100.000000000000000000
  206.     TopAxis.EndPosition = 100.000000000000000000
  207.     View3D = False
  208.     BevelOuter = bvNone
  209.     BorderStyle = bsSingle
  210.     Color = clWhite
  211.     TabOrder = 2
  212.     object Series7: TBarSeries
  213.       ColorEachPoint = True
  214.       Marks.ArrowLength = 20
  215.       Marks.Visible = False
  216.       SeriesColor = clRed
  217.       BarPen.Visible = False
  218.       BarWidthPercent = 95
  219.       SideMargins = False
  220.       XValues.DateTime = False
  221.       XValues.Name = 'X'
  222.       XValues.Multiplier = 1.000000000000000000
  223.       XValues.Order = loAscending
  224.       YValues.DateTime = False
  225.       YValues.Name = 'Bar'
  226.       YValues.Multiplier = 1.000000000000000000
  227.       YValues.Order = loNone
  228.     end
  229.   end
  230.   object Panel1: TPanel
  231.     Left = 353
  232.     Top = 251
  233.     Width = 313
  234.     Height = 201
  235.     BevelOuter = bvLowered
  236.     Color = clNavy
  237.     TabOrder = 3
  238.     object Memo1: TMemo
  239.       Left = 1
  240.       Top = 104
  241.       Width = 311
  242.       Height = 96
  243.       Align = alBottom
  244.       Alignment = taCenter
  245.       BorderStyle = bsNone
  246.       Color = clNavy
  247.       Font.Color = clYellow
  248.       Font.Height = -24
  249.       Font.Name = 'MS Sans Serif'
  250.       Font.Style = [fsBold]
  251.       Lines.Strings = (
  252.         'No lines of code !'
  253.         'Change the look !'
  254.         '3 in 1 !')
  255.       ParentFont = False
  256.       TabOrder = 0
  257.     end
  258.     object Panel2: TPanel
  259.       Left = 82
  260.       Top = 32
  261.       Width = 144
  262.       Height = 48
  263.       TabOrder = 1
  264.       object Image1: TImage
  265.         Left = 1
  266.         Top = 1
  267.         Width = 142
  268.         Height = 46
  269.         Align = alClient
  270.         AutoSize = True
  271.         Picture.Data = {<image000.bmp>}
  272.       end
  273.     end
  274.   end
  275.   object Panel3: TPanel
  276.     Left = 0
  277.     Top = 0
  278.     Width = 667
  279.     Height = 41
  280.     Align = alTop
  281.     TabOrder = 4
  282.     object Label1: TLabel
  283.       Left = 136
  284.       Top = 16
  285.       Width = 369
  286.       Height = 13
  287.       Caption = 
  288.         'The three TeeCharts below are just three combinations of TeeChar' +
  289.         't properties.'
  290.     end
  291.     object Button1: TButton
  292.       Left = 16
  293.       Top = 4
  294.       Width = 89
  295.       Height = 33
  296.       Caption = 'Close'
  297.       TabOrder = 0
  298.       OnClick = Button1Click
  299.     end
  300.   end
  301. end
  302.