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

📄 progress.dfm

📁 一个Delphi写的跟考勤机门禁机收款机的接品软件源码
💻 DFM
字号:
object dlgProgress: TdlgProgress
  Left = 265
  Top = 243
  BorderStyle = bsDialog
  Caption = #35835#21462#36827#24230
  ClientHeight = 154
  ClientWidth = 360
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnCloseQuery = FormCloseQuery
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object msg: TLabel
    Left = 8
    Top = 67
    Width = 6
    Height = 12
  end
  object msg2: TLabel
    Left = 9
    Top = 105
    Width = 6
    Height = 12
  end
  object Animate: TAnimate
    Left = 10
    Top = 1
    Width = 272
    Height = 60
    Center = False
    CommonAVI = aviCopyFiles
    StopFrame = 34
  end
  object ProgressBar: TProgressBar
    Left = 8
    Top = 83
    Width = 345
    Height = 16
    Step = 1
    TabOrder = 1
  end
  object btnOk: TButton
    Left = 274
    Top = 120
    Width = 75
    Height = 25
    Caption = #21462#28040'(&C)'
    TabOrder = 2
    OnClick = btnOkClick
  end
end

⌨️ 快捷键说明

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