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

📄 unit2.~dfm

📁 BCB环境下在使用MSCOMM对串口的编程
💻 ~DFM
字号:
object Form2: TForm2
  Left = 553
  Top = 223
  Width = 384
  Height = 142
  Caption = 'Form2'
  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 = 32
    Top = 64
    Width = 60
    Height = 24
    Caption = #22320#22336#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 208
    Top = 64
    Width = 60
    Height = 24
    Caption = #38271#24230#65306
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 120
    Top = 8
    Width = 45
    Height = 13
    Caption = 'Preamber'
  end
  object Label4: TLabel
    Left = 176
    Top = 8
    Width = 62
    Height = 13
    Caption = 'Device_Addr'
  end
  object Label5: TLabel
    Left = 248
    Top = 8
    Width = 53
    Height = 13
    Caption = 'Head_Cmd'
  end
  object Label6: TLabel
    Left = 304
    Top = 8
    Width = 50
    Height = 13
    Caption = 'Head_Len'
  end
  object Com00: TLabel
    Left = 32
    Top = 8
    Width = 53
    Height = 13
    Caption = 'Com_Index'
  end
  object address: TEdit
    Left = 104
    Top = 56
    Width = 81
    Height = 32
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object length: TEdit
    Left = 280
    Top = 56
    Width = 81
    Height = 32
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object Preamber: TEdit
    Left = 120
    Top = 24
    Width = 33
    Height = 21
    TabOrder = 2
    Text = '55AA'
  end
  object Device_Addr: TEdit
    Left = 176
    Top = 24
    Width = 25
    Height = 21
    TabOrder = 3
    Text = '99'
  end
  object Head_Cmd: TEdit
    Left = 248
    Top = 24
    Width = 25
    Height = 21
    TabOrder = 4
    Text = 'A0'
  end
  object Head_Len: TEdit
    Left = 304
    Top = 24
    Width = 57
    Height = 21
    Enabled = False
    TabOrder = 5
  end
  object Com: TEdit
    Left = 32
    Top = 24
    Width = 33
    Height = 21
    TabOrder = 6
    Text = '1'
  end
end

⌨️ 快捷键说明

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