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

📄 unit1.dfm

📁 C++BUILDER 模仿RS232 設備發出XONXOFF 軟體流量控制訊號,含源碼 可更該Baudrate 基本為7.E.2
💻 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 Button1: TButton
    Left = 112
    Top = 48
    Width = 75
    Height = 25
    Caption = 'open'
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 96
    Top = 136
    Width = 75
    Height = 25
    Caption = '17'
    TabOrder = 1
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 240
    Top = 144
    Width = 75
    Height = 25
    Caption = '19'
    TabOrder = 2
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 88
    Top = 256
    Width = 75
    Height = 25
    Caption = '17-19'
    TabOrder = 3
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 240
    Top = 264
    Width = 75
    Height = 25
    Caption = '19-17'
    TabOrder = 4
    OnClick = Button5Click
  end
  object ComboBox2: TComboBox
    Left = 416
    Top = 72
    Width = 145
    Height = 21
    ImeName = #20013#25991' ('#32321#39636') - '#26032#27880#38899
    ItemHeight = 13
    ItemIndex = 5
    TabOrder = 5
    Text = '9600'
    Items.Strings = (
      '300'
      '600'
      '1200'
      '2400'
      '4800'
      '9600'
      '19200'
      '38400')
  end
  object Button6: TButton
    Left = 584
    Top = 72
    Width = 75
    Height = 25
    Caption = 'speed'
    TabOrder = 6
    OnClick = Button6Click
  end
  object YbCommDevice1: TYbCommDevice
    PortNo = 4
    Baud = br9600
    Parity = ptEvenParity
    ByteSize = 7
    StopBits = sbTwoStopBit
    FlowControl = fcXonXoff
    InBufSize = 8192
    OutBufSize = 8192
    HwInSize = 1200
    HwOutSize = 1200
    QueueSize = 16
    PackageSize = 4096
    Left = 240
    Top = 64
  end
end

⌨️ 快捷键说明

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