unitcomm.~dfm

来自「字模管理程序,为单片机程序汉字显示打印而制.无密码」· ~DFM 代码 · 共 70 行

~DFM
70
字号
object Comm: TComm
  Left = 529
  Top = 209
  Width = 315
  Height = 125
  Caption = 'Comm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 32
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 8
    Top = 56
    Width = 32
    Height = 13
    Caption = 'Label2'
  end
  object MSComm: TMSComm
    Left = 48
    Top = 0
    Width = 32
    Height = 32
    ControlData = {
      2143341208000000ED030000ED03000001568A64000005000000010000040000
      00020000802500000000080000000000000000003F00000001000000}
  end
  object Edit1: TEdit
    Left = 40
    Top = 32
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 40
    Top = 56
    Width = 121
    Height = 21
    TabOrder = 2
    Text = 'Edit2'
  end
  object Button3: TButton
    Left = 176
    Top = 40
    Width = 75
    Height = 25
    Caption = 'Button3'
    TabOrder = 3
    OnClick = Button3Click
  end
  object OpenDialog1: TOpenDialog
    Left = 8
  end
end

⌨️ 快捷键说明

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