📄 unit5.dfm
字号:
object FrmProgress: TFrmProgress
Left = 94
Top = 233
BorderIcons = []
BorderStyle = bsToolWindow
Caption = '进度显示'
ClientHeight = 63
ClientWidth = 536
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 Label1: TLabel
Left = 144
Top = 8
Width = 225
Height = 16
Alignment = taCenter
AutoSize = False
Caption = '正在处理数据,请等待...'
Color = clInfoBk
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋体'
Font.Style = []
ParentColor = False
ParentFont = False
Layout = tlCenter
end
object ProgressBar: TProgressBar
Left = 3
Top = 37
Width = 529
Height = 13
Min = 0
Max = 100
ParentShowHint = False
Step = 4
ShowHint = False
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -