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


object Form1: TForm1 
  Left = 446 
  Top = 128 
  Width = 424 
  Height = 272 
  Caption = #30005#21387#30417#25511#31995#32479 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clBlue 
  Font.Height = -11 
  Font.Name = 'MS Sans Serif' 
  Font.Style = [] 
  OldCreateOrder = False 
  Position = poDesktopCenter 
  OnClose = FormClose 
  OnCreate = FormCreate 
  PixelsPerInch = 96 
  TextHeight = 13 
  object Chart1: TChart 
    Left = 104 
    Top = 8 
    Width = 305 
    Height = 153 
    BackWall.Brush.Color = clWhite 
    BackWall.Brush.Style = bsClear 
    Title.Text.Strings = ( 
      #30005#21387#27874#24418#22270) 
    BottomAxis.Automatic = False 
    BottomAxis.AutomaticMaximum = False 
    BottomAxis.AutomaticMinimum = False 
    BottomAxis.LabelStyle = talValue 
    BottomAxis.Maximum = 19.000000000000000000 
    LeftAxis.Automatic = False 
    LeftAxis.AutomaticMaximum = False 
    LeftAxis.AutomaticMinimum = False 
    LeftAxis.Axis.Width = 1 
    LeftAxis.LabelsSeparation = 50 
    LeftAxis.LabelStyle = talValue 
    LeftAxis.Maximum = 260.000000000000000000 
    LeftAxis.MinorTickCount = 2 
    LeftAxis.MinorTickLength = 1 
    Legend.Visible = False 
    View3D = False 
    View3DWalls = False 
    BevelInner = bvLowered 
    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 Panel1: TPanel 
    Left = 8 
    Top = 10 
    Width = 89 
    Height = 151 
    BevelOuter = bvLowered 
    TabOrder = 1 
    object Label1: TLabel 
      Left = 10 
      Top = 8 
      Width = 71 
      Height = 25 
      AutoSize = False 
      Caption = #24403#21069#30005#21387#20540'       ' 
    end 
    object Edit1: TEdit 
      Left = 24 
      Top = 48 
      Width = 41 
      Height = 21 
      TabStop = False 
      Font.Charset = DEFAULT_CHARSET 
      Font.Color = clFuchsia 
      Font.Height = -11 
      Font.Name = 'MS Sans Serif' 
      Font.Style = [] 
      ParentFont = False 
      ReadOnly = True 
      TabOrder = 0 
    end 
  end 
  object Panel2: TPanel 
    Left = 8 
    Top = 168 
    Width = 401 
    Height = 65 
    BevelOuter = bvLowered 
    Caption = #21046#20316#20154#65306#24800#27704#36229'  '#38647#23425#29983'  '#26519#20181#36229'  '#24352#22372 
    TabOrder = 2 
  end 
  object Timer2: TTimer 
    Enabled = False 
    Interval = 10 
    OnTimer = Timer2Timer 
    Left = 40 
    Top = 112 
  end 
  object Timer1: TTimer 
    OnTimer = Timer1Timer 
    Left = 120 
  end 
end