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

📄 unit1.dfm

📁 在c++builder环境下一个串口通信程序
💻 DFM
字号:
object Form1: TForm1
  Left = 195
  Top = 110
  Width = 487
  Height = 359
  Caption = '基本传输测试'
  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 = 40
    Top = 104
    Width = 121
    Height = 25
    AutoSize = False
    Caption = '发送的数据'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 296
    Top = 104
    Width = 121
    Height = 25
    AutoSize = False
    Caption = '接收的数据'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object rdCOM: TRadioGroup
    Left = 40
    Top = 8
    Width = 113
    Height = 81
    Caption = '选择通信端口'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ItemIndex = 0
    Items.Strings = (
      'COM1'
      'COM2')
    ParentFont = False
    TabOrder = 0
  end
  object Button1: TButton
    Left = 176
    Top = 24
    Width = 113
    Height = 41
    Caption = '打开通信端口'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 328
    Top = 24
    Width = 113
    Height = 41
    Caption = '结束系统'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 72
    Top = 280
    Width = 113
    Height = 41
    Caption = '发送数据'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 320
    Top = 280
    Width = 113
    Height = 41
    Caption = '接收数据'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = Button4Click
  end
  object mSend: TMemo
    Left = 40
    Top = 136
    Width = 161
    Height = 137
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ImeName = '智能陈桥输入平台  5.2'
    Lines.Strings = (
      '这是一个以BCB做成'
      '的通信测试程序!')
    ParentFont = False
    TabOrder = 5
  end
  object mReceive: TMemo
    Left = 288
    Top = 136
    Width = 161
    Height = 137
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ImeName = '智能陈桥输入平台  5.2'
    Lines.Strings = (
      '???')
    ParentFont = False
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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