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

📄 autoreceive.dfm

📁 本程序用于实时串口通信
💻 DFM
字号:
object Form1: TForm1
  Left = 279
  Top = 216
  Width = 696
  Height = 480
  BiDiMode = bdLeftToRight
  Caption = 'Auto_receive:Using timer'
  Color = clCream
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  ParentBiDiMode = False
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 152
    Top = 240
    Width = 80
    Height = 30
    AutoSize = False
    Caption = #21457#36865#30340#25968#25454
    Color = clAqua
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    Layout = tlCenter
  end
  object Label2: TLabel
    Left = 456
    Top = 240
    Width = 80
    Height = 30
    AutoSize = False
    Caption = #25509#25910#30340#25968#25454
    Color = clAqua
    ParentColor = False
    Layout = tlCenter
  end
  object rdCOM: TRadioGroup
    Left = 80
    Top = 48
    Width = 185
    Height = 129
    Caption = #36873#25321#36890#20449#31471#21475
    Color = clInfoBk
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ItemIndex = 0
    Items.Strings = (
      '      COM1'
      '      COM2')
    ParentColor = False
    ParentFont = False
    TabOrder = 0
  end
  object mSend: TMemo
    Left = 152
    Top = 272
    Width = 185
    Height = 89
    Color = clInactiveCaptionText
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    Lines.Strings = (
      #35831#36755#20837#21457#36865#30340#25968#25454#65281)
    ParentFont = False
    ScrollBars = ssBoth
    TabOrder = 1
    OnKeyPress = mSendKeyPress
  end
  object mReceive: TMemo
    Left = 456
    Top = 272
    Width = 185
    Height = 89
    Color = clInactiveCaptionText
    Lines.Strings = (
      #36825#26159#25509#25910#30340#25968#25454#65281)
    ScrollBars = ssBoth
    TabOrder = 2
  end
  object Button1: TButton
    Left = 312
    Top = 80
    Width = 104
    Height = 30
    BiDiMode = bdLeftToRight
    Caption = #25171#24320#36890#20449#31471#21475'      '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentBiDiMode = False
    ParentFont = False
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button3: TButton
    Left = 488
    Top = 80
    Width = 80
    Height = 30
    Caption = #20851#38381#31995#32479'    '
    TabOrder = 4
    OnClick = Button3Click
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 100
    OnTimer = Timer1Timer
    Left = 480
    Top = 152
  end
end

⌨️ 快捷键说明

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