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

📄 main.dfm

📁 采用C++ Builer编的一个串口通信源码
💻 DFM
字号:
object Form1: TForm1
  Left = 241
  Top = 110
  Width = 797
  Height = 583
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  DesignSize = (
    789
    549)
  PixelsPerInch = 96
  TextHeight = 13
  object MSComm1: TMSComm
    Left = 472
    Top = 88
    Width = 32
    Height = 32
    OnComm = MSComm1Comm
    ControlData = {
      2143341208000000ED030000ED03000001568A64000006000000010000040000
      00020100802500000000080000000000000000003F00000001000000}
  end
  object MSComm2: TMSComm
    Left = 480
    Top = 344
    Width = 32
    Height = 32
    OnComm = MSComm2Comm
    ControlData = {
      2143341208000000ED030000ED03000001568A64000006000000020000040000
      00020A00802500000000080000000000000000003F00000001000000}
  end
  object GroupBox1: TGroupBox
    Left = 7
    Top = 19
    Width = 441
    Height = 241
    Anchors = []
    Caption = #20018#21475'1'
    TabOrder = 2
    object GroupBox3: TGroupBox
      Left = 16
      Top = 16
      Width = 409
      Height = 105
      Caption = #25509#25910#21306
      TabOrder = 0
      object RichEdit1: TRichEdit
        Left = 2
        Top = 15
        Width = 405
        Height = 88
        Align = alClient
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
      end
    end
    object GroupBox4: TGroupBox
      Left = 16
      Top = 128
      Width = 409
      Height = 105
      Caption = #21457#36865#21306
      TabOrder = 1
      object RichEdit2: TRichEdit
        Left = 2
        Top = 15
        Width = 405
        Height = 88
        Align = alClient
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
      end
    end
  end
  object GroupBox2: TGroupBox
    Left = 7
    Top = 280
    Width = 441
    Height = 241
    Anchors = []
    Caption = #20018#21475'2'
    TabOrder = 3
    object GroupBox5: TGroupBox
      Left = 16
      Top = 16
      Width = 409
      Height = 105
      Caption = #25509#25910#21306
      TabOrder = 0
      object RichEdit3: TRichEdit
        Left = 2
        Top = 15
        Width = 405
        Height = 88
        Align = alClient
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
      end
    end
    object GroupBox6: TGroupBox
      Left = 16
      Top = 128
      Width = 409
      Height = 105
      Caption = #21457#36865#21306
      TabOrder = 1
      object RichEdit4: TRichEdit
        Left = 2
        Top = 15
        Width = 405
        Height = 88
        Align = alClient
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
      end
    end
  end
  object Button1: TButton
    Left = 456
    Top = 136
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 4
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 464
    Top = 400
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 5
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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