progressform.dfm

来自「著名的SecureBlackBox控件完整源码」· DFM 代码 · 共 86 行

DFM
86
字号
object frmProgress: TfrmProgress
  Left = 192
  Top = 107
  BorderStyle = bsDialog
  Caption = 'Download'
  ClientHeight = 181
  ClientWidth = 369
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  PixelsPerInch = 96
  TextHeight = 13
  object gbProgress: TGroupBox
    Left = 8
    Top = 8
    Width = 353
    Height = 129
    Caption = 'Progress'
    TabOrder = 0
    object lSourceFile: TLabel
      Left = 16
      Top = 24
      Width = 59
      Height = 13
      Caption = 'Source File: '
    end
    object lDestFile: TLabel
      Left = 16
      Top = 48
      Width = 75
      Height = 13
      Caption = 'Destination File:'
    end
    object lSourceFilename: TLabel
      Left = 128
      Top = 24
      Width = 3
      Height = 13
    end
    object lDestFileName: TLabel
      Left = 128
      Top = 48
      Width = 3
      Height = 13
    end
    object lProcessed: TLabel
      Left = 16
      Top = 96
      Width = 53
      Height = 13
      Caption = 'Processed:'
    end
    object lProgress: TLabel
      Left = 128
      Top = 96
      Width = 3
      Height = 13
    end
    object pbProgress: TProgressBar
      Left = 16
      Top = 72
      Width = 321
      Height = 16
      Min = 0
      Max = 100
      TabOrder = 0
    end
  end
  object btnCancel: TButton
    Left = 144
    Top = 144
    Width = 75
    Height = 25
    Cancel = True
    Caption = 'Cancel'
    Default = True
    TabOrder = 1
    OnClick = btnCancelClick
  end
end

⌨️ 快捷键说明

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