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

📄 uprogress.dfm

📁 用于Delphi和BCB的高速压缩组件库
💻 DFM
字号:
object frmProgress: TfrmProgress
  Left = 352
  Top = 290
  BorderIcons = []
  BorderStyle = bsDialog
  ClientHeight = 137
  ClientWidth = 312
  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
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object gOverall: TGauge
    Left = 16
    Top = 24
    Width = 281
    Height = 20
    ForeColor = clBlue
    Progress = 0
  end
  object gFile: TGauge
    Left = 16
    Top = 72
    Width = 281
    Height = 20
    ForeColor = clBlue
    Progress = 0
  end
  object lbFile: TLabel
    Left = 18
    Top = 53
    Width = 279
    Height = 13
    AutoSize = False
  end
  object btnCancel: TBitBtn
    Left = 120
    Top = 104
    Width = 75
    Height = 25
    TabOrder = 0
    OnClick = btnCancelClick
    Kind = bkCancel
  end
  object PopupMenu1: TPopupMenu
    Left = 160
    Top = 120
  end
end

⌨️ 快捷键说明

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