home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / MayTemp / Main.dfm / Main.txt
Text File  |  1998-03-23  |  5KB  |  166 lines

  1. object MainForm: TMainForm
  2.   Left = 205
  3.   Top = 132
  4.   Width = 735
  5.   Height = 464
  6.   Caption = 'May Temperatures'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Chart1: TChart
  18.     Left = 10
  19.     Top = 30
  20.     Width = 877
  21.     Height = 424
  22.     BackWall.Brush.Style = bsClear
  23.     Foot.Font.Charset = DEFAULT_CHARSET
  24.     Foot.Font.Color = clRed
  25.     Foot.Font.Height = -11
  26.     Foot.Font.Name = 'Arial'
  27.     Foot.Font.Style = [fsItalic]
  28.     Title.Text.Strings = (
  29.       'Key West Temperatures May 1871 - 1996')
  30.     BottomAxis.Automatic = False
  31.     BottomAxis.AutomaticMaximum = False
  32.     BottomAxis.AutomaticMinimum = False
  33.     BottomAxis.ExactDateTime = False
  34.     BottomAxis.Increment = 1.000000000000000000
  35.     BottomAxis.Maximum = 31.000000000000000000
  36.     BottomAxis.Minimum = 1.000000000000000000
  37.     BottomAxis.MinorTickCount = 0
  38.     BottomAxis.TickLength = 6
  39.     BottomAxis.Title.Caption = 'Date'
  40.     Chart3DPercent = 10
  41.     ClipPoints = False
  42.     LeftAxis.Automatic = False
  43.     LeftAxis.AutomaticMaximum = False
  44.     LeftAxis.AutomaticMinimum = False
  45.     LeftAxis.ExactDateTime = False
  46.     LeftAxis.Increment = 5.000000000000000000
  47.     LeftAxis.Maximum = 100.000000000000000000
  48.     LeftAxis.Minimum = 50.000000000000000000
  49.     LeftAxis.MinorTickCount = 4
  50.     LeftAxis.MinorTickLength = 5
  51.     LeftAxis.TickLength = 8
  52.     LeftAxis.Title.Caption = 'Temperature (F)'
  53.     TabOrder = 0
  54.     object Series3: TLineSeries
  55.       Marks.ArrowLength = 8
  56.       Marks.Visible = False
  57.       Title = 'Record High'
  58.       SeriesColor = clRed
  59.       Pointer.InflateMargins = True
  60.       Pointer.Style = psRectangle
  61.       Pointer.Visible = False
  62.       XValues.DateTime = False
  63.       XValues.Name = 'X'
  64.       XValues.Multiplier = 1.000000000000000000
  65.       XValues.Order = loAscending
  66.       YValues.DateTime = False
  67.       YValues.Name = 'Y'
  68.       YValues.Multiplier = 1.000000000000000000
  69.       YValues.Order = loNone
  70.     end
  71.     object Series4: TLineSeries
  72.       Marks.ArrowLength = 8
  73.       Marks.Visible = False
  74.       Title = 'Record Low'
  75.       SeriesColor = clBlue
  76.       Pointer.InflateMargins = True
  77.       Pointer.Style = psRectangle
  78.       Pointer.Visible = False
  79.       XValues.DateTime = False
  80.       XValues.Name = 'X'
  81.       XValues.Multiplier = 1.000000000000000000
  82.       XValues.Order = loAscending
  83.       YValues.DateTime = False
  84.       YValues.Name = 'Y'
  85.       YValues.Multiplier = 1.000000000000000000
  86.       YValues.Order = loNone
  87.     end
  88.     object Series1: TLineSeries
  89.       Marks.ArrowLength = 8
  90.       Marks.Visible = False
  91.       Title = 'Normal High'
  92.       SeriesColor = 33023
  93.       Pointer.InflateMargins = True
  94.       Pointer.Style = psRectangle
  95.       Pointer.Visible = False
  96.       XValues.DateTime = False
  97.       XValues.Name = 'X'
  98.       XValues.Multiplier = 1.000000000000000000
  99.       XValues.Order = loAscending
  100.       YValues.DateTime = False
  101.       YValues.Name = 'Y'
  102.       YValues.Multiplier = 1.000000000000000000
  103.       YValues.Order = loNone
  104.     end
  105.     object Series2: TLineSeries
  106.       Marks.ArrowLength = 8
  107.       Marks.Visible = False
  108.       Title = 'Normal Low'
  109.       SeriesColor = clGreen
  110.       Pointer.InflateMargins = True
  111.       Pointer.Style = psRectangle
  112.       Pointer.Visible = False
  113.       XValues.DateTime = False
  114.       XValues.Name = 'X'
  115.       XValues.Multiplier = 1.000000000000000000
  116.       XValues.Order = loAscending
  117.       YValues.DateTime = False
  118.       YValues.Name = 'Y'
  119.       YValues.Multiplier = 1.000000000000000000
  120.       YValues.Order = loNone
  121.     end
  122.     object Series5: TLineSeries
  123.       Marks.ArrowLength = 8
  124.       Marks.Visible = False
  125.       Title = 'Coldest Maximum'
  126.       SeriesColor = clWhite
  127.       Pointer.InflateMargins = True
  128.       Pointer.Style = psRectangle
  129.       Pointer.Visible = False
  130.       XValues.DateTime = False
  131.       XValues.Name = 'X'
  132.       XValues.Multiplier = 1.000000000000000000
  133.       XValues.Order = loAscending
  134.       YValues.DateTime = False
  135.       YValues.Name = 'Y'
  136.       YValues.Multiplier = 1.000000000000000000
  137.       YValues.Order = loNone
  138.     end
  139.     object Series6: TLineSeries
  140.       Marks.ArrowLength = 8
  141.       Marks.Visible = False
  142.       Title = 'Coldest Minimum'
  143.       SeriesColor = clGray
  144.       Pointer.InflateMargins = True
  145.       Pointer.Style = psRectangle
  146.       Pointer.Visible = False
  147.       XValues.DateTime = False
  148.       XValues.Name = 'X'
  149.       XValues.Multiplier = 1.000000000000000000
  150.       XValues.Order = loAscending
  151.       YValues.DateTime = False
  152.       YValues.Name = 'Y'
  153.       YValues.Multiplier = 1.000000000000000000
  154.       YValues.Order = loNone
  155.     end
  156.   end
  157.   object BitBtn1: TBitBtn
  158.     Left = 738
  159.     Top = 482
  160.     Width = 93
  161.     Height = 31
  162.     TabOrder = 1
  163.     Kind = bkClose
  164.   end
  165. end
  166.