u_sjbf.dfm

来自「我们在学习外省市先进经验的基础上」· DFM 代码 · 共 62 行

DFM
62
字号
object sjbf: Tsjbf
  Left = 192
  Top = 107
  Width = 369
  Height = 215
  Caption = 'sjbf'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 361
    Height = 188
    Align = alClient
    BorderStyle = bsSingle
    Caption = #25968#25454#22791#20221
    Color = 16628902
    TabOrder = 0
    object Label1: TLabel
      Left = 24
      Top = 24
      Width = 32
      Height = 13
      Caption = 'Label1'
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlack
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object Bevel1: TBevel
      Left = -3
      Top = 48
      Width = 302
      Height = 17
      Shape = bsBottomLine
    end
    object ProgressBar1: TProgressBar
      Left = 16
      Top = 80
      Width = 273
      Height = 16
      Smooth = True
      TabOrder = 0
    end
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 3000
    Left = 256
    Top = 8
  end
end

⌨️ 快捷键说明

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