unit1.~dfm

来自「delhpi经典游戏程序设计40例,大家不防下载看看.源码全在项目文件里!」· ~DFM 代码 · 共 46 行

~DFM
46
字号
object Form1: TForm1
  Left = 242
  Top = 174
  Width = 489
  Height = 299
  Caption = 'Form1'
  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 = 136
    Top = 184
    Width = 121
    Height = 20
    AutoSize = False
    Caption = #40657#33394#28023#23736#32447
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnMouseMove = Label1MouseMove
  end
  object Label2: TLabel
    Left = 32
    Top = 80
    Width = 401
    Height = 41
    AutoSize = False
    Caption = #25226#40736#26631#31227#21160#21040#8216#40657#33394#28023#23736#32447#8217#19978#38754#23601#20250#33258#21160#25171#24320#32593#31449
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
end

⌨️ 快捷键说明

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