flash.dfm

来自「学员管理的软件」· DFM 代码 · 共 37 行

DFM
37
字号
object splash: Tsplash
  Left = 197
  Top = 318
  BorderStyle = bsNone
  Caption = 'splash'
  ClientHeight = 17
  ClientWidth = 656
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object ProgressBar1: TGauge
    Left = 0
    Top = 0
    Width = 656
    Height = 17
    Align = alTop
    BackColor = clYellow
    Color = clFuchsia
    ForeColor = clGreen
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindow
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentColor = False
    ParentFont = False
    Progress = 0
  end
end

⌨️ 快捷键说明

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