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

📄 unit1.dfm

📁 利用MSComm控件
💻 DFM
字号:
object Form1: TForm1
  Left = 223
  Top = 266
  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 Label1: TLabel
    Left = 72
    Top = 96
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #21457#36865#30340#25968#25454
  end
  object Label2: TLabel
    Left = 408
    Top = 96
    Width = 73
    Height = 13
    AutoSize = False
    Caption = #25509#25910#30340#25968#25454
  end
  object MSComm: TMSComm
    Left = 80
    Top = 24
    Width = 32
    Height = 32
    OnComm = MSCommComm
    ControlData = {
      2143341208000000ED030000ED03000001568A64000006000000010000040000
      00020002004B00000200080000000000000000003F00000001000000}
  end
  object btn_Open: TButton
    Left = 144
    Top = 32
    Width = 97
    Height = 33
    Caption = #25171#24320#36890#35759#31471#21475
    TabOrder = 1
    OnClick = btn_OpenClick
  end
  object btn_End: TButton
    Left = 472
    Top = 40
    Width = 105
    Height = 33
    Caption = #32467#26463#31995#32479
    TabOrder = 2
    OnClick = btn_EndClick
  end
  object btn_Send: TButton
    Left = 120
    Top = 368
    Width = 105
    Height = 33
    Caption = #21457#36865#25968#25454
    TabOrder = 3
  end
  object btn_Receive: TButton
    Left = 456
    Top = 368
    Width = 113
    Height = 33
    Caption = #25509#25910#25968#25454
    TabOrder = 4
    OnClick = btn_ReceiveClick
  end
  object ListBox_Send: TListBox
    Left = 72
    Top = 120
    Width = 217
    Height = 217
    ItemHeight = 13
    TabOrder = 5
  end
  object ListBox_Receive: TListBox
    Left = 400
    Top = 120
    Width = 225
    Height = 217
    ItemHeight = 13
    TabOrder = 6
  end
  object Timer: TTimer
    Interval = 100
    OnTimer = TimerTimer
    Left = 40
    Top = 32
  end
end

⌨️ 快捷键说明

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