home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / CMCD1004.ISO / Software / Freeware / Programare / th2DGraph / Demo / th2DGraph_Demo1.xfm < prev   
Encoding:
Text File  |  2004-09-06  |  3.4 KB  |  114 lines

  1. object Form1: TForm1
  2.   Left = 695
  3.   Top = 135
  4.   Width = 570
  5.   Height = 406
  6.   Caption = 'Demo'
  7.   Color = clBackground
  8.   OnCreate = FormCreate
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   TextWidth = 6
  12.   object th: Tth2DGraph
  13.     Left = 0
  14.     Top = 0
  15.     Width = 570
  16.     Height = 406
  17.     BorderGradient.ColorStart = 15135731
  18.     BorderGradient.ColorStop = 10407887
  19.     CursorShow = False
  20.     CursorShowValues = False
  21.     CursorValuesFont.Color = clBlack
  22.     CursorValuesFont.Height = 11
  23.     CursorValuesFont.Name = 'MS Shell Dlg'
  24.     CursorValuesFont.Pitch = fpVariable
  25.     CursorValuesFont.Style = []
  26.     CursorValuesFont.Weight = 40
  27.     GridPen.Color = 10067967
  28.     GridPen.Style = psDot
  29.     Margin = 10
  30.     PlotAreaGradient.ColorStart = 9355227
  31.     PlotAreaGradient.ColorStop = 11977711
  32.     PlotAreaGradient.DireCtion = diLeftRight
  33.     PlotMode = pmLine
  34.     PlotPen.Color = clMaroon
  35.     XAxis.ArrowLength = 25
  36.     XAxis.ArrowWidth = 11
  37.     XAxis.Divisions = 6
  38.     XAxis.HighLimit.AlarmColor = clYellow
  39.     XAxis.HighLimit.Pen.Color = clYellow
  40.     XAxis.HighLimit.Pen.Style = psDash
  41.     XAxis.HighLimit.Pen.Width = 2
  42.     XAxis.HighLimit.Value = 240.000000000000000000
  43.     XAxis.HighLimit.Visible = True
  44.     XAxis.Length = 471
  45.     XAxis.LowLimit.AlarmColor = clLime
  46.     XAxis.LowLimit.Pen.Color = clLime
  47.     XAxis.LowLimit.Pen.Style = psDash
  48.     XAxis.LowLimit.Pen.Width = 2
  49.     XAxis.LowLimit.Value = 60.000000000000000000
  50.     XAxis.LowLimit.Visible = True
  51.     XAxis.MarksFont.Color = clBlack
  52.     XAxis.MarksFont.Height = 16
  53.     XAxis.MarksFont.Name = 'MS Shell Dlg'
  54.     XAxis.MarksFont.Pitch = fpVariable
  55.     XAxis.MarksFont.Style = [fsBold]
  56.     XAxis.Max = 360.000000000000000000
  57.     XAxis.Name = 'Phase'
  58.     XAxis.NameFont.Color = clBlack
  59.     XAxis.NameFont.Height = 16
  60.     XAxis.NameFont.Name = 'MS Shell Dlg'
  61.     XAxis.NameFont.Pitch = fpVariable
  62.     XAxis.NameFont.Style = [fsBold]
  63.     XAxis.Pen.Color = clNavy
  64.     XAxis.Pen.Width = 3
  65.     YAxis.ArrowLength = 25
  66.     YAxis.ArrowWidth = 11
  67.     YAxis.HighLimit.Pen.Color = clRed
  68.     YAxis.HighLimit.Pen.Style = psDash
  69.     YAxis.HighLimit.Pen.Width = 2
  70.     YAxis.HighLimit.Value = 5.000000000000000000
  71.     YAxis.HighLimit.Visible = True
  72.     YAxis.Length = 311
  73.     YAxis.LowLimit.AlarmColor = clFuchsia
  74.     YAxis.LowLimit.Pen.Color = clFuchsia
  75.     YAxis.LowLimit.Pen.Style = psDash
  76.     YAxis.LowLimit.Pen.Width = 2
  77.     YAxis.LowLimit.Value = -5.000000000000000000
  78.     YAxis.LowLimit.Visible = True
  79.     YAxis.MarksFont.Color = clBlack
  80.     YAxis.MarksFont.Height = 16
  81.     YAxis.MarksFont.Name = 'MS Shell Dlg'
  82.     YAxis.MarksFont.Pitch = fpVariable
  83.     YAxis.MarksFont.Style = [fsBold]
  84.     YAxis.Max = 10.000000000000000000
  85.     YAxis.Min = -10.000000000000000000
  86.     YAxis.Name = 'Amplitude'
  87.     YAxis.NameFont.Color = clBlack
  88.     YAxis.NameFont.Height = 16
  89.     YAxis.NameFont.Name = 'MS Shell Dlg'
  90.     YAxis.NameFont.Pitch = fpVariable
  91.     YAxis.NameFont.Style = [fsBold]
  92.     YAxis.Orientation = orVertical
  93.     YAxis.Pen.Color = clNavy
  94.     YAxis.Pen.Width = 3
  95.     Title = 'Sinus'
  96.     TitleFont.Color = 8421440
  97.     TitleFont.Height = 21
  98.     TitleFont.Name = 'MS Shell Dlg'
  99.     TitleFont.Pitch = fpVariable
  100.     TitleFont.Style = [fsBold]
  101.     Align = alClient
  102.     BevelInner = bvRaised
  103.     BevelOuter = bvLowered
  104.     BevelWidth = 3
  105.     TabOrder = 0
  106.   end
  107.   object Timer1: TTimer
  108.     Interval = 25
  109.     OnTimer = Timer1Timer
  110.     Left = 470
  111.     Top = 50
  112.   end
  113. end
  114.