waitmsg.dfm

来自「速达开源ERP系统」· DFM 代码 · 共 84 行

DFM
84
字号
object WaitMsg: TWaitMsg
  Left = 223
  Top = 176
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'SD-ERP技术平台'
  ClientHeight = 113
  ClientWidth = 266
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnDeactivate = FormDeactivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label2: TLabel
    Left = 0
    Top = 8
    Width = 266
    Height = 19
    Alignment = taCenter
    AutoSize = False
    Caption = '欢迎使用SD-ERP'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -20
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object Label1: TLabel
    Left = -1
    Top = 7
    Width = 266
    Height = 19
    Alignment = taCenter
    AutoSize = False
    Caption = '欢迎使用SD-ERP'
    Font.Charset = GB2312_CHARSET
    Font.Color = clNavy
    Font.Height = -20
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
  end
  object Bevel1: TBevel
    Left = 9
    Top = 29
    Width = 251
    Height = 2
  end
  object lbWaitStr: TLabel
    Left = 53
    Top = 59
    Width = 99
    Height = 12
    Caption = '系统正在操作...'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object amWait: TAnimate
    Left = 6
    Top = 46
    Width = 41
    Height = 36
    Active = False
    AutoSize = False
    CommonAVI = aviFindFolder
    StopFrame = 29
  end
end

⌨️ 快捷键说明

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