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

📄 unit1.dfm

📁 简单的串口通讯程序适用于初学串口通讯的同学学习使用其中的基本api
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  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 GroupBox1: TGroupBox
    Left = 88
    Top = 64
    Width = 657
    Height = 417
    Caption = #21457#36865'/'#25509#25910#26694
    TabOrder = 0
    object Panel1: TPanel
      Left = 2
      Top = 15
      Width = 653
      Height = 400
      Align = alClient
      BevelInner = bvLowered
      Caption = 'Panel1'
      TabOrder = 0
      object Button1: TButton
        Left = 72
        Top = 168
        Width = 75
        Height = 25
        Caption = #21457#36865
        TabOrder = 0
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 72
        Top = 280
        Width = 75
        Height = 25
        Caption = #25509#25910
        TabOrder = 1
        OnClick = Button2Click
      end
      object Memo1: TMemo
        Left = 232
        Top = 64
        Width = 233
        Height = 241
        BevelInner = bvLowered
        TabOrder = 2
      end
      object Button3: TButton
        Left = 536
        Top = 296
        Width = 75
        Height = 25
        Caption = #36864#20986
        TabOrder = 3
      end
      object Button4: TButton
        Left = 72
        Top = 64
        Width = 75
        Height = 25
        Caption = #25171#24320
        TabOrder = 4
        OnClick = Button4Click
      end
    end
  end
end

⌨️ 快捷键说明

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