⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 waitmsg.dfm

📁 速达开源ERP系统
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -