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

📄 communit.dfm

📁 串口通信相关程序源代码
💻 DFM
字号:
object Form1: TForm1
  Left = 198
  Top = 112
  Width = 544
  Height = 375
  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 = 144
    Top = 128
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 24
    Top = 176
    Width = 32
    Height = 13
    Caption = 'Label2'
  end
  object Button1: TButton
    Left = 32
    Top = 128
    Width = 75
    Height = 25
    Caption = #21021#22987#21270
    TabOrder = 0
    OnClick = Button1Click
  end
  object RadioGroup1: TRadioGroup
    Left = 32
    Top = 32
    Width = 121
    Height = 81
    Caption = 'RadioGroup1'
    ItemIndex = 0
    Items.Strings = (
      'COM1'
      'COM2')
    TabOrder = 1
  end
  object Memo1: TMemo
    Left = 272
    Top = 16
    Width = 225
    Height = 129
    Lines.Strings = (
      'Memo1')
    TabOrder = 2
  end
  object Memo2: TMemo
    Left = 24
    Top = 200
    Width = 233
    Height = 129
    Lines.Strings = (
      'Memo2')
    TabOrder = 3
  end
  object Button2: TButton
    Left = 184
    Top = 16
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 280
    Top = 208
    Width = 75
    Height = 25
    Caption = #35835#25968#25454
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 184
    Top = 56
    Width = 75
    Height = 25
    Caption = 'H02'
    TabOrder = 6
    OnClick = Button4Click
  end
  object Button5: TButton
    Left = 184
    Top = 88
    Width = 75
    Height = 25
    Caption = 'H10'
    TabOrder = 7
    OnClick = Button5Click
  end
  object CheckBox1: TCheckBox
    Left = 128
    Top = 176
    Width = 97
    Height = 17
    Caption = #25509#25910
    TabOrder = 8
    OnClick = CheckBox1Click
  end
  object Timer1: TTimer
    Enabled = False
    OnTimer = Timer1Timer
    Left = 8
    Top = 16
  end
end

⌨️ 快捷键说明

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