frmpubwaitprogressunt.dfm

来自「EAComps手工画报表 对写报表编辑器有一定的参考价值」· DFM 代码 · 共 46 行

DFM
46
字号
object frmPubWaitProgress: TfrmPubWaitProgress
  Left = 192
  Top = 107
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = #35831#31561#24453'...'
  ClientHeight = 66
  ClientWidth = 391
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object labProgressMsg: TLabel
    Left = 8
    Top = 16
    Width = 377
    Height = 12
    AutoSize = False
    Caption = #27491#22312#23433#35013'...'
  end
  object pbProgress: TProgressBar
    Left = 8
    Top = 33
    Width = 375
    Height = 16
    Smooth = True
    TabOrder = 0
  end
  object antAnimate: TAnimate
    Left = 350
    Top = 0
    Width = 33
    Height = 33
    AutoSize = False
    CommonAVI = aviFindComputer
    StopFrame = 8
  end
end

⌨️ 快捷键说明

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