⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit3.dfm

📁 一个串口测试程序
💻 DFM
字号:
object Form3: TForm3
  Left = 170
  Top = 121
  Width = 750
  Height = 600
  HorzScrollBar.Position = 6
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #20018#21475#26354#32447
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PrintScale = poNone
  Scaled = False
  PixelsPerInch = 96
  TextHeight = 13
  object Chart1: TChart
    Left = -22
    Top = 0
    Width = 764
    Height = 537
    BackWall.Brush.Color = clWhite
    BackWall.Brush.Style = bsClear
    BackWall.Pen.Color = clGreen
    Gradient.EndColor = clBlack
    Gradient.StartColor = clBlack
    MarginTop = 0
    Title.Text.Strings = (
      '')
    BottomAxis.Automatic = False
    BottomAxis.AutomaticMaximum = False
    BottomAxis.AutomaticMinimum = False
    BottomAxis.ExactDateTime = False
    BottomAxis.GridCentered = True
    BottomAxis.Increment = 1
    BottomAxis.LabelsFont.Charset = DEFAULT_CHARSET
    BottomAxis.LabelsFont.Color = clTeal
    BottomAxis.LabelsFont.Height = -11
    BottomAxis.LabelsFont.Name = 'Arial'
    BottomAxis.LabelsFont.Style = []
    BottomAxis.Maximum = 59
    BottomAxis.Title.Caption = #26102#38388
    BottomAxis.Title.Font.Charset = DEFAULT_CHARSET
    BottomAxis.Title.Font.Color = clTeal
    BottomAxis.Title.Font.Height = -11
    BottomAxis.Title.Font.Name = 'Arial'
    BottomAxis.Title.Font.Style = []
    Frame.Color = clGreen
    LeftAxis.Automatic = False
    LeftAxis.AutomaticMaximum = False
    LeftAxis.AutomaticMinimum = False
    LeftAxis.ExactDateTime = False
    LeftAxis.LabelsFont.Charset = DEFAULT_CHARSET
    LeftAxis.LabelsFont.Color = clTeal
    LeftAxis.LabelsFont.Height = -11
    LeftAxis.LabelsFont.Name = 'Arial'
    LeftAxis.LabelsFont.Style = []
    LeftAxis.LabelStyle = talValue
    LeftAxis.Maximum = 256
    LeftAxis.Title.Caption = #25968#20540
    LeftAxis.Title.Font.Charset = DEFAULT_CHARSET
    LeftAxis.Title.Font.Color = clTeal
    LeftAxis.Title.Font.Height = -11
    LeftAxis.Title.Font.Name = 'Arial'
    LeftAxis.Title.Font.Style = []
    Legend.Visible = False
    View3D = False
    TabOrder = 0
    OnMouseDown = Chart1MouseDown
    OnMouseMove = Chart1MouseMove
    object Button2: TButton
      Left = 208
      Top = 512
      Width = 75
      Height = 25
      Caption = #40736#26631#21462#20540
      TabOrder = 0
      OnClick = Button2Click
    end
    object Series1: TLineSeries
      Marks.ArrowLength = 8
      Marks.BackColor = -1
      Marks.Visible = False
      SeriesColor = clLime
      LineBrush = bsVertical
      Pointer.InflateMargins = True
      Pointer.Style = psRectangle
      Pointer.Visible = True
      Stairs = True
      XValues.DateTime = False
      XValues.Name = 'X'
      XValues.Multiplier = 1
      XValues.Order = loAscending
      YValues.DateTime = False
      YValues.Name = 'Y'
      YValues.Multiplier = 1
      YValues.Order = loNone
      object TeeFunction1: TAverageTeeFunction
      end
    end
  end
  object Button1: TButton
    Left = 66
    Top = 512
    Width = 75
    Height = 25
    Caption = #20572#27490
    TabOrder = 1
    OnClick = Button1Click
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 344
    Top = 112
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -