splash.dfm

来自「启动delphi程序技巧」· DFM 代码 · 共 62 行

DFM
62
字号
object frmSplash: TfrmSplash
  Left = 370
  Top = 140
  BorderStyle = bsNone
  ClientHeight = 411
  ClientWidth = 460
  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 lblStatus: TLabel
    Left = 0
    Top = 387
    Width = 460
    Height = 13
    Align = alBottom
    Alignment = taCenter
    Caption = #27491#22312#36733#20837#8230#8230
    Color = clSkyBlue
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentColor = False
    ParentFont = False
    Transparent = False
  end
  object Gauge1: TGauge
    Left = 0
    Top = 400
    Width = 460
    Height = 11
    Align = alBottom
    Color = clWhite
    ForeColor = clSkyBlue
    ParentColor = False
    Progress = 50
    ShowText = False
  end
  object swfSplash: TShockwaveFlash
    Left = 0
    Top = 0
    Width = 465
    Height = 386
    TabOrder = 0
    ControlData = {
      67556655000300000F300000E527000008000200000000000800020000000000
      080002000000000008000E000000570069006E0064006F00770000000B00FFFF
      0B00FFFF08000A0000004800690067006800000008000200000000000B00FFFF
      080002000000000008000E00000061006C007700610079007300000008001000
      0000530068006F00770041006C006C0000000B0000000B000000080002000000
      000008000200000000000800020000000000}
  end
end

⌨️ 快捷键说明

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