loadingform.dfm

来自「有需要的同仁载回去慢慢研究」· DFM 代码 · 共 44 行

DFM
44
字号
object FrmLoading: TFrmLoading
  Left = 159
  Top = 232
  BorderStyle = bsNone
  Caption = 'FrmLoading'
  ClientHeight = 58
  ClientWidth = 293
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poDesktopCenter
  PixelsPerInch = 96
  TextHeight = 13
  object pnlBackground: TPanel
    Left = 0
    Top = 0
    Width = 293
    Height = 58
    Align = alClient
    BevelInner = bvLowered
    Color = clWhite
    TabOrder = 0
    object lblLoading: TLabel
      Left = 24
      Top = 17
      Width = 243
      Height = 19
      Caption = #27491#22312#20174#25968#25454#24211#36733#20837#25968#25454'...'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -19
      Font.Name = #26999#20307'_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
    end
  end
end

⌨️ 快捷键说明

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