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

📄 unit1.dfm

📁 SPCOMM控件使用,主要是用在PC串口通信.
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 696
  Height = 480
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 80
    Top = 26
    Width = 89
    Height = 13
    Caption = #21457#36865#38388#38548'[MS]'
  end
  object Label2: TLabel
    Left = 40
    Top = 95
    Width = 27
    Height = 13
    Caption = #25509#25910':'
  end
  object Label3: TLabel
    Left = 136
    Top = 72
    Width = 27
    Height = 13
    Caption = #20018#21475':'
  end
  object Label4: TLabel
    Left = 544
    Top = 136
    Width = 94
    Height = 13
    Caption = '[ '#20018#21475#24050#25171#24320' ]   '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    Visible = False
  end
  object Edit1: TEdit
    Left = 188
    Top = 24
    Width = 105
    Height = 21
    TabOrder = 0
    Text = '18'
  end
  object BitBtn1: TBitBtn
    Left = 382
    Top = 16
    Width = 129
    Height = 41
    Caption = #21457#36865
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 380
    Top = 64
    Width = 129
    Height = 41
    Caption = #20572#27490
    Enabled = False
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 552
    Top = 24
    Width = 81
    Height = 41
    Caption = #25171#24320#20018#21475
    TabOrder = 3
    OnClick = BitBtn3Click
  end
  object BitBtn4: TBitBtn
    Left = 552
    Top = 72
    Width = 81
    Height = 41
    Caption = #20851#38381#20018#21475
    TabOrder = 4
    OnClick = BitBtn4Click
  end
  object Memo1: TMemo
    Left = 35
    Top = 114
    Width = 473
    Height = 322
    ScrollBars = ssBoth
    TabOrder = 5
  end
  object BitBtn5: TBitBtn
    Left = 536
    Top = 320
    Width = 121
    Height = 41
    Caption = #28165#31354
    TabOrder = 6
    OnClick = BitBtn5Click
  end
  object Edit2: TEdit
    Left = 192
    Top = 64
    Width = 105
    Height = 21
    TabOrder = 7
    Text = 'COM3'
  end
  object Comm1: TComm
    CommName = 'COM2'
    BaudRate = 9600
    ParityCheck = False
    Outx_CtsFlow = False
    Outx_DsrFlow = False
    DtrControl = DtrEnable
    DsrSensitivity = False
    TxContinueOnXoff = False
    Outx_XonXoffFlow = False
    Inx_XonXoffFlow = False
    ReplaceWhenParityError = False
    IgnoreNullChar = False
    RtsControl = RtsEnable
    XonLimit = 500
    XoffLimit = 500
    ByteSize = _8
    Parity = None
    StopBits = _1
    XonChar = #0
    XoffChar = #0
    ReplacedChar = #0
    ReadIntervalTimeout = 1
    ReadTotalTimeoutMultiplier = 0
    ReadTotalTimeoutConstant = 0
    WriteTotalTimeoutMultiplier = 0
    WriteTotalTimeoutConstant = 0
    OnReceiveData = Comm1ReceiveData
    Left = 16
    Top = 8
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 4
    OnTimer = Timer1Timer
    Left = 320
    Top = 16
  end
end

⌨️ 快捷键说明

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