unit2.~dfm

来自「提供一个上位机串口通信的源代码,方便开发上位机通信」· ~DFM 代码 · 共 63 行

~DFM
63
字号
object Form2: TForm2
  Left = 631
  Top = 191
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20018#21475#35843#35797#21161#25163
  ClientHeight = 114
  ClientWidth = 241
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 8
    Width = 161
    Height = 20
    Caption = #20018#21475#35843#35797#21161#25163'V1.1        '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 76
    Top = 32
    Width = 84
    Height = 13
    Caption = #27491#28857#21407#23376#21046#20316'    '
  end
  object Label3: TLabel
    Left = 80
    Top = 48
    Width = 73
    Height = 13
    Caption = 'QQ:497610476'
  end
  object Label4: TLabel
    Left = 48
    Top = 64
    Width = 134
    Height = 13
    Caption = 'E-mail:liujun6037@yahoo.cn'
  end
  object Button1: TButton
    Left = 96
    Top = 88
    Width = 49
    Height = 21
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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