unit1.dfm

来自「很经典的代码 2004版可以通过 但没有试过以后更高的版本 系统高人指点」· DFM 代码 · 共 42 行

DFM
42
字号
object Form1: TForm1
  Left = 204
  Top = 110
  BorderStyle = bsSingle
  ClientHeight = 262
  ClientWidth = 369
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label4: TLabel
    Left = 24
    Top = 240
    Width = 161
    Height = 25
    AutoSize = False
    Caption = #25353#65315#65332#65330#65324#65291#65318#21462#28040#38057#20102
  end
  object Label1: TLabel
    Left = -112
    Top = -40
    Width = 185
    Height = 17
    AutoSize = False
    Caption = 'QQ'#32842#22825#35760#24405#22120#28436#31034#31243#24207':'
  end
  object Memo1: TMemo
    Left = 16
    Top = 8
    Width = 337
    Height = 233
    ScrollBars = ssVertical
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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