📄 printstatusdialog.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -