unitprog.dfm

来自「文件解压缩,大家学习一下」· DFM 代码 · 共 54 行

DFM
54
字号
object FormProgr: TFormProgr
  Left = 299
  Top = 208
  BorderStyle = bsNone
  Caption = 'FormProgr'
  ClientHeight = 59
  ClientWidth = 363
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Arial'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 15
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 363
    Height = 59
    Align = alClient
    BevelInner = bvRaised
    BevelWidth = 2
    TabOrder = 0
    object Gauge1: TGauge
      Left = 4
      Top = 34
      Width = 355
      Height = 21
      Align = alBottom
      ForeColor = clBlue
      Progress = 0
    end
    object Label1: TLabel
      Left = 4
      Top = 4
      Width = 355
      Height = 30
      Align = alClient
      Alignment = taCenter
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = 'Arial'
      Font.Style = [fsBold, fsItalic]
      ParentFont = False
      Layout = tlCenter
    end
  end
end

⌨️ 快捷键说明

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