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

📄 unit1.dfm

📁 C++Builder 串口编程的很好的控件包
💻 DFM
字号:
object Form1: TForm1
  Left = 367
  Top = 382
  Width = 495
  Height = 339
  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 = 64
    Width = 28
    Height = 13
    Caption = 'Send:'
  end
  object Label3: TLabel
    Left = 8
    Top = 88
    Width = 49
    Height = 13
    Caption = 'Received:'
  end
  object Label2: TLabel
    Left = 10
    Top = 19
    Width = 35
    Height = 13
    Caption = 'Tel.No.'
  end
  object ButtonSend1: TButton
    Left = 400
    Top = 56
    Width = 75
    Height = 25
    Caption = 'ButtonSend1'
    TabOrder = 1
    OnClick = ButtonSend1Click
  end
  object ButtonSet1: TButton
    Left = 440
    Top = 96
    Width = 33
    Height = 25
    Caption = 'Set'
    TabOrder = 0
    OnClick = ButtonSet1Click
  end
  object Edit1: TEdit
    Left = 56
    Top = 64
    Width = 337
    Height = 21
    TabOrder = 2
    Text = '12 5a e3 45 aa 23 45 57 99 df'
  end
  object Memo1: TMemo
    Left = 56
    Top = 88
    Width = 377
    Height = 217
    HideSelection = False
    Lines.Strings = (
      'Memo1')
    ScrollBars = ssBoth
    TabOrder = 3
    WordWrap = False
  end
  object Button1: TButton
    Left = 320
    Top = 16
    Width = 75
    Height = 25
    Caption = 'Dial'
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 400
    Top = 16
    Width = 75
    Height = 25
    Caption = 'Hang'
    TabOrder = 5
    OnClick = Button2Click
  end
  object Edit2: TEdit
    Left = 56
    Top = 16
    Width = 241
    Height = 21
    TabOrder = 6
    Text = '17202'
  end
  object YbCommDevice1: TYbCommDevice
    PortNo = 3
    Baud = br115200
    ByteSize = 8
    InBufSize = 8192
    OutBufSize = 8192
    HwInSize = 1200
    HwOutSize = 1200
    QueueSize = 16
    PackageSize = 4096
    AfterOpen = YbCommDevice1AfterOpen
    Left = 264
    Top = 56
  end
  object Timer1: TTimer
    Interval = 100
    OnTimer = Timer1Timer
    Left = 296
    Top = 56
  end
end

⌨️ 快捷键说明

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