printstatusdialog.dfm

来自「此软件支持多文档打开」· DFM 代码 · 共 48 行

DFM
48
字号
object dlgPrintStatus: TdlgPrintStatus
  Left = 264
  Top = 154
  AutoSize = True
  BorderStyle = bsDialog
  Caption = 'Printing...'
  ClientHeight = 50
  ClientWidth = 312
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 0
    Top = 0
    Width = 312
    Height = 22
    Shape = bsFrame
  end
  object lblStatus: TLabel
    Left = 5
    Top = 4
    Width = 40
    Height = 13
    Caption = 'lblStatus'
  end
  object btnCancel: TButton
    Left = 111
    Top = 25
    Width = 75
    Height = 25
    Cancel = True
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 0
    OnClick = btnCancelClick
  end
end

⌨️ 快捷键说明

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