ychatu17.dfm

来自「Yahoo Messenger for Mobile」· DFM 代码 · 共 49 行

DFM
49
字号
object Form17: TForm17
  Left = 179
  Top = 113
  BorderStyle = bsNone
  Caption = 'Form17'
  ClientHeight = 348
  ClientWidth = 536
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object LightSpeed1: TLightSpeed
    Left = 0
    Top = 0
    Width = 536
    Height = 348
    Options = [loColored, loMultiplay]
    ParentColor = False
    Align = alClient
    CenterX = 100
    CenterY = 80
  end
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 536
    Height = 348
    Align = alClient
    Stretch = True
  end
  object Timer1: TTimer
    OnTimer = Timer1Timer
    Left = 114
    Top = 22
  end
  object Timer2: TTimer
    Enabled = False
    Interval = 500
    Left = 54
    Top = 30
  end
end

⌨️ 快捷键说明

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