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

📄 unit1.~dfm

📁 串口控件mscomm的测试程序
💻 ~DFM
字号:
object Form1: TForm1
  Left = 236
  Top = 155
  Width = 870
  Height = 640
  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 Memo1: TMemo
    Left = 128
    Top = 56
    Width = 273
    Height = 225
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
  end
  object Button1: TButton
    Left = 424
    Top = 64
    Width = 75
    Height = 25
    Caption = 'OPEN'
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 424
    Top = 136
    Width = 75
    Height = 25
    Caption = 'COLLECT'
    TabOrder = 2
  end
  object Button3: TButton
    Left = 424
    Top = 216
    Width = 75
    Height = 25
    Caption = 'STOP'
    TabOrder = 3
    OnClick = Button3Click
  end
  object MSComm1: TMSComm
    Left = 584
    Top = 88
    Width = 32
    Height = 32
    OnComm = MSComm1Comm
    ControlData = {
      2143341208000000ED030000ED03000001568A64000006000000030000040000
      00020000802500000000080000000000000000003F00000001000000}
  end
end

⌨️ 快捷键说明

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