📄 progress.dfm
字号:
object frmProgress: TfrmProgress
Left = 261
Top = 62
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Progress'
ClientHeight = 76
ClientWidth = 310
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object lblMessage: TLabel
Left = 10
Top = 8
Width = 53
Height = 13
Caption = 'lblMessage'
end
object ProgressBar: TProgressBar
Left = 8
Top = 26
Width = 293
Height = 17
Max = 1
Step = 1
TabOrder = 0
end
object btnStop: TButton
Left = 120
Top = 48
Width = 72
Height = 22
Caption = 'Stop'
TabOrder = 1
OnClick = btnStopClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -