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

📄 unit1.dfm

📁 BCB串口通讯控件
💻 DFM
字号:
object Form1: TForm1
  Left = 480
  Top = 415
  Width = 469
  Height = 299
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 16
    Width = 28
    Height = 13
    Caption = 'Send:'
  end
  object Label3: TLabel
    Left = 8
    Top = 40
    Width = 49
    Height = 13
    Caption = 'Received:'
  end
  object Memo1: TMemo
    Left = 8
    Top = 56
    Width = 385
    Height = 209
    HideSelection = False
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssBoth
    TabOrder = 3
    WordWrap = False
  end
  object ButtonSend1: TButton
    Left = 368
    Top = 16
    Width = 75
    Height = 25
    Caption = 'ButtonSend1'
    TabOrder = 1
    OnClick = ButtonSend1Click
  end
  object ButtonSet1: TButton
    Left = 408
    Top = 56
    Width = 33
    Height = 25
    Caption = 'Set'
    TabOrder = 0
    OnClick = ButtonSet1Click
  end
  object Edit1: TEdit
    Left = 40
    Top = 16
    Width = 321
    Height = 21
    TabOrder = 2
    Text = '12 5a e3 45 aa 23 45 57 99 df'
  end
  object YbCommDevice1: TYbCommDevice
    PortNo = 1
    Baud = br115200
    ByteSize = 8
    InBufSize = 8192
    OutBufSize = 8192
    HwInSize = 1200
    HwOutSize = 1200
    QueueSize = 16
    PackageSize = 4096
    Left = 256
    Top = 152
  end
  object Timer1: TTimer
    Interval = 100
    OnTimer = Timer1Timer
    Left = 288
    Top = 152
  end
end

⌨️ 快捷键说明

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