unit1.~dfm

来自「1.注册服务 2.快捷键」· ~DFM 代码 · 共 37 行

~DFM
37
字号
object Form1: TForm1
  Left = 896
  Top = 499
  BorderStyle = bsDialog
  ClientHeight = 93
  ClientWidth = 116
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyPress = FormKeyPress
  PixelsPerInch = 96
  TextHeight = 15
  object Label1: TLabel
    Left = 24
    Top = 16
    Width = 46
    Height = 15
    Caption = '左手 l'
  end
  object Label2: TLabel
    Left = 24
    Top = 48
    Width = 46
    Height = 15
    Caption = '右手 r'
  end
end

⌨️ 快捷键说明

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