st_dc.~dfm

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

~DFM
42
字号
object Form9: TForm9
  Left = 385
  Top = 266
  BorderStyle = bsNone
  Caption = 'Form9'
  ClientHeight = 46
  ClientWidth = 418
  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 Label1: TLabel
    Left = 0
    Top = 0
    Width = 241
    Height = 22
    AutoSize = False
    Caption = #27491#22312#36716#21270#65292#35831#31245#20505'.......'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clActiveCaption
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object ProgressBar1: TProgressBar
    Left = 0
    Top = 24
    Width = 417
    Height = 17
    Min = 0
    Max = 100
    Smooth = True
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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