uprogress.dfm

来自「用于Delphi和BCB的高速压缩组件库」· DFM 代码 · 共 57 行

DFM
57
字号
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 + =
减小字号Ctrl + -
显示快捷键?