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

📄 reveivecom.~dfm

📁 串行口接收数据的程序.可以设置波特率,选择串行口.
💻 ~DFM
字号:
object Form1: TForm1
  Left = -26
  Top = 213
  Width = 591
  Height = 409
  Caption = #25509#25910#20018#21475#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 112
    Top = 208
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object GroupBox1: TGroupBox
    Left = 424
    Top = 80
    Width = 153
    Height = 57
    Caption = #36873#25321#20018#21475
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object RadioButton1: TRadioButton
      Left = 8
      Top = 24
      Width = 81
      Height = 17
      Caption = 'com1'
      TabOrder = 0
    end
    object RadioButton2: TRadioButton
      Left = 72
      Top = 24
      Width = 73
      Height = 17
      Caption = 'com2'
      Checked = True
      TabOrder = 1
      TabStop = True
    end
  end
  object GroupBox2: TGroupBox
    Left = 424
    Top = 8
    Width = 153
    Height = 65
    Caption = #36873#25321#27874#29305#29575
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    object ComboBox1: TComboBox
      Left = 24
      Top = 24
      Width = 121
      Height = 32
      ItemHeight = 24
      TabOrder = 0
      Text = '1200,n,8,1'
      Items.Strings = (
        '9600,n,8,1'
        '4800,n,8,1'
        '2400,n,8,1'
        '1200,n,8,1')
    end
  end
  object Memo1: TMemo
    Left = 5
    Top = 5
    Width = 412
    Height = 372
    Color = clScrollBar
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Lines.Strings = (
      'receive other coms send'#39's data:')
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 2
  end
  object Button2: TButton
    Left = 424
    Top = 152
    Width = 153
    Height = 25
    Caption = #25913#21464#35774#32622
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 424
    Top = 184
    Width = 153
    Height = 25
    Caption = #20851#38381#31383#21475
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button3Click
  end
  object MSComm1: TMSComm
    Left = 248
    Top = 168
    Width = 32
    Height = 32
    OnComm = mscomm1comm
    ControlData = {
      2143341208000000ED030000ED03000001568A64000006000100010000040000
      00020100802500000000080000000000000000003F00000001000000}
  end
end

⌨️ 快捷键说明

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