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

  1. object GanttForm: TGanttForm
  2.   Left = 96
  3.   Top = 36
  4.   Width = 565
  5.   Height = 472
  6.   Caption = 'TeeChart Gantt Series Demo'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Chart1: TChart
  17.     Left = 0
  18.     Top = 97
  19.     Width = 557
  20.     Height = 348
  21.     AllowPanning = pmHorizontal
  22.     BackWall.Brush.Color = clWhite
  23.     BackWall.Color = clSilver
  24.     Foot.Alignment = taRightJustify
  25.     Foot.Font.Color = clYellow
  26.     Foot.Font.Height = -12
  27.     Foot.Font.Name = 'Arial'
  28.     Foot.Font.Style = [fsItalic]
  29.     Foot.Frame.Color = clScrollBar
  30.     Foot.Text.Strings = (
  31.       
  32.         'Left drag (Up/Down) to Zoom. Right drag to Scroll. Invert Zoom r' +
  33.         'ectangle to reset.')
  34.     Foot.Visible = False
  35.     Title.Font.Color = clWhite
  36.     Title.Font.Height = -13
  37.     Title.Font.Name = 'Arial'
  38.     Title.Font.Style = [fsBold]
  39.     Title.Frame.Color = clScrollBar
  40.     Title.Text.Strings = (
  41.       'This demo shows the Gantt chart Type.'
  42.       'Each Point is a Horizontal Bar that defines a Date Period.'
  43.       '')
  44.     BackColor = clSilver
  45.     BottomAxis.Grid.Style = psSolid
  46.     BottomAxis.LabelsAngle = 90
  47.     BottomAxis.LabelsFont.Color = clWhite
  48.     BottomAxis.LabelsFont.Height = -12
  49.     BottomAxis.LabelsFont.Name = 'Arial'
  50.     BottomAxis.LabelsFont.Style = []
  51.     BottomAxis.LabelStyle = talValue
  52.     BottomAxis.MinorTicks.Color = clWhite
  53.     BottomAxis.EndPosition = 100.000000000000000000
  54.     BottomAxis.TickInnerLength = 4
  55.     BottomAxis.Ticks.Color = clLime
  56.     BottomAxis.TicksInner.Color = 8388863
  57.     BottomAxis.Title.Caption = 'Current Year'
  58.     BottomAxis.Title.Font.Color = clMaroon
  59.     BottomAxis.Title.Font.Height = -19
  60.     BottomAxis.Title.Font.Name = 'Arial'
  61.     BottomAxis.Title.Font.Style = [fsItalic]
  62.     LeftAxis.Grid.Color = clLime
  63.     LeftAxis.LabelsFont.Color = clAqua
  64.     LeftAxis.LabelsFont.Height = -13
  65.     LeftAxis.LabelsFont.Name = 'Arial'
  66.     LeftAxis.LabelsFont.Style = []
  67.     LeftAxis.LabelsSeparation = 3
  68.     LeftAxis.LabelStyle = talText
  69.     LeftAxis.EndPosition = 100.000000000000000000
  70.     LeftAxis.Title.Font.Color = clPurple
  71.     LeftAxis.Title.Font.Height = -16
  72.     LeftAxis.Title.Font.Name = 'Arial'
  73.     LeftAxis.Title.Font.Style = [fsBold, fsItalic]
  74.     Legend.Visible = False
  75.     RightAxis.EndPosition = 100.000000000000000000
  76.     TopAxis.EndPosition = 100.000000000000000000
  77.     View3D = False
  78.     OnGetNextAxisLabel = Chart1GetNextAxisLabel
  79.     Align = alClient
  80.     Color = 8421440
  81.     TabOrder = 0
  82.     OnMouseMove = Chart1MouseMove
  83.     object GanttSeries1: TGanttSeries
  84.       ColorEachPoint = True
  85.       Marks.ArrowLength = 0
  86.       Marks.BackColor = clWhite
  87.       Marks.Clip = True
  88.       Marks.Font.Color = clNavy
  89.       Marks.Font.Height = -9
  90.       Marks.Font.Name = 'Arial'
  91.       Marks.Font.Style = []
  92.       Marks.Frame.Color = clRed
  93.       Marks.Visible = True
  94.       SeriesColor = clRed
  95.       OnClick = GanttSeries1Click
  96.       Pointer.Draw3D = False
  97.       Pointer.HorizSize = 83
  98.       Pointer.InflateMargins = True
  99.       Pointer.Style = psRectangle
  100.       Pointer.VertSize = 8
  101.       Pointer.Visible = True
  102.       XValues.DateTime = True
  103.       XValues.Name = 'Start'
  104.       XValues.Multiplier = 1.000000000000000000
  105.       XValues.Order = loAscending
  106.       YValues.DateTime = False
  107.       YValues.Name = 'Y'
  108.       YValues.Multiplier = 1.000000000000000000
  109.       YValues.Order = loNone
  110.       ConnectingPen.Color = clRed
  111.       ConnectingPen.Width = 2
  112.       StartValues.DateTime = True
  113.       StartValues.Name = 'Start'
  114.       StartValues.Multiplier = 1.000000000000000000
  115.       StartValues.Order = loAscending
  116.       EndValues.DateTime = False
  117.       EndValues.Name = 'End'
  118.       EndValues.Multiplier = 1.000000000000000000
  119.       EndValues.Order = loNone
  120.       NextTask.DateTime = False
  121.       NextTask.Name = 'NextTask'
  122.       NextTask.Multiplier = 1.000000000000000000
  123.       NextTask.Order = loNone
  124.     end
  125.   end
  126.   object Panel1: TPanel
  127.     Left = 0
  128.     Top = 0
  129.     Width = 557
  130.     Height = 97
  131.     Align = alTop
  132.     TabOrder = 1
  133.     object Label1: TLabel
  134.       Left = 295
  135.       Top = 6
  136.       Width = 62
  137.       Height = 24
  138.       Caption = 'Label1'
  139.       Font.Color = clBlue
  140.       Font.Height = -20
  141.       Font.Name = 'Arial'
  142.       Font.Style = [fsBold]
  143.       ParentFont = False
  144.     end
  145.     object Shape1: TShape
  146.       Left = 296
  147.       Top = 63
  148.       Width = 77
  149.       Height = 26
  150.     end
  151.     object Label2: TLabel
  152.       Left = 295
  153.       Top = 34
  154.       Width = 62
  155.       Height = 24
  156.       Caption = 'Label1'
  157.       Font.Color = clBlue
  158.       Font.Height = -20
  159.       Font.Name = 'Arial'
  160.       Font.Style = [fsBold]
  161.       ParentFont = False
  162.     end
  163.     object BitBtn3: TBitBtn
  164.       Left = 448
  165.       Top = 58
  166.       Width = 89
  167.       Height = 33
  168.       TabOrder = 0
  169.       Kind = bkClose
  170.     end
  171.     object Memo1: TMemo
  172.       Left = 8
  173.       Top = 8
  174.       Width = 265
  175.       Height = 81
  176.       Lines.Strings = (
  177.         'Gantt Series are made of points with Start and End'
  178.         'coordinates.'
  179.         ''
  180.         'This example shows how to get mouse position and '
  181.         'how to customize bottom axis labels.')
  182.       TabOrder = 1
  183.     end
  184.   end
  185. end
  186.