unit2.dfm

来自「一个图形变化器」· DFM 代码 · 共 133 行

DFM
133
字号
object Form2: TForm2
  Left = 249
  Top = 119
  Width = 630
  Height = 257
  Caption = #27426#36814#20351#29992
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object lb1: TLabel
    Left = 72
    Top = 24
    Width = 57
    Height = 87
    Caption = 'D'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clLime
    Font.Height = -75
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object lb2: TLabel
    Left = 166
    Top = 24
    Width = 57
    Height = 87
    Caption = 'E'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clRed
    Font.Height = -75
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object lb6: TLabel
    Left = 544
    Top = 24
    Width = 33
    Height = 87
    Caption = 'I'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMaroon
    Font.Height = -75
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object lb4: TLabel
    Left = 260
    Top = 24
    Width = 58
    Height = 87
    Caption = 'P'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -75
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object lb3: TLabel
    Left = 355
    Top = 24
    Width = 57
    Height = 87
    Caption = 'L'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clTeal
    Font.Height = -75
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object lb5: TLabel
    Left = 449
    Top = 24
    Width = 65
    Height = 87
    Caption = 'H'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clPurple
    Font.Height = -75
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object bt11: TButton
    Left = 264
    Top = 168
    Width = 75
    Height = 25
    Caption = 'ENTER'
    TabOrder = 0
    OnClick = bt11Click
  end
  object Timer1: TTimer
    Interval = 5
    OnTimer = Timer1Timer
  end
  object Timer2: TTimer
    OnTimer = Timer2Timer
    Left = 32
  end
  object Timer3: TTimer
    OnTimer = Timer3Timer
    Left = 64
  end
  object Timer4: TTimer
    OnTimer = Timer4Timer
    Left = 96
  end
  object Timer5: TTimer
    OnTimer = Timer5Timer
    Left = 128
  end
  object Timer6: TTimer
    OnTimer = Timer6Timer
    Left = 160
  end
  object Timer7: TTimer
    OnTimer = Timer7Timer
    Left = 192
  end
end

⌨️ 快捷键说明

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