splash.dfm

来自「这个工资管理系统是我今年的毕业设计」· DFM 代码 · 共 42 行

DFM
42
字号
object Form2: TForm2
  Left = 294
  Top = 238
  BorderStyle = bsNone
  Caption = 'Form2'
  ClientHeight = 262
  ClientWidth = 445
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ShockwaveFlash1: TShockwaveFlash
    Left = 0
    Top = 0
    Width = 445
    Height = 262
    Align = alClient
    TabOrder = 0
    ControlData = {
      6755665510070000FE2D0000141B000008000200000000000800000000000800
      0000000008000E000000570069006E0064006F00770000000B00FFFF0B00FFFF
      08000A0000004800690067006800000008000200000000000B00000008000000
      00000800020000000000080010000000530068006F00770041006C006C000000
      0B0000000B000000080002000000000008000000000008000200000000000D00
      000000000000000000000000000000000B0001000B0000000800000000000300
      00000000}
  end
  object Timer1: TTimer
    Interval = 3200
    OnTimer = Timer1Timer
    Left = 144
    Top = 152
  end
end

⌨️ 快捷键说明

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