loading.dfm

来自「以可视的方式画IVR语音导航的流程,并把流程做为源文件保存起来」· DFM 代码 · 共 43 行

DFM
43
字号
object Frm_Loading: TFrm_Loading
  Left = 325
  Top = 217
  BorderIcons = []
  BorderStyle = bsSingle
  Caption = '读入数据'
  ClientHeight = 103
  ClientWidth = 335
  Color = 16185078
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = '宋体'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 40
    Top = 80
    Width = 156
    Height = 12
    Caption = '正在读入数据,请稍等...'
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -12
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
  end
  object Animate1: TAnimate
    Left = 32
    Top = 8
    Width = 272
    Height = 60
    Active = False
    CommonAVI = aviCopyFile
    StopFrame = 26
  end
end

⌨️ 快捷键说明

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