www.pudn.com > voltage_monitor.rar > Unit1.dfm


object Form1: TForm1 
  Left = 423 
  Top = 197 
  Width = 362 
  Height = 269 
  Caption = 'Form1' 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Chart1: TChart 
    Left = 56 
    Top = 32 
    Width = 249 
    Height = 153 
    BackWall.Brush.Color = clWhite 
    BackWall.Brush.Style = bsClear 
    Title.Text.Strings = ( 
      'TChart') 
    BottomAxis.LabelStyle = talValue 
    LeftAxis.LabelStyle = talValue 
    Legend.Visible = False 
    View3D = False 
    View3DWalls = False 
    TabOrder = 0 
    object Series1: TLineSeries 
      Marks.ArrowLength = 8 
      Marks.Visible = False 
      SeriesColor = clRed 
      Dark3D = False 
      Pointer.InflateMargins = True 
      Pointer.Style = psRectangle 
      Pointer.Visible = False 
      XValues.DateTime = False 
      XValues.Name = 'X' 
      XValues.Multiplier = 1.000000000000000000 
      XValues.Order = loAscending 
      YValues.DateTime = False 
      YValues.Name = 'Y' 
      YValues.Multiplier = 1.000000000000000000 
      YValues.Order = loNone 
    end 
  end 
  object Timer1: TTimer 
    OnTimer = Timer1Timer 
    Left = 8 
    Top = 8 
  end 
end